Live data from Hacker News

Viewing profile — caioricciuti

caioricciuti

HN member
Joined
Mon, Feb 03, 2025, 12:37 PM UTC
HN karma
91
Public activity
23 items

About caioricciuti

Data engineer | Developer

Recent public activity

  1. story
  2. comment
    Comment #48252724

    Thermal printers for TTRPG handouts is such a good idea. Handing a player a physical slip with a riddle or loot description is way more immersive than reading off a screen.

  3. comment
    Comment #48252718

    About time. TypeScript and Rust proved how much cleaner code gets when you can model "this OR that" at the type level. The real test will be whether library authors start using the…

  4. comment
    Comment #48252713

    I keep gravitating toward similar setups. Once you remove the option to fiddle with fonts and layouts, you're left with just the writing. Console-only Debian on an old laptop is ab…

  5. story
  6. story
  7. story
    Show HN: Just Take A Note – browser notepad that stores everything locally

    Show HN: Just Take A Note – browser notepad that stores everything locally, no cloud I built a Chrome extension for people who are tired of opening Notion/Google Keep just to write…

  8. story
    Show HN: Duck-UI Embed – SQL-Powered React Dashboard Components with DuckDB-WASM

    Hi HN, I built @duck_ui/embed — a set of React components that turn SQL queries into interactive dashboards, powered by DuckDB-WASM running entirely in the browser. `npm install @d…

  9. story
    Show HN: CH-UI v2 – ClickHouse workspace in a single binary (Go and Svelte)

    Hi HN, I've been building CH-UI, an open-source ClickHouse workspace. Today I'm releasing v2, which is a complete rewrite from scratch. v1 was a React SPA served via Docker. v2 is …

  10. story
    Show HN: Glintlog – Self-hosted log aggregation in a single binary

    Hello all! I built Glintlog because I wanted a simple way to aggregate logs without spinning up Elasticsearch, Loki, or a SaaS that costs my kidney… What it is: A self-hosted log a…

  11. comment
    Comment #45998065

    Thanks! Maybe you can try, I can get you beta if you want to! Some feedback and traction is the most important now, and even more from people that is excited with the product! Hope…

  12. story
    Show HN: YAAT – Privacy-first analytics for EU companies (need for beta users)

    I built YAAT for EU companies that can't of send data to US servers or being locked into pre-built dashboards that can't answer custom questions. What makes it different: Direct SQ…

  13. story
    Show HN: Dev Cockpit (OSS) – TUI System Monitor for Apple Silicon

    Built a terminal dashboard for my M2 Mac because I wanted something better than jumping between Activity Monitor, terminal commands, and random cleanup scripts. What it does: Real-…

  14. comment
    Comment #45647051

    Not sure I understood... you see the query results as soon you run the query...

  15. comment
    Comment #45635835

    THAT'S AMAZING! ALL NOTED, thank you very much for the time and for the feedback! You are awesome! I'll review all!

  16. comment
    Comment #45634732

    I would love for this to be the case... I'm also not a fan of mother's duck ui... Also I created this project like 2 weeks before they launch it (that's why it's named duckui...) I…

  17. comment
    Comment #45633727

    TRUE! It's amazing and I have in other project too! The idea of of this app 100% in browser came from handling lots of CSV's from different people in my former company... Just to l…

  18. comment
    Comment #45633716

    Thanksss, happy you liked, thanks for trying it out!

  19. comment
    Comment #45633713

    In theory there's none... DuckDB is like Sqlite, it's a file, but in this case it's 100% wasm so theres zero interaction with any "server", it's all on Browser. One example of Duck…

  20. comment
    Comment #45633545

    Thank you for the feedback, adding to the roadmap right now!

  21. story
    Show HN: Duck-UI – Browser-Based SQL IDE for DuckDB

    I built Duck-UI, a web-based SQL editor that runs DuckDB entirely in your browser via WebAssembly. No backend required. The Problem: Every time I needed to query csv, parquet, or e…

  22. story
    Show HN: I build a Free and Open-source tool for Macs:)

    Hey all I've been working on a personal project I wanted to share with the community: CR - Mac Helper. It's a collection of shell scripts designed to help you manage, clean, and op…

  23. story
    Show HN: CH-UI – A Modern Web Interface for ClickHouse Databases

    CH-UI is an open-source web interface for managing and interacting with ClickHouse databases. Key features include an advanced SQL editor with IntelliSense, real-time data visualiz…