frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Secure private networking for users, nodes, agents, Workers – Cloudflare Mesh

https://blog.cloudflare.com/mesh/
2•cantaloupe•5m ago•1 comments

Contra Byrnes on UV and Cancer

https://hedonicescalator.substack.com/p/contra-byrnes-on-uv-and-cancer
1•paulpauper•6m ago•0 comments

Race for the best cybersecurity model heating up

https://www.reuters.com/technology/openai-unveils-gpt-54-cyber-week-after-rivals-announcement-ai-...
1•gaurangt•6m ago•0 comments

What Claude Code's Source Revealed About AI Engineering Culture

https://techtrenches.dev/p/the-snake-that-ate-itself-what-claude
1•lucketone•9m ago•0 comments

Why Affordability Isn't the Same as Falling Prices

https://www.urbanproxima.com/p/why-affordability-isnt-the-same-as
1•paulpauper•9m ago•0 comments

Show HN: We fine-tuned an AI model for log search – Accuracy 50% to 80%

https://thedex.run/blog/why-general-purpose-ai-fails-at-log-search
1•rkorlimarla•11m ago•0 comments

Show HN: GizmoSauce – no-code website widgets

https://demo.gizmosauce.com/demos/little-caesars/
1•endurant_dev•11m ago•0 comments

GitHub webhook secrets leaked in headers

https://gist.github.com/ltrgoddard/7abfc8e4123e403505dfbe767a2487ab
1•ltrg•11m ago•1 comments

Gemini Plugin for Claude Code

https://github.com/sakibsadmanshajib/gemini-plugin-cc
1•sakibss•12m ago•0 comments

Painful learnings from sponsoring a tech conference in SF

https://www.terezatizkova.com/writing/conference-booths
2•tizkovatereza•13m ago•1 comments

Civilization Is Not the Default. Violence Is

https://apropos.substack.com/p/civilization-is-a-public-good
5•paulpauper•13m ago•1 comments

MetaBrainz is looking for a new executive director

https://blog.metabrainz.org/2026/04/14/seeking-a-new-executive-director/
1•MrKomodoDragon1•16m ago•0 comments

Overcoming OSS Contribution Anxiety

https://ym2132.github.io/vllm_make_awq_models_work_batch_invariance.html
1•Two_hands•17m ago•0 comments

Dark matter could be black holes from a different universe

https://theconversation.com/could-dark-matter-be-made-of-black-holes-from-a-different-universe-27...
2•samizdis•17m ago•0 comments

H.R.8250 – To require operating system providers to verify the age of any user

https://www.congress.gov/bill/119th-congress/house-bill/8250/all-info
8•cft•18m ago•0 comments

ChatGPT, make me a corporate takeover strategy

https://twitter.com/_nathancalvin/status/2044071303968145806
1•yoyohello13•21m ago•0 comments

Cement firm Lafarge found guilty of financing terrorism in Syria

https://www.swissinfo.ch/eng/various/cement-firm-lafarge-found-guilty-of-financing-terrorism-in-s...
2•Teever•21m ago•0 comments

I asked Claude how it wants to browse the web. It built LAD (LLM-as-DOM)

https://github.com/menot-you/llm-as-dom
1•tiago-im•22m ago•0 comments

Why I'm selling all my real estate – by Graham Stephan

https://grahamstephan.substack.com/p/im-selling-everything
1•bilsbie•24m ago•1 comments

BridgeBase – A Quantum-Safe Gateway for AI Agents (ML-KEM-768)

https://pqc-gateway-production.up.railway.app/
1•huzaiiiiiiiii•24m ago•0 comments

Have attendees wear your startup's merch at YC Startup School India

https://www.surfacearea.shop/
4•demod6•26m ago•1 comments

Hodor: a simple knowledge base for security and trust and safety

https://github.com/bq33/HODOR
1•33bquinn•28m ago•1 comments

The Secret Language of Ships

https://hakaimagazine.com/videos-visuals/the-secret-language-of-ships/
2•bookofjoe•30m ago•0 comments

The $10k-a-year college education has arrived (1981)

https://www.nytimes.com/1981/02/19/nyregion/the-10000-a-year-college-education-has-arrived.html
1•downbad_•31m ago•1 comments

Show HN: WM Arena – Can you tell real Atari gameplay from AI predictions?

https://arena.worldflux.ai/quiz
1•Yoshi_Hyoda•33m ago•0 comments

Fuck the Cloud (2009)

https://ascii.textfiles.com/archives/1717
3•downbad_•36m ago•2 comments

TruffleRuby 34 Is Released

https://truffleruby.dev/blog/truffleruby-34-is-released
2•ksec•37m ago•0 comments

Show HN: Ernie-Image: AI Poster, Comic and Text-in-Image Generator

https://ernie-image.ai
1•sarkory•39m ago•0 comments

Personal Agent Rankings – OpenRouter

https://openrouter.ai/apps/category/productivity/personal-agent?period=week
2•obilgic•39m ago•0 comments

Your codebase doesn't care how it got written

https://robbyonrails.com/articles/2026/04/14/your-codebase-doesnt-care-how-it-got-written/
3•robbyrussell•40m ago•1 comments
Open in hackernews

Ask HN: Why is big O often used in CS when omega or theta should be used?

2•amichail•11mo ago
Do most people not know about omega and theta or perhaps they intentionally misuse asymptotic notation?

Comments

adrianN•11mo ago
Finding lower bounds is generally more difficult.
amichail•11mo ago
People often use big O notation in all cases including for lower bounds.
adrianN•11mo ago
BigO for lower bounds is plain wrong
numpad0•11mo ago
Those aren't in the ASCII table.
compressedgas•11mo ago
I've found some people on a well known QA site to be so strict with big-O notation that I don't use it anymore and instead only refer to constant, linear, quadratic time and so on. Even when O(1), O(n), O(n^2) would be actually easier to write even if they are technically wrong.