#voice-chat-text-0
1 messages ยท Page 792 of 1
!voice @whole bear
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
I think I'm banned ?!!!
?
you're not banned from vc
then you can talk
I meant like I eat a nut per second not the "nutting" slang word that is very gross and I dont want u to google
Ohh really
Nutting
lol
@cloud root how come you have Announcements role
I DONT KNOW
but I got it anyways
how?
idk maybe like listen to the announces
I made this model
that is completely related to programming
I just used a program that genarates the code
what code?
its json
from models?
ye
k
I was making a mod for a game
it is
We're on Sydney ๐
I gtg
Yeah ๐
any one for django?
What you up to?
Right right. I understood that completely...
I'm learning Arcade so that I don't completely embarrass my PyWeek team.
hello?
Hey, what you up to Iron?
Yep, a game library
It's supposed to make it easy to make little 2d games.
But I'm a little bit overwhelmed ๐
Ah right cool.
how bout you?
Anyway. I'll be back on later. Cya ๐
Yeah not much ๐
ok
silent?
@honest pier , are you public static void main?
lol
oh hello rabbit o/
I hate standardized tests....
math is so faked up I just wanna die
btw, I had math exam today
tmw is CS test
and the syllabus is python 
who does homework
homework and assignments are silly
where are you from @vivid palm ?
US?
yes US
are you in uni?
ooh
you?
1st year uni

it is what it is
why is it what it is
coughisrael cough
covid
coughpalestinecough*cough
oh, opal is here. hello o/
what is it about @slate pier ?
we only have uni only 3 days a week
due to covid
2 and a half days to be exact
wow, even you listen to kpop @vivid palm
do you listen to ghost9, psvm?
going thru kpop phase
honey bunches of oats
wanna join?

