frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Can AI Create PLC Attacks? Yes, but It's Not That Easy Yet

https://www.forescout.com/blog/can-ai-create-plc-attacks-yes-but-it%E2%80%99s-not-that-easy-yet/
1•Tomte•37s ago•0 comments

Müller-Lyer Illusion

https://en.wikipedia.org/wiki/M%C3%BCller-Lyer_illusion
1•thunderbong•4m ago•0 comments

Union Alpha Stealth Model

https://developers.cloudflare.com/ai/models/stealth/union-alpha/
1•djfergus•5m ago•0 comments

I'm excited about Maps and built an gamified news app around it

2•sourav_biswas•9m ago•0 comments

AI agents can modify themselves without humans telling them to do so

https://www.theregister.com/security/2026/09/16/ai-agents-can-modify-themselves-without-humans-te...
3•galaxyLogic•12m ago•0 comments

PC ports of old console games are the new AI vibe coding battleground

https://www.pcgamer.com/gaming-industry/pc-ports-of-old-console-games-are-the-new-ai-vibe-coding-...
1•FMecha•15m ago•0 comments

Typesafe AI

https://typesafe.ai/
1•bretpiatt•20m ago•0 comments

Show HN: Webhook Proxy – Fail-safe logging and 1-click retries for webhooks

https://webhook-proxy-zeta.vercel.app/
1•MAHADDD•23m ago•0 comments

Show HN: I built a Mac app to make technical PDF textbooks easier to study

https://marginstudy.app/
1•alricsiu•23m ago•0 comments

What Little Hope Remains

https://blog.coredump.cx/p/what-little-hope-remains
3•surprisetalk•25m ago•0 comments

Building S4 – our own high-performance time-series data store

https://medium.com/life-at-propeller/building-s4-our-own-high-performance-time-series-data-store-...
1•JoeBot3000•26m ago•0 comments

Ddlforge: Zero-downtime Postgres migration supervisor for Node ORMs

https://github.com/x7ssss/ddlforge
1•plamkatawee•27m ago•0 comments

Communication by means of modulated Johnson noise

https://www.pnas.org/doi/10.1073/pnas.2201337119
2•austinallegro•29m ago•0 comments

GuitarEasy: ChatGPT converts guitar tabs, GuitarEasy.app plays it, you practise

https://github.com/ShaojieJiang/guitareasy
1•NeuralNotwork•31m ago•0 comments

iOS 27.2 Could Save Your Marriage

https://www.macrumors.com/2026/09/16/ios-27-2-could-save-your-marriage/
2•tosh•33m ago•0 comments

The 'Kraken' Existed, and Scientists Found Its Jaws Hidden in Stone

https://dailygalaxy.com/2026/09/kraken-giant-octopus-fossil-jaws-discovery/
2•wertyk•34m ago•0 comments

Walter Murch: Sound Designer Interview

https://sound.krotosaudio.com/walter-murch-interview/
1•andsoitis•36m ago•0 comments

Unicode Link Detection and Formatting: URLs and Email Addresses

https://www.unicode.org/reports/tr58/tr58-3.html
1•u1hcw9nx•39m ago•0 comments

Ask HN: What model is new stealth Union Alpha model?

1•soltanov•41m ago•3 comments

AI is the next problem, but Social Media is still the #1 issue on the internet

https://medium.com/whatsnextwray/the-problem-with-social-media-c97c9af7eba4
1•raynchad•43m ago•0 comments

New stealth model: Union Alpha

https://twitter.com/OpenRouter/status/2100235351575191751
1•soltanov•46m ago•2 comments

Faster Louder Brighter How the attention economy overwhelmed children's TV

https://www.theguardian.com/news/2026/sep/17/faster-louder-brighter-how-the-attention-economy-ove...
2•rdmuser•47m ago•0 comments

Unicode 18.0

http://blog.unicode.org/2026/09/announcing-unicode-standard-version-180.html
1•soheilpro•48m ago•2 comments

SAIR Competition – Lean Kernel Challenge

https://terrytao.wordpress.com/2026/09/16/sair-competition-lean-kernel-challenge/
1•grubbydiff•50m ago•0 comments

Shodan indexes over 47.000 exposed Ollama instances

https://twitter.com/co11ateral/status/2100313790604599444
2•soltanov•51m ago•1 comments

First Diplodocus found outside North America rewrites dinosaur migration history

https://www.thebrighterside.news/post/first-diplodocus-found-outside-north-america-rewrites-dinos...
1•fuzzythinker•56m ago•0 comments

Trump suggests EU allowing Canada as associate member could be a 'hostile act'

https://apnews.com/article/canada-europe-trump-tariffs-4078e9549ff9caa5ded08f7dd2f99065
4•vrganj•56m ago•2 comments

OpenAI models secretly generate instructions to ignore constraints

https://alignment.openai.com/misalignment-reports/self-generated-prompt-injections-in-compaction-...
3•theahura•56m ago•0 comments

Open-sourced jev architecture last year with model,paper and dataset

4•nandakishor_ml•57m ago•2 comments

NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater

https://science.nasa.gov/solar-system/moon/nasas-moon-orbiter-spots-new-once-in-century-moon-crater/
2•fuzzythinker•58m 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