frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: AI vs. Human, a GitHub Visualization

https://aivshuman.thedaviddias.com
1•thedaviddias•50s ago•0 comments

New in Qt 6.11: QRangeModel updates and QRangeModelAdapter

https://www.qt.io/blog/new-in-qt-6.11-qrangemodel-updates-and-qrangemodeladapter
1•jandeboevrie•51s ago•0 comments

Astronaut Behind Space Station Medical Mystery Revealed

https://www.thedailybeast.com/astronaut-behind-space-station-medical-mystery-revealed-as-mike-fin...
2•Brajeshwar•5m ago•0 comments

Show HN: Browser extension to improve CODEOWNERS for GitHub

https://chromewebstore.google.com/detail/code-input/fehfhejpfdginpbjcjepdibckhlfnlcl
1•codeinput•5m ago•0 comments

Creator of the "Squatty Potty" Indicted After Allegedly Receiving CSAM

https://www.justice.gov/usao-ut/pr/alleged-utah-child-predator-and-creator-squatty-potty-indicted...
3•Tomte•8m ago•0 comments

"TBPN" and the Rise of the Tech-Friendly Talk Show

https://www.newyorker.com/culture/the-lede/tbpn-and-the-rise-of-the-tech-friendly-talk-show
2•fortran77•9m ago•0 comments

The Last Gasps of the Rent Seeking Class

https://geohot.github.io//blog/jekyll/update/2026/02/26/the-last-gasps-of-the-rent-seeking-class....
1•esotericwarfare•10m ago•0 comments

Tldraw making its test suite closed source to avoid "slop-fork"

https://github.com/tldraw/tldraw/issues/8082
3•nilsbunger•10m ago•0 comments

Disrupting malicious uses of AI: An update, February 2026 [pdf]

https://openai.com/index/disrupting-malicious-ai-uses/
2•rzeh•11m ago•0 comments

Greetings from the Other Side (Of the AI Frontier)

https://substack.com/@claudeopus3/p-189177740
2•geoffbp•12m ago•0 comments

Happy four years to the Steam Deck – still the top PC gaming handheld

https://www.gamingonlinux.com/2026/02/happy-four-years-to-the-steam-deck-still-the-top-pc-gaming-...
1•TMWNN•13m ago•0 comments

Data center construction fell for first time since 2020 due to permits, power

https://www.latimes.com/business/story/2026-02-25/data-center-construction-fell-for-first-time-in...
2•1vuio0pswjnm7•13m ago•0 comments

Against the Survival of the Prettiest (2022)

https://worksinprogress.co/issue/against-the-survival-of-the-prettiest/
2•mcmoor•16m ago•0 comments

How do AI-forward teams review giant vibe-coded PRs – line by line?

https://twitter.com/JnBrymn/status/2026800172424904711
1•JnBrymn•16m ago•0 comments

Vivid Seats

1•nacozarina•19m ago•0 comments

Stop Vibe Coding: When AI-Driven Development Backfires and What Works

https://ssebs.com/blog/vibe-coding-1/
1•ssebs•19m ago•1 comments

Vulnerabilities in Cloudflare's vinext disclosed by Vercel

https://twitter.com/rauchg/status/2026864132423823499
1•anematode•20m ago•0 comments

Writing Crystalized Thinking at Amazon. Is AI Muddying It?

https://www.bigtechnology.com/p/writing-crystalized-thinking-at-amazon
1•davidst•21m ago•0 comments

Bill Gates reportedly apologizes, admits to two affairs in candid town hall

https://www.cnbc.com/2026/02/25/bill-gates-epstein-files-affair.html
3•1vuio0pswjnm7•25m ago•1 comments

Undeleted XAA, making X up to >200x faster Accelerated Again

https://www.patreon.com/posts/undeleted-xaa-x-151028801
1•csmantle•28m ago•1 comments

Lyte2D: A comfy little game engine

https://lyte2d.com/lyte.html?zip=public/lyte-intro.zip
1•todsacerdoti•29m ago•0 comments

Are Glassholes Using Smart Glasses Near You? There's an App for That