a question for the linux users, did grub break after an update recently?
arch linux to be specific
I switched to vscode from pycharm recently
๐ญ
arch linux is always breaking
yes..
hmm
you still have internet explorer?
windows :)
but but
you can uninstall it
gonna finish some work and have some cake, cya guys
if it was already pushed, then you have to delete it
then add it to gitignore (which you have already done)
Yeah
and then bring back the file (if needed)
got it
cut the folder, paste it somewhere temporarily, commit changes to git, and then bring back the folder
we have psvm family now ๐
lol for 30 seconds we did
Better to remain silent and be thought a fool than to speak and to remove all doubt.
ii. Text files created through test data โ submitted as .txt files.
@opal mulch code help vc 1
!e ```py
values = ("a", "b", "c")
print("some ", end="values ")
print(*values, sep=", ", end=" are something.")
@paper tendon :white_check_mark: Your eval job has completed with return code 0.
some values a, b, c are something.
Marco Polo ( (listen)) is a form of tag played in a swimming pool.
๐
there is no such thing
as too much
rabbit karen
LOL
it's a thing with iOS14
not T Mobile
Truecaller does intercept calls
@vivid palm you could use assistive touch, too
ha, I'm on MacOS
@topaz hare I know you have iphone 12 max pro
@runic forum lets not post stuff like this
not the max
same here
my man
I keep doing iOS because Android is privacy nightmare
Android is nice in general though.
Sure
so pretty :(
the blue is trash, i have the silver
I also stopped fucking with my phone so Rooting/Bootloader unlocking got less attractive
nothing better than black
there's no black
LOL
Or, is there?
I have
yea, I've heard American Tipping culture in tourist area is infesting the restaurants in Europe
But until we get to that point, we should have minimum wage
๐ 
Damn it
!voiceverify
Sorry to disappoint:C
mina, in financial crisis, higher wage workers were hit, companies went to cut jobs and fired older workers and replaced with young
ah
pynoob, no one cares, is cheaper who cares
@vestal mason do you have any audio issues or are you stuttering?
i can hear him fine
his audio sometimes cuts
aah
I stutter lol ๐
Sorry guys a had to go, this is why I love to get @amber raptor going!! See you guys later
aahh.. i see
hey guys, can anyone help me? im like a real begginer and i installed vscode and an extension (BracketPair Settings), cause my teacher told me this would help to organize, but i did something wrong and idk what (lol)
idk if this is the right channel to ask for help, sorry, im new here
ooh, sorry. got u
Yes ๐
those code help channels are meant to be used during active voice chats. no one is in them right now
can I ask a quick question?
thank you. ill try in these
Why don't they do git blame? ๐
loll
Just market forces...
yeah it sounds like it
lol
Powershell, of course...
^
sounds just like dating lol
So the moral of the story is: learn COBOL
Development Operations?
yes
@zenith radish You're coming through kind of quiet.
Am I?
Yeah, just a little bit, but still clear, like you're far away from your mic. Might be my end...
type(x)
Or, isinstance(x, sometype)
!e python a = "string" print(type(a)) a = 445 print(type(a))
@amber raptor :white_check_mark: Your eval job has completed with return code 0.
001 | <class 'str'>
002 | <class 'int'>
@idle sky you can only delete your own eval output ๐
whereas in java
int x = 10;
x = "hey";
``` won't even compile
(.env) PS C:\> [string]$a = "string";$a.gettype()
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True String System.Object
(.env) PS C:\> $a = 1;$a.gettype()
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True String System.Object
(.env) PS C:\> $b = 1;$b.gettype()
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True Int32```
Powershell does typing but auto conversion, C# will just scream
Er, where are the high end developers? ๐
just like a phone
you're looking at one
here is csharp screaming
I'm a latest gen developer
var a = "string";
a = 1;
Cannot implicitly convert type 'int' to 'string'```
Computer science, the academic field, is a super broad.
although you can do this lul
Object a = 10;
System.out.println(a);
a = "hey";
System.out.println(a);
ew
though Object is mutable var in java right?
uhhh that's the type
oh, since object is root type
in java 8 you can say var which does something magic
yeah
everything inherits from that, so that makes that possible
same thing in C#
var a = "string" #will get auto cast to string
at work, we almost never declare in C#, ti's just var variable_name = type;
@alpine harness although I recommend you go to university in the UK, as it's actually relatively cheap
it will catch any typing miscasting
Or at least, if you don't go on to earn a decent amount of money, you don't end up paying back very much of your loan.
@idle sky There's so much to learn in computer science.
Check out my former university's CS degree program: http://www.drps.ed.ac.uk/20-21/dpt/utcmpsi.htm
how come you have advent of code role @stuck furnace
Erm that's just the role you had if you subscribed to AoC notifications.
Bye Rabbit ๐
where?
I had to deal with dog
Ah right
I don't think you can subscribe anymore as AoC was in December.
damnn...
Actually, I think you can, but I'm not sure why you would want to ๐
Just do .aoc subscribe if you desperately want the role.
ok
Argument over ๐
We have a few other events lined up this year. PyWeek is coming up next week, and Code Jam in the summer ๐
Then probably Aoc again at the end of the year.
@vivid palm I am gonna call them
๐
get off discord :)
:)
i said do it before joining vc :)
What's happening? ๐
๐
jake > pizza place
Ya itโs weird I know, u arenโt the first to ask lol
I am waiting because I asked my friend who he handed it to
ok
so I am waiting for him to reply
are you giving Jake dating advice?
just call them! STOP TEXTING
lol
or do what rabbit does
texting is hip nowadays
stamped letter
write a love letter~
Soccer stands for association football. @alpine harness
your dislike of postal services makes me 
rabbit in the first few years of my job we used to handfold 2400 statements, stuff, seal, stamp..
painful
Just hire Hemlock
Bidmas
yeah for real my first few years was what hemlock does, minus the IT and driving
I need help
Someone join code help pls
Ah, speed climbing looks fun.
STARTS AT 1:00
*FACEBOOK: https://www.facebook.com/jankrizofficial
*INSTAGRAM: http://instagram.com/macklecross
A new Speed climbing World Record was set in the Speed Men Finals: the fastest men on earth, and Speed World Champion, is again the Chinese Zhong Qixin, with an astonishing 6.26. Behind him Stanislav Kokorin (RUS) and Danylo Boldyrev, ...
I could take or leave the Olympics tbh ๐
Virtual Olympics
using VR
zoomer


