frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fedora 45 Considering x86_64 Shadow Stack Usage by Default

https://www.phoronix.com/news/Fedora-45-Consider-Shadow-Stack
1•Bender•1m ago•0 comments

Artificial Intelligence and Engels' Pause

https://www.ft.com/content/daab10e0-fde8-4de0-9d46-a597d59b503d
1•tcp_handshaker•2m ago•1 comments

West Nile virus detected in mosquitoes from these 8 Orange County cities

https://ktla.com/news/california/west-nile-virus-detected-mosquitoes-orange-county/
1•Bender•2m ago•0 comments

Startup JetZero builds novel plane to take on Airbus and Boeing

https://www.reuters.com/business/media-telecom/mojave-desert-startup-jetzero-builds-novel-plane-t...
1•bushwart•3m ago•0 comments

PJM Grid – Live Dashboard and Price Map

https://www.gridstatus.io/live/pjm
1•kmax12•6m ago•0 comments

Kalamazoo parents say pacifiers they bought off Amazon were used

https://www.wzzm13.com/article/news/local/kalamazoo-parents-say-pacifiers-they-bought-off-amazon-...
2•josephcsible•8m ago•0 comments

FlashAttention-4: Algorithm and Kernel Pipelining

https://research.colfax-intl.com/flashattention-4-algorithm-and-kernel-pipelining-co-design-for-a...
1•skidrow•8m ago•0 comments

Show HN: NEUX A daily brief on Europe's critical industries

https://neuxresearch.com/
1•sebmnt•9m ago•0 comments

Millions told to check their sunscreen experts reveal products may not be safe

https://www.dailymail.com/sciencetech/article-15948125/sunscreen-ingredients-oxbenzone-octinoxate...
1•Bender•11m ago•0 comments

Automatic Kubernetes workload resource adjuster

https://github.com/Tight-Line/ballast
2•nickmarden•16m ago•1 comments

'Weird Al' Yankovic Pulled Out of AI Ad

https://variety.com/2026/music/news/weird-al-yankovic-rejected-ai-commercial-money-offer-1236800794/
1•cdrnsf•17m ago•0 comments

Show HN: Fin – a TUI Jellyfin client powered by mpv with Chromecast support

https://github.com/tsirysndr/fin
2•tsiry•17m ago•0 comments

FBI field offices send analysts to Atlanta for 2020 election investigation

https://www.cbsnews.com/news/fbi-orders-field-offices-analysts-atlanta-election-investigation/
2•petethomas•18m ago•0 comments

U.S. Officials Believed Israel Was Plotting to Kill Iranian Negotiators

https://www.nytimes.com/2026/07/02/us/politics/israel-iran-negotiators-plot.html
9•MilnerRoute•19m ago•0 comments

Show HN: I built an app to find your competitors

https://opencorp.live/
2•krishavRajSingh•21m ago•0 comments

Show HN: I built Halo, a private AI assistant for your Mac (free)

https://heyhalo.app/
2•itsSilver•22m ago•0 comments

PHP 3.0 Final is OUT (1998)

http://web.archive.org/web/19980701120538/http://www.php.net/
2•chistev•23m ago•0 comments

Show HN: Meanwhile – turn Claude Code idle time into learning

https://github.com/riccardomusumeci11/meanwhile
1•RiccardoMus•24m ago•0 comments

Show HN: Declaw Arena – a CTF-style challenge to break an AI agent in a microVM

https://declaw.ai/arena
4•ShivamNayak11•28m ago•0 comments

Simple, beautiful Emacs modeline: modusregel

https://codeberg.org/jjba23/modusregel
2•jjba23•28m ago•0 comments

Toward Better Hip Kernel Generation for AMD GPUs

https://scalingintelligence.stanford.edu/blogs/hipkernels/
2•skidrow•30m ago•0 comments

Show HN: Run multiple Docker Compose instances for your agents

2•Bnjoroge•30m ago•0 comments

Foreign Influence in the Campaign Against American AI

https://www.btcpolicy.org/articles/foreign-influence-campaign-against-american-ai-part-ii-singham...
2•Paul_S•31m ago•0 comments

'Spectacular' Solar Halo Spotted over Devils Tower

https://cowboystatedaily.com/2026/07/02/once-in-a-lifetime-photo-spectacular-solar-halo-spotted-o...
3•Bender•32m ago•1 comments

Newly discovered PamStealer isn't your typical macOS malware

https://arstechnica.com/security/2026/07/new-pamstealer-macos-malware-uses-clever-tradecraft-to-r...
1•Bender•34m ago•0 comments

Ask HN: Research vs. Founding a Tech Startup?

1•misterballer•34m ago•0 comments

When Developing an AI Strategy, Beware the Urgency Trap

https://hbr.org/2026/07/when-developing-an-ai-strategy-beware-the-urgency-trap
1•andreylangovoy•34m ago•0 comments

A quick ramble on the UK social media ban for teens

https://toostveen.nl/2026-07-02-re-under-16s-social-media-ban/
1•elisaado•34m ago•0 comments

Typography-focused preflight layer for Adobe InDesign – simply wow

https://old.reddit.com/r/indesign/comments/1tivie4/i_got_tired_of_manually_checking_typography_in/
1•akirahittoxyz•39m ago•0 comments

Relisten v6.1: CarPlay, Google Cast, Last.fm scrobbling, 4000 artists

https://old.reddit.com/r/gratefuldead/comments/1siwzr7/relisten_v61_carplay_google_cast_lastfm/
1•toomuchtodo•41m ago•1 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.