frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ChatGPT may start alerting authorities about youth considering suicide, says CEO

https://www.theguardian.com/technology/2025/sep/11/chatgpt-may-start-alerting-authorities-about-y...
1•bookofjoe•34s ago•0 comments

Apple's A19 Pro beats Ryzen 9 9950X in single-thread Geekbench tests

https://www.tomshardware.com/pc-components/cpus/apples-a19-pro-beats-ryzen-9-9950x-in-single-thre...
1•LorenDB•43s ago•0 comments

Posthog's New Website

https://posthog.com/
1•universesquid•53s ago•0 comments

NASA bans Chinese nationals from working on its space programs

https://www.bbc.com/news/articles/c9wd5qpekkvo
1•fidotron•1m ago•0 comments

China went to 'EggStreme' lengths to attack Philippines

https://www.theregister.com/2025/09/11/eggstreme_malware_china_philippines/
1•LorenDB•2m ago•0 comments

Ask HN: How far is too far?

1•kryogen1c•4m ago•0 comments

What if the $3T AI investment boom goes wrong?

https://www.economist.com/leaders/2025/09/11/what-if-the-3trn-ai-investment-boom-goes-wrong
1•burntcaramel•6m ago•0 comments

The Evolution of the Treble Clef

https://www.smithsonianmag.com/arts-culture/the-evolution-of-the-treble-clef-87122373/
1•ColinWright•7m ago•0 comments

Pascaline

https://en.wikipedia.org/wiki/Pascaline
1•geox•10m ago•0 comments

The functional form of value normalization in human reinforcement learning

https://elifesciences.org/articles/83891
1•RealRedNinja•11m ago•1 comments

"Let the Forest Flow for Its Forestness"

https://worldsensorium.com/let-the-forest-flow-for-its-forestness-extending-the-language-of-right...
1•dnetesn•12m ago•0 comments

Scientists Are People, Too

https://nautil.us/scientists-are-people-too-1237050/
1•dnetesn•13m ago•0 comments

NASA blocks Chinese nationals from working on its space programs

https://www.theguardian.com/science/2025/sep/11/nasa-blocks-chinese-nationals-from-working-on-its...
1•bookofjoe•16m ago•0 comments

Suspected AI-Generated Articles on Wikipedia

https://en.wikipedia.org/wiki/Category:Articles_containing_suspected_AI-generated_texts_from_Sept...
1•meander_water•18m ago•0 comments

Show HN: Font of Web – Pinterest for Web Design Inspiration

https://www.fontofweb.com/v3
1•sim04ful•19m ago•0 comments

Unlock a world of viewers with multi-language audio

https://blog.youtube/news-and-events/multi-language-audio/
1•ingve•19m ago•0 comments

I built my own CDN with Varnish and Nginx

https://polso.info/i-built-my-own-cdn
1•Risse•22m ago•0 comments

Genkit Go 1.0 and Enhanced AI-Assisted Development

https://developers.googleblog.com/en/announcing-genkit-go-10-and-enhanced-ai-assisted-development/
1•fcpguru•22m ago•0 comments

Most school hacks carried out by their own pupils, watchdog says

https://www.bbc.com/news/articles/c203pedz58go
2•1659447091•24m ago•0 comments

Show HN: Chat with Long PDFs on Cursor or Claude Desktop

https://docs.pageindex.ai/mcp
2•mingtianzhang•24m ago•0 comments

Big clouds scramble as EU Data Act brings new data transfer rules

https://www.theregister.com/2025/09/10/big_clouds_scramble_over_eu/
1•ktosobcy•25m ago•1 comments

Show HN: I made a script that gives me fake calls to escape boring moments

4•madinmo•25m ago•0 comments

Show HN: An open source Vercel/Render alternative for Python apps

https://github.com/hunvreus/devpush
1•hunvreus•26m ago•0 comments

How the Tz Database Works

https://yatsushi.com/blog/tz-database/
1•Bogdanp•27m ago•0 comments

Coco – Solving the Expression Problem in Standard OO (Java, C#, Scala, ..)

https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ECOOP.2021.4
1•jbhn•31m ago•0 comments

The internet's hidden creative Renaissance (and how to find it)

https://newpublic.substack.com/p/the-handmade-internet-is-making-a
1•rpastuszak•31m ago•0 comments

Could faceless AI videos create the next wave of anonymous influencers?

1•jamessmithe•33m ago•0 comments

European Citizens' Initiative: Stop Fake Food: Origin on Label

https://eci.ec.europa.eu/049/public/#/screen/home
2•ktosobcy•40m ago•0 comments

Haskell Weekly – Issue 489

https://haskellweekly.news/issue/489.html
2•amalinovic•43m ago•0 comments

Haskell equations, thirty-eight years later

https://wadler.blogspot.com/2025/09/haskell-equations-thirty-eight-years.html
3•JNRowe•44m ago•0 comments
Open in hackernews

DeepCodeBench: Real-World Codebase Understanding by Q&A Benchmarking

https://www.qodo.ai/blog/deepcodebench-real-world-codebase-understanding-by-qa-benchmarking/
19•blazercohen•2h ago

Comments

four_fifths•47m ago
If you do a bit of digging into most of the popular benchmarks that all the big labs report on, you'll see pretty quickly that they have almost zero correlation with any real world tasks.

The approach that they're taking here of working backwards from a OS repo pull request and reverse engineering a question is unusually well thought out for a benchmark.

I haven't dug into more of the dataset questions yet, but the example they give in the blog post for the question generated for Hugging Face Transformer's repo gives me hope that this could actually be a solid benchmark:

> How do the fast image and video processor base classes prevent shared mutable state when instantiating multiple instances?