frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A game where a bell goes techno

https://www.technobell.run/?r=hn
1•dejv_cz1•1m ago•0 comments

Manycore Processor

https://en.wikipedia.org/wiki/Manycore_processor
2•peter_d_sherman•3m ago•0 comments

2015 Office of Personnel Management data breach

https://en.wikipedia.org/wiki/2015_Office_of_Personnel_Management_data_breach
1•chistev•3m ago•0 comments

Ask HN: How do you handle sensitive data in distributed systems?

1•Securelytixdev•7m ago•0 comments

The Booker Prize 2026

https://thebookerprizes.com/the-booker-library/prize-years/2026
1•downbad_•8m ago•0 comments

GPT-6 Astra has made a major breakthrough in the Goldbach Conjecture

https://twitter.com/captain_sude/status/2100277626120163664
3•nsoonhui•8m ago•0 comments

Better prompt caching for GPT-6

https://openai.com/index/better-prompt-caching-for-gpt-6/
1•theanonymousone•10m ago•0 comments

A thread of early explorations with Claude Opus 5.5

https://twitter.com/claudeai/status/2102471866635919731
1•tzury•11m ago•0 comments

Next.js 16.3.6 fixes critical ImageResponse RCE (CVE-2026-94545)

https://nextjs.org/blog/nextjs-security-update-september-22-2026
2•joshcsimmons•11m ago•1 comments

Show HN: Magic Jev Ball

https://jevball.rorz.io/
1•sarreph•12m ago•0 comments

Show HN: Sniffslop – browser extension to classify text using Jev

https://github.com/kmcheung12/sniffslop/
1•a_c•12m ago•0 comments

Googlebook is here and ready for pre-order

https://blog.google/products-and-platforms/devices/googlebook/pre-order-googlebook/
2•mikece•13m ago•0 comments

Bonsai 2 27B

https://huggingface.co/prism-ml/Ternary-Bonsai-2-27B-gguf
2•tosh•16m ago•0 comments

LogiCola 3: Fallacies. Learn how to spot hidden flaws in everyday reasoning

https://logicola.org/blog/informal-fallacies
1•kotk•17m ago•0 comments

Bonsai 2 27B: 5.9 GB of weights for a 27B model

https://twitter.com/barronnotbaron/status/2102540009299677571
2•tosh•18m ago•0 comments

The (AI) Nature of the Firm

https://camerongordon0.substack.com/p/the-ai-nature-of-the-firm
2•iciac•21m ago•0 comments

Self-hosting DeepSeek V4 for a software engineering org

https://www.parity.io/blog/self-hosted-ai-software-engineering
3•ilovefood•23m ago•0 comments

Breaking Postgres Superuser Guardrails: Attacking Security-Hardening Extensions

https://mehmetince.net/part-2-6-breaking-the-superuser-guardrails-attacking-security-hardening-ex...
1•jesdo•24m ago•0 comments

Plain-text files are at risk

https://paste.sr.ht/~awal/b76caf6f213a96a634454fa7292c035a10035b49
1•birdculture•25m ago•0 comments

Show HN: GoNix – A Unix with a Go Userspace

https://gonix.dev/
2•prologic•25m ago•1 comments

Nigel Richards (Scrabble Champion) [video]

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

Show HN: Life Forge – Open-source flight simulator for autonomous AI agents

https://github.com/zariffromlatif/life-forge
1•mdzariflatif•27m ago•0 comments

Technology does not automatically mean progress

https://www.kulman.sk/en/technology-does-not-automatically-mean-progress/
2•ig0r0•27m ago•0 comments

Is PyPI Down?

https://status.python.org
3•jpopesculian•28m ago•0 comments

Back to Coupling and Cohesion

https://bastrich.tech/coupling-and-cohesion/
1•kciter•29m ago•0 comments

Blocklist Whitelist Anything on YouTube or YT Kids

2•devanshvarshney•30m ago•1 comments

A lesbian bar required KN-95 masks. When this changed, all hell broke loose

https://www.bostonglobe.com/2026/09/22/magazine/greenfield-last-ditch-bar-backlash/
2•Michelangelo11•32m ago•0 comments

How Zambia Approved an HIV Drug Quickly

https://asteriskmag.com/issues/15/how-zambia-approved-an-hiv-drug-in-12-days
1•yorwba•34m ago•0 comments

Silicon solar cells could cut satellite power costs by up to 90%

https://www.surrey.ac.uk/news/silicon-solar-cells-could-cut-satellite-power-costs-90-cent
3•giuliomagnifico•40m ago•1 comments

Show HN: Run Linux kernel drivers in userspace on Neptune OS, NT-like OS on seL4

2•cl91•42m 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.