Viewing profile — yuu1ch13
yuu1ch13
HN member- Joined
- Thu, Jan 01, 2026, 3:51 PM UTC
- HN karma
- 17
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About yuu1ch13
No profile information was provided.
Recent public activity
- story
-
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…
-
comment
Comment #47387274
The README has the full feature list. The tagline is just a one-liner. https://github.com/yuuichieguchi/Calyx
-
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
-
comment
Comment #47387246
Fair point. I'll review the guidelines more carefully and update the styling. Thanks for pushing on this.
-
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…
-
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…
-
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…
-
comment
Comment #47350875
Hi, I've added a screenshot to the README. Thanks for the nudge!
-
comment
Comment #47350745
Hi, thanks for the feedback. I've added a screenshot to the README. Hope you like it.
-
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…
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #47225321
Thanks! If you try it out, feel free to open issues or share feedback on GitHub.
-
comment
Comment #47218382
Demo (phone notifications + automatic plan review): https://x.com/i/status/2027948042750726256
-
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…
-
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…
-
comment
Comment #47180067
v0.7.2 released: Basic Auth for self-hosted ntfy servers
-
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 …
-
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…