that frog fast af
@whole bear you're buzzing ๐
I am?
you was
It's stopped now ๐
๐ Sorry.
Ile mute
No worries ๐
Whats the topic?
Olympics... not sure how we ended up here.
Loof
apocalympics
๐ฎ
brb
@vivid palm ok I talked to them
they said they have it and they are gonna keep me updated
so ye
okk did they say around when?
nope
did you ask
yeah bc now you don't know when to follow up again
how bad do you want this job?
next time should be an onsite visit
show initiative *~~ *~ *~ *~
its a pizza place lmao I feel like im being to professional
if they dont call back then its whatever
thats how I am gonna treat it
ok lol
for the managers of the pizza place that is their profession so
keep that in mind
yeah thats true but if they dont call then they probably dont need anyone so Ill just move on to the next place
yup
@dense ibex make me a pizza
Got to play hard-to-get ๐
For real^^
I'm joking btw...
next time submit the application yourself, ask if/when you can expect to hear back and if there are any other steps you need to be aware of
is vc full?
no it is not
๐
nevermind, I always close folders, and forget that I do it
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
that lag
!voice
Look what happens when you use Python 
!ping
๐
You are not allowed to use that command here. Please use the #bot-commands channel instead.
123.432 ms
1.229 ms
130.900 ms
!pong
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Cloudflare issues today apparently. Not sure if that has something to do with it?
!source ping
Gets different measures of latency within the bot.
import os
from azure.servicebus import ServiceBusClient, ServiceBusMessage
class AzureServiceBus:
def __init__(self, connection_string:str = None, queue:str = None):
if connection_string is None:
self.connection_string = os.getenv("az_servicebus_conn_string")
else:
self.connection_string = connection_string
if queue is None:
self.queue = os.getenv("az_servicebus_queue")
else:
self.queue = queue
self.client = ServiceBusClient.from_connection_string(self.connection_string)
self.sender = self.client.get_queue_sender(self.queue)
def put_on_queue(self, message:str) -> None:
"""Puts message on queue"""
self.sender.send_messages(ServiceBusMessage(message))
return None```
HM
with ServiceBusClient.from_connection_string(conn_str=sb_config['connection_string']) as client:
#This will run forever just getting reactions off the queue
while True:
with client.get_queue_receiver(queue_name=sb_config['queue'],max_wait_time=10) as reciever:
for msg in reciever:
try:
reaction = json.loads(str(msg.message))
if reaction.get('emoji_id') == 5503965335036928:
messagehandler.process_message(message = str(msg.message))
reciever.complete_message(msg)
pass
except Exception as e:
print(e)
reciever.abandon_message(msg)```
except Exception as e: ๐คฎ
What?
but why
is that comment #Do shit here a real thing

!e print(issubclass(NameError, Exception))
@honest pier :white_check_mark: Your eval job has completed with return code 0.
True
@honest pier :white_check_mark: Your eval job has completed with return code 0.
oh no
oh, don't do that
ok so that doesnt work
That won't work
r"[0-9]{1,2}"
ye
wait, why are you using . in that pattenr
your regex doesn't even need to be that complex if all you're doing is pulling the strings out
ok
you just need re.findall(r"\d+", line)
also I can't dm you the link cause your dm's are closed
Yeah Jake, that's a character range in regex. The pattern [a-z] matches a single character whose unicode value is between a and z inclusive.
try again
[0-20] would match 0, 1 or 2
got it
and...1?
0 to 2 right?
...and 1 ๐คฆ
so... 0-2 matches 0-2 ๐
how big is the server?
I think he said 1U if thats what u are talking about
I'm looking forward to pattern matching.
^
I don't really have people who message me 
Okay why don't I have the permission to talk in the voice chat XD
bc you're new
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
obviously
๐ฆ How old do I need to be
Thank you ๐ฆ Guess there are two promotions this year that would take me some time \o/
hey, please avoid inappropriate messages like these in the future.
To be fair, that was the topic of conversation in voice chat.
It was.
I can't speak right now, which is why I typed it out?
It was in the context to what was being spoken of
jeez
Yea sorry, we were talking about scale they deal with and how few sites have their scale.
Don't ban me da
yeah man
@stark dirge hi.
it's still inappropriate to mention pornographic websites though
blame rabbit
but uhh
wookie is here now
Im missing a lot of context
They were talking about the scalability AMA
And we were joking around it
๐
to be honest, PH is also a front/run by a media company. Maybe showing how they drive traffic helps them land...new clients? Or just weird flex idk
We are moving on
๐
We did not want to talk business side, just the tech stack.
@uncut meteor U changed ur name?
What is their tech stack?
PHP
no
I've got FAANG folks with HORRIBLY long code bases too. They're more "structured" because of the handbooks.
I thought it was only Griff
Oh
but now he's lit
Yeah, naw its lit !!
Google has a 6 month learning period right
Also, Facebook And Google create their own micro/frameworks.
I'd need 5 years.
I did a few PM interviews there, intimidated the heck out of me.
I wish I knew people in tech
I like intimate small tech companies lol
more than 100 people triggers the f out of my anxiety
Best place to learn stuff
You have to do your stuff yourself
Yup. Also, I can negotiate anti-moonlighting clauses in small tech companies.
I know facebook is compeltely against moonlighting
what's moonlighting
Google is sort of secretive?
Working two jobs
Having a full time job, but doing a startup/side hustle on the side
Including python freelancing
As in "working by moonlight"
Moment moon is up, you switch tables
So you say google doesn't allow open source contributions?
ted talk with rabbit
Tebbitโข๏ธ
They would, but won't allow you to monetize off of it I think
Lit Griff vs unlit LX fight

