#ot2-the-original-pubsta

652 messages ¡ Page 14 of 1

slow shale
#

And actively running away from memorising stuff is horrible practise imo

viral hare
#

like if ur being tested on memorizing

#

like pure memorization than rather figuring out how to get the info

#

sth is definately wrong

slow shale
#

You can't just not memorise anything

#

And making people too reliant on googling is just bad

viral hare
#

like when schools tell u to memorize its usually just bc its for a test and no other reason

slow shale
#

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

viral hare
#

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

jovial island
#

imagine remembering whole periodic table

#

🙏

slow shale
#

You do have to memorise it

jovial island
#

I only know H, He, Li, Be

slow shale
#

And if you're searching up methods of solving calc you're already slow

viral hare
#

obviously the questions were not just compute values

#

bc those questions are somewhat bad

slow shale
#

Imo calculators in any math course below college level are bad

viral hare
#

in terms of it doesnt test anything

#

than how well u can be a calculator

slow shale
#

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

slow shale
viral hare
#

uh testing how fast u can do sth is a bad test

slow shale
#

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

viral hare
#

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

slow shale
#

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

jovial island
#

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

lucid osprey
#

who pinged me

timber mango
#

That's called ghost ping

tight shore
#

hey can anybody check my C++ code of count sort as i am stuck in between ?

abstract veldt
#

monkeg

rotund swallow
#

what should i have in my dockerignore?
like what should it ignore?

keen burrow
#

Any large file or folder you don’t need to pass to your docker socket

rotund swallow
#

i have never used docker before

#

so idk

#

what u talking about

keen burrow
#

For example if you generate some 1Gb archives in the folder and don’t need them in your container, you can safely ignore them

rotund swallow
#

hmmm, 😕

keen burrow
#

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

rotund swallow
#

let me take a look at what pydis containter ignores

keen burrow
#

Not sure we ignore anything, we don’t really need to

rotund swallow
#
.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

keen burrow
#

Oh we do

rotund swallow
#

also why ignore __pycache__
will it not create another one when the script is run anyway?

keen burrow
#

Well, that’s all the files we don’t need inside the build to not wait for the transfer

rotund swallow
#

huh

#

COPY Pipfile* ./
what is this doing?

#

like what's the point of this?

round moss
#

Pipfile is how pipenv stores dependencies

#

so you need it in the build

rotund swallow
#

huh

#

but why copy it?

somber belfry
#

I think it's putting pipfile and pipfile.lock in the current working directory

old lance
#

Hmm

jovial island
#

Hmm

rotund swallow
#

then what's the point of that?

somber belfry
#

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

round moss
#

don't see the dockerfile, but I would assume the pipfile is needed at an earlier stage of the build than the other files

rotund swallow
# round moss don't see the dockerfile, but I would assume the pipfile is needed at an earlier...
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

round moss
#

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

rotund swallow
#

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?

fast wyvern
#

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.

fresh pecan
#

Wait a second

#

Wasn't this ot name used before?

jovial island
#

no

#

you're imagining things, because of covid

jovial island
#

Cooking with Alexa

glad quest
#

I cook with the Google assistant

jovial island
#

Hehe 😋

timber mango
#

@jovial island

#

@jovial island

jovial island
#

Yes

#

What happened @timber mango ?

timber mango
#

yesterday we left the conversation, so i want to continue it now

jovial island
#

Yeah so?

#

@timber mango what do you wanna say?

timber mango
#

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

jovial island
#

I was joking, ofc

#

@timber mango

#

You can t cure cancer by yourself

#

And hey

#

Where's @jovial island ?

timber mango
#

maybe hes sleeping

jovial island
#

Hmm ryt

#

Anyways

#

How many fake accs do you really have @timber mango ?

timber mango
jovial island
timber mango
jovial island
timber mango
jovial island
#

Don't need it

#

Actually why should I believe you? @timber mango

jovial island
#

What would you do @jovial island ?

jovial island
timber mango
tight shore
#

anybody here preparing for IOI and JEE ?

jovial island
#

cooking with alexa means wasting time

jovial island
jovial island
slow valve
#

alexa help me cook disease

jovial island
#

Look at that

#

lol

pseudo leaf
#

is lua language good for making bots

barren marsh
#

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

pseudo leaf
#

ok thanks

fiery robin
serene kelp
#

how do the ot titles get picked?

