frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

K-Way Merge

https://maksimkita.com/blog/k-way-merge.html
1•kitaisreal•1m ago•0 comments

Show HN: ScreenshotM8 – Full Page Screenshot Tool

https://chromewebstore.google.com/detail/screenshotm8-screenshot-t/ocmjnpmhpndnpmgipknfbhcjdgokgiml
1•louisblythe•4m ago•0 comments

Use medium thinking effort instead of xhigh

https://xcancel.com/antibot/captcha
1•vismit2000•5m ago•1 comments

Show HN: Is-agentic – Score how agentic your product and site is

https://is-agentic.com
1•andrewqu•5m ago•0 comments

Never Be Angry at Work

https://www.seangoedecke.com/you-should-never-be-angry-at-work/
5•vismit2000•12m ago•0 comments

The Captcha Game

https://john.fun/captcha-game
1•signa11•12m ago•0 comments

SlimSpec: Faster speculative decoding without cutting the vocabulary

https://nebius.com/blog/posts/slimspec-faster-speculative-decoding-without-cutting-the-vocabulary
1•imnot404•13m ago•0 comments

Origins of Self-Awareness – from experiencing consciousness to feeling grateful

https://chatgpt.com/share/6a892f1d-1968-83e8-9471-018eb408ba2d
1•acchow•16m ago•0 comments

Show HN: Blitz – Process management CLI that doesn't suck

https://github.com/hunzo1/Blitz
1•vrox•17m ago•0 comments

Keytrace

https://keytrace.dev/blog/introducing-keytrace
2•jcbhmr•23m ago•0 comments

The Trouble with Trying to Turn Viral Videos into Blockbusters

https://www.theatlantic.com/culture/2026/08/youtube-reddit-hollywood-movies-backrooms-obsession/6...
1•paulpauper•26m ago•0 comments

Silicon Valley Executives Are Tech Fans. Just Not for Their Kids

https://www.nytimes.com/2026/08/18/technology/silicon-valley-tech-fans-children.html
2•paulpauper•27m ago•0 comments

Why the Closing of Harvard's Writing Center Matters

https://www.theatlantic.com/culture/2026/08/harvard-writing-center-closure/688331/
2•paulpauper•30m ago•0 comments

Math of Spider Wbes

https://digitalcommons.denison.edu/cgi/viewcontent.cgi?article=1036&context=synapse
2•marysminefnuf•37m ago•0 comments

Berkeley Mystery Walls

https://www.atlasobscura.com/places/berkeley-mystery-walls
1•Jimmc414•44m ago•0 comments

Roomy Is Generally Available

https://blog.roomy.space/3mplw6vvw4s23
1•abc42•45m ago•1 comments

How to Visualize Millions of Parcels on a Map

https://walker-data.com/posts/millions-of-parcels/
1•the-mitr•45m ago•0 comments

KDE Linux Experiences

https://akselmo.dev/posts/kde-linux-experiences/
1•watermelon0•46m ago•0 comments

4 in 10 travellers visit tourist sites to capture social media content

https://www.tuigroup.com/en/newsroom/news/travel-in-the-age-of-scrolling-tui-musement-research-re...
31•Markoff•55m ago•30 comments

ESP32-S31 dual-core RISC-V SoC is getting official Linux support

https://www.cnx-software.com/2026/08/22/espressif-systems-releases-a-linux-bsp-developer-preview-...
1•pyprism•57m ago•0 comments

Meta $1.4T threat could mean 'turning in the keys and walking away'

https://fortune.com/article/meta-faces-1-4-trillion-threat-stakes-of-case-reach-across-tech-08-20...
5•1vuio0pswjnm7•1h ago•2 comments

GPT 5.6 Sol 20% price reduction

https://developers.openai.com/api/docs/models/gpt-5.6-sol
2•izakfr•1h ago•1 comments

Suspicions of hitting daughter between a congressman and his ex-wife

https://www.washingtonpost.com/investigations/2026/08/21/inside-police-investigation-how-rep-max-...
3•doctorpangloss•1h ago•1 comments

Fighter jets help destroy Russian drone boat near European offshore gas platform

https://arstechnica.com/gadgets/2026/08/explosive-russian-drone-boat-destroyed-near-european-offs...
3•jnord•1h ago•0 comments

I built an open-source FACEIT stats Browser Source for OBS

https://faceitwidget.com/
1•nachete•1h ago•0 comments

Firezone REST API generally available

https://www.firezone.dev/blog/rest-api-ga
1•jamilbk•1h ago•0 comments

Prevention of myopia in a near-primate by supplemental indigo light

https://pubmed.ncbi.nlm.nih.gov/42612637/
1•OutOfHere•1h ago•1 comments

I tested 20 "agent-ready" Shopify stores –> 25% silently break at add-to-cart

https://github.com/MythrilS/agent-ready-checkout
1•MythrilS•1h ago•0 comments

Limnic Eruption

https://en.wikipedia.org/wiki/Limnic_eruption
2•tchalla•1h ago•0 comments

EchoCoT: Extracting Hidden Chain-of-Thought from Large Reasoning Models

https://arxiv.org/abs/2608.20055
1•sbulaev•1h ago•0 comments
Open in hackernews

We Slashed API Response Times by 50% with Go Compiler Optimizations

https://medium.com/@utsavmadaan823/how-we-slashed-api-response-times-by-50-with-go-compiler-optimizations-3c2592c2d241
2•tanelpoder•1y ago

Comments

rvz•1y ago
So as I was saying in [0] and [1], there is no doubt that properly tuning the compiler for performance can make a significant real difference instead of wasting more money and risking an increase in costs just by throwing more servers at the problem.

Also, If you needed to re-architect the entire codebase to solve a performance issue, either you chose one of the most inefficient technologies / languages or the code itself was badly architected in the first place or both.

Before any architectural changes to the codebase first check if you can get performance gains from the compiler flags and measure it. That should be the industry standard practice for high quality efficient software.

We must learn from excellent SWEs teams such as DeepSeek which frankly embarrassed the entire AI industry due to their performance optimizations and savings in inference usage.

[0] https://news.ycombinator.com/item?id=43753443

[1] https://news.ycombinator.com/item?id=43753725

kristianp•1y ago
> -ldflags="-s -w": Strips debugging info, making the binary smaller

> I was honestly shocked when this simple change gave us an 8% speedup right off the bat.

Is that all they did to get 8% speedup? Could be a measurement error?

potato-peeler•1y ago
> Dave (our senior backend dev who’s been coding since before I was born) mumbled something like, “Wonder if we’re even using the Go compiler properly…” Most of us kinda ignored it at first — I mean, compiler optimizations? Really? That’s your big solution?

Young devs ignoring their seniors is a tale as old as time