• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle
  • I guess how much I’m still the same person. Sure, I have a house, a job, I’m an adult. But I also still play video games, including stuff like RCT which I lived back in the day. My brain still switches from interest to interest, and my brain is still completely obsessed whatever interests me at the moment. Ultimately I’m still that slightly weird nerdy kid, just grown up.

    12 y/o me would probably be amazed that his fancy new Nintendo DS is still alive and kicking almost 20 years down the line. In hindsight it’s not too surprising though, because I always treated it with the utmost respect and care.


  • Mice and scissors that can be used in both left and right hands are oppression by the woke communists!!!1! All part of the WEF plan (sponsored by Soros) to make everyone ambidextrous and to destroy our right-hand supremacy! Bill Gates put secret nanobots in the vaccines to make us more left-handed. Wake up, don’t believe what the fake news media tells you!

    (/s, though I hope that was clear)



  • Good meme. However I do think that most people starting out will not really have to deal with any of those issues in the first few years apart from maybe the pip/venv/poetry/etc choice. But whatever they’ll pick it’ll probably work well enough for whatever they’re doing. When I started out I didn’t use any external libraries apart from pygame (which probably came pre-installed). I programmed in the IDLE editor that came with Python. I have no idea how I functioned that way, but I learnt a lot and hat plenty of fun.



  • I was just about to post the same thing. I’ve been using Linux for almost 10 years. I never really understood the folder layout anyway into this detail. My reasoning always was that /lib was more system-wide and /usr/lib was for stuff installed for me only. That never made sense though, since there is only one /usr and not one for every user. But I never really thought further, I just let it be.


  • Sometimes I look at the memes around here and wonder wtf y’all are doing. Like, neither my code nor the code at the place I work at are perfect. But I don’t think I’ve ever seen a merge do this. Maybe some of the most diverged merges temporarily had a lot of errors because of some refactoring, but then it was just a few find + replaces away from being fixed again. But those were merges where multiple teams had been working on both the original and the fork for years and even then it was usually pretty okay.




  • I’m on Arch (actually a converted Antergos) and I have an NVIDIA card as well. My first attempt a few months ago was horrible, bricking my system and requiring a bootable USB an a whole evening to get Linux working again.

    My second attempt was recently, and went a lot better. X11 no longer seems to work, so I’m kinda stuck with it, but it feels snappy as long as my second monitor is disconnected. I’ve yet to try some gaming. My main monitor is a VRR 144Hz panel with garbage-tier HDR. The HDR worked out of the box on KDE Plasma, with the same shitty quality as on Windows, so I immediately turned it off again. When my second monitor is connected I get terrible hitching. Every second or so the screen just freezes for hundreds of milliseconds. Something about it (1280x1024, 75Hz, DVI) must not make Wayland happy. No settings seem to change anything, only physically disconnecting the monitor seems to work.



  • I bought a ThinkPad new in 2014 for my study for like 1200 euro’s. She’s still happily purring today. Around 2019 I made the mistake of emptying a cup of tea into the ThinkPad accidentally and then holding it upside down to get the water out. I think I should’ve just let it leak out of the bottom since the laptop has holes for that, but I panicked. This broke the keyboard, but not the rest of the laptop. I got an official new keyboard for like 100 euro’s which came with a tool and the simple instructions, and since then everything has been working flawlessly.

    So I recommend ThinkPads, although I can’t really say anything about compatibility of new models





  • You call it “quick to judge and superficial”, but imo that’s the wrong attitude. Every tool we use as humans should be designed to be as intuitive as possible. It makes it easiest for people to learn how to use a new tool. That doesn’t mean that a tool cannot be complex or customizable, but the default experience should make it easy for new users to quickly achieve something. Once they grow accustomed to the tool they can tailor it their own way.

    No tool has to do this, but if it wants to be widely used then this is kinda necessary.

    There’s a reason why there are whole fields of study into human media interaction, and why software companies hire UI designers. Everything that doesn’t have to be explained in words and text because it is intuitive saves mental overhead for the user and makes the application more accessible.




  • Can, but not by default. The default setup is what leaves an impression on most users. Most users opening GIMP for the first time expect to be able to find stuff that they need, not have to first spend a lot of time getting familiar with all of its options. It shouldn’t be needed to first spend time opening all the sane default windows and re-aliging stuff every time you boot it for the first time. At least, that shouldn’t be the case of GIMP wants to be as popular with non-technical users like Krita is.

    Also, the tool bar still doesn’t have the nice separations between tool functions, and it still feel a bit more chaotic. Not sure of it’s the icons or the order.


  • Now admittedly I’m not someone who often uses drawing programs, but my biggest issue in GIMP is that I never seem to be able to find what I’m looking for.

    In the two images you posted you can actually see an example of such a case. In Krita all the tools (or whatever you’d call them) in the bar on the left are ordered in a logical way, and separate types of tools are also visually separated by separator lines. The bar with tools is also only 2 icons wide, which makes scanning for the right tool a bit easier, since you can mostly just scan along the vertical axis. In GIMP it’s just a pile of low contrast icons in seemingly random order. Unless you’ve used it enough to know the order, you’re gonna have to do a lot more searching. And searching will be way harder since you’ll have to search horizontally and vertically.

    It’s like reading a website where the text is taking the whole with of the screen and without paragraphs (GIMP) vs reading a website where the line length is constrained, the text is horizontally centered, and there are proper paragraphs.

    I feel like this example reflects my personal experience with both. I’ve used quite a few different types of image editing programs, and with most of them I can fairly easily find the stuff I need. Using GIMP however, I used to be quite lost. Nowadays it’s gotten better because the windows are not all floating around and I’ve used it more. But still, I only found Krita after using a fair bit of GIMP, and yet I felt instantly more at home because the UI was easier to navigate.

    Edit: That being said, GIMP is a very cool program. I don’t want to hate on it too much. It’s helped me countless times. The UI has already improved a lot since the floaty window days, and I hope that continues.