#ot2-the-original-pubsta
652 messages ¡ Page 14 of 1
like if ur being tested on memorizing
like pure memorization than rather figuring out how to get the info
sth is definately wrong
You can't just not memorise anything
And making people too reliant on googling is just bad
like when schools tell u to memorize its usually just bc its for a test and no other reason
There's usually a reason behind the test, but I can't comment on foreign education systems
You can't possible convey all the properties of every element in a periodic table
my calc final was open book bc my prof beleived that when u do calc irl u have resources all over and being able to use the right one is key
You do have to memorise it
I only know H, He, Li, Be
Open book exams are harder than closed book
And if you're searching up methods of solving calc you're already slow
obviously the questions were not just compute values
bc those questions are somewhat bad
Imo calculators in any math course below college level are bad
Depends on what calc you're doing
If you need to look stuff up to differentiate or integrate, that's honestly not having learnt calc
Even for most ordinary differential equations, googling gets you nowhere
You have to teach people to calculate fast so you can do the rest of the stuff
uh testing how fast u can do sth is a bad test
Not how fast, but there's a baseline speed that you should have
Can't do any math course if it takes you longer than 20s to multiply 2 digit numbers
Even 20s is a generous bound
Someone who relies on a calculator or googling for stuff is going to inherently be less efficient than anyone who can do stuff efficiently by hand or has it memorised
well for those question u have a computer
a computer will do those tasks at a faster rate than u
the important part is understanding the concepts
computing questions with big numbers or ugly numbers doesnt really test much
bc a computer will do those tasks faster
You teach people to multiply by hand, then when they master that you can use a calculator
Teaching people that you can just use a calculator for anything is not teaching
If you need a calculator to multiply double digits, or to calculate trigonometric values of basic angles, or to factor quadratic polynomials, you need to learn to do it without a calculator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
who pinged me
That's called ghost ping
hey can anybody check my C++ code of count sort as i am stuck in between ?
monkeg
what should i have in my dockerignore?
like what should it ignore?
Any large file or folder you donât need to pass to your docker socket
For example if you generate some 1Gb archives in the folder and donât need them in your container, you can safely ignore them
hmmm, đ
Basically, when you initiate a container build, the docker client will transfer the current folder to the daemon, but it will take some time, around 10 seconds per Gb on my machine for instance
So if you have some very large files that you donât need in your container build, just ignore them
let me take a look at what pydis containter ignores
Not sure we ignore anything, we donât really need to
.venv
scripts
htmlcov
__pycache__
.vagrant
.pytest_cache
.github
.gitlab
.cache
Vagrantfile
.coverage
.coveragerc
.gitignore
.travis.yml
*.log
docker
why ignore log files?
that's not .gitignore
it's dockerignore
Oh we do
also why ignore __pycache__
will it not create another one when the script is run anyway?
Well, thatâs all the files we donât need inside the build to not wait for the transfer
I think it's putting pipfile and pipfile.lock in the current working directory
Hmm
Hmm
but it already has COPY . .
then what's the point of that?
I haven't worked with docker yet so I am not sure
I'll try to get back to you
or wait for lak to type
don't see the dockerfile, but I would assume the pipfile is needed at an earlier stage of the build than the other files
FROM python:3.8-slim
# Allow service to handle stops gracefully
STOPSIGNAL SIGQUIT
# Set pip to have cleaner logs and no saved cache
ENV PIP_NO_CACHE_DIR=false \
PIPENV_HIDE_EMOJIS=1 \
PIPENV_IGNORE_VIRTUALENVS=1 \
PIPENV_NOSPIN=1
# Install pipenv
RUN pip install -U pipenv
# Create the working directory
WORKDIR /xythrion
# Install packages
COPY Pipfile* ./
RUN pipenv install --system --deploy
# Copy working directory
COPY . .
ENTRYPOINT ["python"]
CMD ["-m", "xythrion"]
this is the dockerfile
yeah, it installs packages first, then copies the rest of the files
though it would probably be fine to do this in a different order
hmm ok
one more question how would i run a command in docker compose?
for the db
so i have a file which is supposed to create the tables for the db, but how would i run that file in docker?
I share my log files if they don't contain personal data because if they for some odd reason want to fix the problem, it helps for them to see what's wrong.
Cooking with Alexa
I cook with the Google assistant
Hehe đ
yesterday we left the conversation, so i want to continue it now
you said you will give money on my cancer curing AI man! give me it as some money as advance
@jovial island huh, tell me
I was joking, ofc
@timber mango
You can t cure cancer by yourself
And hey
Where's @jovial island ?
maybe hes sleeping
no, man i need some 5 dollors as advance for that project
maybe 3
get it from someplace else ig ÂŻ\_(ă)_/ÂŻ
sorry not 5 dollars, i need 5 grands
I'm still telling you the same
hey, i will not give my technology to you then
thats fate
What would you do @jovial island ?
Its "faith" btw
no its fate
anybody here preparing for IOI and JEE ?
cooking with alexa means wasting time
Wrong Server
Yep
alexa help me cook disease
is lua language good for making bots
Based on https://discordapi.com/unofficial/comparison.html the best library in lua for discord bots seems to be http://github.com/SinisterRectus/Discordia
Although the code isn't as nice as dpy code in my opinion
No command organisation etc.
Yeah, I personally much prefer the actual code of discordpy
@pseudo leaf
ok thanks
#ot2-the-original-pubsta Tried it before, and it's great! Just remember not to put alexa in the pot....
how do the ot titles get picked?
some sound like subreddits, looks pretty random all-in-all
@clever salmon changes them everyday from a pool of names
the names are inside jokes added by the moderators
I tried to say 177013 then got warned for something that wasnt specified lol
Probably thought it was spam tho
hi
@jovial island hey!
whats poppin
idk, any news?
Hello
Is anyone here good with unity?
...
?
you just asked the question in the other ot channels
so?
If alexa was implemented in python you would get a recipe for eggs spam bacon and spam
alexa add kids to my basment
Alexa: basement space is full
it has reached 420 kids
are we... an inside joke?
đ˘
always have been
checked my iphone storage because i wanted to download geometry dash
and saw this
supposedly i still have the actual amount of storage
this is some sort of visual glitch
he's too dangerous to be left alive!
Probably can't kill you anyway given your health
probably
where u able to download it?
yeah
but i think my battery is having problems
my phone isnt charging
ill check it later
probably a charger problem
nah its fixed
its slow tho
but i dont know whats up with health app
i need a new phone, i think thats it lol
Can you monetize GitHub pages sites?
You could, but that doesn't mean you should
Yea was just asking
o
i got bored and wrote this
var posx = 0;
var posy = 0;
onmousemove=function(e){posx=e.clientX;posy=e.clientY}
setInterval(function(){document.body.innerHTML+="<p style='position:absolute;left:"+posx+"px;top:"+posy+"px;'>hello world</p>"}, 100);
it was funny until it actually started to make my computer run hotter
to be fair, my computer isnt exactly high end but the fan got as loud and the body as hot as when playing something
the website is down
https://cdn.discordapp.com/attachments/577192344533598472/796688578247131146/unknown.png someone asked why it does this if he types this in Windows cmd but I'm not gonna test weird commands in my CMD (you shouldn't too). Anyone has any idea?
Just (") has the same effect, my guess is it tries to parse a string, then hits the closing parenthesis, and for some reason that gets you that behavior instead of a reasonable error message
I c, thank you
Maybe use a load event for loading in cogs instead?
you can't use dormant help channels
they're dormant
check out #âď˝how-to-get-help
idk about that
k thanks
#ot2-the-original-pubsta is the python website down? đ
you were able to use them before they went dormant
k thanks
have i ever written
setTimeout(function(){window.location.replace("https://youtube.com")}, 3000);
this here?
i forgot the link to the correct video
Let me guess, that is supposed to change a video to be a rickroll?
LOL
in the off chance it wasn't, you might be to blame for giving him ideas
we dont' want hte person to loose that link
lol yes
Hahaha
var t=10;
onmousedown=function(e){document.body.innerHTML="<p style='position:absolute;left:20%;top:30%;font-size:40px;text-align:center'id='get fooked'>YOUR COMPUTER WILL BE DESTROYED IN<br>10";setInterval(function(){t--;document.getElementById("get fooked").innerHTML="YOUR COMPUTER WILL BE DESTROYED IN<br>"+t}, 1000); setTimeout(function(){window.location.replace("https://www.youtube.com/watch?v=HPk-VhRjNI8")}, 10000)}
this is a good one
that looks cool
also, is it possible to open up a website everytime someone "clicks"
that way when ever someone tries to "x" out of the rick roll it will just create a new webpage
ideal you would do a counter (like 2) so after 2 "x" s it will let them close out o it
as far as i know, javascript can't record any input outside of the page it's used in
since the x is outside of the web page, you can't record if it's pressed or not
hmmmmm
the best rickroll
would be to rickroll people tryna rickroll others
that is the biggest achievement you could ever get
so you could make a program that says this" run this program and it will rick roll your friends"
and the program will ask for hte email of your friends or something
So I didn't realize Trump legit incited the assault, a literal attempt at a coup...
Yeah, he did
I saw everything like after that part apparently
That fuckin speech, I can't believe Pence is standing there...
And Pelosi, she must go.
Threatening to file articles of impeachment? File
What the actual fuck. File file file.
This is not the server for that my dude
And mind your language, lots of children use this server.
@steel eagle
And youâre spamming it, wonderful
Lol
how does it work?
gimme 1 sec
discord it uses High 4:4:4 Predictive@L4.2 and thus when discord attempts to play it, it tries to predict the ending section, which there is absolutely nothing to predict but it keeps trying
was shared in another server
@stable bloom i closed it
i saw
Annoying
Hello people, I need a little help
Is this something serious?
When I turned on my computer I got this on my screen
Could this mean that one of my computer components could be failing?
Lenovo Ideapad S145
eh, it just looks like some info
It randomly appeared
it's just the debug page I don't believe you need to be worried
And looking online apparently others are having the same issue
anyone knows any equivalents to Ti-Nspire CAS software? I don't want to purchase another license for my desktop but I like working on my desktop
Yeah, it doesn't look like anything to worry about, it's just booting and opening the debug screen for whatever reason
Probably an issue that will be addressed in an update at some point
@tranquil ridge Will check that thread thanks
many people seemed to have this issue in lenovo when they sent their pc's for repair/replacement of parts
@unreal sigil Thank you for the response, i appreciate it
I haven't replaced anything on this device, i mainly just use it for online classes
Thank you guys for the information
hello guys
hello
onmousedown=function(e){f=document.createElement('iframe');f.src="https://www.youtube.com/embed/6n3pFFPSlW4?autoplay=1";f.style="position:absolute;left:"+e.clientX+"px;top:"+e.clientY+"px;";f.width=200;f.height=200;document.body.appendChild(f)}
``` it is 4 am, why did i decide to make this
dQw4w9WgXcQ smh
Good.
lol
hey
how to configure vscode discord rich presence so that the time spent will be based on how long you have vscode open and not an individual file?
The sad thing is how we're learning the link
Hahaha
dQw4w9WgXcQ this is the feared sequence of characters
I am a simple man
I see 2 Q's, I run
@dusky cliff equivoque
unintended genius
its in the settings
ctrl+,
go to the extensions settings
theres a lot u can change
hey
how do I change the error, warning and info icon?
on windows 10
you can't find the info on google?
it should exist somewhere in the file system
Settings > Personalization > Themes > Desktop icon settings > Change Icon
tho if you want a custom one, then you need to find the file location
that's desktop icon settings
so I should download resource hacker and change imageres.dll
oh
Is it allowed to ask questions that do not concern python here?
yep
ok. I have two screens. The right one should be the main one. But when in want to move to the left one i have to go through the right screen border of my right screen to access my left screen. Is it possible to tell Windows that my second screen is on the left side?
@earnest raft right click on your desktop, there should be sth like screen settings, then you will see this, where you can drag the screens around to rearrange them
ah ok thank you very much
hello
i need to be voice verified
can anyone help me?
pls
what do i send i need to
send 50 messages
just talk 
if you spam to reach the criteria you'll probably get banned from voice and if you ever get unbanned and then verified the whole thing will have taken longer than doing the intended thing which is to be active for a little while
how would you know, if somone is spamming
well it's usually not that hard for a human to tell, and the staff team is made of humans 
and that's if the bot's automated filters like "duplicated messages"/"too many messages" don't notice anything
i'm staff and i'm not actually voice verified yet just because i'm not particularly interested in going in the voice channels
you need to manually go and do a command to voiceverify, just meeting the criteria isn't enough
ok let me check
just doing biology homework and this abomination pops up. the longer you stare at it, the stranger it gets
I mean, it is an abomination, but it's still understandable
Except for the fact that the first answer has a different length
that's just scuffed
so only the first and third statements matter
we know 1 is wrong
I love process of elimination, why even think when the work is already done
but what's a neurone?
Is that one actually false because the typo?
it's spelt neurones in the UK for some reason
but yes - we know that 1 is wrong and from there there's only one correct answer. the last question only has an answer included in one of the options, and the two options before that are false on every question. after that there's the huge-wall-of-text way the question's written and the fact that it's made in this way on a system specifically designed for multiple-choice/true-or-false questions
just pythagoras? sqrt(x^2 + y^2)
they call me the artist
k
.topic
why should we help our server owner? is he in problem?
lemon what do u need help with?
i need a help, can anyone help me?
what's up?
you should ask what you need help with đ
not coding help, data extraction help
and not if anyone is ready to help
state all the information and everything you have tried so far
hello im @timber mango
you all know im a scam baiter(if you dont know, you now know it).
there is a website called aff.419eater. its a website for scam baiters.
there, there are many scambaiting conversations stored. there are no restrictions for getting data there. i want to extract the scambaiting conversations there. you may say, why cant you webscrape. i cant do because, they each one are of diifrent type.
i am gathering this resources to make an AI đđ. so could you help me to get it. And dont leave your any other current work to help me. there will be many funny scambaiting sessions, you can join me to help
by the way, you not need to stop chatting in this channel due to my message, we have to save lemon #savelemon
if you dont understand what im talking, see this channel's name
lmao
@hollow obsidian ill send npepper inv
cant rn cuz dms r closed
no, nigerians
"You absolutely all know me don't you? You don't? Now you do. Also subscribe to my channel."
no.
jkjk
?
@candid depot sure
alrit
you only need to post in one of the channels, no need for duplicates.
Nice internet though, fiber
O.o
thxs lol
ok
Yea, I love me some fiber
$69.99 a month
I remember when I first got DSL, haha
Same price, I don't even recall how slow it was...
1.5m back when 56k was standard?
but considering you could cancel the extra phone line
mighta been 768 even\
meanwhile
Anyone here know how to Oc a cpu?specifically with a Asus Tuf Gaming Uefi
What chipset
B550/X570/TRX40 or something...I don't keep track.
b550
b550m
I have a Eva 850W gold standard Powersupply with a Noctua D-15 cooler
đŽ Try looking for a Precision Boost Overdrive setting and start off at the lowest setting, but I am really not sure how to do it on Asus, since I have an ASRock TRX40 Creator.
also I have a 100/100 fiber line but am connected by Wi-Fi so my speeds ought to be kind of poor. My TRX40 is hooked up by Ethernet so it should be able to sustain that speed.
.72 up? Ouch.
Poor DSL signal quality can do a lot to your internet speed.
Or DOCSIS in that regard
what do you do exactly and how you make money?
scam baiting....
he rick rolled a scammer
one of the best moments of 2020 was this
That's so low effort and boring to be honest
It's not even a rickroll, he just sent the video.
and thats low effort because?
he literally exposed a scammer. its better than not doing anythin about it
It's just kids being kids.
I saw your custom status
đ đ
Not wearing a mask should be considered an act of terrorism and act against humanity*
Hello @gleaming fjord, please don't post random memes in off-topic
Hey @modest knot, our server isn't an hosting service, please use something else for that.
I get 60MB/s for 80$ T_T
if you do good, to other people, you know what will happen
wow!!!
my internet is so slow :
its showing 'connecting'
nice
does 10mbps mean that 10 mb gets downloaded every 1 second?
mbps = mega bits per second
or
mbps = mega bytes per second?
mega bits per second
ooh
MB/s or MBps is mega bytes per second
capital?
yeah, B -> Bytes
b -> bits
ohok
1MB/s = 8 mbps
so I manually checked the download speed and its download 1 mb in 3 seconds
0.3 MBps right?
oo
yeah, that'd be 2.4 mbps or 0.3 MB/s
aaa
lmao , I reloaded this and its still on 'connecting'
yes its working
now
now I can download pubg in 0.5 seconds nice
haha
I use bsnl. they dont even say the mbps, their marketing strategy is all about its cheapness
I spend 199 rupees($2.71) a month for this (1gb per day) đ
according to my parents 'ItS ChEaP aNd FaSt"
xD
plex
dafuq
pretty fast innit
wtf is that
1 ms ping bruh
fuuuuuck 940 mb/sec sheet đł
lol
Where do you even need that speed
to install os .iso files
if I had the money , I would buy a giga bit connection
streaming in 4k!
what would you stream
youtube obviously
I would also buy netflix
idk anyother video streaming websites
twitch lol
yeah that also
I could finally watch xithrius' stream without lagging
and his stream is 1080p and its still lagging for me
with this speed
lol
Watching a vod?
vod? video on demand?
yup. if I had da money I would subscribe to all paid vod services
and stream 4k with super fast internet
somebody said that ot names were based on memes
what does #ot2-the-original-pubsta refer to?
When I reinstalled Sims4 for the kids, it came in at ~90MB/s
Often times I'm limited by the source, Steam goes to 60 or 70, Epic to 80
woah
That's to NVME
was slower on the HDD of course
it's interesting installing games
RDR2 took like 30 minutes I think
I'm very lucky to have good internet, it was a criteria for the house
I only looked at houses that had FiOS
I would not buy a house with poor internet service
Can't do it.
I've seen far too many allies die to lag, wait for updates
good decision
And when I want something, I want it now. Also having ~4 screens always streaming
kids, wife, background noise
omg
I do think it's about time for a new router
lol
I paid for DSL When I got my first job at McDonalds at 14
I told my dad he could kill the extra line for dial up, and I'd pay the difference if we upgraded to DSL
woah 14??
Minimum age for employment in my state at the time, Ithink it still is, though I am in a different staten ow
and don't really worry about child labor laws in other states, or mine yet as the kids are young

take orders, give out food
Before credit cards were accepted!
I remember when we had an ATM installed in the store
my mother doesnt even allow me to buy anything from the store because she thinks that I will be scammed for some money (joke)
I'm an off the boat immigrant, and my parents don't understand tech, so Iwas always the tech support
ohok
I then upgraded to cable, on a whim
After the divorce I told my mom we needed better itnernet
the next day they installed 50/50 cable
sorry to hear that
it happens, the American way
but I ordered on a Saturday afternoon, after buying a HDTV
they installed it the next Sunday, before kickoff for a 1PM game
Then Comcast bought them and the service went to shit
BUT, the local cable company was super neat
oo
But that was at like 18, so yea, I can't do slow internet
Always been the envy of friends đ as I always forced the decisions to speed things up

They were buying games they wouldn't play, I was paying internet bills
haha
so that I could enjoy more the games I do
like WoW, played the fuck out of that for near a decade
but updates? They never hurt
hmm
Listening to people in vent sad they're still downloading the update, raids stalled while I run in circles around IF
Never understood the must raid on maintenance Tuesday, so much waiting for servers
See ya
hit or miss
var c=0;
function dothing(){f=document.createElement('iframe');f.src="https://www.youtube.com/embed/"+["dQw4w9WgXcQ","6n3pFFPSlW4","fC7oUOUEEi4","Gs9jBNS5xro"][Math.floor(Math.random() * 4)]+"?autoplay=1";f.style="position:absolute;left:"+((c%6)*200).toString()+"px;top:"+(Math.floor(c/6)*200).toString()+"px;";f.width=200;f.height=200;document.body.appendChild(f);c++;if(c<18){setTimeout(dothing, 100)}}
onmousedown=function(e){document.body.innerHTML="";c=0;dothing()}
remember kids, don't run code you randomly found on the internet
I can see 2 Q's in there so bye
that being said, this is one of the more fun ones
change the 6's for row width and the 18 for num of them
you can also add more ids to the array, just make sure to change the amount multiplied by the rand if you do do that
might also want to decrease the timer on the timeout if you decide to add more or disable autoplay as i've found that slows things down
Ello
anyone wanna type race
i am bad at typing
me 2
but okay
âŤmessage âŤthis is an
how to do it
hello (edited) hey
this is a
âŤmessage âŤthis is an
woah
@pallid violet how u doing it
how?
how
discord magic
@pallid violet self botting?
is against tos.
what is self botting ? idk tbvh
ok but how?
A selfbot is basically a bot inside your own account. It uses your token to post messages as you. It reacts to you and you only. A token is a small piece of encrypted text. It basically is the key all Discord applications will need to connect to the account the app should run on.
discord magic
Thereâs a left to right modifier somewhere in the message
âŤmessage âŤthis is an
lol
totally makes sense thx
!raw 798136151113859112
== Raw message ==
âŤmessage âŤthis is an
@pallid violet are u doing this?
https://lingojam.com/Discord(edited)Glitch
are token grabbers designed to get those encrypted tokens ?
there is a invisible character u need to copy
which is?
ur self botting
Overview of U+202B code point glyphs and encodings
send us the message in codeblocks @pallid violet
so i can copy them and paste it
this is a ⍠message
screenshot?
screen shot it how ur doing
light mode!!!
this is normal msg
who pinged me?
i am blind can't see blame @pallid violet he made me blind
alr
this is âŤâŤâŤâŤâŤmsg
finally
âŤmessage âŤthis is a
âŤmsg âŤthis is a
âŤmessageâŤthis is an
wtf
this is a ⍠msgâŤâŤâŤâŤâŤâŤâŤ âŤâŤ âŤâŤâŤ
can you send that character in the chat only
âŤ
||i can't cuz my friend told me not to send it||
âŤmessage âŤfinally u can
đ
that got zapped
@balmy radish please donât send that many emojis
tf
h o w
send a screenshot of that message pls
or the text you are using in codeblocks
**hello**
hello
!raw 798141847918608404
== Raw message ==
âŤmessage âŤthis is a
I c u
can you pls say how ur doin this
this is an edited message
âŤmessage âŤthis is an
lmao you know a funny thing that happened? me and my friend were supposed to work on a python script for a school project and he said that hes leaving the group because of his cousin's wedding. LOL
which causes discord to glitch
woah
lol xD
he said that he hated python because it was 'white and boring'
hes blaming text editor(idle) for a language
hmm, i wonder how python is "white"
lol, he is probably st*pid
he was confused with interpreter and text editor
I have never seen anyone censor the word stupid before
he kept on asking how to save files in the intrepreter.
i use dark theme for some reason
lmao.
as you should.
or do i ?
it was dark mode as default when i first downloaded
WHAT HAS YOUTUBE BECOME!?!
Yo what's up guys!
To be honest I got really bored so I decided to make a video about this kid
I wish I was that funny when I was younger
Follow me on instagram:
@YYCAirsoft
@Cruzing_In_Style
Here's the link to the original video:
https://www.youtube.com/watch?v=w9FMVxyIouk
Like, Comment and subscribe for more o...
i use this for vscode
ik bro. i use monokai
this is visual studio dark + ?
nope, its a theme extension
i also sometimes use this theme
how to use git in the integrated terminal of vscode
woah
hmm, u mean to use git in cmd ?
open up ur cmd, and type git
if it says git isn't recognized, then u need to put the git.exe file into path
no , its recognised
there is a git's syntax highlighting ?!
do you not see this?
brb
how to put this in the integrated terminal?
ok byee
Here are some things:
epik
anyone knows how to keep different colours themes for the terminal and the main editor in vscode?
I want the main window colour theme to be different than that of the terminal
how do i do that?
haha somebody ghost pinged
who?
i forgot . it was a guy with white pfp. he pinged you i think
and then deleted the message lmao
yes i got it. it was @scarlet summit
lmao that was me
i messaged someone and deleted it
coz it didn't work
this is a message

@proper gorge please only ask in a single off topic channel
ok man, sorry
there is alot of rules man
That's just common sense though
As awoo said, it is common internet etiquette
this is nightmare fuel
np
ok
Ok
i've got a very simple bit of html
<button id="helloworldbutton" onclick="ConsolePrint()">hello world</button><script>function ConsolePrint()
{
console.log("pressed the button");
}
</script>
but when i press the button, in the console i get
Uncaught ReferenceError: ConsolePrint is not defined at HTMLButtonElement.onclick
any ideas as to why this could be happening?
I'm assuming you'd need to define the ConsolePrint function BEFORE using it in the onclick
nope, still gives the error
works fine for me as it is ^
does onclick take the function name
or does it take the execution of the function
bc lots of ui callbacks only take the function name
It takes... too much, in the style of JavaScript
probably the best way is to attach the handler in the JS
<script>
document
.querySelector("#helloworldbutton")
.addEventListener("click", () => { console.log("pressed the button"); });
</script>
@proper python
still doesnt
I forgot the event name, does it work now?
nope
i remember one bit me when i was in second grade
Flying cows are worse
i mean you only see flying cows during tornados
I thought we were in the imagination area
you can see flying cows in medieval times
imagine using cows as projectiles for your catapults xD
aye
Hey
sup
Supper was good
LOL
#freedom
sorry if iam spamming
No need to apologize, just keep it in mind, posting in one is as good as posting in all, I'd say better, because posting in all is spam
Yeah I know that but I forgot it . I apologize for that
staff members please add cows in trebuchets to ot names
please
I remember we had a staff member who loves trebuchets
and that staff member is a gurkan
i forgot who it is though
Tbh I think most staff have a general fondness of trebuchets
I should get to making that now.
random thing i know. the mongols used to trebuchet bodies struck with the black plague into european castles!
dead bodies
why and how do you know that
history
cannot forget it, lest we repeat it
and no one wants bodies in trebuchets
so we must remember
They carry that burden for us
so you don't have to
whoa whoa easy there with those assumptions
i have an approximate knowledge of lots of things.
whoever found those lasso snakes must have been terrified
is this the first time when an off topic channel name was 1 word long?
this is the first time I am seeing so
Such short ones arenât too common, but itâs not the fists one. Far from it
I donât have any stats on it, but hereâs another ot name thatâs only one word
The bot source should have all channel names available somewhere
Why?
It only has the ones that it needs to function, like #bot-commands #dev-log and similar
If we need something more for a new feature, we simply add it to the bot. No need to store unused channels
Hey joe's internet is cutting out can someone else host the call please?
Ohhh, you mea the off-topic channel names? We simply store them on our database. Mods+ can search for them using a collandn
?
yoooo
Yo
yo
can anyone add my discord bot to their server, and i will add yours...
6. No spamming or unapproved advertising, including requests for paid work. Open-source projects can be shared with others in #python-general and code reviews can be asked for in a help channel.
You should DM @vapid maple for that, although we donât allow bot advertisement here
ok sry
No worries
makes sense that dbs would not be shared
Which language can some program like https://www.bulkrenameutility.co.uk/#mainscreen be written with?
What with all the native menu bars (File, Actions, etc.)
Poor keyboard
hello ppls
Hey, are you bullying me?
I was so tired that I almost couldnât open my eyes 

whot 
I bulli, yes
(Thatâs only 97% true, because some high schools donât quite, but itâs still kind of like that)
Done
are you talking about your high school?
âYou are too rich to have a free mealâ
wow I didn't realise there are different words for those things
I shall go back to 3 unknown equation and cry for a little bit
Welp
If you need any help, I may (or may not) be able to help
mitochondria is the powerhouse of the cell
Hahaah yeah, thatâs Swedish
that's all you need to know
Wolfram told me Iâm right, but Iâm not sure if the rest of the exercice is correct
Well, at least if my technique is correct
Thatâs just an image from my notes earlier today. Weâre just repeating the basics before getting into some more complex genetics
What's kÄrna?
Hahahaa
ah, is cell core referring to the whole cell, or the nucleus or something? (If you know how it would translate)
The thing I love about biology is the notes I can take with my iPad. Not everything looks that pretty, but itâs really fun when I get to visualize things
And itâs just so similar to programming. I canât stop thinking OOP
Itâs just the nucleus
ah cool
Lol what
you cant mess up with the nucleus, unless you do something really intense, resulting in massive explosions right?
When Iâm reading this while in âEnglish mode,â it looks like a reallyyyy weird character
you are terrible at spelling, aren't you? đ
Cancer. Viruses
Viri lol
Well.. Genetic manipulation is a thing, I guess
đđ
cell nucleus is different to atom nucleus
Thatâs the truth about Swedish
Think about it. A planet has organisms. Organisms have attributes and organs. Organs have attributes and cells. Cells have attributes and organelles and so on
I..
Which would be a perfect example of OOP
That makes too much sense for me
well oop came after bio so it does yeah
and cell organelles in a cell
I feel like it's a better example of composition than inheritance
inheritance would be the relationship between an animal and a dog right?
a cell in a cell

Yep
The world is highly interconnected. Itâs mad how many things are related and build on the same core principles. Itâs easy to switch from some language like python to JS, even if the syntax is different. And itâs the same with a lot of the fundamental concepts
The Dog inherit from the Animal
whats with the weird Skype
It starts with a capital letter, but discord doesn't allow normal capital letters so it's a unicode one
oh lol
birds
/
something parrots
/
parakeets
/
budgies cockatiels :)
I don't like ot names that start with capital letters unneccessarily...
I might remove it
or fix it
ot2-capital-s-kype
Maybe, but think about the class Organ. You can define objects with certain colors, functions, connections to other organs, components that build them and parents (the body). Also, you can create classes like Liver(Organ) if you want to.
!otn a capital-s-kype
:ok_hand: Added capital-s-kype to the names list.
What are the reasons that you donât think it fits inheritance very well?
lol
!otn delete Sjype
There does not seem to be anything matching your query.
Smh
sjype lol
lol
!otn delete Skype
:ok_hand: Removed đ˛kype from the names list.
thats too relatable
credit to me of course
Is Sjype swedish skype or something
Hahaha
lmao
Skype is Swedish
Sweden's biggest flex is Minecraft and Spotify imo
What about IKEA?
What about cucumbers?
hmmmmm
That does not look Swedish hahaha
sjäpe
It does though
Skäip
When did you guys learn to speak swedish
vester is probably laughing at how grammatically wrong we are
always
alwäys
I am now swedish
:o
meatball
Svedish Akärys
oof
