owsei
@owsei@programming.dev
- Comment on Read-onlys are cancer. Post stuff you want to see. 2 weeks ago:
Do you have feet and a camera?
- Comment on It's because of Gerald's Game, isn't it? 2 weeks ago:
HOUSE OF LEEEEEEAAAVEEESSSS
- Comment on Ubisoft's Board is Launching an Investigation Into The Company Struggles 1 month ago:
tbh I bought far cry 4, but because it was at a heavy discount and Ij ended up paying less than (the USD equivalent of) 4 dollars
- Comment on Regain Control in my ass 2 months ago:
I know him so well in my ass.
LMAO
- Comment on Amazon should've made Prime Day fall on a date corresponding to an actual three-digit prime number. 3 months ago:
A programmer I know wrote a small paper about this
- Comment on My moon is in Silty Loam but my Sun sign is Clay. 7 months ago:
pick a junction, follow the line to the left, the top right one and the bottom right one
- Comment on Sony is erasing digital libraries that were supposed to be accessible “forever” 9 months ago:
It may not work directly, but there’s always a way to misdirect it, like a vm!
- Comment on How do you approach learning a new programming language or framework? 9 months ago:
rebuild stuff
I’ve remade a temperature converter cli 3 times in rust. Just to understand enums, structs and the borrow checker. Then I made an http server, that acted as a library’s book borrowing system.
- Comment on What are some common misconceptions about programming that you'd like to debunk? 9 months ago:
thank you very much.
By undefined I meant the usage of undefined in the language, however you phrased it way better :)
- Comment on What are some common misconceptions about programming that you'd like to debunk? 9 months ago:
That’s what I hate about javascript, it doesn’t warm you about undefined behavior, it just throws.
I used to not really care about that, but after learning C and Rust, damm, I wish there where result types everywhere
- Comment on What got you into coding ? (aside from money) 1 year ago:
I loved math, so a friend of my mother said I could make the computer do maths for me.
6 years later and I’m still amazed computers do what I tell them. And now that I work with this everyday, I’m even more amazed anything works at all.