HackerTrans
TopNewTrendsCommentsPastAskShowJobs

da4id

no profile record

Submissions

Pearl: A Production-Ready Reinforcement Learning Agent

github.com
73 points·by da4id·hace 3 años·8 comments

Show HN: AI Mechanical Keyboard [video]

youtube.com
2 points·by da4id·hace 3 años·0 comments

Show HN: LLM Powered Keyboard [video]

youtube.com
5 points·by da4id·hace 3 años·4 comments

comments

da4id
·hace 2 años·discuss
How's it different from something like reka.js or builder.io?
da4id
·hace 2 años·discuss
Is there a valtown for Python?
da4id
·hace 2 años·discuss
Why do you want it to generate web pages from images? I'm having trouble understanding the workflow here. You see a component you like on another website and want to obtain the code from it? Or if you have a design already, why not just use a Figma to Code tool?
da4id
·hace 3 años·discuss
If you want to see how something like this might work, I made a fun project where I added a single board computer (SBC) into a keyboard. When you press the 'AI' button, the SBC would send inputs to the LLM on the SBC and output keystrokes to the PC. Demo below if you're curious.

https://youtu.be/BbMSWZKrrcI?si=T_3XIWEtrS8lvxP3
da4id
·hace 3 años·discuss
Do you have any good resources for what you mentioned?
da4id
·hace 3 años·discuss
In emergency medicine we refer to this as closed loop communication.
da4id
·hace 3 años·discuss
It might be helpful to include this in the README.
da4id
·hace 3 años·discuss
Why do you want to use Next.js if you already have a FastAPI backend?
da4id
·hace 3 años·discuss
Looks like it uses pylance for vector database.
da4id
·hace 3 años·discuss
What were you trying to get it to do? It was working alright for me but I was mostly doing quick HTML/CSS templating. I just paste in boilerplates and get it to make tailwind styles changes
da4id
·hace 3 años·discuss
You should check out https://makedraft.com.

It's like v0 but for HTML and TailwindCSS +/- vanilla JavaScript.
da4id
·hace 3 años·discuss
intelligent-charter.onrender.com

A charting / note-taking text editor.

Tab to get autocomplete suggestions. Highlight and click the summarize button to summarize text.
da4id
·hace 3 años·discuss
Ah yup I'll post updates on my blog at lunecake.com and on HN. I haven't thought about open sourcing it so far but it's definitely something I'll consider in the future.
da4id
·hace 3 años·discuss
Any particular kind of button you were thinking about?
da4id
·hace 3 años·discuss
Just wanted to share my project too. I made a tutorial on how you can build the same thing here:

https://docs.dopplerai.com/quick-start
da4id
·hace 3 años·discuss
Thanks! I corrected the link now.
da4id
·hace 3 años·discuss
Oh that's neat. I made something somewhat similar recently: https://dopplerai.com/. It's a simple API that handles embeddings, vector database interactions and abstracts over Langchain. Each embedding belong to a user.