Live data from Hacker News

Viewing profile — pbbakkum

pbbakkum

HN member
Joined
Thu, Feb 16, 2012, 5:05 AM UTC
HN karma
190
Public activity
39 items

About pbbakkum

@pbbakkum github.com/bakks pbb7c@virginia.edu

Recent public activity

  1. comment
    Comment #44382153

    This is great, thank you for sharing. I work on these APIs at OpenAI, it's a surprise to me that it still works reasonably well at 2/3x speed, but on the other hand for phone chann…

  2. comment
    Comment #44068597

    Heyo, I work on the realtime api, this is a very cool app! With transcription I would recommend trying out "gpt-4o-transcribe" or "gpt-4o-mini-transcribe" models, which will be mor…

  3. story
  4. comment
    Comment #38169771

    If you're interested in GPT-powered shell autocomplete, check out https://butterfi.sh This also enables shell-aware LLM prompting!

  5. story
  6. comment
    Comment #37682315

    Do you work from the command line? Butterfish is a project I wrote for myself to use AI prompting seamlessly directly from the shell. I hope it's useful to others, give it a try an…

  7. story
  8. comment
    Comment #37299045

    I've experimented with it, the reason I haven't yet added it is that I want deployment to be seamless, and it's not trivial to ship a binary that would (without extra fuss or confi…

  9. comment
    Comment #37298791

    Plugging a project of mine: I've been working on a similar idea for the era of LLMs: https://butterfi.sh . It's much more bare-bones than Fig but perhaps useful if you're looking f…

  10. comment
    Comment #36472446

    If you're looking for a lighter weight TUI for Top information check out a recent project of mine here: https://github.com/bakks/poptop

  11. story
  12. comment
    Comment #36003453

    Really like the design of these tools so that you can easily pipe between them, this a good way to make things composable. Also really cool to see all of the other CLI tools folks …

  13. story
  14. story
  15. comment
    Comment #15083748

    A few notes here: - An unmentioned alternative to this pricing is that GCP has a deal with Cloudflare that gives you a 50% discount to what is now called Premium pricing for traffi…

  16. story
  17. comment
    Comment #12235491

    We've been running it for about a year to power Quizlet - overall things have been good and we're happy. AWS and GCP are complicated enough that they're tough to compare holistical…

  18. comment
    Comment #11517136

    We thought a lot about this question to pick a cloud for Quizlet (~200 cloud machines) and ended up going with GCP. Here's a summary of our analysis, hope its helpful: https://quiz…

  19. comment
    Comment #11261534

    To be more explicit on this point - I think Azure is a good product and the growth that Microsoft is seeing speaks for itself. However, for our use case, which is at least somewhat…

  20. comment
    Comment #11261242

    Sure - this isn't really a dimension of comparison, just something that I found interesting / surprising. It seems like SDN is probably the future, and this is an illustration of h…

  21. story
  22. comment
    Comment #10634536

    Hey davisr, I work at an ed-tech company in the Bay Area - We're a for-profit company but we've found success in building study tools targeted at students and teachers rather than …

  23. comment
    Comment #8737179

    Not unique to Mongo, other systems that shard based on a user-generated key (HBase) have issues with this too. We developed this UUID generator as an attempt at a more thoughtful s…

  24. comment
    Comment #8575574

    We encountered some of these same issues and wrote this library to mitigate them: https://github.com/groupon/locality-uuid.java . I think UUIDs make good unique ids overall, partic…

  25. comment
    Comment #8402192

    Here's my theory on MongoDB, having spent a lot of time thinking about it: There is going to be some huge number of new developers every year for the foreseeable future, and Mongo …