tegos
tegos

Ivan Mykhavko

@tegos

Software engineer
26 Posts 374 Views
  • No matching results...
  • Searching...

/ 255

Brought travian-elephant-finder, a Node tool that hunts the best oases to raid in Travian, back from three years dead in a weekend with an AI agent. It handled the boring rewrites (dead token scrape to a real login API, report cleanup), but the ideas that actually made it better were still mine. Short honest take on where AI helps and where it does not, with a demo video in the post.

dev.to/tegos/hunting-elephants-again-reviving-a-dead-travian-bot-with-an-ai-agent-4b4l


36

bcrypt truncates at 72 bytes - not characters. For multi-byte passwords (Cyrillic, emoji), the effective limit is much shorter, and if the cut lands inside a character, the emoji becomes load-bearing: the original password works, but anything that strips it locks the user out. Laravel's built-in validator doesn't catch this.

dev.to/tegos/bcrypt-and-laravel-72-bytes-not-72-characters-3jb1


48

Built a CLI tool that turns any site's Wayback Machine archive into an MP4 video - one command, years of design history in a scroll animation.
Playwright renders each archived snapshot, aHash deduplicates identical-looking years, ffmpeg stitches it together.
Worth trying if you're curious what your favorite site looked like 15 years ago.

dev.to/tegos/wayback-video-turn-any-sites-history-into-a-video-3542


youtu.be/uMpdUJKFfbo

36