frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude Sonnet will ship in Xcode

https://developer.apple.com/documentation/xcode-release-notes/xcode-26-release-notes
285•zora_goron•7h ago•220 comments

Strange CW Keys

https://sites.google.com/site/oh6dccw/strangecwkeys
63•austinallegro•3h ago•18 comments

Make any site multiplayer in a few lines. Serverless WebRTC matchmaking

https://oxism.com/trystero/
69•haxiomic•3d ago•17 comments

Ask HN: The government of my country blocked VPN access. What should I use?

941•rickybule•15h ago•526 comments

The Synology End Game

https://lowendbox.com/blog/they-used-to-be-good-but-now-theyve-turned-to-evil-the-synology-end-game/
19•amacbride•1h ago•2 comments

Lucky 13: a look at Debian trixie

https://lwn.net/Articles/1033474/
81•signa11•5h ago•18 comments

A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it

https://lowendbox.com/blog/a-deep-dive-into-debian-13s-tmp-whats-new-and-what-to-do-if-you-dont-l...
97•shaunpud•5h ago•60 comments

PSA: Libxslt is unmaintained and has 5 unpatched security bugs

https://vuxml.freebsd.org/freebsd/b0a3466f-5efc-11f0-ae84-99047d0a6bcc.html
45•burnt-resistor•3h ago•11 comments

Some thoughts on LLMs and software development

https://martinfowler.com/articles/202508-ai-thoughts.html
280•floverfelt•12h ago•245 comments

Fuck up my site – Turn any website into beautiful chaos

https://www.fuckupmysite.com/?url=https%3A%2F%2Fnews.ycombinator.com&torchCursor=true&comicSans=t...
237•coloneltcb•10h ago•77 comments

AI adoption linked to 13% decline in jobs for young U.S. workers: study

https://www.cnbc.com/2025/08/28/generative-ai-reshapes-us-job-market-stanford-study-shows-entry-l...
300•pseudolus•17h ago•427 comments

Uncertain<T>

https://nshipster.com/uncertainty/
328•samtheprogram•14h ago•71 comments

My startup banking story (2023)

https://mitchellh.com/writing/my-startup-banking-story
249•dvrp•12h ago•119 comments

The Space Shuttle Columbia disaster and the over-reliance on PowerPoint (2019)

https://mcdreeamiemusings.com/blog/2019/4/13/gsux1h6bnt8lqjd7w2t2mtvfg81uhx
125•scapecast•10h ago•102 comments

Launch HN: Dedalus Labs (YC S25) – Vercel for Agents

68•windsor•15h ago•13 comments

An eyecare foundation model for clinical assistance

https://www.nature.com/articles/s41591-025-03900-7
13•jameslk•9h ago•1 comments

Expert: LSP for Elixir

https://github.com/elixir-lang/expert
124•pimienta•10h ago•12 comments

AI coding made me faster, but I can't code to music anymore

https://www.praf.me/ai-coding
139•_praf•2d ago•137 comments

Python: The Documentary [video]

https://www.youtube.com/watch?v=GfH4QL4VqJ0
199•chmaynard•8h ago•64 comments

How life-size cows made of butter became an iconic symbol of the Midwest

https://www.smithsonianmag.com/smithsonian-institution/how-life-size-cows-made-of-butter-became-a...
11•noleary•3d ago•8 comments

Rupert's Property

https://johncarlosbaez.wordpress.com/2025/08/28/a-polyhedron-without-ruperts-property/
54•robinhouston•9h ago•8 comments

Sometimes CPU cores are odd

https://anubis.techaro.lol/blog/2025/cpu-core-odd/
82•rbanffy•10h ago•101 comments

Building your own CLI coding agent with Pydantic-AI

https://martinfowler.com/articles/build-own-coding-agent.html
149•vinhnx•13h ago•30 comments

Thrashing

https://exple.tive.org/blarg/2025/08/26/thrashing/
63•pch00•1d ago•11 comments

In Search of AI Psychosis

https://www.astralcodexten.com/p/in-search-of-ai-psychosis
132•venkii•2d ago•95 comments

Web Bot Auth

https://developers.cloudflare.com/bots/reference/bot-verification/web-bot-auth/
55•ananddtyagi•13h ago•48 comments

TuneD is a system tuning service for Linux

https://tuned-project.org/
63•tanelpoder•3d ago•19 comments

Powerful GPUs or Fast Interconnects: Analyzing Relational Workloads

https://vldb.org/pvldb/volumes/18/paper/Powerful%20GPUs%20or%20Fast%20Interconnects%3A%20Analyzin...
3•matt_d•3d ago•1 comments

You no longer need JavaScript: an overview of what makes modern CSS so awesome

https://lyra.horse/blog/2025/08/you-dont-need-js/
194•todsacerdoti•11h ago•111 comments

RSS is awesome

https://evanverma.com/rss-is-awesome
205•edverma2•8h ago•84 comments
Open in hackernews

RFC 8594: The Sunset HTTP Header Field (2019)

https://datatracker.ietf.org/doc/html/rfc8594
28•aiven•12h ago

Comments

aiven•12h ago
Why do libraries such as Requests or HTTPX not support this out of the box? It would be really useful to have automatic warning or sentry event after deprecation response.

I understand that this functionality can be easily added as a plugin, but not everyone is aware that such a thing even exists. With default support, it will be easier to upgrade to new API versions and keep stuff up to date.

bayindirh•11h ago
I'll argue that if these features are more widely known and respected, we wouldn't need to re-invent these kinds of elegant solutions with clunky and thick stacks, over and over again.
AlienRobot•10h ago
I'll argue that the major problem with everything in software is that there is no place for random developers to discuss standards they might want to implement

For example, if drag and drop and copy and paste didn't exist, it probably wouldn't be created today because you need 2 programs to agree on accepting the format (you can't even drag and drop from most software except file managers...). And even conventions that ALREADY exist are being forgotten with every year.

tialaramex•7h ago
Isn't there though? I feel as though actually there usually is a place to ask if you bothered to do so and the trouble is more than people don't even check.
pimterry•9h ago
I suggested exactly that (for the closely related Deprecation header) to Requests a few years ago, they feel it's the application's responsibility, discussion here: https://github.com/psf/requests/issues/5724
treve•9h ago
My REST client emits this to console.log out of the box, and it's been really useful https://github.com/badgateway/ketting

It's nice when tooling builds this sort of stuff in, because it also encourages APIs to implement it.

tveita•7h ago
How would it behave? The standard as written doesn't suggest any appropriate client behaviour.

It explicitly doesn't have to mean deprecation, the standard says it could also be returned from any short-lived resource. There's no way to see if the header applies to the whole server or just the specific resource or even query parameters, and no way to deduplicate to ignore known warnings.

dang•10h ago
Related. Others?

The Sunset HTTP Header Field - https://news.ycombinator.com/item?id=19926775 - May 2019 (82 comments)

marcosdumay•7h ago
Oh, this creates a header field called "Sunset". The title made me scared for a bit.
fogzen•5h ago
Poor choice of terminology. Why not “Deprecated-After” or something actually descriptive.

“Sunset” is marketing speak.

JdeBP•28m ago
It is legal, rather than marketing, speak. "Sunset clause" has been widely-used legal jargon for a good half century at this point, possibly longer.