• 6 Posts
  • 115 Comments
Joined 2 years ago
cake
Cake day: October 18th, 2023

help-circle

  • Nowadays, Apple is only really big for digital music if you are (or were) already really deep in their ecosystem. Not sure I’ve heard of any devices that play nice with their DRM in a while and last I had looked (admittedly many years ago) they did not have a compatible app for Android.

    Apple music was bigger back 15 or 20 years ago for digital downloads due in large part to the iPod, though I occasionally hear of some odd band or another that only releases their stuff on iTunes.

    And since this is a linux community, as a heads up, iTunes is only marginally functional, last I heard, in linux. Apparently it can’t detect connected devices. You’ll probably need a Windows or Mac system to run iTunes if you want to go that route.


  • For CDs, Amazon, ebay, or discogs. Digital music I usually get from the artist’s webstore if possible, otherwise I’ll buy it from Amazon or BandCamp.

    One heads up, Buying and downloading digital music from Amazon is a pain in the butt if you have an Amazon Music subscription. Easy and straightforward though without.

    Apple music is also possible but you have to burn the tracks to CD using itunes to move it out of Apple’s ecosystem.

    I also hear good things about Tidal but I’ve never used them.






  • I use a text editor called micro for most writing tasks. It’s simple enough that it doesn’t distract me, but flexible enough that I can use it for most things. Creative writing, code, notes all the same application.

    Before I heard of micro, I was just using nano. Same thing, different key bindings. Though until recently I didn’t know it could be setup to show line numbers. Which is why I liked micro when I found it.




  • My last laptop was an HP Stream. Crappy laptop, but it had a touchscreen. It worked fine whenever I remembered that it had a touch screen. I didn’t have to set anything up, it was just automagicly setup for me on Ubuntu. Couldn’t tell you how responsive it was and that laptop would have been a poor benchmark anyways, but if I touched a button or scrolled the screen, it would do the thing.

    Sorry, I’m old. Prefer a physical keyboard to a screen keyboard any day.







  • Canonical? the US could try but Canonical isn’t a US company so far as I know. The attempt would probably just piss off their “home” nation. That would be the UK, I think.

    Red Hat is another story though. It’s owned by IBM which is a US company, which means it is, in theory, obliged to obey any lawful order of the US government. I say “in theory” because there is a long history of companies here saying “Yes sir, Yes sir, Three bags full sir.” and then doing whatever they want when no one is looking anymore. For examples see Facebook, Google, OpenAI, Exxon IBM, Coke, Ford and… Well just about every company that has been around for more than 20 years and most small businesses to boot.

    Practically speaking, though. These companies are based around open source projects whose source code has been widely distributed. If you need to, (or hell, even if you just want to) fork them, rename the project to avoid trademarks, and move on. Whether you flip Uncle Sam the bird as you do so, your call.


  • Depends on your threat model, but you’re probably fairly secure from remote unauthorized access right now.

    Given that I’m American, I would put the *arr stack behind a dedicated VPN container like gluetun and set Gluetun up using a “no logs” VPN.

    For remote access, Tailscale can probably get around that double NAT. If you have it on your devices as well as your server, you won’t necessarily need to expose anything publicly.

    If that’s not an option, you could set up an external VPS to run a reverse proxy (Caddy perhaps) and use the Tailscale connection to connect the VPS to your home server. There are fully self hosted ways to do this (Headscale comes to mind), but Tailscale is how I personally would solve this.