frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Timeouts and Cancellation for Humans (2018]

https://vorpus.org/blog/timeouts-and-cancellation-for-humans/
1•Bluestein•37s ago•0 comments

Retrospectively Reverse-Engineering Apple's Neural Engine

https://eiln.github.io/posts/ane.html
2•zdw•6m ago•0 comments

What happens when quantum mechanics and relativity meet?

https://arstechnica.com/science/2026/09/what-happens-when-quantum-mechanics-and-relativity-meet/
1•gumby•9m ago•0 comments

Anthropic researcher resigning citing superintelligence ' – is a marketing hoax [video]

https://www.youtube.com/shorts/skV0hDd-chM
1•adaba1234•11m ago•0 comments

Open API for Bosch and Buderus Heat Pumps

https://github.com/bosch-home-comfort/api-docs
3•n03dic0de3•12m ago•0 comments

Photic Sneeze Reflex

https://en.wikipedia.org/wiki/Photic_sneeze_reflex
1•vismit2000•14m ago•0 comments

Can A.I. "Go Rogue"?

https://www.newyorker.com/culture/open-questions/can-ai-go-rogue
1•Anon84•18m ago•0 comments

Ask HN: Does each frontier model have its own unique taste?

2•dave8172•26m ago•0 comments

Show HN: RagLeap v0.4.0 – 46 AI roles, 8 connectors, 9 vector DBs

https://github.com/antonyrag/ragleap-core
1•antonyragleap•26m ago•0 comments

I built an App to give alerts when your dependencies(Postgres) reach End of Life

2•sharadregoti15•28m ago•1 comments

Jot – AI Rewriter

https://chromewebstore.google.com/detail/jot-ai-writing-rewriting/ocbfgpiibmgkkjbpbpnhejalpakdonjh
2•gnsh•31m ago•1 comments

Gave Omarchy a Try

https://twitter.com/z3ratul163071/status/2098673641890234800
2•z3ratul163071•31m ago•1 comments

Show HN: Spiteware.ai – A catalog of apps built out of spite at unfair pricing

https://spiteware.ai/
2•tenthead•32m ago•0 comments

Silence on Tlenet

https://scyy.fi/tlen
1•c1ccccc1•32m ago•0 comments

Ask HN: What is the most overlooked risk in the AI security domain?

1•ToriTech•32m ago•0 comments

How I turned my Linux terminal sessions into daily speedrun challenges

https://www.howtogeek.com/how-i-turned-my-linux-terminal-sessions-into-daily-speedrun-challenges/
1•theanonymousone•35m ago•0 comments

Digital rights groups renew push to simplify cookie banners

https://www.euractiv.com/news/digital-rights-groups-renew-push-to-simplify-cookie-banners/
1•mnewme•38m ago•0 comments

Scikit-learn 1.9.1 released with Python 3.15 support

https://scikit-learn.org/stable/whats_new/v1.9.html
1•theanonymousone•42m ago•0 comments

Brainstorming novel biological attacks with an LLM

https://www.robertvesco.com/posts/chatgpt-helps-me-brainstorm-guerilla-warfare-against-ai-powered...
2•rlvesco7•49m ago•0 comments

This Week in Plasma: 6.8 Beta Release

https://blogs.kde.org/2026/09/12/this-week-in-plasma-6.8-beta-release/
3•HieronymusBosch•50m ago•0 comments

Why Rocq is better than Lean for program verification

https://joomy.korkutblech.com/posts/2026-07-28-why-rocq-is-better.html
2•birdculture•51m ago•0 comments

The V8 JavaScript Runtime Undermined My Constant-Time JavaScript Library

https://soatok.blog/2026/09/12/the-v8-javascript-runtime-undermined-my-constant-time-javascript-l...
3•some_furry•52m ago•0 comments

Attestly

https://www.attestly.online/
1•swishmilnet•53m ago•0 comments

Ocarina Music in the Legend of Zelda: Ocarina of Time

https://danbruno.net/writing/ocarina/
2•drifkin•53m ago•0 comments

Ask HN: Did anyone try to build game engine purely for LLM

3•steammaho•54m ago•3 comments

Roundtables: AI's Apocalypse Crisis

https://www.technologyreview.com/2026/09/11/1143936/roundtables-will-ai-really-kill-us-all/
1•joozio•57m ago•0 comments

Governor Newsom Signs Student-Backed Digital Literacy Bills Along Misguided Bans

https://www.eff.org/deeplinks/2026/09/governor-newsom-signs-student-backed-digital-literacy-bills...
1•mdp2021•57m ago•0 comments

The Evolution of Human Science (2000)

https://en.wikipedia.org/wiki/The_Evolution_of_Human_Science
1•xiaoyu2006•58m ago•1 comments

Show HN: I turn Airtable exports into real Postgres schemas(FKs, not CSVs)

https://www.atmigrator.com
1•saud_c•59m ago•0 comments

ChatGPT-using lawyer punished for citing fake testimony from made-up witnesses

https://arstechnica.com/tech-policy/2026/09/chatgpt-using-lawyer-punished-for-citing-fake-testimo...
3•mdp2021•1h ago•2 comments
Open in hackernews

Ask HN: Did anyone try to build game engine purely for LLM

3•steammaho•54m ago
Something that will allow models to be efficient, fast, cheap just because how data and workflows are organized.

What is the best stack for this? Any tips, tricks?

Comments

curiousObject•37m ago
This is a very vague question.

You should explain what you want to do

You should say where’s the position of the LLM in the stack. Top, bottom, whatever

I guess the answer to your question is most likely to be No. Perhaps you can be the first one to do it?

steammaho•24m ago
Usually when some indie wants to build a game they take Unity, Godot, Unreal, etc. Problem with it - tools, MCP, low support of llms. It seems that much faster and more efficient is just to build everything you need on the fly. And the question would be what the best language for this? (I saw a lot of people use rust for such experiments). Is there any must have libraries? Maybe something else?
curiousObject•5m ago
I assume that the support and community around Godot, Unity and Unreal still make them a no-brainer, unless you’re committed to relying on LLM for maintenance, non-stop

I don’t have any specific knowledge about more generalized dev environments such as rust for this scenario. If you go that route I think it would be important to be hyper competent in rust or whatever you use because the game-oriented support is less specific than dedicated game-dev rigs like Godot.

You are developing a project. So you could rethink and repost this later with more focus on your actual project not a hypothetical