#ot2-the-original-pubsta
652 messages · Page 32 of 1
that's.... torture
they're telling you that you have to drink a boiling liquid?
that is not okay
no
I don’t like tea
ok good something we agree on
apparently it’s very un Indian to not drink tea
Badlandchugs
hmm
gatekeeping omg
Yeah
I just don’t like tea
Or hot coffee
honestly everything went wrong when my parents told me I couldn’t drink hot chocolate anymore
haha
bad for your health 😎
it’s not that much sugar
doesnt matter
as long as you moderate your diet you’re ok
hmm
i have to avoid any refined wheat flour product
wheat ones too to some extent
damn
some eat roti's with nutella for lunch
😐
i pity them
i have seen it
oh my god
partly cuz their parents dont know how to cook
curd is my go-to
I believe nutrition is ultimately a matter of getting all the nutrients you need without consuming more calories than you burn. The last thing I read, McDonalds food is actually calorically efficient for macronutrients, and that the problem is it doesn't have micronutrients.
coffee 👏 is 👏 best 👏
hmmmmmmmmmmmmmmm
i drink curd and a bit of milk
thing is, yes there are nutrients - stuff like lettuce and chicken or something has proteins and what not
I don't think lettuce actually has nutritional value
fibre ig

the other contents, the bun, mayo and the oil they use to fry stuff is bad
and while you might get nutrients, you are doing more harm than good
@hoary fjord let me know if you want an invite to the coffee discord
but why are they bad?
again, my proposition is that macronutrients are good as long as you don't exceed your caloric needs.
and that McDonalds food is low in vitamins, etc.
alright
i think i do

oh yeah
this is hot
2021-03-24 22:42:55 [DEBUG] __main__: this is a debugging message
2021-03-24 22:42:55 [INFO] __main__: this is an informational message
2021-03-24 22:42:55 [WARNING] __main__: this is a warning message
2021-03-24 22:42:55 [ERROR] __main__: this is an error message
2021-03-24 22:42:55 [CRITICAL] __main__: this is a critical message
2021-03-24 22:42:55 [VERBOSE] __main__: Can we have verbose logging? Yes we can!
….im not sure what i was thinking
hhmmmmm
let me have some
I’m sure @upbeat sandal can make this coffee, one way or another
@keen burrow No!
What if you dip some omelette in the cup?
No!!!!!!
Suggest more topics here!
repost.
oh god
i mean why not
it would taste horrible
You do it
not all good things combined taste good
dont drink coffee 😎
drink coffee
Suggest more topics here!
flying
i guess
definitely
I'm still mad that I have a shitty pc with a livebootable usb of linuxmint
everything gets reset when I reboot. I have to change the settings and install texteditor, git everytime I open my pc
I've already downloaded it many times this week
and its really depressing to not be able to know what to say in conversations that I'm unfamiliar with. I dont participate in such conversations.
@jovial island you up for a tictactoe match?
same 🤣
you can make it persistent to the USB or to an external hard disk, if you want
yea I've tried that. but USB has too low capacity to have persistent storage. thats what the error message was
what am I looking at Rei?
it's a lid
hm
listening to music helps me deal with shitty situations in life.
welp 
maybe you didnt discover your jam yet
wait breaking plastic stuff is not satisfying for me
id prefer something which wont break
hmm, not my gig
Why not?
rudeee! @somber belfry bonk him
You can't say it taste bad, you never tasted it I'm sure
omg ruuude
I don't need to
Smh
Smh
its not the stone age akarys where small things are trial and error 😔, people have sense that omelette and coffee is absolutely terrible
Not me 
same
all the other guys are rude
coffee + omelette da best
double the enrichment
wait...Will you drink that or eat that?
both
One of these days @upbeat sandal i'll swim the whole ocean just to brew you some omelette coffee
yes please 🥺
but
what
what would that even taste like
.
🥚☕ 👓
🌊
damn
what
why is there an akarys emoji
Well, we will have to see

gurkult D:
are the glasses me?
Instead of seasoning, add ground coffee to eggs
I am asking myself the same question every day
yess
Lemme see what that is in French
also i thought we had an omelette emoji 
the french way of roasting coffee
... I don't drink coffee 
Hahaha
I am not a true programmer, no coffee break 
so what do you drink?
tea?
baguette
haha
Baguette sounds like a valid answer
But I don't drink tea either
Just... water haha
wine
yay
brine
indeed
how'd you eat cheese without bread
Because it is good cheese
Cheese gud
omg okaaay
do you have a tennis ball at home? throw it against the wall and try catching it
well me neither. I got a free tennis ball along with boost drink
not everyone has pocket money
neither do I 🥴
and my friend lost it
we were playing at school. playing catch
lol
and he threw it somewhere else. it was near the bush but I still couldnt find it
If you want tennis balls
tennis
Just go to a tennis field lol
xD
If you are willing to jump above a fence or something, you can get some lost balls
Very easily
I was like.. meh. it was really damaged anyways and I stopped caring
haha
I suppose the same applies to golf
Yup
I got some cousins who live near the edge of a golf... I've lost the word, but anyway they collect so many golf balls
Golf field?
Course?
is it called a golf field?
course
that's the one
But yeah they can just find golf balls, and then somethings just wash and sell them for a few dollars
Good profit by selling those back to the golf players lol
lol
.topic
lmfao
Tomato soup 🍅
how about omlette flavoured coffee
eyy
Im so confused
with..?
Did rei hit up the sparkly powder?
the what
Lol
.topic
Suggest more topics here!
the latter, as usual
Bigger target, easier to hit as per usual
plus, who said you couldn't bring firearms?
hitting a bunch of duck-sized horses is harder than just blasting a horse-sized duck

Is getting a prebuilt pi 4 kit worth it or should I build my own?
well im assuming the build ur own means soldering parts together
always fun to solder
oh lol r/programmerhumor is back up
yo after learning numpy's aboslute basics for beginners, should i continue with numpy or learn a new library to use it with
https://numpy.org/devdocs/user/absolute_beginners.html
you can maybe do some projects with it
for example, very real application:
You have an array of k points in n-dimensional space (so shape k,n, say). Those are the targets.
You also have a array of N points in n-dimensional space (so shape N,n).
You want to know, for each of the N points, which of the k targets it's closest to (by euclidean distance).
so your output should be a 1-dimensional array of length N, each value of which is an int from 0 to k-1.
Implement this using only vectorized operations. Then, to see why it's useful, you can apply it to the task of reducing an image to a fixed palette - for that, you need to, for each pixel, calculate which of the target colors it's closest to, and replace the pixel by that target color.
so i should just practice with what i've already done?
I feel like I learned numpy by struggling to vectorize stuff I actually needed to do
so pretty much just go around doing things, and learn the libraries that help with it
ok
some people say that's how all programmers learn - I'm not sure, but I can see the argument at least, lol
how do i make python screenshot this
and find white pixels
i need a python program to click all the white pixels in the area in the image
how do i do this?
pyautogui has some functionality for this
i also want the code to stop when you press f8
for finding out specific colored pixels
as a fail safe
how do i do this O.o
it sounds hard :(
and mouse clicking, and keyboard control
This is definitely against osu!'s rules, so rule5, probably.
oh thats some popular game?
STOP RATTING ME OUT
hm didnt know
🤔 ?
He'll get over it
Why do people trynna cheat so much
Just be better at whatever it is you trynna cheat at
just git good
pyautogui has its own failsafe
move the mouse to any corner of the screen and it stops
making complex bot for games is fun, but for osu?
well, if its for fun then I guess no harm in doing so
The harm is breaking their ToS
its not like they are gonna sue him, so it doesn't matter
He's not gonna get help from the server tho
sad
i mean like python can read your screen...
tbh automating games is both fun and a challenge
but, like
pick a singleplayer game, lol
hii
eyy dead ot
@urban sun @languid osprey @oak rune
welp, i gotta eat lunch in like 5 min, so I'll share my opinions and FLEEE
okayy
welp I gotta sleep
cya, gn
that's an easy agree
one of the things i ate about using wsl is that it makes it hard to recover files
Everythings so much smoother lmao
the only thing that drew me away from linux is that not everything is compatible
yeah, thats its one main problem
Though you can get things like ms office to work with workarounds
and yeah, i gotta eat lunch, byeee
byeeee
Why would you bot Osu?
why wouldn't you bot osu?
Question
Can you backup ubuntu on a vm
Then upload it to the cloud
And directly install the backup on a real ubuntu os
I have a vm ubuntu that i have done alot of progress on
Now i want to install it on a new hdd
I wondered if i can do so
If anybody knew the answer, pls inform me
@dusky cliff oh boy you’re playing with fire
Everyone with eyes can see it
Wanted to make a pun with i see and ice
But
Too sleepy to frame it
Idk
nope i don't have a venv
What were you trying to install?
0h dear
when u pip install something suspect
i've been trying all day to install this on windows smh
what does pip install scipy result in?
no idea
also, update pip like python -m pip install --upgrade pip
i'm already at 21.0
that's a shame
classmethod
class
half my pip problems were due to pip being old
half the problems newbies face with TF is that nobody really works for the windows build
and they always try windows for some goddamn reason
I mean, most people use windows, is all
Also, I recommend you to fully understand ML before just using any random API
trying things the short way never works
and also you're probably disproportionately seeing windows users among askers, too
among stackoverflow-negative-voted-one-liner-questions? yes.

Half the newbies who come along and want to do machine learning and are like "oh, there's an API? I will use that then!"
Half of the issues here https://github.com/tensorflow/models/issues are shite. basic stuff - that they would have understood if they had learnt a bit more about ML
what'syou gavorite discord emoji

finished Python calculator
Hey @keen inlet!
It looks like you tried to attach a Python file - please use a code-pasting service such as https://paste.pythondiscord.com
https://gist.github.com/Topi774 if you wanted to reply about my project, you can DM me
bad ot name, i prefer TRIPLE speed
Indeed.
wait is this related to @lucid girder is a bot
huh?
your a bot?
I'm confused.
double speed
What?
I don't get it
Lmfao
do you have the ot name source?
!source ot
Unable to convert 'ot' to valid command, tag, or Cog.
Unable to convert 'offtopic' to valid command, tag, or Cog.
hmm
!source otn
Add or list items from the off-topic channel name rotation.
lmfao
right
no
the source of double speed
the context around the !otn a double speed message, wherever that may be
idk
i think @lucid girder is secretly using a selfbot, which is why he responds so fast ||/s||
Wait, what does the a mean?
The one in !otn a double speed.
alias for add
add
Got it.
inb4 a virus is slowly encrypting your drives right now 😛
oh okay understandable
what
the
fuck
so i installed it again
and rebooted again
Your computer is python 2.
and NOW its there
time to rebuild the kernel, or whatever it is that linuxoids do
what the fuck
guys this is fucking what me what the fucking what these what huh why what the fuck why
...
no! its not
otn a python 2 computer, I guess
that's how I understood it, but apparently you were also literal, you sage
Volccy turbo adding off-topic names 2.5 years ago
🍿
@echo fern
what?
any ideas
no
Uninstall and reinstall?
ok it really is fucked
I got the ping and freaked the hell out
else you will have to keep suffering if you deny 😔
I'm OCD with my pings
why though
oh god
i cant find my pepe weird emoji
i cant find my brain
@misty urchin with your pings?
Please, I'm an artist with words, it's also a place where I prsue knowledge with other weird people
Yes
With my pings
Yeah I understand
I have one rn and I'm too Lazy to deal with it
Why did I think your pfp was Kermit the frog
lol

not really sure
there
Mine is Zelda...
sergeant, the third battalion has departed! Where are you?
I stole it from 4chan /wg/
oh god
sus
I'm typically doing half-2 Discord limits, I'm not a one-lining illeterate fuck
same
:?
I might send one of my longer smaplers to DM' if you ant proof that I do it
but I'm too lazy
ok

But pipenv isn't making the correct env
I can't make a pipenv
😭
@tranquil ridge bro its making it in the wrong folder
should be in the AceBot folder
Whatever.
heyyo
heyyo
hi
it is both scary and amazing when IntelliJ shows me tips that are actually useful and related to something I had to do before
ok

…wtf
lmao
Probably for badly designed APIs, or to use as a default value in some function
For example, that could be the default value for key in sort()
it has its uses for higher order functions that take functions as arguemnts
^ that’s what I wanted to say, except that lak said it well
or for
keepIf True = identity
keepIf False = always Nothing
always being
always v _ = v
another neat function
in some very functional programs, you also use it to plug in holes in your program or to end a chain
put = lambda string: lambda after: lambda value: after(value+string)
skip = lambda after: lambda value: after(value)
drop = lambda after: lambda value: after('')
end = lambda v: v
def fizzbuzz(number):
pattern = lambda hole_1, output_1: lambda hole_2, output_2: put(str(number))(hole_1(hole_2(output_1(output_2(end)))))
if number % 3 == 0:
pattern = pattern(drop, put('Fizz'))
else:
pattern = pattern(skip, skip)
if number % 5 == 0:
pattern = pattern(drop, put('Buzz'))
else:
pattern = pattern(skip, skip)
return pattern('')
``` slightly complex example, but `end = identity`
damn
I use identity for when I want default behaviour to be simple but I know I might use it for some more complex stuff as well.
simple example:
recently I needed to make some idiot-proof (my boss's words) script to ask user stuff, so e.g. I made "ask until" function and it does while not check(user_input) - so by default it uses identity check (because non-empty input) but I also use it with e.g. check=lambda x: x.lower() in ['y','yes','n','no'] (and for mongodb connection string, I think about checking it we have a protocol and db name)
I have hit peak laziness. One of the azure storage containers had too many blobs in it from a previous thing. So rather than try to sort it out.... I'm just gonna make a new storage container.
I always read #algos-and-data-structs as algol-and-data-structs whenever I come here.
hi
hi
Check out #voice-verification
is voice verification still here?
I'm not eligible i think
People who get verified cant access it any more but yeah it still exists
oh ok lol
why do so many ppl care about voice verification
ok, but cant you just use a help channel
alr
well im thinking of removing the voice verified for myself
yeah, the voice channels cluttering the panel are super annoying
probably not unless there is threatening and general bullying involved
no matter what the occasion is
Imagine only staff gets voice verified...
THIS IS ME I HAVE BEEN DESTROYED BY BUGS
have you LENOMED yet today?
Lol you said Lemon first
What show should I watch
No, I missed the yet @wide totem
please send help
South park?
On Netflix
Damn
Quick question: How many times a day do you spend going to stack overflow?
- a lot of times
I'll see the results tomorrow (in my timezone)
Whenever I need it.
Destroying things cause of lag or tilt is just
Eh, i dont have a non offensive word for it
Lets just say "silly"
Dont break your things man
Uncool?
Even if you own the item
Yea but thats a problem you should solve
Other phone?
How many phones do you have
Wtfrick why do you have many phones
Are you a cia agent
Bruh im 25 and have had just 3 phones
Yea unless youre like 40 thats still too many imho
Go see a professional?
:x: According to my records, this user already has a mute infraction. See infraction #30604.
:incoming_envelope: :ok_hand: applied mute to @jovial island until 2021-03-27 03:52 (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).
Welp, F i guess lmao
!unmute 716503311402008577
:incoming_envelope: :ok_hand: pardoned infraction mute for @jovial island.
Yea dont break your things people
please join your sentences
you don't have to write everything on one line, it's just that having every two words be a message can easily trigger the spam filter
Ever tried yoga or a breathing exercise
uhhhh
maybe you should talk to a therapist???
that’s not how it works
I don’t see how whining about it is going to help then
why don’t you try exercise or something
Your other who??
who? What?
multiple personality disorder??
you’re officially diagnosed with it?
or you self diagnosed off the internet?
😐
Yeah idk what to say
Not going to pretend I know either
yeah
Dont try to kill bugs like that, use a debugger 🙂
channel name
anyone here do Visual Studio
Hi everyone
*tumbleweed*
lol
.topic
Suggest more topics here!
@jovial island Isn't the most common cause of split-personality disorder due to childhood trauma? if you did expereince something like that, I recommend you contact the governmental mental health helplines (those that deal with developmental disorders) and they might be able to redirect you for diagnosis by some expert. digging online too you might find some programme aimed directly for your country
stay strong 🙂
that's sad. you can cure this tho - by long-term therapy that understands what triggers your DID. Again, governmetal schemes are usually your best bet since they allow very cheap treatment if you are eligible (like if one of your parent has payed taxes for a period of time)
well, firstly you are not diagnosed - if I look up some of my own symtomps, google will def tell me I have cancer and will die in 2 days. online is just an aid - too many people trust it. it takes an actual doctor to figure out whether you have it or not (because maybe you have some extrememly mild form of something that is easily curable)
so how do you know you have it?
I sympathize, but you should not make any decisions on your own. fretting about things will not help at all. you could have DID - but you are not a doctor. so don't take any online decisions or anything
@jovial island which country are you in?
btw you could talk with counseling teacher in your school, beacuse I am in Indonesia too. And it works for my friend
Dont text them, go to school and ask to speak to them during a break or something
hey rei, I have little quiz for you
ok. Just answer my question 😉
what is the synonym of "me"?
right
then, fill the blank. She al_ _ _ s reads the book in her bedroom
thats a difficult one
there are 3 alphabet is missing
inside al_s
yes
yes, and what is it?
nahh.. the clue is street
ok, I will add the alphabet. It's alw__s
right!
then the last question
what is the antonym of sad?
nice
Right!
That's nice 🙂
what is the antonym of 42?
death, the empty, and nothing
thx
And it wont even give you the sums of the sublists, it'll just concat the sublists together
No i dont see a point to get tbh
cool
the point is that he uses a bunch of ubild in stuff to just mess up everything but still print out a result
Sure but it'd be nice if it actually worked
ah yes
# deploy.py
push_to_alpha()
push_to_beta()
push_to_prod()
hello
hello
Not one iota of a chance.
gamma
lambda 
true
aye
hiya
third letter would be gamma
theta is... 8th? if I remember correctly
alpha-beta-gamma-delta, isn't it
Idk.
Just something.
So Alpha, Beta, Gamma
💔 I don't google, I learned it as a child from maths book XD
bruh
Bad morning to the rest of us? 🥲
if (newPos.x < 0 || newPos.x >= width || newPos.y < 0 || newPos.y >= height){
newPos.x = max(0.01, min(newPos.x, width - 0.01));
newPos.y = max(0.01, min(newPos.y, height - 0.01));
float newAngle = PI * 2 * random(id.xy);
if (newPos.x >= width){
newAngle = (0.8 + random(id.xy) * 0.4) * PI;
}
else if (newPos.x < 0){
newAngle = (0.2 - random(id.xy) * 0.4) * PI;
}
else if (newPos.y >= height){
newAngle = (1.3 + random(id.xy) * 0.4) * PI;
}
else if (newPos.y < 0){
newAngle = random(id.xy) * 0.4 * PI;
}
arms[armID].angle = newAngle;
}
so I have this code in a compute shader, that when an arm hits a wall, it moves away from it and then sets its direction angle away from the wall. however, when i try to use this, the agents stick to the wall. any ideas why?
this is how I'm updating the position
float2 direction = float2(cos(arm.angle), sin(arm.angle));
float2 newPos = arm.pos + direction * speed * deltaTime;
#ot2-the-original-pubsta
i've said "ok boomer" and the phone thought I said hey google
bruh
it also works with ok zoomer and ok noodle
#ot2-the-original-pubsta How to reject modernity and return back to monke?
wtf
!warn @blissful coral This comment isn't appropriate
:incoming_envelope: :ok_hand: applied warning to @blissful coral.
sorry bruv
is it a common to reqire devs to commit all they did in the end of the day?
or not good idea?
i thought u commit as u write code
it is useful in that other people can look at it and work with it
not commit but push it to git
and well, ideally, a push is inert
reason I ask is, I noticed some people prefer to push bigger chunks as they can do some rebasing or some commit clean up
since while it is local you can do it easy-ish
to have cleaner git history
if you are pushing to a busy branch, that is wise
normally I see people marging PRs as a single commit though
you mean squashing all commits?
well usually our devs create a branch per feature they work obn
and usuallly it's one dev/branch at a time
P.S. small team
2 full stack devs for web/backend app
then I wouldn't bother rebasing locally
I would lean towards pushing often there, so that the other dev can pick up in case the first dev goes on holiday/has an unexpected emergency and can't push wip work
If it is a personal branch when working in an environment with many people pushing at the end of the day is a good practice
rare moment where all admins are online (idk if it's that rare though)
Scragley
Have I lemoned?

Hola Google
Ou donde esta la bibliothek?
My spanish is rusty
Why does google not respond?
lol
google assistant uses Gython
The one who did not understand: Google - ('P')Ython
iNsIde JoKe
but well
@maiden cedar is that from community
Yes right
I was going to watch it but it bored me
lol
KEK (Keeper of Encrypted Keys).
you have to wonder if the author knew
because there's no way he didn't
AY CARAMBA DONDE ESTA LA BIBLIOTHECA
how it's pronounced? I cannot pronounce it any other way than I would Jython
I already knew Google likes Python for anything shorter than few-hundred lines (or up to 1k). At least it was like that a few years ago
they still do
(atleast in AI)
so does Tesla and OpenAi
@jovial island darn, I hate typing at 120 wpm.
@jovial island @native cobalt what is this
hey, I changed it back. sorry if it got confusing.
🦆+🦆+🦆=6
🦆+🦒+🦒=10
🦒+🦒+🐞=14
🦆+🦒+🐞+🐙=?
🦆×🦒×⚽×🐌=?
69
420
🦆 = 2
🦒 = 4
🐞= 6
🐙 = 4
🐌 = 2
⚽ = 1
? = 16
yeah that's what I was thinking
so you're basically telling me the last two are equal to 16 and 32? well then you would be wrong!
because 2 + 4 + 6 + 4 = 16 and 2 * 4 * 1 * 2 = 16
did you base your answer on "trial and error"? 😂
then when did you get that octopus = 4 and, snail = 2, and ball = 1?
bruh
well
not by trying them out, its just pretty easy to find an integer solution of the equation
12 + x = 8 * y * z
well, i didn't mean ? to be a sign you need to put those in an equation
it was like a "those equal what?"
I mean, ? is no less a valid variable name than 🐌
well then, let me rephrase the riddle
Where th do you get the value of the football from
🦆+🦆+🦆=6
🦆+🦒+🦒=10
🦒+🦒+🐞=14
What's 🦆+🦒+🐞+🐙?
What's 🦆×🦒×⚽×🐌?
Where do you think?
@round moss anyway, your answers were wrong
do you want me to reveal the answers and then you need to think why those are what they are?
🦆+🦒+🐞+🐙 = 16
🦆×🦒×⚽×🐌 = 72 also has a solid reasoning behind it
What's the answers? please use spoilers!!
||🦆+🦆+🦆=6||
||🦆+🦒+🦒=10||
||🦒+🦒+🐞=14||
||🦆+🦒+🐞+🐙=20||
||🦆×🦒×⚽×🐌=0||
@round moss cool if I DM you? or better yet just check #data-science-and-ml please. sorry for the ping you were just the latest mod ive seen on
please contact modmail, it makes it easier to keep track of the incident
👍 thanks
oh, that is a fun reasoning behind it
@vapid maple or @mods
yup sending through modmail
Then, what is 🐌?
1
4
What is this silly riddle thing
oh, wait, football is 0... so wheelchair also will be 0
i guess
@sinful sun here spoil yourself with the answers
||Ducks have two legs (= 2)||
||Giraffes have four legs (= 4)||
||Ladybugs have six legs (= 6)||
||Octopuses have eight legs (= 8)||
||Snails have one leg (= 1)||
||Soccer balls have zero legs (= 0)||
@vague shadow thanks!
Snails dont have legs tho
snails have a single leg.
They have a foot, not a leg
ah, good point
Foot in quotes btw cause its not technically a foot
don't actually know it in english
I prefer to leave snails to chicken
my MIL hates snails because they eat her plants. I think snails are funny. but chickens think snails are delicious.
so my MIL orders me and my partner to get snails, I do it with my bare hands, then feed them to chickens. everyone's happy
Wut did I just read
everyone's happy
EXCEPT THE SNAILS!!
is something strange in there?
No not at all
we have nursery rhyme about a snail. so taking a snail and encouraging it to get out its "horns" was really common when we were children. snails' "faces" are funny. so snakes are funny
they are not registered as living here, so...

I used to "collect" snails because my father didn't care for the plants at all. so I used to get them and release them near home. and then save them from being stomped on after the rain...
I never tried snails
I went to Paris and my mom didn't even let me try them
or frog legs
they use a lot of butter and garlic to mask the taste of the snails
so it actually ends up tasting pretty good
they are pretty good, yeah
@radiant socket which one snails or frog legs
snails
I have never tried and never inted to try snails
it's not as bad as you think lol
oh god no
no please
i'm so happy rn
oh
cool
the name of the channel #ot0-fear-of-python today is just as perfect as a few days ago's "ot2-eivl-genius".
omg yes technoblade
lmao
does the nitro add up when u accept it as a gift?
lol
generate an error over 2k chars?
wut?
do you mean like an error that writes to the console 2k lines?
yes maybe
just repeat the same error multiple times 
also don't use #include <iostream> ans use std::cout on gcc
ez 15 lines
even simpler, just do raise Exception('error' * 400)
lmao
lol
Heh that isn’t bad
How is everyone going tonight?
Well, I'm stuck inside, so I'm guessing it's dark here.... So I probably should have said evening
Frankly, I'm a little worried, a little frustrated, a bit bored and yea... All around, I'm alright
Im good mate.
It's all nothing I have influence over anyway
Worried cause the lockdown I'm currently in might extend into my holidays, which might mean no engagement dinner
Frustrated cause I haven't received the help I've wanted for my web-admin issue
Bored cause I'm working in the lockdown, so there is no one here
call the firefighters
tell it to your parents
oh
fuck
hope there are not any victims
@jovial island do you have node.js installed
You can run it with node.js or with html in your browser
yea?
iMac-iMac:untitled folder Jasiu$ cd Javascript
iMac-iMac:Javascript Jasiu$ node Javascript
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module '/Users/Jasiu/Desktop/untitled folder/Javascript/Javascript'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
at Function.Module._load (internal/modules/cjs/loader.js:725:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}```
are you doing node <js_file>
yes
ok
and maybe change the name of your js file cuz it is confusing
iMac-iMac:untitled folder Jasiu$ node node.js
internal/modules/cjs/loader.js:883
throw err;
^
Error: Cannot find module '/Users/Jasiu/Desktop/untitled folder/node.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
at Function.Module._load (internal/modules/cjs/loader.js:725:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}```
its in a folder called Javascript i made
ok
iMac-iMac:untitled folder Jasiu$ cd seed
iMac-iMac:seed Jasiu$ node node.js
iMac-iMac:seed Jasiu$
no errors but my code didnt run
what is seed
rename your file from node.js to main.js
and try running ls in the terminal so you can see if the file exist
iMac-iMac:untitled folder Jasiu$ cd seed
iMac-iMac:seed Jasiu$ node main.js
iMac-iMac:seed Jasiu$
iMac-iMac:seed Jasiu$ node main.js
iMac-iMac:seed Jasiu$ ls
main.js
iMac-iMac:seed Jasiu$ ```
hmm did you save your file
no
it works ty
nice
np
lol
how do we make a message said by bot delete after few seconds
nice
delete_after=5
@jovial island happy birthday!!!
is it your birthday today?
or did I forget
wtf
LOL
I got the reminder #bot-commands lol
💯
uwu no ttt for today
lol
ya
I need details 
your genius frightens me
"10 to 50"
Lol
Oii nice pfp vinam
Mhm
Rei went somewhere huh