jovial island
#

from a list of names

#

Yeah

sick quail
#

some sound like subreddits, looks pretty random all-in-all

somber belfry
#

the names are inside jokes added by the moderators

pastel mesa
#

I tried to say 177013 then got warned for something that wasnt specified lol

#

Probably thought it was spam tho

jovial island
timber mango
#

@jovial island hey!

jovial island
#

what were you saying?

#

tired of scamming and doxxing people today? thinkmon

lucid osprey
#

whats poppin

jovial island
#

idk, any news?

jovial island
#

Hello

split flax
#

Is anyone here good with unity?

jovial island
#

...

split flax
#

?

jovial island
#

you just asked the question in the other ot channels

split flax
#

so?

jovial island
#

ALEXA

#

please repeat your request. (alexa)

proven gorge
#

If alexa was implemented in python you would get a recipe for eggs spam bacon and spam

wanton basin
#

alexa add kids to my basment

#

Alexa: basement space is full

#

it has reached 420 kids

fluid plank
#

😢

dusky cliff
gilded fable
#

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

dusky cliff
#

he's too dangerous to be left alive!

#

Probably can't kill you anyway given your health

fluid plank
#

where u able to download it?

gilded fable
#

yeah

#

but i think my battery is having problems

#

my phone isnt charging

#

ill check it later

fluid plank
#

probably a charger problem

gilded fable
#

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

slow valve
#

Can you monetize GitHub pages sites?

limber pollen
#

You could, but that doesn't mean you should

slow valve
#

Yea was just asking

craggy bridge
#

o

proper python
#

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

jolly token
#

the website is down

gilded steeple
urban viper
gilded steeple
#

I c, thank you

jovial island
#

Hehe

halcyon tiger
hot wadi
halcyon tiger
#

im not loading a cog

#

im importing a file

hot wadi
#

Welp pulled all my stops here

#

Goodluck

jolly jolt
radiant socket
#

you can't use dormant help channels

#

they're dormant

jolly jolt
#

oh

#

ok

#

i was able to use them earlier for some reason

radiant socket
#

idk about that

jolly jolt
#

k thanks

jovial island
jovial island
jolly jolt
#

k thanks

proper python
#

have i ever written

setTimeout(function(){window.location.replace("https://youtube.com")}, 3000);

this here?
i forgot the link to the correct video

keen burrow
#

Let me guess, that is supposed to change a video to be a rickroll?

jolly jolt
#

LOL

signal coyote
#

noice

#

that is genius

#

make sure to make a copy of the the link tho

dusky cliff
signal coyote
#

we dont' want hte person to loose that link

signal coyote
#

hey it wasnt' me

#

I pwomise

proper python
#
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

signal coyote
#

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

proper python
#

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

proper python
#

what other js toys should i make?

#

that result in a rickroll

signal coyote
#

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

proper python
#

eh

#

thats kinda boring

urban sun
#

So I didn't realize Trump legit incited the assault, a literal attempt at a coup...

jovial island
#

Yeah, he did

urban sun
#

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.

steel eagle
#

This is not the server for that my dude

#

And mind your language, lots of children use this server.

jade phoenix
#

@steel eagle

steel eagle
#

And you’re spamming it, wonderful

jovial island
#

it only crashes discord on windows

#

the most stable operating system ™️

#

lol

slow valve
#

Lol

jovial island
#

/s of course

#

its not

proper python
#

how does it work?

jovial island
#

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

jovial island
#

@stable bloom i closed it

stable bloom
#

i saw

jovial island
#

Annoying

midnight hollow
#

Hello people, I need a little help

#

Is this something serious?

#

Could this mean that one of my computer components could be failing?

#

Lenovo Ideapad S145

tranquil ridge
#

eh, it just looks like some info

midnight hollow
#

It randomly appeared

unreal sigil
#

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

hardy ore
#

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

unreal sigil
#

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

midnight hollow
#

@tranquil ridge Will check that thread thanks

tranquil ridge
#

many people seemed to have this issue in lenovo when they sent their pc's for repair/replacement of parts

midnight hollow
#

@unreal sigil Thank you for the response, i appreciate it

midnight hollow
#

Thank you guys for the information

devout pendant
#

hello guys

jovial island
#

hello

proper python
#
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
keen burrow
#

dQw4w9WgXcQ smh

proper python
#

