frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Natural Independence Incentives

https://www.jefftk.com/p/natural-independence-incentives
1•luu•35s ago•0 comments

Show HN: Rust Analyzer MCP Server – Lightweight std-thread bridge (no async)

https://crates.io/crates/r3bl-rust-analyzer-mcp-server
1•nazmulidris•1m ago•0 comments

Successful first‑stage recovery of the Zhuque‑3 rocket

https://www.reddit.com/r/SpaceXLounge/comments/1vs6mqr/successful_firststage_recovery_of_the_zhuq...
1•pinewurst•6m ago•0 comments

Building high-performance flat 2D arrays in Rust (SIMD, L1 Cache)

https://developerlife.com/2026/07/14/build-high-performance-flat-2d-arrays-in-rust/
1•nazmulidris•7m ago•0 comments

Market Close data in an easy to read email

https://www.theclose.email/
2•mattmerrick•10m ago•1 comments

Show HN: MatrAIx – simulate users before reality (Survey/Chat/Web/App)

https://github.com/MatrAIx-ai/MatrAIx-Persona-8B
2•YuexingHao•11m ago•0 comments

Whistleblower Arturo Béjar leads testimony in landmark trial against Meta

https://www.npr.org/2026/08/19/nx-s1-5936648/meta-trial-arturo-bejar-whistleblower-testimony
1•newsomix9xl•11m ago•0 comments

Zuckerberg encouraged growth over child safety, ex-Meta executive testifies

https://www.reuters.com/legal/litigation/former-meta-engineer-resumes-testimony-landmark-trial-ov...
2•thm•14m ago•0 comments

Micron and the Myth of American Memory

https://www.culpium.com/p/micron-and-the-myth-of-american-memory
1•gmays•19m ago•0 comments

Do We Still Need Database Management Tools When AI Can Write SQL?

http://johnli.work/posts/do-we-still-need-database-management-tools-when-ai-can-write-sql/
1•cloudcanalx•21m ago•0 comments

Editing Text with a MIDI Controller

https://www.sharpoblunto.com/News/2026/08/19/tuning-text
1•mrsharpoblunto•22m ago•1 comments

Evaluating DeepSeek V4 Pro 0813 on Hack the Box Challenges

https://theaq.blog/2026/08/18/evaluating-deepseek-deepseek-v4-pro-0813-on-hack-the-box-challenges...
1•indigodaddy•24m ago•0 comments

The box that built globalisation

https://www.ft.com/content/b88c3466-4525-4e16-b3fe-e10e713a2025
1•thm•26m ago•0 comments

California lawmakers call for crackdown on wildfire betting

https://ktla.com/news/california/california-lawmakers-crackdown-on-wildfire-betting
2•madihaa•27m ago•0 comments

Show HN: AI agents can now safely write to your CRMs

https://www.archron.app/
1•rjimena•28m ago•0 comments

Show HN: Tempo Checker – Real-time disposable email detection API

https://tempo-checker.rami-dev.com/
1•rami-dev•31m ago•0 comments

Ask HN: How do I get Fable to acknowledge me?

2•bridgettegraham•35m ago•3 comments

How Claude's Watermark Works

https://instavm.io/blog/how-claudes-watermark-works
3•mkagenius•35m ago•0 comments

Show HN: HN Notify

https://hnnotify.org
2•jermaustin1•46m ago•0 comments

Copycat

https://en.wikipedia.org/wiki/Copycat_(software)
2•m-hodges•46m ago•0 comments

Microdramas boom in a shrinking Hollywood as studios chase a TikTok audience

https://www.reuters.com/business/media-telecom/microdramas-boom-shrinking-hollywood-studios-chase...
2•petethomas•53m ago•3 comments

Serum 2 Synthesizer plugin gets Linux support

https://synthanatomy.com/2026/08/xfer-records-serum-2-super-popular-wavetable-synth-gets-massive-...
2•thm•55m ago•0 comments

The Life and Times of Maxis, Part 3: The Sims

https://www.filfre.net/2026/08/the-life-and-times-of-maxis-part-3-the-sims/
1•doppp•57m ago•0 comments

Comparing Qwen3.8 Max and Fable 5 on UI

https://blog.kilo.ai/p/qwen38-max-just-passed-claude-fable
1•iamcoder18•58m ago•1 comments

T-Mobile 'chopped a cable' to expel Chinese hackers from its network

https://techcrunch.com/2026/08/19/t-mobile-chopped-a-cable-to-expel-chinese-hackers-from-its-netw...
2•TMWNN•1h ago•0 comments

Bongard Problems

https://matthodges.com/posts/2026-08-19-bongard-problems/
2•m-hodges•1h ago•0 comments

The Sun Never Sets on the Ant Empire (2019)

https://sqonline.ucsd.edu/2019/05/the-sun-never-sets-on-the-ant-empire/
1•thunderbong•1h ago•0 comments

I wanted to talk to a turbine, so I spent 18 years building NthDimension

https://syscon.gr/blog/20260820.html
2•ariadnep•1h ago•0 comments

The Rats Terrorizing Everyone in Gaza

https://www.thenation.com/article/world/rats-gaza-vermin-crisis/
3•petethomas•1h ago•0 comments

Ask HN: What are folks using as the storage engine for their context graphs?

1•mercurialsolo•1h ago•1 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