Live data from Hacker News

Viewing profile — eddyg

eddyg

HN member
Joined
Thu, Dec 13, 2012, 1:15 PM UTC
HN karma
2,214
Public activity
579 items

About eddyg

No profile information was provided.

Recent public activity

  1. comment
    Comment #49209032

    For some context, GitHub COO back on April 3, 2026: https://x.com/kdaigle/status/2040164759836778878

  2. comment
    Comment #49208779

    You hope it’s “far-fetched”. As noted in this paper⁽¹⁾, ”Publicly releasing model weights is an act of irreversible proliferation. Once weights are released, they can never be reca…

  3. comment
    Comment #49162489

    Needs a (2020) tag. (The 2023 commit was just a Google Analytics update). A badge of honor these days!

  4. comment
    Comment #49099900

    Gift link: https://www.nytimes.com/2026/07/29/business/economy/data-cen...

  5. comment
    Comment #49099586

    iOS 17.0 was released in September 2023, with support for the new iPhone 15 models. iOS 17.4 was released in March 2024. Additional updates to 17.5, 17.6 and 17.7 followed. Any dev…

  6. comment
    Comment #49083882

    If you miss the classic WeatherStar look-and-feel from the cable days of The Weather Channel, be sure to check out https://github.com/netbymatt/ws4kp

  7. comment
    Comment #49083087

    All of which are easily bypassed in open weight models; see my previous comment about K2.5.

  8. comment
    Comment #49082826

    Classifiers are policy enforced by the process serving the model. Input classifiers get applied before it reaches the model so somebody hacking an open-weight model would skip this…

  9. comment
    Comment #49082530

    Constitutional classifiers go a long way to reducing unsafe usage in closed-weight models. And like we saw with Fable, closed models can be revoked and classifiers updated when “ja…

  10. comment
    Comment #49082341

    A change in kind is not the same as a change in degree. Ten orchestrated LLM PhD advisors is a genuinely different thing from a library.

  11. comment
    Comment #49081877

    If nothing else, the article has a really good timeline of the OpenAI/HuggingFace “incident”. But to me, it underscores the impending cliff of doom from the continued release of op…

  12. comment
    Comment #49081164

    [flagged]

  13. comment
    Comment #49080974

    The guidelines⁽¹⁾ make it clear the OP did the correct thing: ”Please submit the original source.” ⁽¹⁾ https://news.ycombinator.com/newsguidelines.html

  14. comment
    Comment #49036523

    How do you feel about the Tironian Sign Capital Et? https://www.unicodecharacter.org/U+2E52 I mean the triple-em-dash has been around since Unicode 6.1; The Tironian Sign Capital E…

  15. comment
    Comment #49036102

    "It is (and, increasingly, was) used to signify that a bibliography entry has the exact same author(s), editor(s), translator(s), or corporate author(s) as the previous bibliograph…

  16. comment
    Comment #49026859

    What's massive is the amount of water used for a handful of almonds. Not daily AI use. https://www.andymasley.com/visuals/ai-prompt-footprint/

  17. comment
    Comment #49026852

    https://www.andymasley.com/visuals/ai-prompt-footprint/

  18. comment
    Comment #48973873

    This is a great data-backed resource to refute made-up claims about data centers: https://www.andymasley.com/visuals/ai-prompt-footprint/

  19. comment
    Comment #48932922

    It’s all about the harness , not just calling the API.

  20. comment
    Comment #48932894

    If you’re gonna capitalize the “D” you should also capitalize the “G” (since it’s the first letter of his last name…)

  21. comment
    Comment #48859429

    Thanks for the reply! I went to make the change, and all the sudden it started working with “>” again ( not URL encoded) so this appears to have been a transient issue.

  22. story
    Ask HN: HN Algolia API returns 400 for queries with points in numericFilters

    The HN search help page⁽¹⁾ still documents points>NUMBER as a supported filter, so hopefully this is an unintentional regression. ⁽¹⁾ https://hn.algolia.com/api

  23. comment
    Comment #48376226

    From 27 years ago ... you could almost search-and-replace "PCs" with "agents" and re-publish it today... Dig more coal -- the PCs are coming https://www.forbes.com/forbes/1999/0531…

  24. comment
    Comment #48097781

    The guy who led the Aperture, iPhoto, RAW Camera and Core Image engineering teams (an 18-year Apple veteran) is behind Nitro , which works on macOS, iPadOS and iOS. https://www.gen…

  25. comment
    Comment #48074375

    I do something similar, but tell the agent to write a recipe into a justfile . Then it can run `just` and get a self-documenting list of all the tooling for the project (just build…