frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

EQ: A video about all forms of equalizers

https://www.youtube.com/watch?v=CLAt95PrwL4
135•robinhouston•22h ago•32 comments

Chen-Ning Yang, Nobel laureate, dies at 103

https://www.chinadaily.com.cn/a/202510/18/WS68f3170ea310f735438b5bf2.html
223•nhatcher•1d ago•51 comments

Titan submersible’s $62 SanDisk memory card found undamaged at wreckage site

https://www.tomshardware.com/pc-components/microsd-cards/tragic-oceangate-titan-submersibles-usd6...
314•WithinReason•2d ago•156 comments

Root System Drawings

https://images.wur.nl/digital/collection/coll13/search
344•bookofjoe•19h ago•70 comments

How to sequence your DNA for <$2k

https://maxlangenkamp.substack.com/p/how-to-sequence-your-dna-for-2k
166•yichab0d•13h ago•75 comments

How does Turbo listen for Turbo Streams

https://ducktypelabs.com/how-does-turbo-listen-for-turbo-streams/
55•sidk_•5d ago•5 comments

The Accountability Problem

https://www.jamesshore.com/v2/blog/2025/the-accountability-problem
48•FrancoisBosun•6h ago•11 comments

Flowistry: An IDE plugin for Rust that focuses on relevant code

https://github.com/willcrichton/flowistry
221•Bogdanp•18h ago•28 comments

When you opened a screen shot of a video in Paint, the video was playing in it

https://devblogs.microsoft.com/oldnewthing/20251014-00/?p=111681
259•birdculture•2d ago•40 comments

The reason GCC is not a library (2000)

https://gcc.gnu.org/legacy-ml/gcc/2000-01/msg00572.html
139•todsacerdoti•6d ago•76 comments

./watch

https://dotslashwatch.com/
344•shrx•23h ago•95 comments

Friendship Begins at Home

https://3quarksdaily.com/3quarksdaily/2025/10/friendship-begins-at-home.html
116•herbertl•7h ago•50 comments

K8s with 1M nodes

https://bchess.github.io/k8s-1m/
208•denysvitali•2d ago•49 comments

Why the open social web matters now

https://werd.io/why-the-open-social-web-matters-now/
149•benwerd•4d ago•79 comments

Secret diplomatic message deciphered after 350 years

https://www.nationalarchives.gov.uk/explore-the-collection/the-collection-blog/secret-diplomatic-...
142•robin_reala•2d ago•24 comments

Tinnitus Neuromodulator

https://mynoise.net/NoiseMachines/neuromodulationTonesGenerator.php
299•gjvc•16h ago•201 comments

GoFundMe CEO: economy is so bad his customers crowdfund to pay for groceries

https://finance.yahoo.com/news/gofundme-ceo-says-economy-bad-182843671.html
33•sudonanohome•3h ago•9 comments

Adding Breadcrumbs to a Rails Application

https://avohq.io/blog/breadcrumbs-rails
51•flow-flow•4d ago•4 comments

GoGoGrandparent (YC S16) Is Hiring Back End and Full-Stack Engineers

1•davidchl•8h ago

IDEs we had 30 years ago and lost (2023)

https://blogsystem5.substack.com/p/the-ides-we-had-30-years-ago-and
489•AlexeyBrin•20h ago•439 comments

Is Postgres read heavy or write heavy?

https://www.crunchydata.com/blog/is-postgres-read-heavy-or-write-heavy-and-why-should-you-care
162•soheilpro•1d ago•45 comments

The optimistic case for protein foundation model companies

https://www.owlposting.com/p/the-optimistic-case-for-protein-foundation-193
4•crescit_eundo•1w ago•0 comments

Coral NPU: A full-stack platform for Edge AI

https://research.google/blog/coral-npu-a-full-stack-platform-for-edge-ai/
126•LER0ever•3d ago•20 comments

Who invented deep residual learning?

https://people.idsia.ch/~juergen/who-invented-residual-neural-networks.html
95•timlod•5d ago•31 comments

Caveat Prompter

https://surfingcomplexity.blog/2025/10/12/caveat-promptor/
6•azhenley•5d ago•2 comments

Picturing Mathematics

https://mathenchant.wordpress.com/2025/10/18/picturing-mathematics/
84•jamespropp•17h ago•3 comments

Most users cannot identify AI bias, even in training data

https://www.psu.edu/news/bellisario-college-communications/story/most-users-cannot-identify-ai-bi...
83•giuliomagnifico•14h ago•51 comments

Satellite images show ancient hunting traps used by South American social groups

https://phys.org/news/2025-10-satellite-images-reveal-ancient-south.html
46•rntn•6d ago•9 comments

The pivot

https://www.antipope.org/charlie/blog-static/2025/10/the-pivot-1.html
468•AndrewDucker•1d ago•236 comments

Moonlander.BAS

https://basic-code.bearblog.dev/moonlander/
49•ibobev•6d ago•12 comments
Open in hackernews

Bevy TLDR – Game development with Bevy summarized

https://taintedcoders.com/bevy/tldr
47•GenericCanadian•9h ago

Comments

jvanderbot•6h ago
Bevy is one of those things that I've tried to use, but quickly realized why people believe that "rust is changing too quickly". Well the language doesn't but the libraries do.

It's changed quickly enough that docs, examples, copilot, agents, and chat assistants are all a few versions off from each other.

