Viewing profile — bebrws
bebrws
HN member- Joined
- Sat, Dec 14, 2019, 10:09 PM UTC
- HN karma
- 131
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About bebrws
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #42268436
Handheld, or best on the lap. Has some nice zoom and scroll functionality.
- story
-
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…
- story
-
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…
- story
-
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…
- story
-
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…
- story
-
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…
- story
-
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…
- comment
-
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…
-
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…
-
comment
Comment #38945394
Just some calming awesomeness?
-
comment
Comment #38546567
Reminds me of The Expanse when the DJ makes music from Eros
-
comment
Comment #38491372
Fire the miiiiissssillllleeeezzzzz
-
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…
-
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
- story
-
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 …