Ask HN: What "developer holy war" have you flip-flopped on?
10 points by meowface 1d ago 31 comments
Ask HN: How do you connect with other founders in your city?
5 points by leonagano 1d ago 2 comments
I built a free 'Can I Afford This House?' calculator – with $0
4 theeunderdog 2 8/15/2025, 7:17:23 PM nyanguno.github.io ↗
My calculator is much easier however.
boolean houseIsAffordable(int price, int downPayment) { return downPayment >= price; }
Never had a mortgage, and I never will. I live within my means.