frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

AMD-Powered El Capitan Supercomputer Rips 17.41 PetaFLOPS to Stay #1 Globally

https://hothardware.com/news/el-capitan-supercomputer-powered-by-amd-rips-1741-petaflops
1•rbanffy•2m ago•0 comments

AI VideoGen Open Beta Access

https://www.gmicloud.ai/blog/videogen-open-beta
1•CKMo•4m ago•0 comments

Supabase Playground

https://supabase-js-playground.vercel.app/
1•rmason•6m ago•1 comments

Trmnl X

https://www.youtube.com/watch?v=D0wQ8gCxCvw
1•zbhoy•7m ago•0 comments

How to build 2D game-style physics with Matter.js and React Native Skia

https://expo.dev/blog/build-2d-game-style-physics-with-matter-js-and-react-native-skia
1•wirelesspotat•7m ago•0 comments

Hardware-Backed Telemetry for Detecting Out-of-Context Execution [pdf]

https://info.preludesecurity.com/hubfs/Content/Closing%20the%20Execution%20Gap.pdf
2•sthomps•9m ago•0 comments

Flipping Bits in the World

https://opuslabs.substack.com/p/how-to-flip-bits-in-the-world
1•opuslabs•10m ago•0 comments

Online Software for an Interstellar Civilization

https://www.gatlin.io/content/online-software-for-an-interstellar-civilization
1•aegatlin•10m ago•0 comments

Introducing TRMNL X

https://usetrmnl.com#
4•petepete•14m ago•0 comments

Voice actors push back as AI threatens dubbing industry

https://www.reuters.com/business/media-telecom/voice-actors-push-back-ai-threatens-dubbing-industry-2025-07-30/
1•petethomas•15m ago•0 comments

SWE-Bench for Taxes

https://github.com/column-tax/tax-calc-bench
2•michaelrbock•16m ago•0 comments

Legend of Michael Jordan

https://projects.theplayerstribune.com/legend-of-michael-jordan/p/1
1•tsaifu•20m ago•0 comments

Kernel Browser Infrastructure

https://www.onkernel.com/
1•handfuloflight•20m ago•0 comments

Censorship Whac-A-Mole: Google search exploited to scrub articles on tech exec

https://freedom.press/issues/censorship-whac-a-mole-google-search-exploited-to-scrub-articles-on-san-francisco-tech-exec/
1•RachelF•20m ago•0 comments

World Athletics introduces SRY testing for athletes competing in female category

https://worldathletics.org/news/press-releases/sry-gene-test-athletes-female-category
2•drankl•23m ago•0 comments

Ollama has a native front end chatbot now

https://ollama.com/blog/new-app
3•BUFU•29m ago•0 comments

Antarctica's oldest ice arrives for climate analysis

https://www.bas.ac.uk/media-post/antarcticas-oldest-ice-arrives-for-climate-analysis/
1•gmays•29m ago•0 comments

Early universe's 'little red dots' may be black hole stars

https://www.science.org/content/article/early-universe-s-little-red-dots-may-be-black-hole-stars
4•rbanffy•30m ago•0 comments

Voyage-context-3: focused chunk-level details with global document context

https://blog.voyageai.com/2025/07/23/voyage-context-3/
1•handfuloflight•31m ago•0 comments

CBS investigation of Jeffrey Epstein jail video reveals new discrepancies

https://www.cbsnews.com/news/jeffrey-epstein-jail-video-investigation/
2•belter•32m ago•0 comments

Show HN: Create a Digital Death Certificate for Your Dead Online Habits

https://tombstone-ten.vercel.app
1•SalzDevs•32m ago•0 comments

Vulnerability discovered in Google Gemini CLI, patch required

https://www.techzine.eu/news/security/133402/vulnerability-discovered-in-google-gemini-cli-patch-required/
1•belter•33m ago•0 comments

Vibe code is legacy code

https://blog.val.town/vibe-code
7•simonw•35m ago•2 comments

Kimi 2 Became One of the Best Tool-Using Models

https://www.dbreunig.com/2025/07/30/how-kimi-was-post-trained-for-tool-use.html
2•dbreunig•37m ago•0 comments

Radioactive wasp nest found at site where US once made nuclear bombs

