curyous | 3 years ago | on: Bitwarden design flaw: Server side iterations
curyous's comments
curyous | 3 years ago | on: Ask HN: It's 2022. Where should I direct the youths to learn about programming?
curyous | 3 years ago | on: Unreal vs. Unity Opinion
Conventional software practises result in unnecessarily complex code that takes much longer to write and to execute than needed. The problem is so endemic that there isn't really even a good programming language available that makes it easy to use the capabilities of computers.
Fortunately there are a few pioneers trying to improve things, constructively creating solutions such as JAI. Casey is fighting against the fact that not only are industry participants unaware of the problem, buy they actually fight to write bad code to ship bad software to customers because they believe that is the pinnacle.
curyous | 4 years ago | on: Fleet, a Lightweight IDE from JetBrains
curyous | 4 years ago | on: Tesla Model S Plaid just set world speed record for a production electric car
curyous | 5 years ago | on: BTC Endgame
curyous | 5 years ago | on: OO in Python is mostly pointless
curyous | 5 years ago | on: I Bought Apple Silicon
curyous | 5 years ago | on: Optimizing Your Web App 100x Is Like Adding 99 Servers
How about having respect for you user's time? Depending on how many users you have, shaving seconds or milliseconds off your response time will save humanity hundreds, thousands, or millions of hours waiting for your software to do something.
curyous | 5 years ago | on: How Satya Nadella turned Microsoft around
curyous | 5 years ago | on: A Free Hyperlegible Typeface from the Braille Institute
curyous | 5 years ago | on: Principles of Data Oriented Programming
curyous | 5 years ago | on: How Big Oil Misled the Public into Believing Plastic Would Be Recycled
If a paper bag requires more energy to produce, it could still be better for the environment as it doesn't stay around polluting the world forever.
curyous | 5 years ago | on: Not everyone needs 8 hours of sleep: new research
Also, you're wildly overestimating what science can do. With many things relating to the human body, it's like we're in the dark ages. For example, tt wasn't that long ago that Chromium was viewed as unnecessary, but now we know that it is essential for regulation of insulin activity.
Also, in term of "breast is best", breastmilk reduces chances of SIDS. Supplementation with formula should probably be used more than it is, but if you want to have the greatest chance that your baby wakes up, use breastmilk if you can.
curyous | 5 years ago | on: Very Basic Intro to Elliptic Curve Cryptography
curyous | 5 years ago | on: Very Basic Intro to Elliptic Curve Cryptography
curyous | 5 years ago | on: You download the app and it doesn’t work
curyous | 5 years ago | on: How many of you know that the team is working on something that no-one wants?
curyous | 5 years ago | on: Ask HN: Is there still a place for native desktop apps?
curyous | 5 years ago | on: Show HN: Monte Carlo ray tracer in Rust
We're now approaching the point where raytracing is the simpler, easier, faster alternative. It's also great for artists because the results are more predictable. Raytracing gives a better result, or simply makes it possible for things like good shadows, transparency, reflection and global illumination.
It might take a while, but the current way of doing things is a dead end. If a triangle is smaller than a pixel, you're basically just raytracing anyway. That's also becoming a more common thing these days. There will continue to be hybrid solutions for a while, but as raytracing takes over certain portions of the rendering, which it is good enough for already, there is no reason to go back.