frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Lysergic Acid Amide (LSA), an LSD Analog: Effects, Outcomes, and Potential

https://www.mdpi.com/2226-4787/13/4/98
1•PaulHoule•50s ago•0 comments

A Review of Helix after 1.5 Years

https://felix-knorr.net/posts/2025-03-16-helix-review.html
1•colonCapitalDee•1m ago•0 comments

Show HN: I made a (bad?) CSS dialect for Clay (C/C++)

https://gist.github.com/linkdd/03389d8907c0cef7d07f551865b54d8f
1•linkdd•2m ago•0 comments

Substack sent a push alert promoting a Nazi blog

https://www.patreon.com/posts/substack-sent-135263203
2•tastyface•7m ago•0 comments

Geonarrative for the 2025M 7.7 Mandalay, Burma (Myanmar) Earthquake

https://storymaps.arcgis.com/stories/5f3e33e35c5247c9bf5204fa0d6e56e5
1•DamienJR•13m ago•0 comments

Valonia Ventricosa

https://en.wikipedia.org/wiki/Valonia_ventricosa
1•thunderbong•14m ago•0 comments

Vinay Prasad Out as FDA CBER Head

https://www.pharmexec.com/view/vinay-prasad-out-as-fda-cber-head
2•hentrep•16m ago•1 comments

Ask HN: How to ask questions to LLMs privately?

1•quietthrow•18m ago•1 comments

GenosDB (GDB) – Decentralized P2P Graph Database

https://www.npmjs.com/package/gdb-p2p
1•estebanrfp•18m ago•0 comments

14.8 million life-years added by Covid vaccinations

https://medicalxpress.com/news/2025-07-global-analysis-million-life-years.html
2•geox•19m ago•0 comments

Series A startup Equity is worth 4x the preferred price

https://www.amafinance.org/startup_comp/
4•usaar333•25m ago•0 comments

Show HN: I built a satirical Dowry Calculator to highlight a harmful tradition

https://dahejcalc.in
1•airobus•26m ago•2 comments

The Untold Revolution beneath iOS 26? WebGPU is shipping at last

https://brandlens.io/blog/the-untold-revolution-beneath-ios-26-webgpu-is-coming-everywhere-and-it-changes-everything/
10•edgeuser•28m ago•0 comments

The mystery over why human brains have shrunk over time

https://www.bbc.com/future/article/20240517-the-human-brain-has-been-shrinking-and-no-one-quite-knows-why
4•georgecmu•30m ago•1 comments

IRS Chief Says Direct File Is 'Gone,' Other Audit Tech Is Coming

https://news.bloombergtax.com/daily-tax-report/irs-chief-says-direct-file-is-gone-other-audit-tech-is-coming
1•blueelephanttea•33m ago•0 comments

Great Emu War

https://en.wikipedia.org/wiki/Emu_War
1•1sembiyan•36m ago•0 comments

Show HN: An interactive dashboard to explore NYC rentals data

https://www.brandforce.com/domain/LeaseSwap.com/
1•giulioco•40m ago•0 comments

Goodbye Gentle Parenting, Hello 'F–Around and Find Out'

https://www.wsj.com/lifestyle/fafo-gentle-parenting-625da658
2•sheepscreek•42m ago•0 comments

Getting Ridiculous Now

https://anarres.family/@olivvybee/114936476757658910
1•worik•43m ago•0 comments

Show HN: Dwarfreflect – Extract Go function parameter names at runtime

https://github.com/matteo-grella/dwarfreflect
1•matteogrella•44m ago•0 comments

Tsunami warning issued for California coast after Russian earthquake

https://www.latimes.com/california/story/2025-07-29/tsunami-warning-issued-california-coast-massive-russian-earthquake
1•Anon84•45m ago•1 comments

Finland's Short, Precious Summers Are Plagued by Goose Poop

https://www.nytimes.com/2025/07/29/world/europe/helsinki-finland-goose-droppings.html
2•woldemariam•51m ago•0 comments

Ask HN: Should I Leave Software?

2•apatheticonion•53m ago•4 comments

Strong Goldbach in 2nd-order logic under standard semantics, semantically closed

https://medium.com/@justdoitookk/strong-goldbach-conjecture-as-a-semantically-closed-formal-structure-in-second-order-logic-under-1285aab6c935
1•justdoitookk•1h ago•0 comments

Show HN: Building a Production Finance Model for Open Source

https://prizeforge.com
2•positron26•1h ago•0 comments

Proximity to an urban center has benefits for critically endangered monkeys

https://www.smithsonianmag.com/science-nature/majestic-monkey-become-beloved-neighbor-millions-vietnam-180986808/
2•noleary•1h ago•0 comments

Java and Kotlin deserves better build tools

https://twitter.com/SunnyKentz/status/1950354826820284759
2•sunnykentz•1h ago•0 comments

The only product that can be compared to ElevenLabs is AIVocal

https://aivocal.io/ai-voice
1•caohongyuan•1h ago•0 comments

Tangent Notes, Markdown editor, similar to Obsidian, with syntax highlighting

https://www.tangentnotes.com/
1•profsummergig•1h ago•0 comments

Cannabis use disorder linked to increase in oral cancer risk over five years

https://www.sciencedirect.com/science/article/pii/S2211335525002244
2•NewJazz•1h 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
9•linktothenew•12h ago

Comments

linktothenew•11h 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

linktothenew•11h ago
Side-note, we changed our title too many times, and body got deleted.. facepalm
YoungGato•10h 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•8h ago
If there is either an API key or you support Oauth, you definitely can!
mifydev•8h ago
Looks great! How does it match intent to the set of tools, do you have a library of them?
linktothenew•8h 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•8h ago
Got it! In the future I think you can actually cache and reuse this code, and some flows will run automagically!
linktothenew•8h 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".