__exit__ | 3 years ago | on: Ask HN: How real is the AI thing?
__exit__'s comments
__exit__ | 3 years ago | on: Ask HN: Am I getting older or did typing on the iPhone become unbearable?
Now, that seems to be gone from the App Store (not available in my country at least) and I am stuck with the default which is quite crappy, honestly.
Also, keys are too small for my fingers, so frustration keeps adding up.
__exit__ | 3 years ago | on: What’s going on with Google and Facebook hiring freezes?
__exit__ | 4 years ago | on: Ask HN: What was better in the past in tech?
In fact, one of the most striking things I encountered in Github issues, Stack Overflow, etc... is the amount of people who simply try something, works for them and they share it like some sacred solution, but when asked why that works, they shrug and cannot provide an answer. And there is a sea of validated answers just like that in those platforms.
My fear is that we are slowly rolling down a hill in which IT ultimately becomes less of an empirical industry and everything comes down to trying until it works (without the proper understanding), because it is magic.
Yes, sometimes (if not most of the time) developers are in a rush and have no extra time to spend on understanding a solution, so it is much better to slam a copy-pasted code and move on. Still, this should not be the way to go...
__exit__ | 4 years ago | on: Disillusioned by Tech in 2022
These are times filled with daily overflowing streams of varied information that can leave us hopeless and disillusioned. Cutting that off to some extent can help, without leading to a total disconnect.
__exit__ | 4 years ago | on: Disillusioned by Tech in 2022
__exit__ | 4 years ago | on: Leveraging SIMD: Splitting CSV Files at 3Gb/S
Whoever fixed the title, thank you :D
__exit__ | 4 years ago | on: Ask HN: Did preparing for LeetCode type of interviews improve your skills?
__exit__ | 4 years ago | on: Ask HN: Did preparing for LeetCode type of interviews improve your skills?
__exit__ | 4 years ago | on: How to survive a toxic workplace and how to avoid creating one
Good for you to leave that place at last. Hope you found a much more better environment!
__exit__ | 4 years ago | on: The more code changes, the easier it is to change
Also, not the same people are usually working on a given piece of the codebase for a long time, but people come and go, with different knowledge and backgrounds, so if there are no common guidelines and/or practices within the team/company, it could lead to chaotic codebases regardless of the code changes' frequency.
__exit__ | 5 years ago | on: Halt and Catch Fire Syllabus
BTW, does anynone know where I could buy the complete series on bluray or dvd?
I loved watching the show on TV at its time, but cannot find all the seasons to buy and rewatch.
__exit__ | 6 years ago | on: I have a problem with React and spend a lot of time talking to my therapist
Basically, a symbol for you to look at and the other person saying "Hah, you're an idiot!".
__exit__ | 6 years ago | on: Ask HN: How do you handle logging?
Aside from the classic print statements and grepping log files manually.
[0]: https://sentry.io
__exit__ | 6 years ago | on: I have a problem with React and spend a lot of time talking to my therapist
I found a page[0] with more info and link references to multiple sources that seems to explain everything in detail.
[0]: https://dev.to/aryanjnyc/ken-wheeler-and-dan-abramov-deactiv...
__exit__ | 6 years ago | on: I have a problem with React and spend a lot of time talking to my therapist
Someone felt attacked personally, criticized it on Twitter and now everything is going downhill...
__exit__ | 6 years ago | on: Ask HN: Some good engineering blogs that go through the design process?
It has posts describing optimizations and approaches they took in certain subsystems.
__exit__ | 6 years ago | on: Humble Book Bundle: Computer Graphics by CRC Press
Having no prior experience on computer graphics before, I love the book: it is well-written, concise and explains greatly lots of computer graphics stuff.
There are more math-heavy chapters so it's not a light reading, but little by little one can learn a lot from it.
I highly recommend it as a base to learn the mathematical concepts and the terms used in the computer graphics context.
__exit__ | 7 years ago | on: 2019 Stack Overflow Developer Survey Results
Explicit imports, no magic file locations or configurations...
__exit__ | 7 years ago | on: Writing an OS in Rust: Hardware Interrupts