#voice-chat-text-0

1 messages · Page 776 of 1

remote kettle
#

sorry mate pyllow

pine ledge
#

Hi

#

Do you know any chatting server

somber heath
#

!e py print(['Black tile', 'White tile'] + [f'{piece_colour} {piece} on {tile_colour} tile' for piece_colour in ('White', 'Black') for piece in ('Pawn', 'Rook', 'Knight', 'Bishop', 'Queen', 'King') for tile_colour in ('white', 'black')])

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

['Black tile', 'White tile', 'White Pawn on white tile', 'White Pawn on black tile', 'White Rook on white tile', 'White Rook on black tile', 'White Knight on white tile', 'White Knight on black tile', 'White Bishop on white tile', 'White Bishop on black tile', 'White Queen on white tile', 'White Queen on black tile', 'White King on white tile', 'White King on black tile', 'Black Pawn on white tile', 'Black Pawn on black tile', 'Black Rook on white tile', 'Black Rook on black tile', 'Black Knight on white tile', 'Black Knight on black tile', 'Black Bishop on white tile', 'Black Bishop on black tile', 'Black Queen on white tile', 'Black Queen on black tile', 'Black King on white tile', 'Black King on black tile']
somber heath
#

@scenic wind

scenic wind
wind cobalt
#

@gentle flint hi sandwich

gentle flint
#

hola señor

wind cobalt
#

no habla español

gentle flint
#

I feel stupid
I forgot how I combine default arguments with type hinting in a function

#
    def search(self, plan_query: PlanQuery, limit=100: int) -> List[Plan]:
                                                     ^
SyntaxError: invalid syntax
wind cobalt
#

wow

#

python supports this?

runic forum
#

i have a little problem running python code

wind cobalt
#

never knew

scenic wind
runic forum
#
001 |   File "<string>", line 19
002 |     pi = (var * 6)  .5
003 |                     ^
004 | SyntaxError: invalid syntax
gentle flint
#

uh-huh

wind cobalt
#

is it like in python 3?

gentle flint
#

introduced in 3.5

wind cobalt
#

or it's been like that since antiquity?

#

ahh

gentle flint
#

but most people are on 3, right?

wind cobalt
#

I'm learning F#, it's the same over here in .NET land

gentle flint
#

oof

wind cobalt
#

one day

runic forum
#

rlly?

wind cobalt
#

Python gonna be static typed

#

amen

#

*with type inference of course

gentle flint
#

OHHHH

#

I got it

#

it should be

def search(self, plan_query: PlanQuery, limit: int = 100) -> List[Plan]:
wind cobalt
#

eh?

#

limit = 100: int is wrong?

gentle flint
#

yeah

wind cobalt
#

i thought, limit=100 is the default argument

gentle flint
#

it is

#

but the type hinting goes in between

#

so either limit=100

#

or limit: int = 1000

wind cobalt
#

ohhhh

gentle flint
#

but not limit=100: int

#

which makes sense tbh

wind cobalt
#

coz limit = 100 already hints that it's an int?

gentle flint
#

no, because int refers to the argument's default type, not to the default value

#

therefore it goes right after the argument

wind cobalt
#

i'm confused, but okay

gentle flint
#

welp, learned smth new

#

Yeah, whatever

#

it works

#

that's the important thing

wind cobalt
#

what does -> List[Plan] do?

gentle flint
#

that's what the function will return

wind cobalt
#

ahh

#

so like a lambda

gentle flint
#

except actually it'll return Generator[Plan]

#

so I need to update it

#

well, -> is purely for documentation

wind cobalt
#

Python is getting functional everyday

gentle flint
#

people in IDEs will see that pop up if they use the library

#

and I hope to also use it for the autodocumentation

wind cobalt
#

but why u have a : at the end of func def?

gentle flint
#
def myfunc():
  pass
wind cobalt
#

oh yeah

gentle flint
#

function def has colon

wind cobalt
#

so

#

-> List[Plan] does nothing?

gentle flint
#

it does
but it's not actual executable code

wind cobalt
#

ohh so basically it's just the expected return value

#

?

gentle flint
#

if you use an ide like vscode or pycharm
it will show a small popup if you type that function
with what sort of thing it returns

wind cobalt
#

i see

gentle flint
#

it also shows which arguments it takes, with the type each argument has to be

#

also if I make my docs with sphinx and put them on readthedocs it will generate a small section for that function, where it will also say what gets returned etc

#

so it's purely for documentation purposes

#

that was madcowken's idea, and I like it

wind cobalt
#

ohh

#

looks kinda cool tho

#

what project are you working on?

gentle flint
#

still that wrapper

#

for the flight database thing

#

I left it for a few months

#

just started working on it again yesterday

wind cobalt
#

have u made past the HTTP request yet?

gentle flint
#

Sure, it's almost done

wind cobalt
#

kewl

gentle flint
#

I'm implementing iterative requests and format

#

after that's done I'll start work on refactoring and docs

wind cobalt
#

