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

Comments

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

Communication Is Surveillance by Design

https://idiallo.com/blog/communication-is-surveillance-by-design
1•Brajeshwar•17s ago•0 comments

The Future of Spreadsheets in the Big Data Era (2017) [pdf]

https://eusprig.org/wp-content/uploads/1801.10231.pdf
1•teleforce•29s ago•0 comments

NCCL EP: Towards a Unified Expert Parallel Communication API for NCCL

https://arxiv.org/abs/2603.13606
1•matt_d•37s ago•0 comments

Trump administration seeks billions in military funding in wake of Iran war

https://www.bbc.com/news/articles/c5y73gwk1qdo
1•tartoran•41s ago•0 comments

Facebook offering TikTok and YouTube creators $3k to post content

https://www.bbc.com/news/articles/c895wwp3kqlo
1•tartoran•1m ago•0 comments

Love of corporate bullshit is correlated with bad judgment

https://pluralistic.net/2026/03/19/jargon-watch/
1•hn_acker•1m ago•0 comments

Vectorization of Verilog Designs and its Effects on Verification and Synthesis

https://arxiv.org/abs/2603.17099
1•matt_d•2m ago•0 comments

The companies that win with AI may not look like companies at all

https://www.fastcompany.com/91510062/companies-that-win-with-ai-may-not-look-like-companies-at-all
1•edans•2m ago•0 comments

360° character viewers from a single image using AI video generation

https://anenduringspark.com/360-tutorial/
1•NDowbiggin•3m ago•0 comments

David Zaslav Will Soon Get $550M for Disastrous Warner Bros Reign

https://www.techdirt.com/2026/03/19/david-zaslav-will-soon-get-550-million-for-disastrous-warner-...
1•hn_acker•3m ago•0 comments

I built an invisible interview assistant (yes, like Cluely – but better)

1•krvvko•6m ago•0 comments

Show HN: AgentClick – Human-in-the-loop review UI for AI coding agents

https://github.com/agentlayer-io/AgentClick
1•harvenstar•6m ago•0 comments

How QR Codes Work

https://www.guidavid.com/writing/qr-codes
1•gdss•6m ago•0 comments

The Government Surveillance Reform Act of 2026 [pdf]

https://www.wyden.senate.gov/imo/media/doc/government_surveillance_reform_act_of_2026pdf.pdf
2•jesseendahl•6m ago•1 comments

Section 230's Application to Account Terminations, CSAM, and More

https://blog.ericgoldman.org/archives/2026/03/section-230s-application-to-account-terminations-cs...
1•hn_acker•10m ago•0 comments

Is Using Airplane Mode on Flights Still Necessary?

https://www.insidehook.com/travel/airplane-mode-still-necessary
1•RickJWagner•10m ago•1 comments

Preventing agent drift: A guide to shipping serious code via vibe-coding

1•surajkrajan•10m ago•0 comments

Ask HN: How could a Starlink IPO possibly work?

2•infinitewars•10m ago•0 comments

We're writing agent grammar before the language exists

https://mvrckhckr.com/articles/were-writing-grammar-before-the-language-exists
2•mvrckhckr•13m ago•0 comments

The new economics of sex work

https://www.economist.com/finance-and-economics/2026/03/19/the-new-economics-of-sex-work
1•thunderbong•13m ago•0 comments

Show HN: Revspec – Review AI specs in the terminal with live AI replies

https://github.com/icyrainz/revspec-py
1•icyrainz•14m ago•0 comments

Composer 2

https://cursor.com/blog/composer-2
6•meetpateltech•16m ago•0 comments

Vivaldi 7.8 Is Here

https://vivaldi.com/blog/vivaldi-on-desktop-7-8/
1•andhuman•17m ago•1 comments

Pentagon asks for $200bn for Iran War

https://www.bloomberg.com/news/articles/2026-03-19/hegseth-says-iran-war-not-becoming-a-forever-w...
10•master_crab•19m ago•0 comments

Mastering the Spreadsheet of Everything

https://spreadsheetofeverything.com/
1•teleforce•21m ago•0 comments

Britain's geospatial data is a mess

https://takes.jamesomalley.co.uk/p/britains-geospatial-data-is-a-mess
2•DamonHD•21m ago•1 comments

Show HN: Dual-API Bash Weather CLI for Waybar and Hyprland (Wttr.in+Open-Meteo)

https://github.com/jimishol/weather-cli-dualprovider
2•jimishol•23m ago•0 comments

Physicists create formula for how many times you can fold a crêpe

https://www.newscientist.com/article/2519634-physicists-create-formula-for-how-many-times-you-can...
1•Brajeshwar•23m ago•0 comments

Decoded: GNU Coreutils (2019)

https://www.maizure.org/projects/decoded-gnu-coreutils/
1•csmantle•23m ago•0 comments

Using Rust and Postgres for everything: patterns learned over the years

https://kerkour.com/rust-postgres-everything
2•randomint64•23m ago•0 comments