frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What is it like to be a Thermostat?

https://consc.net/notes/lloyd-comments.html
2•andsoitis•1m ago•0 comments

Anthropic tells investors it will be profitable for second straight quarter

https://www.ft.com/content/4564e6a5-69e9-40a6-bf0f-a888f2f4f002
2•theahura•7m ago•0 comments

Sunsetting Remove.bg

https://www.remove.bg/faq
1•sh_tomer•7m ago•0 comments

Tork: A lightweight, distributed workflow engine

https://github.com/runabol/tork
1•saikatsg•8m ago•0 comments

One UI 9 Beta 2 update is rolling out to the Galaxy S24

https://www.sammobile.com/news/galaxy-s24-one-ui-9-beta-2-update-released/
1•kuuuzya•9m ago•0 comments

The Matrix as Metaphysics

https://consc.net/papers/matrix.html
1•andsoitis•10m ago•0 comments

Build to Delete: When a model release makes your work redundant

https://softwareguru.substack.com/p/build-to-delete
1•ssamptur•11m ago•0 comments

Show HN: Meta neural band PoC connected to Mac without needing the glasses

https://github.com/callbacked/neural-band-poc/
1•callbacked•12m ago•0 comments

Ambition Is Frozen Desire

https://pmillerd.com/david-whyte-ambition/
1•bwest87•13m ago•0 comments

Show HN: Chrome Extension to Save, Organize and Switch Bookmarks

https://chromewebstore.google.com/detail/leotabs-—-tab-manager-swi/heolckkdeandgagkiefggcneodni...
1•ringlochid•13m ago•0 comments

Ask HN: Why AI is giving biased Racist/Misandrist answers?

1•skwasimin•13m ago•1 comments

Crystal Compass – Direct Support from the Crystal Team at Manas.Tech

https://manas.tech/projects/crystal/crystal-compass/
1•TheWiggles•20m ago•0 comments

Show HN: Anti-AI-slop: a 4 staged skill to detect and remove any AI writing slop

https://github.com/misbahsy/anti-ai-slop
1•misbahsy•21m ago•0 comments

Show HN: Like LeetCode, but multi-file and multi-step

https://loopprep.dev/
1•mrtie•25m ago•1 comments

AI is breaking our proxies for expertise

https://www.seangoedecke.com/ai-is-breaking-our-proxies-for-expertise/
3•vismit2000•26m ago•0 comments

New AI fake text generator may be too dangerous to release, say creators (2019)

https://www.theguardian.com/technology/2019/feb/14/elon-musk-backed-ai-writes-convincing-news-fic...
1•mrtksn•26m ago•0 comments

Sciquark Official

1•Sciquark_offici•32m ago•1 comments

PWA-install component got a long-awaited major release

https://github.com/khmyznikov/pwa-install/releases/tag/v0.7.0
2•khmyznikov•33m ago•0 comments

The Beauty of Roundabouts

https://gruhn.me/blog/2026-09-14/
1•ngruhn•38m ago•0 comments

JPEG-XL as default in AppStream, and better media processing

https://blog.tenstral.net/2026/09/jpeg-xl-appstream-and-better-media-processing.html
1•F3nd0•41m ago•0 comments

Moodle – Open-source learning management system

https://moodle.org/
2•doodlesdev•42m ago•0 comments

Show HN: Subsmap, mapping audience overlap across 126k subreddits

https://subsmap.com/
1•knivef•42m ago•0 comments

Ask HN: Is opaque over-engineering with frontier AI the future of software?

2•reacharavindh•46m ago•1 comments

Infineon RISC-V for Automotive at Hot Chips 2026

https://www.servethehome.com/infineon-risc-v-for-automotive-at-hot-chips-2026/
2•fork-bomber•51m ago•0 comments

Show HN: Kepil – passport, mandate and tamper-evident journal for AI agents

https://github.com/oleg-vdv/kepil
2•ipgleg•1h ago•0 comments

Dynamically add programs to PATH on Windows

https://abhij.it/dynamically-add-programs-to-path-on-windows/
2•thunderbong•1h ago•0 comments

Byblos AI: AI co-founder sharing context across product, brand, and campaigns

https://byblosai.app
1•Sharanxxxx•1h ago•0 comments

Airbnb Preventing the Use of BnB

https://www.theguardian.com/technology/2026/sep/14/portland-bnb-airbnb-silicon-valley-legal-battl...
11•cycomanic•1h ago•2 comments

Engineering Confidence

https://www.developing.dev/p/engineering-confidence
1•AntonZ234•1h ago•0 comments

$300M financing for 10-satellite edge-computing constellation

https://spacenews.com/sophia-space-and-sli-agree-on-300-million-financing-for-10-satellite-edge-c...
2•KinetiNode•1h 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.