Technology, Education, Powershell
i lose
Ill be back
Powershell pffft
First week into Docker, used up 80% of production rams in 5 minutes.
oof
but i'd recommend AHK
I think they mean hotkey
Gtg for a bit. See you all ๐
yeah that's an ahk module for python lol
The opposite of Polo program
marco POLO
lol
macro polo
YouTube videos walk you through the first 4 sections of documentation.
And call it a course
I remember the first time I was deploying a code to production, I was like HOW DOES ANYONE GET THIS DONE
try:
pass
else:
pass
How big was the codebase
Now I know docker, kubernetes, even use CI/CD. Back then, it was barely 4 python files (9 including templates), but I lost my mind figuring this out
can you explain about CI/CD, Is it just writing the normal test?
Virtual containers
hello there, ladies and lads
hello
Hello
yes
ufw
after changing the ssh port to a non default one
hi everyone
hello
^_^
hi oskar
(because i have to implement dijkstra algorithm)
gl
yes
Hey @vestal mason!
It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
what ? pdf are forbidden ?!
Hello
hi
hai
haii
Yea I just tried to post a pdf of diagram of my lab
how annoying is this text is :
Updating Homebrew...
I didnโt know this was a thing till now
everyone bored rn?
ANY TIME you wand to install with homebrew, it takes like one minute to auto-update !!!
bc i am
im just messing around with my phone as a 2nd monitor
lol
too cheap to buy a new monitor.
a home server can be usefull, for example as a data storage, or if you want to download big files when you have a bag connexion
it took some time to figute out but it worked eventualy.
dont have to use wifi now lol
i can just use it via USB
are you doing it over adb
yes
nice
damn
how big is the phone monitor
you could
15.56cm x 7.56cm
use a bluetooth reciever
lol
python -> bluetooth -> reciever -> keypress : impossible to detect
1 problem is i cant set a custom res for it
windows isnt allowing me to use one
so rip
gotta use 1600x900p
for the 2nd monitor
ouf
hello
Dr. Filip
im great how bout you @flat sentinel
im good do you still have power
ah
oh
btw do you know asm?

