Live data from Hacker News

Viewing profile — throwaway7894

throwaway7894

HN member
Joined
Mon, Apr 14, 2025, 1:38 PM UTC
HN karma
27
Public activity
8 items

About throwaway7894

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #43876898

    Of note is the drama surrounding the Doom Eternal soundtrack: https://medium.com/@mickgordon/my-full-statement-regarding-d...

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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…

  8. 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 …