HN user

robowo

9 karma
Posts0
Comments10
View on HN
No posts found.

I use it daily and it never crashed. How long ago was this? I am a big fan of DuckDB. Plow through hundrets of GB of logs on a 5 year old linux laptop - no problem.

SQL Studio 6 months ago

This looks cool and it hits a niche. There are suprisingly few good IDEs for DB work. I use DuckDB a lot for analytics tasks mostly in DataGrip but its not great. The alternatives like DBeaver are ok but not that great as well.

I have been working on https://easymiet.eu/ It is specific to the German rental market. Basically if you want to rent an appartment in Germany most landlords require you to fill out a non-standardized self-disclosure form. That can be annoying to the landlord because especially in larger cities you might have a couple of hundret applicants and it is also annoying to the possible renter since they have to fill out the same information for every apartment they apply for. This is where easymiet comes in. As a landlord you can generate a viewing, shared it through QR or a link. Interested renters can apply using their profile. It also has a application approve and dismissal workflow automatically sending emails to the applicant. My plan was to monitize it selling applicants the ability to add more info to their profile like a picture or relevant documents. However so far I haven't been able to generate much interest. The tech stack is Next JS with BetterAuth, Drizzle and Postgres. It is hosted on a Hetzner VPS using Kamal ( wrote a blogpost about that if you are interested: https://markow.dev/blog/complex-next-js-app-kamal )