Live data from Hacker News

Viewing profile — pedrozieg

pedrozieg

HN member
Joined
Mon, Dec 01, 2025, 2:36 PM UTC
HN karma
296
Public activity
31 items

About pedrozieg

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #46463895

    “In a library on a burner laptop” - but I’ll narrow it down to people who have handed in their notice on a specific day.

  4. comment
    Comment #46463782

    A useful way to frame this isn’t “is it worth tens of hours to avoid a future reinstall” but “where do I want my entropy to live”. You’re going to invest time somewhere: either in …

  5. story
  6. comment
    Comment #46446036

    What I like about this writeup is that it quietly demolishes the idea that you need DeepMind-scale resources to get “superhuman” RL. The headline result is less about 2048 and Tetr…

  7. comment
    Comment #46431803

    Nice tool. Some of the text boxes, such as sitemap text, are not legible in dark mode - the text is light grey on a white background.

  8. comment
    Comment #46354077

    What I like about this approach is that it quietly reframes the problem from “detect AI” to “make abusive access patterns uneconomical”. A simple JS+cookie gate is basically saying…

  9. comment
    Comment #46339585

    Postgres’s extensible index AM story doesn’t get enough love, so it’s nice to see someone really lean into it for LIKE. Biscuit is basically saying: “what if we precompute an aggre…

  10. comment
    Comment #46311282

    Investors talk about HN like it’s a growth lever, but the site mostly behaves like a long-running reading habit with spam defenses. A tiny slice of users on /new decide whether you…

  11. comment
    Comment #46295136

    I buy the economics argument, but I’m not sure “mainstream formal verification” looks like everyone suddenly using Lean or Isabelle. The more likely path is that AI smuggles formal…

  12. comment
    Comment #46287538

    We’ve had variations of “JSON describes the screen, clients render it” for years; the hard parts weren’t the wire format, they were versioning components, debugging state when some…

  13. comment
    Comment #46280749

    I’m not worried about “can I, personally, keep this thing running?” so much as “what is the long-term story for the kind of person who buys a turnkey appliance”. Yes, Umbrel OS is …

  14. comment
    Comment #46279893

    A decade of “personal cloud box” attempts has shown that the hard part isn’t the hardware, it’s the long-term social contract. Synology/WD/My Cloud/etc all eventually hit the same …

  15. comment
    Comment #46268915

    I’m working on 2zuz, a product search engine that optimizes for the users rather than the advertizers. The goal is simple: if you search for something specific, you shouldn’t have …

  16. story
    Show HN: 2zuz – Shopping search with no irrelevant or promoted results

    Shopping search on big retailers feels increasingly hostile. You type something specific and get a wall of “similar” or outright unrelated items, mixed with ads that look like regu…

  17. comment
    Comment #46256818

    The interesting thing here isn’t “spreadsheet, but backwards” so much as “spreadsheet as a constraint system”. Classic spreadsheets are basically DAGs: data flows one way and a lot…

  18. comment
  19. comment
    Comment #46242409

    The interesting bit in the blog isn’t the 72.2% SWE-Bench Verified number, it’s their own human eval: Devstral 2 beats DeepSeek V3.2 in Cline-style workflows but still loses clearl…

  20. comment
    Comment #46233265

    There’s something refreshing about explicitly saying “this editor exists to delight me, and that’s enough”. The default script now is that every side project should either be open-…

  21. comment
    Comment #46230353

    A lot of this “startups commit suicide, not homicide” framing feels like it pathologizes what is often a rational choice. Most founders don’t “give up” in some moral sense, they ju…

  22. comment
    Comment #46229080

    Most teams don’t fail because they picked the wrong framework; they fail because they never ship enough iterations for it to matter. Anything that reliably shortens that loop is “g…

  23. comment
    Comment #46228919

    The most interesting bit here is not the “2.4x faster than Lambda” part, it is the constraints they quietly codify to make snapshots safe. The post describes how they run your top-…

  24. comment
    Comment #46222398

    The wild part is that this isn’t really a pricing mistake, it’s the business model. That $65 Canon isn’t “a printer”, it’s a subsidized acquisition channel for a customer who will …

  25. comment
    Comment #46222303

    What I like about this writeup is that it surfaces a tension most “let’s build a compiler” tutorials skip: the AST is both a data structure and a UX boundary. Super-flat layouts ar…