frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reinforcement learning towards broadly and persistently beneficial models

https://alignment.openai.com/beneficial-rl/
1•spicypete•2m ago•0 comments

Is Sunscreen the New Margarine?

https://www.outsideonline.com/health/wellness/sunscreen-sun-exposure-skin-cancer-science/
1•markgavalda•3m ago•0 comments

Show HN: Winpodx – run Windows apps on Linux, VM looks like real hardware

https://www.winpodx.org/
1•kernalix7•5m ago•0 comments

In 5 years, nobody will give a damn about AI-detectors

https://www.joanwestenberg.com/p/in-5-years-nobody-will-give-a-damn
1•Ariarule•6m ago•0 comments

Why Your Production RAG System Slowly Gets Worse

https://aiworkflowreliability.com/blog/reliability-framework-for-ai-engineers/
1•leiishta•7m ago•0 comments

It's Always the Learning Rates

https://ianbarber.blog/2026/06/28/its-always-the-learning-rates/
1•matt_d•9m ago•0 comments

Some Simple Economics of AGI

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6298838
6•reasonableklout•21m ago•0 comments

AI Bust Risks Ripple Effects from Growth to Credit, BIS Says

https://www.bloomberg.com/news/articles/2026-06-28/ai-bust-risks-ripple-effects-from-growth-to-cr...
1•thm•24m ago•0 comments

My Favorite Keyboards

https://fabiensanglard.net/keyboards/index.html
2•tmach32•27m ago•0 comments

Lore – give your coding agent the decisions your team made

https://github.com/itsthelore/rac-core
2•tcballard•28m ago•0 comments

Console.log Is Lying to You: debugging traps and tricks

https://blog.gaborkoos.com/posts/2026-06-28-Your-Console-Is-Lying-to_You/
2•theanonymousone•29m ago•0 comments

Teaching an LLM to Speak Vestaboard Note: Building Vestaboard AI

https://corti.com/teaching-an-llm-to-speak-vestaboard-note-building-vestaboard-ai/
1•TechPreacher•39m ago•0 comments

kivo: A lightweight desktop teleprompter

https://github.com/rajtilakjee/kivo
1•ilreb•40m ago•0 comments

Extracting sound effects from a Switch game

https://blog.alexbeals.com/posts/extracting-sound-effects-from-a-switch-game
1•dado3212•41m ago•0 comments

Herdr: Agent multiplexer that lives in your terminal

https://github.com/ogulcancelik/herdr
2•mzehrer•41m ago•0 comments

Thai family mourns teen girl found dead in suitcase as Australian arrested

https://www.reuters.com/world/asia-pacific/thai-family-mourns-teen-girl-found-dead-suitcase-austr...
1•petethomas•41m ago•0 comments

Optimizing LLVM's Bump Allocator

https://maskray.me/blog/2026-06-28-optimizing-llvm-bump-allocator
1•jandeboevrie•43m ago•0 comments

Basecoat 1.0

https://github.com/hunvreus/basecoat/releases/tag/1.0.0
3•dabinat•44m ago•0 comments

Trillion-Dollar Borrowing Binge Lifting the Stock Market to Risky Heights

https://www.wsj.com/finance/stocks/the-trillion-dollar-borrowing-binge-lifting-the-stock-market-t...
1•petethomas•48m ago•0 comments

Australia investigating five social media giants for not enforcing ban on kids

https://www.theregister.com/public-sector/2026/06/29/australia-investigating-five-social-media-gi...
3•defrost•52m ago•0 comments

Amazon seller reveals shadow bribery market within Amazon

https://www.mercurynews.com/2026/06/24/amazon-seller-reveals-rare-glimpse-of-shadow-bribery-market/
1•Gaishan•52m ago•0 comments

'Superallowed' alpha decay seen for the first time

https://physicsworld.com/a/superallowed-alpha-decay-seen-for-the-first-time/
2•visha1v•54m ago•0 comments

New model of ocean waves sheds light on the spread of microplastic pollution

https://physicsworld.com/a/new-model-of-ocean-waves-sheds-fresh-light-on-the-spread-of-microplast...
2•visha1v•55m ago•0 comments

PCB-QA: Evaluating LLMs over the First PCB Design Question-Answer Dataset

https://arxiv.org/abs/2606.23704
2•teleforce•1h ago•0 comments

The 1000-mile handshake from Aden to Mangalore

https://drbhaskardasgupta1.substack.com/p/the-1000-mile-handshake
2•trojanalert•1h ago•0 comments

From Prompts to Loops: Building Autonomous Coding Agents

https://animeshgaitonde.medium.com/from-prompts-to-loops-building-autonomous-coding-agents-6135bf...
3•animesh371g•1h ago•0 comments

"Warming Hole" Heat Content Variations Are Caused by Ocean Heat Transport

https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2025GL118383
5•baxtr•1h ago•0 comments

392-Year-Old Bonsai Tree That Survived the Hiroshima Atomic Blast (2024)

https://www.openculture.com/2024/05/this-392-year-old-bonsai-tree-survived-the-hiroshima-atomic-b...
4•vednig•1h ago•0 comments

'Down from Londoners' Are Transforming England's Seaside Towns

https://www.bloomberg.com/news/articles/2026-06-26/londoners-escape-to-england-s-seaside-raises-h...
2•petethomas•1h ago•0 comments

We Built Osmium for Scale

https://osmium.chat/blog/how-we-built-osmium-for-scale/
3•ateesdalejr•1h 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