frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Oxytocin boosts creativity, but only for approach-oriented people

https://www.psypost.org/oxytocin-boosts-creativity-but-only-for-approach-oriented-people/
1•DrierCycle•1m ago•0 comments

All it takes is for one to work out

https://alearningaday.blog/2025/11/28/all-it-takes-is-for-one-to-work-out-2/
1•herbertl•4m ago•0 comments

We've shipped a bunch of improvements to Macroscope over the last month

https://blog.macroscope.com/blog/changelog-november-2025
1•curiouska•5m ago•0 comments

Show HN: Experimental static AI coded website w/ Astro + tails for github pages

https://tariqdude.github.io/Github-Pages-Project-v1/
1•chiengineer•6m ago•1 comments

Show HN: I built a note-taking app with Markdown, images, and semantic search

https://app.notedown.xyz
1•5inGularity•7m ago•0 comments

Show HN: Free SDK changelog tracker with automatic daily updates

https://sdk-changelog-tracke-y3vn.bolt.host/
1•rokbenko•9m ago•0 comments

Ahead of the holidays, consumer and child advocacy groups warn against AI toys

https://www.npr.org/2025/11/20/nx-s1-5612689/ai-toys
1•1659447091•12m ago•0 comments

Baboon: Data Modeling with Automatic Evolutions and tagless binary codecs

https://github.com/7mind/baboon
1•pshirshov•14m ago•0 comments

A Visual Guide to How the Hong Kong Fire Spread

https://www.bbc.co.uk/news/resources/idt-c9792622-43e7-4b04-8374-2771dce4fcd1
3•skx001•17m ago•0 comments

Airbus issues major A320 recall due to software/radiation problem

https://www.reuters.com/business/aerospace-defense/airbus-issues-major-a320-recall-after-flight-c...
3•thundergolfer•18m ago•0 comments

Relae – Stop losing webhooks with automatic retries and a dead letter queue

https://relaehook.com
1•everydaydev•18m ago•1 comments

FBI RFP for tool to scrape Gab, Parler, 8Kun, and Telegram (5k licenses) [pdf]

https://vault.fbi.gov/contract-15f06722c0000258
8•sans_souse•20m ago•1 comments

Nassau County exec plans wall of surveillance cameras at NYC-Long Island border

https://gothamist.com/news/nassau-county-exec-plans-wall-of-surveillance-cameras-at-nyc-long-isla...
2•geox•25m ago•0 comments

Xkcd: Python Environment

https://m.xkcd.com/1987/
9•thunderbong•27m ago•1 comments

The Origins of Scala (2009)

https://www.artima.com/articles/the-origins-of-scala
2•todsacerdoti•28m ago•0 comments

Buttered Cat Paradox

https://en.wikipedia.org/wiki/Buttered_cat_paradox
1•flyaway123•28m ago•0 comments

Show HN: No Environment Setups Anymore

https://www.gitarsenal.dev/
2•rohan2003•29m ago•0 comments

My Favorite Color Picker

https://github.com/madprops/semicolor
1•caliweed•29m ago•0 comments

Learning Feynman's Trick for Integrals

https://zackyzz.github.io/feynman.html
8•Zen1th•32m ago•0 comments

Canada can become a nation of jailbreakers

https://pluralistic.net/2025/11/28/disenshittification-nation/#post-american-internet
4•samizdis•33m ago•0 comments

NASA's Tess Spacecraft Triples Size of Pleiades Star Cluster

https://science.nasa.gov/missions/tess/nasas-tess-spacecraft-triples-size-of-pleiades-star-cluster/
2•bryanrasmussen•33m ago•0 comments

Love Against Probability

https://www.themarginalian.org/2025/11/24/love-probability/
2•herbertl•33m ago•0 comments

LLM Model Live Ranker

https://metrik-dashboard.vercel.app/
1•mbouassa•35m ago•0 comments

How hidden stars shape our search for technosignatures

https://www.universetoday.com/articles/how-hidden-stars-shape-our-search-for-technosignatures
1•rbanffy•36m ago•0 comments

OpenAI Partners Amass $100B Debt Pile to Fund Its Ambitions

https://www.ft.com/content/5605d086-289e-4b5f-803b-4c13666976a5
5•skx001•36m ago•2 comments

Post-Moore computing: a structural alternative to architecture stagnation

https://zenodo.org/records/17618948
1•flexionU•36m ago•0 comments

Shell climate change report – 28 November 1985

https://stories.workingclasshistory.com/article/10048/shell-climate-change-report
2•MaysonL•36m ago•0 comments

Vibe coding: What is it good for? nothing

https://www.theregister.com/2025/11/24/opinion_column_vibe_coding/
4•dxs•37m ago•0 comments

China's Tech Giants Take AI Model Training Offshore to Tap Nvidia Chips

https://www.ft.com/content/96fe9898-a3a4-4a33-be1d-da06bdb6cb2b
3•skx001•39m ago•0 comments

In Favor of Giving Things Up

https://www.raptitude.com/2025/11/in-favor-of-giving-things-up/
3•herbertl•41m 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•7mo ago

Comments

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