Viewing profile — throwaway7894
throwaway7894
HN member- Joined
- Mon, Apr 14, 2025, 1:38 PM UTC
- HN karma
- 27
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About throwaway7894
No profile information was provided.
Recent public activity
-
comment
Comment #43933343
34 years? I have 10 years at a couple of FAANGs, and got $3M in stock, with maxed out 401k, etc. I am having thoughts about retiring early, maybe in 5 years. Long time Apple employ…
-
comment
Comment #43876898
Of note is the drama surrounding the Doom Eternal soundtrack: https://medium.com/@mickgordon/my-full-statement-regarding-d...
-
comment
Comment #43844691
Right, but they'll underprice just below the floor price for the imported good, because why would businesses leave money on the table? The choice for consumers won't be "choose bet…
-
comment
Comment #43832690
In your example, why would the domestic seller keep their price at $5 if the other option costs $15? They'll just raise the price of the domestic good to $13 and we will all pay $8…
-
comment
Comment #43832110
In stores yes, but on the Internet, including it in the price makes it easier to bump up prices. Showing the price without tariff allows you to easily compare before / after, and t…
-
comment
Comment #43822011
Sorry for the lazy question, but would you be able to share some links or pointers to where these guys are active? I've been out of the loop for a few decades but enjoyed the scene…
-
comment
Comment #43681266
As someone who has a file with similar hacks, I will say this: I am not a C++ fan, but if you find yourself writing C code where you simulate methods via structs with function poin…
-
comment
Comment #43681154
#define hc_task_yield(task) do { task->state = __LINE__; return; case __LINE__:; } while (0) That's just diabolical. I would not have thought to write "case __LINE__". In the case …