frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Purisaki Berberine Patches: A Simple, No-Pill Approach to Metabolic Support

https://ftawebprod.fta.dot.gov/MeetingRequest/MeetingRequest/DownloadFile/9a9u1R0Yq3sWPTP000tY9Q%...
1•ChristinaHudson•2m ago•0 comments

Show HN: Web to Banner – Design Google Ads HTML5 Banners in Webflow

https://www.webtobanner.com
1•GraphicReDesign•3m ago•0 comments

SeL4 – a formally verified, capability-based microkernel

https://sel4.systems/
1•wh313•8m ago•0 comments

Businesses scramble to get noticed by AI search

https://www.bbc.com/news/articles/c70n2rjgxeyo
1•1659447091•11m ago•0 comments

Spilling the Neural Tea: A Journey Down the Side-Channel

https://www.sigarch.org/spilling-the-neural-tea-a-journey-down-the-side-channel/
2•jruohonen•14m ago•0 comments

What's your video agency tool stack?

https://timeliner.io
1•joeyparker•19m ago•1 comments

Non-Normal Distributions in the Real World

https://qualityamerica.com/LSS-Knowledge-Center/statisticalinference/non_normal_distributions_in_...
1•Tomte•23m ago•0 comments

Federated Wiki

http://fed.wiki.org/view/welcome-visitors/view/about-federated-wiki
1•RebelPotato•24m ago•0 comments

Three hundred synths, 3 hardware projects, and one app

https://midi.guide/blog/three-hunded-synths-one-app/
1•ductionist•25m ago•0 comments

New Rule on Web and Mobile Accessibility for State and Local Governments (2024)

https://www.ada.gov/resources/2024-03-08-web-rule/
2•divbzero•25m ago•1 comments

Matrix-matrix multiplication, from less conventional points of view

https://okmij.org/ftp/Algorithms/matmul.html
1•nbaksalyar•25m ago•0 comments

CLI tool to generate the maximum possible LOC and commits in minimum time

https://github.com/jshchnz/codemaxxed
1•SheinhardtWigCo•27m ago•0 comments

CarriFit – Free AI Calorie Counter

https://play.google.com/store/apps/details?id=com.carrifit.app&hl=en_US
1•mytesting•34m ago•0 comments

Addyosmani/agent-skills: Prod-grade skills for AI coding agents

https://github.com/addyosmani/agent-skills
2•msolujic•35m ago•0 comments

People Love to Work Hard

https://www.anildash.com/2026/04/06/people-love-to-work-hard/
2•zdw•39m ago•0 comments

Chinese pigs fed new menu as Beijing weans farmers off US soy

https://www.reuters.com/world/china/chinese-pigs-fed-new-menu-beijing-weans-farmers-off-us-soy-20...
2•petethomas•46m ago•0 comments

AI Agent Traps

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6372438
2•_____k•47m ago•0 comments

Skunk: a Rust based language that compiles to Go

2•stickynotememo•52m ago•1 comments

Anthropic revenue growth: $11 billion since start of March

1•aurareturn•52m ago•0 comments

Decrypting a DPRK macOS infostealer: 571 values via CPU emulation

https://github.com/Darksp33d/hyperhives-macos-infostealer-analysis
1•darksp33d•1h ago•0 comments

ClearSpec – Turn vague goals into specs that AI agents can execute

https://www.clearspec.dev/
1•mikopiko•1h ago•0 comments

Global human population has surpassed Earth's sustainable carrying capacity

https://iopscience.iop.org/article/10.1088/1748-9326/ae51aa
1•littlexsparkee•1h ago•0 comments

Are We Augmented by AI Yet?

https://unskilled.blog/posts/are-we-augmented-by-ai-yet/
1•meysamazad•1h ago•0 comments

Asia's EVolution: How the Toyota Prius Comes to Die in Mongolia [video]

https://www.youtube.com/watch?v=KyEVDmoh5lo
1•WorldPeas•1h ago•1 comments

Show HN: A Framework for Evaluating Coding Agents on Sequential SWE

https://arxiv.org/abs/2604.03035
1•tdchaitanya•1h ago•0 comments

Mark Zuckerberg's turbulent bet on AI

https://www.ft.com/content/cd3c6867-2f73-417d-a299-fb91a57bfe08
3•bram98•1h ago•0 comments

OpenAI, Anthropic, Google unite to combat model copying in China

https://www.businesstimes.com.sg/international/global/openai-anthropic-google-unite-combat-model-...
3•doppp•1h ago•0 comments

Google AI Edge Eloquent (iOS)

https://apps.apple.com/us/app/google-ai-edge-eloquent/id6756505519
2•ukuina•1h ago•1 comments

Happiness is a maintenance problem, not a discovery problem

https://gist.github.com/emeitch/390360452a9f5e37fa39ff91c836edbd
1•emeitch•1h ago•0 comments

Sync Chrome Tabs Across Multiple Computers

https://www.rabbitpair.com/en/blog/chrome-tab-sync-across-devices-guide
1•xiguali•1h 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.