Viewing profile — jreese
jreese
HN member- Joined
- Wed, Jul 09, 2008, 3:24 PM UTC
- HN karma
- 4,836
- Public activity
- 1,322 items
- HN profile
- View on Hacker News ↗
About jreese
[ my public key: https://keybase.io/jreese; my proof: https://keybase.io/jreese/sigs/oMm1rGpBWQUZlYjQeGCSD25PvSnx2g6ZuaQ89HzjO2Q ]
Recent public activity
-
comment
Comment #33836910
Sometimes the person driving the car does not (want to?) pay attention or has "ceded responsibility" for car maintenance, and it's nice to get these reports without needing to peri…
-
comment
Comment #33782401
I had a friend in high school who literally drove his (used) Civic every day for five years and never once changed the oil. You'd be amazed how well synthetic oil holds up in an en…
-
comment
Comment #33778074
iStat Menus is the venerable favorite: https://bjango.com/mac/istatmenus/
-
comment
Comment #33552235
... and everyone laid off from Meta this week ...
-
comment
Comment #33337535
And yet it can also be haphazard and misguided too. My experience has mostly been that the general comp level is high enough across the board, but discretionary/additional equity i…
-
comment
Comment #33325958
Fantastical is the Apple Calendar replacement that should have been mentioned.
-
comment
Comment #33186534
I sincerely doubt anyone whose primary income is working as a retail employee is getting taxed anywhere near a 50% marginal tax rate, even if you include city/county/state taxes.
-
comment
Comment #33185837
Firefox with the built-in "Enhanced Tracking Protection" gets you about 70-80% of the blocking that a dedicated adblock system can, depending on the site, and at least saves you fr…
-
comment
Comment #32598347
I'm sure they would love one, but it's probably not that easy/cheap to find one that can handle that much torque with such heavy loads. The biggest/heaviest trucks just end up usin…
-
comment
Comment #32588216
Trucks don't have 18 gears for efficiency. They have 18 gears because low-revving diesel engines have small power bands; mix that with heavy loads, and it pretty much necessitates …
-
comment
Comment #32488581
I literally let my server sit without upgrades for almost three years before realizing my autoupdater script had been failing me. The biggest issue was needing to manually download…
-
comment
Comment #32313595
How do folks actually watch Formula E races, without a cable subscription? The Formula E Youtube channel only ever posts "highlights" through the season, and then waits to the end …
-
comment
Comment #32290250
Having your money "work for you" requires discipline, awareness, and trust in economic stewards far beyond what the average lottery player is capable of managing. The annuities sti…
-
comment
Comment #32290206
> banking on your incapacity to calculate for inflation $43M / year for 30 years sounds like a pretty good retirement in any sort of inflation short of catastrophic economic collap…
-
comment
Comment #32244095
Make a ZIP file containing the blob, and catenate it to the end of the executable binary. The ZIP format specifically puts all of the key metadata at the back of the file, so prett…
-
comment
Comment #32145982
$42.69/share is just sitting there, patiently waiting.
-
comment
Comment #32114198
On the flip-side, it's worth keeping in mind where the puck is heading. Every "new" macOS app from Apple (eg, Shortcuts, System Settings, and even recent refreshes of old apps) has…
-
comment
Comment #31831281
Even better, OBS now supports directly logging into Twitch, which then also gives you windows to set stream description and see user chat, all within OBS.
-
comment
Comment #31821273
I'd buy a iPhone with a slide-out keyboard—a la the HTC Dream/G1 [1]—in a heartbeat. I'm happy with the onscreen keyboard for simple things like a quick search or message, but I al…
-
comment
Comment #31805770
I've been doing it for over six years now, so why not? Joined ten years ago yesterday and made it to IC5, and haven't had any desire for a promo since then, so I just work on we/ha…
-
comment
Comment #31805737
I would rather get paid less (still in top 99+% of US mind you) to do work that is meaningful to me, my coworkers, and the wider open source community-and then clock out at six pm …
-
comment
Comment #31804652
One of the best parts of being happy at a "terminal level" in FAANG is that I can easily pick what I work on for best impact on the teams around me (and the engineering org as a wh…
-
comment
Comment #31567095
Oops! Thanks for catching that. I fixed the example.
-
comment
Comment #31566950
This is only true for string literals. Strings constructed at runtime may (and often will) end up as separate objects: >>> a = "this is a long sentence in a string literal" >>> b =…
-
comment
Comment #31566928
FWIW, that version ends up being slower, because you're constructing and iterating over a tuple for every iteration, which incurs a similar cost to running `.strip()` twice. The su…