#ot2-the-original-pubsta
652 messages ยท Page 105 of 1
what exactly lol
lambda x: x does nothing
okay you don't make sense lol. I'm just gonna switch. see you.
same
lol. see, if you want help, ask in #python-discussion lol. or get your own channel at #โ๏ฝhow-to-get-help .
or if you want to talk to people about random things go in #ot0-fear-of-python
I KNEW IT ALL HELPERS/STAFFERS HAD A HIVE MIND
haskell
damn, who leaked
We know. It was u s
i was told i could talk bout my laptop here, so im at 100000 lines of code
and my laptop steamier than rice pot
cook an egg on it
Is this real or stock photo
thats not props its real eggs with salt on nomnom
how tobreathe
didnt hack nasa or google
We are the borg? If true then resistance is futile
Im sorry, i prefer ketchup
Im sorry, i prefer
https://tenor.com/view/eggs-breakfast-cooking-gif-14913289
damn
reality can be what ever i want
i just ate 3 omlets and had protein bars dipped in protein powder, why am i still hungry?
i thought that would be enough for my breakfast
three omlettes?
@vague shadow
What
its a joke around cpp being vulgar
blinked in horror
@lunar sky
no
two of them had 2 eggs, one had 1 because i ran out off eggs since i ate a couple of omlets last night too
!e py omelet_is_tasty = True print(omelet_is_tasty is True)
@brazen jacinth :white_check_mark: Your eval job has completed with return code 0.
True
Pardon me?
Your avatar.
Is about the creatures that can kill you if u blink
The person is kept alive only while it is looking at it without blinking
Which makes the creatures frozen in a quantum lock
What is the worst... Even their picture is actually deathly dangerous.
The picture of angel becomes an angel.
So your avatar can kill us too
Well I wasn't in this channel before you blinked me into existence
I blinked and still alive
help pls. If your luggage weighs from 15 to 50 pounds, you will be charged an extra $30 when you fly on Budget Airlines. Write an inequality that represents this weight restriction
i dont get it
Are you familiar with greater than and less than signs?
yes
Why oldwsrecv is not updated
if i use this code
it keeps passing even the ws output changes
Hes sleeping for 12 hour
Well all you're doing is checking if the weight is greater than 15 and less than 50. That is, it's between 15 and 50
So your inequality would end up as weight > 15 and weight < 50, which can be shortened to 15 < weight < 50
@desert wagon Hi, I wanted to get your opinions on psf/black#449, assuming you are the author of the issue. I recently came up with a PR, so that it could be included within the stable black release, but we noticed that the syntax was pretty common among the primer projects and not all the changes were looking reasonable, only some which included simple nodes were actually helpful.
Me and Jelle have commented on the issue regarding the same, since it is an old issue, I thought you might unsubed and the comments must have been missed by you. It would be great if you could have a look :)
Was trying to DM you about the same, but you had DMs blocked
I saw the discussion go by but didn't feel like I had much to add
Lol I saw this ot name before ig 
sir why.
Editing pings into a message after the fact doesn't notify ๐
๐ค (edited)
@vague shadow.
^ see!
@wheat aurora this works too ๐
who pinged
Ohhhh makes sense thank you so much
๐
Chris is a hallucination in your head joe, you have to let go
Guys recommend me some low level languages to learn
@woeful oyster hey you really need to not post your question in MULTIPLE help channels
i'm not sure which channel you've posted in is actually yours now
ok found it. #help-apple
does anyone know how to calculate the probability of a dice rolling a number which is even AND bigger than 3?
six sided die?
yes
and of the six possible outcomes, which one do you want to count?
seeing eivl in ot is quite rare
do a search for my name in all ot-channels and see
the ones which are even and bigger than 3
and those are?
4 and 6, i know the answer but i wanted a way to prove it mathematically
33.33(repeating, of course) percent chance
because i know P(A&B) = P(A)*P(B)
so you have 2 favourable outcomes out of six
thats 2/6
i know its 1/3
or 1/3
oh.. ~5k
i wanted a mathematical way of getting to it
(2/6) * 100
search for me in #python-discussion
There's your mathematical way
that is the mathematical way to get at it
no as in P(A&B) = P(A)*P(B)
about to hit 80k, wow
is there no way to prove it through probability equations?
that is the mathematical way of getting it unless you mean something else
now you're asking an entirely different question
ah well i wanted that question
no of desirable outcomes/total number of outcomes ??
We thought they wanted the formula to calculate probability, but they're actually asking about proofs and should go to the mathematics discord
so your mixing statistics and set theory i think
i am?
Here's what you're looking for:
https://discord.gg/6kezJsgX
We mostly focus on python here
the act of counting is just what @somber belfry said
ik, thanks for the discord ill go look for an answer
combinatorics might have a more fancy way to write it, i cant remember, been to long since i have been at school ๐
thanks for everything
blockchain!
@blazing bluff with eth going to a proof of stake, how is that going to work
Like how PoS works as a consensus mechanism?
I get proof of work, everyone has an 'equal chance' to get the block reward, you dont need eth to get started. but proof of stake makes me thing that you have to have eth to even get started
that too
Basically, in PoS, you "stake" some of the currency. In ethereum's case it would be ether.
If you get selected, you will then have to validate the next block. If you do this correctly (not maliciously), then you get back your stake, and any potential transaction fees in the next block.
- you dont get the transaction fees in the block you're validating? (like w/ pow you get the transaction fees and block reward in the block you mine afaik)
- how are they validating the block? if a single person is selected then theres no reason to hash until they find a hash that starts with N zeros.
- doens't that eliminate people who dont have eth from trying to mine eth?
sorry lotta questions
So yes, you need to stake something. It's a linear probability, meaning, if you stake 100 ether, whereas another user stakes 1000 ether, then the other user has a 10x higher chance of being selected. Might seem unfair, but when you actually compare it to PoW, then it's more fair. There was an interesting video on this, I can see if I can find it
oh my crypto
1). Yes, exactly, not the next block, whoops.
2). I am uncertain about the specific mechanics. But it gets broadcasted out to the other nodes in the network. If there's consensus, then it's validated. You don't "mine" in the same way, as you do in PoW
There was an interesting video on this, I can see if I can find it
please
I am concerned because it really doesn't seem 'fair' and makes me think that people with a lot of eth are going to keep all the eth
https://youtu.be/M3EFi_POhps?t=164 he talks about it here
Cryptocurrencies use a ton of electricity because of mining. In recent years people started working on a different technique called Proof-of-Stake. Not only does it use less energy, it can also be more secure.
(This video is a re-upload to fix a mistake I made in the previous one. Sorry about that!)
๐ฐ Get $10 of free Bitcoin:
Use my Coinbase a...
I'll give it a watch, in a class so I can't this second
so I'll never be able to mine eth if I dont have any eth ๐ข not that I planned on mining eth anyways, but I like the option
Those LP Tokens are basically NFT's
what does LP stand for?
Liquidity Provider
do you have any good resources I could read more about it?
Nope
But I wouldn't go into ethereum validation/mining
oh but i love the technicals
whats the base price for a carton of apple juice in each continent because im thinking of moving
in my continent we dont have apple juice, we piss in a carton and depending on the strength of the yellow, you can get ยฃ15, for a good one
wheres that
europe
passive income ๐ฅถ ๐
have u heard of it
$2-5 canada
pissive income ๐๐๐๐๐๐๐๐
yh
good try but canadas a country
yeah u cant fool us
its okay
austin on a ph scale what colour is your apple juice ๐
like in best buy
or target
or ralphs
sounds good, ill be gone
you will be gone where
home
austin do u like marmite
ah i have a friend there, he owns a business called ike
ike
marmite is a black, gooey spread, almost a form of yeast extract, allthough far superior, produced by the allmighty Bestfoods corporation(, the only true Marmite being made in England; you really can't eat that shit from sanitarium, I mean the name alone can make you hurl. UUugh). and made, as many will tell you, from second hand brewers yeast. (yum-yum.) THAT is the true reason beer was invented, it was a part of the divine plan to bring the pleasure of Marmite, or Ambrosia, to the world of men.
The term is interchangable with Ambrosia, for it is indeed the food of the gods, though this is little known.
This delectable spread is eaten by some with honey or peanut butter, but the classic recipe is fresh white toast, spread with butter, which must melt swiftly so the Marmite can immediately be administered and then quickly devoured, in time to prepare the other slices of toast before they go cold.
of course, some mortals cannot stand the euphoria that comes with eating this food and say that it is the most revolting thing imaginable, to cover their inability to comprehend such divine fare, and so the human race will forever be divided between the "lovers" and the "haters".
i take it you dont have marmite in canada
do you know nickeh30
BYE
ah ok you must not him because canada is facing all time high infaltion rates
๐
so that could be a cause
๐
because the bank of canada rang me and said that they are considering implementing a new fiscal policy to decrease the interest rates
whether it works, i wonder, oh, we all wonder
austin great speaking to you mate, ill catch up with you in a bit, say hi to the wife and kids for me will you
never heard of it, but i dont keep up with politics or financial crap
yup ill say hi to my wall
๐๐ฝ
head up lad
lol
thats sad
this is more like "one night stand" app
dating app these days be like that sometimes most of the time
yep, someone just messaged me with a winky face and tbh i dont care about that anymore lol just wanna live a motivational life
@hollow heart Congrats on admin, you probably already got a lot of these but lemme add one more :D
+1
ty
@jovial island One of the ending themes in Papers Please
^
btw do any of u use zotero?
no. i never personally needed zotaro, semantic scholar or google scholar are mostly good enough for me.
(in terms of citing)
oh okay. same. i just found zotero mentioned from some github issue i opened
hey
does anyone know c language and is expert?
I don't know C, but feel free to ask ahead; someone will give the answer if they know it
i am getting some unuseful error for somereason
in c language
Hey does anyone know why the leaf on my plant is yellow?
check soil quality
better also ask a botanist. not me because im a microbiologist ๐ฅด
well soon to be
I wonder what the issue is. But alright.
Missing a ] on line 78.
Also not sure why you put the space in there
I never putted the space
its like
correct_ans
the name of car
var8
?
its the name of a var.
check the code?
1st image line 11
Well your image has option1 [ans1]
But anyways you're missing a ] on line 78
how am i
You opened two [
missing ]
And closed one ]
2-1=1
ok.
ok
i understand
but that dosent fix it i lost my code accidentally of this
c
ima just use image to text rq
Wtf
Wow lol
it was a online compiler i closed it ๐ญ
Well have fun i guess.
aaa
ok
yo
i did what u said
and still get this
gcc /tmp/yMGTZH394H.c -lm
/tmp/yMGTZH394H.c: In function 'main':
/tmp/yMGTZH394H.c:71:47: error: 'correct' undeclared (first use in this function); did you mean 'correct_ans'?
71 | printf("\n\n %s \n%s", quest[1] , option2[correct ans[2]]);
| ^~~~~~~
| correct_ans
/tmp/yMGTZH394H.c:71:47: note: each undeclared identifier is reported only once for each function it appears in
/tmp/yMGTZH394H.c:71:54: error: expected ']' before 'ans'
71 | printf("\n\n %s \n%s", quest[1] , option2[correct ans[2]]);
| ^~~~
| ]
i corrected it
I mean i can clearly see a space between correct and ans
bro
its a
_
" _ "
java or c++, which is easier to learn within a time span of 3-4 days
@jovial island i mean I'm pretty sure my eyes are not watching wrong.
Do you have experience in any programming languages
yeah i know python
Java then i guess
what about it
how difficult would it be to learn in 4 days?
what do you mean when you say learn
you could recognize keywords, write simple queries
youre not gonna be a master in 4 days
fixed the error
les go.
but now
for some reason
there is
its not python
hmm 4 days seems smol
congratulations for admin role @hollow heart !!! :) ๐ฐ ๐
why thank you! 
next step, galactic president
yes mina the president!
Congrats on adminship!
tyty!!
I like you guys all a lot, glad to be here
mcdonalds recipe
!rule 6 9
6. Do not post unapproved advertising.
9. Do not offer or ask for paid work of any kind.
Sorry I'm trying to raise money so I just send anywhere I find.
๐ฅบ ๐ฅบ ๐ฅบ

