HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jbrockwork

no profile record

投稿

Show HN: A simple tool for modeling long-term financial decisions

finplain.com
1 ポイント·投稿者 jbrockwork·6 か月前·0 コメント

コメント

jbrockwork
·6 か月前·議論
Your Inner Fish: A Journey Into the 3.5-Billion-Year History of the Human Body - Really cool account of human evolutionary history

Stolen Focus (Johann Hari) - About how we've lost (and can regain) the ability to focus due to technological distraction (currently social media, etc. but hasn't always been)

Chip War - History and geopolitical significance of the semiconductor industry
jbrockwork
·6 か月前·議論
I've been thinking a bit about vibe coding with trust-critical apps. My solution has been hand-code and test the parts where bugs would mislead users, and vibe code the rest. In my case that's been hand-coding backend calculation logic and vibe coding the UI and server (this is also the part I am least expert in). In practice this does wind up including a lot of little judgment calls at the interfaces.

In the end, my feeling is there needs to be transparency in how bulletproof-tested a product is. IMO even a calculator that might be wrong can be useful if it's the most convenient option and the user knows the risks (though to be clear, that is not the philosophy I am employing in my personal project).