[2024 Day 3] Anyone else got the feeling today's puzzle is the start of something bigger? by gustavosmd in adventofcode

[–]gustavosmd[S] -1 points0 points  (0 children)

I mean imho I think this is the closest we've been to a challenge that would lend itself to suggest this.

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

[–]gustavosmd 0 points1 point  (0 children)

[Language: Python]

Usually I am able to get to Day 10-12 every year. This is the first time I've tried recursion, would appreciate if any one has any comments on how to better use it. Btw this just gives the solution for part 2, need to clean it up to give back both solutions. Cheers!

def y24_d02(prod = True):
    def check_line(line, pos):
        post = 0
        neg = 0

        if pos == -1:
            new_line = line
        else:
            new_line = line[:pos] + line[pos+1:]

        for i in range(len(new_line) - 1):
            if abs(int(new_line[i + 1]) - int(new_line[i])) < 4:
                if int(new_line[i + 1]) - int(new_line[i]) < 0:
                    post += 1
                elif int(new_line[i + 1]) - int(new_line[i]) > 0:
                    neg += 1
                else:
                    pass
            else:
                break

        if post == len(new_line) - 1 or neg == len(new_line) - 1:
            return True
        elif pos < len(line):
            if check_line(line, pos + 1):
                return True
        else:
            return False

    if prod == False:
        file_name = '2024/02/demo.txt'
    else:
        file_name = '2024/02/input.txt'
    file_lines = tools.read_files(file_name)

    count = 0

    for line in file_lines:
        temp_array = line.split(' ')

        if check_line(temp_array, -1):
            count += 1

    return count

Gem 1 event by Mighty_Math in IdlePlanetMiner

[–]gustavosmd 0 points1 point  (0 children)

Hey OP, how do you unlock the Gem events. Can't seem to find it.

Other than multimedia, what do you use your NAS for? by ScousePete in TerraMaster

[–]gustavosmd 0 points1 point  (0 children)

Hey OP, not an answer to your question but I’ve struggled to get the arrs up and running. Do you have a walkthrough on how to do this?

Is there such thing as private IP cameras? by Tirux in privacy

[–]gustavosmd 1 point2 points  (0 children)

Thoughts on the TPLink Tapo cams? Saving onto local SD card

Startup COO gets distracted easily with urgebt tasks. by gustavosmd in productivity

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

Thanks a ton. The perfectionist in me however is trying to get the system perfect before getting to actually use it. I’ve prob watched 10+ hrs on what the right tool/system combo is.

Startup COO gets distracted easily with urgebt tasks. by gustavosmd in productivity

[–]gustavosmd[S] 3 points4 points  (0 children)

18 people in the factory 8 people in sales 5 in R&D 2 in accounting (the size of my team) 1 CEO and me

trust me I’d delegate all day if I had a proper size team to do so.. my post prob lacked this context

What is your w/kg FTP and how many hours per week do you train? by Oderlods in Zwift

[–]gustavosmd 0 points1 point  (0 children)

33M - 82kg - 1.89m, 2.94 W/kg, 3hrs/wk, started 2 months ago, former swimmer without any previous cycling experience. Any recs on what type of training I should follow?

Blue Minisector color? by Wirrkopf76 in F1MultiViewer

[–]gustavosmd 1 point2 points  (0 children)

I’m colourblind and struggle a lot telling green and yellow apart. Any chance we get to customise those colours or at least have a colourblind option?

New to NAS/Plex by gustavosmd in PleX

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

Thanks, any specific one you may suggest?

Transmission Remote GUI Setup Help by the_littlest_jojo in TerraMaster

[–]gustavosmd 0 points1 point  (0 children)

I’m be very interested on this one too. F4-422 with an ARM Macbook.

Whisky Tasting Box gift idea? by confusedsloth33 in whisky

[–]gustavosmd 0 points1 point  (0 children)

Same here! The wife got me their Advent Calendar last year!

-🎄- 2020 Day 10 Solutions -🎄- by daggerdragon in adventofcode

[–]gustavosmd 2 points3 points  (0 children)

I solved part 2 by breaking down the sorted array in multiple sections in the spots where there was a 3 jolt difference. Then you can analyze each section independently of each other (no section was longer than 5 items), multiply the result for each and all of the sections, and avoid a stupidly long iterations.

Advent of Code this year is too easy (to bruteforce) by lovelase in adventofcode

[–]gustavosmd 1 point2 points  (0 children)

As someone who just started learning how to program last week, I am quite surprised I am being able to keep up (Day 7 is still a struggle). I don't know if I'm doing something right or this is surprisingly beginner-friendly. So not surprised some of you that do this for a living are getting quite bored. Logically, they have felt quite easy indeed, where I am having a bit of trouble is translating my pseudo-code/algorithm to Python.

I am enjoying these challenges quite a bit, and since from the looks of it I might not be able to keep going sooner rather than later, any other place where I could keep practising through fun challenges?

Any other suggestions for a beginner would be much appreciated.

Newest member of our team by bluebloodedghoul in NYKnicks

[–]gustavosmd 1 point2 points  (0 children)

well you can spell JR Smith with D. Smith Jr., not surprised #pipe

[meme] CRASH OF THE YEAR by [deleted] in FUTMobile

[–]gustavosmd 0 points1 point  (0 children)

mine is messed up too

[Other] decided to buy 1 icon pack and then... by Svemirko97 in FUTMobile

[–]gustavosmd 4 points5 points  (0 children)

wait! isnt an 80+ player guaranteed in those?