frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Join the Committee for the First Amendment

https://www.committeeforthefirstamendment.com/join
1•mistersquid•2m ago•0 comments

The E-Commerce Trap: How ChatGPT Tracks You

https://msukhareva.substack.com/p/you-are-being-tracked-openais-e-commerce
2•msukhareva•5m ago•1 comments

YOLOv8 Image Recognition on RPi 5 with 26 TOPS M.2 Hailo AI Hat+

https://doleron.substack.com/p/deploying-a-custom-yolov8-model-on
1•walterbell•8m ago•0 comments

Why Data Is the New Gold

https://estimateproperty.blogspot.com/2025/10/why-data-is-new-gold.html
1•cerumopazuali•9m ago•1 comments

Rare fossil reveals ancient leeches weren't bloodsuckers

https://news.ucr.edu/articles/2025/10/01/rare-fossil-reveals-ancient-leeches-werent-bloodsuckers
1•gmays•15m ago•0 comments

Llmswap: Avoid LLM vendor lock-in – 10 providers with top LMArena models

https://github.com/sreenathmmenon/llmswap
2•sreenathmenon•18m ago•1 comments

Eyelid Closure at Death

https://pmc.ncbi.nlm.nih.gov/articles/PMC2902109/
1•thunderbong•20m ago•0 comments

Bad Apple [video]

https://www.youtube.com/watch?v=FtutLA63Cp8
1•joebig•22m ago•0 comments

Show HN: 100% vibe-coded JSON-validator

https://github.com/vanhumbeecka/json-validator
1•avh3•24m ago•0 comments

Measuring CPU instruction reorder buffer capacity. (2013)

https://blog.stuffedcow.net/2013/05/measuring-rob-capacity/
1•fanf2•26m ago•0 comments

OpenAI's GDPval: Why the 66% in Automated Grading Matters More Than 48% Win Rate

https://medium.com/@pranil.dasika/openais-gdpval-why-the-66-automated-grading-problem-matters-mor...
4•pdasika•26m ago•1 comments

Show HN: Hlsrecord

https://github.com/zzo38/tvrecord
1•zzo38computer•27m ago•0 comments

SPVs, Credit, and AI Datacenters

https://paulkedrosky.com/weekend-reading-plus-spvs-meta-and-fiber-buildout-2-0/
1•davedx•27m ago•0 comments

Ask HN: What is the best intro to SLAM?

2•delbronski•28m ago•0 comments

VSCode Extensions showing as "No longer available"

https://github.com/microsoft/vscode/issues/269737
2•Alupis•29m ago•0 comments

AnywhereMesh – a lightweight ingress for AWS ECS Anywhere on prem workloads

https://github.com/kloudcover/anywhere-mesh
1•ktruck•29m ago•1 comments

Man buys used Tesla only to discover it's banned from Supercharger network

https://www.cbsnews.com/chicago/news/used-tesla-banned-supercharger-network-daniel-boycott/
10•toomanyrichies•30m ago•13 comments

"Vous me testez, n'est-ce pas?" les chercheurs ne peuvent plus évaluer Claude4.5

https://www.lesnumeriques.com/intelligence-artificielle/vous-me-testez-n-est-ce-pas-l-ia-claude-4...
1•inclusus•31m ago•0 comments

Zero Trust becomes the foundation of cyber security

https://www.militaryaerospace.com/trusted-computing/article/55303981/zero-trust-becomes-the-found...
2•mxschumacher•34m ago•0 comments

I Built GoForge to automate Go project setup

https://github.com/tz3/goforge
1•xmoutaz•34m ago•1 comments

Egypt opens one of its largest tombs to public after epic restoration

https://www.france24.com/en/live-news/20251004-egypt-opens-one-of-valley-of-the-kings-largest-tom...
1•mooreds•36m ago•0 comments

Anguilla now generates 47% of its income from .ai domains

https://old.reddit.com/r/dataisbeautiful/comments/1ntc9un/ai_boom_makes_caribbean_island_rich_ang...
3•delichon•36m ago•0 comments

Note to My Present Self

https://yewjin.substack.com/p/note-to-my-present-self
2•e2e4•36m ago•1 comments

UVA Team Develops New Way to Build Soft Robots That Can Walk on Water

https://engineering.virginia.edu/news-events/news/uva-engineering-team-develops-new-way-build-sof...
1•ceolin•37m ago•0 comments

How to Bootstrap Your State Back End for Your Next Terraform or OpenTofu Project

https://newsletter.masterpoint.io/p/how-to-bootstrap-your-state-backend-for-your-next-terraform-o...
1•mooreds•38m ago•0 comments

Say Goodbye

https://www.mooreds.com/wordpress/archives/3717
4•mooreds•47m ago•0 comments

Designers Should Look to Demis Hassabis. Not Jony Ive

https://www.suffsyed.com/futurememo/designers-should-look-to-demis-hassabis-not-jony-ive
2•alexcos•50m ago•0 comments

John Edmark's geometric patterns underlying space and growth in nature

http://www.johnedmark.com
2•mdp2021•50m ago•1 comments

Storytel Player – unofficial desktop client for Storytel audiobooks

1•debba•53m ago•0 comments

ML Models for Yield Estimation of Rice Cultivars Using UAV Imagery

https://www.mdpi.com/2071-1050/17/18/8515
1•PaulHoule•59m ago•0 comments
Open in hackernews

Show HN: I decoupled FastAPI dependency injection system in a simple package

https://github.com/entropy-flux/PyDepends
1•eric-hermosis•2h ago
When building FastAPI endpoints, I found the dependency injection system such a pleasure to use that I wanted it everywhere, not just in my endpoints. I explored a few libraries that promised similar functionality, but each had drawbacks, some required Pydantic, others bundled in features beyond dependency injection, and many were riddled with bugs.

That's way I created PyDepends, a lightweight dependency injection system that I now use in my own projects and would like to share with you.

It does just that, inject dependencies, nothing more. No type checking, no automatic casting or pydantic requirements. Sync and async mode, all implemented in a single file.