this is just how to make internet
and we have to do this
and we are a python server
and we are talking about server and
cpp
c#
html
java script
and ur mom
Maurice do you want to know how to do math
yes
1=1
2=2
3=3
and 1+1 is 2
69 + 69 is nice
these are soo good
@jaunty pendant do you like them
nice
did you just dox yourself
ok
how
wat
bre
idk it just did
bru
is that you on that pic or no?
bruj
wat
bai
cau
bai/cao
ill be on my phone... probably
did i just hear ' hey my nud*'
that was your mom in the background
bruh
bro someone got blue switches
how did you teach that to filip
๐
no it is a type riter
teach what
your mum
whats going on just joined
unlike you
yea to do me
@warm prism server discussion
its like im listening to an eminem verse
the next question how do constructor work
Constructors are generally used for instantiating an object. The task of constructors is to initialize(assign values) to the data members of the class when an object of class is created. In Python the __init__() method is called the constructor and is always called when an object is created.
oh no it starts again
lol
now it a is a great time to try and type
me cry
flash
it was a great program
html5 is better than flash
go to jail
namecheap is very cheap and friendly ui and quick and 24/7 helpline
10.0.0.1
@pearl copper https://www.linode.com/pricing/
laundmo the person that know's every thing
sb want my public ip?
ur dog is a person?
im a dog person
i have 69 in a
obx
what
are a you reading
@warped saffron
well they can think
are
they
stupid
this is the time for my type
typing ism
sim
and it is great
oof
yes
kinda sus
and i like
that
why do you know these things
yea they do that
go up and down
Links To Sources:
Cookie Monster: https://www.facebook.com/100026431120721/videos/735987160625648/
Banana: https://tinyurl.com/3d6mby9c
Ship Wave: https://www.youtube.com/watch?v=VESmvKZjOyE
Clay Pot: https://tinyurl.com/n8rsy3kn
Dog & Cat: https://tinyurl.com/vf4ent7r
Florida: https://www.reddit.com/r/dataisbeautiful/comments/m70sxw/oc_t...
Kemal, are you sure you're in the right channel?
A remarkably intimate and moving film that offers an insight into the extreme Obsessive Compulsive Disorder. Hugh is trapped in a world of endless order and repetition, where each day is spent with the same ritual placing of objects and counting in 12s. His condition places a huge strain on Hugh and his family. With the help of a leading psychia...
Are you trying to trick me into learning about shaders for PyWeek? @uncut meteor
yes
@vivid palm are u working in the field as well?
nope i am a beginner did 2-3 projects last year to automate stuff @ work
currently on a hiatus lol
nice nice!
๐ญ
As the British say...
chewsday

bullyful psvm
is that emoji getting larger lol
Is anyone in the mood to do some coding problems?
oh shit. the doctor missed this lol
that eyes pops in from nowhere wverytime
lol i jk yes i made it bigger
๐
wanna do some usaco problems
okay thats what I thought. I was thinking I was seeing shit
Too hard for me ๐
@uncut meteor was this you when a kid
https://cdn.discordapp.com/attachments/799647045886541885/823696503054008320/video0_6.mp4
Maybe. Have you tried codingame?
why?
Eh, they're alright ๐ I quite enjoy the clash of code ones.
they're not like, algorithmic problems
Alright, binary search?
we can do codingame if you want lol ยฏ_(ใ)_/ยฏ
There are challenges, but there's also a short round competitive thingy, and you can host a private room...
private room you say? ๐ณ
@vivid palm ๐ ^
hwo tuff r these
If it's bad, we'll do something else ๐
Er, should I do just fastest and reverse?
yes please ๐
ye stream
ook
Anyone else want to join?

Starting...
๐
bruh, 56 seconds
Ah right ๐
Wait, do I have to make a new room for each round? 
Yeah, that's annoying.
๐
click the link on ur own risk
@honest pier starting...
๐

Er, yeah? ๐
well, its not a rickroll but only to be worse
Let's do something else actually. Having to make a new room each time is annoying...
ye
Sure in a sec
More like a typing contest tbh...
Learn algorithms together on binarysearch. Create a room, invite your friends, and race to finish the problem.
Rip Iโll join the next one
lmao
Oh ๐คฆ
no

๐
@honest pier can u share ur vimrc?
not accepting friend requests thank you~~~~~~~~~~~~~~~
it's 404 ๐ฆ




:)
it seems
k thanks ๐
Want to see my .vimrc?
colorscheme gruvbox ๐คข
It was previously a custom colour scheme that inherited its colours from the terminal, but this didn't work well with CoC for some reason.
wait, coc breaks on a colorscheme?
Nah, the suggestions were just unreadable
ohh
They were like brown text on a bright red background
oof
And I cba to re-learn how to make vim colour-schemes 
Yep
@dense ibex
ahahahahah i was like ?????
its a belter
more recs like this pls 
i use one dark on pycharm
i did listen to the rest of btwn friends on spotify too
no it was OK?
can i get video role? wanna stream working on sir lance ๐
i'm having deja vu i feel like you showed me this already
or maybe it was another eden song
OOOOOOOOOOOOOOOOO
YEAH
OOOOOOOOOOOOOOOOOOOOOOO
YEAH
that was gud
Binge Eden
queueing
join us?
fisher looks like he has cat ears
oh
I wish
the back of the chair lol
ugh
pub tells me to join but uh nothing is happening here lol
suffering form success
Then you made a mistake 

ASUS has a range of wireless routers suitable for every purpose. Whether it's for your home, for business trips, or for any other need or environment, there's an ASUS router for you.
Like the status fisher lol
tyty



new room

