frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: For Mac users – Do you have а shoulder pinched nervе?

1•zipotm•29s ago•0 comments

Python is not a great language for data science. Part 1: The experience

https://blog.genesmindsmachines.com/p/python-is-not-a-great-language-for
1•speckx•35s ago•0 comments

I stopped using Figma and switched to Penpot

https://www.xda-developers.com/switched-from-figma-to-penpot/
1•jpalomaki•1m ago•0 comments

A Second Look at Geolocation and Starlink

https://www.potaroo.net/ispcol/2025-11/starlinkgeo2.html
1•speckx•2m ago•0 comments

Flux2 VAE Research Report

https://bfl.ai/research/representation-comparison
1•anjneymidha•3m ago•0 comments

The AI Industry Is Built on a Big Unproven Assumption

https://www.bloomberg.com/news/articles/2025-11-24/the-ai-industry-is-built-on-a-big-unproven-ass...
1•wslh•4m ago•1 comments

How to keep your apps up when AWS is down

https://www.restate.dev/blog/geo-replicated-apps
1•gk1•5m ago•0 comments

Ozempic does not slow Alzheimer's, study finds

https://www.semafor.com/article/11/25/2025/ozempic-does-not-slow-alzheimers-study-finds
1•danso•5m ago•0 comments

Is AI Eating the World?

https://philippdubach.com/2025/11/23/is-ai-really-eating-the-world/
1•vinhnx•5m ago•0 comments

Thai woman's cremation stopped as knocking on coffin heard

https://www.bbc.com/news/articles/cvgq0jzw5n2o
1•onemoresoop•6m ago•0 comments

Ask HN: What AI tool to use for coding in 2025?

1•WorldDev•8m ago•0 comments

Universal LLM Memory Does Not Exist

https://fastpaca.com/blog/memory-isnt-one-thing
1•vinhnx•9m ago•0 comments

Topas: A Convergent Neuro-Symbolic Architecture for General Intelligence

https://zenodo.org/records/17683673
1•Doug_Bitterbot•10m ago•1 comments

Return to China not an option for Taiwan's people, premier says responding to Xi

https://www.reuters.com/world/china/return-china-not-an-option-taiwans-people-premier-says-2025-1...
2•maxloh•10m ago•0 comments

Show HN: Superglue – OSS integration tool that understands your legacy systems

https://superglue.ai
5•sfaist•10m ago•1 comments

AI agents should be serverless

https://www.restate.dev/blog/resilient-serverless-agents
1•gk1•11m ago•0 comments

Solved Remote Hiring

https://easyhireapp.com
1•PEGHIN•12m ago•1 comments

Choosing a hash function for 2030 and beyond: SHA-2 vs. SHA-3 vs. BLAKE3

https://kerkour.com/fast-secure-hash-function-sha256-sha512-sha3-blake3
2•unsolved73•12m ago•0 comments

Seymour Cray at 100 – Clive England – TNMoC Talk [video]

https://www.youtube.com/watch?v=reRrjjJjAws
1•matt_d•13m ago•0 comments

Manifesto: AI (as a term and field) should subsume CS

https://cjauvin.github.io/posts/cs-should-become-ai/
1•cjauvin•14m ago•0 comments

Wdyt about a blended technical how-to and case study for Snowflake optimization?

https://blog.greybeam.ai/headset-snowflake-playbook/
1•hornyforsavings•14m ago•0 comments

Show HN: AlgoVoice – Voice-based mock technical interviews for L3-L4 roles

https://www.algo-voice.dev/
1•jarlen•14m ago•1 comments

Show HN: Smart GitHub Contribution Tracker – Fair analysis beyond line counts

https://github.com/kyliemckinleydemo/github-contribution-tracker
1•KylieM•14m ago•1 comments

Nvidia Says It's Not Enron in Private Memo Refuting Accounting Questions

https://www.barrons.com/articles/nvidia-stock-ai-accounting-allegations-366f16ac
1•healsdata•15m ago•1 comments

Finland clings to happiness crown as economic gloom deepens

https://www.reuters.com/business/finland-clings-happiness-crown-economic-gloom-deepens-2025-11-25/
2•akbarnama•15m ago•0 comments

A Housing Roadmap for New York's Next Mayor

https://www.vitalcitynyc.org/articles/a-housing-roadmap-for-new-yorks-next-mayor
1•ayanai•17m ago•0 comments

Modern Views of Transaction Isolation

https://will62794.github.io/formal-methods/specification/2025/03/17/transaction-isolation-models....
1•we6251•17m ago•0 comments

Orion 1.0 – Browse Beyond

https://blog.kagi.com/orion
17•STRiDEX•18m ago•7 comments

Ask HN: Who Is Looking for a Consultant?

12•dontoni•18m ago•1 comments

Show HN: Antler – An IRL Browser

https://dmathewwws.com/antler-an-irl-browser
1•dannylmathews•19m 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•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