Recent comments in /f/programming
hollyhoppet wrote
twovests OP wrote
Reply to comment by cute_spider_turtle_emoji in "It looks like a frowny face, so we fixed it. It's much happier. It's more productive" - The new programming language to invert parenthesis, so lines end in (; and not );" by twovests
sure, why not
rust isn't too semicolon or parenthesis heavy but i'm sure this would be easy to implement in whatever tokenizes for Rust
twovests OP wrote
Reply to comment by hollyhoppet in "It looks like a frowny face, so we fixed it. It's much happier. It's more productive" - The new programming language to invert parenthesis, so lines end in (; and not );" by twovests
There is a little thing inside my head that wants it to be an R
hollyhoppet wrote
Reply to comment by twovests in "It looks like a frowny face, so we fixed it. It's much happier. It's more productive" - The new programming language to invert parenthesis, so lines end in (; and not );" by twovests
idgi why does that matter ;_;
cute_spider_turtle_emoji wrote
Reply to comment by twovests in "It looks like a frowny face, so we fixed it. It's much happier. It's more productive" - The new programming language to invert parenthesis, so lines end in (; and not );" by twovests
oh no...
is this a rust??
twovests OP wrote
Reply to comment by hollyhoppet in "It looks like a frowny face, so we fixed it. It's much happier. It's more productive" - The new programming language to invert parenthesis, so lines end in (; and not );" by twovests
raisin starts with an R :)
hollyhoppet wrote
Reply to comment by twovests in "It looks like a frowny face, so we fixed it. It's much happier. It's more productive" - The new programming language to invert parenthesis, so lines end in (; and not );" by twovests
wouldn't like... cranberries or some fad fruit (acai?) be better for antioxidants?
twovests OP wrote
Reply to comment by hollyhoppet in "It looks like a frowny face, so we fixed it. It's much happier. It's more productive" - The new programming language to invert parenthesis, so lines end in (; and not );" by twovests
(antioxidants, but also thank u)
hollyhoppet wrote
Reply to comment by twovests in "It looks like a frowny face, so we fixed it. It's much happier. It's more productive" - The new programming language to invert parenthesis, so lines end in (; and not );" by twovests
i don't know if there's a pun i'm missing here or something but i legitimately think that's a pretty good name for a programming language
twovests wrote
Reply to happy eternal 2021, windows 11 by emma
It\ ’s still 2021...
);
(i honestly laughed out loud at this. it looks so sad about that)
twovests OP wrote
Reply to comment by nitori in The frustrating thing about Rust is that it's really as good as people say it is. (CW suicide mention) by twovests
the f
the fucking steam pipe has a leak on the valve because it's rusty
rust:
- r for "really good introduction game Half Life"
- u for "understandably, half life had DLC and sequels"
- s for "stay inside and play Half Life Alyx"
- t for "That means Half Life 3 is coming"
nitori wrote
Reply to comment by twovests in The frustrating thing about Rust is that it's really as good as people say it is. (CW suicide mention) by twovests
Hmm this one should work I think
twovests OP wrote
Reply to comment by nitori in The frustrating thing about Rust is that it's really as good as people say it is. (CW suicide mention) by twovests
not available :(
emma wrote
Reply to "If you look closely, those aren't angle brackets, they're characters from the Canadian Aboriginal Syllabics block" by nitori
i would simply have written my program in a language that had all the features i wanted.
twovests OP wrote
Reply to comment by nitori in The frustrating thing about Rust is that it's really as good as people say it is. (CW suicide mention) by twovests
exactly
twovests OP wrote
Reply to comment by flabberghaster in The frustrating thing about Rust is that it's really as good as people say it is. (CW suicide mention) by twovests
Oh yeah. One of Rust's biggest problems is that very few batteries are included. (Even rand is a crate!) Big "can't break std's api if you don't have a std"
This isn't a blocker for anything I do but you are very right
flabberghaster wrote
Reply to The frustrating thing about Rust is that it's really as good as people say it is. (CW suicide mention) by twovests
The one thing i find hard about rust is that most of the programs I write for my day to day use are things that basically just call linux system calls, or use popular C libraries, things that C++ is extremely good at. Or they're things that are trivial to do in python.
So as much as I like Rust, I don't actually know how to perform a sha256sum on a file and then set an xattr for it (without shelling out or downloading a random crate).
It's little things like that that keep it from being my go-to, but it's really good and I want to use it more.
anethum wrote
Reply to volkswagen detects when your tests are being run in a CI server, and makes them pass by nitori
was a bit confused as to why it's called volkswagen; it's a reference to the 2015 volkswagen emissions scandal. p amusing.
emma wrote
Reply to comment by twovests in Since http is still fucking up the display of submission images for me thanks to CSP I created a Greasemonkey script to fix for my browser by nitori
i will put down the pitchfork, for now
to reiterate what i said on the worst chat app in existence, you gotta do the TRUSTED_PROXIES=172.16.0.0/12 thing. this will make postmill accept caddy's x-forwarded-proto: https header that i'm pretty sure it sends to the backend. there is no need to edit the templates, as someone else suggested.

twovests OP wrote
Reply to "DeMorgan's Law Strikes Again", by twovests
man i really stopped having original thoughts eight years ago huh