• 1 Post
  • 11 Comments
Joined 6 days ago
cake
Cake day: March 30th, 2025

help-circle

  • Not putting enough money into education of the population is a crime against humanity done by the wealthy class. It’s a tragedy and it’s infuriating and it’s well understood, yet nothing ever changes, because education threatens the power of capital, while all that capital needs is cheap labor and stupid cattle consumers to support their “infinite growth”.


  • Haha absolutely, I’m also one of the people who always said all this rainbow and green washing is bullshit. As if they ever cared for anything.

    Capitalism has no values, except for one: shareholder value. Yesterday they help sending people to concentration camps, today they help saving the world and increasing diversity, yeah, totally convincing.

    There is one thing to rely on with capitalism - if you convince people you can make good money with it or it is good for the brand, they will jump onto it and squeeze the shit out of it. An abstract, amoral force, made from a large number of concrete shitty people.


  • Software developer here.

    I only recently switched from vim to VSCode and I refuse to use any editor without vim emulation.

    Regular expressions for quick and efficient and precise search and replace, modal editing which allows me to type di" to ‘delete inside current double quotes’ (needs vim-surround plugin), typing 123gg to go to line 123, press % to switch between any pair of marching braces, brackets or parentheses, and all sorts of such efficient goodies.

    It’s not only efficient, vi has a whole concept, a philosophy how you can build quick editing commands. It’s not like remembering random shortcuts like Ctrl-C Ctrl-V. Once you understand the language, it becomes second nature and you can translate something you want to do into 5 key strokes which would need 100 otherwise or would involve the mouse and clicking and selecting etc.

    I’m not even that good at vim, I’m just using the surface features.

    It has very good reasons why every notable editor provides some form of vi editing emulation.






  • Yeah can relate, it’s always nice if I can reach some milestone when switching the project hyperfocus again. Celebrating any tangible progress helps staying motivated. Small steps are nice, and each big step is a gift.

    I wanted to review all rooms and get rid of stuff that I don’t need (like gadgets or old clothes or random household things). Well, I did a room and the basement. Some more to go. I planned this for this year, so I just wait for the motivation to come back to do the next room. Because reviewing a whole room and possibly rearranging half of the things and sorting stuff out takes at least half a day and is pretty exhausting.



  • Nice! I’d love to use Rust at work, I was a Haskell guy for hobby things, rather recently switched to Rust for that, and I enjoy it a lot. Taking 80% of the good lessons from functional programming while staying performant and practical and just have nice tooling - whoever designed Rust are wise people who know what is important for happy developers.

    My job is mainly C++, and if you have seen the bright side of life, it is difficult not to be frustrated by the language and tooling. I think C++ without clang-tidy is almost as horrible as Python without types and linters. Undefined behavior and foot guns everywhere!