Hein Thant's Avatar

Hein Thant

@heinthantoo.bsky.social

Average neovim enjoyer

28 Followers  |  45 Following  |  26 Posts  |  Joined: 05.12.2024  |  1.8722

Latest posts by heinthantoo.bsky.social on Bluesky

'Backseat driver' is the best episode so far. Tension, nostalgia and darkness. It gives classic Dexter vibes. One of my favorites ever.

#DexterResurrection

21.07.2025 08:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
For the Love of Code: a summer hackathon for joyful, ridiculous, and wildly creative projects That idea you've been sitting on? The domain you bought at 2AM? A silly or serious side project? This summer, we invite you to build it โ€” for the joy, for the vibes, For the Love of Code ๐Ÿงก

That idea you've been sitting on? The domain you bought at 2AM? A silly or serious side project?

This summer, build itโ€”for the joy, for the vibes, For the Love of Code ๐Ÿงก

16.07.2025 15:55 โ€” ๐Ÿ‘ 35    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Humans built the modern world out of stories and vibes. We made it all up and somehow it worked.
Sapiens changed how I see everything.

27.04.2025 06:30 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I've been mixing these up, but this actually makes sense now.

03.03.2025 15:10 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Last week, I rewrote my mcts algo from ruby to go. Thought it'd be just copy-paste. But in reality, so many edge cases and errors in go. Only then I realized how ruby was fixing all my stupidity.
After all these, I still prefer Go. Maybe I just like how it makes me think.. or suffer

28.01.2025 18:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

So I tried #EmojiCode again. Made a docker image, started writing a simple program, and spent 2hr trying different emoji combinations - only to realize emojis need exact skin color. ๐Ÿซ  Total waste of time, but I know way too many emoji names now ๐Ÿ˜„

03.01.2025 17:06 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
The Twelve-Factor App A methodology for building modern, scalable, maintainable software-as-a-service apps.

Just discovered 12factor.net - clear and practical guidelines for building apps the right way. I've been using some of these, and will try to apply more. It might be useful for every dev

31.12.2024 12:20 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I knew I shouldnโ€™t, but I tried writing emojic anyway. Spent an hour reading docs and attempting to run the program, but it didnโ€™t work. Probably for the best, or I'd still be lost in this cursed language at 3am
๐Ÿ‡๐Ÿ™‚๐Ÿง‘๐Ÿ‡โ“๐Ÿง โ–ถ๏ธ๐Ÿ‘Œ๐Ÿ‰

21.12.2024 16:39 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - IndieCoderMM/tictactoe-ai: Unbeatable Tic-tac-toe A.I. can calculate the best moves using Minimax algorithm. Built in Python using Pygame library. Unbeatable Tic-tac-toe A.I. can calculate the best moves using Minimax algorithm. Built in Python using Pygame library. - IndieCoderMM/tictactoe-ai

