• 0 Posts
  • 25 Comments
Joined 7 months ago
cake
Cake day: January 31st, 2024

help-circle

  • As long as the record is in good condition, I find the sound comperable. I’ve played the same song on a high bitrate digital audio file and on vinyl and I found both equally pleasing to listen to.

    I have a Fluance RT80 turntable, and am using the built in preamp. It’s connected to a home audio receiver (Sony STRDH590) with a 2.1 speaker setup (Polk Audio Monitor 60 Series II Floorstanding Speakers and a Polk Audio PSW10 10" Powered Subwoofer). A pretty midrange setup in others words. And I’m no audiophile, so weigh accordingly.

    Edit: I realized you asked specifically about streaming. This link https://support.spotify.com/us/artists/article/audio-file-formats/ indicates that Spotify does up to OGG 320kbps/AC3 256kbps which is comparable to my personal audio library. So, statement holds.






  • Nothing too complex, no. KDE desktop, some stuff from the AUR. LVM on LUKS.

    Perhaps it’s more fair to say that Arch takes more effort to maintain than any other well known distro except Gentoo (or LFS, if one considers that well known).

    I found keeping up to date on a fairly bleeding edge rolling release distro exhausting. I would, too often, come across issues with updates that required manual intervention to solve. And the AUR can be a crapshoot as far maintainers keeping them up to date and applying fixes. Nothing unmanagable, but not an enjoyable experience for me.

    No hate intended on Arch though. I think it’s one of the best distros out there, and the Linux community as a whole is better off for it’s existence. But it’s not something I want as my daily driver, and I suspect from what OP wrote, it might be the same case for them.

    Edit: Reworded AUR bit for clarity.




  • I wonder how repairable and maintainable these will be as compared to EV’s from other markets and if replacement batteries will be available as the original ones reach the end of their useful life.

    If these concerns end up being valid, and the tariffs are large enough that these cars aren’t priced particularly competitively, that’d be enough for this EV consumer to pass it up for his next vehicle. Will be interested to see how it plays out.

    Edit: Wanted to say I’m not against Chinese EV’s. If it ends up making sense to get one, I will.






  • It doesn’t copy data, no. Symlink is short for symbolic link. So it’s a pointer to another location. But it might be useful for you. Taking a guess at your goal, here’s a relevant example.

    Say you moved all of your emulation stuff stored under /media/largehdd/retroarch. You could then symlink that directory to ~/.config/retroarch like so:

    ln -s /media/largehdd/retroarch ~/.config/retroarch

    That data is still stored on the large drive but will now also show under that symlinked directory.





  • This doesn’t fit the question exactly but I feel it’s in the same spirit, and a kind of interesting solution, I think.

    Back in the early days of scryptcoin mining, I had a few gpu mining rigs running Linux. Occasionally they would hard lock and I’d have to power cycle them.

    What I ended up doing is getting some usb to serial adapters, wrote a python script that ran on startup and would send a character over serial at a set interval in a loop. That was hooked up, if I recall correctly, to an attiny85 using softwareserial and some ttl to rs232 conversion. It would listen over serial and if it didn’t receive anything with a reasonable time frame it’d flip a relay that cut mains power to the pc, then flipped it back. A deadman’s switch, of a sort. It worked great!


  • I wouldn’t call ChromeOS Linux anymore than I would call MacOS FreeBSD (oversimplified comparison, but it works for my point).

    It may be based on a Linux kernel but it contains closed source code that’s needed for essential functionality, and we don’t get to choose hardware independently of the OS, nor a different OS for the hardware.

    It’s an ecosystem that’s hostile to user rights and in my opinion doesn’t fit the spirit of what Linux is.

    Edit: I suppose that’s a bit gatekeeperish? But I don’t think Linux adoption should be achieved at the cost of user freedom and choice. It loses what makes it special at that point.