frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zig Assert Strategies

https://joshuao.com/posts/zig-assert-strategies.html
1•Flabbergasting•32s ago•0 comments

Bytebeat Composer

https://dollchan.net/bytebeat/
1•gregsadetsky•1m ago•0 comments

Vitest 4.0

https://voidzero.dev/posts/announcing-vitest-4
1•bpierre•1m ago•0 comments

Palmer Luckey's AI and Crypto-Focused Bank Wins Conditional Approval

https://gizmodo.com/palmer-luckeys-ai-and-crypto-focused-bank-wins-conditional-approval-2000672899
1•pseudolus•1m ago•0 comments

Show HN: AgentShield – detect AI agents on your site

https://kya.vouched.id/
1•itscoreyb•2m ago•0 comments

Microsoft's CEO receives record pay in a year that saw 15,000 layoffs

https://www.windowscentral.com/microsoft/satya-nadella-microsoft-ceo-2025-compensation-layoffs-ai
1•pjmlp•2m ago•0 comments

PyTorch Monarch

https://pytorch.org/blog/introducing-pytorch-monarch/
1•lairv•3m ago•0 comments

Merlin Mann on What Inbox Zero Means (2020)

https://www.wired.com/story/everything-you-thought-you-knew-about-inbox-zero-is-wrong/
1•lucidplot•4m ago•0 comments

Count-Min Sketches in JavaScript – frequencies, but without the data

https://www.instantdb.com/essays/count_min_sketch
1•stopachka•5m ago•0 comments

Anyone built an email or calendar assistant that syncs and indexes data?

1•Bahushruth•5m ago•0 comments

Perplexity at Work: A Guide to Getting More Done [pdf]

https://r2cdn.perplexity.ai/pdf/pplx-at-work.pdf
1•wslh•7m ago•0 comments

Where to find the source code of the Digitek compilers referenced by D. Knuth

https://archive.computerhistory.org/resources/text/Knuth_Don_X4100/PDF_index/KnuthDigitalArchive-...
1•bushrarekabi•7m ago•1 comments

LangChain and LangGraph Agent Frameworks Reach v1.0 Milestones

https://blog.langchain.com/langchain-langgraph-1dot0/
1•gfortaine•8m ago•0 comments

Pelorus Jack

https://en.wikipedia.org/wiki/Pelorus_Jack
1•thunderbong•10m ago•0 comments

JetBrains Matter

https://blog.jetbrains.com/matter/2025/10/introducing-matter-the-ai-development-companion-for-pro...
1•Bishonen88•10m ago•0 comments

Wren: A classy little scripting language

https://wren.io/
1•Lyngbakr•11m ago•1 comments

Defeating Regulation with Automation

https://5iprojects.com/rethinking-gap-analysis-through-automation-24bb257b130d
1•jcitsme•12m ago•0 comments

Growing credit risk could pop the AI bubble

https://www.axios.com/2025/10/21/ai-credit-risk-meta-apple
2•zerosizedweasle•13m ago•0 comments

State of Crypto 2025: Stablecoins, institutional adoption, and AI

https://a16zcrypto.com/posts/article/state-of-crypto-report-2025/
1•wslh•13m ago•0 comments

Iso(and Di/Tri)Metric Projection in SVGs

https://iamdan.me/isometric-svgs/
2•dansalias•13m ago•0 comments

Bank of England's private credit 'alarm bells' show bigger problem

https://www.afr.com/chanticleer/bank-of-england-s-private-credit-alarm-bells-show-bigger-problem-...
2•zerosizedweasle•13m ago•0 comments

GitHub is working on stacked diffs

https://twitter.com/jaredpalmer/status/1980619222918262842
2•mihau•14m ago•0 comments

Shadow Banks' Unknown Unknowns

https://www.ft.com/content/984b0ab3-0d9d-4630-aae1-b481e73bfada
2•zerosizedweasle•14m ago•1 comments

Tesla FSD is coming to Europe, but HW3 owners are being left behind

https://medium.com/josecurity/teslas-fsd-supervised-is-nearing-eu-approval-hw4-leaps-ahead-while-...
2•josecurity•14m ago•0 comments

Samsung Galaxy XR: It's like a cheaper Apple Vision Pro and launches today

https://www.theverge.com/tech/802299/samsung-galaxy-xr-hands-on-price-release-date
1•fencedload•16m ago•0 comments

Ask HN: Any good books for a layman on history of quantum computing?

2•bmau5•20m ago•0 comments

A Closer Look at Piezoelectric Cryst

https://www.samaterials.com/content/a-closer-look-at-stressed-piezo-crystals.html
1•pillars•20m ago•0 comments

Gung Ho

https://en.wikipedia.org/wiki/Gung_ho
1•georgecmu•21m ago•0 comments

Show HN: Outcrop – Linear for Wikis

https://outcrop.app/
1•imedadel•23m ago•0 comments

Chess engines didn't replace Magnus Carlsen, and AI won't replace you

https://coding-with-ai.dev/posts/use-ai-like-magnus-carlsen/
3•codeclimber•23m ago•2 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•6mo ago

Comments

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