frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A History of Teapots and Unix

https://discuss.systems/@thalia/116417242648384997
1•signa11•2m ago•0 comments

Qwen3.6 35B A3B is THE ONE The Local LLM Champ on OpenCode benchmark dashboard [video]

https://www.youtube.com/watch?v=vlo5cxH5CXM
1•grigio•3m ago•0 comments

DockLock Pro – Stop macOS Dock from Jumping Screens

https://docklockpro.com/
1•usui•8m ago•0 comments

OpenAI's GPT-5.4 Pro reportedly solves an open Erdős problem in two hours

https://the-decoder.com/openais-gpt-5-4-pro-reportedly-solves-a-longstanding-open-erdos-math-prob...
2•voisin•9m ago•0 comments

Wikipedia: AI or Not Quiz

https://en.wikipedia.org/wiki/Wikipedia:AI_or_not_quiz
1•alibarber•11m ago•0 comments

ReSyn: A Generalized Recursive Regular Expression Synthesis Framework

https://arxiv.org/abs/2603.24624
1•PaulHoule•11m ago•0 comments

2-day-old GitHub account added AI-generated dependency to Mailgen (2.5k stars)

https://github.com/eladnava/mailgen/pull/86
1•foray1010•14m ago•2 comments

Anti-Amyloid Antibodies for Alzheimer: You Know

https://www.science.org/content/blog-post/anti-amyloid-antibodies-alzheimer-you-already-know
2•u1hcw9nx•20m ago•1 comments

Tesla is facing up to $14.5B in lawsuits – and it's only getting worse

https://electrek.co/2026/04/16/tesla-facing-up-to-14-billion-lawsuits-deep-dive/
3•breve•22m ago•0 comments

The Feeling of Power – Isaac Asimov

https://hex.ooo/library/power.html
1•MSFT_Edging•23m ago•0 comments

Floating Point Fun on Cortex-M Processors

https://danielmangum.com/posts/floating-point-cortex-m/
2•hasheddan•24m ago•0 comments

Local LLM agent with persistent memory and learnable skills

https://github.com/nevenkordic/localmind
1•yotta25•27m ago•0 comments

Interviewing Japanese about Trump's Pearl Harbor Response [video]

https://www.youtube.com/watch?v=jS0ZjVbzGWg
1•keepamovin•27m ago•0 comments

Knowledge OS on Claude Code: 6 Commands, 14 Skills, Semantic Search, 2.5k Docs

https://augmentedcode.dev/knowledge-os-claude-code/
2•viktorianer•32m ago•0 comments

€5 gadget tracks down Dutch Navy's stealth warship while on mission

https://nltimes.nl/2026/04/17/eu5-gadget-tracks-dutch-navys-stealth-warship-mission
1•repelsteeltje•32m ago•1 comments

Desktop GitHub Gist Client

https://github.com/hackjutsu/Lepton
1•ankitg12•33m ago•0 comments

A simple way of making hydrogen from alcohol by using iron and UV light

https://www.kyushu-u.ac.jp/en/researches/view/387/
1•geox•34m ago•0 comments

Show HN: WhatsApp CLI without getting banned

https://github.com/Wassist/cli
1•joshwarwick15•35m ago•2 comments

How to Actually Use Postgres as a Message Queue

https://medium.com/@coders.stop/how-to-actually-use-postgres-as-a-message-queue-9f2d42b034b8
2•bundie•38m ago•0 comments

White House Works to Give US Agencies Anthropic Mythos AI

https://www.bloomberg.com/news/articles/2026-04-16/white-house-moves-to-give-us-agencies-anthropi...
2•surprisetalk•38m ago•0 comments

Getting Started with Go Testscript

https://blog.windpul.eu/posts/testscript/
1•brammeleman•40m ago•0 comments

Things you didn't know about indexes

https://jon.chrt.dev/2026/04/15/things-you-didnt-know-about-indexes.html
2•birdculture•41m ago•0 comments

The United Kingdom of Great Britain and Northern Ireland: The Text Adventure

https://uk-the-text-adventure.think.somethingorotherwhatever.com/
2•ColinWright•43m ago•0 comments

The Case for Out-of-Process Enforcement for AI Agents

https://runtime-guard.ai/articles/agent-security-enforcement-layer/
2•JimmyRacheta•44m ago•0 comments

Love Affairs and Differential Equations (1988) [pdf]

https://ai.stanford.edu/~rajatr/articles/SS_love_dEq.pdf
1•surprisetalk•46m ago•1 comments

European age verification app to keep children safe online

https://commission.europa.eu/news-and-media/news/european-age-verification-app-keep-children-safe...
1•LelouBil•46m ago•2 comments

Brainshare – Business Consulting and Advisory Services

https://www.grandviewresearch.com/services/brainshare
1•marketinsights•49m ago•0 comments

Durable Objects in Dynamic Workers: Give each AI-generated app its own database

https://blog.cloudflare.com/durable-object-facets-dynamic-workers/
1•tosh•49m ago•0 comments

M5Stack CardputerZero – Pocket Raspberry Pi Computer for Hackers

https://shop.m5stack.com/pages/m5-cardputerzero
1•wlkr•52m ago•1 comments

The Skills That Matter Now

https://jasonrobert.dev/blog/2026-04-10-the-skills-that-matter-now/
1•cebert•54m ago•0 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.