cant relate i dont like me /dab
too bad 
D:
@storm birch damn. you have a resume? nice
i dont
hey mina
since you always moderate in the discordbots channel why dont you learn dpy 
it would be nice to have you their
@calm rune you can also shorten that topy [(value, int(kk in value)) for value in dms[::-1]]โ
ah because True = 1
and False = 0
ye
true
Yep :)
i did some fun stuff with that fact
one sec i'll find it
!e
_=(()==())+(()==());_=_**((()==())+(()==())+(()==())+(()==())+(()==()));_=_+(((()==())+(()==())))*((()==())+(()==()));_=_*((()==())+(()==()));__=(()==())+(()==());__=__**(((()==())+(()==()))+(()==())+(()==()));__=__+(()==())+(()==())+({}=={})+([]==[])+([]==[]);__=__*((()==())+ ({}=={})+([]==[])+(()==())+(()==()));___=(lambda: print(chr(_)+chr(__)))();
@calm rune :white_check_mark: Your eval job has completed with return code 0.
Hi
@small cloak
lmao
i obviously could've made this much harder to read than it already is
Haha impressive
Dumbells language
coding the shortest isn't always the fastest but it's fun to see how you can make your code shorter
Clearly my resume needs some fine tuning
:incoming_envelope: :ok_hand: applied mute to @past surge until <t:1642842445:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
hahaha sure once i start learning dpy i'll definitely be there more
there is a server
Isn't that server supposed to be really really bad
it is?
i was thinking of joinging
I've heard that the community is collectively pretty toxic
yes but at the same time I'm moving on and not rly thinking about what that community thinks
Their docs command being named ?rtfm does not make me want to like them
IMHO don't learn raw dpy anymore, start off with a fork
sure
they're the rdanny ones on each guild, or the pydis one with modifications
granted, the learn python, and other topics and more than enough for me to not like it
eg "why don't you learn python" or stuff like that
i can teach you anytime or the others in the #discord-bots channel
thanks!
I find their community highly helpful
its mostly because of the huge number of beginners in python that want to use dpy that they might seem rude
Hello, how should i check if the link is safe? bc i got reward 3 month nitro and i want to look if its safe or no
If it's not from discord.com or discord.gift, it's fake
check every single letter
if any of them are wrong, then it's a scam
That looks legit
always try a link in a private session if you find it sus
@solid granite if you want even more information into this there's this great video from LiveOverFlow that covers this topic: https://www.youtube.com/watch?v=StQ_6juJlZY
It's surprisingly easy to do security research on Firefox trying to find sandbox escapes. You should give it a try!
Long video version (stream Q&A): https://www.youtube.com/watch?v=VEaoDFdq95g
The Original Article: https://blog.mozilla.org/attack-and-defense/2021/04/27/examining-javascript-inter-process-communication-in-firefox/
Fuzzing IPC: h...
it goes a bit further into also breaking out of the so called sandbox each child process forms, but it could be very interesting
obviously just a suggestion ๐
Functional languages boast the ability that with the same input to a function, they'll always return the same output. How is that different than, say, Python?
!e
flag = False
def foo(n):
global flag
if flag:
return n
flag = True
return n + 1
print(foo(5))
print(foo(5))
@dusky cliff :white_check_mark: Your eval job has completed with return code 0.
001 | 6
002 | 5
the function can have side effects which prevent it from returning the same thing again
eg the existence of random.randrange(a, b)
even if you provide the same a and b it'll return a different random number each time because it changes the state of the internal rng
hm?
They don't let you mutate anything.
No what they mean is, if you store something, you never will be able to change it. So you will never get a different output.
We mutate dicts and list and stuff in python. Hence we get different output for same input.
yeah, in functional languages
Purely functional programming guarantees a concept called referential transparency
Basically, if you replace a function call with its result, your program will run the same
okay so I have a table for my users where I store their username, password hash and all that. One of the features I want to implement in my timer site is the ability to create custom timers and that would require storing a purpose for the custom timer as well as the length of the custom timer in a new table. The only issue I have is how I would link the custom timer created to each user so that I only display their custom timers. Anyone know how I would go about solving this issue?
this is for sqlite
hello
@elder solstice :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 2, in <module>
003 | NameError: name 'Town' is not defined
:incoming_envelope: :ok_hand: applied mute to @elder solstice until <t:1642937626:f> (9 minutes and 59 seconds) (reason: newlines rule: sent 125 newlines in 10s).
!unmute 392101156190683148
:incoming_envelope: :ok_hand: pardoned infraction mute for @elder solstice.
Huh?
I could have sworn OCaml promised that, but it has mutable record fields...
Maybe I'm just really confusing myself about the language
Oh. Well i read this in how to learn a haskell. I'll find it to see what did they exactly write.
Also haskell doesn't let you mutate things yeah.
Or wait. Reassign.
most functional languages don't enforce purity
haskell and mercury being the exception, and even then you have some gaps
but if you stick to pure functions, as is generally the best way, you do get those guarantees
That makes sense. Does that mean, say, RNG functions are prohibited?
Hm but enforcing the purity is why they boast about this right?
Functional languages boast the ability that with the same input to a function, they'll always return the same output. How is that different than, say, Python?
Yeah, that's my confusion
haskell and some derivates get to boast about this
and IG prolog
but quite a few languages do impure things just because it's way less work
Because I'm pretty sure ocaml promises this referential transparency, but it allows side effects. How is that guaranteed?
I think dawn understands this by 'advantages of functional language' they usually talk about pov by saying ocaml is a functional language
OCaml is a functional programming language. The key linguistic abstraction of functional languages is the mathematical function. A function maps an input to an output; for the same input, it always produces the same output.
https://cs3110.github.io/textbook/chapters/intro/present.html
that's talking about mathematical functions
which are even stronger than what haskell can enforce
since a turing machine is a not a mathematical function
So... why did they mention that then? And how are functional languages "special" in that sense?
Excuse me, ocaml is an object oriented lang, it says so in the name
they aren't, you can do pure functions in python
to explain what a mathematical function is
functional languages just tend to make easier to write pure functions
Interesting
Sorry for all the questions, but how do they make it easier?
More immutability and things like that?
immutable by default, a standard library of pure functions which you can use, TCO, ...
Too much
I quit
I don't wanna ask
ok
Guys what do I need to convert a flutter project into a apk?
Cpp is a boomer lang hence you'll find them gathering on IRC under a bridge somewhere
!guilds
Communities
The communities page on our website contains a number of communities we have partnered with as well as a curated list of other communities relating to programming and technology.
Ah you got it ๐
sussin or bussin
Both of those strange words should be added to a filter
but why
but why...
freedom shouldn't be limited to racist ideologies โ
no
im a JavaScripter
by blood
โ
why isn't there a there a 'pyblox'
channel
python+roblox
but...
its python connected
okay okay listen
ill come up with a secual idea
you see when people hate one another
the secual bond and tension increases 'massively' ๐ and with that 'energy' ๐ comes really strong bond energy
are you alright?
I need help learning to code all right ๐ก
I get so confide when people gang and violently abuse me with words
not at the if and else statement part ๐ฏ
yet.
wait nvm
i know this
Lua got my back
ill post the output in 30 mins
dont worry
im a programming prodogy
where is the $ mark ?
print(f"${a} is greater than ${b}")
๐ฉ
ik..
no no
that wasnt the output
i fixed it brain smart activated
bro what
oh...
um
lets talk a little more about my past 'experiences'
i mainly do Luau
im new ๐ฅฒ
ok ok
i would figure this out
but im making Visual Effects
and listening to drake
so i cant really focus rn
'Braingasm comes from the waist below'
.
so could u send me the freecoding discord link to me in dm's
oh i should prolly remove that
if you're above 13 it's useless for you anyway
i will report you for obstruction of advertising
why ๐ญ
cool
should I use Udemy or Codeacadmy to learn JS ?
idk ask ppl at SpeakJS discord
some people who work at google in the docs department might find your video very offensive and inappropriate
im out
what on earth are you saying-
harassings and degrading the work of people who work at google docs department
neither.
Use The Odin Project
not really going for the web dev road
path*
what do you want to learn js for?
ah i see
oh alr
im going to try it
but i heard its hard
node?
ay les go
no the Odin Projcet
some web developer
who was a marine
said it was ahrd
hard*
i wanna do backend and front end
js can do that right
I aint going to read anything on that
oh is that a course aswell ?
i use Udemy
Course site
well ill take a look at Odin and JS.info
thanks ๐
that site is very good, teaches you almost everything js has to offer
the one eval linked
!server
good morning, chris
Please see #bot-commands if you would like to play around with our bot's functionality.
haha, yes, 300K?

