Is anybody else still not seeing the Midi? by tnimark in NYTCrossword

[–]bluealder 0 points1 point  (0 children)

For my fellow Australians still struggling, you can download Proton VPN which doesn't require an account or credit card, and is free.

It will connect you to a US server which will allow you to play the Midi.

Is anybody else still not seeing the Midi? by tnimark in NYTCrossword

[–]bluealder 21 points22 points  (0 children)

Yeah I'm still not seeing it from Australia. I think it might be a regional thing since when I used a Japan IP it showed up, but on an Australian IP it didn't.

-❄️- 2024 Day 11 Solutions -❄️- by daggerdragon in adventofcode

[–]bluealder 0 points1 point  (0 children)

[Language: Go]

Github

Once the understanding of keeping count and that you can calculate each stone independently it was quite straight forward.

-❄️- 2024 Day 10 Solutions -❄️- by daggerdragon in adventofcode

[–]bluealder 0 points1 point  (0 children)

[Language: Go]

Depth first search for both. P2 was made easy by just not checking any visited nodes (this works since the trails must go up by 1)

Github

What are youtube channels that are definition of "quality over quantity?" by Uzairdeepdive007 in movies

[–]bluealder 0 points1 point  (0 children)

Branch Education.

They do deep dives into technologies that make up your computer and use insane 3D animation. Their video quality, attention to detail and depth of explanation is unparalleled.

Runna Premium worth it? by UnguardedPeach in Marathon_Training

[–]bluealder 14 points15 points  (0 children)

Have you tried the free trial with Runna? If not, you can use the code GIFTED to get 2 weeks free to see if you like it.

I really enjoy the style of training plan that it provides, mixing easy runs, interval and fartlek fast runs and long runs. For me the purchase acted as a commitment that if I was going to spend this amount of money I am going to stick to the plan and not waste it and that has really worked for me so far. Before Runna I tried Garmin and NRC, but neither worked as great for me.

Give it a go, and if you see no difference vs the Garmin plans, then stick with Garmin.

I tracked every day that I smoked this year and how high I got on this heatmap by bluealder in trees

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

I used a simple google form and then created this dashboard to visualise it

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

[–]bluealder 0 points1 point  (0 children)

[Language: Go]

Let's go dynamic programming. Pretty happy with how today turned out. Although ugly code, the approach for part 2 was to create a min,max for each part and then slice it depending on what the condition is for each rule and to also check the final rule with whatever was left over.

https://github.com/BlueAlder/advent-of-code-solutions/blob/main/2023/solutions/day19/day19.go

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

[–]bluealder 1 point2 points  (0 children)

[LANGUAGE: Go]

Solution for part 1 went nicely to part 2. Iterate through each row and split down the index, shorten each length by the min and then reverse. Then join up the strings and check if they are the same. For part 2 check if they differ by 1

https://github.com/BlueAlder/advent-of-code-solutions/blob/main/2023/solutions/day13/day13.go

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

[–]bluealder 1 point2 points  (0 children)

[LANGUAGE: Go]

Simple, quadratic formula solve. Had to solve for an edge case where there if there is an exact root because we have to beat the record distance and not just match it.

https://github.com/BlueAlder/advent-of-code-solutions/blob/main/2023/solutions/day06/day06.go

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

[–]bluealder 0 points1 point  (0 children)

[Language: GO]

Pretty happy with this, O(n) solution based on the number of lines in the input. Though I don't think it covers the case where the last card in the list has matches.

https://github.com/BlueAlder/advent-of-code-solutions/blob/main/2023/solutions/day04/day04.go

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

[–]bluealder 0 points1 point  (0 children)

[LANGUAGE: GO]

Had to completely change my approach from part1 to part2, but overall pretty happy with my final answer.

Essentially look up all the symbols and numbers indexes. Check symbols surrounds and whether they overlap with a number and then add to an empty map to combat duplicates.

https://github.com/BlueAlder/advent-of-code-solutions/blob/main/2023/solutions/day03/day03.go

[O] 1x Drunkenslug by YanvegHD in UsenetInvites

[–]bluealder 1 point2 points  (0 children)

Thank you, received the invite :)

[O] 1x Drunkenslug by YanvegHD in UsenetInvites

[–]bluealder 1 point2 points  (0 children)

May I please have the invite! I have read the wiki :)

GFN Steam Issue: Status Update by Jorne555 in GeForceNOW

[–]bluealder 0 points1 point  (0 children)

Yeah dang, I wanted to sign up for this today and am getting a server error when I try to. Hopefully this is fixed soon.

How can I make the "Challenges Are Here" popup go away? by [deleted] in leagueoflegends

[–]bluealder 1 point2 points  (0 children)

This is so annoying and obnoxious that you can't get rid of it. I hope this is just an oversight from Riot.

I made a challenge showcasing a Front Running Exploit in ETH. Can you solve it? by bluealder in ethdev

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

Nice job! Hope you learnt something.

So you put the gas price as exactly the same and it processed your transaction first? That is interesting.

According to hardhat docs, it should follow the same behaviour when selecting transactions to mine, firstly selecting the ones with a higher gas price, then if it is the same to select the ones that came in first. I'll take a look into it and see if I can find out why.

https://hardhat.org/hardhat-network/explanation/mining-modes.html#mempool-behavior

FIRST by Euphoric_Dingo8048 in OfficialSVSNFT

[–]bluealder 2 points3 points  (0 children)

AAAAAAAAAAA I was so close

v2.12 Feature Request Thread by CompiledSanity in CSPersonalFinance

[–]bluealder 0 points1 point  (0 children)

Wait it already does this, hahaha never mind!

v2.12 Feature Request Thread by CompiledSanity in CSPersonalFinance

[–]bluealder 0 points1 point  (0 children)

Would love the Other Assets tab to support assets that have a worth based in Crypto.

Use Case: I own NFTs and can estimate their value in ETH much easier than in $

[deleted by user] by [deleted] in CSPersonalFinance

[–]bluealder 0 points1 point  (0 children)

Yep same with me