a couple years ago lunduke documented that gnome redirects money donated to develop GNOME Desktop into left wing charities and untraceable consultant payments. always accuse your enemies of what you're doing.
Timeline
Post
Remote status
Context
13
@sun I'm like three out of eight-ish sections into a rant blog on why free software sucks now and I can't tell if it's even worth my time to include commentary on Omarchy at my own peril. DHH is one of the perpetual boogeymen of these people, and if they don't want to hear "you're making the computing experience worse," they certainly won't want to hear "the dude's a fucking poseur why are we making semi-weekly seethe blogs to post on lobste.rs about him to give him all the attention he wants?"
@idiot I don't have much commentary on dhh or omarchy other than as far as I can tell he hasn't said much that a giant portion of the country doesn't consider that controversial, but greatly bothers people that want a very strong progressive tech monoculture.
@ageha @idiot @sun people like him who developed systems and frameworks in the 00s era look like idiots because the 90s disconnect between academia and people-who-just-wanted-to-get-things-done was still very hard
this also applies to ruby itself, nowadays it's trivial to be aware of cutting-edge runtime and compiler methods with a bit of work even if you choose not to use them, back then everything was black magic outside academia
this also applies to ruby itself, nowadays it's trivial to be aware of cutting-edge runtime and compiler methods with a bit of work even if you choose not to use them, back then everything was black magic outside academia
@whiteline @idiot @sun
don't remember 00s that way. was still outside uni chatting on fora and searching things, but feeling was "hardware constraints gone but people piling garbage on garbage, so still no performance gains. need to care about these things
the oop craze was strong, but felt that was more eminating outwards from academia rather than reverse, students pushed on java early and adopting python and ruby because of that
don't remember 00s that way. was still outside uni chatting on fora and searching things, but feeling was "hardware constraints gone but people piling garbage on garbage, so still no performance gains. need to care about these things
the oop craze was strong, but felt that was more eminating outwards from academia rather than reverse, students pushed on java early and adopting python and ruby because of that
@ageha @idiot @whiteline Java is shitty bit it was infinitely better for enterprise software than C and C++, that is an objective fact.
@snacks @idiot @whiteline @ageha nobody wants to hear it but fresh university graduates could shit out working software very fast in Java and it wouldn't have the basic security and memory issues that plagued C programs.
@sun @snacks @idiot @whiteline
students i knew definitely couldn't, brittle template generators barfing incomprehensible things and layers of "enterprise ide" preventing people even learning version control
students i knew definitely couldn't, brittle template generators barfing incomprehensible things and layers of "enterprise ide" preventing people even learning version control
@whiteline @ageha @idiot @snacks OOP is bad if you're a good programmer and good if you're a bad programmer.
@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
@sun @ageha @idiot @whiteline old enterprise oop code is ptsd material tho. They used to drink all the oop coolaid
Replies
1
@snacks @idiot @whiteline @ageha yeah I have experience across the entire spectrum of Java code. enterprise is sometimes literally insane. But you can write beautiful elegant Java code. rxJava or like, Vert.x is quite nice to work with.