fine, i'll get a better one

#

happy?

keen burrow
#

Good.

odd sphinx
#

lmao

#

gnomed

#

nice

native cloak
#

lol

lucid osprey
#

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?

nova ember
keen burrow
#

Hahaha

nova ember
#

dQw4w9WgXcQ this is the feared sequence of characters

dusky cliff
#

I am a simple man
I see 2 Q's, I run

nova ember
#

@dusky cliff equivoque

dusky cliff
#

unintended genius

odd sphinx
#

ctrl+,

#

go to the extensions settings

#

theres a lot u can change

lucid osprey
#

but I cant see

#

I changed it but its showing 'idling' as the status

#

always

jovial island
#

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

jovial island
#

just for windows 7

jovial island
#

tho if you want a custom one, then you need to find the file location

jovial island
#

so I should download resource hacker and change imageres.dll

#

oh

jovial island
#

@jovial island it's nowhere

#

I searched shell32.dll and imageres.dll

earnest raft
#

Is it allowed to ask questions that do not concern python here?

somber belfry
#

yep

earnest raft
#

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?

round moss
#

@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

earnest raft
#

ah ok thank you very much

dense peak
#

hello

#

i need to be voice verified

#

can anyone help me?

#

pls

#

what do i send i need to

#

send 50 messages

mint lintel
#

just talk beecloseloaf

#

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

steel eagle
#

50 isn't even that much

#

I probably send more than that any given day I talk here

silk cedar
mint lintel
#

well it's usually not that hard for a human to tell, and the staff team is made of humans beecloseloaf

#

and that's if the bot's automated filters like "duplicated messages"/"too many messages" don't notice anything

silk cedar
#

ok

#

i am here in this for more than a month

#

and still not verified:)

mint lintel
#

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

silk cedar
#

ok let me check

uncut sail
#

just doing biology homework and this abomination pops up. the longer you stare at it, the stranger it gets

shrewd lance
#

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

urban sun
#

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?

uncut sail
#

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

jovial island
#

how do i do it

uncut sail
#

just pythagoras? sqrt(x^2 + y^2)

jovial island
#

rly

#

alright thanks

unreal sigil
jovial island
#

i see why

#

thx bro

oblique smelt
#

k

jovial island
#

.topic

rustic harborBOT
#
**What is your earliest memory of Easter?**

Suggest more topics here!

jovial island
#

my country doesnt celebrate easter

#

😭

timber mango
#

why should we help our server owner? is he in problem?

rotund swallow
#

lemon what do u need help with?

timber mango
#

i need a help, can anyone help me?

somber belfry
#

you should ask what you need help with 😄

timber mango
#

not coding help, data extraction help

somber belfry
#

and not if anyone is ready to help

somber belfry
timber mango
#

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

timber mango
#

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

compact edge
#

are most of your scammers indian?

#

wondering the statistics

lucid osprey
steel eagle
#

This has to be a troll I can't even

#

"hello I'm <clearly visible username>"

candid depot
#

@hollow obsidian ill send npepper inv
cant rn cuz dms r closed

timber mango
unique fossil
unique fossil
#

?

hollow obsidian
#

@candid depot sure

candid depot
#

alrit

mystic orbit
#

@vale pasture

#

lol

#

oh sorry didn't mean to tag u

storm birch
urban sun
#

$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\

unreal sigil
civic thistle
#

Anyone here know how to Oc a cpu?specifically with a Asus Tuf Gaming Uefi

swift topaz
#

B550/X570/TRX40 or something...I don't keep track.

civic thistle
#

b550

#

b550m

#

I have a Eva 850W gold standard Powersupply with a Noctua D-15 cooler

swift topaz
#

😮 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.

urban sun
swift topaz
#

Poor DSL signal quality can do a lot to your internet speed.

#

Or DOCSIS in that regard

jovial island
lucid osprey
#

he rick rolled a scammer

lucid osprey
steel eagle
#

That's so low effort and boring to be honest

#

It's not even a rickroll, he just sent the video.

lucid osprey
lucid osprey
steel eagle
#

It's just kids being kids.

lucid osprey
#

I saw your custom status

#

👍 👍

#

Not wearing a mask should be considered an act of terrorism and act against humanity*

keen burrow
#

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.

somber belfry
timber mango
lucid osprey
#

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?

somber belfry
#

mega bits per second

lucid osprey
#

ooh

somber belfry
#

MB/s or MBps is mega bytes per second

lucid osprey
#

capital?

somber belfry
#

yeah, B -> Bytes
b -> bits

lucid osprey
#

ohok

somber belfry
#

1MB/s = 8 mbps

lucid osprey
#

so I manually checked the download speed and its download 1 mb in 3 seconds
0.3 MBps right?

lucid osprey
somber belfry
lucid osprey
#

aaa

lucid osprey
jovial island
#

Hmm

#

Any extensions blocking some site resource?

lucid osprey
#

yes its working

dusky cliff
lucid osprey
#

now

jovial island
#

Ah

#

Thought some extension broke it

lucid osprey
#

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) 😒

slow valve
#

ew why BSNL @lucid osprey

#

BSNL is ded

lucid osprey
slow valve
#

xD

lapis night
dusky cliff
#

dafuq

lapis night
#

pretty fast innit

lucid osprey
#

smokes!

dusky cliff
#

wtf is that

slow valve
#

1 ms ping bruh

lapis night
#

fuuuuuck 940 mb/sec sheet 😳

slow valve
#

lol

dusky cliff
#

Where do you even need that speed

lucid osprey
#

if I had the money , I would buy a giga bit connection

#

streaming in 4k!

dusky cliff
#

what would you stream

lucid osprey
#

I would also buy netflix

#

idk anyother video streaming websites

dusky cliff
#

twitch lol

lucid osprey
#

I could finally watch xithrius' stream without lagging

#

and his stream is 1080p and its still lagging for me

lucid osprey
mystic orbit
lucid girder
lucid osprey
#

vod? video on demand?

lucid osprey
#

and stream 4k with super fast internet

#

somebody said that ot names were based on memes

urban sun
#

Often times I'm limited by the source, Steam goes to 60 or 70, Epic to 80

lucid osprey
#

woah

urban sun
#

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

urban sun
#

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

lucid osprey
urban sun
#

And when I want something, I want it now. Also having ~4 screens always streaming

#

kids, wife, background noise

lucid osprey
#

omg

urban sun
#

I do think it's about time for a new router

lucid osprey
#

ur making me jealous now

#

haha

urban sun
#

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

urban sun
#

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

lucid osprey
#

hmm

#

working for mcdonald, you delivered?

urban sun
#

cashier

#

lol

#

drive through, whatever, not the grill, that was 16+

lucid osprey
urban sun
#

take orders, give out food

#

Before credit cards were accepted!

#

I remember when we had an ATM installed in the store

lucid osprey
#

my mother doesnt even allow me to buy anything from the store because she thinks that I will be scammed for some money (joke)

urban sun
#

I'm an off the boat immigrant, and my parents don't understand tech, so Iwas always the tech support

lucid osprey
#

ohok

urban sun
#

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

lucid osprey
urban sun
#

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

lucid osprey
#

oo

urban sun
#

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

lucid osprey
urban sun
#

They were buying games they wouldn't play, I was paying internet bills

lucid osprey
#

haha

urban sun
#

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

lucid osprey
#

hmm

urban sun
#

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

lucid osprey
#

hah

#

ok bye

urban sun
#

See ya

jovial island
#

hit or miss

proper python
#
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

dusky cliff
#

I can see 2 Q's in there so bye

proper python
#

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

wheat geyser
#

Ello

pseudo leaf
#

anyone wanna type race

balmy radish
#

i am bad at typing

pseudo leaf
#

me 2

balmy radish
#

but okay

pseudo leaf
pallid violet
#

‫message ‫this is an

#

@pseudo leaf ^^ x)

pseudo leaf
#

lol

#

how

balmy radish
#

this is an messages

pallid violet
#

‫message ‫this is an

pseudo leaf
#

how to do it

dim root
#

this is edited? message

#

hmmm

pseudo leaf
#

hello (edited) hey

balmy radish
#

this is a

pallid violet
dim root
#

woah

pseudo leaf
#

@pallid violet how u doing it

dim root
#

how?

balmy radish
#

how

pallid violet
#

discord magic

pseudo leaf
#

@pallid violet self botting?

dim root
#

is against tos.

pallid violet
dim root
#

ok but how?

pseudo leaf
#

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.

pallid violet
keen burrow
#

There’s a left to right modifier somewhere in the message

pallid violet
#

‫message ‫this is an

pseudo leaf
#

lol

keen burrow
#

!raw 798136151113859112

clever salmonBOT
#
== Raw message ==

‫message ‫this is an
pseudo leaf
pallid violet
keen burrow
#

!charinfo e ‫this is an

#

\u202b : RIGHT-TO-LEFT EMBEDDING -

#

There you go

balmy radish
#

this is an \u202b message

#

message ‫this is an

pallid violet
dim root
#

which is?

pallid violet
#

‫

#

‫message ‫this is an

pseudo leaf
keen burrow
dim root
#

send us the message in codeblocks @pallid violet

pallid violet
dim root
#

so i can copy them and paste it

pallid violet
#

‫message ‫this is a

pseudo leaf
#

this is a ‫ message

pallid violet
#

i can't out in code blocks

#

‫message ‫this is a

dim root
#

screenshot?

pseudo leaf
#

screen shot it how ur doing

pallid violet
#

don't hate me for using light mode

pseudo leaf
pallid violet
#

‫message ‫this is

pseudo leaf
rotund swallow
#

yiks

#

YIKES i am blind now

pseudo leaf
#

lol

#

this is a ‫ msg

pallid violet
#

u reminded me of song

rotund swallow
#

who pinged me?
i am blind can't see blame @pallid violet he made me blind

pseudo leaf
#

this is ‫‫‫‫‫msg

rotund swallow
#

finally

pallid violet
#

‫message ‫this is a

pseudo leaf
#

wth how

#

this is a ‫‫ ‫ msg

pallid violet
#

‫msg ‫this is a

balmy radish
#

‫message‫this is an

pallid violet
pseudo leaf
#

this is a ‫ msg‫‫‫‫‫‫‫ ‫‫ ‫‫‫

pallid violet
#

hmmm isn't

#

‫message ‫this a

balmy radish
#

can you send that character in the chat only

pallid violet
#

‫

balmy radish
#

‫message ‫this is a

#

aye

pallid violet
pallid violet
balmy radish
#

got it

#

yeah

pallid violet
#

🙃

rotund swallow
#

that got zapped

keen burrow
#

@balmy radish please don’t send that many emojis

balmy radish
#

soryy

#

‫message

dusky cliff
#

tf

odd sphinx
#

h o w

dim root
#

or the text you are using in codeblocks

#
**hello**

hello

somber belfry
#

!raw 798141847918608404

clever salmonBOT
#
== Raw message ==

‫message ‫this is a
limber pollen
#

I c u

lucid osprey
#

this is an edited message

#

wait a sec

lucid osprey
#

this is an edited message

pallid violet
lucid osprey
#

ok

#

bruh

#

howw

#

this is an message

pallid violet
#

discord tactics

#

there is an invisible thing

#

‫

lucid osprey
#

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

pallid violet
#

which causes discord to glitch

lucid osprey
lucid osprey
#

hes blaming text editor(idle) for a language

pallid violet
lucid osprey
#

lmao

#

idle light theme

pallid violet
lucid osprey
#

he was confused with interpreter and text editor

dusky cliff
lucid osprey
#

he kept on asking how to save files in the intrepreter.

pallid violet
lucid osprey
#

but now i use vscode

dusky cliff
pallid violet
lucid osprey
#

it was dark mode as default when i first downloaded

dusky cliff
#

MY EYES

#

they burn

#

aaah

lucid osprey
pallid violet
lucid osprey
#

monokai ftw

pallid violet
#

that's not monokai

#

@lucid osprey

lucid osprey
lucid osprey
pallid violet
lucid osprey
#

ohok

#

do you use git? i have a doubt

pallid violet
lucid osprey
#

how to use git in the integrated terminal of vscode

lucid osprey
pallid violet
#

open up ur cmd, and type git

lucid osprey
#

i get that part

#

but i need git's syntax highlighting

pallid violet
#

if it says git isn't recognized, then u need to put the git.exe file into path

pallid violet
lucid osprey
pallid violet
#

brb

lucid osprey
lucid osprey
pallid violet
lucid osprey
#

woah thanks!!

#

its working now!

dusky cliff
#

epik

lucid osprey
#

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

balmy radish
#

who?

lucid osprey
#

i forgot . it was a guy with white pfp. he pinged you i think

#

and then deleted the message lmao

lucid osprey
balmy radish
#

lmao that was me

