Dev
banner
devinda.me
Dev
@devinda.me
variable name consultant. software engineer + dota + anime stuff can go here. he/him.
Reposted by Dev
Be careful about kids using these tools too much. When I was that age I had the same types of questions and I had to research and read to get the answers. Or have conversations with adults about those topics. If a robot just gives them the answers, they won't learn how to find them for themselves.
February 23, 2025 at 12:48 PM
Wow that’s so cool, I love the purple glow separating the air from the water, really makes you appreciate the subtle blur
February 7, 2025 at 2:56 PM
Literally just watched this youtu.be/eyXxEBZMVQI?..., plenty of tools here I wanna test out here before I swap my emulator 😭
7 Amazing Terminal API Tools You Need To Try
YouTube video by DevOps Toolbox
youtu.be
February 1, 2025 at 7:12 AM
I've completed "Code Chronicle" - Day 25 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/25
Day 25 - Advent of Code 2024
adventofcode.com
January 23, 2025 at 8:23 PM
Yep (for the isSubsetOf function) ! Sets have been around for sometime in js, but it wasn't possible to do set theory stuff till recently, june of last year developer.mozilla.org/en-US/docs/W...
Set - JavaScript | MDN
The Set object lets you store unique values of any type, whether primitive values or object references.
developer.mozilla.org
January 23, 2025 at 1:31 PM
just used them to solve an AOC challenge !! The 'subsetOf' is exactly what i needed 🤩
January 22, 2025 at 6:40 AM
I did learn about something called the Bron-Kerbosch algorithm from claude that I wanna try revisiting and implementing for part 2
January 20, 2025 at 10:55 AM
and ended up completing part 2 in the time it took for my unoptimized solution to finish !
January 20, 2025 at 10:52 AM
- i did have to resort to a very good guide that explained the process but not the answer on reddit. After I'm done with 25, I'll come back to this and implement this solution into my state machine
January 20, 2025 at 10:50 AM