#ot0-no-stealth-portals-please
3246 messages · Page 28 of 4
native representation, but on running, no separate a.out-ish things
I think no,
Not that I know of
Okie
it creates executables
Java compiles to bytecode, though JIT compiler for it do exist
C# is most often compiles to CIL or native, though it also has a JIT compiler, all three being provided by dotnet core
me or them?
Hey, so I built an 8-bit calculator in minecraft. This has been a project of mine for quite some time, and I finally got it finished.
Using only redstone, repeaters, torches, comparators, and pistons, this calculator can add, subtract, multiply, or divide two 8-bit numbers (0-255). Division will give you two digits past the decimal point of acc...
this guy built a calculator using binary algorithms in minecraft with mere redstone INSANE
im unimpressed after having seen the dude that built a 1Hz programmable redstone computer with 15b of writeable ram
lol
im so bored with river because it is too good a compositor in Wayland. like i can really do anything with it. sad
sometimes life aint about 1uppin others yanno 
what happened ?
Im responsible for documentation for one of my projects and im writing nice looking docs with examples, images, snippets, etc
The full works
And now this intern thought it was a good idea to start writing his own version of the docs
In MS Word
And he's getting praised too, what the fuck
My question is, how do i slash his dreams and crush him absolutely
I want him to check under his bed for me every night before bed
I want him to glance out windows and see my face in some bushes
point out to him what he can improve with his docs
I want him to move to some fucking forest so he'd think he's safe
i mean hes an intern afterall, might as well give him some leeway :/
any reasonable upper management will use ur docs instead of bloody msword
Its not even his job to do any of this, his job is to create folders
Create folders, move files into folders, rename files
why tho doesnt sound like thats his responsibility either, we dont want people overstepping dont we 
He's covering content that is directly related to my product
And doing it terribly too
only if its your job to give criticism tho 
The only constructive criticism im gonna give is how to build a bridge so he can jump off it
LMAO
but then u get a sex offense charge bro
hmm lol
follow me for more constructive critism
you shouldnt be. ignore and be happy
doubt thats your job 🥺
i spent so much time writing docs not just for me but for them too, theyre the end users of my product
you can gib me $ and ill gib u critism
and not only they do not use my docs or any of the QoL features i develop for them
but that is against rule 6 or smth
being happy in this economy? pffff dream on
they turn around and do this shit
he asked for feedback on the company wide teams group lmao
about to ruin some tween's christmas
hm
LOL
totally not a day-old ping because i discovered tryparse exists in julia too
julia> function get_num()::Int
while true
!isnothing(local n = tryparse(Int, readline())) && return n
println("bonk")
end
end
get_num (generic function with 1 method)
julia> x = get_num()
abceafefa
bonk
128
julia> x
128
bruh
lol
kinda nasty tbh
what's it called in python when you have the star before an iterable in like a function call to expand it into individual variables?
well im already unhappy, no need to get unhappy more if im already in the 9th level of hell
unpack phaps
tryparse, i always forgot this function xD
i never forget about it
btw you dont need to annotate the return type of the function, llvm is smart enough to know
unless you want to keep track but okay
Does anyone know if sysfs includes a location for physical memory (RAM) modules of the system, where the data provided can tell me more about the particular module I'm looking at? (Like its part-number, type, size, speed, etc.)
/sys/bus/memory/devices doesn't really help me
yeah just saying but yeah
ye good to know
ye. hahamacropoop
are u looking for lspci command?
No, I'm looking to manually detect each module. Also, do you mean dmidecode?
module hmm lsmod? pretty sure you know it. im not sure what you really are looking for. try installing inxi
I don't need external deps
I need a location of where the memory modules are enumerated, in sysfs
Which hold object attributes that I mentioned above, since dmidecode seems to be able to fetch them/construct them
Apparently, it looks at /dev/mem, but that's in binary format, isn't it?
i highly doubt type inference is the responsibility of llvm
Macro - also, this is the type of data I'm looking to obtain/construct
whu
.
I'll assume I can't use sysfs for this.
shrug
should that info located in /sys/firmware/dmi/ ? not sure 🤔 imma just shrug too
https://cdn.discordapp.com/attachments/306883106986524702/908725803204890674/unknown.png man, Pharo has some neat things
whats pharo
it's smalltalk
but like... idk... dank
I wanted to make a GUI calculator and this seemed like a good choice at the time
but it's a whole thing
and I am trying to figure out how to actually get a GUI working
ah, this seems promissing
it is quite unique
but fun to use
yeah, that's Quad
it is like python 2 input when read from, and print when written to
wait a minute
⍨
🥴
lmao
lol
I wonder
If your computer can't render certain characters like that, and you try to do !charinfo on it, will it just read it as a box or does it still store the proper utf code
Specifically if you copy paste it, I mean
I think it keeps the code
⍨
Neat
Hi :D
I was wondering, is 21st century C a good book?
I've finished with effective C
wat
y e s
Wh-
lol
my var names bussin bussin
bruh.close() 😔
Where with
?
i hate everything about this message
the biggest issue
My least favorite commit messages are "changed code" which has a diff of adding 1,000 lines
Lmao
!e
def function_converter(time):
unit = time[:-1]
time = time.replace(f'{unit}',' ')
conv = {
"h": time * 60 * 60,
"m": time * 60,
"s": time
}
return unit
print(function_converter('12h'))```
@sick olive :white_check_mark: Your eval job has completed with return code 0.
12
why 12 and not h
When I first started with git, my commit messages were "new commit"
i still call my first commits "initial commit" and you cant do anything about it
Disgusting
I love how I can keep doing volume+5 forever and linux allows that
I also do that
idk even what really is supposed to go in a commit message? i just summarize what i did
exactly that
in the initial stages im just changing/adding stuff anywhere and everywhere so its kinda hard to come up with good commit messages lol
though i've been trying to get better
Sometimes I forget what I changed
just name it "I changed the code"
I usually do "added base project folders and files. Added README and LICENSE" and the like
same lmao. and i'm always like i could do a diff but i'm already writing the commit command so...
For the first commit
disgusting
bruh
I just write “code”
How dare you
just do "more code"
Smh, my commit messages are several pages long
But yeah, in seriousness, commit messages should summarize your changes, and imo big projects should have a commit message standard that everyone follows
Ugh I have to write chess in Python to impress my comp Sci teacher and there are so many different rules
https://github.com/ShakyaMajumdar/pathfinding/commits/main these are the commit messages on my current project
write 3d chess instead
Not half bad
excellent, even 
so youre Shakya
write 3d cheese instead
No that's hsp
Shakya is me
No your hsp
yes i am me too
No your hsp
oh i didn't know that
no yours
My commit messages - https://github.com/python-discord/sir-lancebot/pull/860/commits
can you stop
Stop what
I did that
Lies
idk i stopped
you can type the link with <> around it to prevent embeds https://github.com/python-discord/sir-lancebot/pull/860/commits
Woah
Thanks
How are the commit messages though?
i was confused to see "initial commit" at the top for a second because i thought it shows the latest commits first lol
but yeah nice messages
That would be nice if they did that
ty
I need to write a image analysis.... I can't just find anything to tell from that image fack
I didnt say that
wha
damn
lmao
Superman is called that because he's good at OOP.
Thank you!
another cat dev ascends, our power is growing, our sphere of influence expanding
soon, we shall take over pydis
Cat Dev Oligarchy?!
yes, cat dev oligarchy.
20k.
i have sent 20 thousand messages...
i have never thought that i would become so involved with this community when i first joined
same
see the thing is, you are not involved 
Same
amateurs
And I though I was addicted
this was yours*
this
I regret my messages in past...
That’s what we all thought at first
I got my first warning in like 2 weeks I guess
guys my first messages are so random
It was because I didn't know what self bot was and ofc I asked help how to get random bot working
I’m now at ~57 300 messages 🙃
im at 60k+ 
what was the command to see amount of warns? I guess I have like 6 😓
!user
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
huh only 4

Created: <t:1556518071:R>
Profile: @analog carbon
ID: 572303014346489866
Joined: <t:1590501689:R>
Roles: <@&815701647526330398>, <@&799041111573266503>, <@&267630620367257601>, <@&295488872404484098>, <@&764802720779337729>, <@&463658397560995840>, <@&518565788744024082>, <@&542431903886606399>
Total: 13
Active: 0

Only 13 infractions ;)
13 infractions?
smh
LOL
For those of you who don’t know, they’re just joke infractions from after I joined staff
sure
the weird thing is that my account is created 3 years ago (by what bot says) but I made this account and joined pydis just when I made the account
I made this account just to join this server, and I still remember the phase when I made it
How long ago was that?
!sf 534738044004335626
534738044004335626
Created at 2019-01-15 14:18:04.643000+00:00 (<t:1547561884:R>).
about 9-10 months ago I'd say
The ID clearly signals an older account
that's the problem
Yes! I’ll show you a nice figure in a minute
there is possibility someone else made the account and smth weird happened when I tried to make this acc (or logged in)
I really don’t think that should be possible. It seems to me like you forgot that you’d already created an account
Yup
Check your inbox for mails from discord that are old
Either that or just lying for some reason
that's also possible but I did not find any messages from my gmail
Checked deleted/archived mails if they still exist?
Or the equally likely scenario that is just shitcord being shitcord
they are gone a long time ago.
I delete them monthly
I really, really, really, really doubt that in this case. This is such a fundamental system. I seriously doubt they messed it up
my other account was made in 2016 i used to be a reactionary antisjw fun times 💀
However at this point I'm pretty sure every person who actually knows that they're doing have left the company because of how awful it is
This is most likely the case
I'd love to be proven wrong, but discord has only gone down hill since its release
They care not about accessibility or their users in any way shape or form
you forgor 
@lusty niche
Not the best one. Give me a minute to find something better
I’d recommend this Discord documentation article about it, if you wanna dig into how it works
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
Yess, that’s one part of it, which is what we use in the bot to figure out how old accounts are
whats the nickname
What do you mean?
gu si ta fu
However, this doesn’t indicate that the creation of a snowflake for an account (based on the Twitter snowflake format) would suddenly get messed up for a single account. Either the time setting of their servers was corrupted while creating it or a different faulty date was somehow fed into the “snowflake generator” for that account. I seriously doubt both options and don’t see any other reasonable explanation for how a snowflake could get messed up at creation. Could it have changed after creation? If it did, we’d presumably be seeing some much more severe issue than an account looking like it’s too old
I think it’s much more likely that he’s already created an account 3 years ago, forgot about it and used “forgot my password” 10 months ago. And then forgot about using that option at sign in
Ah. That’s just a (tone-free) version of my name in Chinese. This is how I type my name
ah i see
@royal jetty if you do have some “proof” of it, I’d be really interested
I don't so I just have to believe I did not know it exists
Guess so
!sf 218455068242870274
You are not allowed to use that command here. Please use the #bot-commands channel instead.
@royal jetty You joined this server on 31/1/2021 when your account was abouutttt 2 years, 15 days, 22 hours, 27 minutes and 58 seconds old
you probably forgot
I have to think so
it's really possibly but I just thought I was making account just before I joined here
any of u automate guis using keyboard presses or mouse movements for anything?
or its too tedious?
trying to automate youtube uploads but their API is nothing short of a pile of garbage and horribly documented aswell
i have remapped shortcuts thts about it
oh
Chinese 😅
what da hell is a gitbook
what is said name?
its like mkdocs, sphinx, readthedocs.io
but with a better gui, requiring no coding at all
it still not that great
Well, mandarin
Gustav
use mdbook 
use pillar
グスタボ
whats that now 
it's the tool used to make the rust book and the rustonomicon and the little book of rust macros and the
and some other non-rust-related stuff cuz it's just a good tool
well yes but they all require some good amount of setup before writing the docs, i.e. creating the directory and config files etc.
thats my weakness 😔
Anyone knows what's rHASSL4exe, my computer detected it as PUA
i'm alive but i'm dead
what the fuck
lmao by process of elimination i guessed the answer out of three last possible answers-
no way i'm actually right 🤣
i have the power of rng and god on my side
damn
ah, I kinda get what the question is after reading it a few times
rng gods
I was literally about to say you should just guess 😂
yeah lol
any antivirus recommendation for linux?
...empty?
@sick olive really now. how often do you go hungry?
every animal has to hunt for their food, humans are used to it
sure, but guess what, we live in the magic age of agriculture.
we do not need to hunt for our food anymore.
we also can't in many cases.
city moment
It's not like you can just go trap squirrels at the park. You have to travel to somewhere you're even allowed to hunt, have a hunting license, and so on and so forth.
We actually have to where I live.
o_O where do you live?
Yukon?
We need to shoot 100k moose every year or they literally destroy the forest.
i found the Canadian.
Sweden
same thing \s
Well, there are some similarities.
can you speak Swedish?
Well, I am Swedish, so...
if so can you teach me how to curse in Swedish
In theory, but not on this server. It also doesn't sound like much fun for me.
i could go for some pork with tons of diseases inside of it that could probably kill me.
fuck it, we should just go back to monke, literally.
fair enough
Dementati have you shot a moose before
Nope. But my grandfather and uncle hunt.
Fun fact, did you know Canada is such a frozen wasteland that over 50% of the population live at the very most southern parts of the country, and the government will literally pay you to live in certain areas because those areas are so inhospitable?
I did know that.
I want to get some property in like Nanavut or the NW Territories
Global warming insurance
Sweden has a similar layout, with the vast majority of the population concentrated in the southern parts, but it's not quite as extreme as Canada.
Yeah, but I'm gonna buy while it's cheap
get a fireplace going up there & make some hot chocolate inside of a wooden cabin.
When it's a nice temperate climate everyone's gonna want in.
thinking ahead
Katy and I will laugh at you when you live in a barren desert and these latitudes are a temperate paradise.
yeah, a ton of countries still produce like, most of their power from fucking coal
Moose Superior
coal
we can run the world on Moose pelts.
Who the fuck burns coal?
If this continues, I'm gonna go nuclear. I mean, literally. I'm not an angry person. I just think nuclear is a good compromise.
Thorium reactors, that's what the world needs
how about we just leave the planet.
But people have a weird phobia of nuclear
probably not gonna happen very fast sadly.
Yeah, because people are incapable of judging threats rationally.
why do people not realize that nuclear energy is safe 
You get a Chernobyl and Fukushima and people think it's the end of the world.
Which to be fair, those were bad.
Yes, bad to a comparatively infinitesimal number of people and surface area.
But modern reactors aren't even built like either of those.
you know what else is going to be bad? cities going under water 😎
The technology now is extremely robust.
Pollution from coal plants kills 10000x the number of people annually (or something along those lines).
The Canadian Nuclear Safety Commission have a youtube channel where they talk about procedures and reactor design
it's lit af, check it out sometime
Wait till Cali is under water then save the planet
Sadly not really an option any time soon.
This CNSC video shows the progression of an accident scenario involving a total station blackout at a Canadian #nuclear power plant. It describes multiple #safety system layers and highlights that, even during an extremely severe accident, nuclear reactors in Canada will safely shut down and contain #radioactivity.
i want to have mars babies
Mars has no magnetic field.
i want sun burnt mars babies
And it has 0.4x the gravity or something.
i want tall sun burnt mars babies
you know what i am pumped for?
It's also way worse than the barren wasteland you wanted to escape from.
California breaking off from the continental United States.
which i doubt will actually happen but lol
Whether or not it does, why are you excited about it?
It doesn't sound like a good thing.
joking
think of the investment opportunities with all that new coastline though
we could get a billboard with the C logo on it plastered across it.
Could finally afford a coastal apartment with cali gone
improved gene pool
C has a logo? How do I not know this
oh wait I do
wtf, I just disassociated that iconic hex-c-thing from the language
if cali ever becomes an independent country i am sure texas and florida will follow suit
@hollow holly Today I figured out what was broken in my C physics simulation! Turns out I completely misunderstood how switch/case worked lol. I didn't use break after independent cases...
so fallthrough?
oh so switch/case is fallthrough? (in C)
Congrats though!
its in cpp aswell, one of my first projects in C++ had a nasty fallthrough bug
My lexer is still brorken for my calculator 😔
What language
feature not a bug 
I think I might just do a complete overhaul
Hah, I forget to add the breaks as well
it's in C
No, but I already have a calculator program and all I would be doing is transferring it to C
Ah, alright
with the same logic
How is it broken?
Lmao
strncmp doesn't work either
I'm just googling how to do things as I go along lol. I've just thrown myself into a physics simulation project
Reading more of effective c would give you more insight on what exactly the language features do, and how to better use them
Lmao, I've been following along craftinginterpreters to get a better handle on C
I'm honestly more of a trial and error kind of person
That's how I learned Python
reading books is kinda meh for me
one of the best way u can learn something
Alright
reading comes in a close second
Although, getting a strong foundation in the basics is pretry essential
Squid taught me up to structs
So I think it's time for me to mess around by myself
then i'll continue reading effective C
Great
@glad grove I see what you're talking about, the null terminating byte at the end
It ruined my code lol
broken, but it is less broken
no lol, answer is (A)
someone know what to do if an x-axis value is greater than what a graph shows?
For example the distance (meters) in this graph only goes upto 0.40 but my answer requires it to be atleast 1...
I'm not 100% what you are asking
What are you trying to do?
I need to plot at point (x=1, y=300) but x doesnt even go upto 1
and i know for sure that x=1 is correct lol
Are you able to change the scaling of the graph?
not 100% certain but I know my professor wouldnt mind it... Do you think I should scale it enough to add 1?
I'd check that your point is correct first, which I'm not sure it is. I think the graph is meant to be a y = 1/x^2 graph, but if you add that point, then based off your current points I feel like it would look wrong
hmm, yeah you're right. I am gonna verify my numbers. Thanks.
I have a question, when an application runs, does it have one big loop or a main loop and some other small ones?
generally, one loop responsible for everything
even in games?
ye
thank you
or well, one loop per thread
thread?
most things these days run multiple threads
almost by definition there can be only one main event loop, but various processes will have loops in them
ok
except for python programs, since they are just kind of harder to use async in most cases
im learn unity rn
in unity you have the job API if you need to run something outside the main loop
ok
compiling a custom linux kernel is pain
last time i did that my network card stopped working and i didn't feel like compiling again 
i just screenshotted your pfp.
nyooo
guess what, they rolled it back 😄
how about make the entire video private 
this will solve:
- misinformation
- lack of diversity
- youtube drama
- copyright infringement
and most other issues
give everyone a voice so long as you get the grift money break all the rules its okay
Is Django a good one to have basic competency in? I don't really like web stuff, but I know it's important.
is it me or.. why does a govt website use excel as backend
Contracts. Someone signed a contract.
It was a bad someone.
... I think I'll compromise. React and Angular are too much for me to devote to web dev. Django genuinely looks fun, even if it's web dev.
Because people know how to use excel
One of my tutors said that ... the District Health Board(?) had integrated macros in MS Word(?) so extensively that there was virtually no way they could ever drop the program from their workplace. Just endless band-aids.
Genius
im just concerned if that poses a security risk
office software are known to be easy
is the ot name updating an hour earlier than before
yeah
or do i not understand how time works
Daylight savings time
it is fine. i sleep at 2am
I (think) you're from UTC - 5/4 which recognizes DST (directed to Mina)
i cry every day too. got a lot of time on my hands
so like, next year will the name change another hour earlier?
yep, cause of daylight savings time
It follows UTC
UTC hasn't changed I think, we just changed
so we jumped back from UTC - 4 (8 pm) to UTC - 5 (7 pm)
okok so in March or whenever when daylight savings starts again it will be at 8pm again
yep
thx for joining struggles of understanding time with mina
DW, I hate DST/timezones too
Especially when programming
screw sleep schedules, let's all adopt UTC
so true
uwu
um, just dont turn them on, they wont crash into each other
not my fault im sexy :(
oh no. we had something like that
The "Lockdown Browser"
lets all make nft's
Don't majority of NFTs end up in net loss
I have no idea
im not bothered by it cause i already studied.
im bothered because it is basically malware
I wish our exams were like that
there's no need to study 😔
everything's just too easy and takes a needless amount of time
also compiling linux xanmod kernel cause why not 😫
🤔 youre still in highschool right?
Yes
Yoo
I don understane
welp. i dont know if i really learned anything so i will take a master's degree instead 😂
understane? sure
well that's true they defined functions to do that
No understand
understand what?
understane? 🤔
.oO(yiss)
bruh you will still have chrome/firefox/whatever and they think you'll not be able to google something with that -_- 🤦♂️
This is why they force you to use a locked down browser
so you can't do any of that
ohhh
I don’t understand the ass workout. See when you workout your body, you burn the fat and build the muscle and if you eat less while workout more, you’ll look lean but there’s one part of your body that seems to do the opposite. Your ass, the more your workout your ass , the more the fat will deposit over there instead of the fat supposed to be burn. Please someone explain the mechanic.
the what
LMFAO
muscle dont change fat distribution the muscle just gets big then fat covers it
i think u misunderstood
can i replay genshin's cutscenes
my phone's performance isn't that good
and it barely plays anything
I just watch them on YouTube
there are some cutscenes I love to rewatch lol
ok
Who's they \😩
me perhaps
yeah
why do you thank me with a sad face
POV: People helping in help channels
because the happy faces don't suit me
😳
😔
I too feel the unhappiness 😢
with da baby
\🤔 seems fine
He escaped the twemoji
I don't have an emoji, but some of the ascii ones are fine :|
iOS user spotted
lolol

another iOS user spotted
so what does it look like for you?
\👀
the normal emoji lol
dpends on system font phaps
show...
This is what it looks like for me
It looks better than the old ones
windows user spotted
lmao
you die on your hill I'll die on mine
Looks better than IOS...
why can I not upload this image
Because windows
Your privileges to upload images has been revoked.
The amount of effort this guy took.
what guy
Oh some guy who had trouble uploading an image.
windows phone is dead, long live windows subsystem android
wsa is going to give me a lot of fun
but i dont want to install win11 now
i prefer being windows outsider
Hey, I hope you guys are having a good day
The BIOS was software that was integrated into the computer's motherboard.
T/F? I picked true and got it wrong
oh is it because different vendors have their own BIOS?
nah just ot
i know very little about how hardware works besides the barebones basics, so im curious
which
so motherboard manufacturers doesnt integrate their own BIOS into the mobo
“Choose of the three mental processes from the article. Which of the examples provided most closely aligns with your identity or culture.”
seems like a mistake, they probably forgot to type "one"
high school?
hi
no promises
definitely
I'll never understand how y'all think the new emoji look better
they look like sunburnt fuzzy dramatic peaches
tfy
semi-related: I really hate how they only shipped the 2d versions of the emojis. The 3d ones in the "ads" were so much better.
3️⃣
I'm saying I don't have the 3d
I don't think msft ever released them, even though they probably spent a lot of money on making them
eh discord on windows is only 2d emoji
even on github and other apps
except messenger or some custom sites
lemme check maybe im wrong. i havent touched my windows OS that long
you're correct

oh god
see those look great

LOL
the 2d one is ugly
agree
lunatics, I tell you
helo
hei
has grown on me
I really wish I had nitro just so I could use that

i have never seen you using emotes except pleading face smh
I use a couple
LOL
\🤣
\🥲
\😂
doesnt render for me
bruh
hm
insider?
yes
lol
\🥲
cool, im stable
hmm
hi stable i am oreo
same
dam
:epicpoint:

yes
:epicpoint:
Who wakes me up?
the Mississippi queeeeeen
Where is my quen
in Uganda
Did you mean Mississipi Queeeeeen?
if you know what i mean
.reverse racecar
racecar
yooo
why is PyCharm like, ripped off?
?
.reverse rasecar
racesar
wdym fragmented?
If you're asking about the lines in/shape of the logo, that's how all JetBrains logos are
That's just how they're designed
huh?
oh
You mean the logo... like how it almost looks like a puzzle piece
what
oh god i thought it was someone cooking a frog
?
it is not an error
?
clearly edited
?
i am saying
that windows sad is not a blue screen error
its editing
also it doesnt say 100% not cool bro
oh
i am feeling happier than before today
dawn
when you started programming and when you joined discord?
even dawn understands that was a joke lol. xD
would you like to be a dog
programming: on and off for a couple years, got serious at the beginning of this year
discord: december 2020
i mean it is obvious
no. how about u?
i dont get humour
nice you became a helper in less than an year
she helped with quality knowledge so she became halper
i mean if i would be pet yes, they have all food etc. spoiled
but if stray dog, no
they get cold and hungry lol
pronouns are "he/him" for dawn i think but he doesnt really care so yeah ig its ok?
who's dawn
Yeah I don't really care
what all books have you read and what type of books you like?
are you insinuating that I have no sense of humor 
what all have you read?
mmm my pc is so moody to boot up i feel like thats its own security mechanism
if fantasy probably read rick riordan?
oops I read that so wrong
bruh
yes definitely
I love the riordanverse
daughter of the deep was great too
all riordan books?
uhhh
I dunno bout all the side stories
But the main parts of PJO, THO, TOA, MC, and TKC, yeah
i read the first two(?) books of TOA and then someone gave me a spoiler for the third so i didnt complete the series
no?
Dawn has a sense of humor?
were you possessed for a second there?
if it wasn't clear, I was joking
i guess dawn was possessed by seahawk for a bit
oh. there goes your sense of humor
anytime I use an emoji in a message I'm joking
I love you \❤️
okay well maybe not anytime, but anytime I use an emoji it's not a negative message
I'm having breakfast 😏
PyBreakfast?
im about to have breakfast
so youre joking?
this message is a joke 😏
oh no
OH NO
bruh i just put emojis randomly on messages so ppl cant know what i mean, its like locking your door all the time to throw people off 
poop breakfast
e 😏
PyBreakfast
eating pythons for breakfast?
I don't think that's a good option, because the python will bite you in the stomach
eating @oak hemlock for breakfast. just add @sick olive
wait which goes first?
milky or pycereal
okay im convinced
but you need a PyCerealBowl to contain it
hullo
Yea, then you'll need a PySpoonObject to eat it with
what
just use hands ._.
lol what
that's kinda weird
why would you use hands to eat pycereal
PAPA 8 does not approve
!eval
Drint = print
Drint ("hello world")
you are not asking to be put my inside of my dog, are you :(
lol
i am
dont be surprised, i bet you already know that
I see how it is.
can anyone help me to wipe my ass
what
like literally, how to do it xd
oh right
thank me later
Bruh
PSA: dislike this video: https://www.youtube.com/watch?v=kxOuG8jMIgI
Earlier in 2021, YouTube experimented with making the public dislike count private to see if it would help reduce dislike attacks across the platform. And after analysis conducted in July of this year, we did see a reduction. Now, the YouTube public dislike count will be made private (but the dislike button is staying). Viewers can still dislike...
:)
stop posting same thing in different ots 
wtf
lol the amount of dislikes
Exactly
Louis Rossmann did a good video on this tbh
🔵 https://kotaku.com/youtube-has-removed-the-dislike-counter-1848036246
👉 This video was recorded with the following:
🔵 Chair: https://amzn.to/3D2J2Jb
🔵 Camera: https://amzn.to/3eO58my
🔵 Microphone: https://bit.ly/ae5400
🔵 HDMI capture: https://amzn.to/3cMzhRq
🔵 Audio interface: https://bit.ly/2i2audio
haven't usd youtube for a while
what if it's cooked?
wow you must be chad
someone translate
enchanting table
Enchanting table
ok
enchanting table
just put a zwj ig
if you receive a discord nitro gift from some rando like System Message, just say fuck u and block ;)
pov : you are in rust server
But then it can't be copied properly to make a code block 
HHAHAA
LOL
I reported that person as spam
t h a n k y o u
n p
//cyl tnt 100 3
definitely cannot go wrong in any way
are y'all Dutch or something
world edit?
world edit moment
hm 3 seconds / frame i likey
the // and tnt gave it away
this is why you use AWE
of course
?
im not talking about world edit going wrong
im talking about the immense amount of tnt
the tnt explosion
oh :c
and the fact this is a superflat that contains 1 layer of redstone and 1 layer of bedrock
what's laggy about immense amounts of TNT, smh
it's just a block, not a ticking tile entity, nothing laggy about it 😛
oh once you light it
damn , wish i had that much of spare time as this guy has 🛌
hm very nice
the redstone interacts with the harmless tnt block, turning it into primed tnt
the primed tnt is dangerous
dude he knows
i can foresee the end process screen :supremacy:
the only thing dangerous about the tnt block is the fact that it can turn into primed tnt
ik that he knows
CIRCLE IN MINECREFT
notch was very good at making those kinds of effects
this is, in fact, not a circle
ur not a circle
i love that for 1 second it returns to normal and it spends the next 8 seconds in the not responding screen
itsallpixels
repeatedly.
lol
hm as long as i keep this screen up its fine
the subtitles show that the explosion's still going on
as soon as i click "back to game"...
we get the not responding screen
i love torturing my pc
and so does your pc love torturing you
what bar
if you mean the title bar it is matched to your windows accent colour
no idea
has anyone found another bot client where you can log into a bot? I heard discord patched a bunch of the current clients and I can't find a new way.
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
discord doesn't particularly want users to discuss breaking discord's tos, on Discord at that.
oops, sorry about that
i tried !raw-ing it, but i don't get the same result, it's like different when the bot sends it
oh yes.
https://i.imgur.com/vYN6IPv.png
which version of linux should i get?
send link also
lol
What are your thoughts so far?
If you're asking for actual version, I'd no doubt recommend an LTS
so 20.04 LTS
so next LTS is on april of 2022?
yup
can we discuss how to hack discord then
Kind of
You're going to need to format it
which means wiping it clear of any files
can i add files to it after i install ubuntu?
You'd have to reformat it to something like FAT32, but yes
ohk
haha SUS
try not to send it here
does this look weird to y'all
but i wont paste it coz then i will get muted 3rd time for the same reason
youll get muted if your message has too many emojis
like the title bar color namely
3rd 
yeah ik first time it was for 126 emojis under 10 seconds
then it was too many emojis
does look a bit odd to me idk why


