frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Drones with Claws

https://spectrum.ieee.org/arctic-iceberg-drones
1•asdefghyk•2m ago•1 comments

The Art and Beauty of Blade Runner

https://nappertime.com/the-art-of-and-beauty-of-blade-runner/
1•cocacola1•4m ago•0 comments

Verbatim: What Is a Photocopier?

https://www.nytimes.com/video/opinion/100000002847155/verbatim-what-is-a-photocopier.html
1•grubbs•5m ago•0 comments

Toward safe, flexible, and efficient software in Common Lisp [video]

https://www.youtube.com/watch?v=of92m4XNgrM
1•so-cal-schemer•6m ago•1 comments

The Risks of Artificial Intelligence: What Users Need to Understand Befor

https://moztako.me/hidden-risks-of-artificial-intelligence/
1•vadinho•10m ago•0 comments

Show HN: Nice Licence – An anti-copyleft permissive licence

https://github.com/Jamedjo/git-hunk/commit/240ac0f7e986fbe783a7de1c220fc047771ee059
1•jamedjo•13m ago•0 comments

Show HN: Active Source of Truth for Your Coding Agents

https://meetless.ai
1•anphamthanh•17m ago•0 comments

Are you aware of the popularity poll for official Japanese characters?

1•GanJin•17m ago•0 comments

Hannelore Schmatz

https://en.wikipedia.org/wiki/Hannelore_Schmatz
1•doener•18m ago•0 comments

Active Inference as Context Acquisition for AI Agents

https://arxiv.org/abs/2608.19202
1•Anon84•19m ago•0 comments

Adapting Fossil-scm as a platform for AI agentic workflow

https://github.com/BenSiv/fossil-scm
1•thunderbong•23m ago•0 comments

Gspot: Gcloud auth monitoring for long-running coding agents

https://github.com/Somnora/GSPOT
1•Somnora•31m ago•0 comments

Show HN: A comic and manga viewer component for React

https://react-comic-viewer.kkweb.io
2•piro0919•32m ago•0 comments

NanoGPT Speedrun

https://github.com/KellerJordan/modded-nanogpt
2•kelseyfrog•35m ago•0 comments

Lower air pollution leads to increased warming

https://twitter.com/Electroversenet/status/2090891691649560717
1•delichon•38m ago•0 comments

Most Popular Programming Languages: Data from 1958 to 2025

https://www.youtube.com/watch?v=ZTPrbAKmcdo
1•so-cal-schemer•39m ago•1 comments

Software Engineering in the Agentic Era

https://simonwillison.net/2026/Feb/23/agentic-engineering-patterns/
2•silverpiranha•40m ago•0 comments

US Military newspaper editor voices censorship fears after being fired

https://www.bbc.com/news/articles/cm2g23ng8p4o
4•tartoran•41m ago•0 comments

Mathematicians will probably become obsolete before anyone else [pdf]

https://olli.unt.edu/handouts/fall24/tk-writing-sample.pdf
1•tiahura•46m ago•0 comments

Show HN: Lens AI – generate your JSON-LD files and keep them up-to-date

https://knowledgelens.ai/
1•k7vin•50m ago•0 comments

A heart surgeon's confession: it was never the cholesterol

https://twitter.com/robertlufkinmd/status/2091265696076624301
2•bilsbie•56m ago•0 comments

Enabling the next-generation trait solver on nightly

https://blog.rust-lang.org/2026/08/21/enabling-next-solver-on-nightly/
1•lbw1215•56m ago•0 comments

You don't have to make money with AI. You could just be happier

https://hibernation.dev/posts/ai-for-happiness-not-money/
2•ositowang•1h ago•0 comments

Automakers Keep Adding Screens, but Buyers Want Something Else

https://www.autoblog.com/news/automakers-keep-adding-screens-but-buyers-want-something-else
2•delichon•1h ago•0 comments

Hacker News RSS

https://hnrss.github.io/
2•sillysaurusx•1h ago•0 comments

Don't ask me my f*#&ing name

https://runninganddancing.substack.com/p/dont-ask-me-my-f-and-ing-name
4•HakuGulati•1h ago•2 comments

A look at CrossPoint e-reader firmware

https://lwn.net/Articles/1087635/
3•pykello•1h ago•0 comments

Parallel worktrees running all services on local branch domains

https://github.com/jdtzmn/port
1•amadeuspagel•1h ago•0 comments

Kinds of Luck

https://pmarchive.com/luck_and_the_entrepreneur.html
1•AnhTho_FR•1h ago•0 comments

Flooding of ancient Salton Sea linked to San Andreas earthquakes

https://www.sciencecodex.com/flooding_of_ancient_salton_sea_linked_to_san_andreas_earthquakes
1•Noaidi•1h ago•1 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...