Viewing profile — jdm2212
jdm2212
HN member- Joined
- Tue, Nov 20, 2018, 4:40 PM UTC
- HN karma
- 1,848
- Public activity
- 416 items
- HN profile
- View on Hacker News ↗
About jdm2212
No profile information was provided.
Recent public activity
-
comment
Comment #49228063
The kids are basically free (in dollar terms), if the kids go to public school, you don't fly, and you have a stay-at-home spouse who cooks and clips coupons. You also don't have t…
-
comment
Comment #49224172
That is just a huge mess of tautologies. Like the way they measure the housing you need to thrive is by the 40th percentile of rent. But today's apartments are much nicer than apar…
-
comment
Comment #49224112
Food is very cheap if you eat like Americans did in 1963. No restaurants, no prepared food, relatively little meat. Rice, bread, beans, potatoes, squash, etc. Healthcare is cheap i…
-
comment
Comment #49224016
Houses are cheap everywhere outside of major metro areas. And raising kids is cheap if you have a stay-at-home spouse, send the kids to public school, and never fly. So basically i…
-
comment
Comment #49221260
Fresno, like I said above. Go on Zillow and you'll find plenty of very nice 2BR and 3BR houses in Fresno that a teacher or auto mechanic can afford. If you mean "where within commu…
-
comment
Comment #49221226
That's more like the top decile than the average. The top decile in any era has it pretty good. Most of the "life is too expensive today" complaints are some flavor of: Grandpa was…
-
comment
Comment #49220795
A 1963 house is what we'd think of today as a starter home. Available medical care was very limited, so you don't need modern health insurance. No braces for the kids. One small ca…
-
comment
Comment #49220497
If you're ok with 1963 living standards, you can in fact have the grandfather's same lifestyle today at a very reasonable cost.
-
comment
Comment #49215217
The problem that companies like Talenti run into is: a guy starts the company because he loves making ice cream; foodies get into it and make it really popular; once it's popular t…
-
comment
Comment #49215086
pretty much the Honest Tea -> Just Ice Tea story :)
-
comment
Comment #49200503
Not "everyone" -- if you're the owner of a successful ice cream brand who spent a decade grinding in the ice cream game, cashing out the brand equity and getting to live on a yacht…
- comment
-
comment
Comment #49191137
AIUI the issue is just scaling pain. No one has ever run a global network of first-party-owned taxis before, and they're learning by doing, at the same time as they're also solving…
-
comment
Comment #49179088
Also middle/high income parents. Shuttling kids to and from school and activities is the real killer use case for driverless cars. They're actively working on getting this legalize…
-
comment
Comment #49179079
Waymo regularly brings the cars in to central service depots for cleaning and battery charging. Also, as a passenger you can report that a car is dirty and it will be pulled out of…
-
comment
Comment #49178601
I think Uber just lies about estimated pickup times and Waymo doesn't. Partly because I've never had an Uber arrive faster than their estimated time, whereas Waymo arrives early pr…
-
comment
Comment #49176847
Waymo charges more than Uber to supply constraints, not bad unit economics. People (like me) are willing to pay extra for the product Waymo offers, and Waymo is itself supply const…
-
comment
Comment #49126293
They're working on it for Linux: https://rust-for-linux.com/
-
comment
Comment #49083404
sure, but the prior poster's "joke" was that Germans are bad at English and refer to overhead projectors as "beamers" when in reality the entire English-speaking academic world ref…
-
comment
Comment #49083138
It's the eternal question with any kind of tech debt -- is it worth a little more velocity now in return for medium-to-long term slowdown? And there's no general right answer.
-
comment
Comment #49062075
the software that generated the slides is called Beamer https://en.wikipedia.org/wiki/Beamer_(LaTeX)
-
comment
Comment #36774230
[flagged]
-
comment
Comment #36745619
Error logs and monitors find out because the RPC fails, which causes an error to be logged and a failed request metric to be incremented. (The UncaughtExceptionHandler will do the …
-
comment
Comment #36742729
If I need to write some bytes to an S3 bucket but the network is hosed, there's literally nothing useful I or any library can do until the network is back up. RPC calls will fail, …
-
comment
Comment #36742048
In a desktop application that is not allowed to totally crash, or at least has to crash kind of gracefully, checked exceptions are useful. But in the world that most Java devs live…