frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

15% of AI agent skill files carry hardcoded credentials with DB write access

https://securityboulevard.com/2026/05/capsule-security-analysis-details-scope-of-vulnerable-ai-ag...
1•Armor1AI•4m ago•0 comments

Supply Chain Inheritance

https://www.citriniresearch.com/p/semis-memo-supply-chain-inheritance
1•gmays•5m ago•0 comments

A Private Way to Chat with AI

https://about.fb.com/news/2026/05/incognito-chat-whatsapp-meta-ai/
1•spullara•16m ago•1 comments

Anthropic agrees terms of $30B funding deal at $900B valuation

https://www.ft.com/content/9deae3c6-716d-4f4d-8b09-434d8519f847
1•mmmmmbop•17m ago•0 comments

Claude Code Issue that important facts were forgotten when sessions were reseted

https://github.com/rkceve/Sanma
1•rkceve•31m ago•0 comments

Elevated error rates on Opus 4.7

https://status.claude.com/incidents/8z7l5zcy0v3b
12•rob•33m ago•9 comments

Interactive explorer for Bun's Rust migration

https://bun-to-rust-fanahova.zocomputer.io/
1•FanaHOVA•35m ago•0 comments

Build iterative repair loops with Codex

https://developers.openai.com/cookbook/examples/codex/build_iterative_repair_loops_with_codex
4•gmays•35m ago•1 comments

AI detected a person in the Blessed Sacrament

https://twitter.com/trad_west_/status/2055029902349598827
1•marcofloriano•36m ago•2 comments

From a Telegram conversation to verified AI agents in 49 days

https://credexai.live/hub
1•eedgerton•39m ago•0 comments

MCP Is Not Enough

https://mukulsingh105.github.io/articles/linkedin-article.html
2•azhenley•41m ago•0 comments

Show HN: Openvid – open-source cinematic screen recorder and mockup editor

https://github.com/CristianOlivera1/openvid
2•cristianolivera•42m ago•0 comments

June 9. Dead man switch and MS RCE drops promised?

https://deadeclipse666.blogspot.com/
2•throw2024•48m ago•1 comments

I built a live map for tracking military aircraft activity worldwide

https://skyrane.com/
3•Anaxader•52m ago•0 comments

We built a machine-readable merchant verification layer for AI shopping agents

https://github.com/warwickwood-cell/gengeo-agent-registry
2•gengeo-ai•1h ago•0 comments

Recursive Self-Improvement Delivers New SOTA Coding Performance

https://poetiq.ai/posts/recursive_self_improvement_coding/
7•icodestuff•1h ago•0 comments

Honda posts first annual loss on $9B EV writedown, scraps EV sales goals

https://www.reuters.com/business/autos-transportation/honda-books-first-annual-loss-hit-by-hefty-...
4•kristianp•1h ago•2 comments

What's in My Cert Kit?

https://blog.networkprofile.org/whats-in-my-cert-kit/
2•monstermunch•1h ago•0 comments

Accelerating Hamming Quasi-Cyclic (HQC) with Additive FFT

https://eprint.iacr.org/2026/014
1•teleforce•1h ago•0 comments

The real singularity is the friends we made along the way

https://geohot.github.io//blog/jekyll/update/2026/05/09/real-singularity.html
2•oliculipolicula•1h ago•0 comments

Raindrop – Local Agent Debugger

https://github.com/raindrop-ai/workshop
2•felixbraun•1h ago•0 comments

Windows BitLocker zero-day gives access to protected drives, PoC released

https://www.bleepingcomputer.com/news/security/windows-bitlocker-zero-day-gives-access-to-protect...
1•akyuu•1h ago•0 comments

LLM Policy for Rust Compiler

https://github.com/rust-lang/rust-forge/pull/1040
2•liyanage•1h ago•0 comments

LLMs run on top of an OS designed for code, not weights

https://github.com/matthewworner/spike
3•matthewworner•1h ago•0 comments

Sam Altman Is Taking a Lot of Punches on the Witness Stand

https://www.motherjones.com/politics/2026/05/altman-musk-openai-lawsuit-witness-questioning-ai/
6•cdrnsf•1h ago•0 comments

New Fragnesia Linux flaw lets attackers gain root privileges

https://www.bleepingcomputer.com/news/security/new-fragnesia-linux-flaw-lets-attackers-gain-root-...
3•akyuu•1h ago•0 comments

AMD EPYC CPUs Reach Record Server Revenue Share of 46.2%

https://www.techpowerup.com/349029/amd-epyc-cpus-reach-record-server-revenue-share-of-46-2
7•akyuu•1h ago•0 comments

Have a Coherent AI Policy

https://brianmeeker.me/2026/05/14/have-a-coherent-ai-policy/
21•ai_critic•1h ago•8 comments

Shareable AI Editable Visualizations

https://framejs.io/docs/intro.html
2•dionjw•1h ago•0 comments

Boeing, Toyota Donated $1M Each to Transportation Secretary's Road-Trip Show

https://www.wsj.com/business/boeing-toyota-donated-1-million-each-to-transportation-secretarys-ro...
6•impish9208•1h ago•3 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