Live data from Hacker News

Viewing profile — yuu1ch13

yuu1ch13

HN member
Joined
Thu, Jan 01, 2026, 3:51 PM UTC
HN karma
17
Public activity
29 items

About yuu1ch13

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47387296

    Appreciate it! Calyx has more than just the looks though. Tab groups, session persistence, command palette, git sidebar. Might be worth a try. https://github.com/yuuichieguchi/Caly…

  3. comment
    Comment #47387274

    The README has the full feature list. The tagline is just a one-liner. https://github.com/yuuichieguchi/Calyx

  4. comment
    Comment #47387261

    I've updated the glass styling since then. Would appreciate it if you could take another look. https://github.com/yuuichieguchi/Calyx

  5. comment
    Comment #47387246

    Fair point. I'll review the guidelines more carefully and update the styling. Thanks for pushing on this.

  6. comment
    Comment #47352192

    Good question! The OS handles Liquid Glass automatically for standard UI elements (title bars, sidebars, toolbars). I use .glassEffect() on those parts. But the terminal content ar…

  7. comment
    Comment #47352038

    Hi, thanks for the feedback! To clarify, I do use the built-in .glassEffect() modifier on SwiftUI components (sidebar, tab bar, command palette, browser toolbar). The terminal surf…

  8. comment
    Comment #47351035

    Hi, thank you for asking. Honestly, I didn't know about tmux when I started this project. I was only familiar with Ghostty and cmux, and I really wanted a translucent terminal with…

  9. comment
    Comment #47350875

    Hi, I've added a screenshot to the README. Thanks for the nudge!

  10. comment
    Comment #47350745

    Hi, thanks for the feedback. I've added a screenshot to the README. Hope you like it.

  11. comment
    Comment #47350277

    Hi everyone, I'm the developer of Calyx. I was a Ghostty user but kept running into the same problem: too many tabs, no way to organize them. Ghostty doesn't have tab groups or a p…

  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. comment
    Comment #47225321

    Thanks! If you try it out, feel free to open issues or share feedback on GitHub.

  20. comment
    Comment #47218382

    Demo (phone notifications + automatic plan review): https://x.com/i/status/2027948042750726256

  21. story
    Show HN: Two tools to make Claude Code more autonomous

    I built two CLI tools to fix friction points with Claude Code: claude-remote-approver – Sends permission prompts (Bash, Write, Edit) as push notifications to your phone via ntfy.sh…

  22. story
    Show HN: Claude-plan-reviewer – Rival AI reviews Claude Code's plans

    Claude Code has a plan mode where it writes implementation plans before coding. I built a tool that intercepts those plans and sends them to a competing AI (Codex CLI or Gemini CLI…

  23. comment
    Comment #47180067

    v0.7.2 released: Basic Auth for self-hosted ntfy servers

  24. story
    Show HN: Approve Claude Code permission requests from your phone via ntfy

    Claude Code asks for permission before running tools (Bash, Write, Edit, etc.). If you're not at your terminal, it just waits. This tool hooks into Claude Code's PermissionRequest …

  25. story
    Show HN: Constela – JSON DSL for AI-generated UI with compile-time validation

    I built a UI language where you describe UI as JSON, and errors are caught at compile time—not runtime. Why: When AI generates UI, JavaScript is too flexible. You get runtime error…