university of minnesota today coming out with groundbreaking research that the best C programmers in the world can't tell if you're giving them bad C
maybe C is bad
"actually c is fine if you just never make any mistakes" Actually chris the developers of the god damn linux kernel are not even this superhuman so i seriously doubt you are
but also to be clear, deliberately trying to sneak vulnerabilities into someone else's software without their knowledge is pretty fucked up, what
and to the kernel's credit they are experimenting with rust /right now/
all our most critical infrastructure is written in a language where if you swap the order of two lines, a very common failure case is "let anyone on the internet run whatever code they want on your machine"
fair point — the paper is not so much "wow, look how easy it is to get bugs into linux" as it is "wow, look how easy it is to lie when you already have a good reputation"
though i suppose nothing guarantees that an arbitrary student is trustworthy
checking with the IRB about a potential experiment where i put on overalls and go to someone's house saying i'm there to fix a leaky faucet, and i do fix it, but before i leave i also set their kitchen on fire. no humans are involved, only a house
look y'all have got to stop responding to "X facilitates serious problem Y" with "well it's impossible to eliminate Y entirely" as though that has anything to do with anything. i can't eliminate water damage entirely but my house still has a fucking roof
• • •
Missing some Tweet in this thread? You can try to
force a refresh
hell yeah it's time to do super weird things to ren'py, one of my favorite pastimes
it's kind of an adventure because it combines "pretty solid advanced docs and readable source code" with "most google results are someone asking a 101 question and getting dubious answers"
for example: i want to hide every visible character, temporarily, in such a way that i can restore them all simultaneously later. this seems extremely doable. a cursory internet search finds people trying to hide a single character which is literally a keyword in renpy
we have reached the stage in this process wherein i go searching for a problem and find a github issue i filed three years ago that's already fixed