Live data from Hacker News

Viewing profile — cabirum

cabirum

HN member
Joined
Mon, Aug 29, 2011, 5:08 PM UTC
HN karma
1,312
Public activity
531 items

About cabirum

No profile information was provided.

Recent public activity

  1. comment
    Comment #48935154

    just remove "AI" from title and its good: — Governments, companies, nonprofits should invest in free, open source.

  2. comment
    Comment #48803574

    physical vs digital is a spectrum: - a physical disc, playable as-is - physical, with major flaws without online updates - physical, was playable on release, now requires updates -…

  3. comment
    Comment #47706858

    So uh, could impressions decrease across the board, not only on X. Like, social platforms have peaked years ago and the downward trend is completely organic.

  4. comment
    Comment #47496358

    This seems to still require initialization in a specific order. Think it might be possible to generate all possible combinations of field init chains and feed it to compiler

  5. comment
    Comment #46968170

    The trajectory is simple: everyone is hooked on paid AI subscription and loses the skill of thinking and learning. The models are proprietary and cloud-only. Everything you input i…

  6. comment
    Comment #46967940

    "It is difficult to get a man to understand something, when his salary depends upon his not understanding it". So, this guy is "building an AI startup and investing in the space", …

  7. comment
    Comment #46956520

    > information from the Android Auto platform Can the quantity and length of tire marks on tarmac be used as a proxy for HBEs?

  8. comment
    Comment #46779306

    These are multipliers. First, the QA left, but nothing major happened for years, automated tests did suffice. Then, vibe code happened, that with the lack of QA, led to disaster. I…

  9. comment
    Comment #46745956

    [flagged]

  10. comment
    Comment #46662168

    Who are "we"? China population is 4 times the US, with carbon emissions just 3 times greater, making them produce less carbon per capita.

  11. comment
    Comment #46548498

    Probably vaporized an underground gas storage facility.. or two.

  12. comment
    Comment #46335590

    > Using empty structs also hurts readability An empty struct is idiomatic and expected to be used in a Set type. When/if the memory optimization is reintroduced, no code change wil…

  13. comment
    Comment #46299818

    MIPI camera on my 3 year old Thinkpad still does not work

  14. comment
    Comment #46242078

    In 2025, is it still prohibively expensive to run some community-supported crawler & search engine? Without Google censorship, ads, and ai.

  15. comment
    Comment #46135324

    What if.. the management made a request to make the game take more space than the previous release? So everyone could see just how much content there is and how much better everyth…

  16. comment
    Comment #45655567

    Instead of "-X POST" and "-H 'Content-Type: application/json'", use "-d" or "--json", asshat.

  17. comment
    Comment #45602998

    Pathetic posturing. With an access badge, at least you can leak something important anonymously.

  18. comment
    Comment #45572699

    Quantum computing does not exist. The industry with it's 30 year history since Shor algorithm boasts its crown achievement of factoring the mind-blowing N=35 and creatively inflate…

  19. comment
    Comment #45560505

    Hx is batteries included. Nvim requires installing lots of plugins that do not inspire confidence - descriptions ridden with emojis, impossible to know who maintains what. Too many…

  20. comment
    Comment #45537196

    Hn shows this story is 3 hours old, yet your GitHub PR was made 2 days ago, linking here?

  21. comment
    Comment #45413361

    > but goroutine B (the goroutineB function) apparently never ran at all. Untrue. Up the iterations to 1000, you'll get your interleaving. Since 1.14, goroutines are async preemptib…

  22. comment
    Comment #45384531

    Piece type and color fit in 4 bits. So, either a fixed-length encoding of the whole board, 64 * (4 bits) = 256 bits = 32 bytes. Or, sparse variable length encoding of pieces only, …

  23. comment
    Comment #45181090

    You seem to have committed files that do not belong to the repo: . DS_Store, a binary in build/, and the releases/ directory and its contents.

  24. comment
    Comment #45057443

    sshuttle. Tunnel your connections inside ssh.

  25. comment
    Comment #44983484

    Lexical scope does not have a stack to put defer onto.