Live data from Hacker News

Viewing profile — chorizo

chorizo

HN member
Joined
Mon, Oct 13, 2014, 3:10 PM UTC
HN karma
104
Public activity
41 items

About chorizo

No profile information was provided.

Recent public activity

  1. comment
    Comment #49223040

    Light dependent resistor, opamp and relay. No digital components required.

  2. comment
    Comment #49214946

    They tweeted that ARC-AGI-3 results take longer to run, so we’ll need wait a bit longer.

  3. comment
    Comment #49214917

    This also reflects my experience and should put to bed the distillation rumours. This model feels nothing like the Claude models, including tone and blindspots.

  4. comment
    Comment #49206221

    And the customers can wait for the new phone released next year. These are edge models - the average customer doesn’t need the latest frontier model. Just needs to be good enough f…

  5. comment
    Comment #49205716

    Yes, each rom bit can be a transistor or even a diode with a decoder circuit. Simplest Dram cell is capacitor+transistor - and you need a clock, refresh circuit etc. Someday, I ima…

  6. comment
    Comment #49205501

    The big benefit is ROM cells require fewer components than DRAM. So the chips would be tiny, dense, cheap and consume far less power.

  7. comment
    Comment #49204913

    That’s not going to be true forever. As models mature, we will hit diminishing returns. Major improvements will come annually rather monthly - matching the roughly annual release o…

  8. comment
    Comment #49204555

    Baking the base models on to ROM makes a lot of economic sense. SRAM for the KV cache & fine-tunes, not so much. Sure you’d get incredible speeds but it’s not scalable from a die-s…

  9. comment
    Comment #49146025

    On a browser, you can strip the share id and post title to create a “clean” old.reddit link, with this pattern: https://old.reddit.com/r/bapcsalescanada/comments/1vd9h0j/

  10. comment
    Comment #49125658

    I’ve heard that too, but since it’s a stealth model, I suspect they change it to whatever preview model provider that offers a free endpoint. In the past few months, I’ve gotten 4x…

  11. comment
    Comment #49124123

    I’m developing open source tools, so happy to have all my context traces be public if it helps improve future models.

  12. comment
    Comment #49124096

    Starting to wonder if the free big pickle model on opencode has been DSV4F0731 for the past few months. It’s been incredibly fast and good.

  13. comment
    Comment #49089118

    I still use a 16GB MacBook Air for all my development and simulation work (4P+4E+8GPU cores). Even wrote my own Metal gpu code to offload part of the simulation workflow. Modded th…

  14. comment
    Comment #49086466

    Certainly not demanding they open source any IP that might give their competitors an edge. Rather I’m saying that pulling a gpt-oss-120b would a good PR move right about now.

  15. comment
    Comment #49079928

    Or even more poignant, have terra write code and it will find lots of bugs in its own code. But let it iterate code reviews/fixes/test cases a few times, and you’ll have something …

  16. comment
    Comment #49079372

    At this point, Anthropic releasing a sonnet 4.x class open weights model would be a positive PR move that doesn’t affect their bottom line.

  17. comment
    Comment #49072747

    That’s a really good point. Folks really need to read the papers coming out of these Chinese labs. Every paper from the DeepSeek team has been a step change.

  18. comment
    Comment #49072682

    Appreciate this point. Back in grad school, I published a peer reviewed paper with all the source code and datasets used. Got heckled at a conference talk by staff from a commercia…

  19. comment
    Comment #49027791

    > Everything you know about 6800 assembly will not make your note-taking app any better. For most apps, it makes sense to profile your app for expected use cases. Put even minimal …

  20. comment
    Comment #48916314

    Not to mention Nvidia loans out their engineers to academic computational software teams to help build CUDA ports.

  21. comment
    Comment #48916215

    What we already have is uncontrolled geoengineering. Having said that, geoengineering might lead to geopolitical conflict. The current situation is making the tropical/equatorial a…

  22. comment
    Comment #48825714

    And the advanced planets looked like the SFU campus.

  23. comment
    Comment #48825704

    As someone who lives in Vancouver, that’s a huge relief. I won’t have to adapt to new biomes once we go offworld.

  24. comment
    Comment #48724316

    That’s 24GB VRAM. Not enough to run a 27B model at a useful quant+context size.

  25. comment
    Comment #48668490

    I built a little research dashboard that monitors new papers from specific research labs. There is a paper ingest skill that writes Python scripts using pdfplumber to dismantle pdf…