• 0 Posts
  • 110 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle





  • Best I can tell they were trying to remove all packages that depended on a specified package, but fucked up the syntax?

    Apk del --purge removes a package with its dependencies. Rather than specify the package directly, they’ve provided the output of one command piped through another. The first command is apk info -R which would in theory give the reverse dependencies of a package, if they’d given one. The second command is an awk statement that just grabs only the first column of each line that gets piped into it. I’m not sure why it would take 60 minutes to resolve though, since I’m pretty sure apk info -R with no package specified would produce no usable output. Also, ctrl-c exists.





  • The point is that clouds aren’t inherently bad, and actually come with a lot of important upsides; they’ve become bad because capital owns and exploits everything in our society, poisoning what should be a good idea. The author is arguing that while there’s nothing fundamentally wrong with self-hosting, it’s not really a solution, just a patch around the problem. Rather than seeking a kind of digital homesteading where our lives are reduced to isolated islands of whatever we personally can scratch from the land, we should be seeking a digital collectivism where communities, not exploitative corporations, own the digital landscape. Sieze the means of file-sharing, in effect.


  • The Nvidia Shield is still the best option for this. I’ve tried all kinds of homebrew solutions and always had headaches. In the two years I’ve had my Shield, I’ve never had a problem. Smart Tube Next lets me cast YouTube without ads, Kodi/Jellyfin gives me all my media library, plus I’ve got official apps for Nebula, Dropout and Spotify. Custom launcher removes what little amount of ads there were (and that was unobtrusive background banner stuff even at its worst). Plus the pro version can handle some pretty powerful emulators.






  • Honestly, none that are all that great. I tried Kodi in various forms, LibreElec, OSMC, MythTV, Steam Big Picture, and KDE TV (or whatever its called), but you’re just never going to get a great experience with stuff like Netflix and YouTube on Linux.

    In the end, I bought myself an Nvidia Shield, switched out the launcher for one without ads, installed Smart Tube Next for ad-free YouTube, and I couldn’t be happier with the results. I’ve got my apps for Nebula and Dropout. I’ve got Kodi and Jellyfin for my home library. It has barely any power consumption, it boots fast, it runs a huge variety of emulators, the included remote works great (plus there’s a remote app for your phone that controls the entire system), and the wife acceptance factor is exceptional.

    I’m really big on self-hosting and building all my own stuff; I use lots of repurposed hardware salvaged from companies I and my friends work at and I try to avoid off the shelf products. But I’m genuinely kicking myself for not buying a Shield sooner. It really is the best TV solution for a self hoster.



  • We’ve implemented netbird at my company, we’re pretty happy with it overall.

    The main drawback is that it has no way of handling multiple different accounts on the same machine, and they don’t seem to have any plans for ever really solving that. As long as you can live with that, it’s a good solution.

    Support is a mixed bag. Mostly just a slack server, kind of lacking in what I’d call enterprise level support. But development seems to be moving at a rapid pace, and they’re definitely in that “Small but eager” stage where everything happens quickly. I’ve reported bugs and had them fixed the same day.

    Everything is open source. Backend, clients, the whole bag. So if they ever try to enshittify, you can just take your ball and leave.

    Also, the security tools are really cool. Instead of writing out firewall rules by hand like Tailscale, they have a really nice, really simple GUI for setting up all your ACLs. I found it very intuitive.