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
122•dougdude3339•5h ago•30 comments

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

https://rickovercorpus.org/
19•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

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

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

Weather Model based on ADS-B

https://obrhubr.org/adsb-weather-model
79•surprisetalk•2d ago•16 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•191 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•54m ago•2 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/
4•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•38m 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

What's Not to Like?

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

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

72•whoishiring•12h ago•168 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

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

https://blog.google/technology/developers/googl-link-shortening-update/
194•shuuji3•9h ago•149 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/
43•danso•2h ago•6 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

PHP-ORT: Machine learning inference for the web

https://krakjoe.github.io/ort/
82•Bogdanp•3d ago

Comments

VivaTechnics•3d ago
That's super cool. But do young devs/engineers even touch PHP these days? I haven't coded in it seriously for over a decade. But keep it up!
hu3•19h ago
I know probably 10 or more young PHP devs and zero Rust devs (regardless of age).
dalemhurley•14h ago
Rust seems like something everyone talks about but no one actually uses.
lousken•18h ago
i know js devs switching to php, modern php is something quite different than the old one
dalemhurley•14h ago
I wish more people would. The eco system is so good.
avan1•18h ago
about 6 months ago we hired a 24 aged guy as a php developer (with more than 3 year experience). so yes. with recent changes in PHP, like modernize stack, good frameworks (laravel, symfony, hyperf) and huge speed it gains from new runtimes like swoole, openswoole, frankenphp, it is really good stack to start new projects and have almost zero need for future migration to something else. i need to mention we have GO in our backend stack as well and no plan to migrate anything but in our case GO services can easily be replaced with new PHP runtimes and we would have no performance issues.
anonzzzies•17h ago
I know several people who got burn out working in the js ecosystem and who went to php instead. Finally things are quiet, stable and fast. Older people I know don't really care (I worked with IBM software in the 80s/90s, talking about slow and bloated), but the younger ones get very upset with the churn, bloat, overhead, etc.
dalemhurley•14h ago
I work in an innovation team in a tech company, we are free to choose our own stacks. I went for Laravel, one of the other engineering leads, RoR fan, went for NextJS. One of us is very happy with their batteries included stack, the other keeps telling me how much they miss RoR.
rambambram•15h ago
> But do young devs/engineers even touch PHP these days?

Of course! I'm 41 and still code in PHP. ;)

dalemhurley•14h ago
PHP is great, especially with Laravel.
phplovesong•12h ago
PHP has been on a steady decline for the last 10-15 years. Its a slow process, but in the end it most likely will fade out.
devmor•11h ago
I don't know about trends among young developers, but I can tell you that the majority of the fintech world that isn't Microsoft centered (or ancient COBOL hieroglyphics) runs on PHP these days.

I ended up finding myself in finance because I had so much PHP experience from bespoke ecommerce and never left because it's everywhere.

Other language ecosystems have things I like better personally, but if you master PHP, you will never have a problem finding work.

dib258•19h ago
Thank you for working on this! Since there was no option available, we were required to use Python with some API or just plain API for the major paid models. Now with ONNX we can load open-source model and use them.

Keep up the good work and I hope this will bring a lot more packages that will make this ecosystem a little more up-to-date!

cubefox•18h ago
So basically NumPy, but for PHP. The benchmarks look good.
flufluflufluffy•11h ago
Yeah, I was a little confused at all the talk about ML becoming a first class citizen in the language, when in reality it’s just a math library. (a seemingly good math library to be fair!)

I don’t know though, I feel like calling out to an API for doing ML stuff in PHP is always gonna make more sense. The compute power in services offered by AI companies are typically gonna be better than what you probably have on the server that’s running your PHP code. Unless your business is completely built around doing some kind of ML inference AND you went all in on PHP for the backend, then I guess it would make sense.

It’s still a cool extension. I myself still maintain multiple websites built with PHP. It’s not dead people!

conradfr•18h ago
> Every modern application needs intelligent features

I'm not so sure about that. And I don't even know how and for what I would use any of that.

> stay relevant in an AI-first world or risk obsolescence

Damn I'm doomed :)

There's also https://github.com/symfony/ai for a more LLM focused library which it seems https://github.com/php-llm/ migrated to.

pyman•18h ago
Check the photo in your pocket, are you fading? Quick, go write some AI before you disappear completely!
lofaszvanitt•16h ago
Just what we needed....
ulrischa•15h ago
This is great. Very rudimentary in this state but the right direction. What php also needs is a good lib for NLP in different languages
aanthonymax•15h ago
Interesting idea! No matter what anyone says, PHP is still used today and will be used
devops000•14h ago
I don’t believe that 78% of websites run on PHP
zoover2020•14h ago
Anyone who cafés about security would stay away from PHP. Certainly more than 22% of the web.
user3939382•14h ago
Oh really? Why is that. Let's talk about globals from 2005.
agrunyan•7h ago
It’s not 2005? How is this even an argument? Age-old opinions of PHP are do not reflect the modern state of PHP and its ecosystem.
askonomm•13h ago
Cargo-culting bs that you heard from somewhere and never bothered to fact check? Shame on you.
smallerfish•14h ago
They're counting wordpress, drupal, various forums, etc. They make up a huge percentage of custom sites.

If you're talking only custom built stacks, the percentage is definitely lower, but probably still surprisingly high.

phplovesong•12h ago
Its a "fact" PHP devs love. The truth is 95% of PHP is not actaully PHP, bit wordpress/drupal and the other cms's.

Its click, drag, click drag and the underlying tech has zero importance really.

kylecazar•12h ago
78% of websites where it can be deduced from client side code what server side tech is used. W3tech published this statistic, and the whole community picked it up while ignoring that very important caveat.

Not a very meaningful statistic.

tiffanyh•14h ago
I wonder what Pieter Levels uses, since all of his apps are PHP based and he has a number of AI/ML offerings these days.

https://levels.io/

cholmon•13h ago
He's mentioned (on twitter, and his Lex Fridman interview) relying on https://replicate.com/ and https://fal.ai/ as the workhorses for his AI stuff.
phplovesong•12h ago
If 78% of the web is PHP, then 1799% of the web must be javascript.