Im on the fedi doin fedi things.
- 113 Posts
- 581 Comments
I remember some crazy stuff back when I had to work with a Java + ember.js project. Everything was like that.
Thats kind of you to say 😀
Cool, good to know someone else has the same experience.
Ive been on a couple of multi-year projects and they are NOT fun with OOP + developer went crazy with patterns they were experimenting at the time. Its what made the “rule” pop up to begin with.
Its the best/worst thing about OOP no matter what language.
We had a rule at work that if you are 3 levels or more down an inheritance tree, then you are too far. The cognitive load is just too much, plus everything stops making sense.
One level can be great (MVC all have great conventions, MCP as well). Two can be pushing it (Strategy pattern when you have physical devices and cant be connected all the time, Certain kinds of business logic that repeat hundreds of times, etc…) But even there you are kinda pushing it.
I need code that I can look at a month from now and know WTF is happening. And sometimes its better to have less DRY and more comprehension. Or maybe im just a forever mediocre dev and dont see the “light”. I dunno.
mesa@piefed.socialOPto
Fediverse@lemmy.world•Migrated blog from WordPress to Ghost and changed domains! - veronicaexplainsEnglish
2·4 days agoIm seeing the same on gotosocial. Im hoping the new articles will pop up at some point.
mesa@piefed.socialto
Programming@programming.dev•Stop generating, start thinkingEnglish
232·5 days agoLlms do create a lot of slop code thats for sure. Makes me want to get off github.
mesa@piefed.socialto
Selfhosted@lemmy.world•Building OpenWatch: an open-source alternative to YouTubeEnglish
12·7 days agoIt would be a killer feature for us in the fedi. :)
Peertube is awesome, but more alternatives in the space would be welcome.
mesa@piefed.socialto
Linux@programming.dev•Rust Coreutils Continues Working Toward 100% GNU Compatibility, Proving Trolls WrongEnglish
2·8 days agoTrue. I hope rust community gets more mature and uses some good licenses.
mesa@piefed.socialto
Linux@programming.dev•Rust Coreutils Continues Working Toward 100% GNU Compatibility, Proving Trolls WrongEnglish
2·9 days agoOh yeah! We just switched over to Debian and all good. But theres just all those little tools you never think about haha.
20.04 was nice back in the day. Super stable.
mesa@piefed.socialto
Linux@programming.dev•Rust Coreutils Continues Working Toward 100% GNU Compatibility, Proving Trolls WrongEnglish
3·9 days agoNow that you mention it, it is kinda strange. MIT has been abused before.
mesa@piefed.socialto
Linux@programming.dev•Rust Coreutils Continues Working Toward 100% GNU Compatibility, Proving Trolls WrongEnglish
1·9 days agoYou know what that is fair. While the change did temp kill our projects it was a combo of things.
Oh cool! Thanks for sharing.
mesa@piefed.socialto
Linux@programming.dev•Rust Coreutils Continues Working Toward 100% GNU Compatibility, Proving Trolls WrongEnglish
11·9 days agoThe individual is a troll. Its best to move on. Either that or an LLM that needs to have the last word no matter what.
I guarantee this will have a comment 😄
mesa@piefed.socialto
Linux@programming.dev•Microsoft's VS Code in Ubuntu's Snap Format Eats Up Disk Space Like Bloatware Even After RemovalEnglish
8·9 days agoI hate snaps.
I had a job that used COBOL and programmed in it. Its not terrible. It even works with sql.
The issue is the decades of code with little to o documentation, the fixes for issues like y2k that wirked at the time but now have problems, and greedy companies that want you to pay per processor. All the while you yourself are one of three people in the city that are looking to slowly pull everything out of COBOL, making it just a bit harder to get a job next time.
mesa@piefed.socialto
Fediverse@lemmy.world•Reddit is now promoting ads for fascist paramilitary invadersEnglish
25·11 days agoTheres a reddit community for that. Litterally !reddit@lemmy.world
mesa@piefed.socialto
Linux@programming.dev•Rust Coreutils Continues Working Toward 100% GNU Compatibility, Proving Trolls WrongEnglish
31·11 days agoAgreed!
mesa@piefed.socialto
Linux@programming.dev•Rust Coreutils Continues Working Toward 100% GNU Compatibility, Proving Trolls WrongEnglish
11·11 days agoI dont understand.





















I mean you can …but its gonna be slop.