Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bebrws
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Use Claude Chrome Extension from Cursor
(github.com)
2 points
by
bebrws
3mo ago
|
1 comments
2.
▲
by
bebrws
3mo ago
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 system that uses SSO for example. This repository will
3.
▲
My comfortable hand held mouse
(bbarrows.com)
3 points
by
bebrws
2y ago
|
2 comments
4.
▲
by
bebrws
2y ago
Handheld, or best on the lap. Has some nice zoom and scroll functionality.
5.
▲
Whisper.cpp and ChatGPT === Interview Helper?
(bbarrows.com)
2 points
by
bebrws
2y ago
|
2 comments
6.
▲
by
bebrws
2y ago
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 web application solutions I saw in the past. It's as
7.
▲
Run Last Shell Command by Hitting Enter a Few Times
(bbarrows.com)
1 points
by
bebrws
2y ago
|
1 comments
8.
▲
by
bebrws
2y ago
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 keys (think mobile). This post contains ZSH scripting that keep
9.
▲
Node.js "preprocessor" script to log from comments
(bbarrows.com)
1 points
by
bebrws
2y ago
|
1 comments
10.
▲
by
bebrws
2y ago
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 project and just want to double check my data structure is in the
11.
▲
Node.js PrePrcoessor – Extend Node.js to support macros/utility functions
(bbarrows.com)
2 points
by
bebrws
2y ago
|
2 comments
12.
▲
by
bebrws
2y ago
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 console.log statements to print any expressions foll
13.
▲
My Shell Script Version of Zed AI
(bbarrows.com)
2 points
by
bebrws
2y ago
|
1 comments
14.
▲
by
bebrws
2y ago
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 effective solution. But it never hurts to have an alternative metho
15.
▲
by
bebrws
3y ago
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://promethia-27.github.io/dependency_injection_lik
16.
▲
Show HN: Creating a Snake game clone with Rust/Bevy
(bbarrows.com)
44 points
by
bebrws
3y ago
|
11 comments
17.
▲
by
bebrws
3y ago
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 well. I think with some more work and thought, something like
18.
▲
by
bebrws
3y ago
Just some calming awesomeness?
19.
▲
by
bebrws
3y ago
Reminds me of The Expanse when the DJ makes music from Eros
20.
▲
by
bebrws
3y ago
Fire the miiiiissssillllleeeezzzzz
21.
▲
by
bebrws
3y ago
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 my phone, if I had another device maybe I could have mad
22.
▲
by
bebrws
3y ago
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
23.
▲
by
bebrws
4y ago
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 the same thing where I take the highest ranking co
24.
▲
by
bebrws
4y ago
From what I understand this seems useful if you have a model that will accept a large or unlimited number of tokens. I was looking into doing the same thing with ChatGPT and went with ada to find snippets related to the prompt and then to i
25.
▲
by
bebrws
4y ago
Using OpenAI's brand new API's to search through any of your local codebases (that ChatGPT is not trained on!). This is what Github CoPilot View is working on as well actually: https://githubnext.com/projects/
26.
▲
by
bebrws
4y ago
Using FFMPEG to record a short audio clip, then using the openai CLI this post shows how to transcribe your audio and send it to ChatGPT using a short script.
27.
▲
by
bebrws
4y ago
Quick script to record audio and send it off to OpenAI for transcription and then to ChatGPT This script records 10 seconds of audio using FFMPEG and then uses the openai cli tool for the rest.
28.
▲
by
bebrws
4y ago
Added this comment to the post if that is ok. Let me know here if it isn't. Thank you!
29.
▲
by
bebrws
4y ago
I am going to add this to the post if that is alright. Please let me know if I shouldn't cite your HN username on the post. You can reply here and I'll see it. Thank you, this is super helpful.
30.
▲
by
bebrws
4y ago
Step by step instructions on how to get the GPT-J 6B model running completely locally on a M1 Macbook with just released PyTorch support! Similar to running your own ChatGPT instance on your laptop.
More ›