frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

C Craft

http://www-cs-students.stanford.edu/~blynn/c/craft.html
1•dhotson•32s ago•0 comments

Show HN: Serverload2 – sometimes all you want is a little server load monitor

https://github.com/wojtczyk/serverload2
1•wojtczyk•1m ago•0 comments

MemoryPack: Zero encoding extreme performance binary serializer for C#

https://github.com/Cysharp/MemoryPack
1•breve•3m ago•0 comments

Gemini models are not even competing anymore, why?

1•kingleopold•3m ago•0 comments

I made a random name picker where every name becomes a tiny arena fighter

https://namebrawl.com
1•magnusl•4m ago•0 comments

Silicon Valley Has Lost Its Biggest Advantage

https://www.theatlantic.com/technology/2026/07/data-center-ai-heavy-industry/687990/
1•blondie9x•4m ago•0 comments

Tate brothers arrested in US as further UK charges take total to 59

https://www.bbc.com/news/articles/cwymly9yd33o
2•Tomte•5m ago•0 comments

xkcd's What If?

https://www.youtube.com/@xkcd_whatif
2•bookofjoe•8m ago•0 comments

WIE – A Windows x86_64 Emulator for Apple Silicon in Rust Using Cranelift

1•vlad_kalinkin•14m ago•0 comments

Study: Single-crystal nanowires of niobium arsenide may replace copper wires

https://news.cornell.edu/stories/2026/07/too-thin-fail-alternative-copper-microchip-interconnects
1•giuliomagnifico•16m ago•0 comments

I burned all my tokens researching how to save tokens

https://quesma.com/blog/custom-deep-research-pipeline/
6•bkotrys•22m ago•2 comments

Aha I don't want to lose you

https://blog.rybarix.com/2026/07/19/aha-not-lost.html
1•sandruso•28m ago•0 comments

Artificial cell with a full lifecycle has been created for the first time

https://www.theregister.com/science/2026/07/01/an-artificial-cell-with-a-full-lifecycle-has-been-...
1•GrinningFool•28m ago•1 comments

Show HN: We ranked our dev tools in Google's new AI Overviews

https://zlvox.com/blog/google-ai-overviews-2026-optimize-agentic-search
2•mraadikhokhar•31m ago•0 comments

A computer-assisted 23/33 and ε bound for the binary Goldbach exceptional set

https://goldbach-nine.vercel.app/
1•lorenzosch•35m ago•0 comments

Minecraft: Java Edition now uses SDL3

https://www.minecraft.net/en-us/article/minecraft-26-3-snapshot-4
1•ObviouslyFlamer•36m ago•0 comments

Know if a Rust rewrite is worth it (forkable business idea)

https://zozo123.github.io/rust-it-up/
1•zozo123-IB-IL2•37m ago•0 comments

Assembly Chat – Chat with Any .NET DLL

https://products.documentize.ai/assembly-chat
1•epirogov•40m ago•1 comments

Show HN: Textcaster – social networking where RSS is the protocol

https://textcaster.app
2•rmdes•41m ago•0 comments

Amdgpu performance regression in Kernel 7.0.0-28.28

https://discourse.ubuntu.com/t/amdgpu-performance-regression-in-kernel-7-0-0-28-28/85237
1•doener•45m ago•1 comments

Show HN: Marbles – a Korean marble game built with WebGL

https://plan9.kr/goosl/
2•sungchi•45m ago•0 comments

Thanks for Everything

https://github.com/helis-d/waylou
1•Emirhan123•46m ago•1 comments

Anti-AI protest reaches OpenAI HQ

https://www.msn.com/en-in/money/topstories/anti-ai-protest-reaches-openai-hq-why-protesters-left-...
4•nlpnerd•52m ago•1 comments

Mac app that offers the ability to add artificial mechanical keyboard sounds

https://apps.apple.com/us/app/funkey-mechanical-keyboard-app/id6469420677?mt=12
2•kratikanarad•54m ago•1 comments

PS5 Y2JB Autoloader:Automatically loads the kernel exploit and your elf payloads

https://github.com/itsPLK/ps5-y2jb-autoloader
1•wertyk•54m ago•0 comments

Show HN: WrumWrum – a multiplayer taxi game where you RAM rivals to steal fares

https://wrumwrum.mazurov.me/
2•untaken1583•1h ago•1 comments

The Dangers of Dimethylmercury (2019)

https://www.chemistryworld.com/opinion/the-dangers-of-dimethylmercury-/3010064.article
1•downbad_•1h ago•0 comments

Could AI Be Conscious?

https://www.theguardian.com/technology/2026/jul/19/could-ai-be-conscious
1•rwmj•1h ago•2 comments

Sonic Pi v5 Release Candidate 1

https://www.patreon.com/samaaron/posts/sonic-pi-v5-1-164093369
2•ABS•1h ago•0 comments

Show HN: Guys put QR codes on websites – offline QR decoder

https://devkram.de/these-guys-qr/
1•ulrischa•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.