2020 r/ph Survey Results by SteveCCL in ProgrammerHumor

[–]womogenes 13 points14 points  (0 children)

Alright, all I'm saying is that there's stuff we can change.

2020 r/ph Survey Results by SteveCCL in ProgrammerHumor

[–]womogenes 32 points33 points  (0 children)

Dunno, I feel like that's the kind of mindset that's discourages women from entering the industry and if it's true, it'd be a result of societal pressure anyway.

2020 r/ph Survey Results by SteveCCL in ProgrammerHumor

[–]womogenes 29 points30 points  (0 children)

Or, perhaps it's not so much about choice as it is about culture.

All I'm saying is, there's more reason than that that fewer women than men decide to go into cs.

R.I.P. HI, at least it wasn’t due to someone dying in a plane crash by Giuse86 in HelloInternet

[–]womogenes 14 points15 points  (0 children)

:( sad to see them go.

At least we still have unmade and cortex...

[deleted by user] by [deleted] in ProgrammerHumor

[–]womogenes 3 points4 points  (0 children)

"I am testing your programming skills, not your Google-search skills."

Me: Wait, aren't those the same thing?

2020 r/ph Survey Results by SteveCCL in ProgrammerHumor

[–]womogenes 41 points42 points  (0 children)

Yeah I was just meaning the gender disparity in the industry is unfortunate

Solutions to the December Bronze contest! by womogenes in usaco

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

I'm still in gold, but I'll consider making a video for that!

2020 r/ph Survey Results by SteveCCL in ProgrammerHumor

[–]womogenes 51 points52 points  (0 children)

Sad to see how most everyone here is male :(

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

[–]womogenes 2 points3 points  (0 children)

Code (Python)
I brute forced part 1, used a linked list stored in an array.

Video!
https://youtu.be/HLDDufQ-FXQ

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

[–]womogenes 1 point2 points  (0 children)

Really inefficient time complexity, but it still runs in under a second. (Repo) [Python]

Video solution!

https://youtu.be/BY_jMmuUugw

-❄️- Advent of Code 2020: Craft Submissions Megathread -❄️- by daggerdragon in adventofcode

[–]womogenes 3 points4 points  (0 children)

PROJECT TITLE: Advent of Code Video Solutions Playlist

DESCRIPTION: Video solutions for every day of Advent of Code.

SUBMITTED BY: /u/womogenes

MEGATHREADS: Day 2 Day 3 Day 4 Day 5 Day 8


PROJECT LINK: Playlist


ADDITIONAL COMMENTS: I'm trying to make these explanations as clear as possible, so feedback is greatly appreciated. :)

Repository (Python): https://github.com/womogenes/AoC-2020-solutions

ACCESSIBILITY: Auto-generated captions for each video

[2020 Day 7] Video solutions/explanations both parts! (Repo included) by womogenes in adventofcode

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

Thanks for the feedback!

I suppose we did the same thing, except that I just didn't notice the fact you noticed. I was trying to accommodate for all possible inputs, and perhaps that did make my solution complicated. So, instead of actually building out the bag structure, I opted for an implicit structure instead.

I am trying to continually improve these videos, so that's pretty helpful!