#ot2-the-original-pubsta
652 messages · Page 43 of 1
Editing still pings, does it not?
idk @daring jay you tell me
Nope @daring jay
oh wait that was a reply @daring jay
I'unno. That's Zig's thing. I haven't been up with it the past two days but I'm sure it's going fine
It highlights the message, but it doesn’t ping if you’re not there
One sec, Imma go to a different channel
Sure @daring jay
no need
Oh, that didn't ping
i "pinged" you in #bot-commands
Interesting
Yeah, I'm all for it. I think it's a beneficial thing that will help with mod burnout
There are times when I want to respond to admin pings but don't have time for moderation, so this is a great solution. It wasn't really feasible to go through and tweak notifs for a dozen channels when I wanted to avoid the mod ping for like 2-3 hours
But I'm still part of the mod team and I'd rather not cause confusion. Also, I'm sure other mods were in similar situations and they don't have admin.
thx
.latex YEWAHAHAHAHHHHHHHHA LESSSSSSSSSSSFKINGGOOOOOOOOOO
👀
.latex 696969696969696969696969696969696969696969696969696969696969696969696969696969696969696969696969696969696969696969696969696969
ehhh
.latex $x^2$
ahhh
.latex .catify best command
wasn't it taken down???????
.latex $x^69$
confused
.latex $0^{dajdoipasjdpiasjdpasjdajdpoasjdpoaskdp[kaspodkaspodkaspdkasp[daspda^{dajdoipasjdpiasjdpasjdajdpoasjdpoaskdp[kaspodkaspodkaspdkasp[daspda}}$
well clearly it's back up
yup
.latex $x^(69)$
.latex $\sqrt 5$
Your input was invalid:
\sqrt 5
^
Expected \sqrt{value}, found '5' (at char 6), (line:1, col:7)
Usage:.latex <text>
.latex $x^6^9$
.latex $x^{69}$
.latex $x^6^9$
.latex 10
heh?
.latex $\sqrt25$
huh
yeah its taken down now
awww
F
LaTeX was unloaded.
Hello
.catify is BACK
ᓂᘏᗢ ᓕᘏᗢ is BACK
@languid osprey The bolding is weird. #ot0-fear-of-python message
Hm
Thats weird
I'll take a look
I'm new to python and as I understood it, python is one if not the easiest programming languages to learn as a beginner. Is that true?
pretty true, yeah
Python is the one of the best languages for beginners.
Awesome
Agreed
same
Your catified username is: class ςץ๒єгฬєคק๏ภ | ᓚᘏᗢ | 🐈
@wheat aurora
New GitHub command on Sir Lancebot!
!catify
Thanks to @pastel nest , @jovial island and @languid osprey
for this wonderful new command which adds the iconic™️ ᓕᘏᗢsymbol to your nickname!
Head over to #sir-lancebot-playground to try it out!
Thanks to joe, chrislovering, toxickidz, vcokltfre, kutiekat for reviewing.
wait what
already sent haha
POG POGP OGPOG
and 7 x 7 = 42 !
.latex $\sqrt{-5}$
0b0111
eyy

yes
!zen -5
Now is better than never.
Pog
Stop spamming
am i a shitty programmer if my head starts hurting when reading beginner code
not at all, everyones gotta start somewhere
i can understand pretty advanced code but when im trying to help some of my college peers, their code is so unreadable
That's on them
i partially blame the professors for not teaching common language conventions
true 
I spend far to much time on conventions lol
same same
same with file structures when setting up a new project, i want everything organized so nothing bothers me later on when implementing
well there is always refactor
honestly easiest way would prob do a feature and just focus on getting it to work
why worry about pep 8 yourself when you can just black it
and then coming back and refactoring it
me:
I have 6 projects, plus school, i should work on them
also me:
ooh, 4 hour youtube video from 2012 culture lets watch it
tfw you don't have nitro
tfw someone bought you nitro and you kinda want to buy it but
like
are the emojis really worth it

yes
no

png chad
not
wot
i need help in css
ok
ok
no
huh okay
r/RoastMe i guess
i can't access reddit
Are you only gonna have one image per foe?
there's actually different part
for the foe
currently there's only the icon
like there's gonna be
1.png
2.png
3.png```
also for reducing things
how do you reduce 97 by 50%
or like 25%
ok nvm its
number * percentage_in_decimal
hey invisible! so you have the code and need help merging it with sir lancebot?
sure! send it in my dms or here. i'll check it and see if i can pr
yeah i was told to pr but i had no knowledge abt what a pr was since i was (and still am) pretty new to github
a pull request (pr) is when someone creates their own copy of your repo, modifies it, and then 'requests' you to 'pull' their changes to your repo
have you forked the sir lancebot repo, etc?
im sending it in a min or so
creating your own copy of the repo
ive simply made a normal code like how anyone would
but why would i need that when im making a new command from scratch?
that command would still be have to integrated with the sir-lancebot code
its simple for discord bots
you just put your file in the exts/evergreen directory
so basically
you fork the repo
this creates a copy on your gh account
@pastel nest
rps: https://paste.pythondiscord.com/etogepedoc.py
toss: https://paste.pythondiscord.com/udofijemaf.py
then you clone it to get the repo locally
yeah now im back, lemme read the msgs
then you add the file in that directory
you commit and push your changes
then you create a pull request
and i'm doing a terrible job at explaining
hmm im not sure how that works, what do i fork and from where exactly?
wait
forking means copying the entire folder onto your thing, but you can modify
after that, you can put up a pull request and if they approve they'll merge it
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
okay but im not aware of the sir lancebot code
wait, i thought the coin toss was a real coin toss, it's a game?
well, thankfully you don't have to be (much)
you can just put your file in the bot/exts/evergreen folder and voila
(assuming your file has a cog and a setup function)
you can look at the other files in that directory to get the basic structure
game? its a simple toss command
its a command
that i coded
no but like you have a user guess
i thought this was a coin toss, just like the rolling dice
.roll

i see
hmm
what do i fork tho
and what do i do if im using repl

you'll see the fork option in the top right corner
go through this
show a screenshot of where you're at
I click on sir-lancebot right
yeah
you now have your own copy of the sir lancebot code on your account
do you have git installed?
no ig
uhh ill have a hard time doing it now
since idk a lot abt github
but i still have the code ready with me
and also, i have some school work to do right now
so please do tell me what i can do with the code
download it from https://git-scm.com/downloads
you don't have to
@rustic harbor is meant to be a starting point to open source
how to like reduce number reeee
reduce from percentage
like 97 - 23%
that's possible in python
since we can't just do 97 - 23%
isnt there a way to do it without downloading it?
you'll be using git a lot soon
so no
even if there is a way
it'll be 10x more complicated
wot
i wanna like
97 - 0.23??
no
Just like you do so in math, 97 * (1-0.23).
o that
what why 1-0.23
100% is 1
because "reduce by 23%" means "take 23% of the number away". Can also be written as x -= x*23/100.
97 - 23% of 97
= 97 - 23/100 * 97
= 97 * (1 -23/100)
= 97 * (1-0.23)
okay im confused
i just wanna reduce my damage by %
😭
why is math so hard at 10pm
oo
that's not confusing now
so in formula
x = x - (x*percentage/1000)
x = x - (x*percentage/100)
weee
now my brain died
/100
oh right
/1000 would be promille 😉
oh, lol, it's called a permille in English, yikes
that makes sense at least, same as a percent
yeah, just far more rarely used. You see it used, say, for salt concentrations in seawater.
bad
but i do need help wityh my braceds
There's a doctor youtuber, Dr Mike, who said the methods for braces pain don't really work, you just have to survive (as he had to do when he had his braces)
Ye
Buff youtube mcdreamy guy
The guy promoting noom endlessly
The guy advising people to wear masks but then goes on a private boat party with minimal protection
That guy
damn
damn indeed
Isn't all medical personnel vaccinated in the US? For Poland medical personnel was first to get vaccine
Why doesnt pyautogui work ,*pynput works fine for me btw.
it won't click
or type
Is trying to learn calculus and skipping years of mathamatical theory , and then crying because you need to do something that you haven't learned yet, good? Yes 10/10 , will try again next summer
maybe try learning what you need first
pfft
lol, I went from algebra 2 to calc 1
it has been rough
but fortunately I don't need to do it ever again
they say
at least not every day
the price of my love's not a price that they're willing to pay
my love cost 1 bobux
ok
hello is anybody about in this off topic chat!
I have a discrete math question that I just need confirming ^w^
I'll have a look
At first glance someone appears to have gone to a lot of effort to obscure a malicious project if it is one, but we'll see what the code has to say
I doubt it's malicious but we'll see I guess
alright
its not malicious
well thats good news
one of the commits is literally called I dunno
...wow
its a spelunky mod. you opened the dll as a zip probably and played https://github.com/spelunky-fyi/overlunky/blob/main/examples/stupid.mp3
as a prank, probably
its to show an example
alright
of how to play back sounds, see: https://github.com/spelunky-fyi/overlunky/blob/main/examples/sound_test.lua#L16
well thanks
Yeah looks fine to me
why is it that I'm getting this option?
its from this server
and not an attachment from my message.
from this #dev-branding message message?
yeah
i will post it again, if it is true
oh yeah haha its not getting removed
lol
discord bug? I don't remember seeing the "x" button to remove attachments before
bruh
discord doesn't even recognize them
yes
Why so sad?
Remember we made an arrangement when u went away
Now i’m mad
You are not allowed to use that command here. Please use the #bot-commands channel instead.
+-------+-------+-------+
| A | B | Bool |
+-------+-------+-------+
| True | True | False |
| True | False | False |
| False | Any | True |
+-------+-------+-------+
I can't figure out this Truth Table, not (A and B) was my best shot but it fails in the last row 🥴
So i wanna ask how does game dev work in other languages like C# or C++? In pygame you have a game loop, some variables and functions outside the game loop and the game loop refreshes the screen draws the stuff, do the logic ect. How do other languages do it?
it's simply not A isn't it
NAND
Fails at not 0 and 0 -> 0
what about b?
it doesn't make a difference
no
omg you're right
the output is true when:
A False and B False
or
A False and B True
so
A'B + A'B' = A'(B+B') = A'
doesnt XOR do the same
no
I actually want the logic so B does matter
well B isn't making a difference in the output
Yeah I want to change that
then you'd want a different truth table /shrug
@somber belfry
Here's your reminder: @lucid osprey goto study in 2 minutes.
[Jump back to when you created the reminder](#ot2-the-original-pubsta message)
lol
@lucid osprey study time 😄
lmaooo
I forgot that this is the way to get logic statement from truth table, I fixed the truth table and got the bool algebra I want
nice
LOL
!reminders
expiration
!remind [mentions]... <expiration> <content>
Can also use: reminder, reminders, remindme
Commands for managing your reminders.
Subcommands:
!remind delete <id_>
Delete one of your active reminders.
!remind edit
Commands for modifying your current reminders.
!remind list
View a paginated embed of all reminders for your user.
!remind new [mentions]... <expiration> <content>
Set yourself a simple reminder.
!remind list
Reminder #1349: expires in 9 months, 5 days, 17 hours, 29 minutes and 55 seconds (ID: 1349)
It's been a year!
Yep, I remember that :)
ok
ok
ok
I feel sorry for Ever Yone
ye
lmao
@jovial island yes it is our joe lol
No way
are you sure you randomly made it lol
Adding on to that,
lol
You'll have a hard time joining Cat dev group
xD
@soft quiver I get this error when building cyeethon
del _blocking_on[tid]
^
SyntaxError: invalid syntax. Perhaps you forgot a comma?
Did you forget a comma?
Nope
I think he missed some dels
this should fix it
it's not updating though
Just yeet it
Ah ok thanks

Lmao
fyi reminding me of regular expressions helped me with those prs
.gh repo run1e/acebot
^ that's the project fwiw
Cool
Lmaoo
lol
damn 22nd feb was 2 months ago.
time goin quikk
yes
it doesnt
there's a reason i havent just replaces all dels with yeets
STUDY 
FunFact: There was a CS version avaible only for linux :D
epic
cool
bru-
Lmao
it's sad 😔
some things in the Lib folder can't be replaced
other things get invalid syntax with del
I might of broke tos and idk.
broken*
But like, I am not sure.
I got this code and it post directly to discord api.
People say it break tos but don't look at the code.
I need friends

welp i am here
>:((
wym?
anyone want to start a python project with me, im a begginer
Type "print("hello world")"
i know the basics
Can you use Tkinter?
Thonny is a good IDE for begginers
no , pycharm
Yeeaaahhhh, thats probably better.

.topic
How to get a life by somone I don't remember
The throne of fire, Rick Riordan
Do . ridlle
You have 10 seconds before the first hint.
idk
1rst?
Nobody got it right...
oh come on
.riddle
You have 10 seconds before the first hint.
ihop
table
Well done @jovial island for getting it right!
.riddle
You have 10 seconds before the first hint.
oh come on
diamonds
14 carrot gold
rubys
chcolate
rock candy
carrots
14 carrat gold
Well done @jovial island for getting it right!
get rekt
.-.
._.
there is even better one
.riddle
You have 10 seconds before the first hint.
bugs bunny
hi
Well done @thin raven for getting it right!
.topic
none
programming is a art
no
agreeable
yes
ye
agreed
.battle_ship
.battle_ship
.battleship
.help battleship
.battleship
*Play a game of Battleship with someone else!
This will set up a message waiting for someone else to react and play along.
The game takes place entirely in DMs.
Make sure you have your DMs open so that the bot can message you.*
Subcommands:
ships
Lists the ships that are found on the battleship grid.
Game over! @thin raven surrendered to @sand drum!
wow
gg
bg
I didnt even play
lol
...---...
I'm getting depressed
I thought you already where
were*
oh come on
Have you cried to sleep?
maren
anyone on
which cheese is best in your opinion
hi
hi
hi
@coral violet Game cancelled.
Why is discord being so slow :(
It's actually surprisingly annoying lol
I'm not patient enough to wait 0.5 seconds for channels to load!
and for my messages to send
I'm not sure 😦
idk if it's just this server
oh hm, not sure
yeah it does seem to be worse here than some servers, might just be because it's a large server though
hopefully it will fix itself soon enough
I made burned hazelnut ganache
kinda bad for a person who has 'hazelnut' in their default username... ._.
put nuts to roast at theoretically correct temperature but fan-forced, so they taste kinda burned. but still edible
Yes
I disagree. It's only a sandwich if the meat is sliced.
Are burgers not sandwiches then
I don't think of hamburgers as sandwiches
I don't really care if other people think of them as sandwiches, I guess
I've always thought of burgers as their own class 🤷♂️
They inherit from sandwich
More generally sandwiches are bread containers of other foods
So yes i guess
The real question is, are wraps also sandwiches
If they were, they wouldn’t be called wraps, would they 
is that really the first thing I chose to say in this server?
Well you could have many types of sandwiches
I once saw a meme where food was classified by where the bread(-like thing) was placed
hotdog is a taco |_| wheat-product placement
But hotdogs are a single bun sliced all the way or almost all the way through
Tacos just fold
Not really similar
I get into this argument every other day
tacos wrap the content in u shape. hotdog bun wraps the content in u shape. pretty similar
But that cutting of the bun tho
there are some processed storebought buns that are basically u-shaped already
or gas station hotdogs which are just a bun with hole in it on the end, so not really u-shaped
Hmm, i need to research this some more
this kind of hotdog is common on Polish gas stations and some shops as well. just a bun, sauce(s), and sausage (sometimes different kinds to choose from)
Jesus christ what, why
easy food to just grab when you're on the road
also lots of school trips stop at gas stations for toilet breaks, so easy fast food brings a lot of money
I guess technically thats the same kind of food a sausage roll is
Never liked sauces on street food, it gets so messy so quickly
https://cdn.discordapp.com/attachments/821507889683234836/826131471165030471/IMG_20210329_182844.jpg for hotdogs, my partner's cooking wins
Dang thats some nice looking bread-dog-sandwich thing
baguette works well for home hotdogs. way better than highly processed buns
Craving a nice big hot thick sausage now
They dont make them here like they do back home
Cumberland susages are trash
lmao
A local market stall had/has these properly awesome, thick hotdog sausages. I stopped going, but they were always my favourite part.
Beef & garlic with tomato sauce.
hey could someone help me with nginx? basically, which file is the one to edit? or do i create a new file?
No, a hotdog is a taco.
Is a taco a sandwich? This is a really important question.
For the record, the previous name of this channel was "pedantic food discussion"
This is my religion. Identify any food based on the location of the starch- learn more HERE: http://cuberule.com/ (note:does not include the cake format. Cakes include: multiple slices of bread stacked on top of each other, lasagna).
So, it's easy. A cherry pie is a bread bowl if it has an open top, but it’s a calzone if it has a closed top. But if it has a closed top and you cut it and serve it as a slice, then it's a taco.
.
no
a taco is not a sandwich
why not
is cereal soup?
Only if you use too much milk. Normally it's a stew.
cereal is a stew?
Soup, on the other hand, is defined as a, “liquid food prepared by boiling.” Therefore, soup is anything that extracts flavor from a product by letting it soak in broth. In that case, cereal is wheat and soup is stew. ... Therefore, by definition, cereal is soup.
nah
it is too late
at night
to look at this
I mean, by definition, isnt it?
lmao
I mean, you gotta look at it logically
!otn a cereal is normally a stew
:ok_hand: Added cereal-is-normally-a-stew to the names list.
lmao
the CUBE rule
Geometrically. It's surrounded on 3 of 6 sides by bread
interesting
whoah
ikr
location of the structural starch
does that make a wrap a calzone?
Idk but I can tell you that nginx is a pain to work with for beginners.
Is tortilla bread?
yeah in a way.
i consider it bread
i even consider pizza as bread
i mean
theyre almost made up of the same thing with varying mixtures
big sad
Now remove the specification of programming language, see what happens
do people prefer snakes over girls named Julia?
snakes aren't all that interesting it seems
oh jeez, people actually don't look for the snake
lol
julia is pretty good
yeah, I don't hate it
No, and dont crosspost
all 3 channels smh
no
If this is a joke its bad already
Havent even heard the punchline yet
No and stop asking people to
damn'
<@&831776746206265384>
i already told you about understanding our rules
Where shall I paste it
not in our server
Then, it gonna go to ur dms
pep_number
!pep <pep_number>
Can also use: get_pep, p
Fetches information about a PEP and sends it to the channel.
Just gibe it 1 star
!tempban 823525171041796156 1w you clearly dont understand how our community works, when told not to do something its not at all wanted for you to then DM me your review bombing scam. if you want to come back later make sure you read our rules first.
:incoming_envelope: :ok_hand: applied ban to @quiet jewel until 2021-05-01 19:05 (6 days and 23 hours).
Can we get a purge too, the message is still up on other channels
yes. thanks

For reporting such content to ModMail in the future, is there a way to point to the message within a DM?
The "reply" doesn't transfer across channels, right? Is there a unique way that you can get to point to a message?
If you hold click the message it'll show sharing options, if you copy the link it should work
you can copy message link
#ot2-the-original-pubsta message
For example
Ah, that feature might not be surfaced in the Discord Android app. I think I do recall being able to do that on the desktop client, though.
How to become a ammater python programmer
First, learn to spell amateur
First, watch this: https://youtu.be/p15xzjzR9j0 (goto the intermediate section)
So what does it take to be a master at python? In this video I'll list all of the skills and topics I think you need to know to master the python language and be an expert python programmer. Python has many different features and topics, hopefully this video will introduce you to something new you can learn!
🌟 Want to ace your coding interviews...
How to master spelling?
you have to enable developer mode
its dumb
@near swan you claim I'm lying, here's errata from Helion itself - https://helion.pl/errata.php?ident=pragpr
literally the whole correction but one url is about Grace Hopper
It is Cherry picking
I told you an example, you said I'm "dumb or lying". I showed you I'm not lying
It is still dumb, this form is correct
"Grace'a Hoppera"? nope
I mean, it would be correct if Grace was a guy, but she wasn't
in poland we have a lot dialects, in lot of we are telling for Mans and Womans as to peoples
About a lot of things, a bit words're other
we were talking about defaulting to he. I mentioned an example of how it erases women by assuming they're men
etc. etc.
that has nothing to do with dialects
I think Paulina Łopatniuk from Patolodzy Na Klatce blog also had a compilation of defaulting to he in medicine
- It is Cherry Picking
- It is calling as to peoples as all or it is denizen from dialects
1 what? I was only giving you an example for how it's harmful? that's literally how examples work?
- I cannot understand you
if you mean singular they, then:
- it was literally a suggestion only for you to be considerate of others
- singular they is older than singular you. so unless you don't call other people using "thou", then your argument about singular they being "incorrect" is fallacious
singular they has been around in English since 13th century. Shakespeare used singular they
xd
Official langague is not used every time, dialects and a lot of people are just do not using feminine
they too can Just do a mistake, Womans are static rarely Smarter, and rarely Dumber than mans
so argument about discrimination isn't good
what?
your messages are impossible to understand
singular they is neither formal nor informal and it has nothing to do with any dialect?
"someone left their umbrella" is casual talk
also, I never used an "argument" about discrimination. just pointed out example. I wasn't discussing, just suggesting a different form?
WHY IS NGINX SO HARD TO CONFIGURE
lol
like
what are you trying to do and what is not workinng
quick explain this
NO:```nginx
proxy_set_header Header stuff;
proxy_pass url;
YES:```nginx
proxy_pass url;
proxy_set_header Header stuff;
why does the header have to be below the url?!
i spent 3 hours on that to only have to reverse them and everything worked
that above ^
but also something else now too
that's an interesting one
yeah
i'm also trying to make either a redirect or a proxy to a different port on the same machine
at this point i'm willing to just have it redirect to the different port
so when i go to machine.local/dash in the browser it should redirect to machine.local:9090
hmmm
if you have an idea or even a response please ping, i'm gonna keep looking
what have you tried
that was not a ping smh
what is gce?
google compute engine
yeah
lmao why
just to flex?
(yes)
I'm running nginx on a pi smh
well
@grim seal to be specific, i'm using nginx-light
not the standard full version
might have to wait a second power went out lol
because if i need the features i can just upgrade nginx and all of my config files will still exist
wat lol
the gce went down?
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
thanks for having a power outage
i got it to work
sighs
although now
it is possible
that i could.…
hm
make it a proxied request somehow
u live alone?
nah
o
rasberry pi-thon
Epic Fight Scene Between Batman and Bane In The Dark Knight Rises , Enjoy!
I don't own anything in this clip, only for entertainment purposes.
this was sad to watch
wut
lmao
what do you mean wut
wut?
see #dev-contrib
huh
wut?
wut?
wut?
Alrighty
wut?
e
wut?
Wut???
Guys I’m very confused
I’m trying to talk to my friend
But none of his replies show up on my phone
only the Mac and the iPad
not sure why
Huh
wut
Exactly
This had replies on my Mac
But now nothing shows up on my phone 😐
Lol
@unique heath we don't allow such obvious call to actions here. "dm for x" with absolutely no relevant context to existing convos.
I figured you wouldn't want me to link the vids here
we don't no. we don't allow what you're sending either
find another community if that's all you're here for
!ban 408021556048953346 Joined only to preach.
:incoming_envelope: :ok_hand: applied ban to @unique heath permanently.
Are you guys getting a message from a bit named diamond
dm modmail if you have issues with that guy
How do these bots get my usernamed
Not it's a bot
huh
Like a bot named diamond
It's a bot
How do they get my username?
These are so annoying. According to my friend if you join it will give you an invalid link for nitro and then tell you that if you want nitro follow a person on Twitter
you share a server with the bot
Haha
lol
hi
the links
heyy
\o/
/o\
bye
this holds true right
if k points are fixed in each permutation, i have nCk ways to choose the k points and !(n-k) ways to derange the remaining
summing all should give me the total number of permutations
if this is right then my code is wrong
if my code is right then this is wrong
i have no idea which one would be easier to fix
smh
Σ is summing everything inside for k = 1 + for k=2 + for k=3.... upto for k=n
!x is the number of derangements of x objects
(n k) is the number of ways of choosing k objects from n objects
x! is the factorial of x, = 1 * 2 * 3 * ... * n
anyone got any suggestions for the name of a game hub
gamer den
i like that, but this is going to be an app that has some games and gamer den implies a place
Gamer Nexus?
nexus, that is one brilliant word, thank you
What's that?
I don't think so
aight
same
lol


I get that a lot
Haha, really?
Akarys you're not my husbando anymore
I meant to answer to dem's message
But discord didn't want to apparently, so I don't blame you haha
You know it. People dig my stoicism.
holy moly *scrambles to find the dictionary*
hahaha
@copper tartan Rather late, but congrats on becoming a fellow at the PSF!
btw oscars live in less than 9 hours.
wait what? really?
gib me more info
Really? Cool
Yup. He tweeted about it
I wish I had twitter smh
I'm incredibly humbled to have been recognized as a Fellow of the Python Software Foundation today.
To the #python ecosystem, and especially to @PythonDiscord - you are my people. Thank you for helping me figure out who I am. https://t.co/oqNpR3tqoW
thanks
Ooh thats cool
omg lemon congrats
haha yes
and its like at... 5:30....AM smh
timezones smh
haha
and im still figuring out who iam 
Youre RouterGTX (temporary)#5232




