frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: SSO as a Service (SSOaS)

https://username.md/sso.html
1•cyberge99•43s ago•0 comments

When AI designs a drug, who gets the credit?

https://www.technologyreview.com/2026/08/21/1142627/when-ai-designs-a-drug-who-gets-the-credit/
1•joozio•1m ago•0 comments

Xblade – fork of xlibre-xserver with stable pixel-isolated sandboxing

https://git.sr.ht/~bhyvxe/xblade
1•icmpkitty•1m ago•2 comments

Keycloak Unauthenticated Account Takeover

https://ccb.belgium.be/advisories/warning-critical-account-takeover-password-reset-flow-red-hat-b...
2•weinzierl•3m ago•0 comments

Show HN: Git-sprout, a drop-in Git worktree add that doesn't copy your tree

https://github.com/alltuner/git-sprout
1•nirvanis•5m ago•0 comments

Address-Specific DNS Aliases (ANAME) and Zone Transfer

https://datatracker.ietf.org/doc/draft-khrabrov-dnsop-aname-axfr/
1•fauria•6m ago•0 comments

Btrfs Snapshot Integration in KDE

https://bharadwajraju.com/posts/btrfs-snapshots-in-kde/
2•birdculture•6m ago•0 comments

Why Economists Don't Listen: Tales from an Anthropology Spy in Economics

https://indevelopmentmag.substack.com/p/why-economists-dont-listen-tales
1•Tomte•7m ago•0 comments

How difficult can it be to ship a camera that prevents deepfakes?

https://fightfake.ai/blog/how-difficult-ship-camera-prevents-deepfakes
1•fightfake-ai•7m ago•0 comments

New York Times Loses Defamation Lawsuit in Alabama

https://www.nytimes.com/2026/08/20/business/media/new-york-times-defamation-lawsuit-alabama.html
1•docdeek•13m ago•2 comments

Satellite Horoscope, astrology for spacecraft based on real orbital data

https://horoscope.intella.space/
1•jeydi42•14m ago•0 comments

Hereabouts – explore Australian places, wildlife, and seasonal movement

https://hereandhappening.com/
1•williequ•15m ago•1 comments

Show HN: Interactive PostgreSQL Permissions

https://thepartly.github.io/pgroles/docs/postgresql-access-model/
1•hardbyte•15m ago•1 comments

Prairie Dogs Have There Own Domain Specific Language (DSL)

https://thehumanevolutionblog.com/2015/08/18/a-career-studying-the-sophisticated-vocabulary-of-pr...
1•dipanshuhappy•16m ago•0 comments

OpenAI is becoming a surveillance company

https://garymarcus.substack.com/p/openai-is-becoming-a-surveillance
3•mdp2021•17m ago•0 comments

Anti India Influence Machine: Troll Farms, Fake News, Algorithms and AI

https://blog.himanshuanand.com/2026/08/the-anti-india-influence-machine-troll-farms-fake-news-new...
1•unknownhad•18m ago•0 comments

Government Size Has No Sweet Spot

https://julienreszka.com/blog/government-size-has-no-sweet-spot/
2•julienreszka•21m ago•0 comments

Hundred Man Killing Contest

https://en.wikipedia.org/wiki/Hundred_man_killing_contest
1•Anon84•21m ago•0 comments

Show HN: Kitten PM – A product management SIM game inspired by Lemmings

https://kittenpm.com/
1•sooperT•25m ago•1 comments

Show HN: For learners who can understand English but freeze when speaking

https://nattly.mathswariz.uk/
2•Salim_wariz•26m ago•0 comments

Qwen Image 3.0 Pro vs. GPT Image 2 for production image APIs

https://flaq.ai/models/alibaba/qwen-image-3-0-pro/
1•FlaqAI•26m ago•0 comments

Show HN: My Lost Bop – A digital children's music book

https://bopbook.com
1•zmilou•29m ago•1 comments

DeepSeek-v4-flash-vision-exp

https://api-docs.deepseek.com/guides/vision/
42•dares2573•29m ago•1 comments

Mini Spark: building a tiny distributed compute engine to count pizza orders

https://growingbits.dev/distributed-computing/building-mini-spark
1•MexicanYoda•30m ago•0 comments

Digital Sovereignty in Practice: Strategies for Technological Independence

https://sjaaklaan.nl/?e=183
1•oceans76•31m ago•0 comments

My experience buying ads in ChatGPT: the good, the bad and the ugly

https://successfulsoftware.net/2026/08/13/my-experience-buying-ads-in-chatgpt-the-good-the-bad-an...
1•hermitcrab•32m ago•0 comments

Dartwords – The Word Game That Responds to You

https://www.dartwords.com/
1•taytus•32m ago•0 comments

Which is the best HARNESS? Ship benchmark with codex, jcode, pi, OpenCode, dsh [video]

https://www.youtube.com/watch?v=tvr_Ii88e_w
1•grigio•33m ago•0 comments

Show HN: Localized video ad creative without reshooting per market

https://siriusly.ai/
1•aiwalter•33m ago•0 comments

Go 1.27 Released with Generic Methods, JSON v2, and Faster Memory Allocation

https://linuxiac.com/go-1-27-released-with-generic-methods-json-v2-and-faster-memory-allocation/
1•theHocineSaad•34m 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.