• 0 Posts
  • 286 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2024

help-circle
  • Is it shown that there are significant performance benefits to installing daemons and utilities à la carte?

    No, not really.

    Is it because arch users are enthusiasts that enjoy trying to optimize their system?

    This is IMHO the most important aspect. The thing they’re trying to optimize isn’t performance, though, it’s more “usability”, i.e. making the system work for you. When you get down to it and understand all the components of the OS, and all the moving parts within, you can set it up however you prefer and then combine them in novel ways to solve your tasks more quickly.








  • A lot of things break on cars that old, so any buyer has to be a bit stupid to pay that price…

    laughs in a 30 year old van, that gained about 40% of value since I bought it 3 years ago

    If it was built well, and is simple enough, it’s not too much of a hassle and you can maintain a lot of it yourself. Most new cars are complicated garbage that breaks constantly straight out of the factory, and you have to take it to a mechanic to do anything because of their complexity and proprietary software. Compare that to my van, where I can read the OBD2 error codes on my phone over bluetooth with a $10 dongle, and can do most basic maintenance (oil, ATF, spark plugs, belts) with basic hand tools and a car pit.




  • I’ll say it’s a 6-9 depending on my mood.

    Sure this may sound ridiculous but it’s basic knowledge that studying your opponents viewpoints is the best way to counter them and get new insight yourself.

    I don’t think this is necessarily empathy. I’ve read Hitler, Ilyin and Dugin, understood their arguments and point of view. If anything it made me less empathetic to them, seeing their vile hatred spilled on paper like that; but I agree that it is useful in practice to understand people who hate your guts.

    To me, empathy means not only understanding the individual’s viewpoint, but moreso understanding how they got to it. This is how I can still slightly emphasize with any awful individuals, from nazis to billionaires: I understand that their viewpoint was formed by their position in the capitalist hellscape we fine ourselves in, and by incessant capitalist propaganda. If I was born in their stead and lived through their experiences, I would likely share similar ideas. This makes me more hopeful in the possibility of reform even for the worst of the worst; if a person was convinced of something, they can be convinced that it is wrong too; noone is born a nazi, and so noone is beyond hope in my opinion.

    As for my family, they can be incessantly racist and homophobic, not to mention all the various small things like climate change conspiracies etc. I politely disagree with them and try to nudge them towards more inclusivity and empathy for others; we’ve never had a screaming argument despite holding very different opinions about things so dear to my heart. But yeah at times, especially when I’m in a bad mood, I also just shut down political conversations with them.







  • To this day i still plug my wh-mx10004 … (Or whatever their stupid number is cause sony thinks a ten digit alphanumeric code is the catchiest name for their products…) b/c every time they connect by bt they will ONLY do ‘handsfree’ codec, yknow, the one that sounds like shit for phone calls. I have done everything… pavucontrol, pipewire, wireplumber, blueman, cli system level shit and yes i can force it to proper high def audio after some really annoying steps… but then ill start up a game or something and it suddenly goes “nope! This calls cor handset audio!” And switches itself back.

    If you’re talking about WH-1000XM4, they work for me. Sometimes on first connect they only have mSBC codec for me too, but if I just disconnect/reconnect them then all other codecs appear. If I switch to SBC-XQ or LDAC they then work fine until I turn them off (which can be hours and many different playback streams). I’m on pipewire+pipewire-pulse.


  • I’ve heard about Linux being highly customizable and decentralized OS, and suddenly I can’t define my own shortcuts because there is a list of un-features?

    You can customize it to do whatever you want. Heck, you can write your own terminal emulator that does exactly what you need. But some things can be harder to do than others and require skills and experience. Once someone implements those harder things, they become a “feature”. Before then, therefore, they are an “un-feature”. See https://xkcd.com/1349/

    E.g. it is probably possible to set up your shell to use shift-selection for the command you’re currently editing, but shift-selection for the output of a previous command will require terminal support. You will have to make sure that the two don’t interfere with each other, which can be quite complicated.

    I already have my workflow and I’m trying to transfer it to Linux

    Linux is a different OS that, by default, does things differently from others. You can configure it to emulate some other UX, but it won’t necessarily be easy. In the meantime, you can install the micro editor, set EDITOR=micro, and then Ctrl+x Ctrl+e in bash to edit the command in a more familiar setting.



  • I think this is one of many un-features in Linux world where

    • It would benefit a beginner
    • It sounds simple but actually quite complicated to get right (especially if you aim to keep compatibility with things)
    • Anyone possessing the skills to implement it neither needs it nor cares about it

    As such, for you individually, I suggest just getting more comfortable with tmux (or zellij) and vi-like keybinds for text manipulation. Once you learn those (and set your readline mode to vi), you won’t look back. Oh, also, try Ctrl+x Ctrl+e in bash, it might help.

    Or switch to emacs and using it as a terminal emulator. In that case you will have to learn and use emacs keybindings, but the selection semantics in the “terminal” will be the same as in the “editor”.