frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Varkos – a local AI pet that can talk, interact, and play small games

https://varkos.party/
1•pantelisk•17s ago•0 comments

Vibecade – A home for vibe-coded games

https://vibecade.co/
1•johnflick•1m ago•0 comments

UniCoreFW v1.2.0 has been released

https://github.com/unicorefw-org/unicorefw-py
1•3v0v3•2m ago•0 comments

Jobs of the Future May Resemble Those from the Past

https://www.robertvesco.com/posts/jobs-of-the-future-may-resemble-those-from-the-past/
1•rlvesco7•2m ago•0 comments

RF applications in particle accelerators (2024) [pdf]

https://cds.cern.ch/record/2953465/files/2601.16760.pdf
1•joebig•5m ago•0 comments

Show HN: Upgrade to Neuro+ GBrain

https://gemini.google.com/app/b4b90aeb20c60c14
1•FDX2018•5m ago•0 comments

Euler's Eyes

https://valeman.medium.com/eulers-eyes-14dcad8fe694
3•ibobev•7m ago•0 comments

Engagement Speak is the hen-house with a growth chart attached

https://notsocommonthoughts.com/blog/engagement-speak/
2•kohlhofer•7m ago•1 comments

Virus-Like 'Jumping Genes' Became Our Partners in Evolution

https://www.quantamagazine.org/how-virus-like-jumping-genes-became-our-partners-in-evolution-2026...
1•ibobev•8m ago•0 comments

Biology Might Not Be Quantum, but Its Math Is Quantumlike

https://www.quantamagazine.org/biology-might-not-be-quantum-but-its-math-is-quantumlike-20260923/
1•ibobev•8m ago•0 comments

Code Critique: Intent, Drift, and Spotlight for AI-Generated Diffs at Scale

https://arxiv.org/abs/2607.29516
1•raahelb•8m ago•0 comments

Owners mourn spoiled food after firmware update bricks Samsung smart fridges

https://arstechnica.com/gadgets/2026/09/owners-mourn-spoiled-food-after-firmware-update-bricks-sa...
4•healsdata•8m ago•0 comments

Opaquer .NET Obfuscator

https://opaquer.net/
1•Rustemsoft•11m ago•0 comments

Show HN: AgentRun: DSL to turn agents into Workflows

https://github.com/Parcha-ai/agentrun
4•miguelrios•11m ago•0 comments

VSArena – The official open browser benchmark for embodied AI

https://vsarena.vercel.app
1•AranKair•12m ago•0 comments

Earth's magnetic field alters lifespans of fruit flies in surprising ways

https://www.404media.co/earth-magnetic-field-effects-on-aging-study/
1•anigbrowl•14m ago•0 comments

Designing a domain-specific research harness

https://sparsethought.com/2026/09/23/how-to-design-the-right-domain-specific-harness/
1•galsapir•18m ago•0 comments

"Good" AI

https://thoughts.wyounas.com/p/what-does-good-ai-mean
2•simplegeek•19m ago•1 comments

GoAccess – real-time web log analyzer

https://github.com/allinurl/goaccess
1•nobody42•20m ago•0 comments

Nuvio – Open-Source Alternative to Netflix for Your Own Media Sources

https://digitalescapetools.com/tools/nuvio.html
2•xabd•21m ago•0 comments

Algorithms of Isolation

https://boris.schapira.dev/notes/2026-09-algorithms-of-isolation/
2•speckx•21m ago•0 comments

Support for Local AI Models in the Antigravity SDK

https://developers.googleblog.com/introducing-support-for-local-ai-models-in-the-antigravity-sdk/
1•theanonymousone•21m ago•0 comments

Anna's Archive 502

https://annas-archive.gl
3•figbert•23m ago•0 comments

Show HN: I built a Bitcoin full node from scratch in Rust

https://github.com/realtonypark/mini-bitcoin
1•realtonypark•24m ago•0 comments

Senate Hearing on Flock Cameras [live]

https://www.youtube.com/watch?v=klE498xFjOY
4•Cider9986•25m ago•0 comments

Xilinx

https://www.xilinx.com/.html
1•MaxBareiss•26m ago•1 comments

So You Want to Build Your Own Data Center

https://blog.railway.com/p/data-center-build-part-one
1•gk1•26m ago•0 comments

Show HN: Suparelay – Call any phone in the world from a browser tab

https://suparelay.app
1•azyc•30m ago•0 comments

How we made claude.ai 3x faster in two weeks

https://claude.dev/blog/how-we-made-claude-ai-faster/
37•matthieu_bl•30m ago•4 comments

Show HN: I made a free and open source Muse/Instinct

https://github.com/jayzalowitz/skytwin
1•jayzalowitz•31m 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.