frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Adults Are Going to Sleep-Away Camp to Make Friends. It Seems to Work

https://www.wsj.com/style/adult-sleepaway-camp-social-getaway-98e47886
1•impish9208•53s ago•1 comments

Opencode Tool Review (is this the Open-Source answer to Claude Code?)

https://elite-ai-assisted-coding.dev/p/opencode-tool-review
1•intellectronica•1m ago•0 comments

Alchemy 2: Electric Boogaloo

https://fluxus.io/article/alchemy-2-electric-boogaloo
2•dreamfactored•5m ago•0 comments

Behind Wall Street's Abrupt Flip on Crypto

https://www.nytimes.com/2025/08/13/business/wall-street-banks-crypto-stablecoins.html
1•ryan_j_naughton•7m ago•0 comments

How to Rig Elections [video]

https://media.ccc.de/v/why2025-218-how-to-rig-elections
2•todsacerdoti•7m ago•0 comments

PDF Annotations

https://eclecticlight.co/2025/08/14/inside-pdf-annotations/
1•ingve•9m ago•0 comments

Show HN: Offline Trello Alternative and More

https://constito.com/
1•jk_notes•9m ago•0 comments

Normal Computing Announce Tape-Out of First Thermodynamic Computing Chip

https://www.normalcomputing.com/blog/normal-computing-announces-tape-out-of-worlds-first-thermodynamic-computing-chip
1•EvgeniyZh•10m ago•0 comments

Show HN: Simple VSCode ext to edit Postgres fixtures

https://marketplace.visualstudio.com/items?itemName=labarilem.pgfixtureseditor
1•labarilem•10m ago•0 comments

Sam Altman stood up to Elon Musk after years of X trolling

https://arstechnica.com/tech-policy/2025/08/a-brief-history-of-elon-musk-and-sam-altmans-ai-feud/
1•close04•11m ago•0 comments

Instagram account disabled for "impersonation", any advice?

1•xyzzy9563•14m ago•0 comments

New Protein Therapy Shows Promise as Antidote for Carbon Monoxide Poisoning

https://www.medschool.umaryland.edu/news/2025/new-protein-therapy-shows-promise-as-first-ever-antidote-for-carbon-monoxide-poisoning.html
2•breve•15m ago•0 comments

Show HN: Taught myself React Native in 3 months to build this networking app

https://apps.apple.com/eg/app/contacts-manager-koligo/id6748540215
1•Meyr•16m ago•0 comments

I made an empty template project for Node.js and Express

https://github.com/OneMillionthUsername/RenameToYourProject
1•Vektorceraptor•16m ago•0 comments

LarAgent v0.5: Powerful and API-Ready AI Agents for Laravel

https://blog.laragent.ai/laragent-v0-5-powerful-and-api-ready-ai-agents-for-laravel/
1•maestroerror•19m ago•0 comments

Why Use Mill?

https://mill-build.org/mill/comparisons/why-mill.html
1•lihaoyi•23m ago•0 comments

Designing for humans: Why most enterprise adoptions of AI fail

https://markgreville.ie/2025/08/11/designing-for-humans-why-most-enterprise-adoptions-of-ai-fail/
1•gHeadphone•23m ago•0 comments

AI is reordering the US power grid

https://www.nytimes.com/2025/08/14/business/energy-environment/ai-data-centers-electricity-costs.html
2•ajd555•24m ago•0 comments

How Investigators Tracked Down the D.C. Plane Crash Video Leaker

https://theintercept.com/2025/08/13/dc-plane-crash-washington-cnn-leak/
3•Qem•24m ago•2 comments

Document.write

https://vladimirslepnev.me/write
1•cousin_it•27m ago•0 comments

You Can't Trust a Chatbot to Talk About Itself

https://arstechnica.com/ai/2025/08/why-its-a-mistake-to-ask-chatbots-about-their-mistakes/
1•BerislavLopac•27m ago•0 comments

Behind the Scenes: Creating OCI Service Platform – The Unified API Conductor

https://blogs.oracle.com/cloud-infrastructure/post/behind-the-scenes-creating-oci-service-platform
1•mooreds•28m ago•0 comments

Show HN: E-commerce data from 100k stores that is refreshed daily

https://www.searchagora.com/data-connector
3•astronautmonkey•29m ago•2 comments

Government at Play: On the Field with NYC's Municipal Softball League

https://www.thecity.nyc/2025/07/31/government-softball-league-city-team/
1•PaulHoule•29m ago•0 comments

Why Metropolis–Hastings Works

https://gregorygundersen.com/blog/2019/11/02/metropolis-hastings/#bishop2006pattern
1•fanf2•30m ago•0 comments

Building Developer-First Identity Solutions with Brian Pontarelli [audio]

https://packetpushers.net/podcasts/the-cloud-gambit/tcg055-building-developer-first-identity-solutions-with-brian-pontarelli/
1•mooreds•31m ago•0 comments

Best Logging Libraries for Golang

https://launchdarkly.com/blog/the-5-best-logging-libraries-for-golang/
1•mooreds•32m ago•0 comments

The diversity of OpenStreetMap tools and how they help create a commons

https://tzovar.as/tool-diversity/
2•gedankenstuecke•34m ago•0 comments

Show HN: Wrote a small tool that turns PDFs and docs into fine-tuning datasets

https://github.com/Datalore-ai/datalore-localgen-cli
1•FineTuner42•37m ago•1 comments

Genomics pioneer George Church retracts anti-aging gene therapy paper

https://retractionwatch.com/2025/08/13/george-church-bioviva-rutgers-pnas-retraction/
2•bookofjoe•39m ago•0 comments
Open in hackernews

Show HN: Docker container for Claude Code with complete host isolation

https://github.com/nezhar/claude-container
2•nezhar•15h ago
I created a Docker container that packages Claude Code in a completely isolated environment. This solves the problem of wanting to try AI development tools without installing them directly on your system.

Credentials are persisted via bind mounts, with clean workspace access and easy removal when done experimenting. Perfect for developers who are curious about AI coding assistance but cautious about system-wide installations.

The container maintains all the functionality of Claude Code while keeping your host system pristine. Just docker run, authenticate once, and start coding with AI help. Remove the container later and there are no traces left behind.

The README on GitHub has examples for easy integration into existing projects. I welcome suggestions and feedback!

Comments

roscas•15h ago
Suggestion, to use --network=host so you can control to where it connects.

But if it is "a completely isolated environment" why does it need to login and get a token? It defeats isolation.

This should work like any other model, like we do with Ollama, download a model and it runs strict local with no network connections or tokens.

nezhar•14h ago
You still need to connect to Anthropic and obtain an authorization token.

The isolation here refers to the workspace. Since you run the CLI in a container, the process can only access what you have mapped inside. This is helpful if you want to avoid issues like this: https://hackaday.com/2025/07/23/vibe-coding-goes-wrong-as-ai...

roscas•14h ago
Ok. Thanks for the clarification. Still a good project, and many people like to use online services.

I prefer local models. All I use and used on the local model could be on an online, no secrets here. The speed is more than acceptable for a low end cpu+gpu.

I stil use Perplexity sometimes for more complex questions.

rreinold927•6h ago
This would be ideal if claude code supported local models, but is not the case right now
rreinold927•6h ago
This is a great way for security conscious developers to start using Claude