You’re right, the dude in the photo is probably AI generated, so the poliece looks like they have a suspect already and nobody is going to embarrass them.
- 2 Posts
- 243 Comments
Who said it was superjesus? It’s one of the smaller points on the long list of rusts advantages over other systems level PLs, but nonetheless notable. Especially if you consider that the feature that makes this possible is used for a ton of other useful stuff. And seriously, the boilerplate does matter, especially if you also add Ord, Hash and Debug impls. Your comparison with pictures in a noval makes no sense, since these add something valuable to the text and are easily distinguished from it. Heaps of boilerplate at a glance look just as meaningful as important sections of code, so being able to avoid it makes navigation significantly easier.
Isn’t it obvious? More code to skim, scroll over and maintain if something changes. If you add a struct field, your manual EQ implementation still compiles and seems to work but is wrong and will lead to bugs. Yes, solving this for 99,999% of cases with an attribute is just far superior and does make a difference (while keeping it easy to manually implement it if needed). Hash and Ord and some other traits can be implemented in a similar fashion btw…
It could be a tie or it could be a blend of the chairs arm rest and the background. We’ll never know!
This! It clearly needs more JPEG though. Here, I fixed it: https://morejpeg.com/Image/View/ed39fea5-0150-ef11-8104-ea49aec8cc27
words_number@programming.devto
Memes@lemmy.ml•Nuclear isn't perfect, but it is the best we have right now.
2118·2 years agoIt’s unsafe, not renewable, not independent from natural resources (which might not be present in your country, so you need to buy from dictators) and last but not least crazy expensive.
Not “good guys”, but “lesser evil”. And people are correct.
words_number@programming.devto
Programming@programming.dev•What search engine do you use?
16·2 years agoI’m mainly using duckduckgo for 7 years now. If I can’t find something with it, I try startpage, which sometimes helps.
Yeah I remember those good ol days when memes were high effort!!
/s
words_number@programming.devto
Linux@lemmy.ml•text clarity on windows is so good, can I get the same on linux?
2·2 years agoThen just download it e.g. from github: https://github.com/rsms/inter/releases
words_number@programming.devto
Linux@lemmy.ml•text clarity on windows is so good, can I get the same on linux?
11·2 years agoFor a fair comparison you should at least use the same font and font size. Did you try that? It will still look different on windows, maybe better, but I think you can get pretty close. I use the “inter” font on debian xfce and it looks very clean (the font is probably in your repos as well).
words_number@programming.devto
Selfhosted@lemmy.world•Nextcloud appreciation postEnglish
59·2 years agodocker-compose up -dOof what a pain this was! Glad it finally works and I can move on with my life!!
Rust. It’s so good, it can’t be popular enough.
words_number@programming.devto
Linux@lemmy.ml•Which communication protocol or open standard in software do you wish was more common or used more?
4·2 years agoBut of course everyone decided it is just easier to nag all the users with a big splash screen.
Nope, the thing is, you’ll very rarely find a website that only uses technically necessary session/login cookies. The reason every fucking website, yes, even the one from the barber shop around the corner, has a humongous cookie banner is that every fucking website helps google and other corporations to track users across the whole internet for no reason.
That’s actually good. You’ve probably got more free time to work on lemmy than most adults. Impressive that you apparently got the skills too, so congratz! Also for choosing to learn rust! :)
words_number@programming.devto
Selfhosted@lemmy.world•Looking for Cloud Storage Replacement, but I don't like NextCloudEnglish
1·2 years agoInteresting! What’s better about owncloud?
Apple is exactly as shit as every other tech company, because they have to be in order to win the capitalism game.
But yeah, they sure have got a lot of zealots…
The foundational tenet of “the Cult of Mac” is that buying products from a $3t company makes you a member of an oppressed ethnic minority and therefore every criticism of that corporation is an ethnic slur.
(by Cory Doctorow, here’s the recent article: https://pluralistic.net/2024/03/22/reality-distortion-field/#three-trillion-here-three-trillion-there-pretty-soon-youre-talking-real-money )
I’d say at 1000 lines it usually makes sense to extract some parts into other files. But sure, I guess most obscurities have positive aspects. On the other hand, nothing is stopping you from writing a separate file with only function signatures next to your python scripts. It’s just not required, because why would it ;)



I think if every contributor ever agreed, you could switch to a more permissive license that permits a superset of the original license.