frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Laya the open source version of Jev

https://laya.convaiinnovations.com/
501•nandakishor_ml•5h ago•125 comments

A graphical desktop for the ZX Spectrum

https://github.com/mindbox77/zxdesk
60•graemep•2h ago•39 comments

Tin: full-text search for Postgres

https://planetscale.com/blog/introducing-tin
74•ksec•2h ago•24 comments

AI-generated posters don’t have to be horrible

https://john.hartnup.uk/2026/06/07/ai-event-posters.html
714•ereiamjh•7h ago•427 comments

Human brain is two separate organs, Stanford Medicine-led research finds

https://med.stanford.edu/news/all-news/2026/09/two-separate-brains.html
473•emigre•10h ago•176 comments

Jobs Without LeetCode

https://noleet.lol/jobs
9•monological•1h ago•0 comments

Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'

https://www.quantamagazine.org/black-holes-or-black-hole-stars-astronomers-spar-over-webb-telesco...
43•jandrewrogers•1d ago•11 comments

“The Secret Life of Circuits” is here

https://blog.coredump.cx/p/the-secret-life-of-circuits-is-here
180•surprisetalk•3d ago•49 comments

Android 17 is the first since 3.x to add new APIs without releasing to the AOSP

https://grapheneos.social/@GrapheneOS/117282080803799576
974•theanonymousone•21h ago•543 comments

I built the fastest PHP webserver in the world

https://qbixserver.com
23•EGreg•1d ago•16 comments

Leaving DigitalOcean, one site at a time

https://keith.is/post/leaving-digitalocean/
3•carnevalem•19m ago•0 comments

Agreement between the USA and Denmark (1951,2004) [pdf]

https://www.state.gov/wp-content/uploads/2019/02/04-806-Denmark-Defense.done_.pdf
9•closingreunion•1h ago•1 comments

Asking Authors About Their Own Papers

https://medium.com/@TmlrOrg/asking-authors-about-their-own-papers-3d2e04e5dee0
54•stefanpie•2d ago•29 comments

What Zig felt like, coming from Rust

https://besok.github.io/posts/what-zig-felt-like-coming-from-rust/
93•ksec•2h ago•95 comments

San Francisco Onion Futures Company

https://onionfutures.com/
296•z-mach9•12h ago•105 comments

GPT-6 Astra Solves a WWI German Radio Cipher

https://www.prinzai.com/p/gpt-6-astra-solves-a-wwi-german-radio
243•nsoonhui•9h ago•126 comments

If math is more than proof, we need to better celebrate the rest of it

https://terrytao.wordpress.com/2026/09/18/if-math-is-more-than-proof-we-need-to-better-celebrate-...
231•num42•10h ago•186 comments

New evidence for hidden chambers beyond Tutankhamun's tomb

https://www.nature.com/articles/d41586-026-02621-2
19•rndsignals•2d ago•1 comments

Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy

https://theconversation.com/learning-another-language-may-be-one-of-the-best-ways-to-keep-your-br...
40•nativeit•2h ago•33 comments

Cloudflare Quick Tunnels

https://try.cloudflare.com/
773•jcbhmr•1d ago•301 comments

How to Write with an LLM

https://sockpuppet.org/blog/2026/09/17/how-to-write-with-an-llm/
556•joeriddles•1d ago•360 comments

You can run Git on object storage if you re-make packfiles

https://www.tigrisdata.com/blog/objgit-packfiles/
101•evacchi•2d ago•23 comments

Communication by means of modulated Johnson noise

https://www.pnas.org/doi/10.1073/pnas.2201337119
38•austinallegro•2d ago•18 comments

Saving another 100TB of RAM

https://blog.cloudflare.com/saving-100-tb-of-ram-with-math/
417•f311a•21h ago•89 comments

SDCC – Small Device C Compiler

https://sdcc.sourceforge.net/
111•lioeters•14h ago•23 comments

Ray Ozzie and the Optimism of Being Early

https://reproof.app/blog/lotus-notes-history
16•maguay•2d ago•9 comments

Science Is Open Software

https://jepedersen.dk/blog/202505_research/
135•jegp•14h ago•50 comments

From Stonemasons to Carpenters

https://thelastsoftwareengineer.substack.com/p/from-stonemasons-to-carpenters
36•azhenley•1d ago•4 comments

