frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI-Assisted Cognition Endangers Human Development

https://heidenstedt.org/posts/2026/ai-assisted-cognition-endangers-human-development/
187•i5heu•2h ago•113 comments

Open Source Isn't Dead. Cal.com Just Learned the Wrong Lesson

https://www.strix.ai/blog/cal-com-is-closing-its-code-due-to-ai-threats
283•bearsyankees•4h ago•160 comments

Google Broke Its Promise to Me. Now ICE Has My Data

https://www.eff.org/deeplinks/2026/04/google-broke-its-promise-me-now-ice-has-my-data
597•Brajeshwar•2h ago•247 comments

God Sleeps in the Minerals

https://wchambliss.wordpress.com/2026/03/03/god-sleeps-in-the-minerals/
374•speckx•7h ago•81 comments

Live Nation Illegally Monopolized Ticketing Market, Jury Finds

https://www.bloomberg.com/news/articles/2026-04-15/live-nation-illegally-monopolized-ticketing-ma...
103•Alex_Bond•1h ago•29 comments

Fix monitor that goes black, off or blinks due to static electricity in chair

https://aalonso.dev/blog/2023/how-to-fix-monitor-that-goes-black-off-due-to-static-electricity-in...
69•cyclopeanutopia•3d ago•34 comments

Want to Write a Compiler? Just Read These Two Papers (2008)

https://prog21.dadgum.com/30.html
401•downbad_•10h ago•123 comments

Flock employees caught watching kids gymnastic class and pools

https://substack.com/home/post/p-193593234
54•enaaem•54m ago•7 comments

Cal.com is going closed source

https://cal.com/blog/cal-com-goes-closed-source-why
95•Benjamin_Dobell•4h ago•101 comments

Good Sleep, Good Learning (2012)

https://super-memory.com/articles/sleep.htm
309•downbad_•11h ago•149 comments

Do you even need a database?

https://www.dbpro.app/blog/do-you-even-need-a-database
140•upmostly•7h ago•207 comments

Golden eagles' return to English skies gets government backing

https://www.bbc.co.uk/news/articles/cje4zlxqkqdo
13•techterrier•3d ago•6 comments

Adaptional (YC S25) Is Hiring Founding AI Engineers

https://www.ycombinator.com/companies/adaptional/jobs/k7W6ge9-founding-engineer
1•acesohc•3h ago

Kalshi CEO expects US DOJ to prosecute insider trading cases

https://www.semafor.com/article/04/15/2026/kalshi-ceo-tarek-mansour-expects-us-doj-to-prosecute-i...
74•thm•2h ago•66 comments

Show HN: Jeeves – TUI for browsing and resuming AI agent sessions

https://github.com/robinovitch61/jeeves
7•lrobinovitch•54m ago•0 comments

Anna's Archive loses $322M Spotify piracy case without a fight

https://torrentfreak.com/annas-archive-loses-322-million-spotify-piracy-case-without-a-fight/
229•askl•12h ago•240 comments

Forcing an inversion of control on the SaaS stack

https://www.100x.bot/a/client-side-injection-inversion-of-control-saas
54•shardullavekar•5d ago•37 comments

PiCore - Raspberry Pi Port of Tiny Core Linux

http://tinycorelinux.net/5.x/armv6/releases/README
3•gregsadetsky•39m ago•0 comments

Farmer Arrested for Speaking Too Long at Datacenter Town Hall Vows to Fight

https://www.404media.co/farmer-arrested-for-speaking-too-long-at-datacenter-town-hall-vows-to-fight/
20•sudonanohome•54m ago•11 comments

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
54•muchael•4h ago•17 comments

Show HN: GNU Grep as a PHP Extension

https://github.com/hparadiz/ext-gnu-grep
18•hparadiz•5d ago•4 comments

How do Wake-On-LAN works

https://blog.xaner.dev/post/wake-on-lan/
68•swq115•4d ago•24 comments

The Future of Everything Is Lies, I Guess: New Jobs

https://aphyr.com/posts/419-the-future-of-everything-is-lies-i-guess-new-jobs
215•aphyr•6h ago•144 comments

Wacli – WhatsApp CLI

https://github.com/steipete/wacli
215•dinakars777•13h ago•144 comments

Gemini Robotics-ER 1.6

https://deepmind.google/blog/gemini-robotics-er-1-6/
180•markerbrod•6h ago•56 comments

Costasiella kuroshimae – Solar Powered animals, that do indirect photosynthesis

https://en.wikipedia.org/wiki/Costasiella_kuroshimae
123•vinnyglennon•3d ago•49 comments

Pretty Fish: A better mermaid diagram editor

https://pretty.fish/
133•pastelsky•6d ago•23 comments

Users lose $9.5M to fake Ledger wallet app on the Apple App Store

https://www.web3isgoinggreat.com/?id=fake-ledger-app
40•CharlesW•1h ago•17 comments

Jury Finds Live Nation Acts as a Monopoly in a Victory for States

https://www.nytimes.com/2026/04/15/arts/music/live-nation-antitrust-trial-verdict-monopoly.html
28•gbourne1•1h ago•1 comments

Fixing a 20-year-old bug in Enlightenment E16

https://iczelia.net/posts/e16-20-year-old-bug/
244•snoofydude•15h ago•146 comments
Open in hackernews

Show HN: GNU Grep as a PHP Extension

https://github.com/hparadiz/ext-gnu-grep
18•hparadiz•5d ago

Comments

cynicalsecurity•1h ago
Interesting project, writing a useful PHP extension is an every web developer's dream.

However, the licence choice is weird. It's really asking to be MIT. Any company bigger than 2 people pays attention to that. Most web projects are proprietary. GPL‑v3-or-later is not appropriate for proprietary/closed-source.

Also, the README is lacking a nicely looking comparison chart, motivating people why they should use your project instead of just running grep in shell_exec. I'm very unlikely to run the benchmarking scripts myself. You have to convince me why your project is better than the established industry practice.

cdcarter•54m ago
The plugin directly adapts code from GNU Grep, so they MUST release it under the GPL, as far as I understand.
fishgoesblub•52m ago
> GPL‑v3-or-later is not appropriate for proprietary/closed-source.

Perhaps that's the intent of the author. Not everyone is a fan of allowing companies to use your project for their closed source, proprietary garbage.

It's refreshing to see a project that isn't MIT.

hparadiz•3m ago
Thank you for your thoughts.

I made this as a joke with AI in about two hours because I kept seeing this pattern where code bases were grepping for classes because it was faster than anything else available to PHP userspace.

This is a runtime extension so it doesn't preclude you from using it as it would not be considered part of your proprietary code. Similar to how running grep through shell_exec is not the same as incorporating GPL code in your code. I suppose that is a matter of philosophical and legal opinion but I believe my interpretation is the de facto reality.

As for benchmarks there is a thing in the docs folder talking about that. I spend some time on it. The tldr is the PHP runtime is slower to startup so the overall slowness for PHP was 20% slower compared to the grep CLI but that's an apples to oranges comparison because if you already have a php thread running doing an extra ggrep call in userspace is going to be faster then grep because the binary doesn't need time to load into memory.

I just wanted to throw this code out there in case it's useful to anyone but I was considering write a new one for ripgrep or ag because they are both faster than GNU/Grep.