Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 1 hour 25 sec ago

Show HN: Curtab – Each command in its own interactive terminal tab

Mon, 06/01/2026 - 6:13am

I built this because I was tired of the two usual ways of running a frontend + API (+ whatever else) in dev. Tools like concurrently work, but there's no interaction with the individual processes which was my pain point. The alternative — opening three terminal windows by hand and alt-tabbing between them — gets old fast.

curtab runs each command in its own tab. The key part is that each tab is a real PTY, so processes stay fully interactive — colored output, prompts and keyboard input all work.

Comments URL: https://news.ycombinator.com/item?id=48354829

Points: 1

# Comments: 0

Categories: Hacker News

Am I too pessimistic about Python's future?

Mon, 06/01/2026 - 6:01am

Python was my main language for more than a decade. My unpopular opinion is that things started to go wrong with asyncio. It feels like a band-aid solution that required a whole new ecosystem to grow around it.

Typing was a good idea, but I feel like it was never fully completed. So we ended up with optional typing, which definitely helps with reading code, but that’s about it. I see many features being implemented to speed up execution, along with attempts — some successful — to overcome the GIL, but all of them look like really complex hacks to me.

Probably because of the PTSD from the Python 3 rollout, there will be no Python 4 that truly addresses the language’s problems.

Over the last few years, I’ve switched to Golang and TypeScript. I miss Python’s elegance, as well as quite a few libraries built for it, but I don’t like the direction the language is heading in. Am I being too pessimistic?

Comments URL: https://news.ycombinator.com/item?id=48354760

Points: 1

# Comments: 0

Categories: Hacker News

Code Review Assumes an Author

Mon, 06/01/2026 - 6:01am
Categories: Hacker News

Show HN: Mochi – a performance-first SveltKit alternative

Mon, 06/01/2026 - 5:59am

Today I'm launching Mochi - a performance-focused alternative to SvelteKit. Mochi is built on an islands architecture and allows you to keep most components as performant server-side rendered code and hydrate just the components you need. This means smaller JavaScript bundles and faster performance for your users.

Try it out with bun create mochi@latest or go to https://mochi.fast to check out the docs.

Comments URL: https://news.ycombinator.com/item?id=48354743

Points: 1

# Comments: 0

Categories: Hacker News

Are API keys too much friction for AI tools in teams?

Mon, 06/01/2026 - 5:50am

Article URL: https://intrascope.app/

Comments URL: https://news.ycombinator.com/item?id=48354682

Points: 1

# Comments: 0

Categories: Hacker News

Nordstjernen Web Browser

Mon, 06/01/2026 - 5:45am

Article URL: https://nordstjernen.org/

Comments URL: https://news.ycombinator.com/item?id=48354657

Points: 4

# Comments: 1

Categories: Hacker News

Memo: Memory as a Model

Mon, 06/01/2026 - 5:38am

Article URL: https://arxiv.org/abs/2605.15156

Comments URL: https://news.ycombinator.com/item?id=48354598

Points: 1

# Comments: 0

Categories: Hacker News

Slowing Down

Mon, 06/01/2026 - 5:37am
Categories: Hacker News

Pages