frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Forth MCP – give any remote AI client access to your local MCP servers

https://www.forthmcp.com/
1•eladhefetz•38s ago•0 comments

PostPic – A Home for Photography Communities

https://apps.apple.com/us/app/postpic-social-cam-roll/id6503914316
1•tchindaphilippe•1m ago•1 comments

Rejectless

https://www.rejectless.app/
1•UseWok•1m ago•0 comments

U.S. Sanctions Against the a/I Collective

https://www.inventati.org/
1•exiguus•1m ago•0 comments

The Butcher, Now Dead

https://komando1.substack.com/p/the-butcher-now-dead
1•inglor_cz•3m ago•1 comments

vgpu and HTML-in-Canvas

https://html-in-canvas.dev/demos/vgpu-shader/
1•naniel•3m ago•0 comments

Flatpak Secures €508K to Bring Stronger Sandboxing to Linux Apps

https://linuxiac.com/flatpak-secures-e508k-to-bring-stronger-sandboxing-to-linux-apps/
1•speckx•3m ago•0 comments

Mountains of Work

https://nichedesign.bearblog.dev/mountains-of-work/
1•itaydr•5m ago•0 comments

Are Crows Our Friends?

https://www.audubon.org/magazine/are-crows-really-our-friends
1•speckx•6m ago•0 comments

You Know GDPR Is Good Based on Who Hates It

https://matduggan.com/you-know-gdpr-is-good-based-on-who-hates-it/
1•Tomte•6m ago•0 comments

How I made Rustdoc 33% faster in one week

https://noahlev.org/blog/2026/08/27/making-rustdoc-faster/
1•mariuz•9m ago•0 comments

Unforgetful

https://unforgetful.app/
1•yurivish•11m ago•0 comments

330 applications. No offer. Don’t send application 331 yet.

https://medium.com/@mike.salari.dev/330-applications-no-offer-dont-send-application-331-yet-24494...
2•salari_dev•11m ago•0 comments

Ask HN: Alternatives to Fail2ban?

2•jech•11m ago•1 comments

Auto Pre Launch Checks

https://digitaltrustpass.com/preflight
2•pauljwilson•13m ago•1 comments

I was so annoyed by the "LLM vibe" that created a shop for it

https://llm-vibe.com/
3•fatadel•14m ago•0 comments

Actions retention will cover checks, workflow runs, and statuses

https://github.blog/changelog/2026-08-27-actions-retention-will-cover-checks-workflow-runs-and-st...
1•Booyaka101•14m ago•0 comments

Authorities arrest 2 alleged members of prolific hacking group TeamPCP

https://arstechnica.com/security/2026/08/authorities-arrest-2-alleged-members-of-prolific-hacking...
1•furcyd•15m ago•0 comments

Hot Chips 2026: Cerebras lays out the future of wafer-scale AI

https://www.tomshardware.com/tech-industry/artificial-intelligence/hot-chips-2026-cerebras-lays-o...
2•rbanffy•15m ago•0 comments

O que existe por trás do meu Código filosófico?

https://victormignone.substack.com/p/o-que-existe-por-tras-do-meu-codigo
1•victormignone•16m ago•0 comments

Russian speed cameras with fake software and backdoors in Slovakia

https://www.heise.de/en/news/Russian-speed-cameras-with-fake-software-and-backdoors-in-Slovakia-1...
1•TuringTux•17m ago•0 comments

Daycare Pseudoscience

https://worksinprogress.co/issue/daycare-pseudoscience/
2•surprisetalk•18m ago•0 comments

Intrinsically Curious Agents

https://www.inductionlabs.com/news/intrinsic-discovery
1•davedx•18m ago•1 comments

How many lives have Musk's companies saved?

https://blog.oxplot.com/how-many-lives-have-musks-companies-saved/
3•oxplot•19m ago•0 comments

Forcing all derived classes to implement a specific non-virtual method

https://devblogs.microsoft.com/oldnewthing/20260827-00/?p=112651
1•ibobev•19m ago•0 comments

Teleport: Pack an agent session, resume it anywhere on any harness

https://github.com/sisig-ai/teleport
1•kixpanganiban•19m ago•0 comments

A Badass Way to Connect Programs Togther What Is OSC?

https://joearms.github.io/published/2016-01-28-A-Badass-Way-To-Connect-Programs-Together.html
1•Bluestein•19m ago•0 comments

How Big Are Factorials?

https://eli.thegreenplace.net/2026/how-big-are-factorials/
1•ibobev•20m ago•0 comments

The Three Types of Fond Planning Policies

https://jamesoswald.dev/posts/fondpolicytypes/
1•ibobev•20m ago•0 comments

REI Labs Reasoning Approach

https://reilabs.org/approach
1•davedx•21m ago•0 comments
Open in hackernews

OpenAI: Migrating to HTTPX2

https://github.com/openai/openai-python/blob/main/httpx2.md
31•tosh•1h ago

Comments

tosh•1h ago
nb: operating system TLS trust store is used now (instead of certifi)
hmokiguess•41m ago
what's `nb` ?
tosh•38m ago
https://en.wikipedia.org/wiki/Nota_bene
hmokiguess•38m ago
Thank you! :)
zx8080•30m ago
This could be a breaking change (for some corporate network environments).
londons_explore•43m ago
There seems to be a bunch of downsides mentioned...

But what are the upsides of this change?

ddorian43•40m ago
https://github.com/encode/httpx/discussions/3784

> I've closed off access to issues and discussions.

> I don't want to continue allowing an online environment with such an absurdly skewed gender representation. I find it intensely unwelcoming, and it's not reflective of the type of working environments I value.

https://www.reddit.com/r/Python/comments/1rl5kuq/anyone_know...

philipallstar•38m ago
It's like that time I started a primary school and then closed it because I hated that the overwhelming majority of employees were women.
porridgeraisin•20m ago
This has happened in many packages contributed to by this person. Mkdocs e.g
ledoncool•42m ago
Wow, finally...
simonw•35m ago
Anthropic made the same change a few weeks after OpenAI did: https://github.com/anthropics/anthropic-sdk-python/releases/...

The problem with httpx as a dependency is that it's currently working towards a 1.0 release which will be full of breaking changes.

The httpx2 project is essentially a fork that promises not to break the existing API, which makes it a more stable dependency to build against.

I wrote a pretty long comment about my concerns for the breaking 1.0 version last year - https://github.com/encode/httpx/discussions/3344#discussionc... - in that comment I recommended the HTTPX project release their 1.0 as a package called httpx2 instead, but a year later we now have an httpx2 released by a different maintainer) that keeps the old API instead.

rolymath•11m ago
The Python community loves confusing versioning.

I mean, obviously Python 2.7 is newer than Python 3.1

I remember swearing I would never migrate to python3 but here we are, I migrated without even feeling it or realizing when (But I do remember django played a big role).

networked•10m ago
So I guess HTTPX2 (https://github.com/pydantic/httpx2) is wining the popularity contest over HTTPXYZ (https://codeberg.org/httpxyz/httpxyz)? I didn't actively adopt either but have been watching the latter.