frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Cerebras Code

https://www.cerebras.ai/blog/introducing-cerebras-code
208•d3vr•5h ago•91 comments

Coffeematic PC – A coffee maker computer that pumps hot coffee to the CPU

https://www.dougmacdowell.com/coffeematic-pc.html
124•dougdude3339•5h ago•30 comments

The Rickover Corpus: A digital archive of Admiral Rickover's speeches and memos

https://rickovercorpus.org/
20•stmw•2h ago•1 comments

Hardening Mode for the Compiler

https://discourse.llvm.org/t/rfc-hardening-mode-for-the-compiler/87660
6•vitaut•1h ago•0 comments

Show HN: Draw a fish and watch it swim with the others

https://drawafish.com
790•hallak•3d ago•207 comments

Weather Model based on ADS-B

https://obrhubr.org/adsb-weather-model
81•surprisetalk•2d ago•16 comments

Ethersync: Peer-to-peer collaborative editing of local text files

https://github.com/ethersync/ethersync
61•blinry•3d ago•8 comments

At 17, Hannah Cairo solved a major math mystery

https://www.quantamagazine.org/at-17-hannah-cairo-solved-a-major-math-mystery-20250801/
232•baruchel•10h ago•119 comments

Native Sparse Attention

https://aclanthology.org/2025.acl-long.1126/
83•CalmStorm•7h ago•9 comments

I couldn't submit a PR, so I got hired and fixed it myself

https://www.skeptrune.com/posts/doing-the-little-things/
196•skeptrune•10h ago•115 comments

Ask HN: Who is hiring? (August 2025)

160•whoishiring•12h ago•192 comments

Gemini 2.5 Deep Think

https://blog.google/products/gemini/gemini-2-5-deep-think/
416•meetpateltech•16h ago•207 comments

Does the Bitter Lesson Have Limits?

https://www.dbreunig.com/2025/08/01/does-the-bitter-lesson-have-limits.html
101•dbreunig•6h ago•55 comments

Researchers map where solar energy delivers the biggest climate payoff

https://www.rutgers.edu/news/researchers-map-where-solar-energy-delivers-biggest-climate-payoff
62•rbanffy•6h ago•33 comments

The tradeoff between human and AI context

https://softwaredoug.com/blog/2025/07/30/layers-of-ai-coding
6•softwaredoug•2d ago•0 comments

Tesla owes small businesses millions in unpaid bills [video]

https://www.cnn.com/2025/08/01/politics/video/inv-musk-unpaid-bills
26•MBCook•55m ago•3 comments

Anthropic revokes OpenAI's access to Claude

https://www.wired.com/story/anthropic-revokes-openais-access-to-claude/
120•minimaxir•5h ago•47 comments

Twentyseven 1.0

https://blog.poisson.chat/posts/2025-08-01-twentyseven.html
27•082349872349872•5h ago•3 comments

JavaScript retro sound effects generator

https://github.grumdrig.com/jsfxr/
5•selvan•3d ago•0 comments

Self-Signed JWTs

https://www.selfref.com/self-signed-jwts
85•danscan•8h ago•42 comments

Peak Energy just shipped the US's first grid-scale sodium-ion battery

https://electrek.co/2025/07/30/peak-energy-us-first-grid-scale-sodium-ion-battery/
10•breve•39m ago•1 comments

Launch HN: Societies.io (YC W25) – AI simulations of your target audience

79•p-sharpe•15h ago•45 comments

Deep Agents

https://blog.langchain.com/deep-agents/
108•saikatsg•7h ago•33 comments

Ask HN: Who wants to be hired? (August 2025)

72•whoishiring•12h ago•169 comments

What's Not to Like?

https://theamericanscholar.org/whats-not-to-like/
20•wyndham•2d ago•13 comments

Coverage Cat (YC S22) Is Hiring a Senior, Staff, or Principal Engineer

https://www.coveragecat.com/careers/engineering/software-engineer
1•botacode•10h ago

Show HN: TraceRoot – Open-source agentic debugging for distributed services

https://github.com/traceroot-ai/traceroot
26•xinweihe•10h ago•5 comments

Meta violated privacy law, jury says in menstrual data fight

https://www.courthousenews.com/meta-violated-privacy-law-jury-says-in-menstrual-data-fight/
44•danso•2h ago•6 comments

Google shifts goo.gl policy: Inactive links deactivated, active links preserved

https://blog.google/technology/developers/googl-link-shortening-update/
195•shuuji3•9h ago•149 comments

Make Your Own Backup System – Part 2: Forging the FreeBSD Backup Stronghold

https://it-notes.dragas.net/2025/07/29/make-your-own-backup-system-part-2-forging-the-freebsd-backup-stronghold/
93•todsacerdoti•3d ago•3 comments
Open in hackernews

Pride Versioning 0.3.0

https://pridever.org/
49•laacz•17h ago

Comments

neilellis•16h ago
Love it!
carterschonwald•16h ago
This is kinda what we’ve all been doing all along!
shredprez•16h ago
Finally, a versioning scheme that's rooted in reality
Spivak•13h ago
They forgot the real first digit, the marketing version.
blahgeek•16h ago
This makes more sense than it looks. semver is a lie because every change is a breaking change (Hyrum’s law)
mbirth•15h ago
I very much prefer Gregorian versioning. Also lets you instantly know whether that nice app you’ve just found mentioned somewhere is still being updated or abandoned for 5 years already.
eichin•15h ago
Do you mean calendar-year-major version numbers? (ubuntu aspell-en is "2020.12.07-0-1") I like the name, but google only found this comment mentioning it :-)
mbb70•15h ago
Normally just called calendar versioning
chrismorgan•15h ago
A more common name for it is calendar versioning.

One spec for such a thing is CalVer, but I flatly refuse to ever label anything as that, because they got their terminology horribly wrong, making MM be 1–12 and 0M 01–12 (and so on for each of Y, W and D too). YYYY.MM should obviously mean 2025.08, and 2025.8 should be YYYY.M.

cloudbonsai•15h ago
This is cute, but I find OpenSSL's version policy way funnier. Here I quote it verbatim from https://wiki.openssl.org/index.php/Versioning:

    *Major releases* that change one/both of the first two digits, which can break compatibility with previous versions

    *Minor releases* that change the last digit, e.g. 1.1.0 vs. 1.1.1, can and are likely to contain new features, but in a way that does not break binary compatibility. This means that an application compiled and dynamically linked with 1.1.0 does not need to be recompiled when the shared library is updated to 1.1.1. It should be noted that some features are transparent to the application such as the maximum negotiated TLS version and cipher suites, performance improvements and so on. There is no need to recompile applications to benefit from these features.

    *Letter releases,* such as 1.0.2a, exclusively contain bug and security fixes and no new features.
This is arguably the most important piece of software where people need to watch out for updates carefully, but its release version policy is a bit loony.
fao_•14h ago
> This is arguably the most important piece of software where people need to watch out for updates carefully, but its release version policy is a bit loony.

How so? That seems pretty well defined to me. Just because it's not major/minor/patch, doesn't mean that it's bad

frizlab•14h ago
They changed that; they are mostly (but not exactly) semver now.

https://github.com/openssl/general-policies/blob/master/poli...

antoncohen•11h ago
Oh, but what about Ruby's versioning policy, which they call "Semantic Versioning", but the semantics are:

> MINOR: increased every christmas, may be API incompatible

That's right, the semantic meaning behind minor versions is that they are released on Christmas Day. They may or may not be API compatible, who knows.

https://www.ruby-lang.org/en/news/2013/12/21/ruby-version-po...