Live data from Hacker News

Viewing profile — hunvreus

hunvreus

HN member
Joined
Sun, Sep 19, 2010, 6:26 PM UTC
HN karma
3,832
Public activity
795 items

About hunvreus

Founded a digital consultancy focused on China and APAC (https://wiredcrat.com). Sold it to Publicis in 2022.

Went back to programming, building open source tools: Pages CMS (https://pagescms.org), Basecoat (https://basecoatui.com), /dev/push (https://devpu.sh).

---

GitHub: https://github.com/hunvreus

X: https://x.com/hunvreus

Website: https://ronanberder.com

Recent public activity

  1. story
  2. comment
    Comment #48330927

    Exactly. One of the example is exactly that; an agent that can log into servers, investigate and resolve issues, deploy apps, etc. If you end up playing with it, let me know what y…

  3. story
    Show HN: Heypi – Like OpenClaw but for Your Team (Slack, Discord, etc.)

    I kind of wanted Openclaw, but for teams. It's a Typescript framework to create chat agents for Slack, Discord, and the likes: - Sandboxing for commands (just-bash, Docker, Gondoli…

  4. story
  5. story
    Show HN: Pi-hosts – Give the Pi coding agent access to your servers

    I built that initially for an AI chat bot that allows teams to perform DevOps tasks straight out of Slack/Teams (with proper permission control, obviously). Useful to let developer…

  6. story
  7. story
    Show HN: Clonecn – Agent skill for generating Shadcn/UI themes

    clonecn is an agent skill for generating shadcn/ui themes from screenshots, URLs, or style prompts. You just feed it "Supabase.com" or "Tokyo cyberpunk mono" and it generates a the…

  8. comment
    Comment #47135919

    Have you looked at https://github.com/git-bug/git-bug ?

  9. story
    Show HN: PullNotes – A Notion-like editor for your GitHub repos

    I prefer using Markdown files when taking notes or writing. Even more so these days when working with AI. So I thought I'd build a Notion clone on top of GitHub. You can try it out…

  10. story
  11. comment
    Comment #46932657

    I remember reading The Twelve-Factor App [1] from the Heroku folks back in the day, and was blown away by how well they understood the problem. Not only that but they had great tas…

  12. comment
    Comment #46751559

    Awesome. There was a company in China, eDuShi (E都市), doing this for a whole bunch of Chinese cities back in the day: https://www.flickr.com/photos/seeminglee/4112874847

  13. comment
    Comment #46321452

    Absolute self-promotion: https://github.com/hunvreus/reallysimpledocs

  14. comment
    Comment #46321416

    Mintlify does look pretty, but between that and all the React exploits, I'll stick with good ol' static sites. Kinda why I built ReallySimpleDocs [1]. Add Pages CMS [2] to it and y…

  15. comment
    Comment #46302612

    Appreciated. That's pretty much what I was going for. The only thing I think is missing is a proper full text search which I'll add later on this week using lunr.js [1]. I just did…

  16. comment
    Comment #46302477

    It's pretty much as advertised: a really simple documentation template built with 11ty [1] and Tailwind. I've been releasing a few projects in the past year: Basecoat [2], Pages CM…

  17. story
  18. story
  19. comment
    Comment #45895693

    Fair enough. I actually needed dns-01 for /dev/push [1] so ended up not using it. I still thought it was a pretty cool project. [1]: https://github.com/hunvreus/devpush

  20. story
  21. comment
    Comment #45626318

    Didn't recognize you without the horse picture.

  22. comment
    Comment #45626313

    Quart was interesting, but it didn't seem to have as much traction as FastAPI. I also seem to understand Flask is trying to integrate some of Quart's ideas.

  23. story
  24. comment
    Comment #45623771

    I love that, I may steal it.

  25. comment
    Comment #45606912

    Some interesting concepts: - Components: https://hyperflask.dev/guides/components/ - Bundling view and controller in the same file: https://hyperflask.dev/guides/interactive-apps/ …