frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

ECT generates a postictal wave of spreading depolarization in mice and humans

1•bookofjoe•2m ago•0 comments

Show HN: Open-source P2P file transfer

https://github.com/nihaocami/berb
1•goodpanda•4m ago•0 comments

New Adaptive Optics Shows Details of Our Star's Atmosphere

https://nso.edu/press-release/new-adaptive-optics-shows-stunning-details-of-our-stars-atmosphere/
2•sohkamyung•6m ago•0 comments

Internet of Bugs Channel

https://www.youtube.com/channel/UCfJRkBBiPtKZyZn_3PxWaiQ
1•croemer•7m ago•0 comments

How often does my home's IP address change?

https://bruceediger.com/posts/ip-address-change/
1•bediger4000•8m ago•0 comments

The Most Difficult Program to Compute: Ackermann's Function [video]

https://www.youtube.com/watch?v=i7sm9dzFtEI
1•teleforce•19m ago•1 comments

How Often Do LLMs Snitch? Recreating Theo's SnitchBench with LLM

https://simonwillison.net/2025/May/31/snitchbench-with-llm/
1•Philpax•21m ago•0 comments

AI Is Your Rocket Ship to a Freer, More Creative Life

https://novice.media/p/ai-is-your-rocket-ship-to-a-freer
1•kirillzubovsky•23m ago•0 comments

The U.S. Deported This Chinese Scientist, a Decision That Changed World History

https://www.nytimes.com/2025/05/30/opinion/visas-china-rockets-scientist-technology.html
5•pseudolus•30m ago•2 comments

How to Build a Vibrant Technology Industry

https://docs.google.com/document/d/1LlNCY9_4MXhilnbu9MqKhSjHjMGqtDA8zZmSQynVjmY/edit
1•ericjang•33m ago•0 comments

First-ever production electric Honda motorcycle is here

https://electrek.co/2025/05/31/first-production-electric-honda-motorcycle-debuts-in-beijing-and-its-a-cafe-racer/
2•harambae•34m ago•0 comments

HWF on Telegram

https://github.com/NeonGamerBot-QK/telegram-hwf
7•leowilkin•36m ago•2 comments

Ten Minute Physics

https://www.youtube.com/channel/UCTG_vrRdKYfrpqCv_WV4eyA
1•weinzierl•37m ago•0 comments

Kees Cook Account Disabled

https://lore.kernel.org/all/20250531-resolute-glittering-cuckoo-b6cd91@lemur/
6•todsacerdoti•37m ago•2 comments

Tools Built on Tree Sitter

https://www.scannedinavian.com/tools-built-on-tree-sitters-concrete-syntax-trees.html
2•shae•37m ago•0 comments

Programming Loops vs. Recursion [video]

https://www.youtube.com/watch?v=HXNhEYqFo0o
2•teleforce•40m ago•0 comments

Starting a company working on hard problems

https://twitter.com/Suhail/status/1928934817069982084/photo/1
1•jger15•42m ago•0 comments

Before OBD-II, mechanics had to think

https://www.carsandhorsepower.com/featured/obd-ii-is-a-joke-real-mechanics-use-a-vacuum-gauge-and-a-screwdriver
2•Anumbia•44m ago•1 comments

Dutch government passes law to criminalize cyber-espionage

https://therecord.media/netherlands-law-criminalizes-cyber-espionage
1•PaulHoule•46m ago•0 comments

Show HN: push.rocks/smartdata: A TypeScript-First MongoDB ORM

https://typescript.guru/push-rocks-smartdata-a-typescript-first-mongodb-wrapper-for-modern-applications/
1•PhilKunz•46m ago•0 comments

Trees May Be Able to Warn Us When a Volcano Is About to Erupt

https://www.sciencealert.com/trees-may-be-able-to-warn-us-when-a-volcano-is-about-to-erupt
1•geox•47m ago•0 comments

Ask HN: Why hasnt generative AI made the internet a wasteland yet? When will it?

2•AbstractH24•48m ago•5 comments

The Uber of the Underworld

https://www.economist.com/international/2025/05/29/the-uber-of-the-underworld
1•DyslexicAtheist•49m ago•0 comments

Show HN: Ethereum/EVM Event Pipeline

https://github.com/lbkolev/eventify
1•voicesz_•56m ago•0 comments

Kernel Mailing List flagging of contributor as potentially malicious

https://lore.kernel.org/all/CAHk-=wj4a_CvL6-=8gobwScstu-gJpX4XbX__hvcE=e9zaQ_9A@mail.gmail.com/
7•cbondurant•56m ago•5 comments

Rsync's defaults are not always enough

https://rachelbythebay.com/w/2025/05/31/sync/
4•ingve•59m ago•0 comments

The 2.7% Rule for Retirement Spending [video]

https://www.youtube.com/watch?v=1FwgCRIS0Wg
1•simonebrunozzi•59m ago•1 comments

No build front end is so much more fun

https://simonwillison.net/2025/May/31/no-build/
4•xnx•1h ago•1 comments

Emergence of emotional response from sensory experience in humans and mice

https://www.science.org/stoken/author-tokens/ST-2646/full
3•erichamc•1h ago•2 comments

RAG is dead, long live agentic retrieval

https://www.llamaindex.ai/blog/rag-is-dead-long-live-agentic-retrieval
2•gemanor•1h ago•0 comments
Open in hackernews

Show HN: Leap – Full-stack AI developer agent that deploys to AWS

https://leap.new
18•machekb•1d ago
We just launched Leap, an AI developer agent that helps you build and deploy apps with real backends to your own AWS or GCP cloud.

We built it because every AI app builder we tried fell short. They were fine for prototypes, but not for real systems. No support for proper backend infra, no isolated test environments, and sometimes shockingly no way to own your code.

We build Leap to be more appropriate for developers:

- Connect GitHub to put your code in a repo you control - Work with code generation using pull request–style revisions with diffs - Get Architecture diagrams and API docs for your app as you build - Develop using an isolated preview environment - Deploy either via open source tooling or the integration with Encore Cloud for automated deploys to AWS/GCP

Leap uses Claude 4 Sonnet and runs on our open-source framework Encore.ts[1], which provides declarative infrastructure (like a cloud-agnostic CDK-layer). We found the framework to be a good fit for LLM code generation as both application logic and infra is defined in the same context, and the declarative nature makes it less error prone.

Right now we think Leap is best for starting new projects or building new isolated services in existing larger systems.

The biggest challenge right now is dealing with larger codebases as models struggle to cope with large contexts. And while we're doing a few things to optimize this, we intentionally made it so that you can switch to your IDE any time and keep working there. To run your app locally you only need the open Encore CLI installed, which also can be used to build the app as a docker container.

We're just getting started and would love your feedback if you try it. And also it would be helpful to understand what would make this useful for you?

- You can try it here: https://leap.new - Here's the launch blog post and video: https://leap.new/launched

[1]https://github.com/encoredev/encore

Comments

esafak•17h ago
Your launch post link above, but this one does not: https://leap.new/launch

Is the idea to expose Encore through MCP?