frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

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•12mo ago

Comments

rvz•12mo 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•12mo 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•11mo 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

GetHireToday – AI resume builder that targets ATS keyword matching

https://gethiretoday.com
1•Haroonbasil•1m ago•1 comments

Data centre electricity use soared by 17% in 2025 - IEA

https://www.iea.org/news/data-centre-electricity-use-surged-in-2025-even-with-tightening-bottlene...
1•giuliomagnifico•1m ago•0 comments

GenAI Fails – A list of epic LLM fails

https://github.com/hb20007/awesome-gen-ai-fails
1•hb20007•2m ago•1 comments

EP Hearing: Should Video Game Publishers Be Allowed to Disable Games You Bought

1•haunter•2m ago•0 comments

Isaac Asimov: The Last Question

https://hex.ooo/library/last_question.html
1•ColinWright•3m ago•0 comments

Why having "humans in the loop" in an AI war is an illusion

https://www.technologyreview.com/2026/04/16/1136029/humans-in-the-loop-ai-war-illusion/
1•joozio•4m ago•0 comments

We beat Google's zero-knowledge proof of quantum cryptanalysis

https://blog.trailofbits.com/2026/04/17/we-beat-googles-zero-knowledge-proof-of-quantum-cryptanal...
1•ingve•5m ago•0 comments

Show HN: My fun laugh inducing/team building app, for dev or sales teams for ex

https://gifoftheweek.com
1•etiennead•7m ago•0 comments

One source of truth for buy-it-for-life products: would love your feedback

https://www.izyt.io/
1•lucci11•9m ago•1 comments

Who Wrote These Laws

https://agelesslinux.org/lobbyists.html
1•pbiggar•9m ago•0 comments

SteamOS ARM64 Reaches Nintendo Switch in First Experiment

https://onejailbreak.com/blog/steamos-runs-on-nintendo-switch/
3•SockThief•11m ago•0 comments

Mozilla launches Thunderbolt AI client with focus on self-hosted infrastructure

https://arstechnica.com/ai/2026/04/mozilla-launches-thunderbolt-ai-client-with-focus-on-self-host...
1•tomrod•12m ago•0 comments

Rust Koans

https://rust-koans.stonecharioteer.com
2•stonecharioteer•15m ago•0 comments

As helium-3 runs scarce, researchers seek new ways to chill quantum computers

https://www.science.org/content/article/helium-3-runs-scarce-researchers-seek-new-ways-chill-quan...
1•bookofjoe•15m ago•0 comments

FortyOne OS – an SMS-first open-source multi user AI assistant OS

1•glitchnsec•15m ago•0 comments

Why Another US Attempt on Greenland Looks Worryingly Inevitable [video]

https://www.youtube.com/watch?v=g1Bup39kwyM
1•Imustaskforhelp•16m ago•0 comments

I Streamed My Hard Drive to the World [video]

https://www.youtube.com/watch?v=Qmds7-mwCMg
1•edward28•17m ago•0 comments

Billionaire John Arnold Warns of Debt, Addiction in Online Sports-Betting Boom

https://www.bloomberg.com/news/articles/2026-04-17/billionaire-john-arnold-warns-of-debt-addictio...
1•helsinkiandrew•18m ago•1 comments

OPC Workflow – Three Markdown files that enforce discipline on AI coding tools

1•yoyayoyayoya•19m ago•0 comments

The macOS 26 Clock app still has an obvious bug

https://eclecticlight.co/2026/04/17/five-months-later-and-the-clock-app-still-has-an-obvious-bug/
1•chmaynard•19m ago•0 comments

AI Wall of Shame

https://www.aiwallofshame.com/
1•pain_perdu•19m ago•1 comments

Custom .af video format for WebCodecs: frame-accurate playback without <video>

https://github.com/activetheory/activeframe
2•luruke•19m ago•0 comments

The Guide to Free AI API Keys: 6 Platforms You Need to Know

https://www.yashkapure.com/en/blog/free-api-key-platforms-for-ai-usage/
1•yashkapure•21m ago•0 comments

Against Big Tech Credentialism

https://alexwennerberg.com/blog/2026-04-16-credentials.html
1•Sukram21•23m ago•0 comments

FPGA Powers DIY USB Scope and Signal Generator

https://hackaday.com/2026/04/16/fpga-powers-diy-usb-scope-and-signal-generator/
1•renw0rp•24m ago•0 comments

Show HN: NotchPrompter – A simple, open-source teleprompter for macOS,no AI-slop

https://github.com/jpomykala/NotchPrompter
1•jpomykala•24m ago•0 comments

Ask HN: Getting depressed day by day, how to cope?

5•throwaw12•26m ago•1 comments

Gemma, my precious

https://philipmw.github.io/blog/2026/04/gemma-my-precious/
3•pmw•31m ago•0 comments

RISC in PicoGK – creating a geometry core with a reduced instruction set (2023)

https://jlk.ae/2023/12/06/the-power-of-reduced-instruction-sets/
2•mpweiher•33m ago•0 comments

Multi merge sort, or when optimizations aren't

https://nibblestew.blogspot.com/2026/04/multi-merge-sort-or-when-optimizations.html
2•ingve•34m ago•0 comments