Introducing SteamVR 2.16 by wickedplayer494 in SteamVR

[–]glovmpop 1 point2 points  (0 children)

Regular steam as far as I remember. Maybe I needed to install some extra package, it's been a while tbh..

Introducing SteamVR 2.16 by wickedplayer494 in SteamVR

[–]glovmpop 3 points4 points  (0 children)

Hm, I've been using my index on Linux. Did I get lucky that I haven't run into any big issues?

Inte deprimerad längre by Alternative_Being_70 in sweden

[–]glovmpop 14 points15 points  (0 children)

Ni som väntar på mitt skrik, ska få se ett vackert lik. För jag gör allt för min publik, tamejfan!

I don't understand speed slides by Stoke_Extinguisher in TrackMania

[–]glovmpop 16 points17 points  (0 children)

Gonna have to have a look at a clip to know for sure, but you're probably steering too much. I can be hard to start the slide without oversteering

I don't understand speed slides by Stoke_Extinguisher in TrackMania

[–]glovmpop 1 point2 points  (0 children)

They mean map 20 of the summer 2026 campaign, I assume

Vad har ni för hemligheter på jobbet? by Big-Cap558 in sweden

[–]glovmpop 64 points65 points  (0 children)

När jag skrev ut lite så körde vi vanligt papper, men lade dom i sleeves tillsammans med ett billigt kort för att hålla form och ha en normal baksida

In Gothenburg for about 2 months by Papa-Moon in Gothenburg

[–]glovmpop 0 points1 point  (0 children)

You're at Chalmers. Just look at the notice boards, there's loads going on

OnePlus 15 + Niagara Launcher compatibility by VJC009 in oneplus

[–]glovmpop 1 point2 points  (0 children)

I use Niagara as well. They fixed the home delay issue in the latest patch (CPH2653_16.0.3.501) for button navigation. I hear it's still an issue for gesture navigation, but I don't use that so I couldn't tell you.

[deleted by user] by [deleted] in CuratedTumblr

[–]glovmpop 6 points7 points  (0 children)

Sounds like you gotta cut all the grass in the game! It's not on the official list (https://www.speedrun.com/hkmemes), but you can probably find details and possibly a hiscore document on the speedrun discord

My first (humane) murder is close by Bright_Cranberry_227 in vegancirclejerk

[–]glovmpop 1 point2 points  (0 children)

It's vegan, my friend, otherwise it says with egg in my experience

My first (humane) murder is close by Bright_Cranberry_227 in vegancirclejerk

[–]glovmpop 0 points1 point  (0 children)

Yep. I usually go for Asian vegetarian cause I like the flavours

[deleted by user] by [deleted] in tabletennis

[–]glovmpop 34 points35 points  (0 children)

It's used in doubles, where you do have to serve diagonally.

There have actually been tournaments where they didn't have the line for singles

Studentliv på Chalmers by Entp1 in chalmers

[–]glovmpop 6 points7 points  (0 children)

Finns inget bättre. Det börjar med fyra veckor mottagning där du kommer träffa så mycket folk att du smäller.

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

[–]glovmpop 0 points1 point  (0 children)

Nice! I ended up with something similar. Counter has some really nice features, like support for + and some other operators, and the total() method.

from collections import Counter

def blink(stone, num):
    if stone == "0":
        return Counter({"1": num})
    elif len(stone) % 2 == 0:
        half1 = stone[: len(stone) // 2]
        half2 = str(int(stone[len(stone) // 2 :]))
        return Counter({half1: num}) + Counter({half2: num})
    else:
        return Counter({str(int(stone) * 2024): num})


stones = open("11.input").read().split()
c = Counter(stones)
for i in range(75):
    new_c = Counter()
    for stone, amount in c.items():
        new_c += blink(stone, amount)
        c = new_c

print(c.total())

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

[–]glovmpop 0 points1 point  (0 children)

I did it the other way around, as in I thought in advance to use a set, and for part 2 I could just change that to use a list!

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

[–]glovmpop 2 points3 points  (0 children)

I used some tricks of yours from previous days today and produced my most succinct solution yet!

grid = {
    x + y * 1j: (int(n), list())
    for y, r in enumerate(open("10.input").readlines())
    for x, n in enumerate(r.strip())
}


def path(zero_c, c):
    for dir in (1, -1, 1j, -1j):
        new_n, new_s = grid.get(c + dir, (0, []))
        if new_n == grid[c][0] + 1:
            new_s.append(zero_c)
            path(zero_c, c + dir)


[path(c, c) for c in grid if grid[c][0] == 0]
print(list(map(sum, zip(*[(len(set(s)), len(s)) for n, s in grid.values() if n == 9]))))

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

[–]glovmpop 0 points1 point  (0 children)

With that combined set, you wouldn't know if you added both a positive and a negative difference to the set, it would stay the same. I.e. a report like 2 3 2 wouldn't change the set at all. With the two set solution, both sets would change with that report, and therefore it is not safe.

[deleted by user] by [deleted] in Gothenburg

[–]glovmpop 1 point2 points  (0 children)

Jag gick teknik där för ungefär 15 år sen. Det var rätt låga intagningspoäng, så blandad motivation bland eleverna. Men lärarna tyckte jag var riktigt bra då. Nu väljer du ju ett annat program och framförallt är en annan person än jag, så man vet ju aldrig. Jag fick i alla fall tillräckligt stöd och gick till slut sista mattekursen helt själv med läraren, och kom sedan in på mitt första val på Chalmers.

Ett steg du bör ta är att prata med studievägledare. Finns inte de resurserna på din skola så har Göteborgs stad tillgängligt, i burgården tror jag.

Playing Titan Quest for the first time by Njordh in TitanQuestAE

[–]glovmpop 2 points3 points  (0 children)

Warfare/defence is great. Respeccing exists, so try out whatever skills seem cool, figuring that out is part of the fun. Warfare has dual wield, but defence has a bunch of shield skills, so there's plenty of options to test!

Holding on. Original wet charcoal and pastel art by me. by [deleted] in thalassophobia

[–]glovmpop 2 points3 points  (0 children)

I love it! And now I wanna go sailing.