frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

SpriteIt – Feature Rich, Re-designed 2D/3D SpriteSheet Maker

https://ssstand.itch.io/spriteit
1•ssstand•2m ago•1 comments

Seven, Forever

https://github.com/02zerocool/truth-benchmark
1•o2zer0cool•10m ago•0 comments

AI art is theft – on artists, mathematicians impact on AI

https://twitter.com/wordgrammer/status/2101429761528455669
1•diginova•12m ago•0 comments

ScoreTail. Browser-based sheet music editor with live collaboration

https://scoretail.com
1•tan-z-tan•14m ago•0 comments

Orchestrating Claude Code Agents: The Chief of Staff Pattern

https://asyncdot.com/blog/chief-of-staff-pattern-orchestrating-claude-code-sessions/
1•octalpixel•16m ago•0 comments

Best Websites to Generate Theme for PowerBi

1•AnasKhalid•17m ago•0 comments

Dark Age

https://artagnon.com/art/dark-age
2•artagnon•21m ago•0 comments

Built the first open source Python library – converting Word, Excel to PDF

https://github.com/mini-software/MiniPdf
2•shps951002•24m ago•0 comments

Phylo brings frontier AI to more scientists with open models on Fireworks

https://fireworks.ai/blog/phylo-brings-frontier-ai-to-more-scientists-with-open-models-on-fireworks
2•measurablefunc•24m ago•0 comments

Observations on LLMs for Privacy Work

https://desfontain.es/blog/llms-for-privacy.html
2•luu•29m ago•0 comments

VoltGrid AI: Mitigating GPU cluster dI/dt power surges in software

https://zenodo.org/records/22824778
3•samganyx•30m ago•0 comments

A Man Who Named AI: John McCarthy and the End of the Code–Data Divide

https://nirmalutwani.substack.com/p/week-06-john-mccarthy-the-man-who
2•nutwani91•32m ago•1 comments

U.S. House Passes Bill to Require Am Radio in New Cars

https://www.radioworld.com/news-and-business/headlines/u-s-house-passes-bill-to-require-am-radio-...
2•geox•32m ago•0 comments

Chrome extension to declutter my inbox – might also have cybersecurity upside(?)

https://chromewebstore.google.com/detail/secure-gmail-sender-verif/bmnljdicggpfpkcmjojhkpooddoifada
2•jadonianfactor•39m ago•1 comments

US judge signals rejection of part of TikTok privacy settlement

https://www.reuters.com/legal/government/us-judge-signals-rejection-part-tiktok-privacy-settlemen...
2•1vuio0pswjnm7•45m ago•0 comments

UTF-8000: Unlimited UTF-8

https://utf-8000.jb2170.com
2•vismit2000•48m ago•0 comments

Pi Connects Colliding Blocks to a Quantum Search Algorithm (2020)

https://www.quantamagazine.org/how-pi-connects-colliding-blocks-to-a-quantum-search-algorithm-202...
2•vismit2000•49m ago•0 comments

Telling a Computer to Do Things

https://will-keleher.com/posts/telling-your-computer-to-do-things/
2•vismit2000•51m ago•0 comments

Saudi Arabia quits China-led cross-border currency platform

https://www.ft.com/content/ac104987-f43d-4e7d-97b6-057d98f7e422
2•JumpCrisscross•51m ago•0 comments

Tracking Capabilities for Safer Agents

https://arxiv.org/abs/2603.00991
2•verdverm•53m ago•1 comments

IRA Glass on Creativity

https://www.jquiambao.com/ira-glass-on-creativity
2•marciob•54m ago•0 comments

How I Use Pkgsrc

https://www.wisellama.rocks/posts/2022-04-24-how-i-use-pkgsrc/
2•signa11•54m ago•0 comments

Rendifly Manager

https://github.com/rendiflypcmanager-web/Rendifly-Manager
2•rendifly•54m ago•1 comments

Understand any Bluesky account (Jev)

https://jev.0x0.boo/
2•0x0boo•58m ago•1 comments

Anthropic creates AI powered wetlab

https://www.reuters.com/world/anthropic-quietly-sets-up-biology-lab-it-ramps-ai-drug-program-2026...
5•theahura•1h ago•1 comments

Yahoo Finance and Polymarket End Prediction Market Partnership

https://finance.yahoo.com/media-advertising/articles/yahoo-finance-polymarket-end-prediction-1423...
3•thm•1h ago•0 comments

Infillion acquires location data company Foursquare

https://www.axios.com/2026/09/18/infillion-acquires-foursquare-location-data
4•thm•1h ago•0 comments

The quest for open PDKs (silicon foundry Process Development Kits) [video]

https://www.youtube.com/watch?v=-7indiyU9nU
4•sxzygz•1h ago•0 comments

PyTorch Implementation of MobileNet V4

https://github.com/d-li14/mobilenetv4.pytorch
3•teleforce•1h ago•0 comments

It took China 4 years to build a new canal [video]

https://www.youtube.com/watch?v=ydaxEAPrQ28
4•keytalker•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.