frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why This Jump in Gas Prices Feels Different

https://www.nytimes.com/2026/03/18/upshot/gas-prices-lookup.html
1•karakoram•52s ago•1 comments

Google to finance data center project leased to Anthropic

https://seekingalpha.com/news/4569914-google-to-finance-data-center-project-leased-to-anthropic
2•maneprajakta•4m ago•0 comments

Show HN: Spectator a cross platform DSL for cybersecurity

1•CzaxTanmay•6m ago•0 comments

I Caught a 3.4M Daily Download Supply Chain Attack

https://miles0sage.github.io/codeguard-mcp/blog.html
2•Miles0•10m ago•1 comments

The Superorganism Explained in 7 Minutes

https://natehagens.substack.com/p/why-the-world-feels-like-its-falling
2•shrubby•16m ago•1 comments

Simple English Wikipedia

https://simple.wikipedia.org/wiki/Main_Page
4•microflash•21m ago•1 comments

Building NetPulse: from MRTG replacement to something much bigger

https://as215855.net/posts/building-netpulse
1•miyuru•24m ago•0 comments

Over 11,000 munitions in 16 Days of the Iran War

https://www.rusi.org/explore-our-research/publications/commentary/over-11000-munitions-16-days-ir...
1•stubish•24m ago•0 comments

TUI for Vibe Coders

https://github.com/hritupitu/vibetui/tree/main
1•hritvikagarwal•32m ago•1 comments

Reducing our monorepo size to improve developer velocity

https://dropbox.tech/infrastructure/reducing-our-monorepo-size-to-improve-developer-velocity
1•vinhnx•33m ago•0 comments

CSS Refactoring with an AI Safety Net

https://danielabaron.me/blog/css-refactoring-with-an-ai-safety-net/
2•vinhnx•34m ago•0 comments

Understanding LRU Caches in Go: Part 2

https://learnwithtimi.substack.com/p/2-understanding-least-recently-used
1•giddy_dev•35m ago•0 comments

Show HN: Layer – Hide your personal AI files from Git without touching gitignore

https://crates.io/crates/git-layer
2•aungsiminhtet•50m ago•0 comments

Ask HN: Anybody tried to cheat AI-HR-system with hidden/white sentences?

3•KellyCriterion•51m ago•0 comments

Show HN: WordGen a Robust Wordlist Maker

1•CzaxTanmay•53m ago•0 comments

Ask HN: A Product Healing Agent, your thoughts?

1•gokulnair2001•54m ago•0 comments

C Preprocessor tricks, tips, and idioms

https://github.com/pfultz2/Cloak/wiki/C-Preprocessor-tricks,-tips,-and-idioms
1•signa11•55m ago•0 comments

Engineered yeast provides rare but essential nutrition for honeybees

https://www.nature.com/articles/s41586-025-09431-y
1•ludicrousdispla•1h ago•0 comments

Tree Editor – apply and remove types without breaking your data

https://github.com/justindmassey/tree-editor
1•justindmassey•1h ago•0 comments

Llama.cpp with CUDA Support on Original Jetson Nano (4GB)

https://github.com/kreier/llama.cpp-jetson
2•Abishek_Muthian•1h ago•2 comments

LLMs on a PowerPC Mac

http://www.theresistornetwork.com/2025/03/thinking-different-thinking-slowly-llms.html
1•austinallegro•1h ago•0 comments

Show HN: WordGen, a fast and easy to use wordlist generator

1•CzaxTanmay•1h ago•0 comments

Stop Guessing. Start Scaling. Land Your Dream Big Tech Offer with InterviewGPT

https://interviewgpt.deepchill.app/blogs
1•tiancaioyzy•1h ago•0 comments

Show HN: NUPA is Pax Economica, 6,480x more stable than current US economy

1•bedardbrandon89•1h ago•0 comments

Show HN: Live global gas station inventory

https://tanklevel.info/
3•t819291•1h ago•0 comments

First evidence of birth assistance in non-primates filmed (whales)

https://www.dawn.com/news/1986116
1•fork-bomber•1h ago•0 comments

Sora 2 API and Sora 2 Pro API

https://sora2-api.com
1•Mehedy2026•1h ago•0 comments

Code review skill inspierd by Gilfoyle and Dinesh

https://github.com/v1r3n/dinesh-gilfoyle
2•opiniateddev•1h ago•0 comments

I Let AI Write My Code, but Not My Writing

https://hermeticwoodsman.substack.com/p/why-i-let-ai-write-my-code-but-not
3•tartoran•1h ago•1 comments

The Machiavellian Maze

https://www.robkhenderson.com/p/the-machiavellian-maze
2•barry-cotter•1h ago•0 comments
Open in hackernews

Ask HN: Are you running production workloads in Pytorch eager mode?

2•stdcall83•11mo ago
I have an idea for optimizations using a dedicated backend for pytorch. It only applies to eager mode execution. From my understanding, eager mode is used for development and debugging. Are there real production workloads that work in that way ? I assume people optimize by compiling graphs using JIT but then again, people are lazy...