frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Safehttp – an SSRF-resistant HTTP client for Go

https://github.com/ayuhito/safehttp
2•ayuhito•5m ago•0 comments

Federal employees can download TikTok on government devices, DOJ says

https://www.reuters.com/world/federal-employees-can-download-tiktok-government-devices-doj-says-2...
2•giuliomagnifico•8m ago•0 comments

What I learned on reducing token spend in your agent after $500 on iterations

https://twitter.com/chrisvxd/status/2078446083496108282
3•chrisvxd•10m ago•1 comments

America Broke Its Own Military

https://tribunemag.co.uk/2026/07/how-america-broke-its-own-military
3•robtherobber•14m ago•0 comments

From the Editor: Commercial Aviation's Innovation Dilemma – Aviation Week

https://aviationweek.com/aerospace/manufacturing-supply-chain/editor-commercial-aviations-innovat...
2•rbanffy•15m ago•0 comments

The Zoom hack that says, 'Don't record me'

https://techcrunch.com/2026/07/17/the-zoom-hack-that-says-dont-record-me/
2•nyku•17m ago•0 comments

Baba Is Solved by Fable 5 and GPT-5.6 Sol, but at what cost?

https://quesma.com/blog/baba-is-bench/
2•stared•19m ago•2 comments

What if restaurant menus had AI copilots?

1•irnco•20m ago•0 comments

Claude Code team should try macro so users can complete 3x as many tasks

1•yohji1984•23m ago•1 comments

Show HN: We built fractional GPU slicing without Nvidia MiG – works on AMD too

https://podstack.ai/
1•saurav7055•25m ago•0 comments

No don't Google it, ask me about it

https://river.berlin/blog/no-don-t-google-it-ask-me-about-it/
1•adityashankar•28m ago•0 comments

They Ran Nattokinase Against a Statin. The Enzyme Won

https://sayerji.substack.com/p/they-ran-nattokinase-against-a-statin
1•bilsbie•29m ago•0 comments

Show HN: Csvtool.io – 60 free CSV tools that run in the browser

https://www.csvtool.io
1•jamesweb•31m ago•0 comments

Show HN: BlazeRules – vectorized YAML rules for JSON, Kafka, and Arrow events

1•jspuri•37m ago•0 comments

Laser Fault Injection on the TROPIC01 Open-Source Secure Element

https://donjon.ledger.com/blog/tropic01-laser-fault-injection/
1•ahlCVA•38m ago•0 comments

Optimistic Sync Library for the Web

https://therealpaulplay.github.io/PlaySocketJS/
1•PaulPlay•40m ago•0 comments

Another Taste of Verse [video]

https://www.youtube.com/watch?v=QIiU-QGzcqc&list=PLQtDWkrawhsE&index=2
1•mpweiher•41m ago•0 comments

Slople – can you pass the reverse Turing test?

https://unslop.run/slople
1•dopamine_daddy•46m ago•1 comments

What AI did to stackoverflow in a graph

https://data.stackexchange.com/stackoverflow/query/1953768#graph
33•secretslol•48m ago•13 comments

Why do AI company logos look like buttholes?

https://velvetshark.com/ai-company-logos-that-look-like-buttholes
114•miniBill•53m ago•25 comments

HAMgpt – what can I do with my radio today?

https://hamgpt.co
1•howard941•55m ago•0 comments

'The Odyssey' Backlash Failed Tremendously

https://www.wired.com/story/the-odyssey-backlash-failed-tremendously/
3•joozio•58m ago•3 comments

Fable 5 vs. GPT-5.6 Sol on an NP-Hard Problem: Does /goal help?

https://charlesazam.com/blog/fable-5-gpt-5-6-sol-goal/
2•couAUIA•1h ago•1 comments

Mr. Spock Does Not Code in ASCII

https://lqlang.org/blog/spock-does-not-code-in-ascii/
3•wickund•1h ago•0 comments

NextBSD project revived: macOS userland tools on FreeBSD kernel

https://www.theregister.com/os-platforms/2026/07/18/nextbsd-returns-to-dollop-apple-source-on-fre...
2•lproven•1h ago•0 comments

Steam Machine: Between 12k and 15k Units Sold per week

https://boilingsteam.com/steam-machine-between-10k-and-15k-sold-per-week/
6•ekianjo•1h ago•0 comments

There's any easy way to rename multiple photos at once

https://apps.microsoft.com/detail/9nl267vtkkmg?hl=en-US&gl=US
1•SolvyCode•1h ago•0 comments

GitHub: TypeScript compiler and JavaScript engine in Lean

https://github.com/jessealama/thales
2•fagnerbrack•1h ago•0 comments

Business Success: Luck, Not Merit

https://fagnerbrack.com/business-success-luck-not-merit-51deca80bfaf
1•fagnerbrack•1h ago•0 comments

Software Engineering Laws

https://newsletter.techworld-with-milan.com/p/the-20-software-engineering-laws
1•fagnerbrack•1h ago•0 comments
Open in hackernews

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

2•stdcall83•1y 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...