Feed aggregator

Check Out the Bubbles

Hacker News - Fri, 07/24/2026 - 11:05pm
Categories: Hacker News

Fighting Cancer (2016)

Hacker News - Fri, 07/24/2026 - 11:02pm

Article URL: http://hintjens.com/blog:123

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: WhipDesk – Control your full dev machine from your phone

Hacker News - Fri, 07/24/2026 - 10:49pm

Hi HN, I built WhipDesk, an open-source, mobile-friendly remote desktop tool for controlling your full development machine and managing AI coding agents from your phone’s browser.

It gives you access to the entire desktop while also adding workflows for monitoring and managing tools such as Claude Code, Codex, GitHub Copilot, and others

The two questions I hear most are: How is it secured, and how is it different from existing tools?

Security Following the modern approach taken by open-source remote access tools such as RustDesk, WhipDesk is fully open source, so its client, agent, protocol, and security model can be inspected rather than trusted as a black box.

Local connections can run entirely within your network without an account. Remote connections use end-to-end encrypted WebRTC. Most connections are peer-to-peer; when a TURN relay is required, it only forwards encrypted traffic. Each connection also requires the machine’s access PIN as an additional security layer. More details are available in the GitHub README.

Why not Claude Code, Codex, or other agent remote-control tools? Those tools are useful for interacting with the agent session, but sometimes I need access to the rest of the machine: the IDE, browser preview, emulator, logs, desktop applications, or the UI the agent just changed.

WhipDesk gives you access to the full development environment directly from your mobile browser, regardless of which coding agent is running. That is why I built it: I did not want to be limited to a single agent interface.

Why not TeamViewer, RDP, or RustDesk? Traditional remote desktop tools work, but they are usually designed for controlling one large desktop from another computer. On a phone, text can become difficult to read, and they do not include workflows specifically designed for monitoring and managing coding agents.

WhipDesk is designed specifically for mobile browsers. It can stream only the selected mobile viewport, keeping text crystal clear when zoomed in and allowing it to work well on lower-bandwidth connections.

I built it because I often need to step away from my desk while agents are still working. I use it to answer prompts, inspect UI changes, review progress, and course-correct from my phone.

Source and installation: https://github.com/BinaryBananaLLC/WhipDesk

npm install -g whipdesk I’d especially appreciate feedback on your first impression. Building a tool that requires this level of user trust has been challenging, and I would love to improve it based on honest feedback.

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

Points: 1

# Comments: 0

Categories: Hacker News

Death to Caps Lock (2006)

Hacker News - Fri, 07/24/2026 - 10:45pm
Categories: Hacker News

EP 175: Bayrob

Hacker News - Fri, 07/24/2026 - 10:28pm
Categories: Hacker News

Turn and Face the Strange

Hacker News - Fri, 07/24/2026 - 10:14pm
Categories: Hacker News

Show HN: AI Meter – Local token usage with energy and water estimates

Hacker News - Fri, 07/24/2026 - 10:11pm

[Problem] I wanted to track how many tokens I am burning and it's estimated energy and water impact.

[WHAT THIS IS] A local token usage tracker that works across different coding harnesses and estimates energy and water impact

[MY EXPERIENCE] Tracking this really put things into perspective. My personal usage is close to 1 MWh in the past three months which I had no idea about. This does not include my AI usage at work which is probably 10x.

[DEMO] If you are interested in tracking these numbers locally, try out: https://ai-meter.app

- It reads historical data if the files are present. Works completely locally (except to check if there is an update for the widget) - No login. No analytics. No tracking.

----

[On estimates]

AI Meter measures tokens from local AI coding-tool logs, then estimates:

Electricity: tokens ÷ 1M × 0.39 kWh, calibrated from Oviedo et al.’s production-scale inference model.

Direct cooling water: electricity ÷ 1.20 PUE × 0.45 L/IT-kWh, using LBNL’s U.S. data-center WUE scenario.

These are adjustable estimates, not provider measurements. They exclude training, hardware manufacturing, electricity-generation water, and local-device energy.

----

Hope you find this interesting! Please feel free to give feedback, would love to make this better!

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

Points: 1

# Comments: 0

Categories: Hacker News

Can AI Run a Food Truck Business?

Hacker News - Fri, 07/24/2026 - 10:10pm

Article URL: https://foodtruckbench.com

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages