• 2 Posts
  • 46 Comments
Joined 8 months ago
cake
Cake day: March 20th, 2024

help-circle



  • Personally WSL has always been riddled with issues for me. I mainly used it for dev things before I switched to linux entirely. Recently I came back to Windows to try some of AMDs new graphics driver features and decided to try out WSL 2. Hell, Windows fucks up so much basic shit in there, i couldnt even run ‘git init’ because some permission issue with drive mounting. Had to move my entire project to a separate drive just to make it work. The way Windows handles the filsystem, permissions and “cross-OS” functionality is so weird and always results in some issue, making the Linux experience feel significantly more wonky than it needs to be. Performance is also a pain, since i had to love my project to a disk that was not part of WSL reading and writing files in VS Code becomes significantly slower.

    I have a pretty high end rig and even my PC runs slow when using WSL, its great to have an option for linux in windows but when a docker container or even just a VirtualBox machine performs better than WSL i have no fucking clue why youd use it.

    Thanks for listening to my rant. Take it with a grain of salt ig, maybe im just incompetent and doing something very wrong.




  • I feel like im the opposite from a lot of people in this thread. I very rarely get upset. Like, once a year maybe? Sure, some things annoy me, but they’re rarely worth getting upset about. I think most people see me as a “funny guy” thats easy to be around.

    Now I swear a lot, like very alot. And its mostly for comedic purpose or putting that tiny bit of emphasis on something, usually opposite from what i actually mean. Saying something like “a fuckton” usually means i had 2 apples instead of 1, where if i actually had way too many apples i would be more descriptive about it and not swear. People tend to take things more seriously that way.

    I think casually swearing can help with not getting upset to begin with while also being more expressive if used correctly. I feel like i can get emphasis on what i say and having some form of relief from just swearing casually, which helps negate the build up of annoyances and eventually actually getting upset.

    I very rarely swear in an insulting manner, i find it way more insulting and effective to use words that are very “unharmful” for that purpose, such as calling someone a clown or gnome. In the right setting those are devasting. I dont think it translates very well to english, but just imitating a 10yo and saying “your mom” is also just insanely funny as an insult because of how inherently stupid it is.



  • This is very valid but in our case we dont really store any important data on the computer. We make digital timetable signs for bus stops and train stations, the computers we build and put inside are just a base image we flash onto the disk and set hostname and IP on. Then they all connect and set themselves up via our servers and pull any displayed data from our actual main servers.

    In this case its sad that it didnt actually restart, that means our client has to drive out and deassemble the entire sign. But it seems to be a failing disk so it had to be replaced either way.







  • Just started a new job last week. Ive been in the industry for 3 years so not completely junior but getting in to a new codebase is always rough. Especially when only 1 huge library file is documented, every component is cluttered af and most variables and parameter names are 1 character long.

    Doesnt help that functions are 100 lines either when each the parameter names makes the logic incomprehensible.