i don't really understand how you use that GET , POST things in code

#

i've only started learning about web dev recently

gentle flint
#

well, do you kinow how a basic http request works

wind cobalt
#

nope

#

like i said, i've just started

gentle flint
#

basically you send a request to a server, and the server sends a response back

#

and, I quote from Wikipedia:

The request message consists of the following:

a request line (e.g., GET /images/logo.png HTTP/1.1, which requests a resource called /images/logo.png from the server)
request header fields (e.g., Accept-Language: en)
an empty line
an optional message body
#

The request line has the request method, url, and protocol

#

There's several request method

wind cobalt
#

ohh so we used that API link mumbo jumbo, and send our request and API key along with it?

gentle flint
#

basically yes

runic forum
#

are you suprised?

#

ooh

#

ill talk to you tomorrow

wind cobalt
#

wtf is this

gentle flint
#

a role

runic forum
#

you have light mode????

normal belfry
#

light mode?

#

does this thing exist? )))

versed island
#

life s you see kay s

versed island
#

sucks

warped saffron
#

Since when does a server of over 130,000 people have not a single person in the VC?

#

It feels cold here

#

dark

versed island
#

tomorrow will be a brighter day
tonight is going to be a moonlight

warped saffron
#

I suppose

#

Moonlight VC

#

muhahahhaa

versed island
#

I'm travelling on a train and have varying network speed run so can't join VC

warped saffron
#

Cool

#

I hope to travel again soon

#

oooh people in VC

#

buddhu, can you speak?

#

Oh they're not Voice verified

versed island
#

buddhu means fool in his native language

warped saffron
#

Well well well

#

Does that mean I'm insulting him when I call him that?

versed island
#

Yes

#

And no

warped saffron
#

hahahaha

#

I just noticed my network speed is also varying

#

And I'm at home

#

Keeps going from green to red

versed island
#

Cauz he has named it so it's on him

#

Alright my speed is dwindling as the train is catching up speed

warped saffron
#

Time to take off to the moon

#

I hope to feel G's soon

versed island
#

cya

warped saffron
#

cya

pine ledge
#

Hi

#

!voiceverify

#

Why do I not have permission

#

