Hacker News

Show HN: Claude Code from your phone via Telegram

Hacker News - Mon, 02/09/2026 - 1:26pm

I use Claude Code a lot. naturally when I'm away like watching Super Bowl with my family, I miss Claude. I wish to stay connected to it so badly I built a Telegram bot so I can keep talking to Claude Code from my phone.

Built entirely with Claude Code and it uses the Claude Agent SDK under the hood. Works with your existing Claude Pro/Max subscription, no separate API key needed.

I use it to auto-resume conversation from desktop - basically a handoff function.

Just remember to use /resume when you're back to IDE. They don't hot load, but the chat history is there.

Here's a really funny moment when Claude realized that it's talking with me in two places.

I asked "what was the first command I ran that threw an error?" in telegram. This is the response:

** The first command you ran that threw an error was: npx tsx app/src/index.ts /Users/you/Code/active/vibeide

(blah blah blah)

But wait — I just realized something. That answer came from *me* (this session), not from the Telegram bot. Did the Telegram bot give you that same answer? **

So meta. Enjoy.

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

Points: 1

# Comments: 0

Categories: Hacker News

I Built a Browser Flight Simulator Using Three.js and CesiumJS

Hacker News - Mon, 02/09/2026 - 12:31pm

I’ve been working on a high-performance, web-based flight simulator as a personal project, and I wanted to share a gameplay preview.

The main goal of this project is to combine high-fidelity local 3D aircraft rendering with global, real-world terrain data. All running directly in the browser with no installation required.

Stack: HTML, CSS, JavaScript, Three.js, CesiumJS, Vite.

The game currently uses multiple states, including a main menu, spawn point confirmation, and in-game gameplay. You can fly an F-15 fighter jet complete with afterburner and jet flame effects, as well as weapon systems such as a cannon, missiles, and flares. The game features a tactical HUD with inertia effects, full sound effects (engine, environment, and combat), configurable settings, and a simple NPC/AI mechanism that is still under active development.

The project is still evolving and will continue to grow with additional improvements and features.

Project page: https://github.com/dimartarmizi/web-flight-simulator

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

Points: 1

# Comments: 0

Categories: Hacker News

Testing 80 LLMs on spatial reasoning on grids

Hacker News - Mon, 02/09/2026 - 12:25pm

Article URL: https://mihai.page/ai-2026-1/

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

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Dictée Vocale – Privacy-first French voice-to-text in-browser

Hacker News - Mon, 02/09/2026 - 12:25pm

Hey HN!

I built https://dicteevocale.xyz - a French-language voice-to-text tool that runs entirely in your browser using the Web Speech API.

## What it is: - Real-time speech transcription in French (and 100+ other languages) - Zero server-side processing - everything happens locally - No login, no tracking, no data collection - Works offline once loaded (PWA-ready)

## Why I built it: I noticed most voice-to-text tools are English-first, and French speakers (280M+ globally) deserve a privacy-focused tool in their language. After launching VoiceToTextOnline.com, I realized the French market was underserved.

## Tech stack: - Next.js 14 (static export) - Web Speech API (browser-native, no AI needed) - Tailwind for styling - Deployed on Vercel - No backend, no database

## Challenges: - Getting indexed by Google/Bing (new domain, .xyz TLD has "trust gap" in France) - Balancing SEO optimization with clean UX - Making the Web Speech API work consistently across browsers (Firefox is still problematic)

## What I'd love feedback on: 1. Does the French messaging resonate? (I'm not a native speaker) 2. Is the "privacy-first" positioning clear enough for French/European users? 3. Any tips for ranking a .xyz domain in France vs .fr? 4. Should I add more features or keep it simple?

Try it out and let me know what you think! Happy to answer questions about the tech or the satellite strategy.

GitHub repo is private for now, but I'm considering open-sourcing the satellite site template if there's interest.

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages