Post BAKdTA24g7F33wh4aG by snacks@netzsphaere.xyz
 (DIR) More posts by snacks@netzsphaere.xyz
 (DIR) Post #BAJeFPgRb3PGLUco2i by xianc78@gameliberty.club
       0 likes, 0 repeats
       
       @sun I think both sides are in on it to destroy FOSS.
       
 (DIR) Post #BAJq1VpR9Srgney9YW by mischievoustomato@0.5dollah.click
       0 likes, 0 repeats
       
       @sun @anemone @condret also, publicly dhhh has been hiring developers to work on omarchy, like the quickshell dev, a kernel dev (guy is a kernel maintainer) and more iirc
       
 (DIR) Post #BAJsK4mC9hFcJEQsAC by mischievoustomato@0.5dollah.click
       0 likes, 0 repeats
       
       @idiot @sun >only now
       
 (DIR) Post #BAKdTA24g7F33wh4aG by snacks@netzsphaere.xyz
       0 likes, 0 repeats
       
       @sun @idiot @whiteline @ageha > objective
       
 (DIR) Post #BAKdnBtrRce8e8P3DM by snacks@netzsphaere.xyz
       0 likes, 0 repeats
       
       @sun @idiot @whiteline @ageha i just couldn't think of an actual joke about everything in java being an object that relates to your post
       
 (DIR) Post #BAKeOHM280CuHGGVo8 by snacks@netzsphaere.xyz
       0 likes, 0 repeats
       
       @sun @idiot @whiteline @ageha it isn't even that bad, stuff like fat structs is very similar, you just need better control of how they land in memory and not go wild with inheritance
       
 (DIR) Post #BAKeUd7S7UeTW8TQmW by snacks@netzsphaere.xyz
       0 likes, 0 repeats
       
       @sun @ageha @idiot @whiteline old enterprise oop code is ptsd material tho. They used to drink all the oop coolaid
       
 (DIR) Post #BAKgvpxggCIl4h0VdY by mischievoustomato@0.5dollah.click
       0 likes, 0 repeats
       
       @sun @mia @snacks @idiot @whiteline @ageha im learning rust and i have fun but i might have to pick up c or c++, dunno
       
 (DIR) Post #BAKh01W1fGf84C45cO by snacks@netzsphaere.xyz
       0 likes, 0 repeats
       
       @mischievoustomato @mia @idiot @sun @whiteline @ageha learn c# instead and have a borrow checker experience that's not like pulling teeth
       
 (DIR) Post #BAKh5OaTJP574PhqHQ by snacks@netzsphaere.xyz
       0 likes, 0 repeats
       
       @mischievoustomato @ageha @idiot @mia @sun @whiteline or learn c, that's fun too
       
 (DIR) Post #BAKh7FFsylwghrxWeu by mischievoustomato@0.5dollah.click
       0 likes, 0 repeats
       
       @snacks @mia @idiot @sun @whiteline @ageha the borrow checker experience is annoying but i try to do clone() little and i also try to learn using llms, but my rust projects aren’t vibe coded
       
 (DIR) Post #BAKhBdl9oYZrrcgLAG by mia@movsw.0x0.st
       1 likes, 1 repeats
       
       @snacks @mischievoustomato @idiot @sun @whiteline @ageha it’s so funny how rust is like some bastard child of webshit and fp languages. you have async on one hand and borrow checking on the other hand, and if you touch both parts it just screams KILL ME IT HURTS TO LIVE
       
 (DIR) Post #BAKhC9Qi47Ee5TMSjg by mischievoustomato@0.5dollah.click
       0 likes, 0 repeats
       
       @snacks @mia @idiot @sun @whiteline @ageha im not sure about that, maybe
       
 (DIR) Post #BAKhKIbpovCEsDRygi by mischievoustomato@0.5dollah.click
       0 likes, 0 repeats
       
       @mia @snacks @ageha @sun @whiteline @idiot my experience with async has mostly been just putting .await and pulling tokio
       
 (DIR) Post #BAKhLY0e33nIvSeNY8 by snacks@netzsphaere.xyz
       0 likes, 0 repeats
       
       @mischievoustomato @mia @idiot @sun @whiteline @ageha c# is garbage collected by default but you can just do (sane) checked borrowing. I think that actually helped me learn how to properly use the stack for memory management in c-likes. On the other hand you can't do some borrow gymnastics that are possible in rust but by now i think doing those was never a good idea in the first place
       
 (DIR) Post #BAKhX4mAZ03VjcNPkm by mischievoustomato@0.5dollah.click
       1 likes, 0 repeats
       
       @snacks @mia @idiot @sun @whiteline @ageha i dont do super complex stuff and i wanna focus on not many things because i will just lose myself i think
       
 (DIR) Post #BAKhkLqCQZI8QRaknQ by newt@stereophonic.space
       0 likes, 0 repeats
       
       @mia @snacks @ageha @sun @whiteline @idiot @mischievoustomato nah it's mostly fine. Explicit pinning had to be developed, but that was coming anyway due to self-referential structures being a thing.I wish C++ also had it, because the current C++ meta for those is to either T(T&&) = delete; or to write a fat boilerplate with a chance to shoot yourself in the ass.