:(

#

To speak

versed island
#

Read the rules in voiceverification channel

pine ledge
#

Yes I read

winter raft
#

Hey

warped saffron
gentle flint
#

ikr OwO

warped saffron
#

When you pray to the Lord using Discord:

versed island
#

life sucks

gentle flint
#

ikr

versed island
#

backend sucks

gentle flint
#

absolutely

winter raft
#

i can't speak

gentle flint
#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

winter raft
#

50 message is too high i think

gentle flint
#

yeah, well

#

keep chatting here

warped saffron
#

It'll be over before you know it

#

Hey osman, how are you?

winter raft
#

if i don't want to interrupt the help channels, it is really hard to complete this

#

im fine thanks for asking

#

how are you

warped saffron
#

Oh I'm fine thanks

#

How's your dog? (go with it)

winter raft
#

it run away few days ago

warped saffron
#

Have you found it yet?

winter raft
#

nope 😦

warped saffron
#

Poor thing

#

How about your cat?

winter raft
#

my cat is ruling our home. i am only allowed to see her 3 minutes per day

warped saffron
#

hahaha

#

Did it eat your rat?

#

or enslave it?

hoary inlet
#

what is going on here ?

winter raft
#

it was delicious

gentle flint
warped saffron
#

Just a normal day in the python discord

hoary inlet
#

mic issues

warped saffron
#

How'd you eat it?

#

boiled?

#

stew?

#

raw?

winter raft
#

for real, i want to ask that i want to visualize 3d plane and dots and shapes how can i do this easily with python, im currently using porcessing

winter raft
gentle flint
warped saffron
#

ha

#

ha

#

ha

violet spoke
#

i love scrapple

winter raft
#

haha

#

processing 3

#

yay

warped saffron
#

DO you have a pink tail?

winter raft
#

how do you know about my tail

warped saffron
#

Are you a furry?

winter raft
#

kinda

gentle flint
#

he guessed it from your pfp

winter raft
#

my dad was a giant

warped saffron
#

And your mother?

gentle flint
#

did he eat trees for breakfast

winter raft
#

everyday

signal raven
#

if anyone is able to, may I get some help in code/help 0

violet spoke
#

which part of the tree

winter raft
#

very bottom

gentle flint
#

he had a root fetish, did he?

violet spoke
#

thats a good one

winter raft
#

most of the sweetness is thereü my dad used to say

#

oley

#
  1. text
#

thanks

#

noooo

warped saffron
#

I love this

winter raft
#

it says im still under 50

#

im sad half giant

#

nope

#

otherwise i need to be smart to write logical things in help channels

#

yes turkey

warped saffron
#

I thought you were chicken

winter raft
#

yeah its a habit

gentle flint
#

try again now @winter raft

warped saffron
#

Do you?

gentle flint
warped saffron
#

You believe it's Constantinople or Istanbul?

paper tendon
#

x = 23.457413902458498

s = format(x, '.5f')

s
'23.45741'

signal raven
#
import ast

center_point = ast.literal_eval(input("Enter the center point\n"))
radius = input("Enter either the radius or the diameter (enter `r=' or `d=')\n").replace(" ", "").strip()

if radius[:2] == "r=":
    radius = radius[2:]
elif radius[:2] == "d=":
    radius = radius[2:]/2
else:
    quit()
radius = ast.literal_eval(radius)

print("%f^2 = (y + %f)^2 + (x + %f)^2" %(radius, center_point[0], center_point[1]))
paper tendon
#

.2f'

gentle flint
#

!e

print(f'{3.140:g}')
winter raft
#

import("sys").version

wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

3.14
gentle flint
#

!e

print(f'{3.14000000000000:g}')
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

3.14
gentle flint
#

!e

print(f'{3:g}')
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

3
gentle flint
#

!e

print(f'{3.0:g}')
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

3
gentle flint
#

!e

print(f'{0000030.000:g}')
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

30
gentle flint
#

g causes

insignificant trailing zeros [to be] removed from the significand, and the decimal point is also removed if there are no remaining digits following it.

winter raft
gentle flint
#

look at the message above

winter raft
#

oh ok

gentle flint
#

!e

name = "james"
print(f"hello {name}")
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

hello james
gentle flint
#

!e

name = "james"
print("hello {}".format(name))
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

hello james
hoary inlet
#

agreed

paper tendon
#

!e ```py
a = 3
c = 3 * 5
print(f"a is {a} b is {c} product is {a * c}")

#

ups

gentle flint
#

!e

a = 3
b = 5
print(f"a is {a} b is {b} product is {a * b}")
wise cargoBOT
#

@gentle flint :white_check_mark: Your eval job has completed with return code 0.

a is 3 b is 5 product is 15
radiant solar
#

does anyone actually use semicolons in python?

gentle flint
#

no

buoyant topaz
#

no

radiant solar
#

xd

paper tendon
#

in codingame shortest mode 😄

radiant solar
#

:DDDDDDDDDDD

#

they want you bad

warped saffron
#

@fading pecan has been staring into our souls for half-an-hour now

gentle flint
#

A roundel is a circular disc used as a symbol. The term is used in heraldry, but also commonly used to refer to a type of national insignia used on military aircraft, generally circular in shape and usually comprising concentric rings of different colours. Other symbols also often use round shapes.

warped saffron
#

"I fear no man...but that thing...it scares me..."

radiant solar
#

are you czech?

gentle flint
#

this is the Czech one

#

I'm Dutch

radiant solar
#

nice

#

they are listening

warped saffron
#

They are, very true

hoary inlet
#

wow, I did not realize there was metting a going on

#

seems like the whole management is in the room

warped saffron
#

I never even knew that there was a staff VC

radiant solar
#

serbia

#

croatia

#

i suppose

warped saffron
radiant solar
#

yes

warped saffron
#

Get away from my soul!

#

It's mine

gentle flint
#

no

#

it is now his

radiant solar
#

yes

hoary inlet
radiant solar
#

with a bot?

hoary inlet
#

If It doesn't, I will be disappointed

radiant solar
#

creepy

warped saffron
thorn trellis
#

privacy concerns maybe

gentle flint
hoary inlet
radiant solar
#

yeeees

#

ayayayayay

#

i am neither

#

someone gifted me nitro

#

no

#

no

#

yes

thorn trellis
#

what we have to do to get permission to talk ?

gentle flint
#

!voice

wise cargoBOT
#

Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

radiant solar
#

iviček

warped saffron
#

Type 50 messages

winter raft
#

sell your soul

warped saffron
#

stay here for at least 3 days

radiant solar
#

!voice

warped saffron
#

Have lengthy conversations

radiant solar
#

:((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((

warped saffron
#

You have to sell your soul for Voice verification

#

soooooo

#

Good luck

gentle flint
#

that's easy with gazi's pfp

winter raft
#

i had my verification but my speaking is awful

hoary inlet
radiant solar
hoary inlet
radiant solar
#

XDDDD

#

i know java

hoary inlet
#

I know c++

#

I don't know if they are connected😅

radiant solar
#

c# is microsoft java

gentle flint
#

they are both small lakes, connected via rivers to the great C

radiant solar
#

to the great langAssembly

radiant solar
#

langJava > langCsharp

#

yes

#

i have no validation

#

its just preference

hoary inlet
#

we are now suggesting people how to kill themselves ?

radiant solar
#

hahahah

gentle flint
#

we are discussing C#

hoary inlet
warped saffron
#

Crucifixion is the only option

gentle flint
#

yes, but the mods might not get the joke @hoary inlet

radiant solar
#

what is the time for you

warped saffron
#

19:50

gentle flint
#

20:50

hoary inlet
#

@scenic wind you were here yesterday, talking about starting this project ?

warped saffron
#

He's made progress then hoorah!

gentle flint
radiant solar
#

bye

#

yes to him

warped saffron
#

good

#

You are precious to this VC

radiant solar
#

I dont get how you understand

#

do you have ´ˇ in Detuschland?

winter raft
#

@gentle flint what time is it there, it is 10 pm now in turkey

gentle flint
#

9 pm

warped saffron
#

8

gentle flint
radiant solar
#

Mein Arsch ist sexy

gentle flint
#

but I used to know a Czech lady

radiant solar
#

oooohhhh

#

im from slovakia

warped saffron
gentle flint
#

nope

#

I was about 8 then

warped saffron
#

mother?

gentle flint
#

also she was married

#

nope

warped saffron
#

very sad times

gentle flint
#

Anyway, after that I learned a bit of the Gaj alphabet

winter raft
#

why

hoary inlet
gentle flint
#

I got better at it when I knew a Bosnian person

warped saffron
#

Guessing takes people a long way from sanity

#

sanity

radiant solar
#

!voice

gentle flint
#

recently I've been learning the fine difference between ć and č

warped saffron
#

What is the difference?

radiant solar
#

F in the chat

gentle flint
#

and đ vs dž

radiant solar
#

dont forget the ô

hoary inlet
warped saffron
#

@radiant solar How's your pet rat?

radiant solar
#

starving

warped saffron
#

How often do you feed it?

radiant solar
#

i dont

winter raft
#

1000 ms from turkey

pine ledge
#

Can't talk after rejoining server for three days

radiant solar
gentle flint
#

10 ms from the Netherlands

radiant solar
#

21

winter raft
#

what is your current net speeds from fast.com

pine ledge
#

:/

gentle flint
winter raft
#

im getting max 3mbps

#

and upload is 200kbps

#

i am ready to die every moment

radiant solar
gentle flint
radiant solar
#

oo nice

#

i live in the capital

winter raft
#

i live in most crowded city in turkey

radiant solar
winter raft
#

istanbul

#

not capital tho

radiant solar
#

XDDD

#

logo_vscode or logo_pycharm ?

pine ledge
#

I think morning

gentle flint
radiant solar
#

ooo

winter raft
#

i have no good reason for choosing vsc

pine ledge
#

Discord drains my battery

radiant solar
pine ledge
#

Phones battery

hoary inlet
#

I like it

radiant solar
#

ahhahahahahah

terse needle
#

people shit on atom sometimes but I think its just nice only being an editor

radiant solar
hoary inlet
radiant solar
#

its proof

#

not fake

hoary inlet
#

really liked it

warped saffron
#

They are lost

terse needle
radiant solar
#

C++???? Isn't it designed for JS?

terse needle
#

JS?

hoary inlet
warped saffron
#

javascript maybe?

terse needle
#

definitely not javascript lmao

radiant solar
#

I thought it was for JS the whole time

warped saffron
#

I'm kidding

hoary inlet
#

what were you guys streaming ?

radiant solar
#

hahah

hoary inlet
#

yep, always seems to work

winter raft
#

its true

#

i came here to see the stream

terse needle
#

Im thinking of switching to something like KDevelop on linux for C++ but i'm pretty sure it works well with python too

hoary inlet
#

hahahaha

radiant solar
terse needle
radiant solar
#

doesn't look bad

warped saffron
#

When you insult God on discord and think he won't do anything:

pine ledge
winter raft
#

@radiant solar hey hey, did u know that im bald

radiant solar
#

haha wtf

winter raft
#

my head is cold

radiant solar
#

you keep a cold head

winter raft
#

i shaved it myself, don't ever try

hoary inlet
winter raft
#

my motivation for doing this is

radiant solar
#

:DDDDDDDD

warped saffron
#

Don't keep us in suspense...

hoary inlet
winter raft
#

i dont like my hair

gentle flint
#

...bruh

winter raft
#

i can't find a good reason

#

i just wanted do this

hoary inlet
#

sounds like an abusive relationship

warped saffron
radiant solar
#

yes

winter raft
#

i feel the beauty inside me

crystal fox
hoary inlet
#

I don't get how this guy has managed to piss off literally every person on the planet

radiant solar
#

holy shit

#

not bad not bad

hoary inlet
#

It's something to marvel at

warped saffron
#

How's he arrogant?

gentle flint
#

he has an arrogant look

radiant solar
#

how did he piss off everyone

radiant solar
#

i dont watch the news

warped saffron
gentle flint
#

idk

winter raft
#

are you talking about elon musk

gentle flint
#

it feels like an arrogant look

gentle flint
hoary inlet
winter raft
#

sdğpdprpdr

hoary inlet
warped saffron
#

He's beautiful

#

Apart from the weed part

pine ledge
#

Is his hair artificial

radiant solar
#

is it

#

yes

#

:DDDDD

warped saffron
#

I am waiting for him to open adoption papers

radiant solar
#

XDDDDDDDDDDDDD

hoary inlet
#

silence

radiant solar
#

hahahahah

winter raft
#

ivicek

#

are you verified

warped saffron
#

nope

#

You can check by clicking on his name

radiant solar
#

😦

winter raft
#

he has fun personality

hoary inlet
gentle flint
#

Musk was criticized for his public comments and conduct related to the COVID-19 pandemic. He spread misinformation about the virus, including promoting chloroquine and claiming that death statistics were manipulated. He claimed that "Kids are essentially immune" to the SARS-CoV-2 coronavirus, and called "the coronavirus panic...dumb." Musk repeatedly criticized lockdowns and violated local orders by re-opening the Tesla Fremont factory. In March 2020, Musk predicted there would be "close to zero new cases in US too by end of April."

winter raft
#

hahaha, is this joke @crystal fox

radiant solar
#

i gotta go guys

#

it was nice to 'talk'

#

cya

warped saffron
#

Call the mod

#

cya

#

ivicek

winter raft
#

cya

#

what just happened

hoary inlet
#

yep

warped saffron
#

That was so random

winter raft
#

my ears bleeding

#

wow

gentle flint
#
    def getiter(self, path,
                ignore_statuses=[],
                limit=100,
                params=None,
                *args, **kwargs):
        url = urljoin(self.url_base, path)
        auth = HTTPBasicAuth(self.key, None)

        session = requests.Session()
        # initially no results have been fetched yet
        num_results = 0

        r_fpdb = session.get(url, params=params, auth=auth)
        num_pages = int(r_fpdb.headers['X-Page-Count'])

        # while page <= num_pages...
        for page in range(0, num_pages):
            r_fpdb = session.get(url,
                                 params=params,
                                 auth=auth
                                 *args, **kwargs)
            # ...keep cycling through pages...
            for e in r_fpdb.json():
                # ...and return every dictionary in there...
                yield e
                num_results += 1
                # ...unless the result limit has been reached
                if num_results == limit:
                    return
#

exceptionally ugly

green bone
#

or... anywhere, really

warped saffron
#

Hello

gentle flint
#

Hello

scenic wind
hoary inlet
#

that was fast

warped saffron
#

indeed

#

"Just Don't..." - Bisk

#

Wise words

scenic wind
#

Bisk =```py
while True:
print("Just don't")

hoary inlet
#

@crystal fox you have to realize people won't listen and do things

#

It's better to let them do whatever they want

warped saffron
#

Let God handle it

gentle flint
#

Let Elon Musk handle it

warped saffron
#

Plant the seeds

gentle flint
#

plant the rockets

warped saffron
#

Watch the tree grow

gentle flint
#

tunnels

#

cars

hoary inlet
#

trockets

gentle flint
#

flying tesla

warped saffron
#

A.I. and chips in your head

gentle flint
#

injected via pigeons

#

recharging on 5g towers

hoary inlet
gray lava
#

rat people?

warped saffron
#

the burgeuoise

gentle flint
#

*bourgeoisie

gray lava
hoary inlet
gentle flint
gray lava
#

I can't believe how hard it is to pronounce that word, at least for me

warped saffron
#

When you are having a bad time and look to discord for advice:

rigid vessel
gentle flint
#

b
oo as in school
rzhwaa

gray lava
#

what?

warped saffron
#

hm?

scenic wind
#

???

warped saffron
#

"All I feel is pain"

gray lava
#

mate, I think I am legit having a stroke

hoary inlet
warped saffron
hoary inlet
warped saffron
#

Ice

gray lava
#

Lactose intolerant? just tolerate it

#

english is not my native language, and I speak real quick so

hoary inlet
#

wait, why ?

winter raft
#

hey, i gotta go, see you guys

gray lava
gentle flint
#

I've been told I sometimes quite fast too

hoary inlet
#

really liked his role in GOT

#

both are gonna leave you at some point

gray lava
#

don't have a wife? you don't have a life
and vice versa

hoary inlet
#

almost always

#

I meant the people joining

hollow dove
#

this is bothering... I can't talk in the vc to get help since I haven't been in here for three days and I can't really explain what I need help with in text as it would be confusing.

gentle flint
#

in that case the only solution is to wait 3 days

#

and write 50 messages

#

44 left

hollow dove
#

I won't have the motivation to do it in three days...

warped saffron
#

Don't need to be on discord for 3 days

gray lava
#

alright, bed time

#

good night/goodbye

hollow dove
gentle flint
#

yep

hoary inlet
#

we certainly got some hitlers in the making here

gentle flint
#

"happy labour camp"

#

I am seriously disturbed

gray lava
#

the only 3 times I tried to actually speak were super awkward, sorry bout that, just need some sleep

warped saffron
#

Just wait till they fail art school entrance exams

#

and join a war

#

"Peace was never an option"

meager crow
#

yes I do

meager crow
hoary inlet
#

This is funny as well as slightly concerning

hoary inlet
#

let's move on to stalin

gentle flint
#

I've seen that one on YT

#

it's nice

#

@flat sentinel

flat sentinel
#

yes

#

is has a good sound

gentle flint
#

it's gonna arrive on Tuesday

flat sentinel
faint ermine
#

@flat sentinel could stop posting unrelated videos please

hollow dove
#

pro tip, setup a mining rig somewhere that you dont pay for electricity. instant profit!

hoary inlet
#

there's a max cap

#

@crystal fox you know the inner workings of bitcoin, or how do the exchanges fit into the framework

#

what's the point of having exchanges, how many are there ?

hollow dove
#

yep

hoary inlet
#

It's currency can lose value

hollow dove
#

inflation and deflation

hoary inlet
#

I think bisk is talking about enforcement of a contract

#

@icy axle he is talking about how/why the allied nations agreed to take german mark even after it had lost it's entire value

#

no one has control over the bitcoin when things get tough

amber raptor
#

I went on mute because I'm trying not to interject

rugged root
#

Fair

warped saffron
#

Etiquette 👌

hoary inlet
#

assets ?

amber raptor
#

bitcoin is non productive asset

warped saffron
#

Non-productive?

hoary inlet
amber raptor
#

it doesn't have any use beyond trading it for value with others

#

Expensive Art I would classify as same way

#

at least you can appriecate art

warped saffron
#

Do you not like bitcoin?

amber raptor
#

I'm not a fan

#

esp when people think it's any different then gold/silver

hoary inlet
amber raptor
#

I mean, generally commodity have uses

#

oil/gold/silver

warped saffron
#

What's all the commotion around Dogecoin about?

rugged root
#

It was a meme coin that actually picked up steam

#

Pretty much all there is to it

hoary inlet
#

It's currency can, especially if it's borrowed in a foreign currency

warped saffron
#

That's sounds a bit dumb

#

ngl

rugged root
#

It is

#

It's dumb as shit

warped saffron
#

I saw some people on Musk's twitter saying that it's the future currency of Mars

#

🤦‍♂️

hoary inlet
#

has no one read stories on country transporting gold to each other in case of war

warped saffron
#

I've heard that Nazi's stole it during the war

#

and hid it in caves and compunds

#

Ever heard of the Nazi gold train?

hoary inlet
#

they went bankrupt due to euro

warped saffron
#

Doesn't the Euro have an equal value across all the EU?

#

or shouldn't it have?

hoary inlet
warped saffron
#

true

#

"Breaking news: Englishman eats Florida man's pet crocodile."

pine ledge
#

Have you eaten Indian food

warped saffron
#

"Terrible writing doesn't mean terrible game" Change my mind?

pine ledge
#

Do you like Indian food.

rugged root
#

Why do you keep asking about that?

pine ledge
#

Just bored

warped saffron
#

I have

pine ledge
#

I wish to learn some programming

warped saffron
#

Just do it

#

You won't regret it

pine ledge
#

What do I do it

#

I mean. What do I do

warped saffron
#

You pray to the programming Lords

pine ledge
#

I am not able to learn

warped saffron
#

What do you mean?

gentle flint
pine ledge
#

I can only write easy program with Google help

#

But then I forgot

#

Forget*

warped saffron
#

Just keep failing

#

It's how anyone learns

#

Keep learning by failing and learning from mistakes

#

There are many free resources online

pine ledge
#

Yes

warped saffron
#

e.g. Youtube, freecodecamp etc

pine ledge
#

Lots

warped saffron
#

This discord has a website

pine ledge
#

Which website

#

For?

#

I want to build a website

hoary inlet
pine ledge
#

That like takes old things from people around send to people who needs it

#

And

hoary inlet
#

that went dark

warped saffron
#

very

rugged root
#

Verily

hoary inlet
warped saffron
#

hm?

pine ledge
#

What do you mean

runic forum
#

hello balding programmer lords

warped saffron
#

Who ya callin balding?

pine ledge
#

Balddd

runic forum
#

ya'll

warped saffron
hoary inlet
#

alright, Night ✌️ ✌️

warped saffron
#

Cya

runic forum
#

🤣

warped saffron
#

please decode

runic forum
#

only low level programmers understand

warped saffron
#

I know it's binary yet I don't have the strength

#

I know what I have to do but I don't know if I have the strength

runic forum
#

do it

#

decode it yourself

runic forum
#

Just do it, pal

runic forum
#

yes

gentle flint
#

is the bane of my creation

#

sole preventer of salvation

warped saffron
#

Death to the preservation

gentle flint
#

causes discombobulation

proud tangle
#

o/

uncut meteor
#

sup

#

wait

#

are you a new mod

#

or just not vc active

proud tangle
#

not usually vc active

uncut meteor
#

ah, cool cool

#

i'll place you 4th on my Moderator list

proud tangle
#

I do it from time to time but you won't end up recognizing me

#

lmao

uncut meteor
#

just after Vestergurkan

proud tangle
#

lol

#

Dota 2 announcemer voice: holy crap

uncut meteor
lethal fox
#

yo andy what for a deep voice

proud tangle
#

I hgave a better one hiding somewhere..

lethal fox
#

who woud play a monopoly on the pc when its not online

proud tangle
#

I'm doing warframe

#

2k hours

lethal fox
#

how do u can play this game so long

proud tangle
#

took a 6 month break pre-dec this year

lethal fox
#

it got bored after a week

proud tangle
#

44M credits

lethal fox
#

i mean idk isnt it like always almost the same thing every mission

proud tangle
#

1m25s

#

0% damage taken means no damage

#

You can break a minute lol

#

3 times for the reward

lethal fox
#

griff what is that for a game u playing

potent torrent
#

i was thinking the same

#

blast

#

@proud tangle what mr are u

proud tangle
#

17

potent torrent
#

nice

#

can i see ur frames?

proud tangle
#

Never got the gumption to go and grind everythign so I've got stupid hours with low mr

#

soul stealing frisbee

potent torrent
#

mr doesnt matter to much if u in a good clan

proud tangle
#

these guns are awesome

#

something like 122 rounds per second

#

void missions make them ZoomEyes

potent torrent
#

last time i played was when they introduced the new void system

proud tangle
#

I've run that tileset too many times

#

and damn that was a while ago

lethal fox
#

but how can u play this so damn long i mean its always the same @proud tangle

potent torrent
#

i was around mr13 i think

#

its a fun game

#

a fun grind

#

whats the dojo looking like these days

lethal fox
#

yeah i played it for like a week but i think its not a game for me evenso that it makes fun sometimes

#

but i cant play this for more than 45 min at ones

potent torrent
#

fairs

proud tangle
#

Got basically my own clan

#

some ppl in it are at 1k+ days since last logged in sadcat

potent torrent
#

damn

#

any new planets?

proud tangle
#

o/

#

Deimos as of like

#

2 weeks ago

#

and there was another new one not too long before that

potent torrent
#

oh nice

#

do u trade?

warm prism
uncut meteor
#

iC

dusty summit
#

iC

proud tangle
#

oh was it one of those seizure gifs?

#

sounds about right lol

dusty summit
#

Seashore warning.

uncut meteor
#

Yike

dusty summit
#

Caesar

uncut meteor
#

can you teach me how to do the SeizureCipher

potent torrent
#

bast what melee u using

dusty summit
#

wise cargoBOT
#

failmail :ok_hand: applied mute to @dusty summit until 2021-03-08 00:11 (9 minutes and 59 seconds) (reason: discord_emojis rule: sent 57 emojis in 10s).

proud tangle
#

Xoris

#

lol

#

yes, we do :P

smoky burrow
#

@dusty summit Don't post such flashy emojis please

proud tangle
#

cursed

#

I mean

#

if you want to hear a jackhammer

#

maven

dense ibex
#

logo_pycharm ◀️ ⬅️ ▶️

stuck furnace
#

Yo

#

Sorry ;-;

proud tangle
#

lol

stuck furnace
#

sports A E, game the in it's

proud tangle
#

!e ```py
print(' '.join("E A sports its in the game".split()[::-1]))

wise cargoBOT
#

@proud tangle :white_check_mark: Your eval job has completed with return code 0.

game the in its sports A E
proud tangle
#

ooooo

#

watch this

#

?

stuck furnace
#

Dan Dan Noodles

#

Don't be mean, GUY 😄

#

Yeah, moving on...

#

Alright, getting chaotic in here...

uncut meteor
#

ye

#

Goodluck

stuck furnace
#

@dusty summit can you not?

dusty summit
#

NOOOOOOOOOOo

#

LX noooooo

stuck furnace
#

I don't have the power 😄

dense ibex
#

Yes LX listen to the kid

dusty summit
#

Oh thank fuck.

stuck furnace
#

Maybe I shouldn't have told you that however 😄

dense ibex
#

hes a newbie he dont know nothing

#

hes just a little kid

#

in the python server

dusty summit
whole bear
#

what did i walk into?

#

why m i still here

dusty summit
#

I dunno.

stuck furnace
#

Yeah sorry, this is getting too much... <@&267629731250176001>

whole bear
#

uh oh

dusty summit
random helm
#

!tempvoiceban 767902045839294504 1D Multiple reports of unappropriate noises over VC.

wise cargoBOT
#

failmail :ok_hand: applied voice ban to @dusty summit until 2021-03-09 00:54 (23 hours and 59 minutes).

stuck furnace
#

"left"

dusty summit
#

Inappropriate noises?

random helm
#

!warn 98206199576539136 Excluding other members in voice by collectively muting them isn't exactly the type of welcoming community we wish to have here.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied warning to @errant folio.

dusty summit
#

Wtf is wrong with you? We muted him because he was being annoying.

random helm
#

Voice issues are reportable to moderators.

dusty summit
#

So what you're telling me is if someone's being annoying I am not allowed to mute them.

random helm
#

Multiple people muted a user and then proceeded to mock them knowing they were listening. Not acceptable, and it's just inflammatory of the situation. If you have an issue with someone, contact mods via modmail, you don't get to escelate issues with such behaviour.

dusty summit
#

Lmao okay.

#

I like how I got muted for 'inappropriate noises'.

#

Nice to know this server is run like a fucking dictatorship.

errant folio
#

I know shit!

#

Absolutely NOTHIN

dusty summit
#

Who?

dusty summit
whole bear
#

Nvm I'll stop

#

God

stuck furnace
#

They could also just remove the 'voice-verified' role @dense ibex

#

Not sure how it's implemented.

#

Great conversation Griff 😄

random helm
#

!tempmute 800123895411638272 1D For your first two messages, this ain't a great start, no matter who you directed the insults to. Please reference our rules and Code of Conduct for future.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until 2021-03-09 01:05 (23 hours and 59 minutes).

random helm
dusty summit
#

You should probably consider going and fucking yourself. (:

random helm
#

aight

dense ibex
#

Rip

random helm
#

!tempban 767902045839294504 7D Poor behaviour in response to moderation.

wise cargoBOT
#

failmail :ok_hand: applied ban to @dusty summit until 2021-03-15 01:10 (6 days and 23 hours).

stuck furnace
#

Put some cheese on the outside of the sandwich 😄 It goes kind of crispy.

cosmic plume
#

anyone able to help me?

uncut meteor
#

@cosmic plume what with?

stuck furnace
cosmic plume
#

my project

uncut meteor
#

what kinda help do you need for your project?

#

general Python or a specific modules

cosmic plume
#

im using turtle and cant figure out these directions, or how to implement it.

errant folio
spare prism
dense ibex
#

Goodnight!

spare prism
#

gn

random helm
#

@errant folio it's easier to get away with posting some things here since it's recommended to be "in context" of the convo. This is a bit of a self-moderating thing. If people get annoyed, they'll report it and we'll action. Also it's about being sensible; mass-dumping is gonna be obviously clear that the channels just turned into meming

#

So yeah on-offs aren't likely be an issue

#

@dense ibex all good, but keep in mind if people are muting you, they could have just as easily reported you for annoying behaviour, so try keep to being sensible in future if you recognise you could have contributed to the situation somehow. If you didn't, then there's no worries there. Keep well and see you around.

spare prism
frank delta
#

hi

#

(sorry for bad english)

distant trout
#

@lethal thunder another way to trap issues with converting numbers is to use isdigit() on a string

#
>>> x="32"
>>> x.isdigit()
True
>>> x="32f"
>>> x.isdigit()
False
#

.isdigit() is a method available to all strings

#
>>> x="hello"
>>> x.isalpha()
True
>>> x="hello23"
>>> x.isalpha()
False
#

best of luck!

solar oxide
#

hello bro

#

here

#

have you goit it

#

no nothing sorry

#

yeah

#

how it's going

#

hmm

#

how much do you earn opai

#

hm

#

hm

#

I just wanted to know

#

sorry

#

hm

#

i got verified

somber heath
atomic willow
#
NODE20 Forum for Digital Arts

This year, NODE Forum for Digital Arts will come to you! Join more than 100 international artists, designers, researchers, and technologists in exploring—and rethinking—emergent creative practices. Let’s learn, discuss, and create together!

cursive minnow
#

@atomic willow Are you german?
I ask cause of the accent

#

me too :D

#

@atomic willow

#

@somber heath @atomic willow Are you participating in PyWeek?

#

what do you thing about it at all?

#

i think so

#

it's my first time too

atomic willow
#

[ERROR ] [Image ] Error loading <./test.mp4>

cursive minnow
#

Is the mp4 file in the same directory?

#

@sinful phoenix Welcome 👋

atomic willow
#

Depending on your Video core provider, platform, and plugins, you will be able to play different formats.

cursive minnow
#

Hessen

#

xD

#

hm

#

will das net in den chat hier schreiben

#

I don't have problems of this kind, but my connection is struggeling all day

#

Has anyone ever written a Discord bot?

#

How many lines?

#

what kind of bot?

#

@somber heath thats true

#

but

#

Wait you can split Projects in Multiple files?

#

*files

#

oh damn

#

I have just written 203580 char in one single file and always wondered how other people manage something like this

#

(3182 lines currently)

#

wait

#

i can't hear you

#

are you talking?

atomic willow
#

we are talking both

somber heath
#

@cursive minnow It's you.

cursive minnow
#

uff, my connection

#

I'll try to reconnect

#

I can hear you

#

I don't want to talk in voice, even when I'm verified, my german accent is tooo bad 😆

atomic willow
#

my german accent is also the worst 😉

cursive minnow
#

mine is the worst, believe me

#

yeah

#

you can talk

#

you are voice verified

#

(rank)

#

you got the rank

#

germany

#

me and WuGGu

#

both

meager lichen
#

guys, need help, quick question, regarding HTML/JS

any idea why my video tag is able to preload the video file in a static HTML file, but not able to do it through WebComponent?

cursive minnow