I find it ironic that Linus’s explanation for ENOENT being invalid for an ioctl given its meaning of “No such file or directory”, while simultaneously ioctl can return ENOTTY when using a mismatched device fd despite the error meaning “Not a typewriter.”
- 8 Posts
- 304 Comments
MooseBoys@lemmy.worldto
Programmer Humor@lemmy.ml•inb4 Call me what you want but pay me the same
91·3 years agoThe fact that most universities will graduate CS majors without ever teaching them how to use a debugger, build system, or version control system shows how useful they are to actual engineering work.
Right? Most of the time when I build linux I’m not using GNU because of its burdensome license. Realistically you usually don’t need most of the binaries anyway, and those you do like
echoandlsare trivial to reimplement, at least for their common functionality.
Honestly by the time I decide to retire an old machine, it’s because I’ve developed so much animosity towards it that I’m much more likely to have an attitude of “good riddance” than “farewell old friend”.
MooseBoys@lemmy.worldto
Android@lemdro.id•Google Maps widely rolling out new color paletteEnglish
54·3 years agoI don’t understand how this is getting approved.
Because you get promoted for changing things, not for keeping things the same. Almost every change like this is motivated by someone trying to get promoted.
MooseBoys@lemmy.worldto
Technology@lemmy.world•Sweden’s Tesla blockade is spreading — Starting Friday, dockworkers in all Swedish ports will refuse to offload Teslas, cleaning crews will no longer clean showrooms, and mechanics won’t fix chargi...English
10·3 years ago“Right to work” refers to the fact that in those states, unions cannot force membership or payment, or force you to participate in labor strikes. You can still have a union in those states, but it’s very difficult for them to be effective because most people will choose not to pay into it, and strikes have significantly less bargaining power if there’s no legal obligation for union members to follow through with a strike.
The result is that in such states, there are very few unions, and so very few protections against firing workers for arbitrary reasons.
MooseBoys@lemmy.worldto
Privacy@lemmy.ml•Gitlab now requires phone number/credit card verification
18·3 years agodeleting someone’s entire git history
Based on the image text this is for new accounts only. My account has neither phone nor credit card and I’ve not been asked to re-verify. Maybe they’re having problems with bots at the moment.
MooseBoys@lemmy.worldto
Ask Lemmy@lemmy.world•Which things have you avoided or embraced on the name alone?
151·3 years agoI thought Fight Club was a boxing movie and had no interest in seeing it. I only saw it because I tried downloading Jackass on Kazaa and it ended up being Fight Club. The intro had me hooked.
MooseBoys@lemmy.worldto
Games@lemmy.world•GTA 6’s Publisher Says Video Games Should Theoretically Be Priced At Dollars Per HourEnglish
410·3 years agoUnpopular opinion - I completely agree. In terms of cost per entertainment-hour, video games are by far the best value compared to similar media.
Pascal’s little-known friend Luigi’s wager.
MooseBoys@lemmy.worldto
linuxmemes@lemmy.world•Screw init wars, real OGs discriminate based on DE
3·3 years agoIs boot time that much of an issue besides for arbitrary competitive reasons? I haven’t tried any optimizations and boot time on my headless server is less than two seconds.
If you pay with your CC and sign the receipt after seeing the total, you’re going to have a very hard time getting it removed.
MooseBoys@lemmy.worldto
Technology@lemmy.ml•Monaspace - Microsoft presents a new font family for code
7·3 years agoThis is brilliant. Definitely going to try this tomorrow.
Not only that - they’re dying in the street immediately adjacent to vacant luxury condos.
MooseBoys@lemmy.worldto
Asklemmy@lemmy.ml•What are your favourite things under 50$ that make your life a bit easier or more pleasant?
3·3 years agoA good pair of pliers, like the Knipex Cobra.
MooseBoys@lemmy.worldto
Games@sh.itjust.works•Activision Explains Huge Call of Duty Modern Warfare 3 File SizesEnglish
1·3 years agoTextures have been the biggest size contributor by far for a while.
It seems silly to be distrustful of proprietary BIOS firmware without having the same skepticism of the actual hardware.
Accurate except for the “instead” part. Road maintenance comes from local taxes, whereas military aid comes from federal taxes.







Not really a problem with UDP itself, but with some very old protocols like DNS that rely on UDP but can’t be changed because of compatibility. If you’re writing a new service that uses UDP, there’s nothing stopping you from designing it so that it doesn’t provide an opportunity for bandwidth amplification.