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

Comments

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

Show HN: FlowTask – AI to bootstrap project setups

https://flowtask.work
1•Bibhash199•1m ago•0 comments

'We're basically pushers': Staff at Meta compared their platforms to drugs

https://www.politico.com/news/2025/11/22/were-basically-pushers-court-filings-allege-staff-at-soc...
1•xqcgrek2•1m ago•0 comments

CS Batik Air Medan

1•rebellrn•4m ago•0 comments

Making a Signal video call from Cophone

https://www.youtube.com/watch?v=RGdEH4c1zsc
1•tdrz•4m ago•0 comments

Burnout in Open Source: A Structural Problem We Can Fix Together

https://opensourcepledge.com/blog/burnout-in-open-source-a-structural-problem-we-can-fix-together/
1•javicacheiro•7m ago•0 comments

The Biggest Question in Physics Isn't What You Think It Is

https://pajuhaan.medium.com/the-biggest-question-in-physics-isnt-what-you-think-it-is-3a90bffe80b9
1•pajuhaan•8m ago•0 comments

Code-Mode Library: First library for tool calls via code execution

https://github.com/universal-tool-calling-protocol/code-mode
1•juanviera23•10m ago•0 comments

Show HN: Annotation to document and runtime validate Pandas and Polars dataframe

https://github.com/ThoughtWorksInc/daffy
1•vertti•13m ago•0 comments

What Now? Handling Errors in Large Systems

https://brooker.co.za:443/blog/2025/11/20/what-now.html
2•birdculture•14m ago•0 comments

The Future Belongs to the Machines. The Irrational Belongs to Us

https://bravenewteams.substack.com/p/the-future-belongs-to-the-machines
1•zauberberg•15m ago•2 comments

Cara Menghubungi CS Batik Air

1•R33VIL•15m ago•0 comments

China team simulates large-scale electronic warfare against Musk's Starlink

https://www.scmp.com/news/china/science/article/3333523/chinese-researchers-simulate-large-scale-...
1•NN88•16m ago•0 comments

Show HN: Bash Script Tools – front end for shellcheck and shfmt with AI autofix

https://github.com/overflowy/bash-script-tools
1•overflowy•21m ago•0 comments

Spaced Repetition Through Newsletters (2023)

https://www.atvbt.com/spaced-repetition-through-newsletters/
1•wonger_•23m ago•0 comments

Show HN: Fuzzy-redirect- preventing 404s by auto-redirect to closest valid route

https://github.com/Kuberwastaken/fuzzy-redirect
1•kuberwastaken•25m ago•0 comments

'The public has been lied to': recent documentary insists aliens exist

https://www.theguardian.com/film/2025/nov/22/age-of-disclosure-documentary-aliens
1•Mgtyalx•26m ago•0 comments

The Doge Succession Drama Elon Musk Left Behind

https://www.politico.com/news/magazine/2025/11/21/doge-elon-musk-succession-00641110
3•wolfcola•27m ago•0 comments

Show HN: MCP setup sucks – so I built a zero-config client with 2,700 agents

https://www.trylyra.com/mcp
1•nate_rw•29m ago•0 comments

A podcast host's guide to getting on podcasts

https://scalingdevtools.com/blog/a-podcast-hosts-guide-to-getting-on-podcasts
1•mooreds•29m ago•0 comments

Watching People Experience Their AI Eureka Moment

https://www.rickmanelius.com/p/watching-people-experience-their
1•mooreds•30m ago•0 comments

Hey America, Are You Ready for Fair Taxation?

https://optimisteconomy.substack.com/p/tax-cuts-kathryn-edwards
2•mooreds•30m ago•0 comments

Stem cell therapy helps AMD patients see again

https://www.sciencedaily.com/releases/2025/11/251121090736.htm
1•GeorgeWoff25•37m ago•0 comments

It's Not Always DNS: Exploring How Name Resolution Works

https://cefboud.com/posts/dns-name-resolution-deep-dive-internals/
4•byt3h3ad•38m ago•0 comments

Subtle Signs That You Are Ready to Retire

https://www.wsj.com/lifestyle/careers/retirement-ready-when-signs-d0c99bd3
2•Anon84•42m ago•2 comments

Bagaimana Cara Menghubungi CS Batik Air

1•R33VIL•44m ago•0 comments

WordPress Deep Dive

https://wiktorjarosz.com/wordpress/introduction/
1•thunderbong•45m ago•0 comments

CS Batik Air? +62.811.323.170

1•R33VIL•47m ago•0 comments

Liballocs: Meta-level run-time services for Unix processes a.k.a. dragging U

https://github.com/stephenrkell/liballocs
1•todsacerdoti•49m ago•0 comments

Bossware rises as employers keep closer tabs on remote staff

https://www.theregister.com/2025/11/23/bossware_monitor_remote_employees/
4•beardyw•49m ago•0 comments

Show HN: Zig's defer/errdefer for c99 and gnu11 C via macros

https://github.com/Trainraider/defer_h
1•Major_Baby_425•51m ago•0 comments