Live data from Hacker News

Viewing profile — big_whack

big_whack

HN member
Joined
Wed, Nov 01, 2023, 7:22 PM UTC
HN karma
50
Public activity
32 items

About big_whack

No profile information was provided.

Recent public activity

  1. comment
    Comment #45463859

    Does email work on iOS?

  2. comment
    Comment #41954965

    This is one of the ostensible guiding principles of the Washington Post: "The newspaper’s duty is to its readers and to the public at large, and not to the private interests of its…

  3. comment
    Comment #41954720

    Independence from ownership isn't really a left/right principle. The Washington Post has their set of guiding principles online - I think from those it's pretty clear why there is …

  4. comment
    Comment #41306155

    Sorry, but someone who is averse to joins is not a non-expert in SQL, they are a total novice. The answer is like any other programming language. You simply must learn the language…

  5. comment
    Comment #41304833

    It's not really a problem of there being combinatorially many ways to join table A to table B, but rather that unless the join is fully-specified those ways will mostly produce dif…

  6. comment
    Comment #41304663

    Once you have SQL, you have datalog. Once you have datalog, you have SQL. The problem isn't the target, it is getting sufficiently rigorous and structured output from the LLM to ta…

  7. comment
    Comment #41303208

    I think the problem is the quirkiness on the English side, not the SQL side. You could translate datalog to SQL or vice versa, but understanding intention from arbitrary english is…

  8. comment
    Comment #41021930

    I don't really know much about India but they seem to have more illegal immigration than the US does and per https://www.bbc.com/news/world-asia-india-50670393 seem like they have …

  9. comment
    Comment #40992979

    On the OP's resume, they claim to have written the "highest performing in-memory database in the world". It's here: https://github.com/carrierdb . There are no users. Perhaps it is…

  10. comment
    Comment #40888039

    You seem to think you're disagreeing with me but afaict you're just demonstrating my point, unless your point is just about how (int, int) will get packed. That's what I meant abou…

  11. comment
    Comment #40887211

    Postgres pads tuples to 8 bytes alignment so an indexed single-column int takes the same space as an indexed bigint. That's the usual case for indexed foreign keys. Differences can…

  12. comment
    Comment #40886366

    Reconfiguring tables to use a different kind of unique ID (primary key in this context) can be a much bigger pain than an ordinary column rename if it is in use by foreign key cons…

  13. comment
    Comment #40583357

    If you use a surrogate key, you still need a unique constraint in the table (probably the same columns you would otherwise call your natural PK). If your unique constraint isn't su…

  14. comment
    Comment #40325572

    This is an interesting read. I noticed also that Roscoe Bartlett, the rep running that hearing, moved entirely off the grid after retirement. https://en.wikipedia.org/wiki/Roscoe_B…

  15. comment
    Comment #40292448

    My reading dropped off for years until I got a kindle. The kindle made reading way more convenient and portable. Totally changed my life.

  16. comment
    Comment #40066408

    Were you working on that at BD? Who is designing kinematics around Atlas? I understood it to have no users.

  17. comment
    Comment #39953124

    My guess is orgs that have a real need for a distributed SQL database (which are rare in the space of orgs) will make their choices based on requirements analysis rather than namin…

  18. comment
    Comment #39411707

    I would distinguish between "local dev environment" and "debugging specific data-dependent customer issue". My experience is you can usually write the application with no dependenc…

  19. comment
    Comment #39093473

    It would take at least 500-1000 years for the life expectancy to rise to 500-1000 years. Pretending that is very soon, or that people in significant number could even afford that a…

  20. comment
    Comment #39083143

    I think your observation is why you read a lot more about Phillips these days than RFK. RFK's promoters switched to promoting Phillips when they realized RFK was drawing more conse…

  21. comment
    Comment #39082231

    There's nothing wrong with competition within the party -- that's just a primary. What should clue you off is that Phillips announced yesterday he's considering a third-party run.

  22. comment
    Comment #39082208

    RFK's campaign is also a spoiler, propped up in part by the same people. My sense is what happened is they realized he's a little too crazy to be effective, so they are hedging the…

  23. comment
    Comment #39081921

    That's not really the point, the point is it's not an honest campaign. Elon Musk isn't donating money because he thinks Phillips will win, he's doing it because he thinks it'll hel…

  24. comment
    Comment #39081617

    Dean Phillips seems relevant to this community. He has proposed cabinet positions for Elon Musk and Bill Ackman, and announced yesterday that he might be interested in running in t…

  25. comment
    Comment #39071315

    Much cruder fakes than you are describing are a huge problem in practice, costing billions per year in fraud to Americans alone. Just because you can detect them, doesn't mean your…