Skip Navigation

Posts
12
Comments
680
Joined
2 yr. ago

  • NSFW Deleted

    Permanently Deleted

    Jump
  • the Internet and the Web are fine – Web 2.0 was where things started going wrong – the cancer that begat the parasites of Web 3.0, crypto coin, and LLMs feeding off the twitching remains

  • c/womensstuff is punching up, you’re punching down

  • now … how many of those were by Linus?

  • historical example: Sukiyaki by Kyu Sakamoto – released in Japan in 1961 under “Ue o Muite Arukō” – released in US in 1963 under “Sukiyaki” because that was about the only Japanese word Americans knew …

  • after trying a tiling manager

    I like the idea of tiling window managers – I just find it so much less hassle to use tiling keybinds on a stacking window manager …

  • just a quick bit of background (terminology below is “close enough”):

    • Windows treats the drives as primary and the filesystem as secondary
      • so all the drives get their letters A:\, C:\, D:\, etc.
      • then you move your folders the drive, ex. C:\Windows\Fonts
    • Linux treats the filesystem as primary and the drives as secondary
      • / as the base point, binaries in /bin, users in /home, fonts in /usr/share/fonts, etc.
      • then the drives get mapped to mount points in the filesystem (you can see the mounts in /etc/fstab)
        • on my system, / is on the drive /dev/nvme0n1p1, /home on the drive /dev/sda2, and so on (everyone’s setup will be a little different)
      • this way the filesystem can be spread across multiple drives but appear to the user as a cohesive whole
    • main thing to keep in mind is that a window manager is normally just one component of a desktop environment – full desktop environments like Gnome go to great lengths to assemble a whole fleet of apps to work together to make a cohesive experience
    • if you’re going to forego the full desktop environment, then expect to have to fill in on the various missing pieces to suit your needs (file manager, terminal, text editor, clipboard manager, bar/panel/dock)
    • if you just want lighter weight but maintain a cohesive experience, then Xfce or LXQt
    • otherwise, there are a LOT of choices (both for X11 and for Wayland)
    • tiling window managers
      • i3 on X or Sway on Wayland are probably the most popular
        • special mention: Regolith – pairs Sway on the front end with Gnome components underneath
      • dwm for the full do-it-yourself experience
      • awesome if you like Lua, xmonad if you like Haskell, exwm if you live in Emacs, Qtile if you like Python
    • stacking window managers
      • Openbox for the old school feel, LabWC as the Wayland successor
      • IceWM and JWM for a minimal experience (both show up regularly on Raspberry Pi)
      • Motif for the retro enthusiast
    • examples from professional recipes – measurements are given as weights (in grams) – no worrying about how much brown sugar in a “packed cup” or if your cup of flour has been sifted enough or what exactly is meant by a “cup of spinach”
    • examples from baking recipes – measurements are given as percentages – allows easy scaling up and down
  • search for information when Google intentionally lies to you and hides results to keep you on their site looking at ads longer …

  • along those same lines, used Chromebooks – Google ends support after only a couple years so school districts all over the place are generally stuck with palettes of e-waste

  • trying to imitate the SLK keycap profile?

  • (one of the older tropes in Linux-land is giving new life to old hardware just by replacing Windows with Linux)

  • (one advantage of Flatpaks over AppImage is Flatpaks bundle their libraries – most AppImages won’t run on musl libc systems)

  • (there’s also an older, but still working, protocol called packet radio – does require a bit more technical expertise though)