frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SNES-IDE: Your Journey into SNES Game Development

https://github.com/BrunoRNS/SNES-IDE
2•retro_guy•1m ago•0 comments

Show HN: BracketView – JSON viewer/formatter/validator in the browser

https://app.bracketview.in
2•bracketview•2m ago•0 comments

Only 2.5% of 12,779 tech job listings are entry-level

https://www.datamatastudios.com/careers
1•datamatastudios•2m ago•0 comments

Rethinking RSS, newsletters, and how I read every morning

https://sixcolors.com/post/2026/04/rethinking-rss-newsletters-and-how-i-read-every-morning/
1•01-_-•8m ago•0 comments

Show HN: Fact check, summarize, explain any article or webpage on local CPU

https://github.com/kouhxp/fftext
1•mrkn1•8m ago•0 comments

Making a New Plan

https://cate.blog/2026/06/02/making-a-new-plan/
1•adrianhoward•9m ago•0 comments

A nature-inspired ion trap for parallel manipulation of ions on a massive scale

https://www.science.org/doi/10.1126/sciadv.aec7048
1•bookofjoe•10m ago•0 comments

How to Train Your Goblin

https://goblins.mchen.workers.dev/
1•angristan•15m ago•0 comments

Magnetoelectric antennas could transform how underwater robots talk

https://newatlas.com/engineering/magnetoelectric-antennas-submarine-robots-communications/
3•breve•25m ago•0 comments

The Math sales gurus won't show you

https://julienreszka.com/blog/the-math-sales-gurus-won-t-show-you/
3•julienreszka•25m ago•0 comments

ESMFold 2 has the highest throughput on Tenstorrent AI processors

https://twitter.com/moritzthuening/status/2063382385845244281
3•molli•29m ago•0 comments

US to pull jets, destroyers and submarines from NATO in European drawdown

https://www.politico.eu/article/us-to-pull-jets-destroyers-and-submarines-from-nato-in-a-broader-...
4•breve•32m ago•0 comments

The breakneck AI boom is fueling anti-tech extremism

https://www.theguardian.com/technology/2026/jun/07/anti-ai-tech-extremism-violence
3•geox•33m ago•1 comments

If LLMs Have Human-Like Attributes, Then So Does Age of Empires II

https://arxiv.org/abs/2605.31514
2•Luc•34m ago•0 comments

Why Nigeria's stock market is falling – and when analysts expect a rebound

https://nairametrics.com/2026/06/05/why-nigerias-stock-market-is-falling-and-when-analysts-expect...
2•kckkmgboji•38m ago•1 comments

Oklo, a natural nuclear fission reactor

https://en.wikipedia.org/wiki/Natural_nuclear_fission_reactor
2•bkfh•38m ago•0 comments

SQLite-creative-coding: Creative coding in SQL

https://github.com/phenax/sqlite-creative-coding
2•thunderbong•48m ago•0 comments

Show HN: Grafana Cloud observability plugin for Hermes Agent

https://github.com/alexander-akhmetov/sigil-hermes
2•oboroten•50m ago•0 comments

Scientists ejected from diabetes conference for distributing journal reprints

https://arstechnica.com/science/2026/06/scientists-ejected-from-diabetes-conference-for-distribut...
27•BerislavLopac•52m ago•9 comments

Acquired.fm Carve Outs

https://acquired-carve-outs.vercel.app/
2•gwintrob•55m ago•0 comments

Floppy Disk patent was granted today in 1972 – when 80KB took up 8 inches

https://www.tomshardware.com/pc-components/storage/the-floppy-disk-patent-was-granted-today-in-19...
3•giuliomagnifico•1h ago•0 comments

How a PhD is like riding a bike (2025)

https://www.science.org/content/article/how-ph-d-riding-bike
3•the-mitr•1h ago•0 comments

Pennsylvania Healthcare meta analysis for June 2026 [pdf]

https://ia601502.us.archive.org/23/items/pa-rating-area-individual-analyses-june-2026/PA_Rating_A...
2•EddieMunsterrr•1h ago•0 comments

Ask HN: Why do AIs talk like this?

2•keepamovin•1h ago•1 comments

H2JVM – A Haskell Library for Writing JVM Bytecode

https://discourse.haskell.org/t/h2jvm-a-haskell-library-for-writing-jvm-bytecode/14182
2•rowbin•1h ago•0 comments

Automated QA and Testing with AI

https://antirez.com/news/168
3•Chrisszz•1h ago•0 comments

Show HN: YourMemory, agentic memory is a pruning problem, not a hoarding problem

https://yourmemoryai.vercel.app/
19•SachitRafa•1h ago•0 comments

Plumbum v2.0.0 Pythonic Shell Combinators Released

https://plumbum.readthedocs.io/en/latest/
2•GalaxySnail•1h ago•0 comments

An AI Story Just Won the Commonwealth Short Story Prize

https://tumbleweedwords.com/ai-literary-prize-flash-fiction.html
3•tumbleweedwords•1h ago•0 comments

I Used to Send Stories and Poetry in Envelopes for Your Consideration

https://tumbleweedwords.com/from-stamps-to-submittable-what-published-means-now.html
3•tumbleweedwords•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