frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Kern – Recall cards for the books you read, from just the title

https://kern.cards/
1•jpetric•1m ago•0 comments

Show HN: Evochess – AI feels more like human opponent

https://penkovsky.github.io/evochess/
1•penkovsky•3m ago•1 comments

Show HN: Made a Shuffle Cloned Instances Component for Framer

https://pixcodrops.com/articles/shuffle-cloned-instances-component-for-framer/
1•brownieman1325•3m ago•0 comments

Privacy Not Included

https://www.mozillafoundation.org/en/privacynotincluded/
1•RMPR•5m ago•0 comments

My newsletter is your email client, too

https://en.andros.dev/blog/685eb16f/my-newsletter-is-your-email-client-too/
1•8organicbits•5m ago•0 comments

A computer made of particles oscillating in a liquid

https://www.uni-konstanz.de/en/university/news-and-media/current-announcements/news-in-detail/a-c...
1•wjSgoWPm5bWAhXB•7m ago•0 comments

Prolog for Verification, Analysis and Transformation Tools Michael Leuschel [pdf]

https://arxiv.org/abs/2008.02933
1•jnpnj•7m ago•0 comments

Show HN: Kysera – a data layer for Kysely with RLS compiled into the SQL

https://kysera.dev/
1•old8man•7m ago•0 comments

Show HN: Archive Websites with Cloudflare Workers

https://github.com/kenobi-ai/breamer
1•sarreph•7m ago•1 comments

ICQ Reborn Community Project

https://icqr.net/
1•ElSchorschoDE•7m ago•0 comments

Arm's Cortex A55 – By Chester Lam

https://chipsandcheese.com/p/arms-cortex-a55
1•rbanffy•8m ago•0 comments

DeepSeek V4 Flash 2.98x faster, lossless

https://runinfra.ai/catalog/deepseek-v4-flash-b200x4-v4turbo
1•OsamaJaber•10m ago•0 comments

Building compliant AI medical software

https://geekyants.com/en-us/blog/how-to-build-medical-device-software-with-ai-compliance-architec...
2•varda_62892•10m ago•1 comments

Splint: Annotation-assisted lightweight static checking for C. (2004)

https://splint.org/
1•fanf2•11m ago•0 comments

Show HN: Draftlight – AI that makes you a better writer (leaves writing to you)

https://draftlight.xyz/
1•mlitwiniuk•12m ago•0 comments

Why Shouldn't Amazon Spinoff AWS and Annapurna Labs?

https://www.nextplatform.com/cloud/2026/08/04/why-shouldnt-amazon-spinoff-aws-and-annapurna-labs/...
1•rbanffy•12m ago•1 comments

Ask HN: What has your personal website/blog done for you?

2•chistev•15m ago•0 comments

OSS WebUI Llms.py v4: Projects, Agent Profiles, PDF Studio, 1-Click Sharing

https://llmspy.org/docs/latest
2•mythz•18m ago•0 comments

One Man's Quest to Fix Every Deadly Guardrail

https://www.newyorker.com/magazine/2026/07/27/one-mans-quest-to-fix-every-deadly-guardrail
2•mhb•18m ago•0 comments

Buckminster Fuller: everything I know

https://www.bfi.org/about-fuller/everything-i-know/
7•simonebrunozzi•20m ago•1 comments

Hungary within millimetres of shutting down its NPP as region fights drought

https://www.theguardian.com/world/live/2026/aug/04/europe-drought-extreme-heat-wildfires-climate-...
2•Markoff•21m ago•1 comments

I Spent 2B Tokens Writing a C++ Compiler So You Don't Have To

https://medium.com/@vishvananda/i-spent-2-billion-tokens-writing-a-c-compiler-so-you-dont-have-to...
2•lemming•21m ago•0 comments

Show HN: Bourdon – one shared memory file for Claude Code, Codex, Cursor

https://bourdon.ai
2•RADLAB•21m ago•0 comments

Why Netflix is betting on systems thinkers in the AI era: Elizabeth Stone (CPTO)

https://www.youtube.com/watch?v=t0GiTyz4syY
2•Brysonbw•22m ago•0 comments

Hackers Hit Bitcoin's Safest Hiding Place in Ongoing Attack

https://www.bloomberg.com/news/articles/2026-08-03/hackers-target-bitcoin-s-safest-hiding-place-i...
2•geox•22m ago•0 comments

AI-Generated Images Discourage Me from Reading Your Blog

https://nelson.cloud/ai-generated-images-discourage-me-from-reading-your-blog/
3•meysamazad•23m ago•0 comments

Thinking Partners

https://www.danritz.com/articles/thinking-partners/
2•meysamazad•24m ago•0 comments

Real-Time Level-of-Detail Rendering with ReSTIR

https://research.nvidia.com/labs/rtr/publication/wang2026levelofdetail/
2•ibobev•24m ago•0 comments

Stylized GGX Shading

https://alexandrelamure.github.io/graphics-posts/stylized-ggx-shading.html
2•ibobev•24m ago•0 comments

Gabor Fields: Orientation-Selective Level-of-Detail for Volume Rendering

https://arcanous98.github.io/projectPages/gaborVolumes.html
2•ibobev•25m 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•1y ago
Do most people not know about omega and theta or perhaps they intentionally misuse asymptotic notation?

Comments

adrianN•1y ago
Finding lower bounds is generally more difficult.
amichail•1y ago
People often use big O notation in all cases including for lower bounds.
adrianN•1y ago
BigO for lower bounds is plain wrong
numpad0•1y ago
Those aren't in the ASCII table.
compressedgas•1y 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.