frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: WriteRush – The writing app that feels like a game

https://app.writerush.net/
1•levihanlen•1m ago•1 comments

Google Paid the Media Millions to Avoid Regulatory Pressure

https://www.techpolicy.press/how-google-paid-the-media-millions-to-avoid-regulatory-pressure/
2•Improvement•1m ago•0 comments

Eye Strain Affects Productivity

https://lookaway.com/blog/2025/09/17/how-eye-strain-affects-productivity/
1•_kush•5m ago•0 comments

Gearbox CEO Randy Pitchford tells Borderlands 4 critics: "code your own engine"

https://www.techspot.com/news/109487-gearbox-ceo-randy-pitchford-tells-borderlands-4-critics.html
1•speckx•9m ago•0 comments

Building Stronger Networks (2013)

https://robertsmall.org/2013/11/12/building-stronger-networks/
1•gk1•9m ago•0 comments

Show HN: I Collected Every Emoticon I Could Find – All Mood and Generator

https://emoticonhub.com/
1•AdityaGavit•9m ago•0 comments

I have divided (and partly uninformed) views on OpenTelemetry

https://utcc.utoronto.ca/~cks/space/blog/sysadmin/OpenTelemetryDividedViews
1•valyala•11m ago•0 comments

Show HN: Restaurant Online Booking System

https://intuifood.com
1•aclarembeau•11m ago•1 comments

Show HN: TextGlitch – A Glitch Text Generator]

https://www.textglitch.com/
1•kazitasnim•11m ago•0 comments

Closely sown corn plants communicate to defend themselves

https://english.elpais.com/science-tech/2025-08-24/closely-sown-corn-plants-communicate-to-defend...
1•PaulHoule•11m ago•0 comments

XAI likely first AI company with Gigawatt plus campus

https://semianalysis.com/2025/09/16/xais-colossus-2-first-gigawatt-datacenter/
3•danielcampos93•13m ago•0 comments

In Defense of C++

https://dayvster.com/blog/in-defense-of-cpp/
3•todsacerdoti•14m ago•0 comments

Unikraft Cloud Launch Announcement

https://unikraft.com/blog/were-building-the-future-of-ai-cloud-infra/
1•83457•14m ago•0 comments

Exposing Pegasus: How the State Spies on You – John Scott-Railton [video]

https://www.youtube.com/watch?v=iz_8ELBJRF0
3•gnabgib•15m ago•0 comments

Optical Tweezers: Principles and Applications (2015)

http://opticaltweezers.org/
2•pillars•15m ago•0 comments

Fewer versus Less

https://en.wikipedia.org/wiki/Fewer_versus_less
1•cainxinth•16m ago•0 comments

Original Star Trek Voyager Model in Amiga LW

https://www.youtube.com/watch?v=BBahTCOaoVs
2•doener•18m ago•0 comments

World Labs – Generate persistent, navigable, and controllable 3D worlds

https://www.worldlabs.ai/blog/bigger-better-worlds
5•dmarcos•18m ago•1 comments

Good Times in River City: Bridgetown 2.0 Is Here

https://www.bridgetownrb.com/release/bridgetown-v2-river-city-released/
1•todsacerdoti•20m ago•0 comments

Should We Drain the Everglades?

https://rabbitcavern.substack.com/p/should-we-drain-the-everglades
3•ksymph•21m ago•0 comments

Show HN: An LLM chat app using Apple's FoundationModels

https://apps.apple.com/us/app/hal%C5%8D/id6748263839
2•alariccole•22m ago•0 comments

Taliban leader bans Wi-Fi in an Afghan province to 'prevent immorality'

https://apnews.com/article/afghanistan-taliban-internet-ban-balkh-0554049d724b8c8e0fb1e668ff34bbd2
2•giuliomagnifico•23m ago•0 comments

User Segmentation

https://fusionauth.io/blog/user-segmentation
1•mooreds•23m ago•0 comments

The philosophical – moral implications of a 1989 Honda Civic

https://crookedtimber.org/2025/09/16/on-the-philosophical-moral-implications-of-a-1989-honda-civic/
1•stareatgoats•25m ago•1 comments

OpenAI will apply new restrictions to ChatGPT users under 18

https://techcrunch.com/2025/09/16/openai-will-apply-new-restrictions-to-chatgpt-users-under-18/
1•michael-sumner•26m ago•1 comments

Check Point Acquires Lakera to Deliver AI Security for Enterprises

https://www.checkpoint.com/press-releases/check-point-acquires-lakera-to-deliver-end-to-end-ai-se...
1•ml_basics•26m ago•0 comments

Apple forgot the "Compact" tab layout in macOS Safari

https://manualdousuario.net/en/safari-compact-tabs-macos-sequoia/
1•rpgbr•27m ago•0 comments

DataTables CDN Outage – post incident review

https://datatables.net/blog/2025/july-29-outage
3•cristoperb•27m ago•0 comments

Setting Up and Configuring LibreSDR B210/B220 AD9361 on Windows and Linux

https://gainsec.com/2025/01/23/setting-up-and-configuring-libresdr-b210-b220-ad9361-on-windows-an...
1•transpute•27m ago•0 comments

CodeRabbit Competitors for Bug-Free, Faster AI Code Reviews

https://www.codeant.ai/blogs/coderabbit-alternatives
2•ritendn•30m 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•4mo ago

Comments

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