mllllv
|
3 years ago
|
on: Matt King: Forever Our Wizard
Check out the Laws of Form by G Spencer Brown.
mllllv
|
3 years ago
|
on: Tell HN: I have the perfect job, why is it not enough?
I believe if you learn to love and enjoy the most mundane tasks like sweeping the floor, washing your hands, walking to the mailbox, etc, and appreciate the opportunity they provide you to recognize the eternal present and all its glory, everything else will fall into place.
mllllv
|
3 years ago
|
on: The new wave of React state management
I disagree, I think UI programming is inherently quite simple. Especially with a paradigm like immediate-mode GUIs in my opinion. I believe the complexity comes from the fact that the DOM is a poor API for creating user interfaces, which ultimately inspired developers to create frameworks that work in a more “immediate-mode” style way.
mllllv
|
3 years ago
|
on: V 0.3
I think the problem initially was that people accused the creator of malice for no reason other than not being more specific about which features were a work in progress. I agree that it's not good to treat every criticism as an attack, but sometimes criticism of V (as an outsider, I've never used it) feels more like anger towards the creator rather than a helpful suggestion. For example, there's a difference between saying "I've found a bug in an advertised feature" and "You're a liar", which is how much of V's critics sound to me.
mllllv
|
3 years ago
|
on: V 0.3
Great job with the language. I’ve always found the controversy quite interesting. You know you’re doing something right when everyone attacks you. How did you get GitHub to support V just one month after release?
mllllv
|
3 years ago
|
on: Linus Torvalds: Rust for the Kernel Could Possibly Be Merged for Linux 5.20
Totally agree. Not sure when downloading millions of lines of random code from the internet and executing it with essentially full permissions became a programmer virtue.
mllllv
|
3 years ago
|
on: Linus Torvalds: Rust for the Kernel Could Possibly Be Merged for Linux 5.20
It hasn’t. Rust is 12 years old, has no specification, incomplete documentation, a borrow checker that won’t allow some valid code today but may allow that same code tomorrow, and a level of complexity that is seriously next level. It’s about as calm as C++ on cocaine in my opinion.