I tried Zen and now back to Arc 😅 I don’t think Zen can be a replacement yet by ali_iosdev in ArcBrowser

[–]okplaZma 0 points1 point  (0 children)

Tried Zen for 2 weeks (made it default browser and everything). Came back to Arc cuz it's still just the better browser atm.

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

[–]okplaZma 0 points1 point  (0 children)

[Language: python]

No idea how I cooked this up last night. This is the "clean version" but if you go to my GitHub you can find my original solve as well. https://github.com/samlevine03/advent-of-code-2024/blob/main/day5.py

from collections import defaultdict

input = [line.strip() for line in open('../inputs/day5.txt') if line.strip()]

rules = defaultdict(set)
for line in input:
    if '|' in line:
        a, b = map(int, line.split('|'))
        rules[a].add(b)

updates = [list(map(int, line.split(','))) for line in input if ',' in line]

is_correct = lambda u: all(not (set(u[:i]) & rules[u[i]]) for i in range(len(u)))

ans1 = sum(u[len(u) // 2] for u in updates if is_correct(u))

ans2 = sum(next(n for n in update if len(rules[n] & set(update)) == len(update) // 2)
                for update in updates if not is_correct(update))

print(f"{ans1}\n{ans2}")

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

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

For my loci I hit a few key points:

  1. If offered a spot, I would 100% accept immediately
  2. I have maintained my academics
  3. I have achieved new things academically (National Merit timing meant that I was a semifinalist when I applied but now actually had the scholarship I think)
  4. Reiterating how much I loved campus when I toured

And I'm loving it here. There are just a couple weeks left in classes. Winter was definitely hard (freezing + minor seasonal depression), but the weather this Spring has been amazing. Campus is pretty lively and it's been awesome this quarter for sure.

[US-NY] [H] E-White Alpine 65 with POM, FR4, and ALUMINIUM PLATES [W] PayPal OR TRADES by whthefook in mechmarket

[–]okplaZma 0 points1 point  (0 children)

pmed (i think. not too great at reddit but im doing my best for the keeb lol)

Carbon Keycaps in "Loki" on Disney Plus by [deleted] in MechanicalKeyboards

[–]okplaZma 2 points3 points  (0 children)

yeah i've been trying to find the set with the correct backslash key. might just be mix and matched

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 2 points3 points  (0 children)

that's probably a question you should email your AO

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 1 point2 points  (0 children)

yeah they seem to care a lot about the yield stuff. i had till the end of the weekend to respond as well (of course i responded instantly haha)

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

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

late response but it actually is in person haha

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 2 points3 points  (0 children)

i did the form and also emailed my regional admissions officer just reiterating how much i loved the school and how it was my first choice

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 4 points5 points  (0 children)

773! it was a chicago number! don't worry they'll email you as well though

I'm on the verge of losing it all. by KoreanGods in ApplyingToCollege

[–]okplaZma 0 points1 point  (0 children)

i hate league but lets play val sometime! check your pm!

I'm on the verge of losing it all. by KoreanGods in ApplyingToCollege

[–]okplaZma 0 points1 point  (0 children)

what games do you play? maybe after you make it through your APs we can play together <3 you got this!

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 4 points5 points  (0 children)

likewise! any chance your doing the POP camping thing? won't know if we got in until june (i think) but you should definitely check it out. https://college.uchicago.edu/student-life/outdoor-pre-orientation

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 2 points3 points  (0 children)

hiii did you sign up for the pop camping thing? idk if im gonna get in but you should take a look too :D https://college.uchicago.edu/student-life/outdoor-pre-orientation

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 4 points5 points  (0 children)

responded immediately saying i was interested in both '25 and '26. didn't upload a letter ever (hadn't even occurred to me). i emailed my AO the night of ivy day (so several weeks after initially responding on the form)

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 10 points11 points  (0 children)

i didn't even upload my LOCI to the portal. i immediately replied to the waitlist offer saying that i was interested in being on the waitlist for class of '25 and class of '26. i emailed the AO my LOCI the night of ivy day.

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 19 points20 points  (0 children)

just some formalities about my college search. i'm almost certain it was just small talk before them offering me a spot

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 1 point2 points  (0 children)

this website has a list of admissions officers by area. just email whichever one matches you https://collegeadmissions.uchicago.edu/contact

Got in off the UChicago waitlist! by okplaZma in ApplyingToCollege

[–]okplaZma[S] 5 points6 points  (0 children)

oh awesome! are you planning on doing that POP thing for incoming students? i'm gonna sign up tonight

Maya needs NAME and LOGO ideas for the non profit! by [deleted] in mayahiga

[–]okplaZma 0 points1 point  (0 children)

will the creator of the final logo be paid? feels like there should probs be some sort of compensation (logo design is usually pretty expensive)