Live data from Hacker News

Viewing profile — bebrws

bebrws

HN member
Joined
Sat, Dec 14, 2019, 10:09 PM UTC
HN karma
131
Public activity
74 items

About bebrws

No profile information was provided.

Recent public activity

  1. comment
    Comment #48667204

    I find Claude Chrome's extension to be much more powerful than Cursor's current browser integration. Especially if I need to debug something that requires being logged in to a syst…

  2. story
  3. comment
    Comment #42268436

    Handheld, or best on the lap. Has some nice zoom and scroll functionality.

  4. story
  5. comment
    Comment #41597943

    Using whisper.cpp's stream build I used a few keywords to decide when to send what data to chatGPT which is then written back to your terminal. Crazy with the $150 per Interview we…

  6. story
  7. comment
    Comment #41358348

    After running a command in the terminal, I often find myself needing to run the same command again, without wanting or being able to easily re-type the command or use the arrow key…

  8. story
  9. comment
    Comment #41339204

    Yes, I know we should all be good enough to not need to ever use console.log statements, or to even iterate for that matter but sometimes I find myself tired and working on a proje…

  10. story
  11. comment
    Comment #41328583

    In this blog post, I show how I created a preprocessor that takes any line starting with “// log -” and creates a temporary intermediary file where those lines are replaced with co…

  12. story
  13. comment
    Comment #41305768

    Previously, I used a custom bash script to compile repository files into a single context file, but Zed AI’s implementation is far superior, offering a more streamlined and effecti…

  14. story
  15. comment
    Comment #39436099

    This is the route I would usually prefer. However I was very happy I experimented with Bevy though just to see how powerful the type system and dependency injection ( https://prome…

  16. comment
  17. story
    Show HN: Creating a Snake game clone with Rust/Bevy

    Code is here: https://github.com/bebrws/bevy-snake I had a lot of fun practicing Rust and Learning some Bevy concepts with this repository. Bevy has an incredibly powerful dependen…

  18. comment
    Comment #39062055

    I made a little proof of concept that used whisper cpp and ChatGPT to take “command” requests and generate Apple scripts which I could then run in OS X It actually works somewhat w…

  19. comment
    Comment #38945394

    Just some calming awesomeness?

  20. comment
    Comment #38546567

    Reminds me of The Expanse when the DJ makes music from Eros

  21. comment
    Comment #38491372

    Fire the miiiiissssillllleeeezzzzz

  22. comment
    Comment #35918054

    I had my phone stolen and basically did the same thing. I didn't want to approach anyone for fear of starting some altercation. Wish there was a better way to go about this. With m…

  23. comment
    Comment #35917600

    Just was trying to get some Siri integration. Learned alot like about AWS Cognito. Got better with lldb and Frida.. Tried to document what I could

  24. story
  25. comment
    Comment #35238185

    I tried to implement this using OpenAI's embeddings then using cosign similarity between produces vectors instead of the vector DB ( as shown in OpenAI's example code here ). I do …