• 4 Posts
  • 268 Comments
Joined 1 year ago
cake
Cake day: August 19th, 2023

help-circle


  • In a game where you can dodge attacks 2x damage makes a lot more sense than 2x health. They could also just increase game speed by 10-20% to make everything more chaotic. More enemies + more drops also works pretty well IMO but a sponge just makes everything take sooooo long. RPGs already often have long battles that can take 10 minutes and making the 20 where you use up all consumables, ammo etc is just bad.




  • I kebab case mine for personal files.

    It’s mostly because I don’t have to use a modifier key and it’s doesn’t need url encoding and all in the same lowercase. Dot notation looks nice but I feel like dots are for extensions only. Flat case is horrible to read, screaming case even worse, camel/pascal case to many times ends up as coolFileNAme on first time typing.

    I’ve done a couple of different styles because of programming in different languages but now if I have to do anything that’s not kebab case I make a small frown.





  • There’s always going to be pushback on new ideas. He’s basically asking people questions like “Hey how does your thing work? I want to write it in rust.” and gets the answer “I’m not going to learn rust.”.

    I think rust is generally a good thing and with a good amount of tests to enforce behavior it’s possible to a functionally equivalent copy of the current code with no memory issues in future maintenance of it. Rewriting things in rust will also force people to clarify the behavior and all possible theoretical paths a software can take.

    I’m not gonna lie though, if I would have worked on software for 20 years and people would introduce component that’s written in another language my first reaction would be “this feels like a bad idea and doesn’t seem necessary”.

    I really hope that the kernel starts taking rust seriously, it’s a great tool and I think it’s way easier to write correct code in rust than C. C is simple but lacks the guardrails of modern languages which rust has.

    The process of moving to rust is happening but it’s going to take a really long time. It’s a timescale current maintainers don’t really need to worry about since they’ll be retired anyway.



  • Step one: Find terminal that’s convenient for you. For me it’s yakuake and some use a runner or whatever.

    Step 2: Find stuff that you do on a regular basis with your computer and do it with the terminal instead. (Open 3 programs, run a steam game or whatever)

    Step 3: Use a bashrc file to make an alias for it.

    Step 4: Find stuff a couple of actions you do the same way every time like open 3 work programs, start torrent + vpn or whatever and put them in a bash function inside bashrc.

    You might not need it though. The terminal is has mostly only two uses in my opinion. Automate stuff and/or do stuff you can’t do with the UI. I use the terminal heavily for work (programming) but hardly otherwise because the best way to break my OS is to change some OS config with terminal commands lol




  • I wanted to learn programming and I heard Linux was nice. I remember setting up Java on Linux was pain (2012) and I decided to try Linux and see what happens.

    I decided to go for a learning experience and installed Arch, I got through the installation and was shown KDE and I was amazed until something weird broke. The utter bliss of customising the UI to my liking was so good.

    I then tried Ubuntu, it worked but I was disappointed it wasn’t KDE but I liked the part where all the guides online were basically geared towards Ubuntu/Debian setups.

    So I checked out KDEs website and I saw KDE Neon and thought “That’s the one for me. Based on Ubuntu with latest KDE.” not wrong, but not right either. I entered KDE Neon when it was still a dev distro without knowing. Stuff broke every now and then but nothing major. KDE Neon since v6 has been amazing. I’ve had a couple of Wayland crashes but the bloody thing restores everything in the exact same place, same activity, virtual desktop, size and all and it has only happened once since v6.

    KDE just keeps getting better.