And hard casting onto the wrong class because a neat function lives in there (who will detect you did that and treat you a little different because you don’t have all the resuired data in that class instance) as a “quick fix”
- 3 Posts
- 305 Comments
Code was written before git was invented.
Valmond@lemmy.worldto
Linux@programming.dev•Chat Control 2.0 has passed the first round of approval
1·2 days agoIf you have a system based on precedent I guess, but I don’t think the EU has that.
Valmond@lemmy.worldto
Linux@programming.dev•Chat Control 2.0 has passed the first round of approval
15·2 days agoRemoved by mod
Valmond@lemmy.worldto
Linux@programming.dev•Chat Control 2.0 has passed the first round of approval
4·2 days agoYeah that seems like something that can’t be put into a law. Well normally.
One main difference with IPFS is that you can change the shared data without having to re-distribute a new link. It’s also based on reciprocal sharing instead of benevolent sharing, which means that if someone shares then it grows the sharing capability of the network instead of using it up.
I have made some comparatifs, you are all welcome posting any questions you have here or there ofc. ☺️ !
Sort of P2P, it’s a sharing system based on reciprocal sharing (I share yours because you share mine), add sharing the same data several times and you get robustness.
A sort of decentralised file system.
Please let me know what you think about it all.
PS. Funkwhale seems interesting, gotta check that out, thanks!
Thanks, I edited in a quick link and the dumbass is me not you!
Valmond@lemmy.worldto
Programmer Humor@programming.dev•My girlfriend is an actual model, just fyi
1·4 days agoAh, a photo model!
Valmond@lemmy.worldto
Linux@programming.dev•The Linux Kernel Looks To "Bite The Bullet" In Enabling Microsoft C Extensions
2·5 days agoint $ = 3;
Compiled with msvc back in the day for example, could be stuff like that. But IDK.
I bet they are all good, but I’m a Mint newbie too, well since a couple of years now! Works charmingly well for me.
I remember those keyboards, if I hit that button my PC just hard crashed. Fantastic.
Valmond@lemmy.worldto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this button
2·13 days agoThey’re downvoted because the OS prompts it every time. Not only when it’s needed.
It’s like the doctor says you better do a full checkup every time you see them and every time the results are perfectly okay. Sure, maybe one day they’ll be right but it’s not the correct way to do things.
Valmond@lemmy.worldto
Linux@programming.dev•Linux Kernel Ported To WebAssembly - Demo Lets You Run It In Your Web Browser
171·14 days agoStill can’t open a local file because of “CORS”
Valmond@lemmy.worldto
Programmer Humor@programming.dev•99% of Windows usability issues would be fixed if Windows had the guts to add this button
24·14 days agoThen you stick a usb key in and invariably get the “windroze has detected a problem with the drive, scan or format?”
Do nothing and the drive works perfectly well.
Valmond@lemmy.worldto
Programmer Humor@programming.dev•Computer Science Courses that Don't Exist, But Should
1·14 days agoAnd your code is unmaintainable, has no unit tests and needs someone with the mindset of a 15 yo to “fix it” all the time, or so it seems.
Good luck learning to code for real with that mindset.
And automatic test systems. It’s not that hard.
You must tackle that with being underpaid!
/j
Valmond@lemmy.worldto
Programmer Humor@programming.dev•Computer Science Courses that Don't Exist, But Should
11·19 days agoThat’s wild, I have worked on large scientific software, coupled with electron microscopes (off all kind of types, bio, material, big, small) and we had over 700 types of processings of different data and visualisation. Without OOP in there it would have been a one man orchestra-mess per client.
We had those people clinging to their scripts too, they were actually the best getting the results out from bad aquisitions, but it’s kind of complicated because it’s not the scripts that are important but the dude using them.
The OOP was good because it tied it all together (you could easily string compute modules together to form new treatments of data for example), that’s not needed in a small, one-situation setup, but still I’d code something to manage it all if I were you (and had the possibility to do so ofc), maybe your gui does that. But then again, I don’t know how it all works where you work so what do I know 🤷🏻♀️.
Cheers

Yeah but you merged as you wanted, usually anyway.