https://abcnews.go.com/US/wireStory/radioactive-wasp-nest-found-site-us-made-nuclear-124215311
4•tinchox5•40m ago•0 comments

"Intelligenza Artificiale for Artificial Intelligence Research and Development"

1•AG25•40m ago•0 comments

Qwen3-30B-A3B-Thinking-2507 Face

https://huggingface.co/Qwen/Qwen3-30B-A3B-Thinking-2507
1•tosh•40m ago•0 comments

150 years of Hans Christian Andersen

https://www.newstatesman.com/culture/books/book-of-the-day/2025/07/150-years-of-the-bizarre-hans-christian-andersen
2•wholeness•41m ago•0 comments

Show HN: Docmd – Minimal Markdown documentation generator using Node.js

1•enigmazi•42m ago•2 comments

Choose Boring Technology, Revisited

https://www.brethorsting.com/blog/2025/07/choose-boring-technology,-revisited/
2•aaronbrethorst•44m ago•0 comments
Open in hackernews

Show HN: Give Claude a GitHub Codespace to automate all your apps via MCP

https://github.com/keyboard-dev/keyboard-local
5•linktothenew•17h ago
Hello HN, we're Andrew and Stephen from Keyboard (https://www.keyboard.dev/).

After building AI tools for the past year, we recently made a YouTube video on building MCP servers and realized MCP is a total game-changer. It essentially lets AI do anything by connecting to your apps. But the deeper we dove, the clearer it became that security and privacy were complete afterthoughts. Coming from backgrounds at Okta and Stripe, this made us pretty uncomfortable.

We kept seeing the same pattern: every app needs its own MCP server, each storing sensitive tokens, with minimal security controls. It felt like we were back to the early days of OAuth implementations. Functional, but scary.

How Keyboard fixes this:

- Isolated execution: Your API keys live in your own GitHub Codespace secrets, Bearer OAuth tokens in encrypted files on your machine. Your credentials stay in your trust radius

- Ephemeral environments: Codespaces can be destroyed/recreated, limiting blast radius

- Built-in access controls: GitHub's enterprise-grade security model protects your credentials

- Zero-trust architecture: Only you can access your API keys and execution environment

What makes this different:

- Real code execution: Claude can run JavaScript/Node.js with npm packages and your API credentials

- Reusable workflows: Save complex scripts as "Keyboard Shortcuts" for instant reuse

- Universal integration: One setup connects Linear, Slack, Google Workspace, GitHub, and more

- Auto-environment management: Codespaces created/managed automatically as needed

The GitHub Codespace approach came from experimental work with interactive documentation. We realized Codespaces might be the most secure place to execute these tasks - isolated, ephemeral, with enterprise-grade controls.

We need your help: If this resonates, give us a star on GitHub! We're looking for early users and contributors who want to help make MCP more powerful and more secure.

We'd love your feedback, especially if you've been experimenting with MCP yourself!

If you want to try it here is the quickstart: https://docs.keyboard.dev/getting-started/quickstart

Comments

YoungGato•1d ago
Dope concept! If keyboard could connect our entire app at Potarix we could go completely hands off and it would streamline our flow!
linktothenew•1d ago
If there is either an API key or you support Oauth, you definitely can!
mifydev•1d ago
Looks great! How does it match intent to the set of tools, do you have a library of them?
linktothenew•1d ago
Hey great question! It has a universal tool called plan and run-code, so basically when it gets a task it will determine what API access it has in the GitHub codespace, for example:

Write me a 10 Slides google slides presentation on the current news -> Claude will hit the plan tool -> come up with plan and recognize it has access to a codespace with the googleapis npm installed and it has a scoped Google User Token -> it will then write code to create the slide deck -> You can then approve or deny that code -> if approved the code is executed to create the slide deck -> then you can approve whether to share the result with Claude or not

mifydev•1d ago
Got it! In the future I think you can actually cache and reuse this code, and some flows will run automagically!
linktothenew•1d ago
Hey yeah! We actually support this, so any code you want to execute you can save it as a reusuable code snippet that we call a "keyboard-shortcut".
Ourmada_RCL•6h ago
Good thinking leveraging Codespaces; convenience and safety.