frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Couple Gets Trapped for 10 Hours After EV Charging Station Welds Itself to Car

https://www.theautopian.com/elderly-couple-gets-trapped-for-10-hours-after-an-ev-charging-station...
2•throw7•1m ago•0 comments

AI as both authors and reviewers of research papers

https://openreview.net/forum?id=SF7BjKnqdh
2•lilnhi18•7m ago•0 comments

Tesla investigated over self-driving cars on wrong side of road

https://www.bbc.com/news/articles/cvg02rdxxz7o
1•choult•8m ago•1 comments

Making Slint Desktop-Ready

https://slint.dev/blog/making-slint-desktop-ready
1•Bogdanp•9m ago•0 comments

Show HN: Create a live-stream from a list of video URLs

https://liveplaylist.pages.dev/
1•GamingAtWork•10m ago•4 comments

Show HN: Saoirse, a privacy-first research assistant (Mac Beta)

https://getsaoirse.ai/
2•unclecolm•12m ago•0 comments

How Hackathons Make You a Better Software Engineer [video]

https://www.youtube.com/watch?v=ux184jvdY60
1•toomuchtodo•12m ago•0 comments

Mystery of Prince Rupert's Drop at 130k FPS [video]

https://www.youtube.com/watch?v=xe-f4gokRBs
2•akshatjiwan•15m ago•0 comments

Show HN: An open-source framework for building "Apps in ChatGPT"

https://github.com/DooiLabs/Chat.js
1•zachpark•17m ago•0 comments

Robert Roberson: Death row inmate's execution halted by Texas CCA

https://www.cnn.com/2025/10/09/us/robert-roberson-execution-stay
2•rossant•18m ago•1 comments

The Burrows-Wheeler Transform

https://sandbox.bio/concepts/bwt
2•g0xA52A2A•19m ago•0 comments

Future of Work: How AI Is Reshaping Software Development

https://bignorthmarketing.com/blog/future-of-work-how-ai-is-reshaping-software-development
1•bignorthchris•21m ago•0 comments

Show HN: I Built a Hub for Infosec

https://pentestlist.com
1•MrTurvey•21m ago•1 comments

Which Cars Get Pooped on the Most? The Bird Dropping Report

https://alansfactoryoutlet.com/infographics/car-bird-droppings-report/
2•gnabgib•22m ago•1 comments

Nucleon Decays into Light New Particles in Neutrino Detectors

https://journals.aps.org/prl/abstract/10.1103/cxvm-p412
1•PaulHoule•22m ago•0 comments

Spoils System

https://en.wikipedia.org/wiki/Spoils_system
2•geox•22m ago•0 comments

Naked mole rat lifespan: A 30-year long mystery unraveled

https://www.science.org/doi/10.1126/science.adp5056
2•bilsbie•23m ago•0 comments

Faster and safer instant euro payments become a reality

https://ec.europa.eu/commission/presscorner/detail/en/ip_25_2321
4•raybb•25m ago•0 comments

Not Even Wrong: On the Limits of Prediction as Explanation in Cognitive Science

https://arxiv.org/abs/2510.03311
1•kjhughes•25m ago•1 comments

Signs That You Don't Understand Obesity

https://www.exfatloss.com/p/signs-that-you-dont-understand-obesity
3•paulpauper•28m ago•0 comments

Yo-Yo Theory: Up and Down Clears the PUFAs

https://theheartattackdiet.substack.com/p/yo-yo-theory
1•paulpauper•28m ago•0 comments

Code Is Never Neutral: Why All Software Is Political [video]

https://www.youtube.com/watch?v=Kpfff6TS018
1•todsacerdoti•31m ago•0 comments

Intel Fab 52 in Chandler Arizona Is Running 18A – ServeTheHome

https://www.servethehome.com/intel-fab-52-in-chandler-arizona-is-running-18a/
2•rbanffy•31m ago•2 comments

Show HN: Transcript-based video editor that runs 100% locally on Mac

https://apps.apple.com/us/app/scriptedit-video-editor/id6752915051?mt=12
2•zhendlin•31m ago•0 comments

More than 30% of this century's science Nobel prizewinners immigrated

https://www.nature.com/articles/d41586-025-03247-6
5•rntn•32m ago•0 comments

Quantum Networks: Cisco Software Boosts Classical Tech

https://spectrum.ieee.org/quantum-networks-cisco-quantum-computing
1•rbanffy•35m ago•0 comments

Show HN: Go CLI to create instant PostgreSQL branches of your database

https://github.com/quicdb/quic
1•rafaelquicdb•35m ago•0 comments

We're about to find more interstellar interlopers

https://arstechnica.com/features/2025/10/were-about-to-find-many-more-interstellar-interlopers-he...
1•rbanffy•36m ago•0 comments

New York City Sues Social Media Companies over 'Youth Mental Health Crisis'

https://gizmodo.com/new-york-city-sues-social-media-companies-over-youth-mental-health-crisis-200...
3•mikece•37m ago•0 comments

RND1: Simple, Scalable AR-to-Diffusion Conversion

https://www.radicalnumerics.ai/blog/rnd1
1•ray__•38m ago•0 comments
Open in hackernews

Python 3.14 Is Here. How Fast Is It?

https://blog.miguelgrinberg.com/post/python-3-14-is-here-how-fast-is-it
82•rbanffy•4h ago

Comments

dang•2h ago
Comments moved to https://news.ycombinator.com/item?id=45524702.
alfalfasprout•1h ago
> And this is a bit disappointing. At least for this test, the JIT interpreter did not produce any significant performance gains, so much that I had to double and triple check that I used a correctly built interpreter with this feature enabled. I do not know much about the internals of the new JIT compiler, but I'm wondering if it cannot deal with this heavily recursive function.

FWIW one thing that is worth calling out here is that the initial goal for JIT right now in Python is getting it relatively stable, functional, and more or less getting the initial implementation out there. It's not surprising at all that it's not faster.

I say this because I think the teams working on free-threaded and JIT python maybe could have done a better job publicly setting expectations.

dolmen•1h ago
Pi-thon.