runevault•6h ago
Yeah I've mostly been keeping an eye on Bevy from a distance for this reason. cart is still willing to break API compat if he finds a better solution (and since it is pre-1.0 I do not blame him). The API breaks and an editor are probably the two biggest features Bevy needs, and the editor is an active project so I'm anxious to see how that goes.
SeanAnderson•6h ago
Yeah, my experience has been similar. On the one hand, it's exciting to have new features every few months. Some of those features very much so addressed pain points in my code and I was excited to adopt them. Other times, changes were introduced which offered new ways of developing, but didn't deprecate old ways nor were they strongly opinionated in which way should be applied in which scenarios.

Overall, I had a lot of fun learning the ECS paradigm, and I found Bevy to make working with Rust easier than learning Rust on its own because it did a good job of hiding lifetimes from me in a lot of situations, but I never got to a point where I felt like I was able to develop ideas quickly.

I'm optimistic about revisiting the code I wrote at some point and seeing how things have improved. It's been maybe a year and a half since I stopped working on a pet project, but I still keep up with all the release notes and have seen lots of things to be excited about. For example, hot reloading is well on its way to being stable and their UI components are becoming much more robust.

https://ant.care/ I built this with Bevy (code here: https://github.com/MeoMix/symbiants/) but have moved on to other projects for the time being.

It's a cute lil sim. It'll crash on you at some point 'cuz there's a race condition when ants come back from the outer-world while hauling food, but it's still kinda fun to watch 'em go.

(Also, while I'm yapping. https://loglog.games/blog/leaving-rust-gamedev/ is very true BUT ALSO people have made successful games using Bevy, or parts of it, e.g. https://store.steampowered.com/app/2198150/Tiny_Glade/)

spoiler•15m ago
Bevy is very explicit about this in its guide, though!

People made games and software in bevy despite the API flux, and the migration guidelines are really good too.

Ninjinka•6h ago
My only game dev experience is with Babylon.js, but I decided to give Bevy a shot a couple weeks ago. I gave up once I realized they don't have any sort of editor or scene inspector. Something as simple as seeing what assets are loaded into your scene is not possible with official tooling. Tried Unity, but was ultimately more complex than what I needed. Tried Godot next, and so far it's been great. Super straight forward, and iteration speed is so much faster than Bevy or Unity because the compilation times are so low.
runevault•6h ago
First: Godot is rad, and if you're willing to use third party tooling you can even use rust to code your logic (official Godot languages are gdscript, c#, and c++, but the community has added support for a lot more like rust and swift).

Second: building the editor (in Bevy, same way godot's editor is built with the game engine) is an active project so if you think Bevy is interesting it is worth keeping an eye on whenever that gets released.

the__alchemist•6h ago
The language of the article (starting at the top) reinforces a suspicion that Bevy may be developed with a goal of prioritizing its ECS system over practical goals, or facilitating the game dev itself. I see this in early Rust OSS tools regularly. Actix the web framework marketing, articles, and community being focused on the Actor paradigm; Embassy in Embedded being focused on the Async paradigm; the older gen being focused on the Typestate, Ownership-of-peripheral, and Trait paradigms.

It's OK to have a backbone concept you're proud of and anchors your lib! If it becomes the ends rather than the means, it's worth re-evaluating.

all2•6h ago
Architecture > UX?

I'd love to avoid this in my personal projects. Programming paradigms are useful within their bounds, but at some point UX has to take the front seat.

elcritch•5h ago
Makes sense to me. Lots of folks attracted to Rust seem to enjoy code-golfing more than solving problems. Designing the “perfect” game architecture vs shipping games seems to match that and my take on much of the Rust ecosystem.
jokethrowaway•4h ago
Building a game engine is a titanic effort.

Bevy has the best developer experience of any game framework I've ever tried (I have worked with mainstream engines - which warmed up to ECS over time - and engines that started with ECS like ECSY and playcanvas) but it's too low level for most studios.

I get your point about actix and actors but I think the difference there was that the author wanted to build Elixir in Rust, while the community wanted an Express (from node.js). The vast majority of web services I see don't need an explicit actor model.

ECS instead has a significant impact on developer experience, so I appreciate their focus on data structures.

hresvelgr•3h ago
It's solving problems that are so far down on the list of priorities of a video game project that it will never evolve beyond a mere toy unless they really wise up. "My performance is bad because I didn't design this in a data-oriented way" is a different problem when 65% of your game is finished as opposed to solving it at "Hello, world." Hell, you can't even solve that problem unless you understand what your actually real game is doing at a data level in the first place.

Before software can be reusable it first has to be usable. There is a good reason why every existing popular engine was purpose built for a game in its infancy.

spicyusername•6h ago
Of all the programming-first video game frameworks I've tried, including Bevy, I found Monogame to hit the sweet spot.

C# is a super underrated language and Monogame has just enough batteries to get going without being in your way too much.

For ECS, I've been using Friflo ECS and haven't had issues so far: https://github.com/friflo/Friflo.Engine.ECS

winrid•4h ago
Oh wow, had no idea Bastion was made with Monogame and C#!
runevault•3h ago
Up until midway through Hades 1 development Supergiant was a c# shop with their own engine on top of libraries (the fact they rewrote their core tech in the middle of a game project that was already available to the public remains insane to me).
runevault•3h ago
Interesting that the ECS you linked beats out Flecs .net bindings. I wonder if it is because of copying to/from the dotnet heap.

Looking over the readme.md I find it interesting they don't list dotnet 9 support but they do list 7 so they do seem to support non-LTS versions but skipped 9 (mind you maybe they just didn't update the readme?)

throw3141592•5h ago
Out of the loop here, how does Bevy compare to Fyrox this year?