#

i messaged someone and deleted it

#

coz it didn't work

#

this is a message

pseudo leaf
proper gorge
#

is there anyone who can help me in Qt Creator?

#

i have a problem

round moss
#

@proper gorge please only ask in a single off topic channel

proper gorge
#

there is alot of rules man

steel eagle
#

That's just common sense though

proven gorge
#

As awoo said, it is common internet etiquette

flint goblet
pallid violet
steel eagle
#

I've had covid twice and I still manage it :p

#

Yes

dusky cliff
#

ok

simple ibex
#

Ok

proper python
#

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?

steel eagle
#

I'm assuming you'd need to define the ConsolePrint function BEFORE using it in the onclick

proper python
#

nope, still gives the error

viral hare
#

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

shadow elk
#

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

proper python
#

still doesnt

shadow elk
slow valve
#

flying ants

#

worst night mare

proper python
rotund swallow
#

i remember one bit me when i was in second grade

tranquil ridge
#

Flying cows are worse

rotund swallow
#

i mean you only see flying cows during tornados

tranquil ridge
#

I thought we were in the imagination area

fluid plank
#

you can see flying cows in medieval times

#

imagine using cows as projectiles for your catapults xD

odd sphinx
#

aye

tranquil ridge
#

Hey

odd sphinx
#

sup

tranquil ridge
#

Supper was good

lucid osprey
wicked oriole
#

#freedom

soft cobalt
urban sun
#

don't spam the channels...please

#

If people are wathcing OT, they'll see it

soft cobalt
#

sorry if iam spamming

urban sun
#

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

soft cobalt
#

Yeah I know that but I forgot it . I apologize for that

dusky cliff
#

staff members please add cows in trebuchets to ot names
please

worldly berry
#

I remember we had a staff member who loves trebuchets

#

and that staff member is a gurkan

#

i forgot who it is though

storm birch
#

I should get to making that now.

primal comet
#

i think everyone loves trebutchets

#

they throw stuff

urban sun
#

IDK about those on the receiving end

#

especially the first ones to face them

primal comet
#

random thing i know. the mongols used to trebuchet bodies struck with the black plague into european castles!

#

dead bodies

dusky cliff
#

why and how do you know that

urban sun
#

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

dusky cliff
primal comet
#

i have an approximate knowledge of lots of things.

dusky cliff
#

But do you know Obama's last name?

#

I thought not.

primal comet
#

whoever found those lasso snakes must have been terrified

dim wigeon
#

Obama's last name is Obama

#

Obama bin Muhammed

lucid osprey
#

is this the first time when an off topic channel name was 1 word long?

#

this is the first time I am seeing so

nova ember
#

I don’t have any stats on it, but here’s another ot name that’s only one word

urban sun
#

The bot source should have all channel names available somewhere

nova ember
#

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

urban sun
#

? Are you saying it doesn?T

#

The list of channel names is not on the git?

unreal sigil
#

We have a command I believe

#

But I believe only mods+ can use it

steel eagle
#

Hey joe's internet is cutting out can someone else host the call please?

nova ember
sudden kettle
#

?

jovial island
#

yoooo

sudden kettle
#

Yo

jovial island
#

yo

pseudo leaf
#

can anyone add my discord bot to their server, and i will add yours...

rotund swallow
#

Advertising

#

!rule 6

clever salmonBOT
#

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.

pseudo leaf
#

hmm ok

#

so where can i approve

keen burrow
keen burrow
#

No worries

urban sun
jovial island
#

What with all the native menu bars (File, Actions, etc.)

lucid osprey
#

hello ppls

nova ember
#

I was so tired that I almost couldn’t open my eyes lemon_sentimental

tranquil ridge
nova ember
#

I mean

#

We have free lunch here in Sweden, in all schools

tranquil ridge
#

whot HVCtakedaclap

keen burrow
#

I bulli, yes

nova ember
#

(That’s only 97% true, because some high schools don’t quite, but it’s still kind of like that)

#

Done

tranquil ridge
#

are you talking about your high school?

keen burrow
nova ember
#

Hahahah

#

Lol

keen burrow
#

You shouldn’t eat that though

#

Well, I guess you do eat it

#

Nevermind me

neat light
#

wow I didn't realise there are different words for those things

keen burrow
#

I shall go back to 3 unknown equation and cry for a little bit

nova ember
#

