• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 18th, 2023

help-circle
  • Honestly? Bash. I tried a bunch a few years back and eventually settled back on bash.

    Fish was really nice in a lot of ways, but the incompatibilities with normal POSIX workflows threw me off regularly. The tradeoff ended up with me moving off of it.

    I liked the extensibility of zsh, except that I found it would get slow with only a few bits from ohmyzsh installed. My terminal did cool things but too slowly for me to find it acceptable.

    Dash was the opposite, too feature light for me to be able to use efficiently. It didn’t even have tab completion. I suffered that week.

    Bash sits in a middle ground of usability, performance, and extensibility that just works for me. It has enough features to work well out of the box, I can add enough in my bashrc to ease some workflows for myself, and it’s basically instantaneous when I open a terminal or run simple commands.








  • If I would stop spending so much time modifying (read: breaking) it it probably would be more productive. I love the ergonomics of my setup.

    But also wouldn’t it be cool to add just one more fancy widget to my already janky-as-fuck eww bar? No? Well I’ll do it anyways.


  • The reason you don’t see a lot of love for Manjaro is because your experience isn’t quite typical. Manjaro is notorious for taking Arch and making it less stable. It’s mostly Arch with some defaults and software to make it easier to set up, but the few cases where it drifts from Arch tend to cause more issues than if you just used Arch directly.



  • The discover store comes with KDE nowadays. GNOME has a similar store. Most recommended distros will preinstall one of those two. Ubuntu has a similar snap store, I think.

    I guess the steam flatpak is unofficial. Works, though. Very simple, lazy solution. Could have gone through the fedora repos, too, where they’ve gone through the effort of repacking the deb for their users.

    Dunno what your package manager problem is. Don’t even know what you’re running. Mine works fine, and certainly better than the windows store 🤷

    Appimages sure aren’t recognized as system apps. They’re basically like an exe on windows. I’d rather manually add my rare appimage to the menu than go through the installer hell windows has.

    Your point seems a little silly because, honestly, my experience is that developers have largely made the Linux desktop experience so simple and stable that it works better than any windows machine I’ve used in the past decade. I’m sorry this hasn’t been your experience, but in the last couple of years I’ve pretty much only needed to open the terminal because I want to, not because I need to.


  • I installed steam by going into my discover app, searching for steam, and clicking install. This is how I get most things, excepting a few appimages I downloaded that just work. I change my settings via GUIs that came with KDE. The only extra configuration GUIs I installed were pavucontrol (just like it for some reason) and protontricks (for doing weird stuff with games most people never need to do).

    I don’t know what distro/de/wm you’re using right now but what you’re saying doesn’t need to be the case. Linux desktop is honestly working better than windows for me lately.



  • brenticus@lemmy.worldtolinuxmemes@lemmy.worldTwo moods
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    6 months ago

    DRM in many games doesn’t work on Linux. In some cases, like games that use EAC, this is technically just a checkbox at build time where they decide not to support Linux.

    There are also some weird libraries and low-level interfaces that refuse to even work through wine/proton, but that’s pretty rare nowadays. You have to be actively trying to find something that won’t work at all on Linux.


  • I’m not sure that’s quite right in the sense that entropy is still meaningful on the level of individual particles—phenomena like proton decay, for example. But yeah, fundamentally it’s an emergent property from the way energy works, and on a grand scale that tendency is a way to view time.


  • I wish I had a link, I think acollierastro talked about it briefly in one of her videos but I think it was a sidebar on something else so I have no idea which one. It was just one of those things where I heard the statement and it clicked on some weird intuitive level.

    I probably used “chaotic” inaccurately, but entropy strives towards maximum disorder in that there is energy holding things together and that energy won’t hold forever. The big bang was basically a big explosion where a whole lot of order was imposed on the universe, for example by forming particles, and since then there’s this general trend towards things falling apart. Energy can be used to fuse a particle, but left alone that particle will eventually fall apart, even if it’s not moving. That’s entropy. So time is that quantity where, given enough of it, things fall apart.

    Does that make sense? I have no idea if I’m explaining it properly, my physics background is super scattered.


  • A definition I saw recently that I like is that time is the direction of entropy. You follow time one direction and you get the big bang where everything is chaotic and happening, and in the other direction you get the heat death of the universe, where everything has settled into a base state and nothing’s happening.


  • I’ve been using Obsidian lately. Proprietary with an open plugin ecosystem. Works well, makes it easy for me to integrate with other notes and such, but I haven’t figured out a good workflow for exporting work for submission. That said, it’s all markdown and there are lots of plugins for stuff like that, so it’s probably mostly just that I haven’t tried very hard.

    In the past I’ve used Google Docs (proprietary), Scrivener (proprietary), Manuskript (open), Zim (open), and probably a few I’m forgetting. Really it just comes down to what you’re looking for out of the software, there are lots of options.

    The biggest thing to keep in mind from a self-hosting perspective is local storage and easy backups under your own control. I use syncthing to keep my whole Obsidian vault synced across a few devices; for some software that’s easier or harder due to file formats and accessibility.