HN user

ceritium

50 karma

You can contact me at jose.galisteo.ruiz@gmail.com

Posts10
Comments44
View on HN

I built a kind of paas for llms, the idea was to allow my family deploy webs cheap and easy, my family doesn't use It, but It end being very useful form mento deploy small apps. You can check It out on https://onvibe.run there is a list of forkable apps that I use.

I did some kind of meta thing, because bownI can create apps with llm (like Claude) and expose an mcp on theme (like the notes and todolist apps).

A project where you create websites by just using the chat interface of your llm. It's like a paas but oriented to llms. If your ui support mcp It should work.

There are some examples I did with opus, sonet and deepseek models: https://onvibe.run/forkable

It has pg, file uploads, emails, etc. The mcp provides tools to run migrations, snapshots, drafts, etc.

I started It to allow my wifi and daughter create their custom tools.

My trick, I just use bootstrap, ask Claude for a custom Styles following a style, palete etc. Much better experience than buying and adapting and existing bootstrap theme

Great, I have a MacBook Pro M5 for work which i know IS really fast because the whole suite of specs run in les than two minutes, but except for that my "old" air m1 with 16g of ram feels super snappy.

I am just excited waiting future releases (in 5 or 10 years) able to run local llms for coding.

I love it, I liked what dry-initializer and dry-struct do, and I wanted something similar but simpler than RBS or Sorbet.

I tried once myself to implement something like lowtype, but without success.

Hi, I have been building https://babelfu.com, a translation service on top of Github; it fetches the translations from your GitHub repo and commits them back, so the source of truth of the translations is the repo itself. You can forget about sync tasks, collisions between branches, etc. In the end, if there are conflicts, you manage them on Git as the rest of your code.

It is available in a very early open-source version, which I will update at some moment if I see someone interested in it.

I would be very grateful if someone gave it a try to setup a project and provided some feedback.

I am doing nothing, but I was wondering if it would make sense to combine a small LLM and SQLITE to parse date time human expressions. For example, given a human input like "last day of this month", the LLM will generate the following query `SELECT date('now','start of month','+1 month','-1 day');`

It is probably super overengineering, considering that pretty good libraries are already doing that on different languages, but it would be funny. I did some tests with chatGPT, and it worked sometimes. It would probably work with some fine-tuning, but I don't have the experience or the time right now.

Syncing keys between the "translations service" and the repo can be a real headache, especially when multiple developers work on different branches. Adding, removing, or editing keys can quickly become a cumbersome task.

I thought that building a translation tool on top of Github (at the moment) would eliminate the hassle of syncing the keys between the service and your repository.

Babelfu is in a pretty alpha stage, with minimal features to test the idea, but it's enough to get a taste of its potential. If you want to give it a try, you can follow this guide https://github.com/babelfu/babelfu-demo

There is an instance ready for use at https://babelfu.com

If you are interested in the idea or have any feedback, use the GitHub issues, email me (check my profile), or use this thread.

Many thanks for your time!

Hi, I didn't know about yq until now; as far as I can see, it seems to allow complex queries and manipulations and handle more formats. Flatito, on the contrary, only handles YAML and JSON. It can look in a whole directory, and most importantly for me, it shows the line number needed to locate the value.