Live data from Hacker News

Viewing profile — bthornbury

bthornbury

HN member
Joined
Wed, Oct 16, 2013, 7:06 AM UTC
HN karma
421
Public activity
220 items

About bthornbury

https://github.com/brthor https://www.youtube.com/channel/UC4mmZUMvTNzzz2sS_tgbKVQ

Recent public activity

  1. comment
    Comment #49137600

    lots of good ones still

  2. comment
    Comment #49129124

    I discuss the testing approach and coverage with the model before and after, sometimes in a fresh thread that does a static analysis. interestingly my input is still pretty importa…

  3. comment
    Comment #49117498

    codex pro plan currently

  4. comment
    Comment #49116486

    for me, almost all of the work is specs I am no longer: - reading docs for hours and hours - typing (barely at all) - writing code - manually doing tight debug loops - using an IDE…

  5. comment
    Comment #48562156

    we need some better standard long-context benchmarks. needle in a haystack is not good for this, yes it proves the model can attend to its context, but in its usual form, somewhat …

  6. comment
    Comment #48559119

    the qwopus 27b model is good for grunt work style tasks, even across multiple files. Piping a bunch of things through, small factoring changes, stuff that just takes time to type o…

  7. comment
    Comment #48522398

    promote yourself to PM only and use agents for authoring, verification, tests, checking the tests orchestrator -> parallel subagents with investigation, authoring, verification, be…

  8. story
    Show HN: Sampler Step Explorer – for understanding diffusion sampler updates

    I built a small standalone interactive to help make diffusion sampler steps more intuitive. It’s focused on the inference-time update: how the sampler moves from the current noised…

  9. comment
    Comment #47200241

    The classic papers describing diffusion are full of dense mathematical terms and equations. For many (including myself) who haven’t stretched those particular math muscles since di…

  10. story
  11. comment
    Comment #47105004

    Something like a perplexity/log-likelihood measurement across a large enough number of prompts/tokens might get you the same in a statistical sense though. I expect those compariso…

  12. comment
    Comment #47104962

    AFAIK seed determinism can't really be relied upon between two machines, maybe not even between two different gpus.

  13. comment
    Comment #47104931

    Is modelwrap running on arbitrary clients? I'm not following the whole post, but how are you able to maintain confidence in client-owned hardware/disks following the secure model t…

  14. comment
    Comment #46925832

    Why does there seem to be such a divide in opinions on AI in coding? Meanwhile those who "get it" have been improving their productivity for literally years now.

  15. comment
    Comment #46918086

    > got a load of ticking time bomb bugs Lots and lots of tests!

  16. comment
    Comment #46908304

    Either really comprehensive tests (that you read) or read it. Usually i find you can skim most of it, but like in core sections like billing or something you gotta really review it…

  17. comment
    Comment #46907978

    AI is getting to the game-changing point. We need more hand-written reflections on how individuals are managing to get productivity gains for real (not a vibe coded app) software e…

  18. comment
    Comment #46655588

    I'm not too sure about this take. The larger code rewrite issue is constantly trying to be solved, which is somehow making the problem worse. In another view, standard libraries do…

  19. comment
    Comment #45400420

    I'm pretty sure it's called "reading the code". That said, it is difficult enough in its own right.

  20. comment
    Comment #44429005

    This generalization issue in RL in specific was detailed by OpenAI in 2018 https://arxiv.org/pdf/1804.03720

  21. comment
    Comment #39947648

    Recently, I've been using a local docker container to house the interpreter for all of my new python projects. For day-to-day work it is far superior than endless virtualenvs clogg…

  22. story
  23. comment
    Comment #39751676

    Note that I had to remove two of the test cases to fit in the HN character limit: { name: "Large Input Slice", input: []any{"A", "B", "C", "D", "E", "F"}, chunkSize: 3, expectedChk…

  24. story
    I have been using Mixtral everyday for coding and I think it has saved me days

    Recently, I've been working on a new project in golang, which I haven't worked with in a couple years. I have almost completely replaced the time I usually spend searching stackove…

  25. story