Corvus
banner
corv.bsky.social
Corvus
@corv.bsky.social
The morbid corvid (and friends)

Currently looking for postdoc opportunities related to algorithms/AI
A lot of the time it's just catching strays from blocklists because you're 3 degrees of separation away from someone deemed problematic
July 22, 2025 at 4:18 AM
Now I'm wondering if I should try for 500 stars... 🤔
December 29, 2024 at 5:56 AM
Had to implement a force-directed graph drawing algorithm in GameMaker of all things just to visualize this nicely lol
December 23, 2024 at 7:56 PM
Yep! This is a timelapse of the positions of all my active trials at step N, with green trails eventually reaching the solution

The wrong trails terminate early if they ever reach a [square x direction] combination where a previous trail in the same state had a more optimal score
December 18, 2024 at 12:32 PM
I've been doing all the puzzles (and accompanying visuals) in the GameMaker engine this year, just to up the difficulty for myself and to learn how to use the draw/step functions... it does make me miss good old Python and C++ though 😅
December 15, 2024 at 4:56 PM
Just realized I could have the robot movements be smooth so gonna go redo it
December 14, 2024 at 6:51 PM
Yep, it traverses the perimeter of the field itself and records how many times it changes direction, as well as the perimeter of any holes inside the field (which threw me off for quite a bit!)
December 13, 2024 at 1:16 PM