#ot1-perplexing-regexing

1 messages ยท Page 515 of 1

tribal aurora
#

Hi.

lone cradle
#

ello

rough sapphire
lone cradle
#

ooh

rough sapphire
#

This sucks

rough sapphire
#

I hope nothing happens around Inauguaration Day

lone cradle
#

hmm

#

day after tommorow

rough sapphire
#

I think so

#

But since it's the US, I wouldn't be surprised if something did pop up around ID

lone cradle
#

I am not even from the US. timezones smh

rough sapphire
#

At most, I think it's the "day after tomorrow"

#

Don't quote me on that

lone cradle
#

aight

#

in the tv it was '2 days left' today morning.

honest pawn
#

Everyone else's humor: funny, understandably witty
My humor:

from internet import humor

if __name__ == "__main__":
    humor.soup_time()โ€Š
#

I need new material

#

Helmp

inland wolf
#

maybe u should try some other function

high verge
#

@inland wolf it's basically an abbreviation of 'life is nothing but a dream'

#

or 'naught but a dream' if you're old fashioned ๐Ÿ˜›

rich vigil
surreal otter
ancient kite
uneven pine
#

welp, I'm going to get a covid test tomorrow

#

I'm slightly panicking because if I test positive it will be the THIRD time I've had covid

surreal otter
#

That would be bad, how are you so constantly exposed?

young shoal
#

you'd think after being infected twice you'd be more careful ๐Ÿค”

uneven pine
#

I wear my mask constantly, I use hand sanitizer every time I get back in my car, and wipe down my gearshift, steering wheel, and phone

#

wash my hands constantly in the store

#

there's nothing more I can be doing.

uneven pine
inland wolf
rich moon
#

i mean there is a new strain from UK

inland wolf
#

true

rough sapphire
kindred sorrel
#

I've sanitised bottles of sanitiser

#

So there's that

acoustic moss
#

But did you sanitize the bottle with which you sanitized this bottle?

kindred sorrel
#

Yes

acoustic moss
#

Is it sanitizers all the way down?

kindred sorrel
#

Yes

rough sapphire
#

hey

topaz aurora
#

@red rivet Moving here for lower traffic.

No, TypeScript is far from what PureScript stands as it is. TypeScript serves as a superset over JavaScript that integrates a proper type system while PureScript is an entirely different language by itself that has an extremely powerful type system

#

I guess the comparisons come from the fact that most believe that all type systems work the same way and that they just describe data with finer detail but that isn't the case with mainstream, statically-typed, imperative languages versus functional, statically-typed languages

solid pollen
#

Hey @spare dawn, please only post your question in one channel

spare dawn
solid pollen
#

I donโ€™t know this langauge (cpp, right?) sorry

#

Hey @weary torrent, please donโ€™t sent random memes in off-topic

rough sapphire
#

hey

weary torrent
#

oh sorry, i thought memes were allowed here

spare dawn
solid pollen
acoustic moss
#

read till the end

#

also notice dates

#

lol

kindred sorrel
#

Lmfao

#

Now that's a quality library

acoustic moss
rough sapphire
#

Happy they've merged it

#

Because that's not what I regularly see with my experience with GitHub

acoustic moss
#

me, who doesn't even make PR's: interesting

rough sapphire
#

Me neither, don't worry ๐Ÿ˜„

topaz aurora
#

The only PRs I have for my repositories are for GitHub actions

#

I have to make sure they run fine there as well

edgy crest
#

i thought he would have left github or smth but he even responded 7 years later

inland wolf
#

spunch bob

fresh quartz
#

is there an equivalent java server like this one

rough sapphire
#

I imagine there is

#

Together Java, I think, is the name?

surreal otter
#

There's that one

lone cradle
#

all offtopic channel names today are mod names lol

inland wolf
#

lol

#

fix-error just keeps fixing errors damnit

rough sapphire
#

numpy is a mod? @lone cradle

acoustic moss
#

always has been

rough sapphire
#

Petition for bisk to be a mod?

rough sapphire
#

i witnessed @quick ledge

rich finch
#

Hello

rough sapphire
#

Greetings fine people, hope all is well. Can I run a specific version of Python per project? If so how can I do that in Windows 10 OS? Thanks

acoustic moss
#

Which IDE are you using?

#

You should be able to select a different interpreter for each project in most of them

#

If you're running via cmd you'll probably have to specify the full path to which interpreter you want to use

rough sapphire
#

@rough sapphire Pycharm supports that

mild abyss
rough sapphire
rough sapphire
mild abyss
#

but pycharm is thicc so make sure your pc specs are up to it. because mine is a potato so i was forced to use and love neovim and vsc

rough sapphire
#

i use vs code but if pycharm is the way to go I shall

#

pycharm is thack?

acoustic moss
#

you can select interpreter in vsc as well

rough sapphire
#

theeek

mild abyss
acoustic moss
#

You should see the option to choose interpreter in the lower left corner

mild abyss
acoustic moss
#

or ctrl shift p> python: select interpreter

rough sapphire
#

ok looking into this setting in vs code, but would be nice if it was configurable per project. one time setting , done. wam bam thank u maam

acoustic moss
#