can i get some help in operating system ?
Hi
to
yo
lol
wait what are we talking abt again?
idk
pip being pip
HAHAHA
And I installed Python 3.10 a few hours back
lol
import ensurepip
ensurepip.bootstrap()``` is the way
!d ensurepip
New in version 3.4.
The ensurepip package provides support for bootstrapping the pip installer into an existing Python installation or virtual environment. This bootstrapping approach reflects the fact that pip is an independent project with its own release cycle, and the latest available stable version is bundled with maintenance and feature releases of the CPython reference interpreter.
In most cases, end users of Python shouldnโt need to invoke this module directly (as pip should be bootstrapped by default), but it may be needed if installing pip was skipped when installing Python (or when creating a virtual environment) or after explicitly uninstalling pip.
Never knew this existed ngl
@remote widget Hunter uwu
ik bruv
:no: :uwu:
ashley is the smort me
so are we just uwu'ing @remote widget now?
simp
RIP I forgot how to open programs with admin perms by default
Windows 11 is.... weird
Yes
don't you right click and run as admin?
not a good pog
uwuness is just in you ยฏ_(ใ)_/ยฏ
"by default"
i got forced to windows 11
Bad
No thanks, I'mma pass
i upgraded to win11 and then my game broke ๐
Lmao
LMAO
Which one
val?
imma not upgrade
I got Windows 11 from the company itself
yeah
cuz val does doesnt work on 11
valorant
Had no choice
yeah
my pc is running at 1500 SPF
What's that
it doesnt work in windows 11
1500 seconds per frame
eh, okay
Me who doesn't play games: :okay:
while me playing a game
im in class
cooking simulator?
I was also playing Dues Ex but got bored ngl
I mean, the graphics are damn cool ngl
not to mention its almost 10 years old
while me playing valorant
mmmm, i love the tasty 180x240 p resolution on dog shit settings in my minecraft to achieve 2 fps
I tried Project M (Valo for Mobile), deleted it in under 5 minutes
Sooo
Anyways I don't really play laptop games much, don't wanna divert my mind while studying
I just play it because I play with my bf 
Hmm cool
i play by myself๐
I don't play games except mobile games
you got games on yo phone
I told you, I just play because of my bf
Only two
cool
I only play a match or two anyways
can i play some
CoD and Farlight

Cod
Cannot help it
๐
you can play csgo
||with me uwu||
I told you I have a boyfriend
, I'm just being humorous
๐คฃ
seems sussy
Okay time to become half dead
bye
You can't change my mind
what the fuck, stop
Lmao
sussy๐ณ
Ash mad now
leave when you can
I dont like shipping jokes

so you dont like buying from amazon?

Hmmmmmmmmmmmmmmmmmmmmmmmmmmm I have heard millions of them now, so I am basically immune to those
Amazon sucks is amazing
no, amazon buys for me, ||backend fren||
Jeff Bezos is my childhood friend
wish?

why am I an english native and fail to understand your meanings 
just yours
oki
Rip, @jovial island wanna do the topic of Revenue with me
english isnt even my main language lol

Because only High IQ people like @jovial island can understand him/her
mine is. 
guys help im fucked
Same for me ngl
okimii isnt a girl? wtf
Wait, what?
lol
i don't understand this math at all

Oh
i have math class
Hmm which topic
Lmao
data
or could be u r just cat fishing
i thought okimii would be a cute girl

really
Lmao
ara ara
checking, how is she?
she just called on me....
And then there's my maths class, in which there are only 5 students, out of which, only me and sometimes another student attends ๐ถ
someone was going to do economics
๐ถ
Ik, but Revenue is boring
the economy is already messed up though
Soooooooooo
It needs 100 IQ ||in negatives|| to understand oki
Indeed
Nothing can cure what has taken control
๐ง
True, I got exams in 2 weeks and I haven't even completed the syllabus even once
RIp
So you wanna make me realise how am still worthless
is mine 200 ||in negatives||?

no 1000
youre way smorter than me
for sure
Hmm, I took Commerce because I am worthless tho
lets get it to a cute 10000
more
you know, there are DMs too BTW
cof cof cap
RIp my headset died
negative*negative = positive :creepy:
Really?
๐ซ f
meth
llmao
Tf
Noooooooo, it's just like - - just decreases to add up lol
shut up kid
PoV: Sarthak is 5 years older than u
U r the one who's 15 here
we become ancient
we assumed algebric alphabets at that time
so the answer would be 0
math equals to what i say๐ง
๐ณ
he's/she's 14
root(-1)
Wasn't oki a boy ๐
Never knew oki was 12 :rip:
๐ญ
Rip my ex deleted her Discord ID but it still shows up in my DMs ๐ญ
๐ญ
see, am physically 15, mentally I am 3 years old, no cap
You are 3 years older to me mentally
but youre smort
yall have years?
oki...
๐ง
Deduct 3 years from her mental age
yall have years in mental health
๐งโ๐ฆฏ
damn, dude, have a hug
bozo
Tho its been about 9 months since we last talked lol
I'll focus on my game, I'm throwing too much 
Not to mention the time when she randomly messaged me out of nowhere
just get better๐ง
hunter uwu
damn you ok bro๐ซ
no
No, i was the match MVP the previous game
no Yes
LMAO
have a hug๐ซ
I get 42 kills in CoD no cap
CODM?
Yea
no. Maths is not funny like u
its too easy
good point
No it isn't
Play Ranked on Master
I always get carried ;-;
codm is trash
Never knew
and full of noobs
Codm is too ez tbh
play bo2
Unless you play ranked lmao
I get carried in Master Ranked
xbox 360 gang?
Modded Yes
on master rank it starts to get harder
Yea
Siam
๐
I was one rank above, anything that comes after elite III
when I stopped playing
yall ever played black ops?
@jovial island correct me
like just black ops
I guess??? I don't really remember
Probably not
i have its not bad
I never reached there ,so no idea lol
Well seems right
AW is so underrated and good
Facts
I told you, I stopped playing welp
like aw has been sleeped on
BTW what do u think will happen if I try to play GTA 5 on Integrated Graphics?
megumin
which language u even speaking
no the wizard in anime
slept*
sudden heat and weird sounds
shut up kid
grenade
grammar is what i say๐ง
expensive weird sounds*
1k fps?
I cant even tell you to fuck off, now
And, well, I got like 5-10 FPS
probably none cuz no rgb
no
i've only gotten 1500 fps max, usually around 500 tho
yall all wrong im right ๐ง
same
Me who hardly gets 60 FPS on a 10 year old game: :bruh:
I mean, I get about 50 FPS, so its good
Intel UHD Graphics ftw
Hmmmmm
10 year old? which one?
Dues Ex
๐งข ๐งข ๐งข ๐งข
The one am playing nowadays
no cap fam
genre?
straight ๐งข
nope
CoD Type
real straight ๐งข
cya
I want to hug you ๐ซ your life is pure depression
sed
sed life
๐
Ik
after mine*
really sed life
No need to make me prove that
๐
just buy a 3090ti
Nahh
not when you are sent to the psychiatrist everyday :))
for editing
a wut
a pyshcinojntosni

psychiatrist, mental therapist
That ain't much popular here
just call it a mental therapist๐ง
im a smort human bean
You know oki, not everything has to be taken in a jolly mood
but....how do people with depression
sed๐
;-;
ok depressed mr๐
I went into depression a few months back, I guess I am just used to taking care of myself, sooooooo
imma step back if we're talking about depression
fr you good bro?
im here for youโค๏ธ
๐ซ
I'm so bad at life 
i don't want to rant like a 14 yo okimmii
15๐
You automatically get good at life when u r an introvert with no friends ๐
I was taking about the age when your were 14
oh
๐ถ
hunter needs a hug fr๐ซ
Flashbang
turn on dark mode
i feel you, it's my 4th year at the school and i don't have a single new friend
Except for one i knew Earlier
like me
I have been in the same school since 13 years
and I'm too shy to speak to someone irl so yea
jeez
same๐
cant help it, when 5-6 have a crush on you 
@jovial island should I be scared
death
@jovial island wanna spread light on your crush?
๐ณ
See the date
Accountancy โ ๏ธ
ok no, leave it
F. U. N.
Actually its funny here
youre so behind
yall got test?
Exams*
do you?
I didnt have a crush, they had on me, not my fault
i dont have exams yet
Hmmmmm, in here, either u tell the truth, or u keep it a secret and don't tell anyone (I prefer to be the second type)
welp
I got finals in 2 weeks or smth idk
ยฏ_(ใ)_/ยฏ
is that for me-
Who even uses Fb nowadays
my teacher is 4'7๐ญ
No

how old are you?
Facebook users 
16
meh
Actually turned 16 in September
nice
and I am the tallest in my family
wut
Yea haha
Talllll
how much is that in centimetres 
bruh lmao
eu people be like
About 178 cm

I'm 177 cms tall , don't make me.convert that to inches
yeah yeah, I'm sorry
i do inches
51,444
250,826