Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]

  • 2 Posts
  • 419 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle

  • If you want to play files over SMB, you can just open the SMB mount in the file explorer and double click it. On Windows you can mount it as a network drive (like V: for videos) so even non-technical users understand it. I don’t understand how mpv is easier for that use case.

    With systems like Jellyfin and Plex, you can (and should!) turn off transcoding when streaming at home. The only times you should enable transcoding are when:

    1. You’re away from home on a slow internet connection (or your home internet has slow upload speed); or
    2. You’re streaming to a less powerful device that can’t handle the full bitrate of the video.

    Transcoding is very useful, because otherwise you’d need multiple copies of the same movie to handle different environments. Transcoding can dynamically adjust the bitrate based on the connection speed.










  • It was a feature built in to the web browser, providing a website, file sharing, a music player, a photo sharing tool, chat, a whiteboard, a guestbook, and some other features.

    All you needed to do was open the browser and forward a port, or let UPnP do it (since everyone still had UPnP enabled back then), and you’d get a .operaunite.com subdomain that anyone could access, which would hit the web server built into the browser.

    This was back in 2008ish, when Opera was still good (before it was converted to be Chromium-powered). A lot of people still used independent blogs back then, rather than everything being on social media, so maybe it was ahead of its time a bit.







  • The article is very confusingly written. Maybe AI? It’s conflating “cloud” hosting (AWS, etc) with renting hosting infrastructure (which includes the cloud, but also things we don’t refer to as “cloud”, like dedicated servers, VPS services, and shared hosting).

    This paragraph makes it sound like Amazon were the first company to allow renting their servers:

    As companies such as Amazon matured in their own ability to offer what’s known as “software as a service” over the web, they started to offer others the ability to rent their virtual servers for a cost as well.

    but Linux-based virtual servers have been a thing for 20+ years or so, first with Linux-VServer then with OpenVZ. Shared servers in general date back to the mainframes of the 60s and 70s.

    Similarly, this paragraph makes it sound like the only two choices are either to use “the cloud” or to run your own data center:

    Cloud computing enables a pay-as-you-go model similar to a utility bill, rather than the huge upfront investment required to purchase, operate and manage your own data centre.


  • Pika is a GUI for Borg.

    Rsync is doable, but it’s not great since you essentially only have one backup set. If a file gets corrupted and you don’t notice before the next backup is done, you won’t be able to restore it. Borg’s deduping is good enough to keep lots of history - I do daily backups and keep every day for the past two weeks, every week for the past three months, and every month indefinitely (until I run out of space and need to prune it). Borgmatic handles pruning the backups that are out of retention.


  • I’m using Fedora KDE and haven’t set up backups on my desktop PC yet, but on Linux servers (both at home and “in the cloud”) I usually use Borgbackup with Borgmatic. All my systems have two backup destinations: My home server and a storage VPS, both via SSH.

    Looks like Pika Backup is a GUI for Borgbackup, so it should be a good choice. Vorta is also popular. GNOME apps tend to focus on simple, easy to use GUIs with minimal customization, so it’s possible Vorta is more configurable. I haven’t tried either.

    Don’t forget the 3-2-1 policy: you should have at least three copies of your data, in at least two different mediums (hard drives, “cloud”, Blu-rays, tape, etc), one of which is off-site (cloud, a NAS at a friend’s or family member’s house, etc). If you’re looking for cloud storage, Hetzner storage boxes are great value. Some VPS providers have good sales (less than $3/TB/month) during Black Friday.