Why building a Rust LSP is hard

https://rust-glancer.github.io/blog/why-lsp-is-hard/
116•agluszak•2d ago•44 comments

Ctenophores: Wonders of Biology

https://www.quantamagazine.org/ctenophores-arent-just-beautiful-theyre-biological-wonders-20260916/
54•randomImmigrant•2d ago•7 comments
Open in hackernews

I built the fastest PHP webserver in the world

https://qbixserver.com
23•EGreg•1d ago

Comments

mpalmer•45m ago
I'm confused why the copy you generated repeatedly boasts "no nginx, no Redis" as if those things don't exist independently of application servers for a reason, and as if building something that doesn't need these things (when deployed as a single instance) is particularly notable.

"no Docker" - so what? Docker is a tool. Running containers on Linux has extremely low overhead. No idea what this is about.

You didn't spend the effort to decorate the slop with your rationale for these choices, so I see no evidence that you built any of this.

tobz1000•38m ago
One of the biggest shortcomings I often see with LLM-produced content, following a planning conversation, is that they misunderstand the breadth of the domain for which a detail is relevant or interesting.

So if it fixes a bug where function was accidentally deleting a file, it will update the function's documentation with "does not delete any important files", as if that's a key feature and not just one of a million things it should not do.

The same pattern repeats when an LLM is left to generate its own copy after a brainstorming and architecting session. It has no concept of what's important to the end-user.

ramon156•34m ago
The only LLM that does this wel (in my opinion) is gemini. if i ask claude to fix comments, it very clearly fails in doing so. Gemini actually seems to understand the scope of a task
iinnPP•25m ago
In the specific context though, it is relevant. So the aside is more closely related to the behavior being outlined.
bel8•35m ago
In the context of PHP it is notable to be able to run a production grade web server without nginx/apache/docker in front of it.

PHP doesn't have a production grade built-in server like .NET's Kestrel.

vachina•26m ago
PHP is stable enough to not need Docker.

As in there’s very little ways to fuck up a PHP setup.

You just turn it on and it runs.

tcfhgj•6m ago
then find out you need to install and configure a series of php extensions
LoganDark•36m ago
You don't need your database on a dedicated server. Not sure why the comparison table claims "$30 + DB server" when your web server is a perfectly good server already.
iinnPP•30m ago
Presumably to remove it from the need to calculate. Everyone is using a different approach and one DB may require a lot more than the 30$ server can provide.

Now everyone can understand the math.

BatchJob•22m ago
You can see the slop through the headline. No need to click. Posts like this are turning the internet into a trash pile. Nobody needs this slop, abandonware.

Heres the template:

"I" <--- prompted some LLM

"built" <--- to generate code for a

"fastest" <-- insert specious claim here

"PHP server" <-- thing

"And I prompted the LLM to build a website" <---- link

Im sorry folks but this just doesnt cut it anymore. I dont think it ever did.

ceejayoz•18m ago
I saw someone promote their new simple framework today. It was all TODOs.
bliteben•17m ago
I feel like HN has had posts like this for 15 years. This one is just an opportunity to discuss where php falls with llms in the mix.
croisillon•8m ago
Just because LLMs can write copy for webpages doesn't mean they should. A landing page should not warrant a tl;dr.

https://news.ycombinator.com/item?id=49665895

etchalon•18m ago
I haven't used PHP as a daily workhorse in a decade, so I guess I don't understand why I would want a web server in pure PHP? Nginx exists.
dingdingdang•4m ago
I for one do not get the hate, nobody needs to use/or-waste-time-commenting on this project if they have no need/want. However, I do agree that it needs some more contributors on-board alongside with a couple months more support and bug squashing. And yes: better rewrite that website without the clanger involved in the wording! ;)

On a positive note: the performance is genuinely impressive.. what does it take to unlock this performance if I'm NOT running one of the big "usual" frameworks? The devil is always in the detail, best get some practical advice up on exactly what needs to happen with a medium piece of custom code to get it to said max performance.

bawolff•4m ago
for reference this is the interesting bit:

> run many workers. The server loads your entire framework into a parent process, then calls pcntl_fork() to create workers. The kernel marks the parent’s pages copy-on-write. Workers share every loaded class — they only pay for pages they actually write to during the request.

So its essentially preloading the memory layout. Cool idea.