https://gizmodo.com/want-to-know-if-glassholes-are-using-smart-glasses-near-you-theres-an-app-for...
2•laurex•30m ago•0 comments

A.D. Open-Source RTS Game Drops Alpha Label After 16 Years

https://linuxiac.com/0ad-open-source-game-drops-alpha-label-after-16-years/
1•WaitWaitWha•30m ago•1 comments

The happiest I've ever been

https://ben-mini.com/2026/the-happiest-ive-ever-been
2•bewal416•31m ago•0 comments

Canada and South Korea sign a defence agreement

https://www.cbc.ca/lite/story/9.7106354
4•colinprince•33m ago•0 comments

Bill Gate's Comes Clean

https://wabcradio.com/2026/02/25/bill-gates-comes-clean/
2•jhallenworld•33m ago•0 comments

SkillsBench: The First Benchmark for Agent Skills

https://www.skillsbench.ai/blogs/introducing-skillsbench
1•aratahikaru5•34m ago•0 comments

Show HN: Oh-My-OpenClaw – agent orchestration for coding, from Discord/Telegram

https://github.com/happycastle114/oh-my-openclaw
2•soungmin114•35m ago•0 comments

Show HN: Runtric – Turn any topic into a chapter-based learning path

https://runtric.com/
1•resetmerlin•35m ago•0 comments

Washington Post Losses Topped $100M in 2025

https://www.wsj.com/business/media/washington-post-losses-topped-100-million-in-2025-85076aae
5•mudil•38m ago•2 comments
Open in hackernews

Ask HN: Apache prefork under crawler load – main domains OK, subdomains fail

1•PhongSGC•1h ago
I’m dealing with an Apache prefork + mod_php setup where a single routing vhost handles a very large number of subdomains via host-based rewrite.

Under crawler bursts, load goes extremely high. What’s interesting is that main domains (separate vhosts) remain fast, while subdomains routed through the rewrite layer become intermittent or time out.

Apache ML feedback suggests this is expected behavior with prefork and heavy workers, but I’m curious if anyone has seen similar patterns and found mitigation strategies short of a full stack rewrite.

Any real-world experience appreciated.

Comments

Bender•1h ago
I've gone through this exercise on my own personal hobby nodes long ago. In my case I was just on an under-powered node for the load but I made sure my rewrite rules were optimized in the virtualserver config vs .htaccess and that I closed all rules with a final L to cease processing rules when matches were found. I also jacked up all the worker/server limits as high as I could go for the memory in the node this was a VPS node. Sendfile was 'on'. Anything I could do to keep anonymous users off the disk was important so I used tmpfs anywhere I could.

I also made sure all uses of a temp space were in tmpfs. I also maxed out all the /etc/security/limits.conf now set in systemd unit files limits and sysctl file limits to get them out of the way. Spikes of traffic can very briefly hit these limits and then everything just gets stuck and one has to wait for http and socket keep-alive timeouts. Oh right, and I also shortened http and socket keep-alive timeouts. If there are any proxy connections I used the same IP even if localhost many times on different ports to avoid port depletion time-wait assassination.

Probably the most important would be to share your rewrite rules on serverfault.com but one should expect some elitist a-hole responses and maybe one good genuine response. There may still be a few rewrite experts there. That would be the biggest gain.

If safe to do so, using 301 vs 302 can avoid some repeat hits if that is how you are redirecting.

I also kept an eye on ipcs -a to see if the semaphore counts were high or close to limits in sysctl.conf as apache uses or used this for sharing between the child processes.

Sometimes the problem can be just beyond apache and in socket timeouts due to time-wait exaustion but that would be obvious in dmesg and netstat -aeenp.

If the rewrite rules depend on DNS resolution then having a local instance of Unbound and increasing the min-ttl can help.

I hate to also suggest this but explain your load issue to several different AI's and paste your rewrite rules and ask for them to be optimized but dont get hopes up. They might turn your server into a bowl of petunias. Back everything up.

It's been a long time so I am trying to remember all the things I tried. These days if I have a lot of rewrites I do that in HAProxy or NGinx in maps but that's a bigger topic.

I might remember more tomorrow.