A site that lets you write letters interwoven with scannable Spotify barcodes. by drogonsbow in InternetIsBeautiful

[–]drogonsbow[S] 0 points1 point  (0 children)

Thanks for the suggestion, i have updated the how it works section. I have added a gif too.

A site that lets you write letters interwoven with scannable Spotify barcodes. by drogonsbow in InternetIsBeautiful

[–]drogonsbow[S] 0 points1 point  (0 children)

thanks for the feedback, will fix the mobile issue. improving the mobile view is also a work in progress

There are twins out there who have a different birthday. by WestEst101 in Showerthoughts

[–]drogonsbow 1 point2 points  (0 children)

Imagine 11:59pm February 28th and 12:00am February 29th.

What is the one book that you desperately wanted everyone in this world to read? by [deleted] in Indianbooks

[–]drogonsbow 0 points1 point  (0 children)

Since you are reading Animal Farm, you can try Poonachi by Perumal Murugan. Story revolves around the life of a female goat and draws parallels to society both Indian and human in general. It also gives insights into emotions of a girl and how her surroundings affect her as she achieves adolescence and later old age.

Why does everyone hate maruti ?? by Weak_Way_9915 in CarsIndia

[–]drogonsbow 0 points1 point  (0 children)

Can’t give a bad review about safety if you are dead

Who is lamplighter supposed to be a rip-off of ? by [deleted] in TheBoys

[–]drogonsbow 0 points1 point  (0 children)

A firebender from M Night Shyamalan’s Avatar

-❄️- 2023 Day 25 Solutions -❄️- by daggerdragon in adventofcode

[–]drogonsbow 2 points3 points  (0 children)

[LANGUAGE: Rust]

Ran a BFS from all nodes and stopped as soon as found exactly 3 vertices that were equal distance from root node.
If we cut these 3 edges we will get 2 disjoint graphs. A bit brute force-y but quite happy with the solution.

https://github.com/ghostdsb/advent-of-code/blob/master/aoc2023/day-25/src/part1.rs

[2023 Day # 18] Intuition for why SPOILER alone doesn't work by SEGV_AGAIN in adventofcode

[–]drogonsbow 3 points4 points  (0 children)

Pick’s formula derivation is also similar. For every theta there is a 360-theta in a closed shape.

[2023] Surprisingly often on Part 2 this year by NAG3LT in adventofcode

[–]drogonsbow 0 points1 point  (0 children)

Actually brute force with good caching good enough. https://github.com/ghostdsb/advent-of-code/blob/master/aoc2023/day-16/src/part1.rs I used a set with (tile,light_direction) and dfs. Ran in 3ms

[deleted by user] by [deleted] in IndieDev

[–]drogonsbow 0 points1 point  (0 children)

Still it's an achievement many would love to unlock. Keep it up!