frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Command and Conquer Generals natively ported to macOS, iPhone, iPad using Fable

https://github.com/ammaarreshi/Generals-Mac-iOS-iPad/tree/main
91•asronline•1h ago•46 comments

Leaking YouTube creators' private videos

https://javoriuski.com/post/youtube
353•javxfps•4h ago•176 comments

Google Books (or similar) all book scans – $200k bounty (2025)

https://software.annas-archive.gl/AnnaArchivist/annas-archive/-/work_items/234
206•Cider9986•4h ago•97 comments

Verizon is About to Break our Watches

https://www.jefftk.com/p/verizon-is-about-to-break-our-watches
82•jefftk•3h ago•31 comments

Potential session/cache leakage between workspace instances or consumer accounts

https://github.com/anthropics/claude-code/issues/74066
244•chatmasta•6h ago•116 comments

Explanation of everything you can see in htop/top on Linux (2019)

https://peteris.rocks/blog/htop/
336•theanonymousone•8h ago•43 comments

Drone Physics

https://iahmed.me/post/drone-physics/
33•wrxd•4d ago•5 comments

Zig: All Package Management Functionality Moved from Compiler to Build System

https://ziglang.org/devlog/2026/#2026-06-30
46•tosh•4h ago•5 comments

Windows CE Dreamcast Community Edition (wince-dc)

https://github.com/maximqaxd/wince-dc
65•msephton•6h ago•11 comments

BareMetal RAM Dumper – Bare-metal x86 tool for Cold Boot Attack experiments

https://github.com/pIat0n/BareMetal-RAM-Dumper
37•liffik•3h ago•11 comments

Meta data center water discharges suspended for contaminating water supply

https://www.tomshardware.com/tech-industry/data-centers/cheyenne-suspends-data-center-fill-and-fl...
155•sensanaty•4h ago•52 comments

Curveball

https://mightyburger.net/projects/curveball/
33•toilet•4h ago•7 comments

Astrophysicists Puzzle over Webb’s New Universe

https://www.quantamagazine.org/astrophysicists-puzzle-over-webbs-new-universe-20260702/
168•jnord•11h ago•104 comments

EndBASIC 0.14: Are we multimedia yet?

https://www.endbasic.dev/2026/07/endbasic-0.14.html
18•jmmv•3h ago•0 comments

Wicklow hotel cancels 'secretive' Peter Thiel group conference

https://www.irishtimes.com/ireland/2026/07/03/wicklow-hotel-cancels-secretive-peter-thiel-confere...
46•01-_-•1h ago•11 comments

Maybe you should learn something

https://www.marginalia.nu/log/a_135_learn/
386•tylerdane•17h ago•181 comments

The .join() that should be a bug

https://kronotop.com/blog/the-join-that-should-be-a-bug/
13•mastabadtomm•4d ago•1 comments

Plein Air

https://art.joonas.wtf/
45•bookofjoe•4h ago•6 comments

Designing DB partitions you don't have to babysit

https://explainanalyze.com/p/designing-partitioning-you-dont-have-to-babysit/
38•rtolkachev•3d ago•6 comments

Finland's last analogue landline phones go silent after 150 years

https://www.euronews.com/next/2026/06/30/finlands-last-analogue-landline-phones-go-silent-after-1...
66•ohjeez•4h ago•16 comments

Breaking the Bird Barrier: Scientist Decodes Zebra Finch Language

https://www.freepressjournal.in/education/breaking-the-bird-barrier-scientist-decodes-zebra-finch...
68•yyyk•3d ago•21 comments

Postgres data stored in Parquet on S3: LTAP architecture explained

https://www.databricks.com/blog/lakebase-ltap-rethinking-database-storage
145•andrenotgiant•3d ago•50 comments

It's not me, it's the compiler

https://parsa.wtf/cast/
11•SVI•3d ago•1 comments

Neural Render Proxies for Interactive and Differentiable Lighting

https://studios.disneyresearch.com/2026/07/01/neural-render-proxies-for-interactive-and-different...
27•tobr•2d ago•3 comments

Performance per dollar is getting faster and cheaper

https://www.wafer.ai/blog/glm52-amd
337•latchkey•23h ago•132 comments

Game Boy Advance Dev: Logging to the Console

https://www.mattgreer.dev/blog/gba-dev-logging/
14•jandeboevrie•3h ago•1 comments

Leanstral 1.5: Proof abundance for all

https://mistral.ai/news/leanstral-1-5/
343•programLyrique•22h ago•93 comments

The bottleneck might be the air in the room

https://blog.mikebowler.ca/2026/07/03/co2-and-decision-making/
705•gslin•14h ago•404 comments

Night Witches – all-female Soviet aviator regiment WW2

https://en.wikipedia.org/wiki/Night_Witches
73•gverrilla•4d ago•26 comments

Mir Books – Books from the Soviet Era

https://mirtitles.org
156•clmul•4d ago•75 comments
Open in hackernews

Drone Physics

https://iahmed.me/post/drone-physics/
32•wrxd•4d ago

Comments

huqedato•1h ago
I would have liked to understand this, but the math behind it is overkill. One may need a PhD in aerospace to digest it.
the__alchemist•1h ago
Yes and no. The math here is useful, albeit not required. It is not specialized PhD material; it's linear algebra. (And not the abstract quantum mechanics/chem kind!)

What I mean by not required is, I've written drone firmware and didn't directly use this; the core can be done with a PID for rate controls (Compare measured rate along each axis with commanded; nudge motor power proportional to the diff), and commanding attitudes can be done with fundamental quaternion operations, as a slower outer loop.

I would skip the Tait-Bryan stuff in the article, in favor of pure quaternions. Actually, I'm kind of floored the word "quaternion" doesn't appear in the article.

hnuser123456•35m ago
I always found it interesting that basic quadcopters work on nothing but a gyroscope which measures angular velocity in 3 dimensions, and optionally an accelerometer for auto-levelling, with 3 dimensions of acceleration.

Then of course you can add on GPS for absolute position and route planning in 3 dimensions, and a ground height sensor for auto-landing, then you can add distance sensors on the sides for obstacle avoidance... it's all incredibly intuitive from a game programmer perspective. Then you can add in some signal filtering to mask out the range of vibrations from the motors and props being imperfectly balanced.

The hard part seems to be smooth rapid vertical descent. It's impossible to predict how the prop wash will interact with the wind and push the drone around as it descends into its own turbulence. I was tracking betaflight development for a while and was wondering if we'd ever see some kind of prop-wash calibration. Is there some adjustment of PID gains while descending through prop wash that could improve stability?

too_root•18m ago
This feels very https://ciechanow.ski/

Which I think is a good thing :)

cwiz•8m ago
If you're into simulators then you may try applying forces directly rather than integrating ODE. If sim's has tiny numerical instabilities or integrator schedule is wrong the whole thing gonna fall spectacularly. The interest is with running large-scale simulations where along with ODE you need to handle collisions and deformations. The best one currently is MuJoCo.