I need a speaker to blast this song at me tonight, but I will settle for earphones....
May you be blessed with Gorrila friends, friends on the spectrum and Arab friends
I truly am
I truly am
Brev out here moving like a 1900
Check out this #chess game: M45BRO_KUCLUK vs BearInSomnia - https://www.chess.com/live/game/171976239284
Check out this #chess game: M45BRO_KUCLUK vs BearInSomnia - https://www.chess.com/live/game/171976239284
The skies of my heart grow dark,
foretelling what lies ahead.
For they may herald a raging storm,
or reveal the silver lining fate has kept.
Columns.
- Healthy bear
https://t.me/thechillcodinglounge/3441
foretelling what lies ahead.
For they may herald a raging storm,
or reveal the silver lining fate has kept.
Columns.
- Healthy bear
https://t.me/thechillcodinglounge/3441
Telegram
The Chill Coding Lounge
Morning has risen
So has my bronchitis
Just like the infinitely generated phlegm
I wish you infinite bread
Bars
- Sick dawg
So has my bronchitis
Just like the infinitely generated phlegm
I wish you infinite bread
Bars
- Sick dawg
🔥2
Forwarded from The Chill Coding Lounge
Forwarded from Frosty Siren
Okay, this is finally up.
Not a men vs women thing, not a lecture. A lot of us live in a bubble, tech, creative, liberal spaces, where things look fine for women, but there's a mindset that follows us out of it and into our own heads. I wrote a piece to show what it's actually like to move through the world as a woman, so you feel it instead of being argued at. Including what the "man-hater" is really reacting to, because it isn't hate, even when it sounds like it.
Please read the whole thing, it's one picture, and the pieces only add up together. Half of it out of context reads wrong.
If you've ever been confused why women say it's still not okay when it looks fine to you, this is the walk-through.
https://frostysiren.substack.com/p/on-being-seen?r=8ulkmq
And if it resonates, share it with anyone you think it might reach, women who'll feel seen, and men who genuinely want to understand
Not a men vs women thing, not a lecture. A lot of us live in a bubble, tech, creative, liberal spaces, where things look fine for women, but there's a mindset that follows us out of it and into our own heads. I wrote a piece to show what it's actually like to move through the world as a woman, so you feel it instead of being argued at. Including what the "man-hater" is really reacting to, because it isn't hate, even when it sounds like it.
Please read the whole thing, it's one picture, and the pieces only add up together. Half of it out of context reads wrong.
If you've ever been confused why women say it's still not okay when it looks fine to you, this is the walk-through.
https://frostysiren.substack.com/p/on-being-seen?r=8ulkmq
And if it resonates, share it with anyone you think it might reach, women who'll feel seen, and men who genuinely want to understand
Forwarded from The Chill Coding Lounge
Me and @bearly_learning spent the last 3 hours trying to create a sorter for an something absolutely niche. The idea was to take my existing "The Batman Animated Series" show list and rename + sort them in their release dates as per what Amazon Prime shows on their site.
We scraped the episode lists per season using Beautifulsoup then used os and pandas to basically compare and contrast episode names between the ones on my PC and the ones from Amazon Prime. That being said, it required us to format the local file names in a way that can be comparable to the one's we scraped, which we used regex to do so in our initial reading of the file names.
We then encountered the problem that came with strict comparison to which we decided to use fuzzy compare to find the closest comparison above an 80% ratio similarity (after doing strict comparison. This is basically a secondary clean up).
I can now watch the episodes in air time and enjoy some level of continuity (which doesn't exist for this show lmfao). In hindsight I don't have to wait 20 episodes to watch the second part of a two part episode.
Best of all, we barely used AI (only to ask what part of the code we wrote wasn't working, which was like a total of 3 times)
TL;DR (for you goldfish individuals): We are goated, and my tendency to learn bash script from this experience has increased ten fold.
We scraped the episode lists per season using Beautifulsoup then used os and pandas to basically compare and contrast episode names between the ones on my PC and the ones from Amazon Prime. That being said, it required us to format the local file names in a way that can be comparable to the one's we scraped, which we used regex to do so in our initial reading of the file names.
We then encountered the problem that came with strict comparison to which we decided to use fuzzy compare to find the closest comparison above an 80% ratio similarity (after doing strict comparison. This is basically a secondary clean up).
I can now watch the episodes in air time and enjoy some level of continuity (which doesn't exist for this show lmfao). In hindsight I don't have to wait 20 episodes to watch the second part of a two part episode.
Best of all, we barely used AI (only to ask what part of the code we wrote wasn't working, which was like a total of 3 times)
TL;DR (for you goldfish individuals): We are goated, and my tendency to learn bash script from this experience has increased ten fold.