Just found out my Tictactoe AI (with minimax in #Python) has 40+ forks, and looks like it's being used as learning material.
It feels amazing to know the code I wrote a few years ago has something useful. I usually let my old projects stay hidden in GitHub...

Repo: github.com/IndieCoderMM...

19.12.2024 16:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Whenever I'm writing new feature against a deadline, I have to resist the Dark Passenger in me, who wants to refactor every single line of code ๐Ÿ‘€

19.12.2024 13:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Beautiful animation. and this puzzle looks fun

17.12.2024 17:26 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I tried different libraries before this, and bubbletea is pretty good. Still couldn't draw the animation I was going for, because of my super-inefficient algorithm

17.12.2024 16:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

This looks nice and fast, I thought u r using a libray. I'm trying to find a good TUI library for go.

17.12.2024 02:07 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Very cool! What did u use for this?

16.12.2024 16:39 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Post image

โœ… Day 12 #AdventOfCode #golang
Printed so many grids while solving this one, that I ended up spending hours drawing them afterward. Totally unnecessary, but it was fun.
Busy week ahead, so I guess Iโ€™m out for this year's challenges.

Code: github.com/IndieCoderMM...

16.12.2024 16:17 โ€” ๐Ÿ‘ 10    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I also learned about routines today.
I don't think they're that effective in my code or the way I'm using it. It was just the result of my first attempt to rely on more CPU rather than actually using my brain ๐Ÿ˜„

13.12.2024 14:46 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
GitHub - IndieCoderMM/aoc-24: Advent of Code 2024 (GO) Advent of Code 2024 (GO). Contribute to IndieCoderMM/aoc-24 development by creating an account on GitHub.

โœ… Day 11 #AdventOfCode #golang
Solved after 4hrs, too much coffee, and using every last brain cell. And this has become my fastest solution so far.

My old laptop running part1 for 5s, now it can blink* 100 times in 100ms. Don't worry my guy ๐Ÿ’ป- we still got this โšก

Code: github.com/IndieCoderMM...

13.12.2024 14:27 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

โœ”๏ธ Day 11 - Part 1
After a long day, I thought why not try Day 11 before bed.
๐Ÿค“ Part1 solved in 30m...
๐Ÿ˜Ž Part2- my code can do more loops.....
๐Ÿ˜ Might need a few optimization
๐Ÿ˜ต Spent 2hrs....
๐Ÿ™ƒ Probably time to sleep

#AdventOfCode

12.12.2024 18:10 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Still trying to understand your loop detection works. In my code, I just let two guards walk until they meet ๐Ÿ˜„

11.12.2024 17:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

I'm also learning Go, and trying to see how many I can solve.

11.12.2024 17:00 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - IndieCoderMM/aoc-24: Advent of Code 2024 (GO) Advent of Code 2024 (GO). Contribute to IndieCoderMM/aoc-24 development by creating an account on GitHub.

โœ… Day 9 + 10 - Advent of Code 2024
I had to skip Day 9-2 yesterday for my sanity.
It was easy to solve with a clear mind.
Although it was my messiest code with that many loops and conditions ๐Ÿ˜… maybe my two pointers are just dumb

Code: github.com/IndieCoderMM...

#AdventOfCode

11.12.2024 16:40 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Day 8 - Advent of Code 2024

โœ… Day 8 - Advent of Code 2024

This one is pretty easy.

#AdventOfCode adventofcode.com/2024/day/8

09.12.2024 16:53 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Day 7 - Advent of Code 2024

โœ… Day 7 - Advent of Code 2024
Spent too much time on Part 1, but glad that Part 2 was only one line change.

Code (go): github.com/IndieCoderMM...

#AdventOfCode adventofcode.com/2024/day/7

08.12.2024 12:58 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Just completed day6, and it's a very fun puzzle. This is my favorite way to practice coding.

07.12.2024 19:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Day 6 Sneaky
#AdventofCode

06.12.2024 21:33 โ€” ๐Ÿ‘ 90    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Day 6 - Advent of Code 2024

โœ… Day 6 - Advent of Code 2024

Took me 5+ hours to see that 180 turn, but I'm just proud to solve this finally.

It would be easier to deal with the time paradox tbh ๐Ÿ˜„

Code (go): github.com/IndieCoderMM...

#AdventOfCode #coding #go adventofcode.com/2024/day/6

07.12.2024 19:45 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Day 5 - Advent of Code 2024

Completed Day 5 - Advent of Code 2024!
Finally catching up with the calendar ๐Ÿ˜…
Excited to see how far I can goโ€”๐ŸŽ„

Code (go): github.com/IndieCoderMM...

#AdventOfCode adventofcode.com/2024/day/5

05.12.2024 17:19 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Day 4 - Advent of Code 2024

Just completed "Ceres Search" - Day 4
Now I learned the difference between XMAS and X-MAS.
#AdventOfCode adventofcode.com/2024/day/4

05.12.2024 15:04 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@heinthantoo is following 19 prominent accounts