frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We trust strangers' open source more than our colleagues'

https://00f.net/2025/09/01/opensource-by-internal-contributors/
1•jedisct1•1m ago•0 comments

Biggest iceberg, A23a, has broken up

https://www.cnn.com/2025/09/03/climate/worlds-biggest-iceberg-a23a-broken-scli-intl
1•andsoitis•5m ago•0 comments

Vaire demos energy recovery with Reversible Computing test chip

https://www.eetimes.com/vaire-demos-energy-recovery-with-reversible-computing-test-chip/
1•dylancollins•6m ago•0 comments

I have two Amazon Echos that I never use, but they burn gbs a day of bandwidth

https://twitter.com/davepl1968/status/1963803025572770212
9•tosh•10m ago•0 comments

One of the last, best hopes for saving the open web and a free press is dead

https://www.bloodinthemachine.com/p/one-of-the-last-best-hopes-for-saving
2•pajamasam•15m ago•0 comments

How to turn boring text into visual explainer video?

https://pdftovideo.ai/
1•CiciSee•16m ago•0 comments

Show HN: Chrome Bookmark MCP

https://github.com/nakamura-shuta/mcp-bookmark
1•nakamura_shuta•19m ago•1 comments

Why Sync

https://adamwiggins.com/posts/why-sync/
1•adamwiggins•21m ago•0 comments

Ultrasound 'helmet' could treat Parkinson's non-invasively

https://www.theguardian.com/science/2025/sep/05/ultrasound-helmet-could-offer-non-invasive-treatm...
3•andsoitis•22m ago•0 comments

Proposal for MCPs on Demand

https://www.doqment.dev/
2•reyneill•23m ago•1 comments

Show HN: ProcASM v1.1

https://procasm.temware.site/
2•Temdog007•24m ago•0 comments

I started something again, maybe it's not too late to start

https://starterslab.co
1•kabcoder•24m ago•0 comments

Tesla Master Plan Part 4

https://twitter.com/Tesla/status/1962591324022153607
3•cycomanic•25m ago•2 comments

Revisiting turtle robots and using them as pocket plotters

https://niklasroy.com/robotfactory/
1•r0r0•25m ago•0 comments

Sideproject: Nationvalues.com

https://nationvalues.com/
1•chillinilly•25m ago•0 comments

Sphinx Translation Tutorial: Localize Your Docs Like a Pro

https://documatt.com/blog/25/sphinx-translation-tutorial/
1•mattdocumatt•30m ago•0 comments

Chaos Is the Operating System

https://paid.ai/blog/craft/chaos-is-the-operating-system
2•arnon•30m ago•0 comments

Show HN: Spectral Indexing for Vector Search

https://www.tuned.org.uk/arrowspace-paper
2•tuned•30m ago•0 comments

Aglet: A game about tying knots

https://galactical.itch.io/aglet
2•Fraterkes•33m ago•0 comments

The startups building 'dark kitchens' for Uber Eats and Deliveroo

https://www.ft.com/content/a66619b0-77e4-11e9-be7d-6d846537acab
1•Fiveplus•35m ago•0 comments

What are the main control challenges for humanoid robots?

https://aiandrobots.substack.com/p/what-are-the-main-control-challenges
1•lorepieri•35m ago•0 comments

Known knowns and known unknowns in antidepressant research

https://jacoldsm.substack.com/p/known-knowns-and-known-unknowns-in
1•nsoonhui•35m ago•0 comments

How good is pi0, the robotic foundational model?

https://substack.com/home/post/p-172344067
1•lorepieri•35m ago•0 comments

SAP splashes €20B on Euro sovereign cloud push

https://www.theregister.com/2025/09/04/sap_sovereign_cloud/
4•jamesblonde•37m ago•0 comments

Ionscale: A lightweight implementation of a Tailscale control server

https://github.com/jsiebens/ionscale
2•elashri•37m ago•0 comments

Mid-1980's textfiles and the world as it was then

http://textfiles.com/
1•wbnns•37m ago•1 comments

Welcome EmbeddingGemma, Google's new efficient embedding model

https://huggingface.co/blog/embeddinggemma
1•mdp2021•38m ago•0 comments

Gene-Culture Association and Coevolution

https://www.sciencedirect.com/science/article/pii/S0040580925000516
1•XzetaU8•39m ago•0 comments

Rails World 2025 Opening Keynote – David Heinemeier Hansson [video]

https://www.youtube.com/watch?v=gcwzWzC7gUA
2•freetonik•44m ago•0 comments

Who uses calendar apps anymore?

https://apps.apple.com/us/app/calendarco-event-scanner/id6504715509
1•domagor•45m ago•1 comments
Open in hackernews

Fiber Concurrency

https://honeyryderchuck.gitlab.io/httpx/wiki/Fiber-Concurrency
13•amalinovic•2h ago

Comments

fiskfiskfisk•1h ago
I have no idea if this is for a specific language, a framework, a plugin system .. or what. And I'm not able to say anything useful from the page or from the title of the post.

It'd be helpful to at least set the premise for those of us on the outside.

jaggederest•1h ago
It's Ruby, if that's helpful.
protocolture•1h ago
I am kind of awaiting some news about more breakthroughs in DWDM technology and clicked through thinking this might be related. All I could tell immediately was that it was code of some description. I really detest when higher level stuff steals terminology from lower level protocols. I feel like they could have found a better term than fiber.
lock1•1h ago
To be fair, "fiber" is a pretty well known term in the context of concurrency. The post author did not make it up.
brunosutic•1h ago
I'm glad someone is working with Async Ruby.
robertfall•1h ago
It's quite exciting to see how much movement there has been in Async ruby. It's not a silver bullet for traditional Rails-like apps, but it's a whole new frontier for Ruby, and is particularly timely and helpful for LLM integrations.

It's also been done in a way that is transparent and practically colorless (in contrast to async/await), AND is competitive performance wise with the big dogs.

I expect it to gain in popularity over the coming years.