frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

California's "Opt Me Out Act" Makes Browser-Based Opt-Out a Baseline

https://captaincompliance.com/education/californias-opt-me-out-act-makes-browser-based-opt-out-a-...
2•richartruddie•5m ago•1 comments

Show HN: Osmea – open-source Flutter Architecture for E-commerce Apps

https://osmea.masterfabric.co
2•nurLife•6m ago•0 comments

Silicon Valley: The Musical

https://www.svmusical.com/
1•scottfits•7m ago•0 comments

The new best free mind map tool

https://pathmind.app/home/
1•WTCAE•7m ago•0 comments

An initial investigation into WDDM on ReactOS

https://reactos.org/blogs/investigating-wddm/
2•LorenDB•10m ago•0 comments

We are different from all other humans in history

https://www.forkingpaths.co/p/we-are-different-from-all-other-humans-ad0
1•pseudolus•12m ago•0 comments

Agent Learning via Early Experience

https://arxiv.org/abs/2510.08558
1•jonbaer•14m ago•0 comments

Help Identify Fake/Scam Investors or Website from Switzerland, Dubai, and Beyond

https://www.escamly.com/
1•Bikashhh•19m ago•1 comments

The End Of An Era: The Mac division undergoes an inconceivable reorganization

https://folklore.org/The_End_Of_An_Era.html
2•stmw•21m ago•0 comments

Show HN: Music Visualizer with Animated Color Themes Created via ChatGPT Prompts

https://github.com/sylwekkominek/SpectrumAnalyzer
1•sylwekkominek•24m ago•0 comments

Oracle roared into AI gold rush, but its taking on huge amounts of debt to do so

https://www.barrons.com/articles/larry-ellison-oracle-56e03912
1•zerosizedweasle•24m ago•1 comments

MAML – a new configuration language (similar to JSON, YAML, and TOML)

https://maml.dev/
2•birdculture•26m ago•0 comments

Women taking Meta to task after their baby loss

https://www.bbc.co.uk/news/articles/ce8450380zyo
1•afandian•30m ago•0 comments

Hackers exploit a blind spot by hiding malware inside DNS records

https://arstechnica.com/security/2025/07/hackers-exploit-a-blind-spot-by-hiding-malware-inside-dn...
2•alwillis•33m ago•1 comments

#2. How Germany Is Losing the Battle for the Brightest Minds

https://gersemann.substack.com/p/2-how-germany-is-losing-the-battle
2•paulpauper•33m ago•0 comments

New archaeology tranche for Emergent Ventures

https://marginalrevolution.com/marginalrevolution/2025/10/new-archaeology-tranche-for-emergent-ve...
1•paulpauper•33m ago•0 comments

The Ruby Annotation Element

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ruby
2•amadeuspagel•43m ago•0 comments

Rapid rise of private club and travel teams found in youth sports

https://phys.org/news/2025-09-rapid-private-club-teams-youth.html
2•PaulHoule•45m ago•1 comments

Learn how Google Maps and mapping software works intuitively

https://www.secretsofmaps.com/
1•adas4044•47m ago•3 comments

Show HN: Watts Up – a bike trainer-powered, arcade browser game

https://github.com/jsattler/wattsup
1•jsattler•47m ago•0 comments

Trusting builds with Bazel remote execution

https://jmmv.dev/2025/09/bazel-remote-execution.html
2•jmmv•47m ago•3 comments

Django: Django-HTTP-compression – Adam Johnson

https://adamj.eu/tech/2025/10/10/introducing-django-http-compression/
1•todsacerdoti•49m ago•0 comments

Composeable stream processing: reactive dataflow graphs in Python

https://github.com/Point72/csp
1•timkpaine•49m ago•1 comments

Barron Trump tipped for top job at TikTok after dad tells users they 'owe' him

https://www.independent.co.uk/news/world/americas/us-politics/barron-trump-tiktok-job-trump-adven...
10•voxadam•50m ago•1 comments

Show HN: Promptlet – Mac app to help you stop typing "ultrathink" over and over

https://www.josh.ing/promptlet
1•jshchnz•51m ago•0 comments

Celebrating OpenCQRS 1.0

https://docs.eventsourcingdb.io/blog/2025/10/13/celebrating-opencqrs-10/
1•goloroden•51m ago•0 comments

Assessing microplastic contamination in milk and dairy products

https://www.nature.com/articles/s41538-025-00506-8
1•mikhael•51m ago•0 comments

Why, in 2025, do we still need a 3rd party app to write a REST API with Django?

https://emma.has-a.blog/articles/why-do-we-need-an-external-app-for-rest.html
1•Bogdanp•53m ago•0 comments

Crypto Investor Known as 'Bitcoin Jesus' Reaches Deal with Prosecutors

https://www.nytimes.com/2025/10/09/technology/roger-ver-bitcoin-justice-department-deal.html
1•bookofjoe•58m ago•1 comments

My Hacker News app now supports Liquid Glass

https://apps.apple.com/ca/app/hack-for-hacker-news-yc-reader/id1464477788
2•busymom0•1h ago•1 comments
Open in hackernews

Show HN: Pyreqwest – Powerful and fast Rust-reqwest based HTTP client for Python

https://github.com/MarkusSintonen/pyreqwest
2•mmmaantu•2h ago
Python has lacked a batteries-included HTTP library that would have both async and sync clients. Httpx (httpcore), which has offered this, is unfortunately pretty much unmaintained and suffering from huge perf issues (https://github.com/encode/httpx/issues/3215).

I built pyreqwest HTTP client for Python that is fully Rust based on top of reqwest. It includes all features reqwest offers plus some more. Also including unit testing utilities (mocking, ASGI app support). Go check https://github.com/MarkusSintonen/pyreqwest :)