frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Syntax highlighter is wrong (2014)

https://jameshfisher.com/2014/05/11/your-syntax-highlighter-is-wrong/
1•kqr•56s ago•0 comments

Stop wasting GPU allocation in Kubernetes with GPU-pruner

https://developers.redhat.com/articles/2026/08/31/stop-wasting-gpu-allocation-in-kubernetes-with-...
1•nilen•1m ago•0 comments

Editable 2.0 preview – CMS-free editable websites with Svelte and SQLite

https://editable.website/
1•_mql•3m ago•0 comments

Andrew Ng: the biggest opportunities in AI

https://www.youtube.com/watch?v=o-wv_szZ0V0
1•lifeisstillgood•3m ago•0 comments

SubmitMap – 360 launch directories, who each one accepts, and why

https://submitmap.com/
1•submitmap•5m ago•0 comments

CC builds macOS native driver for HP Laser 1008a

https://github.com/Kuberwastaken/hp-laser-1008a-macos
1•kekqqq•7m ago•0 comments

Sabine Hossenfelder: More Exposed Than Ever (Racism Edition) [video]

https://www.youtube.com/watch?v=BdB79BUcLV0
2•lynx97•9m ago•1 comments

You Know Who Hates AI? Insurance Claims Adjusters

https://www.wired.com/story/insurance-claims-adjusters-really-hate-ai/
1•joozio•11m ago•0 comments

An AI agent is a background job, not a web request

https://nitishagar.medium.com/an-agent-is-a-job-not-an-api-7673b837bd11
1•nitishagar•12m ago•0 comments

The quality you should most wish for your children

http://economist.com/business/2026/08/27/the-quality-you-should-most-wish-for-your-children
3•pingou•14m ago•1 comments

I built a hardware-bound local password vault hidden in a photo

https://blindlock.app/en/
2•BlindLock•14m ago•0 comments

The AI-Native SDLC Starts with Your Infrastructure

https://metalbear.com/blog/ai-native-sdlc-infrastructure/
3•aviramha•15m ago•0 comments

What happens when a GPU writes memory

https://blog.doubleword.ai/what-happens-when-a-gpu-writes-memory
3•somnial•18m ago•0 comments

The People's Computer at 50 the Cosmac ELF [video]

https://www.youtube.com/watch?v=H3Pdf8iRw5E
2•oldnetguy•18m ago•0 comments

Show HN: AI studio with 500 models for headshots, video and images

https://magicshot.ai
2•not_wowinter14•20m ago•0 comments

Local AI Is Dead. You Are at the Funeral

https://twitter.com/ivanburazin/status/2094373912154874171
3•tosh•22m ago•0 comments

There is no such thing as full decentralization

https://en.andros.dev/blog/603e4e90/there-is-no-such-thing-as-full-decentralization/
3•andros•25m ago•0 comments

Day: Create native apps for every platform from a single Rust codebase

https://daybrite.dev/
2•LiamPowell•34m ago•0 comments

Show HN: SwiftMo Power captures real-time exercise kinematics from a webcam

https://app.swiftmo.com/#/stage/:manualMode/:demo
2•Tomas_Metcalfe•35m ago•3 comments

Malleable software = solid bases and custom code

https://www.mdubakov.me/malleable-software-solid-bases-custom-code/
2•tablet•36m ago•0 comments

Data Abstraction, Distributed Systems – Barbara Liskov (Turing Award Winner) [video]

https://www.youtube.com/watch?v=T9CGjbPZeaM
2•binyu•36m ago•0 comments

Tim Cook's Apple legacy by the numbers

https://giftarticle.ft.com/giftarticle/actions/redeem/8ac9911f-bfe9-4e33-b8b6-04e8b83fd6b6
2•nmstoker•37m ago•0 comments

DIY archivists push budget Nikons to 902,000 clicks to save 1,800 rare books

https://www.tomshardware.com/tech-industry/artificial-intelligence/diy-archivists-push-budget-nik...
2•throwaway2037•38m ago•1 comments

Bill payment kiosk -self-service payment machine Dubai

3•panashifzc•40m ago•0 comments

Lost in Transcription Code-Switchin ASR Competition – $USD 20k in Prizes

https://competitions.mozilladatacollective.com/competitions/group/lost-in-transcription/
2•kathyreid•41m ago•0 comments

Meta Settles, a Framework for Regulating Content, the Rest of Big Tech

https://stratechery.com/2026/meta-settles-a-framework-for-regulating-content-the-rest-of-big-tech/
2•swolpers•43m ago•0 comments

BlogFlock

https://blogflock.com/
2•rdmuser•52m ago•1 comments

Matter, Memory, and the Paradox of Perception – Popova on Bergson

https://www.themarginalian.org/2026/08/30/matter-memory-bergson/
2•unprovable•52m ago•0 comments

Do Dynamic Tools Break Prompt Caching?

https://m-reschreiter.at/en/blog/does-dynamic-tool-activation-break-prompt-caching
2•asm3r96•52m ago•0 comments

The Shape and Feel of the Post-AI Data Stack

https://www.iandmacomber.com/blog/post-ai-data-stack/
1•matthieu_bl•53m 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.