frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Doctors develop AI stethoscope that detects major heart conditions in 15 seconds

https://www.theguardian.com/technology/2025/aug/30/doctors-ai-stethoscope-heart-disease-london
1•bookofjoe•2m ago•0 comments

Show HN: Ape – Exercises for Learning How to Build LLM Agents

https://ape.llm.phd/
1•littleRound•9m ago•0 comments

Updates to Discord's Policies

https://discord.com/safety/important-policy-updates
1•ajdude•11m ago•0 comments

Show HN: Cepl – A readline C/C++ REPL with history, tab-completion, and undo

https://github.com/alyptik/cepl
1•alyptik•13m ago•0 comments

Understanding Android's Boot Process

4•alokq•15m ago•0 comments

From $4B to Forgotten: The Rise and Fall of Clubhouse (2024)

5•lawrenceyan•18m ago•0 comments

Event-Tracking Data Synchronization in Soccer Without Annotated Event Locations

https://arxiv.org/abs/2508.09238
2•PaulHoule•19m ago•0 comments

Developer loses $500K from Open VSX fake Solidity extension

https://www.youtube.com/watch?v=CqKZhYsjw6M
1•indigodaddy•20m ago•0 comments

Show HN: Android Toolkit for Debugging Networks

https://play.google.com/store/apps/details?id=com.hereket.netops&hl=en
1•libcheet•21m ago•0 comments

Surya: Foundation Model for Heliophysics

https://github.com/NASA-IMPACT/Surya
1•stefankuehnel•28m ago•0 comments

Year odyssey it took to emulate the Pioneer LaserActive

https://www.readonlymemo.com/this-is-the-first-the-16-year-odyssey-of-time-money-wrong-turns-and-...
2•bane•36m ago•1 comments

Spatial Joins in DuckDB

https://duckdb.org/2025/08/08/spatial-joins.html
2•Bogdanp•38m ago•0 comments

I'm All-In on Server-Side SQLite

https://fly.io/blog/all-in-on-sqlite-litestream/
5•sealeck•45m ago•1 comments

Nvidia Says Two Buyers Drove 39% of Q2 Sales

https://www.pymnts.com/news/artificial-intelligence/2025/nvidia-says-two-buyers-drove-39percent-q...
3•geox•51m ago•0 comments

Leaked 'Gaza Riviera' plan dismissed as insane attempt to cover ethnic cleansing

https://www.theguardian.com/world/2025/sep/01/leaked-gaza-riviera-plan-dismissed-as-insane-attemp...
7•NomDePlum•52m ago•1 comments

Disney and the Decline of America's Middle Class

https://www.nytimes.com/2025/08/28/opinion/disney-world-economy-middle-class-rich.html
5•pseudolus•1h ago•3 comments

The Collapse of Builder.ai

https://restofworld.org/2025/builderai-ai-apps-downfall/
1•acaloiar•1h ago•0 comments

Building a WASM compiler in Roc (series)

https://dusty.phillips.codes/roc/
2•todsacerdoti•1h ago•0 comments

Exposing the Monsanto Conspiracy [Veritasium][video]

https://www.youtube.com/watch?v=CxVXvFOPIyQ
3•nsriv•1h ago•0 comments

Linea Builds Momentum Ahead of Token Launch

1•Victornomics•1h ago•0 comments

Automatic updating Spotify status without JavaScript

https://lina.sh/blog/spotify-status-without-js
2•todsacerdoti•1h ago•0 comments

Anthropic to counteract usage of Claude Code for "vibe hacking"

https://www.anthropic.com/news/detecting-countering-misuse-aug-2025
47•indigodaddy•1h ago•22 comments

55+ Star on new repo in just 3 days of launch, Crazzyyyy

https://github.com/grillsdev/grills
3•pushkar_aditya•1h ago•0 comments

AI for Piloting Financial Charts

https://www.aulico.com
1•lollobrigo•1h ago•0 comments

Swift on iOS 6

https://j-w-i.org/swiftios6.html
1•J_W_I_•1h ago•0 comments

Lisp (Book) (1989)

https://en.wikipedia.org/wiki/Lisp_(book)
16•fuzztester•1h ago•1 comments

Amiga Top Picks: UFO: Enemy Unknown [video]

https://www.youtube.com/watch?v=s6Fbcuh6vVo
1•doener•1h ago•0 comments

Regions: A Local-First Agentic Framework

https://github.com/dibrale/Regions
1•dibrale•1h ago•1 comments

Passive Obsession

https://www.avabear.xyz/p/passive-obsession
1•jger15•1h ago•0 comments

Collective Shout Seeks Removal of Games, "Even When They Are Not Illegal"

https://www.thegamer.com/collective-shout-details-it-seeks-removal-of-games-whether-legal-or-not/
25•healsdata•1h ago•1 comments
Open in hackernews

Show HN: Codefmt – a fast Markdown code block formatter

https://github.com/1nwf/codefmt
2•1nwf•2h ago
I was recently looking for a markdown code block formatter, however, I was surprised that there were very little tools that do this.

So, I've been recently working on `codefmt`, a markdown code block formatter that is optimized to be fast and extensible. Instead of spawning a child process to format each code block, it groups all code blocks by language and spawns one format child process for each language.

Feel free to contribute support for more languages.

Repo Link: https://github.com/1nwf/codefmt