frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Petri Dish of Human Brain Neurons Just Learned How to Play Doom

https://hothardware.com/news/a-petri-dish-of-human-brain-neurons-just-learned-how-to-play-doom
1•rootforce•56s ago•0 comments

Testing the Datadog Explain Plan Visualizer with Oracle Execution Plans

https://tanelpoder.com/posts/testing-datadog-plan-visualizer-with-oracle-execution-plans/
1•tanelpoder•1m ago•0 comments

Age Verification: Protection Tool or Surveillance in Disguise?

https://itsfoss.com/news/our-take-on-age-verification/
1•mikece•1m ago•0 comments

Machine-made snow makes ski racing faster and riskier

https://theconversation.com/what-olympic-athletes-see-that-viewers-dont-machine-made-snow-makes-s...
1•PaulHoule•2m ago•0 comments

Ask HN: How do you monitor AI features in production?

1•llmskeptic•2m ago•0 comments

Repurposing Claude Code for Better Spotify Recommendations

https://fredbenenson.com/blog/2026/03/02/repurposing-claude-code-for-better-spotify-recommendations/
1•mecredis•2m ago•0 comments

Vibe coding toward the incident horizon

https://www.spinellis.gr/blog/20260302/
1•DSpinellis•3m ago•0 comments

Show HN: MassMAP – Masscan as a Service LOL

https://masscan.org
1•acid_vegas•3m ago•0 comments

Breaking up with Big Tech – Progress update

https://thedent.net/posts/breaking-up-with-big-tech-progress-update
1•speckx•4m ago•0 comments

Parse, Don't Guess

https://event-driven.io/en/parse_dont_guess/
1•ingve•4m ago•0 comments

John Baskerville's type punches released digitally

1•parkersweb•5m ago•0 comments

Show HN: Benchmarking the Keep memory system with LoCoMo

https://keepnotes.ai/blog/2026-02-28-benchmark/
1•inguz•6m ago•0 comments

Show HN: Agent Protocols Tech Tree

https://harvard-lil.github.io/agent-protocols/
1•JackC•6m ago•0 comments

Why every AI coding breakthrough feels normal within 90 days

https://www.augmentcode.com/blog/why-every-ai-coding-breakthrough-feels-normal-within-90-days
1•knes•6m ago•0 comments

Show HN: SwarmWatch – Live view of your coding agents at work

https://github.com/SwarmPack/SwarmWatch
1•prastik•7m ago•0 comments

Apple AI servers unused in warehouses due to low Apple Intelligence usage

https://9to5mac.com/2026/03/02/some-apple-ai-servers-are-reportedly-sitting-unused-on-warehouse-s...
8•_____k•10m ago•0 comments

Show HN: ParseForce – Turn emails into structured JSON and send them to webhooks

https://www.parseforce.io
1•nikola470•11m ago•1 comments

From coder to orchestrator: the mindset shift software engineers must make

https://fafa.bearblog.dev/from-coder-to-orchestrator-the-mindset-shift-software-engineers-must-make/
1•evakhoury•11m ago•0 comments

Solid in FP: Liskov Substitution – A Principle Beyond Inheritance

https://cekrem.github.io/posts/solid-in-fp-liskov-substitution/
2•birdculture•11m ago•0 comments

Outline-oriented codebase for a coding agent

https://blog.fooqux.com/blog/outline-oriented-codebase/
1•dotneter•12m ago•0 comments

Show HN: Metanoia Research

https://www.metanoia-research.com/
1•metanoia_•13m ago•0 comments

An Identity Crisis in Engineering

https://bgthread.github.io/an-identity-crisis-in-engineering/
1•treenode•14m ago•0 comments

How to replace Docker Hub with a simple self-hosted solution

https://thomasbandt.com/self-hosted-docker-registry-watchtower
2•asp_net•15m ago•0 comments

U.S. Federal Housing, Fannie Mae, Freddie Mac Terminate All Use of Anthropic

https://twitter.com/pulte/status/2028503809299779866
3•nickysielicki•15m ago•0 comments

Show HN: Dust – Device Unified Serving Toolkit (CUDA for Phones)

https://rogelioruiz.github.io/dust/
2•ruizprogelio•16m ago•1 comments

Resist 'dangerous' age checks for social media, scientists warn

https://www.politico.eu/article/age-check-social-media-scientist-warning/
3•robtherobber•16m ago•0 comments

AI-written code will be dead by 2036

https://lufzle.fika.bar/nobody-wrote-the-matrix-01KJNMM4B53CB0DYHXFMQ0FS1A
1•riffonio•17m ago•0 comments

WorkOS raises $100M Series C, hits $2B valuation

https://workos.com/blog/series-c
1•grinich•18m ago•0 comments

Show HN: Excellusion, a PoC about the future of apps

https://github.com/lufzle/excellusion
1•riffonio•18m ago•0 comments

OpenAnt: OSS Vulnerability Discovery (no one wants to compete with Anthropic)

https://www.knostic.ai/openant
1•ddiinn•19m ago•1 comments
Open in hackernews

A 3D simulator, visualizer and replayer for Drones

https://ridrik.github.io/DroneLabShowcase/
2•Ridrik•1h ago

Comments

Ridrik•1h ago
During the past few months, I've been developing a full 3D simulator, visualizer, and replayer for Drones, based in C++23. It features a full in-house built flight stack, native graphics using OpenGL (No engine used), immediate mode UI (DearImGUI), alongside various visualization tools such as plots, telemetry, 3D labels and trails, and more.

As for the simulation, it features a full flight stack - containing various GNC components such as sensor modelling, control laws, trajectory generation, as well as actuators, flight manager, and operation on different vehicle multicopter modes. All this is easily tunable and editable by the user, which is able to quickly create and edit new missions.

One of the highlights is having a replayer mode: each run is saved and can be loaded back with a pleasant GUI Experience and authentic detail.

This simulator also features experimental external interfaces with MAVLink (UDP) and ROS2, enabling external flight controllers to receive sensor data and yield their own control, estimation and guidance algorithms to provide final actuator commands.

This simulator is a proof of concept, and may be extended to various other features. The Simulation module may also be open-sourced in the future.

You can visit the showcase website and download a demo if you'd like. It's available for Linux and Windows.

Please feel free to give feedback, or reach out to me if you'd like more info.

danhergir•1h ago
This sounds as a great opportunity to use this as an RL env to train drones for defense purposes.
Ridrik•42m ago
Thanks for your comment. I agree. If expanded, it could serve as a test-bed for experimentation and training purposes. Educational interest is also one of the possible goals. Feel free to try it out or send to interested people. Cheers!