assuming you have the python extension installed ofc

#

you can toggle it back and forth any time, per project if you want so

mild abyss
#

i really like pyenv haha much easier to switch python with it

rough sapphire
#

but if I gotta do it everytime I work on another project that sounds tedious

mild abyss
rough sapphire
acoustic moss
rough sapphire
#

@acoustic moss you read my mind! ๐Ÿ˜‰ I was thinking a config file that resides in project

acoustic moss
#

hmm pythonPath in settings.json might do something lemme check

mild abyss
rough sapphire
#

wow an ide that you can control with mind. I will invest in that!

mild abyss
rough sapphire
#

sorry was talking in another window

#

pycharm isn't bad if you have a half decent pc

#

but yeah, otherwise theres much lighter options out there

mild abyss
#

u can specify the python version for each workspace

#

so after u configure it, you wont have to switch

rough sapphire
#

pycharm has a lot of bells and whistles that make coding a lot more convenient, but you pay that price with RAM

acoustic moss
#

yeah in vsc you can define which interpreter you want in settings.json under python.pythonPath, as well as ctrl shift P>select interpreter

mild abyss
#

manually

#

@rough sapphire workspaces are like isolated settings.json so that might be of use to u ๐Ÿ˜„

#
{
  "folders": [
    {
      "path": "Chapter 1 - Getting Started"
    },
    {
      "path": "Chapter 2 - Programming a Guessing Game"
    },
    {
      "path": "Chapter 3 - Common Programming Concepts"
    },
    {
      "path": "Chapter 4 - Understanding Ownership"
    },
    {
      "path": "Chapter 5 - Using Structs to Structure Related Data"
    },
    {
      "path": "Chapter 6 - Enums and Pattern Matching"
    },
    {
      "path": "Chapter 7 - Managing Growing Projects with Packages, Crates, and Modules"
    }
  ],
  "settings": {
    "files.defaultLanguage": "rust",
    "editor.fontFamily": "'FantasqueSansMono Nerd Font','JetBrainsMono Nerd Font'",
    "editor.hover.enabled": true,
    "editor.fontLigatures": true,
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.formatOnType": true,
    "editor.formatOnSaveMode": "file",
    "editor.defaultFormatter": "matklad.rust-analyzer",
    "rust-analyzer.cargo.allFeatures": true,
    "rust-analyzer.server.path": "/usr/bin/rust-analyzer",
    "rust-analyzer.updates.channel": "nightly",
    "lldb.displayFormat": "auto",
    "lldb.showDisassembly": "auto",
    "lldb.dereferencePointers": false
  },
  "extensions": {
    "recommendations": ["matklad.rust-analyzer"]
  }
}
``` this is a sample json format of workspaces. ๐Ÿ˜„ u can edit some things like the path of the interpreter. although this one is for my rust config, you can do it with python too
rough sapphire
rough sapphire
#

I should just shut up and start coding. thanks all.

#

not sure what your pc specs are, but I run it np with 16GB

#

you can probably do it with 8GB too

#

i have 32GB work horse ๐Ÿ˜

#

poyfect

#

you should definitely try it then

#

๐Ÿ™

mild abyss
#

!resources

royal lakeBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

rough sapphire
#

but not sure which version of python it uses.

#

whats NLP?

#

Natural Language Processing

#

oh ok, the only nlp I knew was neuro linguistic programming and had a feeling that wasn't what you were talking about lol

#

๐Ÿ™‚

#

though that sounds fascinating.

#

if the library is reasonably popular, its usually supported on the newer python versions

#

this baby look to be super old.

#

Released: Mar 10, 2014

#

that l3 one?

#

yes sir

#

yeah

#

ideally, theres another option out there much more recent

#

ok will look basically it is used in the following

#

at a glance, there seems to be other nlp libraries out there for you to check out

#

๐Ÿ˜„

#

spacy is what I am planning to use but the language is not yet fully supported and the only existing tree bank for the language I am working on is tiny.

#

oh I see

#

so in order to generate the treebank I need to use another python module that you feed it a large corpus of data that can give you an output you then manually edit. it is tedious work so aiming to automate part of it. hope that makes sense.

#

might have to do parts of it without l3 dependency

#

without understanding NLP itself, I completely understand your problem. automation is always key, especially if whatever you're processing is large

#

yes sir

#

nlp creates the corpus of data that could then be used for machine translation etc

#

I understand

#

definitely sounds cool though

#

you should try it, it can be applied to many fields. log parsing, medical research, you name it

#

once I finish refactoring a library of mine, definitely

#

that kind of stuff is a lot more interesting (to me at least) than solely focusing on web development, which is what I focused on for a while

mild abyss
#

!projects

royal lakeBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

lone cradle
#

why am I getting pins but I can't see who pinned me?

lone cradle
simple sand
lone cradle
#

hmm pinning and deleting

#

bit stewpid innit

rough sapphire
#

I read chess ๐Ÿ‘€

#

Yee!!

#

Soviet intensifies, play chess with me!! lemon_swag

lone cradle
#

?

rich tulip
#

Hi! I'm a beginner and I have an issue with powershell. Is anyone willing to help me?

rough sapphire
kindred sorrel
deep drum
#

People on SO are damn weird

#

wondering why anyone would reject the edit, but reading his comment confuses me so much. there's no prompt to ask what he's talking about.

high verge
#

that is weird

#

maybe replied to the wrong edit by accident

rough sapphire
#

That might be a good reason

pale adder
#

Hey

near island
#

@cosmic quiver
I want to have a word with you regarding discord.py. In private

mint lichen
versed flint
#

Ah, yes ! Good units !

solid pollen
#

Haha

quick scroll
#

does c++ use snake or camel case?

round rose
#

camel

quick scroll
#

cool thx

round rose
#

although technically you're allowed to do snake case, it's just that most conventions stick to camelcase

quick scroll
#

yeah thinks

#

i'm following a tutorial

#

and he wrote snake case lol

#

so i have done a tad bit of c++ before and i was like waaaa

round rose
#

IIRC the stdlib uses snake case quite a lot, but in general people would expect camelCase from your code

round rose
acoustic moss
#

whyDon'tYouLikeCamelCase?

round rose
#

theAssymetryFucksMeUp

#

PascalCaseIsTolerable

acoustic moss
#

WHAT_ABOUT_SCREAMING_SNAKE_CASE

round rose
#

LOVE_IT

#

snake_case_works_better_with_acronyms_imo

acoustic moss
#

iDKMan

round rose
#

Ah yes

#

The fabled Donkey Kong Man

acoustic moss
#

of course

round rose
#

so yeah, I much prefer python's snake_case convention, and I can tolerate C#'s PascalCase

stark prawn
acoustic moss
#

ye

quick scroll
#

I love Kebab-Case lol

graceful basin
#

cpp does also use snake_case for builtin types

#

like istream_iterator

acoustic moss
#

python has some weird cases
float.is_integer but str.isdigit and str.isnumeric

graceful basin
#

and Counter and defaultdict and OrderedDict and assertEqual

#

I like the nim solution of just having case insensitive ignoring _ identifiers

#

theCount == thecount == the_count

acoustic moss
#

hmm

#

in int literals python ignores _

#

yeS

#

hmm an inverted CAMELcASE looks interesting

quick scroll
#

what does flushing buffers mean lol?

#

can someone explain in layman terms?

solid pollen
#

You request the OS to synchronise its internal buffer with the filesystem

#

In other words, you ask the OS to write the cache to the disk no matter what

quick scroll
#

how does it matter? why would i need it?

acoustic moss
#

buffer -> carry things in chunks in a bucket
flushing -> empty the bucket, even if half-filled

solid pollen
quick scroll
#

ok thanks lol

hidden pebble
#

I have a problem, in my server if a person has the muted role and the member role they still can send messages.

solid pollen
#

You need to have an override in each channel denying send permissions to this role

hidden pebble
surreal otter
#

Hangman is beginner and expert?

lone cradle
#

idk Im not the one that sent it

surreal otter
#

I think calling it 'expert' is disingenous

lone cradle
#

beginner imo

surreal otter
#

You're the one petitioning to have it pinned

#

so you answer for the flaws ๐Ÿ™‚

lone cradle
#

thats true

surreal otter
#

OP did not petition, they just spoke their mind and were going to let it pass

#

Beginner, Beginner, and still learning concepts maybe for the project lists

#

but the expert projects don't require many if any advanced features

lone cradle
#

alr

grim blade
#

HAHAHAHA

#

FU

#

HAHAHA

#

YES

#

IVE DONE IT

#

I GOT BLOD

#

BOLD

lone cradle
#

ok bro

#

idk what you are talking about lol

grim blade
#

Italic

#

BOLD

lone cradle
#

ok?

grim blade
#

ITALIC BOLD HAHAHAHAHA

solid pollen
#

Letโ€™s chill out please

grim blade
#

all hail the mods

#

ooooooooh

lone cradle
grim blade
#

are you bieng sarcastic?

lone cradle
#

yes

acoustic moss
rough sapphire
lone cradle
acoustic moss
lone cradle
#

you guys are fun ๐Ÿ˜†

acoustic moss
grim blade
#

REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

lone cradle
grim blade
#

hee hee

lone cradle
#

I have a friend

#

in my class

acoustic moss
#

nice

grim blade
#

good for you

lone cradle
#

im not done

acoustic moss
#

o

grim blade
#

oh

solid pollen
#

!warn @grim blade Stop posting all cap messages with all the possible Discord formatting. I wonโ€™t ask again.

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied warning to @grim blade.

lone cradle
grim blade
#

Okay sorry

acoustic moss
#

for her having a younger brother?

#

ikr

lone cradle
lone cradle
lone cradle
#

yes, in your own server lol

solid pollen
#

Ask about what?

grim blade
#

rip

lone cradle
grim blade
#

Akarys are you famous?

lone cradle
#

I can see him on the right side 'moderators' section. and I dont even have to scroll down, very famous lol

grim blade
#

@solid pollen Who is your fovorite woman?

solid pollen
#

What kind of question is that hahaha

lone cradle
#

you are a troll you realise that r8 lol

solid pollen
#

My mom

#

Of course

lone cradle
grim blade
#

Ahhhhh so you dont have a girlfriend

lone cradle
#

whats the proof that akarys is a male lol.

grim blade
#

his pfp ig

#

maybe he is bi

lone cradle
#

bruh

grim blade
#

Please dont ban that was a joke

lone cradle
#

ya we cant know for sure by looking at an animated pfp

solid pollen
#

What if I donโ€™t like girls?

quick ledge
#

girls have cooties anyway

grim blade
#

yea

lone cradle
#

whow

grim blade
#

hey Akarys if me or hetheboss were about to fall into a volcano and you could oly save one, who would you save?

acoustic moss
#

me

lone cradle
#

hahaha

#

hey akarys!!

grim blade
#

@solid pollen

#

hey Akarys if me or hetheboss were about to fall into a volcano and you could only save one, who would you save?

lone cradle
#

can I ask one thing?

solid pollen
#

nobody

#

Jk

lone cradle
#

how old are you? polarbearman

grim blade
#

old enough to use discord

#

if thats what you mean ๐Ÿ˜‰

lone cradle
# solid pollen *nobody*

thats better, because if you save one person, the other dies and also he realised that akarys betrayed him so thats a bummer. your answer is justified

solid pollen
#

Yep

lone cradle
grim blade
#

im a teenager why

lone cradle
#

no just asking

#

what else can we talk bout

#

how's the weather?

grim blade
#

idk keep asking Akarys odd questions

#

@solid pollen where do you live?

#

lololololol

solid pollen
#

Somewhere on earth

#

but it isnโ€™t hard to find honestly

grim blade
#

oh

lone cradle
#

no, I am not elon

grim blade
#

so he isn't an alien

lone cradle
acoustic moss
lone cradle
#

ik akarys is british

grim blade
#

OH

lone cradle
#

jk just guessing

grim blade
#

Would you like a spot of tea Akarys?

solid pollen
#

Lol Iโ€™m not

lone cradle
#

akarys is probably from the US, Australia or Canada

solid pollen
#

My english is too bad for that

acoustic moss
#

european for sure

lone cradle
#

yeah

#

italy?

grim blade
#

Akarys are you in love with president biden?

acoustic moss
#

pfp looks french-ish

lone cradle
#

we can check his github of @solid pollen

#

and see the location

acoustic moss
#

lol

solid pollen
#

Yep haha

solid pollen
lone cradle
#

I honestly believe that my genius creates gravity

#

omg akarys is from marsailles france

grim blade
#

๐Ÿ˜ฎ

#

WEE WEE BAGUET

lone cradle
surreal otter
#

Nice to have a man who wants the job in it

lone cradle
#

@solid pollen

acoustic moss
lone cradle
solid pollen
#

It is public information, I donโ€™t mind that

grim blade
#

Can you mail me a Baguet?

lone cradle
#

is your name matteo

#

I understand now that french people have noice english

#

wait akarys is born in 2004?

grim blade
#

I want a franch made baget

solid pollen
#

Yep

rough sapphire
#

Oh, never knew Akarys was French

grim blade
#

๐Ÿ˜ฎ

solid pollen
#

Well, you canโ€™t mail food

lone cradle
grim blade
#

๐Ÿ˜ฆ

rough sapphire
lone cradle
#

akarys i need response

grim blade
#

so he is/will be 17

lone cradle
#

no 16

acoustic moss
#

mafs

grim blade
#

its 2021

lone cradle
#

bruh

rough sapphire
#

Might just be his favorite number

grim blade
#

not 2020

lone cradle
#

hmmm

#

but what if his birthday isnt in january

#

maybe he might turn 17 in february idk

grim blade
#

i said /will be

lone cradle
#

yeh

solid pollen
#

I donโ€™t answer questions on my age though, I donโ€™t like that :>

grim blade
#

o no hes typing

#

okay sry

rough sapphire
grim blade
#

well he does have gray hair apparently

lone cradle
#

no cause old people dont say their age

grim blade
#

ahhh yes

rough sapphire
#

It's kinda obvious 50+ is a joke, don't worry

lone cradle
#

yup

#

i dont wanna get warning lol

acoustic moss
grim blade
#

i know nothing abt programming but akarys is fun to hang out with

lone cradle
#

LMAO

solid pollen
#

Haha

acoustic moss
#

(/s just in case)

grim blade
#

@solid pollen can you explain to me what ur name means?

lone cradle
#

does it have to make sense?

grim blade
#

is it franch

solid pollen
#

Akarys? It doesnโ€™t have any deeper meaning Iโ€™m afraid

lone cradle
#

always

grim blade
#

oh its just jibberish

acoustic moss
#

I keep thinking of dracarys lol

lone cradle
#

hah

solid pollen
#

Yep, it is inspired from (by?) a name I heard at the TV

grim blade
#

Im thinking A.K.A. Rys

#

wait if ur french how is ur engilsh slang so good?

lone cradle
solid pollen
#

My english isnโ€™t great tbh

grim blade
#

oh it seemed lik it

lone cradle
solid pollen
#

But Iโ€™ve learned it by spending time here mostly

lone cradle
#

accent gotta be french

#

mixture

acoustic moss
#

sounds sexy ๐Ÿ˜

lone cradle
#

like real life speaking, not messages

grim blade
#

yea lol

#

Akarys do you love me or @lone cradle more? i must know

lone cradle
#

why you really into these questions lol

#

idgaf who it is lol

grim blade
#

I NEED TO KNOW

lone cradle
#

I think you have an elder sibling?

rough sapphire
lone cradle
#

cause younger siblings keep on talking about "who loves me more"
etc

solid pollen
lone cradle
#

heh

solid pollen
#

I love yaโ€™ll as much as the others

grim blade
#

ur actually right im the youngest

lone cradle
lone cradle
grim blade
#

but this is more of a troll

lone cradle
#

we cant say that cause he said that he doesnt like discussion bout his age

grim blade
#

2 siblings im the youngest

lone cradle
#

haha

grim blade
#

When i was little i shared a room with my older sister and my mom would kiss me goodnight first and i kept telling my sister "mom loves me more"

lone cradle
#

haha

#

my cousin is like you

grim blade
#

lol

lone cradle
#

he is 9

#

literally

grim blade
#

all four of my cousins that live with me are through the range of 10-7 and are all girls

lone cradle
#

oh

grim blade
#

sometimes they make me hate my life

lone cradle
#

I have a lot of cousins , I think its because i have many uncles. (big brain ๐Ÿง  )

grim blade
#

WOOOOOOOW

lone cradle
#

most of them are boys

#

many are 20+

#

wtf

acoustic moss
#

inappropo

lone cradle
#

yeah

#

delete it

grim blade
#

just saying if u have a lot

#

okay sry

lone cradle
#

yea we realise but just dont

#

lool

lone cradle
#

paternal*

grim blade
#

riiiiiiip

lone cradle
#

on the other hand, on the maternal side I have a cousin who is the same age as me!

grim blade
#

oooooh

lone cradle
#

my parents always compare me with her for no reason whenever I get scolded

grim blade
#

oooof that must burn sometimes

lone cradle
#

it does

#

but I know that I AM BETTER THAN HER

grim blade
#

lol

lone cradle
#

lol jk . she's really excelling in school, not me

#

we also goto the same school! SMH

grim blade
#

its just me and u, wanna get Akarys back?

lone cradle
grim blade
#

@solid pollen

#

u say his name three times to summon

#

@solid pollen

lone cradle
#

akarys akarys akarys

grim blade
#

@solid pollen

#

now shhhhhh

lone cradle
#

bro no need of ping, just say the name

solid pollen
#

lol

lone cradle
#

alright now that he is here lets continue

grim blade
#

lolololol

lone cradle
#

sometimes she even rats me out, shes like a spy for my mother

grim blade
#

i think he left

lone cradle
#

akarys b r u h

solid pollen
#

I am reading haha

lone cradle
#

hes probably reading

solid pollen
#

I just have nothing to add

grim blade
#

oh

lone cradle
#

yeah, private life

grim blade
#

well i dont want to bother him

lone cradle
#

but idgaf, you guys dont even know my name lol

grim blade
#

but ig he just isnt busy

lone cradle
#

hmm

grim blade
#

Akarys am i welcome to talk to u here even if i have no idea about programming?

solid pollen
#

Sure thing

grim blade
#

Akarys wanna join my channel?

#

lol ig not

solid pollen
#

hmm what channel?

grim blade
#

its where me and my friends chill

#

but most of the time we play minecraft

#

u would be lowest rank tho

lone cradle
#

you mean ;server;

#

can you add me pls

grim blade
#

yes okay geez im a discord noob

solid pollen
#

Hmm, they are so little hours in a day, I donโ€™t think Iโ€™d be able to participate too much

grim blade
#

okay, i waas just wondering

lone cradle
#

lol

solid pollen
#

You can have more

lone cradle
#

hold UP?

solid pollen
#

You just have to travel really fast

grim blade
#

my friends probably wouldnt like me bring some random french dude in

solid pollen
#

you can have 49h day

lone cradle
solid pollen
#

You start at UTC-13, and slowly move throughout the day to UTC+12

grim blade
#

i love how at first akarys was giving me warning but not we just chillin

solid pollen
#

49h day!

grim blade
#

akarys lost his serious mod side

lone cradle
#

hes just doing his job lul

grim blade
#

WAIT

#

AKARYS

lone cradle
#

even if you send something inapporpriate he would still ban you

solid pollen
#

Thereโ€™s the akarys mod, and the akarys chillinโ€™ out

grim blade
#

yes

solid pollen
#

I am waiting haha

grim blade
#

we are the few that get to see the chilling out side

lone cradle
grim blade
#

Akarys do you get paid?

lone cradle
#

wattle is the most serious mod

grim blade
#

ok lets troll him then

solid pollen
#

Lmao I donโ€™t get paid

lone cradle
#

no

grim blade
#

RIIIIIP

solid pollen
#

Please donโ€™t troll others here though

grim blade
#

okay

lone cradle
solid pollen
#

We want to be a friendly community

grim blade
#

so you're saying we got lucky with u?

lone cradle
#

trolling = friendly = if ur 9

lone cradle
grim blade
#

LOLOL

#

tru

solid pollen
#

Yโ€™know, when you became mods on pydis, you donโ€™t mind pings anymore

lone cradle
#

so. you are justifying spam pings? jk

#

oh no other mod is typin

grim blade
#

yea u better make sure nobody sees that

graceful basin
#

I think the most I ever saw that wasn't spam pinging was 20 pings after turning around for about an hour

solid pollen
#

we had 40 mod pings sor far today, or something like that, plus 10 modmail threads haha

lone cradle
#

akarys time to go undercover

#

ooh

grim blade
#

u better hide your true identity

graceful basin
#

it does make finding actual pings quite a bit harder

solid pollen
#

At some point I put my phone down, drinked a bit of water, switched my phone back on, and we had 14 mods pings haha

lone cradle
#

also ghost pings

lone cradle
grim blade
#

ok dis mod is chill too

lone cradle
#

yes many mods are cool. but

#

in other servers

#

many were like police

grim blade
#

right now it is VERY lightly snowing

lone cradle
#

is frigging hot rn

solid pollen
grim blade
#

its melting on the ground tho

lone cradle
grim blade
#

do you ever get snow akarys?

solid pollen
#

We did a couple of weeks ago

#

But we didnโ€™t have that for at least 6 years before

grim blade
lone cradle
#

marsailles, isnt that the national anthem name also

grim blade
#

proving hes chill

solid pollen
#

The covid crisis made everything chillier lol

grim blade
#

lol

lone cradle
grim blade
#

lol

lone cradle
#

we are learning about the French Revolution in history rn!

grim blade
#

!!!

edgy crest
#

i want to eat baguettes

lone cradle
#

so akarys will come to mind when out teacher mentions marsailles

grim blade
#

sry i already asked if he could mail me one

lone cradle
#

yeh

grim blade
#

he said u can't apparently

edgy crest
#

just do a god like spear like throw of the baguette

#

nah nvm there are seagulls in the air

grim blade
#

I really do wish you could mail me one

#

poor bird

edgy crest
#

no i meant that they would eat it midway

grim blade
#

oh

#

tthat too

edgy crest
grim blade
#

but seagulls are only at da beach

edgy crest
#

there are beaches between france and my country KEKW

lone cradle
#

you live in the uk?

edgy crest
#

no

grim blade
#

yea but its a lesser chance than if they were all over

edgy crest
#

dont ask me about my place

grim blade
#

im in merica

lone cradle
#

I have a world map in my hand

lone cradle
#

i mean - screen

grim blade
#

lol the stereotypical american

lone cradle
#

what are the odds that akarys is secretly reading the messages we sendin rn

grim blade
#

its more like this

lone cradle
#

in my country(secret) americans are referred to as rich people in business clothes

grim blade
#

haha

lone cradle
#

by "secret" i dont mean wakanda

grim blade
#

im guessing ur in latin america bc u said ur hot

lone cradle
#

im mean uhhh....

lone cradle
grim blade
#

in school we went over how america bought things in less wealthy countries

lone cradle
#

is the superbowl of baseball?

grim blade
#

tbc its cheaper

#

NO

#

ITS FOOTBAL

lone cradle
#

baseball tournament

lone cradle
grim blade
#

like football with the big yellow things

#

tyes

#

not soccer

lone cradle
#

that ball thats not circle

grim blade
#

ik lol

frozen thorn
#

lol

lone cradle
grim blade
#

IK

frozen thorn
#

what's yellow things?

grim blade
#

ITS CONFUSING TALKIN TO OTHER COUNTRIES ABT FOOTBALL

lone cradle
#

that huge catapult

frozen thorn
#

Foot - Ball

grim blade
#

shhhh dont tell Akarys

lone cradle
grim blade
#

yes

#

there is no goals with nets

lone cradle
#

not round version.outside the us, its called 'american football'

grim blade
#

yes

#

so in america its football

lone cradle
frozen thorn
#

๐Ÿˆ ๐Ÿฆถ

grim blade
#

idk

#

i hate football

lone cradle
#

soccer is called football here

frozen thorn
#

So they can back off

grim blade
#

I KNOW

#

wait how u know its called soccer then

lone cradle
#

?

#

me?

grim blade
#

nvm

frozen thorn
#

Do other countries call it soccer?

grim blade
#

thats a stupid question

lone cradle
#

I know that people in the us call football as "soccer" and the wierd ball sport as "football" , here its specifically called "american football"

grim blade
#

i was once playing fortnite with an australian dude and he tried to convince us he rides a kangaroo to school

lone cradle
lone cradle
#

cliche stereotype

frozen thorn
#

lol

grim blade
#

ikr

frozen thorn
#

kangaroo is scary and dangerous

grim blade
#

@solid pollen do u think i will ever rank up

lone cradle
frozen thorn
#

Yes

lone cradle
grim blade
#

WAIT WHAT

lone cradle
#

typical polarbearman

grim blade
#

Akarys is on mobil

lone cradle
#

? so

frozen thorn
#

Hi Akarys

grim blade
#

no u have to ask akward questions for funny reactions

lone cradle
#

so is grote

#

he/she is on a phone

lone cradle
grim blade
#

i dont think he is

#

he would be more involved bc hes not a bot of a mod

#

Right @solid pollen ?

lone cradle
#

hes just ignoring

grim blade
#

well this looks awkward

frozen thorn
#

Well it's hard on mobile

lone cradle
#

cause "he has nothing to add"

#

i bet akarys be reading everthing

#

lets say something thats obvi gonna make him respond

#

he went offline check now

grim blade
#

my science teacher just explained the s**ual method for cell reproduction

lone cradle
#

ok? you 'avin class r8 now bruv?

grim blade
#

yes why

lone cradle
#

online class?

grim blade
#

yes

lone cradle
#

yea just asking

#

i have it too

grim blade
#

oh hes online

solid pollen
#

I have some pings

#

Haha

grim blade
#

O NO

lone cradle
#

hey akarys is back!

lone cradle
grim blade
#

only like 3

lone cradle
#

hmm

solid pollen
lone cradle
#

helper -> mod - admin -> owner

#

rank lol

grim blade
#

yes like that

solid pollen
lone cradle
#

how to become a mod without being a helper

#

in the first place

frozen thorn
#

When your friend is the owner

lone cradle
#

joeee

#

ello joe

#

whats with joes custom status,

solid pollen
lone cradle
solid pollen
#

Only Joe knows what his status is about

grim blade
#

wait do u need to know stuff abt python to be a helper or do u just need to lay down the law?

lone cradle
#

joe said that he's welsh, lakmatiol is czech

frozen thorn
#

Same question

solid pollen
#

You need to be good at Python, show some very good teaching skills and have some activity in the help channels

lone cradle
grim blade
#

๐Ÿ˜ฆ

lone cradle
#

i gotta get the attention of joe

grim blade
#

@bleak lintel

lone cradle
#

maybe he gonna make the process of being nominated easier lol

lone cradle
grim blade
#

summon him

#

joe

lone cradle
#

he is idle

grim blade
#

joe

#

joe

lone cradle
#

ik hes reading chat rn

grim blade
#

oh

lone cradle
#

maybe

grim blade
#

no he isnt

lone cradle
#

we cant know

lone cradle
grim blade
#

wait am i able to dm joe?

#

I CAN

lone cradle
#

hey can you add me to your server pls

frozen thorn
#

Well dm isn't in the server

lone cradle
grim blade
#

me?

#

ye sure

lone cradle
#

yea add me pls

#

send link

solid pollen
#

Please don't DM random people though

bleak lintel
#

hello

#

i have been pinged

#

who has requested my presence

grim blade
#

AYYYYYY

#

JOE

bleak lintel
#

for what purpose is my attendance required

grim blade
#

ummmmmm

#

i wanted to see if ur chill like akarys

lone cradle
# grim blade ummmmmm

dont say my name for christ's sake. I just said that joe would nominate me as a mod

grim blade
#

LOL

#

i think he left

grim blade
#

V

#

indeed

bleak lintel
#

i'm chill

grim blade
#

he left tho so hes mid-chill

#

OHHHH

#

HE STAYED

lone cradle
#

hehe

grim blade
#

ultra chill

lone cradle
#

but chill with us joe

frozen thorn
#

Interesting. My favorite gifs on other computer in discord isn't available here.

grim blade
#

lol

#

wow i thought he was only mid-chill but he is actually ULTRA-CHILL

lone cradle
grim blade
#

rip

frozen thorn
#

lmaoo.

lone cradle
lone cradle
bleak lintel
#

lol

#

i like

#

could chill here

frozen thorn
#

Wait. UK of America

grim blade
#

Ahhhh yes, the king of the UKOA

bleak lintel
#

but at the same time

#

i could go back to reading

lone cradle
grim blade
#

OoOoOoO

lone cradle
#

which book?

#

tell us that joe

#

or are you writing an autobiography bcoz ur a great president?

frozen thorn
#

"How to be Chill"

lone cradle
#

hows the whitehouse

#

joe respond pls

grim blade
#

its kinda white

frozen thorn
#

it was pink once

lone cradle
#

wot?

grim blade
#

no

#

its a troll

lone cradle
bleak lintel
#

i'm not reading a book

#

lol

#

i'm reading a paper

grim blade
#

RIP

lone cradle
grim blade
#

paperworm

lone cradle
#

I mean wouldnt you get news from your political advisors

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied mute to @final estuary until 2021-01-21 17:11 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

solid pollen
#

The covid crisis made everything chillier lol oh thank you for the 30 minutes send

grim blade
#

RIP ACTUAL

lone cradle
#

this guy cringe

grim blade
#

Joe

lone cradle
#

mod can delete messages r8

grim blade
#

Joe

lone cradle
#

akarys delete it

#

ohok

#

thanks

grim blade
#

listen joe

lone cradle
#

hey joe

grim blade
#

joe

lone cradle
#

since you are the new king of the united kingdom of america

frozen thorn
#

America with free healthcare -> UKOA

grim blade
#

If you are really chill, put "i am a bookworm" under announcements

bleak lintel
lone cradle
#

ok bye guys i need some tea bruvs ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿง‹

grim blade
#

guess hes not chill

lone cradle
lone cradle
bleak lintel
#

an academic paper

#

written by academics

lone cradle
#

exam results?

grim blade
#

afk

bleak lintel
#

no

#

let me link it one sec

lone cradle
#

wth is with the terminology

bleak lintel
#

lol

lone cradle
#

like study materials?

honest star
#

like research papers

lone cradle
#

ohh

lone cradle
grim blade
#

who

bleak lintel
#

lol trying to find an actual link

lone cradle
#

i get it

grim blade
#

not joe

bleak lintel
#

aha here we go

#

just checking this is the one

grim blade
#

afk agen

lone cradle
#

?

frozen thorn
#

lmao

bleak lintel
lone cradle
#

you in college joe?

bleak lintel
#

what is college in UK terms

lone cradle
bleak lintel
#

a paper on moderation lol

lone cradle
frozen thorn
#

university prob

bleak lintel
#

no i'm not in university

#

whatever is below that I guess

lone cradle
#

oh so you have a full time job

bleak lintel
#

I start university in September

#

no, pre-university

lone cradle
#

like 12th

#

grade

#

damn and you are the owner of the discord server that is mentioned in python.org!

bleak lintel
#

lol

frozen thorn
#

Wow

acoustic moss
# bleak lintel

When you said you were reading an academic paper this is not what I imagined

bleak lintel
#

lol

#

what did you imagine

acoustic moss
#

science or smthn idk

grim blade
#

joe

lone cradle
#

mafs

grim blade
#

this is your last chance to prove urself chill

acoustic moss
frozen thorn
#

to pick up a mic

lone cradle
#

....

acoustic moss
#

fair enough

grim blade
#

i dont care if u delete it right away

solid pollen
grim blade
#

phew okay

#

i thought you would tell me to stop telling joe to say stuff

solid pollen
#

:>

grim blade
#

but NOPE

solid pollen
#

lol, joe is a big boy, he would tell it himself

grim blade
#

bc ur chill ๐Ÿ˜

#

o shi

frozen thorn
#

The server logo spins when you click and hold. Cool

acoustic moss
#

"a big boy"

grim blade
#

put "I am a bookworm" in #announcements
i dont care if u delete it right away

#

joe

#

last chance

acoustic moss
#

last chance before you do what lol

grim blade
#

last chance before he isnt chill

#

he has to prove himself

#

ok he isnt chill i have to eat lunch

#

if he does it i want e screenshot

#

ookay?

#

bye

bleak lintel
#

sorry for ENJOYING ACADEMIA

solid pollen
#

Hahaha

#

Is it interesting though?

bleak lintel
#

yeah

acoustic moss
#

can I, uh, just ctrl shift i and do some harmless things? preferably without getting banned

solid pollen
#

It depends on what you do

#

If you want to pretend that somebody did something that they didnโ€™t do, we may not appreciate

#

Whatโ€™s the SCP?

#

Did you read my message just above @frozen thorn ?

frozen thorn
#

No I didn't see it. Sorry

#

^^ I edited it with chrome tool.

solid pollen
#

Iโ€™d appreciate if you do not

frozen thorn
#

That's not pretending but noted.

acoustic moss
#

why do you think I had asked the question lol

frozen thorn
#

I didn't know you were talking about that chrome tool lol

#

I looked it up and it's Ctrl + Shift + C

acoustic moss
#

ctrl shift c is for selecting a particular thing in inspect element

inland wolf
#

yes

#

its for that select element html button

acoustic moss
#

ctrl shift i also works

frozen thorn
#

ctrl shift i doesn't work

inland wolf
#

it does

acoustic moss
#

does

frozen thorn
#

windows?

acoustic moss
#

ye

inland wolf
#

if u mean brining up the devtools

#

bringing*

stark prawn
#

f12

frozen thorn
#

Yes. ctrl shift i literally does nothing

inland wolf
#

f12

acoustic moss
#

works for me

inland wolf
#

works too

#

or right click

#

lol

acoustic moss
#

I don't even look at the function row lol

frozen thorn
#

What does ctrl shift c do for you guys?

acoustic moss
#

nothing, actually

inland wolf
#

i have to be on my pc to see what it does

#

in pretty sure it just highlights the html of what u click

frozen thorn
#

ctrl shift i does not open up anything. ctrl shift c brings up dev tool

#

For me at least

inland wolf
#

are u on windows?

frozen thorn
#

Yes

inland wolf
#

what browser?

frozen thorn
#

chrome

inland wolf
#

interesting

acoustic moss
#

i'm on the downloaded thing if that makes a difference

frozen thorn
#

I downloaded chrome from edge idk

acoustic moss
#

imagine using chrome

inland wolf
#

i can imagine

#

now?

acoustic moss
#

thassit, just imagine

frozen thorn
#

I have been using chrome for years. I can't just switch it now

grim blade
#

did he do it?

acoustic moss
#

Perhaps

#

from a certain point of view, he did

#

it's illegal to discuss it any more.

grim blade
#

why

inland wolf
acoustic moss
#

me 2

grim blade
#

@solid pollen Is he chill? did he do it?

frozen thorn
#

He didn't do it.. I edited his message in announcements with chrome dev tool

grim blade
#

what inspect element?

frozen thorn
#

Yep

grim blade
#

LOL

frozen thorn
#

In browser