• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: April 19th, 2023

help-circle


  • … until you run into a problem which you can’t figure out on your own. Then you search the web, and only find how to do it with Y, instead of the technology you used which is called X. So after determining that you’re truly stuck, you switch to Y. Until you get stuck again, you search the web, and can only find how to do it in Z. And everyone online tells you you’re stupid to use X or Y in the first place. And the cycle continues.

    This is why I gave up on being a web developer and stayed far away from JS.






  • Just ot make it clear to OP, Stable does NOT nesesarily mean bug free. Just like how most people are on the “stable” branch of Windows 10 or 11,but they still encounter bugs, “stable” Linux distros can also have bugs.

    The difference between “stable” and not stable is that: 1.) The system is “stable” in that it’s very unlikely to crash. Stable Linux distros are much preferred for servers, for instance. 2.) Any OS related bugs you find will still be there likely until the next big release. (with Debian iirc this is like every 4 years)





  • Interesting how there’s so many answers here, but no mention of the one I came here for (and I thought would be most popular) : ricing.

    I got into Linux when I saw screenshots of all the cool desktops people made with KDE, XFCE, and tiling window managers. Even Gnome looked sleek and minimal. After a while I got bored of ricing but I stayed for the ease of use as a developer







  • I love the new lockscreen. Looks great so far.

    I’ve got some concerns about the screen space usage for the desktop itself however. Between the top “Gnome” bar and the bottom panel for apps, that’s a lot of vertical space used up. I can imagine this being awful for small screen laptops. Gnome doesn’t have this issue because the bottom “dock” is hidden until the actitives button is pressed. Will Cosmic in some way allow the user to hide or move the bottom panel?


  • It’s for when you have really nested directories. It happens especially when you’re working in a file space used by others. I used to have a folder I would often reach called /media/nas/documents/personal/school/foo/bar/foobar2001/projectA

    I ended up going back to that project so many times, I could just do j projectA and get there from anywhere. “Why not use a symlink?” I hear you say. Well it’s because I often have to go to projectB or another which was in another really nested dir. Or I needed to jump to another directory which was equally as nested, and only had to use it frequently for like a week or so. Making and deleting symlinks all the time wasn’t practical. Not to mention some software doesn’t properly follow symlinks