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

help-circle
  • Not to pretend I know it all, but have actively been using Linux on desktops and normal laptops for years now and I do have to agree.

    Those old Macs are actually quite hard to get working right (fans, touchpad etc).

    It is not impossible, but it takes quite an investment.

    But Macs aside, nowadays a lot of desktops ánd laptops install flawlessly though.




  • The “star construct” you mention and hang an entire theory on is just a German language construct. It has to do with gender but not the way you imagine it to be. Just gender as a language construct (German is full of gender constructs).

    Maybe I made the error of explaining your post with the typical US “there is only one gender” stance which is so irritatingly omni present on youtube nowadays.

    But if that was not your intention, it might also be an error to call me nationalist. I am not. I am all for gender inclusivity. If you are as well we have no beef.

    And PS: yes, you are still an asshole.














  • Thank you for sharing your linux journey!

    I’ve been toying around with linux since the old famous slackware distro!

    I have used Windows professionally, later switched to Mac, but my desktop (my main driver) has been linux for a long time.

    I run it the way I am most productive with it (yes, Gnome, don’t hate me, but liked xfce before that).

    I like the way everything is customizable, light weight and… free.



  • I’m on Voyager (via the app store) and it is wonderful (and free)!

    I agree that some communities are quite empty, but I found that the techn savy communities are quite large and well maintained (selfhosted, linux and such).

    Although the read is arguably shorter, i have more time in my day as a result of that. Not missing reddit at all ATM.


  • Aside from that I think C is more performant than C++ (indeed when you use the bells and whistles that C++ offers), you are comparing the libraries with each other.

    The fact that the implementation of one random std::Sort is faster than the implementation of qsort() is comparing libraries, not the languages. You are comparing the algorithm of the Rust Sort with quicksort (which is obviously the qsort you are referring to.

    I am certain there are sort implementations in C which outperform Rust.

    Having said that, I immensely enjoy Rust because it forces me to think about the error handling and it does not give me the quirks of C/C++ (index out of bounds, memory corruption).