Linux nerd. Music lover. Specialty coffee obsessed. The list goes on; stop using so many gosh darn periods!

  • 1 Post
  • 39 Comments
Joined 2 years ago
cake
Cake day: February 19th, 2024

help-circle


  • Sounds like you’d love a tiling window manager (if you aren’t already using one). What you describe is a big part of the philosophy of tiling WMs. I like Sway, might be worth checking out, though I wouldn’t be surprised if you’ve already tried tiling WMs. I only suggest it, as I’m convinced all tiling WM users compulsively mention it…

    I use hyprland btw.


  • What do you mean? The article just points out that the show’s demographic may somewhat overlap with, for example, Rogan’s demographic:

    The show’s core demographic—predominantly men aged 18 to 49—overlaps meaningfully with the audiences of figures like Joe Rogan and, to a lesser extent, Andrew Tate.

    They are not saying that Rogan listeners also watch South Park, or that South Park is republican. The article is just pointing out that this demographic of men aged between 18 and 49 overlaps with “Joe Rogan[’s] and, to a lesser extent, Andrew Tate[’s demographic].”

    They even frame this as a potential advantage, saying that

    South Park holds a rare cultural position in that it can potentially speak directly to groups adjacent to the MAGA movement without preaching, pandering, or being immediately dismissed [emphasis added].

    I don’t know about you, but it didn’t feel like it was calling South Park fans like us Joe Rogan listeners. It felt more like the article was pointing out that some, maybe even a majority, of fans could also be Rogan fans, which would make the audiences that South Park reaches with this anti-Trump episode especially influential.

    Idk; I certainly didn’t feel offended or anything like that, but I might be misunderstanding you here.




  • MPD works pretty well for the music thing, and, I don’t know if this is would be an option for you, but I programmed my own smart-paylist-generator in rust as a hobby project to get control of my 500Gb (around 10,000 100% legally acquired tracks cough, cough) library. The additional control over the algo meant I got something that works waaaay better than pretty much anything else I’ve tried (including Spotify suggestions, etc. — the only thing I still use is Bandcamp for new artist suggestions); if you have the time, I highly recommend a homemade solution like that. It is a lot of work though.





  • I had a 3060 Ti.

    I couldn’t game on Wayland for about 20% of my games (very frustrating), couldn’t use specific Window Managers like Sway, experience constant screen tearing on X11 (which I often had to use, because the game would crash on Wayland) when gaming, and had a significant performance hit in some games.

    CS:GO ran like a dream and actually better than on Windows, but with the release of CS2 my performance on Linux was about 20% worse than on Windows. My 1% lows were also crazy on Linux (median=190fps, %1=80fps). This meant, among others things, that I just couldn’t play death match anymore — my FPS would make it unplayable. This was largely an optimization issue and I think some of the 2025 Nvidia driver updates of improved the situation a little for CS2 specifically. The screen tearing on X and the buggyness on Wayland were enough for me to switch though, even if eventual improvements might come.

    I am now extremely happy with my 7900 XT, which I got for less than any available 9070 XT (in my region) and which amusingly actually has better performance in CS2 then then the 9070 XT on Linux. It’s massively overkill though, I could have just as well gotten a 7800 XT or 9070 (non-XT).

    I am still very, very pleased. Hopefully this will last me a few years, unlike the gosh darn 3060 Ti.

    Alright, I’m done with my huge block of text. Hopefully this was helpful.








  • I don’t know about the comic font, but OpenDyslexic is a great typeface for dyslexics (as the name would suggest). It mostly has to do with the weight of the letters being towards the bottom as I understand it. I personally (dyslexic here) have gotten so used to Computer Modern Serif and JetBrainsMono that they’re easier for me to read, but that comes from hours of monkeytype with JetBrainsMono and hours of reading books and PDFs with Computer Modern. I think OpenDyslexic, while cool, is probably only truly helpful for people not already used to a different typeface.


  • Wayland: SwayWM, River (the most customizable wm I’ve ever used).

    X11: DWM (configured via C, a little bit of effort if you’re not a minimalist), xmonad (via Haskell, on par with River).

    My recommendation for getting started is Sway, but the others are definitely more customizable, as they use PLs for configuration. BSPWM and i3 are also good for X11, and a good middle ground between DWM’s nerdery and xmonad’s Haskell barrier. Wayland offers a much better experience if you’re not using Nvidia though. Some will recommend hyprland, but I really don’t like (IMHO). There are also some controversies around it’s leadership…