Ask HN: What are you working on (August 2024)?
121–130 of 1001 posts
Re: Ask HN: What are you working on (August 2024)?
#122Trying to learn both a bit better along the way.
Re: Ask HN: What are you working on (August 2024)?
#123https://github.com/jonroig/usBabyNames.js
We're engineers, we want to make data-driven decisions about what we name our children. My app won't necessarily help you choose a name, per se, but it can assist in eliminating a lot of possible names, giving you a much smaller set of choose from, each of which you can research more. So... like filter by name origin, length, popularity, etc..
Re: Ask HN: What are you working on (August 2024)?
#124Why not Nix? I just don’t like the Nix language. Plus, it seems like they ended up reinventing part of Lisp with their Flakes, which made me even more convinced in using GUIX. The GUIX folks didn't disappoint me, as they utilized the full power of Scheme to design a (internal) DSL that is clean and almost reads like JSON/YAML. I feel quite confident that it’s a better language for building devenvs for most people. The only downside is that it can get really verbose, but, hey, at least you have full control.
Re: Ask HN: What are you working on (August 2024)?
#125I basically want that to be open and free. I'll have an app to easily create albums, and have the ability to connect to any storage or montage service you like. You could even make your own app connect to your own storage and montage service, so it can be completely diy. I have a few write-ups but I'm transferring it to notion at the moment so I won't link it just yet.
My other idea is a "bill hamper / consolidation" service, that I'm doing for my sister. She pays me a flat fee each week and I pay all of her bills for her. Gives her peace of mind and allows her to save some money without stressing on paying random bills
Re: Ask HN: What are you working on (August 2024)?
#126Keeping key bits of the idea to myself. If this admittedly vague idea excites you let's find some time to talk.
Re: Ask HN: What are you working on (August 2024)?
#127[0] https://soapbox.host/ [1] https://wednesdayatninepm.com/
Re: Ask HN: What are you working on (August 2024)?
#128Re: Ask HN: What are you working on (August 2024)?
#129the goal is to be a lightweight alternative to pgadmin/dbeaver. it has vim-like keybindings, shortcuts to preview tables, and session history.
it only supports postgres at the moment, but sqlite and mysql support are on the roadmap.