frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: The AI agent that can improve itself

https://github.com/Grimm67123/GrimmBot
1•grimm8000•4m ago•0 comments

1-bit inference of 0.8M param GPT running inside 8192 bytes of sram

https://twitter.com/monty10x/status/2043399937073754117
2•montyanderson•5m ago•0 comments

Show HN:Lumisift – improves data retention in RAG from ~40% to 87%

https://github.com/Saeedmora/Lumisift
1•benmora•9m ago•0 comments

Waymo's Robot Car Testing Ends in NYC After Permits Expire

https://www.thecity.nyc/2026/04/06/waymo-driverless-cars-testing-roads-autonomous-vehicle/
3•theahura•10m ago•1 comments

Hackers claim control over Venice San Marco anti-flood pumps

https://securityaffairs.com/190679/hacktivism/hackers-claim-control-over-venice-san-marco-anti-fl...
2•lschueller•11m ago•0 comments

Information Management: A Proposal (1989)

https://repository.cern/records/6kxvc-v6203
2•jruohonen•11m ago•1 comments

Acting Opportunities

1•mtrojlm•12m ago•0 comments

Writing Design Docs

https://blog.ceejbot.com/posts/design-docs/
1•ProfDreamer•13m ago•0 comments

OpenAI says to update Mac apps ChatGPT and Codex as security precaution

https://9to5mac.com/2026/04/10/openai-says-to-update-mac-apps-including-chatgpt-and-codex-as-secu...
1•lashull•14m ago•0 comments

Reconstruction of human metabolic models with large language models

https://www.pnas.org/doi/10.1073/pnas.2516511123
1•XzetaU8•14m ago•0 comments

Elixir Client SDK 1.0 for EventSourcingDB Now Available

https://docs.eventsourcingdb.io/blog/2026/04/13/elixir-client-sdk-10-now-available/
1•goloroden•14m ago•0 comments

I got tired of rearranging my monitors every time I plug them in

https://github.com/akshin18/monitor_man
1•akshin18•18m ago•0 comments

The Closing of the Frontier

https://tanyaverma.sh/2026/04/10/closing-of-the-frontier.html
1•MindGods•20m ago•0 comments

Apple removes Lebanese village names from Apple Maps as Israel attacks

https://twitter.com/EthanLevins2/status/2043366941922926940
49•newspaper1•22m ago•6 comments

Generate tool-specific AI config files from shared templates

https://github.com/fabis94/universal-ai-config
1•idid•23m ago•0 comments

LLM-Wiki

https://keepnotes.ai/blog/2026-04-12-llmwiki/
1•xngbuilds•26m ago•0 comments

Apple has removed most of the towns and villages in Lebanon from Apple maps

https://maps.apple.com/frame?center=33.723388%2C35.614698&span=1.983925%2C4.004193
109•thepasswordis•31m ago•60 comments

Why "200 OK" does not mean your system worked

https://blog.bridgexapi.io/why-200-ok-does-not-mean-your-system-worked
1•Bridgexapi•31m ago•0 comments

Y Combinator lets you cross the line [video]

https://www.youtube.com/watch?v=ptT_LGfT69k
2•ethanwillis•32m ago•0 comments

High schooler's 3D design saves Seminole County thousands on election equipment

https://www.clickorlando.com/news/local/2026/04/10/high-schoolers-3d-design-saves-seminole-county...
1•gnabgib•33m ago•0 comments

Agentjail: Minimal Linux sandbox for running untrusted code/apps/agents

https://github.com/bugthesystem/agentjail
1•ziyasal•33m ago•1 comments

Canal of the Pharaohs

https://en.wikipedia.org/wiki/Canal_of_the_Pharaohs
1•softwaredoug•33m ago•0 comments

Nailing Jell-O to the Wall, Again. Can China Contain LLMs?

https://senteguard.com/blog/nailing-jell-o-to-the-wall-again-can-china-contain-llms-1767694568878
1•paulpauper•33m ago•0 comments

Artificial Intelligence and Human Legal Reasoning

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6525800
1•paulpauper•33m ago•0 comments

Apps and programming: two accidental tyrannies

https://andymatuschak.org/tat/
2•nathcd•37m ago•0 comments

I build a modern APIs listing engine

https://api-engine.vercel.app/
2•heyFFFF•38m ago•1 comments

Show HN: I built a project board where AI agents join as real teammates

https://is.team
2•spotlayn•38m ago•0 comments

Every feature should earn its place

https://twitter.com/karrisaarinen/status/2043378194938777813
1•tosh•39m ago•0 comments

Drift. Native Mac ambient sound mixer with spatial audio (no subscription)

https://driftsound.app
2•beeruot•49m ago•0 comments

Can you self-host AI on Intel NPU or ARC (iGFX and proper card?

https://github.com/aweussom/NoLlama
1•aweussom•49m 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.