frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Samsung warns memory shortage to deepen next year as 2027 orders come in

https://asia.nikkei.com/business/tech/semiconductors/samsung-warns-memory-shortage-to-deepen-next...
1•newusertoday•1m ago•0 comments

The Block Model Behind Warp's Agentic Development Environment

https://www.warp.dev/blog/block-model-behind-warps-agentic-development-environment
1•mellosouls•3m ago•0 comments

Show HN: Coding-Flashcards – Learn Rust, SQLite, or Godot from First Principles

https://github.com/ad-si/Coding-Flashcards
1•adius•4m ago•0 comments

Radio Lockdown Averted

https://fsfe.org/activities/radiodirective/radiodirective.html
2•M95D•5m ago•0 comments

FreeMediaHeckYeah 8-Year Anniversary

https://fmhy.net/posts/anniversary
1•Cider9986•6m ago•0 comments

US track star Abby Steiner sues Puma alleging 'defective' shoes destroyed career

https://nypost.com/2026/04/29/sports/sprinter-abby-steiner-sues-puma-alleging-defective-shoes-des...
1•Tomte•6m ago•0 comments

Migrant Deaths Hit Record High Under Trump 2.0

https://www.techdirt.com/2026/04/30/migrant-deaths-hit-record-high-under-trump-2-0/
1•speckx•6m ago•0 comments

Vulnerability Lets Privilege Escalation to Root on Major Linux Distros Est. 2017

https://www.bleepingcomputer.com/news/security/new-linux-copy-fail-flaw-gives-hackers-root-on-maj...
2•ZeidJ•7m ago•0 comments

Could Eating Your Fruits and Veggies Give You Lung Cancer?

https://www.healthline.com/health-news/pesticides-healthy-foods-lung-cancer-risk-people-under-50
1•paulpauper•10m ago•0 comments

House GOP concedes in DHS funding fight, reopening TSA but blocking ICE funds

https://www.cnn.com/2026/04/30/politics/dhs-shutdown-funding-bill-house-vote
1•Cider9986•11m ago•0 comments

Show HN: Shell-MCP, per-directory shell allowlisting for Claude Desktop

https://github.com/devrelopers/shell-mcp
1•DavidCanHelp•11m ago•0 comments

How Silicon Valley's Brightest Parents Broke Their Own School

https://www.wsj.com/us-news/education/how-silicon-valleys-brightest-parents-broke-their-own-schoo...
1•fortran77•11m ago•1 comments

Environmentalists Aren't Anti-Abundance

https://www.grantmulligan.com/p/environmentalists-arent-anti-abundance
1•paulpauper•11m ago•0 comments

Show HN: Outlit – Customer context infrastructure for agents

https://www.outlit.ai/
1•Joshearle1•11m ago•0 comments

Former Chick-fil-A employee charged in $80K refund scheme using Mac and cheese

https://www.fox4news.com/news/former-texas-chick-fil-a-employee-80k-refund-fraud-mac-and-cheese
1•Vaslo•11m ago•0 comments

The Collapse of Teen Fertility in the Digital Era [pdf]

https://homepages.uc.edu/~moscoshn/Personal_webpage/papers/Smartphone_web.pdf
1•paulpauper•11m ago•0 comments

High Vulnerability in the Linux Kernel ("Copy Fail")

https://cert.europa.eu/publications/security-advisories/2026-005/
2•bwidlar•11m ago•1 comments

AI breakthrough means chatbots use six times less memory during conversations

https://www.livescience.com/technology/artificial-intelligence/google-ai-breakthrough-means-chatb...
1•geox•12m ago•0 comments

A glimpse into cyber-security's AI-driven future

https://www.economist.com/science-and-technology/2026/04/29/a-glimpse-into-cyber-securitys-ai-dri...
1•Brajeshwar•12m ago•0 comments

I built a Game Boy emulator in F#

https://nickkossolapov.github.io/fame-boy/building-a-game-boy-emulator-in-fsharp/
2•elvis70•13m ago•0 comments

Claude Security is now in public beta for Claude Enterprise customers

https://twitter.com/claudeai/status/2049898739783897537
1•Onyros•14m ago•0 comments

Show HN: Copy-fail-C – portable C port of CVE-2026-31431, with a checker

https://github.com/tgies/copy-fail-c
1•tgies•14m ago•0 comments

What do you want to see in a next-generation GitHub in the age of AI?

1•skeedle•16m ago•0 comments

Most Swiss back initiative to cap population at 10M, poll shows

https://www.reuters.com/world/europe/most-swiss-back-initiative-cap-population-10-million-poll-sh...
5•naves•16m ago•0 comments

MLLPong – HL7 MLLP Mock Server

https://mllpong.novalagung.com/
1•novalagung•18m ago•1 comments

The Day Claude Brought a 110 Staff Company to a Standstill

https://ai.gopubby.com/the-day-claude-brought-a-110-staff-company-to-a-standstill-9cd1571f89bf
1•swolpers•18m ago•0 comments

Password Management

https://nthp.me/blog/2026/password-management/
2•speckx•21m ago•0 comments

Show HN: Retina – An Object Detection Library in Python

https://medium.com/@telekinesis-ai/retina-a-production-grade-object-detection-library-in-python-f...
1•sumanpal7•22m ago•0 comments

A Principled ML Compiler Stack in 5k Lines of Python

https://kernelspace.substack.com/p/a-principled-ml-compiler-stack-in
1•gkapur•22m ago•0 comments

Ask HN: Is now the time for an open-source, data-broker removal request bot?

1•ryanisnan•24m ago•0 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•1y ago

Comments

rvz•1y 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•1y 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•1y 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