Live data from Hacker News

Viewing profile — mootoday

mootoday

HN member
Joined
Sun, Apr 07, 2024, 5:17 AM UTC
HN karma
87
Public activity
67 items

About mootoday

No profile information was provided.

Recent public activity

  1. comment
    Comment #47243652

    AI of course

  2. comment
    Comment #47034436

    https://seaquel.app/ It's the SQL client I've always wished I had. It's a desktop app, but I made it work in the browser too thanks to DuckDB Wasm.

  3. story
    Show HN: Interactive SQL Tutorial with a visual query builder

    Hi, https://seaquel.app/learn-sql is an interactive SQL tutorial with a visual query builder. JOINs, CTEs, subqueries can be difficult to understand. With the visual builder and SQ…

  4. comment
    Comment #47008662

    And now there's a skill to do just that. https://cloudrouter.dev/

  5. comment
    Comment #47006175

    You don't need a vendor-locked solution for AI agents to work in their own isolated environments :-). - https://sprites.dev - https://mise.jdx.dev - https://fnox.jdx.dev Develop a …

  6. comment
    Comment #46941969

    https://seaquel.app Month 2 of building the SQL client I've always wished I had. One feature I'm especially proud of is the visual query builder. Drag & drop to build SQL queries. …

  7. comment
    Comment #46648395

    I built something similar after reading the blog post, based on sprites.dev. A day of work to get the prototype working and a few hours the next day to allow multiple users to auth…

  8. comment
    Comment #46648367

    After reading the article, I built a tool like that with sprites.dev. There's a websocket to communicate stdout and stderr to the client. Web app submits the prompt, a sandbox star…

  9. comment
    Comment #46366492

    Yeah, I've noticed similar things with my projects. Hard to avoid these days I think. Awesome, thanks for being an early adopter! I got some great feedback already, so I'll continu…

  10. comment
    Comment #46366064

    I'm sure everyone has their own tolerance for what is and isn't maintainable :). For me, not knowing what code exists, where it is, how it fits together, and stuffing it all in one…

  11. comment
    Comment #46366020

    Hey, I did not. As mcbetz mentioned, I tried vibe-coding and anything you see is generated by LLMs. He linked to my blog post where I summarized the journey. ZenQuery looks nice, I…

  12. story
  13. comment
    Comment #46348842

    There we go, all set up! https://github.com/WebstoneHQ/seaquel

  14. comment
    Comment #46284299

    It was frictionless to get everything up and running. Communication between the frontend and backend is via an `invoke` method, easy as pie :). It's not open source, but once I get…

  15. comment
    Comment #46268339

    A database desktop client, built with Tauri & SvelteKit. "But there are many already!" I hear the crowd exclaim. I respond, "Yes, but..." It's really something I want for myself. L…

  16. comment
    Comment #46201866

    That's how I feel about most visual database clients I've used over the years... It's something I hear from many others too, hence my interest in trying to build an incredibly fast…

  17. comment
    Comment #46201864

    Thanks for your insights. What made you stop working on it? The insomnia creator also has a Tauri http client now called Yaak(.app). A huge inspiration to work on my database clien…

  18. story
    Ask HN: Is it worth building a database GUI?

    I'm considering to develop a database GUI based on either Tauri & Svelte or gpui.rs. Why? For fun, but if it turns out to become a lifestyle business, even better :-). No seriously…

  19. comment
    Comment #46188234

    Thank you, I appreciate the in-depth opinion! I think Tauri with SvelteKit is going to be my first prototype, likely followed by gpui because I'm impressed by Zed which is built wi…

  20. comment
    Comment #46186995

    I recently started to get an interest in writing a GUI with Rust. In particular, a database GUI. Initially, I thought Tauri with Svelte. Then I learned about gpui ( https://www.gpu…

  21. comment
    Comment #46085245

    My personal favorite to keep an eye on is https://www.gpui.rs/ . It's what Zed(.dev) is based on. While not quite ready for prime time from what I understand, if Zed is the referen…

  22. comment
    Comment #45871738

    I'm working on https://pipestack.dev , a workflow automation platform where you bring your own code - as Wasm Components. Think n8n, but you bring your own code and optionally even…

  23. comment
    Comment #45838798

    Ooooh... you just gave me an idea :). A TUI for http://todotxt.org/ . That way, there's no lock-in and people can easily use their existing todo.txt to try the TUI. I'm looking for…

  24. comment
    Comment #45838763

    My bad, I'm looking for TUI ideas to build to learn Ratatui :). Is there anything you'd like to do in a TUI but can't find a TUI that does it?

  25. story