Beanie
@Beanie@programming.dev
- Comment on I don't believe Auto Save feature in any software 9 months ago:
Oh I get you. No idea tbh.
- Comment on I don't believe Auto Save feature in any software 9 months ago:
Actually vim has swap files which it saves to when you make any edit, whether you save the change or not, meaning you shouldn’t lose any work even if you kill -9 vim on unsaved work.
- Comment on I mean it could be right 1 year ago:
That was my first thought when trying to figure out what it did
- Comment on Microsoft Edge could use a win 1 year ago:
Mozilla isn’t exactly perfect either
- Comment on User with this age already exists 1 year ago:
Why stop there? How about a lil’ white hat hacking with SQL injection :)
- Comment on Imagine 1 year ago:
what in the fuck.
- Comment on Shower thought: 1 year ago:
I’m only terrified
- Comment on Pick a side Javascript 1 year ago:
True + true = 2
. I’ve heard memes about Javascript, but jeez. It’s really that bad? - Comment on Stop doing Color Management! 1 year ago:
I mean… ‘I would like green apples please’ is a perfectly sensible sentence
- Comment on Good Old Windows 1 year ago:
you have to pay to have your stuff put on the app store??
- Comment on waiting for rust-analyzer 1 year ago:
uh I think you mean microseconds lol A nanosecond is just a few clock cycles
- Comment on Java 1 year ago:
doubles can hold numbers way larger than even 64-bit ints
- Comment on B-bug? What bug? 1 year ago:
wouldn’t doing significantly more work than necessary be the opposite of laziness?
- Comment on Writing C++ is easy. 1 year ago:
‘it should pretty much never segfault’ uh, isn’t that the entire point of Rust? Unless you’re counting failing a bounds check as a segfault