Profile avatar
ked1108.bsky.social
Programmer by day, procrastinator by night
50 posts 34 followers 19 following
Regular Contributor
Active Commenter

Just came back to #Mumbai and feeling nauseated by the kurla air already :)

๐—›๐—ผ๐˜„ ๐˜๐—ผ ๐—ฏ๐—ฒ๐—ฐ๐—ผ๐—บ๐—ฒ ๐—ฎ 1,000๐˜… ๐—ฒ๐—ป๐—ด๐—ถ๐—ป๐—ฒ๐—ฒ๐—ฟ? Gmail creator Paul Buchheit discussed on Social Radar how Bret Taylor, the original PM of Google Maps, once rewrote it in a weekend. Google acquired the Maps app from a startup, but it was initially a Windows app, not web-based. ๐Ÿงต #programming #technology #coding

As I was planning my work load for the week I realised how much I had grown over the years. It suddenly hit me how my life transitioned from being a carefree kid to worrying about career and personal relationships. I think we should all pause our lives for a moment to admire how far we've come.

I've completed "Restroom Redoubt" - Day 14 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/14 Really fun easter egg ๐Ÿคญ for part 2 Check the comments to see it!

I just completed "Claw Contraption" - Day 13 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/13 Got pretty busy today and yesterday but im back!! Today's problem was a real algebra refresher!

I just completed "Plutonian Pebbles" - Day 11 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/11 After finishing part 1 and seeing the description of part 2 I thought to myself, surely its not that simple. It really wasn't Had to learn multi threading and shared memory in #Rust

#AdventOfCode Day 11 progress update (curse you part 2)

I was making a simple survey webpage for a friend of mine and for some reason I thought using React would be a good idea. I just got so fed up with javascript that I have taken the HTMX & Go pill. I dont think I will ever understand JS and any if its myriad frameworks for the life of me

I just completed "Hoof It" - Day 10 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/10 BFS all the way!

#AdventOfCode DAY 10 2D GRIDS AGAIN AAAAAAAAAAAAAAAAAAAAAAA

You guys ever think about how anything related to AI is only marketed as AI when its not working/still under development? Once it does start working as intended it becomes a part of the system and we don't even realise that it is AI. Almost as if the term "AI" is used to sell underdeveloped software

I just completed "Disk Fragmenter" - Day 9 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/9 Veryyyy late to today because I decided to doze off after finishing my finals (yayyy) Glad we moved on from the grids this time

preparing for Software Engineering finals and this is an actual slide from my lecture notes . . . Maybe college is overrated...

I just completed "Resonant Collinearity" - Day 8 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/8 with #Rust

I just completed "Bridge Repair" - Day 7 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/7 Decided to make use of structs and enums in today's problem using #Rust with some bitmasking magic โœจ

I just completed "Guard Gallivant" - Day 6 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/6 Definitely not my proudest solution... After almost losing my hair because of the infinite loop checker I will take some much needed rest. See you guys tomorrow ๐Ÿ‘‹

I feel like modern C++ should be a different language considering how it has grown to accommodate every programming paradigm under the sun. Going through some of the #AdventOfCode C++ solutions makes me question my sanity. Henceforth I shall call it Unholy C++.

I just completed "Print Queue" - Day 5 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/5 Had to whip out my graph knowledge for this one! Another day done and dusted

I just completed "Ceres Search" - Day 4 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/4 Started a bit late this time due to finals but managed to finish it! I recently solved a similar problem which helped me come up with the solution for this one, funny how these things happen.

I just completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/3 Another day finished with #Rust !

I've completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/2 using #Rust Day 2 finished!! I have tried writing better, more rustic code ๐Ÿฆ€, will look into further optimising it as well! github.com/ked1108/AOC_... [code]