frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Collapse of Centralized AI Discovery

https://www.aivojournal.org/the-collapse-of-centralized-ai-discovery/
1•salkahfi•1m ago•0 comments

First recording of a dying human brain shows waves similar to memory flashbacks

https://louisville.edu/medicine/news/first-ever-recording-of-a-dying-human-brain-shows-waves-simi...
3•thunderbong•6m ago•0 comments

'No idea who he is', says Trump after pardoning crypto tycoon

https://www.bbc.com/news/articles/cn7ek63e5xyo
2•jmsflknr•20m ago•0 comments

Python 3.14 added support for max-heaps

https://docs.python.org/3/whatsnew/3.14.html
1•tehnub•21m ago•0 comments

Cloudflare Domain Ranking Hiijacked

https://radar.cloudflare.com/domains
1•vermilingua•23m ago•0 comments

ECL Runs Maxima in a Browser

https://mailman3.common-lisp.net/hyperkitty/list/ecl-devel@common-lisp.net/thread/T64S5EMVV6WHDPK...
1•seansh•24m ago•0 comments

Ukrainian computer game-style drone

https://www.theguardian.com/world/2025/nov/03/ukrainian-computer-game-style-drone-attack-system-g...
1•yzydserd•24m ago•0 comments

Best AI-Powered Learning Apps for Kids Ages 2-5: A Parent's Guide

https://techlife.blog/posts/best-ai-powered-learning-apps-for-kids-ages-2-5-parents-guide/
2•tsenturk•31m ago•0 comments

State of Terminal Emulators in 2025

https://www.jeffquast.com/post/state-of-terminal-emulation-2025/
1•matthew_hre•31m ago•0 comments

From Signals to Reliability: SLOs, Runbooks and Post-Mortems

https://fatihkoc.net/posts/sre-observability-slo-runbooks/
1•fatihkocnet•33m ago•0 comments

Google's Jeff Dean on the Coming Era of Virtual Engineers

https://sequoiacap.com/podcast/training-data-jeff-dean/
1•palerdot•50m ago•0 comments

Variation Is King, Not the Average

https://xmrit.com/articles/variation-is-king-not-the-average
1•ath_ray•51m ago•0 comments

Show HN: 1D Pac-Man running on my custom ARM-like fantasy console in the browser

https://github.com/beep8/beep8-sdk
1•beep8_official•52m ago•0 comments

Kimi Linear: An Expressive, Efficient Attention Architecture

https://arxiv.org/abs/2510.26692
3•birriel•55m ago•0 comments

Cons Should Not Cons Its Arguments, Part II: Cheney on the MTA

https://web.archive.org/web/20200223051632/http://home.pipeline.com/~hbaker1/CheneyMTA.html
2•andsoitis•55m ago•0 comments

Experts Debate Whether Bitcoin's Four-Year Cycle Still Holds in 2025

https://cryptomus.com/blog/experts-debate-whether-bitcoins-four-year-cycle-still-holds-in-2025-news
1•salkahfi•1h ago•0 comments

Lens Mounting – A Systematic Approach [pdf]

https://wp.optics.arizona.edu/optomech/wp-content/uploads/sites/53/2016/10/K_Gagne.pdf
3•o4c•1h ago•0 comments

An evergreen template for running Node.js in a Hugging Face Space

https://blog.tomayac.com/2025/11/03/running-nodejs-in-a-hugging-face-space/
1•tomayac•1h ago•0 comments

Tutorials in Optomechanics

https://wp.optics.arizona.edu/optomech/tutorials-in-optomechanics/
3•o4c•1h ago•1 comments

Would you trust an open-source savings tool that earns yield without app fees?

1•mihaelavr•1h ago•1 comments

Klein Bottles and Nuclear Fusion

https://lee-phillips.org/smiet/
2•leephillips•1h ago•0 comments

Restock Holmes

https://restlock-holmes.vercel.app/
1•thatxliner•1h ago•0 comments

How is Affinity now free? (Founder) [video]

https://www.youtube.com/watch?v=v9YR9KeCJDY
1•gotrythis•1h ago•0 comments

Study: Good management of aid projects reduces local violence

https://news.mit.edu/2025/study-good-management-aid-projects-reduces-local-violence-1103
4•fleahunter•1h ago•1 comments

Hooked on Sonics: Experimenting with Sound in 19th-Century Popular Science

https://publicdomainreview.org/essay/science-of-sound/
1•Hooke•1h ago•0 comments

Full list of Israeli startup M&As in 2025

https://www.calcalistech.com/ctechnews/article/h1k11bgtije
3•salkahfi•1h ago•1 comments

Digital Twins: the missing pieces we can solve with Machine Learning

https://quantblog.wordpress.com/2025/10/29/digital-twins-the-missing-pieces/
1•jgord•1h ago•1 comments

Show HN: Sudachi Emulator – Fast open-source Switch emulator

https://sudachiemu.org
3•clarionPilot11•1h ago•1 comments

Setting up a simple home router with OpenBSD

https://www.blog.montgomerie.net/posts/2025-10-11-setting-up-a-very-simple-but-ipv6-capable-home-...
10•todsacerdoti•1h ago•0 comments

Programming for Computations: Matlab/Octave

https://link.springer.com/book/10.1007/978-3-319-32452-4
1•teleforce•2h ago•0 comments
Open in hackernews

React-Native-Godot

https://github.com/borndotcom/react-native-godot
56•Noghartt•11h ago

Comments

_fzslm•9h ago
This is super cool, but I wonder what the application might be.

I can imagine wanting to use it to pepper in 3D elements into an existing RN app, but surely embedding the entire Godot engine is kinda heavy?

Then I can imagine wanting to embed a larger 3D experience into an RN app... maybe a 3D product preview or something? I guess that could be cool. But still, the heft of embedding the Godot frameworks...

I am actually developing an app that has 3d elements, but if i were to use this the Godot experience might just feel too separate from the rest of the app. like 2 siphoned off apps in one. Something like react native three might be more appropriate for a lot of the use cases I can imagine. But I'm probably missing something

daveidol•8h ago
I could see this being interesting in treating game elements as React components and using that level of abstraction.

E.g. imagine a Snapchat "lens" type experience (one screen with little fun mini game experiences) that the user can easily add or remove characters or entire chunks of the "game" (turn on/off raining objects the character can interact with, configure, etc).

Could also make it easier for LLMs to generate unique simple game experiences with these building block "components" vs having to build everything from scratch.

derefr•6h ago
I would think, if anything, it would be for creating a UI for a Godot-native game (after a prototype stage where the UI is Godot-native programmer art); and being able to break off the responsibility for that component to a UI team that can simply hire React frontend devs to do the design and development, where those devs don’t need any knowledge of how Godot works. Architecturally, the game UI wraps and controls the game engine, because of course it does; but organizationally, the UI team would serve the needs of the game dev team, rather than the other way around.
leecommamichael•6h ago
If the team's goal is to be able to write a cross-platform game, but also have a great UI toolkit, they could have just used Flutter. This is eating massive costs just to use HTML, CSS and JS.
garbagepatch•2h ago
React Native is Javascript on top of the native toolkit of the platform. No HTML or CSS here.