Welp

neat light
#

Or maybe you just missed the e of ribosome

#

and cell membrane

nova ember
#

If you need any help, I may (or may not) be able to help

neat light
#

mitochondria is the powerhouse of the cell

nova ember
#

Hahaah yeah, that’s Swedish

neat light
#

that's all you need to know

keen burrow
#

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

nova ember
#

That’s just an image from my notes earlier today. We’re just repeating the basics before getting into some more complex genetics

neat light
#

What's kārna?

nova ember
#

“Core”

#

“Cell core” would be the direct translation

keen burrow
#

Why are your notes so cool

#

I need an answer

nova ember
#

Hahahaa

neat light
#

ah, is cell core referring to the whole cell, or the nucleus or something? (If you know how it would translate)

nova ember
#

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

neat light
#

ah cool

tranquil ridge
#

you cant mess up with the nucleus, unless you do something really intense, resulting in massive explosions right?

nova ember
#

When I’m reading this while in “English mode,” it looks like a reallyyyy weird character

somber belfry
# nova ember

you are terrible at spelling, aren't you? 😉

keen burrow
tranquil ridge
#

i meant nuclear bombs...

#

bio freaks

nova ember
neat light
#

cell nucleus is different to atom nucleus

nova ember
#

That’s the truth about Swedish

nova ember
# keen burrow Lol what

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

keen burrow
#

I..

nova ember
#

Which would be a perfect example of OOP

keen burrow
#

That makes too much sense for me

tranquil ridge
#

well oop came after bio so it does yeah

keen burrow
#

Well, I guess you have many cells in an organ

#

What about a dataclass?

odd sphinx
#

and cell organelles in a cell

neat light
#

I feel like it's a better example of composition than inheritance

odd sphinx
#

inheritance would be the relationship between an animal and a dog right?

tranquil ridge
#

a cell in a cell bigbrain bigbrain bigbrain

odd sphinx
#

nicd

#

nice*

nova ember
#

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

keen burrow
#

The Dog inherit from the Animal

odd sphinx
#

whats with the weird Skype

neat light
#

It starts with a capital letter, but discord doesn't allow normal capital letters so it's a unicode one

odd sphinx
#

oh lol

tranquil ridge
neat light
#

I don't like ot names that start with capital letters unneccessarily...

#

I might remove it

#

or fix it

odd sphinx
#

ot2-capital-s-kype

nova ember
keen burrow
#

!otn a capital-s-kype

clever salmonBOT
#

:ok_hand: Added capital-s-kype to the names list.

nova ember
#

What are the reasons that you don’t think it fits inheritance very well?

odd sphinx
#

lol

keen burrow
#

!otn delete Sjype

clever salmonBOT
#

There does not seem to be anything matching your query.

keen burrow
#

Smh

neat light
#

sjype lol

odd sphinx
#

lol

keen burrow
#

!otn delete Skype

clever salmonBOT
#

:ok_hand: Removed 𝖲kype from the names list.

odd sphinx
#

thats too relatable

odd sphinx
neat light
#

Is Sjype swedish skype or something

keen burrow
#

Hahaha

odd sphinx
#

lmao

nova ember
#

Skype is Swedish

neat light
#

oh good point

#

but sjype is even more swedish

odd sphinx
#

Sweden's biggest flex is Minecraft and Spotify imo

keen burrow
#

What about IKEA?

odd sphinx
#

yes

#

ikea too

#

all three

keen burrow
#

What about cucumbers?

odd sphinx
#

hmmmmm

nova ember
odd sphinx
#

sjäpe

neat light
#

but it has a j in it

#

or is that more dutch

#

I get confused

odd sphinx
#

i dont think adding ä makes it Swedish

#

or does it?

keen burrow
#

It does though

odd sphinx
#

swĂŤdish

#

i made swedish swedish

#

:)

keen burrow
#

Skäip

odd sphinx
#

omg

#

skäip

neat light
#

When did you guys learn to speak swedish

odd sphinx
#

vester is probably laughing at how grammatically wrong we are

keen burrow
#

always

odd sphinx
#

alwäys

keen burrow
#

I am now swedish

odd sphinx
#

:o

dusky cliff
#

meatball

odd sphinx
#

Svedish Akärys

nova ember
#

Hahahahahahahahah

#

The character ë isn’t Swedish

odd sphinx
#

oof