Live data from Hacker News

Viewing profile — owenbrown

owenbrown

HN member
Joined
Tue, Mar 07, 2017, 11:27 PM UTC
HN karma
26
Public activity
18 items

About owenbrown

No profile information was provided.

Recent public activity

  1. comment
    Comment #48840964

    I’m spending a significant portion of my day waiting for agents to execute. What’s more interesting to me than time-to-first token or latency is the time it takes for the agent to …

  2. comment
    Comment #48767192

    PaaS like render.com explicitly support Docker. As a developer, I wager that any gains I get from Podman will be dwarfed by bugs that I’m encountering in the other software I use. …

  3. comment
    Comment #47591624

    You could try these techniques to get over the data sparsity. https://qlabs.sh/10x It’s really cool, I’d love to see it smart.

  4. comment
    Comment #46896272

    The other demos didn't work for me, so I made https://github.com/owenbrown/transcribe It's just a python script to test the streaming. Wow, Voxtral is amazing. It will be great whe…

  5. comment
    Comment #46856829

    It would be interesting if someone built a platform like Brex or Expensify, to manage spending within these programs. Something that balanced empowering participants and protecting…

  6. comment
    Comment #46470726

    A regular paper and pencil exam would be a better experience for the students.

  7. comment
    Comment #46470714

    + would be a much better experience for the students.

  8. comment
    Comment #45742649

    I think the goals are super-intelligences, which I'm defining as organization composed of humans and AI agents, are knowable. I'd love feedback.

  9. story
  10. comment
    Comment #45712273

    This will destroy a lot of trust and between Apple and me. When I buy Apple, I pay a premium price for a premium product. The ways ads work, is that the ad revenue shows up in the …

  11. comment
    Comment #45712251

    This will destroy a lot of trust and between Apple and me. When I buy Apple, I pay a premium price for a premium product. I would rather you simple charge me more for my product. T…

  12. comment
    Comment #45127407

    The article makes a serious math error early on. The author’s math considers how mines would be distributed if mines were distributed to the empty squares after reaching that board…

  13. comment
    Comment #39616566

    Every time I see a new language, I immediately check if it uses significant white space like Python. If it doesn’t, I sigh sadly and dismiss it.

  14. comment
    Comment #38422777

    It boggles my mind that any developer of a new language wouldn’t use Python’s significant use of white space. You’re able to fit more code on a screen, and it’s less visual noise. …

  15. comment
    Comment #36806745

    You mentioned wanting to use dual-monitors. MacBook Air only supports one external monitor. https://www.apple.com/macbook-air-13-and-15-m2/specs/

  16. comment
    Comment #35645635

    I wonder if they will converge on using Trax (Google Brain) or Tensor Flow / PyTorch. I use Trax is my NLP class, so I hope it gets more adoption.

  17. comment
    Comment #35103527

    I've always found it odd that cash-rich companies keep bank accounts, when they could purchase short-duration t-bills. There's now at least one business bank the will purchase t-bi…

  18. comment
    Comment #31858255

    This advice may make sense for some languages, but it certainly doesn’t make sense for Python. Python generally provides one and only one best way to do things. With one exception …