frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Universe Within 12.5 Light Years

http://www.atlasoftheuniverse.com/12lys.html
2•algorithmista•5m ago•0 comments

Federal Trade Commission Files to Accede to Vacatur of Non-Compete Clause Rule

https://www.ftc.gov/news-events/news/press-releases/2025/09/federal-trade-commission-files-accede...
1•moonka•6m ago•1 comments

Coordinated Thermal and Electrical Balancing for Lithium-Ion Cells

https://www.mdpi.com/1996-1073/18/16/4231
1•PaulHoule•6m ago•0 comments

Logic Theorist

https://en.wikipedia.org/wiki/Logic_Theorist
2•geox•7m ago•0 comments

What to do about "mirror life"?

https://www.foreignaffairs.com/world/what-do-about-mirror-life
1•hhs•7m ago•0 comments

Blockbench: A low-poly 3D model editor

https://www.blockbench.net/
1•marcodiego•8m ago•0 comments

Show HN: Desk clock with rotating Earth showing real-time day/night cycles

https://www.atelierludo.com/
1•lludo•9m ago•0 comments

Hosting SQLite databases on GitHub Pages (2021)

https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/
1•whatisabcdefgh•9m ago•0 comments

Quantum Mechanics, Concise Book

https://github.com/basketballguy999/Quantum-Mechanics-Concise-Book
2•pykello•17m ago•0 comments

Money for Nothing, Chips for Free

https://phrack.org/issues/72/14_md#article
1•rmason•17m ago•0 comments

Tesla offers mammoth $1T pay package to Musk, sets lofty targets

https://www.reuters.com/business/autos-transportation/tesla-offers-mammoth-1-trillion-pay-package...
4•andsoitis•25m ago•2 comments

Tool that tracks all new website launches

https://websitelaunches.com
3•antiochIst•26m ago•1 comments

NeuroWaste Crane Depot

https://neurowaste.net/
2•2OEH8eoCRo0•28m ago•0 comments

Deluxe Paint on the Commodore Amiga

https://stonetools.ghost.io/deluxepaint-amiga/
3•doener•29m ago•0 comments

Kenvue stock falls 10% on report RFK Jr to tie autism to pregnancy Tylenol use

https://www.cnbc.com/2025/09/05/rfk-tylenol-autism-kenvue-stock-for-url.html
5•randycupertino•29m ago•0 comments

Why Doesn't Google Maps Work in South Korea

https://www.cnn.com/2025/09/05/travel/south-korea-google-maps-intl-hnk-dst
1•cpeterso•31m ago•0 comments

Covid wave washes over California. Some officials urge residents to mask up

https://www.latimes.com/california/story/2025-09-03/as-covid-wave-washes-over-california-some-hea...
2•bookofjoe•35m ago•1 comments

Show HN: I built a free AI tool that makes a pdf fillable

https://instafill.ai/tools/create-fillable-pdf
1•alexander-g•35m ago•0 comments

Marriage, Motherhood, and Women's Well-Being

https://ifstudies.org/report-brief/in-pursuit-marriage-motherhood-and-womens-well-being
2•mgh2•36m ago•1 comments

Campfire Is Now Free and Open Source

https://twitter.com/dhh/status/1963675999012552970
2•chilipepperhott•36m ago•1 comments

Reflections on Random Kitchen Sinks

https://archives.argmin.net/2017/12/05/kitchen-sinks/
1•ntonozzi•36m ago•0 comments

Stripe's Tempo and the Ghost of Facebook's Libra's Past

https://www.forbes.com/sites/christiancatalini/2025/09/05/stripes-tempo-and-the-ghost-of-facebook...
1•krrishd•37m ago•0 comments

Retrieval Embedding Benchmark (RTEB)

https://huggingface.co/spaces/embedding-benchmark/RTEB
1•fzliu•37m ago•0 comments

Where's the Shovelware? Why AI Coding Claims Don't Add Up

https://substack.com/inbox/post/172538377
2•BerislavLopac•40m ago•0 comments

The Babysitter Problem

https://chrisbeckman.dev/posts/the-babysitter-problem
1•kiyanwang•42m ago•0 comments

Should we revisit Extreme Programming in the age of AI?

https://www.hyperact.co.uk/blog/should-we-revisit-xp-in-the-age-of-ai
2•imjacobclark•47m ago•0 comments

EU slaps Google with €2.95B fine despite Trump trade threat

https://www.politico.eu/article/eu-slaps-google-with-2-95b-fine-for-adtech-abuse/
5•saubeidl•47m ago•1 comments

Learning the soroban rapid mental calculation as an adult

https://github.com/whacked/cow/blob/main/learning%20the%20soroban%20as%20an%20adult.md
2•vitalnodo•48m ago•0 comments

EEA/UK/CH users can now use photorealistic images in Google Flow

1•oliverulerich•49m ago•2 comments

New Management Newsletter: We are all, barely managing

https://barelymanaging.substack.com/p/we-are-all-barely-managing
1•ronsoak•50m ago•0 comments
Open in hackernews

Show HN: ClodPod – Run Claude Code safely in a macOS VM

https://github.com/webcoyote/clodpod
1•netcoyote•2h ago
Hi HN! I built and open-sourced (Apache 2.0) ClodPod to run Claude Code in a macOS virtual machine with `--dangerously-skip-permissions` to avoid constant permission prompts without risking my entire computer to rogue AI agents.

ClodPod maps any number of your project directories into the virtual machine so Claude Code can work on your code while remaining isolated from your host computer.

ClodPod virtual machines include Xcode and common development tools, and it's easy to extend to add your own development tools and configuration files.

# Raison d'être

This project exists because I was foolishly trying to find a way to insulate my computer from destruction by rogue AI agents when running Claude Code with `--dangerously-skip-permissions` (to avoid frequent "do you want to proceed?" dialogs), when perhaps I should have simply learned to accept their infrequent rages.

I experimented with running Claude Code inside docker and podman containers (i.e. in Linux), but as my ultimate goal is to build apps using Xcode, I wanted to stick with OSX.

I considered using xtool (open source Xcode-on-Linux), but instead went down a different rabbit hole and tried providing the containers with limited access from the guest OS to my host computer using GNU Rush (Remote User SHell). This "worked" but was limiting.

I tried limiting Claude Code's filesystem access using exec-sandbox, and it works in a "proof-of-concept" sort of way, but the attack surface area was too large.

Eventually I settled on running the whole thing inside a virtual machine, which is probably where I should have started.

# Key features

- Builds a virtual machine and launches Claude Code with access to your projects

- Enables mapping multiple projects in the same virtual machine simultaneously

- Open multiple Claude Code sessions and shell prompts, or use the GUI

- Headless mode for CI/CD workflows with `--no-graphics`

- Includes Xcode and common development tools; you can add your own tools too

- Fast rebuild and relaunch using a two-layer caching system

- Open source: Apache 2.0 License