frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Free Online Sora Watermark Adder – Add Sora AI Watermarks Instantly in Browser

https://sorawatermarkadder.org
1•wplacetool•2m ago•0 comments

Ask HN: Estimation of copyright material used by LLM

1•megamix•7m ago•0 comments

The U.S. is the bribery cop. Is that about to change?

https://www.npr.org/2025/06/20/1254460243/foreign-corrupt-practices-act-bribery-glencore-sudan-oil
2•KLK2019•10m ago•1 comments

Modeling Identity Types

https://bartoszmilewski.com/2025/10/18/modeling-identity-types/
1•ibobev•12m ago•0 comments

Symmetry of Amp

https://morwenn.github.io//presortedness/2025/10/18/TSB005-symmetry-of-amp.html
1•ibobev•12m ago•0 comments

A Theoretical Perspective on Hyperdimensional Computing [pdf]

https://cseweb.ucsd.edu/~dasgupta/papers/TDR21.pdf
1•jerlendds•12m ago•0 comments

Quality Metrics

https://www.johndcook.com/blog/2025/10/18/quality-metrics/
1•ibobev•12m ago•0 comments

The Accountability Problem

https://www.jamesshore.com/v2/blog/2025/the-accountability-problem
1•FrancoisBosun•13m ago•0 comments

San Francisco's new AI school

https://www.theguardian.com/technology/2025/oct/18/san-francisco-ai-alpha-school-tech
1•andsoitis•20m ago•1 comments

Effect of Computerized Cognitive Training on Vesicular Acetylcholine Transporter

https://games.jmir.org/2025/1/e75161
2•bookofjoe•26m ago•1 comments

Watching 25,000 Dice Neatly Arrange Themselves Shouldn't Be This Fascinating

https://www.sciencealert.com/packing-density-shear-force-dice-inside-cylinder-physics
3•Anon84•37m ago•1 comments

Smartwatches achieve centimeter-level accuracy with new tracking algorithms

https://techxplore.com/news/2025-10-smartwatches-centimeter-accuracy-tracking-algorithms.html
1•Brajeshwar•41m ago•0 comments

Transparent wearables gives real-time warnings about overexposure to sunlight

https://techxplore.com/news/2025-10-transparent-wearable-real-overexposure-sunlight.html
2•Brajeshwar•42m ago•0 comments

The Fight over Whose AI Monster Is Scariest

https://www.wsj.com/tech/ai/the-fight-over-whose-ai-monster-is-scariest-41a43193
2•Brajeshwar•48m ago•0 comments

Autoerasetool / Tribeca, a security system for Apple internal devices

https://orangera.in/mw/index.php/BlogPost:AutoErase
1•denysvitali•50m ago•0 comments

Neuroscientists can now predict what color you're seeing

https://www.psypost.org/neuroscientists-can-now-predict-what-color-youre-seeing-the-secret-is-sur...
2•geox•53m ago•0 comments

Hackers Had Been Lurking in Cyber Firm F5 Systems Since 2023

https://www.bloomberg.com/news/articles/2025-10-18/hackers-had-been-lurking-in-cyber-firm-f5-syst...
5•JumpCrisscross•1h ago•0 comments

Friendship Begins at Home

https://3quarksdaily.com/3quarksdaily/2025/10/friendship-begins-at-home.html
2•herbertl•1h ago•0 comments

TerraVision: A Terrain Visualization System (1994) [pdf]

https://www.sri.com/wp-content/uploads/2021/12/778.pdf
1•yubblegum•1h ago•0 comments

The first non-opioid painkiller

https://worksinprogress.co/issue/the-first-non-opioid-painkiller/
1•herbertl•1h ago•0 comments

I made a website with Apple iWeb in 2025

https://www.spacebar.news/making-iweb-website-2025/
2•herbertl•1h ago•0 comments

I ended my relationship because AI told me to

https://jetwilliams.com/from-prayers-to-prompts/
4•tejitopia•1h ago•5 comments

Wrongfully imprisoned for more than 40 years, US man faces deportation to India

https://www.bbc.com/news/articles/clykvypl9gxo
3•tartoran•1h ago•1 comments

Broadcom AFBR-S20: High-Performance Miniature Spectrometer Product Brief [pdf]

https://docs.broadcom.com/docs/AFBR-S20xx-PB
1•teleforce•1h ago•1 comments

3-year-old born deaf can hear 2 years after breakthrough gene therapy treatment

https://www.goodmorningamerica.com/wellness/story/3-year-old-born-deaf-can-hear-gene-therapy-trea...
2•testrun•1h ago•0 comments

Console Raytracer in C++

https://github.com/DinoZ1729/Ray
1•reconnecting•1h ago•0 comments

Check Your Blood Alcohol Level

https://baccalculator.pro/
1•Rarpr716•1h ago•0 comments

Easy-to-use calculator for Roblox Grow a Garden

https://growagardencalculator.one
2•Rarpr716•1h ago•0 comments

Potential new therapeutic target for asthma discovered

https://medicalxpress.com/news/2025-10-potential-therapeutic-asthma.html
1•PaulHoule•1h ago•0 comments

Result Isomorphism

https://blog.ploeh.dk/2025/10/15/result-isomorphism/
2•sltr•1h ago•0 comments
Open in hackernews

Bevy TLDR – Game development with Bevy summarized

https://taintedcoders.com/bevy/tldr
36•GenericCanadian•2h ago

Comments

jvanderbot•27m 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•24m 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•18m 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/)

Ninjinka•18m 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.