frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

One Day at a Time

https://firstlight.bearblog.dev/one-day-at-a-time/
1•edelwiess•2m ago•0 comments

How fast can you taste code?

https://dayson.io/posts/taste-code/
1•dayson•2m ago•0 comments

Mira Murati, the 36-year-old tech prodigy who shot to fame at OpenAI

https://fortune.com/2025/10/03/mira-murati-career-ai-thinking-machines-goldman-sachs-tesla-leap-o...
1•fcpguru•3m ago•0 comments

PC cooler control with a $2 microcontroller, no development board

https://popovicu.com/posts/pc-cooler-control-with-2-dollar-microcontroller-no-development-board/
1•popovicu•4m ago•1 comments

ICE plans to scour Facebook, TikTok, X, and even defunct Google+

https://www.theregister.com/2025/10/03/ice_contractors_social_media_spy/
1•Bender•4m ago•0 comments

UK government says digital ID won't be compulsory – honest

https://www.theregister.com/2025/10/03/uk_digital_id_clarity/
1•Bender•5m ago•0 comments

'Retired' cybercrime group demands $989M not to leak 1B Salesforce records

https://www.theregister.com/2025/10/03/scattered_lapsus_hunters_latest_leak/
1•Bender•6m ago•0 comments

Show HN: LazyArchon – Terminal-Based Project Management TUI Built with Go

https://lazyarchon.yousfisaad.com/
1•ysaad•7m ago•0 comments

The "Phantom Author": AI-Generated Code as a Quality Time Bomb

https://medium.com/ai-advances/theres-a-phantom-author-in-your-codebase-and-it-s-a-problem-0c304d...
1•birdculture•8m ago•0 comments

Paged Out magazine #7 is out

https://pagedout.institute/
1•guiambros•8m ago•0 comments

Seniors lose access to telehealth services in wake of shutdown

https://www.pbs.org/newshour/show/millions-of-seniors-lose-access-to-telehealth-services-in-wake-...
2•bookofjoe•15m ago•0 comments

Empathy for Dummies

https://quarter--mile.com/empathy-for-dummies
1•surprisetalk•18m ago•0 comments

Welcome to Garfism

https://devilledgreggs.github.io/garfism/index.html
2•surprisetalk•18m ago•0 comments

Microformats – building blocks for data-rich web pages

https://microformats.org
1•surprisetalk•18m ago•0 comments

Using systems because you know them already

https://utcc.utoronto.ca/~cks/space/blog/sysadmin/UsingSystemsYouKnow
1•goranmoomin•23m ago•1 comments

Goodbye, GitHub

https://strongly-typed-thoughts.net/blog/so-long-and-good-night-github
3•welovebunnies•23m ago•0 comments

Offline: A Pacific island was cut off from the internet

https://www.theguardian.com/news/2025/sep/30/tonga-pacific-island-internet-underwater-cables-volc...
1•primer42•27m ago•0 comments

Solving Reproducibility Challenges in Deep Learning and LLMs: Our Journey

https://www.ingonyama.com/post/solving-reproducibility-challenges-in-deep-learning-and-llms-our-j...
1•matesz•28m ago•0 comments

Aftermarket Car Parts May Be Harder to Find:Major Supplier First Brands Bankrupt

https://www.jalopnik.com/1984356/first-brands-aftermarket-parts-supplier-bankrupt/
1•bookofjoe•38m ago•0 comments

Shellshock – Learning from Disaster

https://dwheeler.com/essays/shellshock.html
1•3v1n0•38m ago•0 comments

CEO-to-worker compensation ratio, and stock prices ($2024) 1965–2024

https://www.epi.org/chart/ceo-pay-ceo-compensation-over-time-1b/
3•robtherobber•39m ago•1 comments

Howie, the People's Secretary

https://howie.com
1•awwstn•48m ago•0 comments

Ovi: Open-source video and audio generator model

https://github.com/character-ai/Ovi
1•vegax87•49m ago•0 comments

Space as Experience Not as Market

https://estimateproperty.blogspot.com/2025/10/space-as-experience-not-as-market.html
1•cerumopazuali•49m ago•0 comments

Claude Code removed the multi-edit tool

https://twitter.com/badlogicgames/status/1974464596988825929
1•tosh•54m ago•0 comments

Peter Hummelgaard: I believe that more surveillance equates to more freedom

https://mastodon.social/@chatcontrol/115314954743042414
2•nickslaughter02•55m ago•1 comments

India's tech talent pipeline is sputtering

https://www.theregister.com/2025/10/04/india_tech_talent_pipeline/
2•rntn•55m ago•0 comments

The Tech Jester Who Pranks San Francisco

https://www.nytimes.com/2025/10/04/us/the-tech-jester-who-pranks-san-francisco.html
2•mitchbob•56m ago•1 comments

It's not a hack to satisfy known requirements

https://charemza.name/blog/posts/agile/over-engineering/not-a-hack-to-meet-requirements/
3•michalc•56m ago•1 comments

Portugueses de Bem – Keeping track of the crimes the Portuguese far right party

https://portuguesesdebem.pt
2•robtherobber•58m ago•0 comments
Open in hackernews

Show HN: Unstable Singularity Detector

https://github.com/Flamehaven/unstable-singularity-detector
1•Flamehaven01•2h ago
### Why I built

- Earlier this year, DeepMind published groundbreaking work on detecting unstable

singularities in fluid dynamics—one of the deepest open problems in mathematical

physics (arXiv:2509.14185).

- The challenge? No public code. - Extreme numerical precision requirements. - Complex multi-stage training. This makes independent verification nearly impossible. - So I built an open-source re-implementation to bridge that gap.

---

### What It Does

Detects finite-time blow-ups in PDEs using Physics-Informed Neural Networks:

- Lambda prediction formulas (<1% error vs. published methodology) - Automated parameter discovery via funnel inference - High-precision Gauss-Newton optimization (residuals to 10⁻¹³) - Multi-stage training with configurable precision targets

Think: Making century-old fluid dynamics problems tractable with modern ML.

---

### Who This Is For

- Researchers studying singularities in PDEs - Practitioners working with PINNs - Anyone frustrated by non-reproducible ML papers - Students learning scientific machine learning

---

### Built For Reproducibility

- 119 comprehensive tests (all passing) - GPU-accelerated with PyTorch + CUDA - Automated validation CI/CD - Professional documentation + limitations clearly stated - Not just "research code"—designed to actually work in other people's hands.

---

### Current Implementation Status

- Lambda prediction formulas (formula-based validation) - Funnel inference (secant method) - Enhanced Gauss-Newton optimizer (test problem verified) - PINN solver framework - Multi-stage training (framework complete, full validation pending) - Full 3D Navier-Stokes solver (future work) - Transparency matters: This shows exactly what works today vs. what's roadmap.

---

### Links

GitHub: https://github.com/Flamehaven/unstable-singularity-detector

Paper: https://arxiv.org/abs/2509.14185

Documentation: README includes limitations, validation methodology, troubleshooting

---

### Important Disclaimer

This is an independent re-implementation inspired by DeepMind's published

methodology. It is NOT affiliated with, endorsed by, or in collaboration

with DeepMind. Results are validated against published formulas, not

direct comparison with DeepMind's unpublished experimental data.

---

If you've ever wished "I wish I could just run their code," this is for you.

Contributions, issues, and feedback welcome. Let's make frontier research

more accessible together.