vsroy
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: NoSQL, but it's SQLite (gist.github.com)
Manipulate your SQLite database like a giant Javascript object. Built with o1.
-
I'm thinking of purchasing the Devin subscription, so I can give it screenshots of a web-app, and have it just implement the flows. But ... I don't know if it will be capable of doing so. Has anyone used Devin for this…
-
I want to do things like tell an AI agent to "resize all videos in this folder to 480p", and just have it run the appropriate CLI commands. Are there any good tools that can do this for me?
- Faster convergence for diffusion models (sihyun.me)
-
I am running a t3.micro instance -- and doing about 8 queries / second. Not many, but it seems like queries are consistently taking 1-10 seconds to respond, and as a result, the site is going down. I'm having a hard…
-
I have an application where once a job succeeds it needs to go through a series of steps, some are CPU intensive (ffmpeg, etc.), others require communicating with an external API that may fail (Discord), etc. This is…
-
I have a project with some users, and I'm trying to determine the root cause of churn. I've been sending the following email to my users to get feedback, but I'm not sure if it's any good. Does anyone here who is more…
-
My server runs a core loop that must do an iteration at least once a minute. If it fails to do an iteration, I should be notified. What's the easiest way to do this? Seems like I can either: 1. ping a service like…
-
I'm using Sentry right now, but the scopes field is limiting the size of the items we can provide. Is there some other logging service we can use that has less size limits?
-
I'm running a NodeJS server that currently prints nice logs to the console using the `debug` package. As the server gets more busy, I would like to print my logs as pretty graphs (N users on the platform at Y time,…
-
Last ditch tech support question, but was wondering if anyone else has run into the following issue with R2: When transferring a moderate amount of files (~ 50+), the last file often takes a very long time to transfer,…
-
For example: If you make a chat bot and let the user regenerate their responses; then there is an implicit preference ranking of the chatbot responses. Do any of you keep track of this?
-
I'm running a NextJS application with sqlite as the backend. Would be useful to have a dead simple admin panel where I can view all the data in the database. Ideally, I could just plug it into my existing express…
-
For postgres, there are a variety of realtime options, including postgraphile or supabase's realtime. What about for sqlite? Does anything similar exist? (I want to get notified when an event is done)
- FoalTS – A Full-Featured Node.js Framework (foalts.org)
-
I like Next.JS. It makes frontend development very easy. But, there are still too many decisions to make for the backend. What database to use, what to use for authentication, etc. What is the best framework for quickly…
- Show HN: Practice Romance with ChatGPT (kaguya.chat)
-
I have a bunch of side projects running on platforms like Heroku/fly.io/etc. They are usually NodeJS. I want a very simple logging solution (since platforms like fly.io do not retain logs). Think, logging K/V pairs from…
- Llama 1.3B Trained on 200B Tokens for Commercial Use (huggingface.co)
- Show HN: Personalized Chatbots from Journal Entries (persona.fly.dev)
-
Programmers who effectively use ChatGPT/GPT4/GPT-N will out-compete programmers who don't use these tools. So, it seems worthwhile to become very good at prompting these language models to write code. Are there any good…
-
A lot of times, I notice that when working with a friend on projects--my friend will sit down and think hard about the project, and then shift the project in some concrete, important way. I'm good at executing,…
-
I have a large similarity matrix. It is 300K by 300K entries, and is ~ 100GB in size. To clarify, this is the result of multiplying a 300K by 512 matrix with its transpose. I want to make queries on this matrix like…
-
I've recently been having to transfer lots of files from place A to B. For example Hetzner => another cloud provider. Anyways, I've realized I have no good way to answer questions like: "My download speed dropped to 0,…
- Yeet: Kill the Process on Your Port (yeet.today)