Sometimes…
Ah, yes, the mythical “Year of the Linux Desktop”—that elusive utopia Linux enthusiasts have been chasing since it’s creation. Newsflash: nobody cares. The year of the Linux desktop isn’t some grand global awakening; it’s just whenever you decide to stop whining about it and install the thing. For me, it was 2002, and guess what? My computer didn’t care either. It just worked. So stop waiting for some cosmic alignment of market share and app support. The year of the Linux desktop is when you make it. Now go forth and sudo your destiny…
When I switched from Windows to Linux back in 2002, I never looked back. I missed absolutely nothing. Linux offered everything I needed and more, with unmatched freedom and flexibility. In late 2008, I bought a unibody MacBook, and while macOS wasn’t bad per se, it just didn’t feel like home. I missed Linux too much, so I wiped the MacBook and installed Debian. From that moment on, I’ve never switched again—Linux has always been home. I’m currently rocking Arch (btw) on my main desktop & Debian on my laptop…
My motherboard is a stock dell from around 2012 so I doubt performance would be at all good. Thats even if it worked in the first place…
GPU passthrough has always been one of those exciting ideas I’d love to dive into one day. My current GPU being a little older, has only 4GB of RAM. Oh the joy’s of being a budget PC user. Thankfully it’s more of a “would be nice rather” than an “actually need”…
While I appreciate the utility of snaps and flatpaks for providing sandboxed, cross-platform apps, I’ve often found them slower than traditional packages. Their tendency to take up more disk space also feels inefficient, especially when system resources are sometimes precious. For these reasons, I generally prefer using apps installed directly through the system’s default package manager, which tend to offer better performance and use space more efficiently…
Loving that nvim config… Using a similar one myself…
The day I can no longer download videos from YouTube will be the day I take a step back from it altogether…
Seeing posts like this inspires me to consider getting an older device and diving into projects like this myself. It’s amazing to think about all the possibilities and what could be created!! Thanks for sharing this post ~° …
I really want to love Elementary OS, however, its foundation on Ubuntu has me hesitating, as I’m not the biggest fan of Ubuntu lately. If it were built on something like Debian or Fedora, I’d definitely be more inclined to give it a serious try…
Forgot to mention that mpv
is how I actually watch the videos. Newsboat downloads a list from each channel kinda like an RSS feed. I can then select any video & download it by pressing a keybinding. It’s been a while since I last had to actually set this up, but off memory, here’s some quick info…
The file ~/.newsboat/urls
contains URLs similar to the one below. Just replace CHANNEL_ID
with the actual channel ID. You can find the channel ID in the URL of the channel’s page…
https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID
With the URLs in place you can edit your newsboat config file to set up a key binding for downloading videos using yt-dlp
. It should be as simple as adding something like the following to the config…
macro d set browser “yt-dlp %u”; open-in-browser ; set browser “xdg-open %u”
This binds the d
key to use yt-dlp
to download videos.
I love YouTube, but the site often annoys me in many ways. On my computer I use newsboat
along with yt-dlp
to download all the videos I want to watch offline. This way, I can watch content without dealing with any of the site’s frustrations…
While I’d personally never install or use this, it good to know its there for the extremely small percentage of people who’ll want or need it…
It ain’t the same, and probably never will be…
I never said anything about “tiptoeing around”, but what you said here is correct…
Any distro will “just work” if used correctly…
I honestly don’t care about dethroning windows or anything related to it. All that matters to me is that my Linux system works the way I need it to…
Doesn’t have to be every week. Could be every other week or at least once a month. I haven’t used Windows since 2002, but personally, I update once a week, and it never takes all that long, maybe 2-3 minutes tops. But I understand that it’s not for everyone…
Arch can definitely be a “set & forget” type of distro. Just install it, use it correctly, and that’s really it. No need to upgrade to new releases; just keep the system up to date…
Could you share a bit more about how you use telegram for that purpose? I’d like to learn more. Thanks. I’ve never used telegram before btw…