Live data from Hacker News

Viewing profile — drwiggly

drwiggly

HN member
Joined
Fri, Sep 06, 2013, 5:29 PM UTC
HN karma
37
Public activity
34 items

About drwiggly

No profile information was provided.

Recent public activity

  1. comment
    Comment #44482327

    Voting with your wallet does work, possibly others don't share in your tastes.

  2. comment
    Comment #44482290

    The publisher can't do that. No one can tell the future.

  3. comment
    Comment #43641100

    This looks to be an in memory db, with a wasm runtime to host domain logic. The hand wavy part was how do they handle scale and clustering? Are we sharding the data our selves (atm…

  4. comment
    Comment #39867667

    From what I'm gathering. Alice measures at angle X, gets value V1 Calls Bob on the phone, okay I measured angle X. Bob measures at angle X, also gets value V1 Bob measures at angle…

  5. comment
    Comment #39037363

    Its the new delorean.

  6. comment
    Comment #38321594

    >Really for LLMs you just need to have the model put it's output to an internal buffer, read that buffer and make sure it makes sense, then output that to the end user. Makes sense…

  7. comment
    Comment #36695817

    This language is interesting. General usability might be a bit away? Higher RAII is something that would be nice in C++ too.

  8. comment
    Comment #36021986

    Every user/client operation is serial.

  9. comment
    Comment #35889014

    Yeah but the Dems were in majority.

  10. comment
    Comment #35670784

    start transaction; select id from users where id = ? for update; if row_count() insert into sub_resource (owner, thing) values (?, ?); commit; ??

  11. comment
    Comment #31959922

    Its not the same. Anything in the nursery can cause cancellation of all async work. Cancellation is safe to unwind in all workers by scope exit rules. Completion is just a type of …

  12. comment
    Comment #30953437

    Can you diff them?

  13. comment
    Comment #30767036

    Its just cargo culting. A lot of programming advice/processes are fuzzy in a wider context. Generally they came to be in a specific context. Relating that context is hard. Eventual…

  14. comment
    Comment #29141272

    This is postulating cultural breakage is in some part due to the latest round of high achievers being detached and not paying attention to the community at large. Its an American r…

  15. comment
    Comment #27644424

    Is it possible to think of.. the roundness on the front disrupting the airflow over the top causing air to become turbulent and less dense on the top. Where as the air flow under t…

  16. comment
    Comment #26982772

    Well in this case of a video game. There was a loader loading the image into ram then hot patching it. They deemed the loader copying it into ram was copying. IANAL but sometimes t…

  17. comment
    Comment #26700108

    They do state, copy-write isn't the same in the programming world. Programming is always functional in nature, unlike a book.

  18. comment
    Comment #26242638

    The problem with your calling this example out, is that people will believe this stuff if down the rabbit hole enough. Jan 20th Biden and Harris were supposed to be arrested and th…

  19. comment
    Comment #25023092

    RCV/IRV does not this promote more moderate candidates, from any given party.

  20. comment
    Comment #24582778

    Taxes made them pretty expensive.

  21. comment
    Comment #24580505

    Most databases have introspection capability, via sql. These tools should be using that. We shouldn't be making delta files, just check in schema defs along with normal code. The "…

  22. comment
    Comment #24349371

    How many of those factors spread on accident vs personal choice? ~300,000,00 in the US ~2% death rate .. 6,000,000? Is that enough bodies?

  23. comment
    Comment #24113318

    Sure but the end user of this product doesn't know or care about the parts. This matters to those of us in the plumbing business and those businesses that would hire us to do their…

  24. comment
    Comment #23951005

    That isn't the same. After you raised your kid you don't control their environment. Does an environment contribute to individuals actions? Consider the thin blue line. Populations …

  25. comment
    Comment #23448973

    Ask them live support your app, esp code they didn't write. Or some kind of dev log from the ops people hunting down their bugs. Tricky fun frameworks then become a pita.