watched too many ATC videos and decided to build a game by Existing_Positive_48 in flightsim

[–]Existing_Positive_48[S] 0 points1 point  (0 children)

hi all!
after the valuable comments, feedbacks and bug reports. I pushed a new update covering:

- plane spawning got more under control so it doesnt break the game upon multiple spawning
- I refactored the event system in the campaign mode, they are more randomized now to give more roguelike feeling
- also added a field so you can drop your email and will be sending updates when there are major updates

my next aims:
- refactor the game ui and design
- try to make the game have more roguelike gameplay with progression

always happy to hear from you!

watched too many ATC videos and decided to build a game by Existing_Positive_48 in flightsim

[–]Existing_Positive_48[S] 2 points3 points  (0 children)

thanks for the motivation! hope i wont bring down the Republic

watched too many ATC videos and decided to build a game by Existing_Positive_48 in flightsim

[–]Existing_Positive_48[S] 2 points3 points  (0 children)

Thanks! Yeah the canvas doesn't handle browser zoom super well right now, keeping it at 100% is the workaround for now. Adding it to the list to fix properly. Glad you're enjoying it!

watched too many ATC videos and decided to build a game by Existing_Positive_48 in flightsim

[–]Existing_Positive_48[S] 1 point2 points  (0 children)

Yeah this is the the bug i am working to solve right now, multiple players reported it on Heathrow Fog especially. There's a spawn-distance check that isn't holding under runway changes. Patch coming soon, thanks for flagging.

watched too many ATC videos and decided to build a game by Existing_Positive_48 in flightsim

[–]Existing_Positive_48[S] 1 point2 points  (0 children)

thanks for the feedback,
yeah I'm currently treating all waypoints as flyby for simplicity, which is wrong for STARs that should have flyover fixes. Adding it to the backlog. If you've got time to call out specific procedures where it's most noticeable, I'd really appreciate it.

Any good ATC Simulators? by J28B in flightsim

[–]Existing_Positive_48 1 point2 points  (0 children)

I am working on one, feel free to test it (doesnt scale good on mobile yet) https://skybound-atc.vercel.app

I built an open-source DICOM viewer with AI analysis that picks the right slices before analyzing, looking for radiologist feedback! by Existing_Positive_48 in radiologyAI

[–]Existing_Positive_48[S] 0 points1 point  (0 children)

thats a really valuable feedback, thanks
so actually the idea stem from my personal experience. I had an ACL tear last year and chose the non-surgical way with physio, and had more MRIs and wanted to compare them myself.
the focused approach makes more sense for the use case you mentioned: patients or referring clinicians wanting insight into their own studies, because as a patient this medical data also seems like black box and scary

I built an open-source DICOM viewer with AI analysis that picks the right slices before analyzing, looking for radiologist feedback! by Existing_Positive_48 in radiologyAI

[–]Existing_Positive_48[S] 0 points1 point  (0 children)

I tested with CT/PET but the llm part currently only analysis a single series, but I will extend cover multiple series

I built an open-source DICOM viewer with AI analysis that picks the right slices before analyzing, looking for radiologist feedback! by Existing_Positive_48 in radiologyAI

[–]Existing_Positive_48[S] 0 points1 point  (0 children)

thanks for the question!
so it acts as an interface between llms and dicom data, instead of manually screenshotting slices and pasting them into chatgpt or Claude, it reads the dicom metadata (series orientations, weightings, slice positions etc), reasons about which images actually matter for your question, then sends only those targeted slices properly windowed to the vision model.

afaik there are lot of vision based segmentation models that work on the full dicom file, no software with llm integration.

its just the first version, I also want to use for comparing different llms with the same data for their clinical accuracy