#voice-chat-text-1

1 messages · Page 77 of 1

teal bone
#

im scared

#

alsol

#

WHAT THE F is that code @whole finch

#

stop

#

madness

whole finch
#

wym guys its amazing

#

pce bro

teal bone
#

see ya

#

see ya tomorrow

#

ye do

#

we play expert+ maps

#

Ye

#

i need to update my version

#

and save my mods

#

:(

#

ill do that by tomorow

#

cya 👋

#

yeah lua is more like py

#

aight good night

#

👋

whole finch
#

night night!

#

!e ```py
(foo:="foo", print(foo))

coarse hearthBOT
#

@whole finch :white_check_mark: Your eval job has completed with return code 0.

foo
ebon raft
#

hey @misty sinew

misty sinew
#

Yeh? @ebon raft

ebon raft
#

im with you in the channel but im muted

#

okay

#

well

#

i need voice verification

#

i know

#

but i need to send more than 50 messages

#

so if i message a mod he will help

#

?^

#

ok mister

#

do you have any experience in flutter

#

app development sucks

#

it hurts me when i have to write code for any frontend

#

you talk really fast

#

😂😂

#

the problem is iphone

#

to export the app for iphone you need a mac and an iphone

#

it's a fork from freebsd

#

also ios is fork from freebsd

#

well my job is to check on a team of developers

#

and every one of them is responsible of sth

#

and at the end i do all of the things alone

#

😂

#

HAHAHAHAHA

inland loom
#

why canm't I join vc

#

why can't I speak

whole finch
coarse hearthBOT
#

Voice verification

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

whole finch
#

@runic echo

runic echo
#

i cant hear u if ur talking

whole finch
#

@wild hearth can yall hear me?

misty sinew
#

ur not talking

runic echo
#

its green

misty sinew
#

i told u xd

runic echo
#

but ur not talking?

whole finch
#

shit gimme a sec

#

yall still cant hear me?

misty sinew
#

no

whole finch
#

brb

misty sinew
#

is it muted

whole finch
#

Na

misty sinew
#

we still cannot hear u

whole finch
#

idk why its doing this

misty sinew
#

its prob muted

whole finch
#

na

misty sinew
#

we still cant hear u

whole finch
#

bro I dont get it

runic echo
misty sinew
#

gecko u click it

wild hearth
gentle hull
teal bone
#

hello?

charred creek
#

hi?

#

do you need help?

teal bone
#

na

#

im just vibeing

mild flume
#

Always fun

teal bone
#

lol

mild flume
#

Just hanging out alone? It's fun (although a bit noisy at times) up here

#

More nerd talk than you can shake a stick at

teal bone
#

i mean i don't mind people

mild flume
#

Fair

teal bone
#

just like there is a convo in there

#

ill wait to start a convo in here

mild flume
#

Troof

teal bone
#

lmao i dont have voice perms tho

#

xD

mild flume
#

Bah, nothing wrong with that

teal bone
#

true

mild flume
#

Most of the time we have plenty of people listening and not speaking or are just typing out

teal bone
#

ah

misty sinew
#

Opal is on

light blaze
#

for x in object:
print(something.x)

random minnow
#
object = [1,2,3]
for x in object:
    print(x)
light blaze
#

x = 2

#

my_function().x

wraith bough
#

can we use can use this syntax?:

`${objectName.value}`
#

don't forget the backticks `

random minnow
#
#include <iostream>

int main(){
  std::cout<<"Hello World"<<std::endl;
  return 0;
}
wraith bough
#

tkinter pygame python modules

drowsy ginkgo
#

Linux from last 4 years

wraith bough
#

I use linux on vm's

#

Just script kiddie stuff 😆

drowsy ginkgo
#

Windows is shit , just delete and switch to mint .

wraith bough
#

right I used it for months

sleek parrot
#

Ubuntu/Fedora/Mint

drowsy ginkgo
#

Flavours

sleek parrot
#

Manjaro

#

That are all good for beginners

#

Nvidia Optimus problem

drowsy ginkgo
#

Still Nvidia have bad support, Amd works well

sleek parrot
#

i3wm 🙂

drowsy ginkgo
#

Fail to install arch 3 times

#

😭😭

#

No , most of them are running dabian

#

Servers

sleek parrot
#

you can search online on hackaday and instructables

#

Can freenas run on the raspi

wraith bough
sleek parrot
wraith bough
#

This yt channel is lit 🔥

sleek parrot
#

GPT3 🙂

wraith bough
sleek parrot
wraith bough
#

yeah it's basically the same.. you just need to change the extension

#

🤣

glad pine
#

@random minnow i need Help for problem my programe

#

@random minnow i can speack voacl ?

#
#Fonction Saisir N
def saisir():
    N = int(input("Donner Longure de Matrice : "))
    while not (2<N<10):
        N = int(input("Donner Longure de Matrice Again : "))
    return N
#Fonction get MatriceN
def matrice(N):
    M = [0]*N
    for i in range(N):
        M[i] = [i]*N
   
    return M
#fonction remplire Matrice
def remplire(M):
    N = saisir()
    s = 0
    for i in range(N):
        for j in range(N):
            M[i][j] = int(input(f"Donner votre entier de some M[{i}],[{j}] : "))
        s = s+M[i][j]
    print(M)
    print(f"Some Matrice[{i}],[{j}] : ",s-1)
    return M
    
#Programme principale
remplire(matrice(saisir()))


#

This problem

#

Mtrice List on List [[List]]

#

Yes Frensh

#

if N = 5
line and colons to Matrice = N
and Calcule Diagonales Some
s = 12+3+50+6+14+4+8+50+5+12 @random minnow @misty sinew

#

s = 153

#

This problem

#
for j in range(N):
            M[i][j] = int(input(f"Donner votre entier de some M[{i}],[{j}] : "))
        s = s+M[i][j]
``` @random minnow @misty sinew
#

M[0][0] + M[1][1] ...

#

you know this ?

misty sinew
#

@normal nebula frenchey

glad pine
misty sinew
#

Je ne suis pas mon pote français

glad pine
#

@misty sinew Speack arabic ?

misty sinew
#

je ne connais pas votre code

glad pine
#

*** This Programme it's Hard ? *** for you ?

#

):

#

@misty sinew @random minnow au revoir {GoodBye}

misty sinew
#

0_0

sleek parrot
#

I understand

#

Wanna move to code help @glad pine

glad pine
#
#Fonction Saisir N
def saisir():
    N = int(input("Donner Longure de Matrice : "))
    while not (2<N<10):
        N = int(input("Donner Longure de Matrice Again : "))
    return N
#Fonction get MatriceN
def matrice(N):
    M = [0]*N
    for i in range(N):
        M[i] = [i]*N
   
    return M
#fonction remplire Matrice
def remplire(M):
    N = saisir()
    s = 0
    for i in range(N):
        for j in range(N):
            M[i][j] = int(input(f"Donner votre entier de some M[{i}],[{j}] : "))
        s = s+M[i][j]
    print(M)
    print(f"Some Matrice[{i}],[{j}] : ",s-1)
    return M
    
#Programme principale
remplire(matrice(saisir()))


``` @sleek parrot
mild flume
glad pine
glad pine
sleek parrot
mild flume
glad pine
sleek parrot
#

[N-1-i]

twilit epoch
#

love my internet

unique raptor
#

yes

random minnow
#

amazing

unique raptor
#

you cant even load the fpp

mild flume
#

Oh huh

#

I'll be damned, there was 2000 on SNES as well

#

Must have been later in its life

past oxide
#

can anyone recommend good python IDE?

golden marsh
#

CPU Xeon E3-1230 v2, equivalent to i7 3770, and GPU Nvidia GTX 660 Ti

twilit epoch
glad pine
wary fable
#
>>> all([True, True, True])
True
>>> all([True, True, False])
False

>>> all([])
True
>>> all([[]])
False
>>> all([[[]]])
True

Okay, what the fuck?!?

summer shadow
#

how do i talk in vc

#

can someone give me vc role

#

voice verify me pls

#

yes

golden marsh
#

!verify @summer shadow

warm tendon
#

!voice

coarse hearthBOT
#

Voice verification

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

golden marsh
#

dammnit brain

summer shadow
#

where do i send 50 msgs

golden marsh
#

why did i forget the command

golden marsh
summer shadow
#

wat

golden marsh
#

just dont spam

summer shadow
#

oh

#

how many have i sent so far

#

yes

#

only need to send 50 msgs

wary fable
#

patrick star, just set up a bot to send a message an hour, and it'll be verified pretty soon

coarse hearthBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.

summer shadow
#

bruh what

warm tendon
#

geology is a pseudoscience

summer shadow
#

praise the rocks

twilit epoch
#

kato?

hearty heath
summer shadow
#

voice verified finally

twilit epoch
#

ikr

hearty heath
#

Many of the times I threw up as a child, it was after consuming too much chocolate 😄

#

So I already have the association I guess

misty sinew
#

how do you guys know these things?

#

where do you learn this?

covert brook
#

!tempmute 315292317315629057 Spamming is unproductive.

coarse hearthBOT
#

failmail :ok_hand: applied mute to @summer shadow until 2021-02-12 00:18 (59 minutes and 59 seconds).

covert brook
#

!tvban 315292317315629057 "2 weeks" Spamming messages to up your message count is not the way to get voice verified. You can still join voice channels without being verified; you just have to get some legitimate server activity in order to get verified.

coarse hearthBOT
#

failmail :ok_hand: applied voice ban to @summer shadow until 2021-02-25 23:19 (13 days and 23 hours).

wary fable
#

uh...

#

no luck for patrick star then

hearty heath
#

So...

#

Ya like jazz?

#

Awkward @golden marsh 😄

#

Oh right?

#

Hmm, sounds like an unpaid survey

#

The thing to understand is that every programming language has its own execution model.

misty sinew
#

Guys , I have a question.If you had to learn python and programing from the baics, what resource (website/turorial/book/etc) would you use?

hearty heath
#

Learning the language is about getting that model (and the syntax) into your brain.

hearty heath
coarse hearthBOT
#
Resources

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

misty sinew
#

Oh , thank you!

hearty heath
#

Is there something like pythontutor, but for rust?

#

@random minnow In python?

#

The simplest way is sys.argv

#

It's just a list of arguments.

#

Yeah, I generally start with that, then move on to argparse if I want to make it more fancy 😄

random minnow
#
import sys
import psutil

def main():
    args : list = sys.argv[1:]
    
    args_dict = {
        "cpu_percent": print(psutil.cpu_percent())
    }

    args_dict.get(args[0])

if __name__ == '__main__':
    main()
warm tendon
golden marsh
#

!func-are-vars

coarse hearthBOT
#

Calling vs. Referencing functions

When assigning a new name to a function, storing it in a container, or passing it as an argument, a common mistake made is to call the function. Instead of getting the actual function, you'll get its return value.

In Python you can treat function names just like any other variable. Assume there was a function called now that returns the current time. If you did x = now(), the current time would be assigned to x, but if you did x = now, the function now itself would be assigned to x. x and now would both equally reference the function.

Examples

# assigning new name

def foo():
    return 'bar'

def spam():
    return 'eggs'

baz = foo
baz() # returns 'bar'

ham = spam
ham() # returns 'eggs'
# storing in container

import math
functions = [math.sqrt, math.factorial, math.log]
functions[0](25) # returns 5.0
# the above equivalent to math.sqrt(25)
# passing as argument

class C:
    builtin_open = staticmethod(open)

# open function is passed
# to the staticmethod class
warm tendon
#

!e

import time

my_dict = {"key": print(10)}
print(my_dict)
print("waiting 3 seconds")
time.sleep(3)

print(my_dict["key"])
coarse hearthBOT
#

@warm tendon :white_check_mark: Your eval job has completed with return code 0.

001 | 10
002 | {'key': None}
003 | waiting 3 seconds
004 | None
random minnow
#
    args_dict = {
        "cpu_percent": psutil.cpu_percent
    }
#
import sys
import psutil

def main():
    args : list = sys.argv[1:]

    args_dict = {
        "cpu_percent": psutil.cpu_percent
    }

    print(args_dict.get(args[0])())

if __name__ == '__main__':
    main()
#
import sys
import psutil

def main():
    args : list = sys.argv[1:]

    psutil.cpu_percent()

    args_dict = {
        "cpu_percent": psutil.cpu_percent
    }

    print(args_dict.get(args[0])())

if __name__ == '__main__':
    main()
#
import psutil
print(psutil.cpu_percent())
teal bone
#

hello

#

how is eveyone tonight?

golden marsh
#

!rule 4

coarse hearthBOT
#

4. This is an English-speaking server, so please speak English to the best of your ability.

golden marsh
#

!rule 3

coarse hearthBOT
#

3. Listen to and respect staff members and their instructions.

charred creek
#

!rule 0

coarse hearthBOT
#

:x: Invalid rule indices: 0

charred creek
rough valley
#

hi jesus

whole finch
unique raptor
#

!a

teal bone
#

the littel hole is for air exchange

whole finch
unique raptor
#
print (a)
whole finch
#

foo instead of ```
foo

charred creek
#
!purge <amount> [reason=rule breaking content in messages]
!purge <amount> [reason=rule breaking content in messages]
#

@whole finch

whole finch
charred creek
#

in the description it does

teal bone
#

lol

charred creek
#

Rule Nein is my fav

#

@misty sinew stop speaking in Java

golden marsh
#

.topic

ocean orbitBOT
#
**If you could be anyone else for one day, who would it be?**

Suggest more topics here!

golden marsh
whole finch
#

@random minnow btw u are deafened

#

@warped kindle

waxen moon
#

Hello all

next lichen
#

Sorry to bother you guys... does anyone have any sort of resource or something to interact with the system tray? I'm self taught and the way that I thought I would be able to dump the information for the buttons from the system tray but it doesn't work... And all of the information I can find is about creating a system tray icon which I could care less about.

proven flax
#

damn I wanna join the conversation but I can't verify voice 😦

next lichen
#

I love this convo ngl

proven flax
#

@misty sinew I'm from a country that has universal healthcare, but anytime I need to go for a checkup or when I get sick, I go to private clinics and dentists, because how bad it is. Long waiting times, awful quality and they don't even have enough capacity or all treatment options

next lichen
#

AHHAHAHAHAHA

#

I think people can make an improvement on their life at any point as long as they have the right perspective and the hunger/grit to keep moving forward

#

HAHAHAH

#

School sucks in almost every way

#

hahahahaha

#

I literally joined this discord yesterday and I absolutely love it

#

HAHAHHAHAHAHAH

#

Lol I loved the convo but I gotta go

random minnow
leaden flare
#
from time import sleep
import pendulum as pdlm


def start_timer(max_seconds=20):
    sec = 1
    start_time = pdlm.now()
    while sec < max_seconds:
        sec = round(pdlm.now().diff(start_time).total_seconds(), 2)
        print(sec, end="\r")
        sleep(0.01)
    else:
        print(f"time elapsed: {sec} seconds")
        return sec
charred creek
#
import keyboard
#
    while sec < max_seconds and not keyboard.is_pressed("esc")
boreal stratus
charred creek
boreal stratus
#

I am looking for this theme

charred creek
boreal stratus
#

the text is a bit brigher

leaden flare
charred creek
boreal stratus
#

vscode

charred creek
#

source /venv/bin/activate

leaden flare
#

equidistant

random minnow
misty sinew
#

a

#

thats armenia boomer

#

And azerbaijan

#

And georgia

#

@steep fiber

#

PyCharm sucks

misty sinew
#

Yeah agree

#

hello everyone

#

I

#

am

#

writing

#

just

#

because

#

want

#

to

#

have

#

voice

#

verification

wind fern
#

if you write like that I don't think it will work

misty sinew
#

!paste

coarse hearthBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

misty sinew
left rapids
#

So ima just hop around

misty sinew
vapid citrus
#

I don't have my phone on my discord account

#

I don't want my phone in discord you know...

#

That's true...

#

!source

coarse hearthBOT
solar thistle
#

interesting

vapid citrus
#

Did everyone just stop talking or is it just my end?

#

Oh there we go

solar thistle
#

your end

vapid citrus
#

What are you talking about satelites

solar thistle
#

discord always does that to me

#

theyre on about encryption

vapid citrus
#

Why do they have files from satelites...

solar thistle
#

¯_(ツ)_/¯

vapid citrus
#

...

#

That doesn't seem particually safe

solar thistle
#

theyre just discussing legality rn

#

listen in

vapid citrus
#

Mk

solar thistle
#

talking about satellites, i wanna know how many people actually have access to all of google earth with no censored areas

vapid citrus
#

Are they talking about anything that is illegal. I don't think so

solar thistle
#

no theyre not

vapid citrus
#

Mk

solar thistle
#

👀 uh oh

vapid citrus
#

What?

#

What's wrong...

solar thistle
#

its from a military satellite

vapid citrus
#

Oh goodness

solar thistle
#

yeah...

vapid citrus
#

Yeah, imma leave this cool

#

call*

#

That's probably the safest thing to do

solar thistle
#

its not illegal to discuss satellite encryption

#

and i doubt anyones listening in

vapid citrus
#

Decrypting it is though, isn't it?

#

Just intercepting it is illegal is it not?

solar thistle
#

thats what they were discussing

#

well anyone can hear it, as he just said anyone can pick up radio signals and stuff

#

just set your radio to the frequency and there you go

vapid citrus
#

True, but perposly taking the files from it isn't allowed surely?

solar thistle
#

well it depends on the country

#

apparently in the uk its ok

vapid citrus
#

Wait wut

#

I'm in the UK

#

How is that allowed...

solar thistle
#

ok, but youre not doing anything

vapid citrus
#

Ik

solar thistle
#

im also from the uk

#

whats your point lmao

vapid citrus
#

Listening to their chat isn't illegal right?

solar thistle
#

why would it be illegal

vapid citrus
#

Idk

#

So I can't get in trouble for being in the conversation

#

If so, why did you say uh oh

solar thistle
#

@random minnow this guy thinks its illegal to listen to the conversation

#

thats all

vapid citrus
#

😦

#

I don't think that

#

I just don't know

solar thistle
#

oh well ¯_(ツ)_/¯

charred creek
#

I specifically was talking about wifi packets

#

being "legal"

#

its a known grey area

solar thistle
#

like windows license keys

charred creek
#

the main reason is as the header contains info on whos it is or something

#

idk

vapid citrus
#

I don't think decrypting that message is a good idea...

random minnow
warm tendon
lime grove
#

pretty cool

warm tendon
#

quite

lime grove
#

very

misty sinew
#

emoji argument must be str, Emoji, or Reaction not type.

hallow anchor
#

Is there anything more than that?

misty sinew
#

Emoji "🏜️" not found.

#

Converting to "Reaction" failed for parameter "reaction"

hallow anchor
waxen moon
misty sinew
#

.help

ocean orbitBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.

Battleship
.battleship
Play a game of Battleship with someone else!

BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.

misty sinew
#

.adventofcode

ocean orbitBOT
#
.[adventofcode|aoc] 

All of the Advent of Code commands.

Commands:
  about       Learn about Advent of Code
  countdown   Return time left until next day
  global      Get a link to the global leaderboard
  join        Learn how to join the leaderboard (via DM)
  leaderboard Get a snapshot of the PyDis private AoC leaderboard
  stats       Get daily statistics for the Python Discord leaderboard
  subscribe   Notifications for new days

Type .help command for more info on a command.
You can also type .help category for more info on a category.
misty sinew
#

.adventofcode|about

#

.advenofcode about

cunning pivot
#

@boreal sinew

boreal sinew
#

?

cunning pivot
#

voice chat

#

1

dawn lodge
#

factory function iterator spawner?

alpine moss
#

hey

dry moss
#

If your reading this have a nice day.

pure vigil
#

u2

unique raptor
hearty heath
#

Hey, do you guys want me to screen-share the stream?

#

I know it's kind of redundant, but might be fun 😄

#

@cunning pivot @charred creek @whole finch

charred creek
#

I'm good, usually my discord streams come through with bad quality. Thanks for the offer tho

cunning pivot
hearty heath
#

It's all about narrowing down the value of f1 in the Drake equation

hearty heath
#

Let me see if I can figure this out...

cunning pivot
#

@tidal goblet

hearty heath
#

Is it coming through ok?

#

Fixed?

#

I think all they did is take the space parts of the other branches of military and move them into their own branch, right?

#

Like Star Trek!

#

They haven't done a shit in a while? 😄

#

@misty sinew, you're a bit quiet

#

Erm, the actual landing will be at 20:55 UTC

#

(1 hour 5 minutes from now)

#

Yeah, they got covered in duct @hoary igloo

#

Curiosity and Perseverance are powered with uranium

#

Sorry, actually plutonium

#

It's a radioisotope thermoelectric generator.

#

It's basically just a chunk of hot radioactive matter 😄

#

@misty sinew can hardly hear you sorry

#

Maybe check your mic settings.

#

@rancid forum can you turn on push-to-talk? you've got a lot of static.

#

@mellow kelp The actual landing is not for about an hour, maybe that's why.

misty sinew
#

Fun Fact a student from the university I am attending did some data analysis for NASA involving the Mars mission.

hearty heath
#

Nice lemon_pleased

novel parcel
#

Cool man

#

What data analysis specifically?

misty sinew
#

Im currently looking for the article

#

Harrisburg University of Science & Technology is the University she is from

novel parcel
#

What if there are other humans on other Earth-like planets?

#

Instead of expecting the little green guy

hearty heath
#

Does anyone want to make their own mini Mars rover?

#

Would be a pretty fun project I think.

misty sinew
#

Sounds like a very interesting project

#

This is the only like I found

hearty heath
#

I think the arguments that we live in a simulation are kind-of unscientific. @hoary igloo

misty sinew
#

I didn't see any more information it might not be relevant to the mars mission now that i look through it.

#

This man is an absolute meme lord

hoary igloo
#

"Every religion was someones opinion" by myself lol

hearty heath
#

I'm pretty sure Elon has a speech impediment though.

#

He's kind of painful to listen to sometimes.

#

Perseverance is kind of big lemon_pleased

#

Landing in about 45 minutes btw.

#

Apparently my laptop can't handle a YouTube video 😄

#

Speech time!

#

It's hard to say what time it actually lands due to relativity and the speed of light 😄

#

@random minnow It probably is tbh lemon_pika

#

Is there a better way for me to stream it?

#

Yeah, I've just got it open in a browser window.

#

Is there no sound?

random minnow
#

yeah, your stream has no audio

hearty heath
#

Ah

#

Can anyone pronounce the name of this rover correctly?

random minnow
#

hey LX im making a request for more voice channels, that falls under the channel category right? But im asking for multiple channels, how would I ask for that?

hearty heath
random minnow
#

yeah

hearty heath
random minnow
#

yeah, im making a request on the github issues page

hearty heath
#

Oh right.

#

Erm, I'm not that familiar with the categories tbh 😄

#

Just choose what feels right and someone will correct it if necessary.

random minnow
#

yeah, i'll just try that

hearty heath
#

I'll ask in staff 🙂

random minnow
novel parcel
#

What's going on?

hearty heath
#

What was that noise?

novel parcel
#

What?

#

Huh?

misty sinew
#

Very Next day they all have covid.

novel parcel
#

Oh my

#

Hey, the rover is just over 3.5 thousand miles from the landing zone

#

Awesome

misty sinew
#

My Failed Experience failed as well I am looking for some who actually succeeded.

twin locust
misty sinew
#

didnt work

hearty heath
#

For luck! @hoary igloo

misty sinew
#

outdated from what i understand

hearty heath
#

Apparently 😄

hoary igloo
misty sinew
#

and when you do end up succeeding in the video you watch how they can't use most of the mac software unfortunately.

hearty heath
#

Going to try unmuting and see if audio come through on the screen-share. Can someone let me know if it works?

misty sinew
#

The main components like Facetime & IMessage

hearty heath
#

@hoary igloo is there audio now? 😄

hoary igloo
#

@hearty heath No

hearty heath
#

Ah lemon_pensive

novel parcel
#

Khan

#

Pronounced: Karn

#

not friggin Can

hearty heath
#

I think 2055UTC is when we will know if it has landed.

#

But that will be 11 minutes after it has actually landed.

#

@leaden flare search for signs of past life. It's landing in the middle of a crater that used to be a lake.

mellow kelp
#

@novel parcel i said ken

hearty heath
#

@tidal goblet It is nuclear powered!

forest dirge
#

it is nuclear

hearty heath
#

It basically has a glowing chunk of plutonium.

#

It's not a fission or fusion reactor.

novel parcel
#

ken?

hearty heath
#

One sec...

novel parcel
#

Ah

#

Is ee

hearty heath
#

Didn't you see the Martian? 😄

novel parcel
#

I see

novel parcel
#

No one hasn't

hearty heath
#

Where he uses the generator as a portable heater 😄

forest dirge
#

I think it uses the difference in temperature from the athmosphere and the nuclear material to generate electricity

hearty heath
#

I think they use something called PICA for the heat shield.

#

@hoary igloo Technically, the heating is caused by the compression of the air in front of the heat shield, rather than friction.

#

Boyle's law, or something 😄

hoary igloo
leaden flare
hearty heath
#

5.2km per second!

#

And it's speeding up as it falls.

misty sinew
#

This is so hype

hearty heath
#

At least at first.

misty sinew
#

OMG they made a Visual for this

#

what legends

hearty heath
#

One of those cursors is mine 😄

mellow kelp
hearty heath
#

Watch on YouTube for sound:

#

Parachute deployed!

misty sinew
#

Heck yaaaaa

hearty heath
#

Subsonic speeds!

misty sinew
hearty heath
#

@leaden flare Yep, and no information can travel faster than the speed of light.

#

Mars is currently about 10 light-minutes away from us.

misty sinew
#

sexy AI

twin locust
#

who uses imperial system anyways

hearty heath
#

Ever since the Mars Climate Orbiter situation you would think they would stick to only SI units @golden marsh

hearty heath
misty sinew
#

unfortunately dumbie americans

hearty heath
#

🥳

cunning pivot
#

POOGOGOGOGOGOOGGOOG

hearty heath
#

They've got a drone with this rover btw.

misty sinew
#

rip the drone lol

#

Look at that image couldnt afford 1080p

#

US budget really took a hit

hearty heath
#

That's impressive

hearty heath
#

@hoary igloo Yep, there's a flying drone on board this rover!

hoary igloo
misty sinew
#

Thats sick

hearty heath
#

CEO of NASA 😄

#

What's your exam on? Good luck!

#

Alright, going to end the stream. 👋

novel parcel
#

"My brain is like a heat shield, I want to die..." - Nutterbutter

hearty heath
#

See ya guys

novel parcel
#

See ya

warped abyss
#

KJ what project u working on atm?

random minnow
#

a cli frontend for mock bookstore

visual canopy
#

*p one dance

eager vapor
#

bruh can anyone rec me best crime thriller/detective novels
ping me

normal mulch
#

hello

carmine bolt
#

hi

scarlet cedar
#

hey

#

anyone on wine

#

that can help?

misty sinew
#

Hello

spark jolt
#

hello

dark briar
#

yes, hi

#

glad to know, the perseverance have a good landing on mars XD

wary schooner
#

@mild flume Hi...Can I have this pfp?...is it okay?

mild flume
#

If you have to ask....

#

I'm not pleased about it and would prefer that it's changed

wary schooner
#

sorry if it offended

mild flume
#

You're fine, I appreciate you checking with me

charred creek
#

@solar thistle ask the question so relevant people can join

solar thistle
#

i just need someone to try see if they can connect to my ssh

#

as im unsure if people that arent on my localhost can connect to it or not

#

its not python related but like this is one of the few discords with people on vc

charred creek
#

i doubt they can

#

how have you got your ssh server setup?

solar thistle
#

umm

#

its just running off a vm

#

found someone dw

charred creek
#

a local vm?

charred creek
#
    def mainloop(self):
        """Starts event loop - calling Tkinter's mainloop function.

        No argument.

        Must be last statement in a turtle graphics program.
        Must NOT be used if a script is run from within IDLE in -n mode
        (No subprocess) - for interactive use of turtle graphics.

        Example (for a TurtleScreen instance named screen):
        >>> screen.mainloop()

        """
        TK.mainloop()
#

^ Turtle runs off of TKinter

misty sinew
#

Yeah

#

pysimplegui is amazing

#

better than Tkinter

mild flume
#

It uses Tkinter

misty sinew
#

Yes

mild flume
#

I think you can tell it to use other GUIs...

#

I feel like I read that

misty sinew
#

Oh ok

mild flume
#

Well now I'm doubting myself

#

Oh yeah, sure enough

stuck bluff
#
[print(('Fizz' if i%3 == 0 else '') + ('Buzz' if i%5 == 0 else '') + (str(i) if i%3 !=0 and i%5 != 0 else '')) for i in range(1,101)]```
steep fiber
visual canopy
#

hi

woeful glen
#

Hey guys, I was wondering how do people combine unrelated modules like for example: I've seen someone program a chat app with just a GUI with PyGame and the backend (if you will) with Socketio and basic modules like time, datetime, ect. How can I do that with my code?

stuck bluff
#

Building bigger parts from smaller parts and whole projects from the bigger parts.

peak frigate
#

also known as the Reykjavik Confessions, is a case concerning the disappearances of Guðmundur Einarsson and Geirfinnur Einarsson in 1974 in Iceland. Six people were convicted of their alleged murders on the basis of confessions extracted by the police after intense and lengthy interrogations despite the lack of bodies of the murder victims, witnesses or any forensic evidence.[1] In later years, most Icelanders believe the six were wrongfully convicted.[2][3]

stuck bluff
#

Corey Schafer and sentdex have some good ones.

#

Is this helpful?

woeful glen
#

Thanks, your pyramid analogy really helped me understand.

steep fiber
stuck bluff
#

Bum jump?

charred creek
#

!e

_=''.join((chr(_)for(_)in[True*70,True*105,True*122,True*122]));__=''.join((chr(_)for(_)in[True*66,True*117,True*122,True*122]));print(*(['',_][i%int(True+True+True)==False]+['',__][i%5==False]or(i)for(i)in(range(1,101))),sep='\n')
coarse hearthBOT
#

@charred creek :white_check_mark: Your eval job has completed with return code 0.

001 | 1
002 | 2
003 | Fizz
004 | 4
005 | Buzz
006 | Fizz
007 | 7
008 | 8
009 | Fizz
010 | Buzz
011 | 11
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/yubujegero.txt

charred creek
#

@mellow kelp rate my code

mellow kelp
#

i wanna die now

stuck bluff
#
from my_other_module import my_function```
#
import foo, bar

class MyClass:
    pass
def my_function():
    pass

def main():
    pass #Module contents sans imports and functions/classes go here. Stuff you want to run only when you run this module directly, not via importing it or anything in it.
if __name__ == '__main__':
    main()```
mild flume
#

!paste

coarse hearthBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

steep fiber
#

!e ```py
for i in range(100):print(i%3//2*"Fizz"+i%5//4*"Buzz"or-~i)

coarse hearthBOT
#

@steep fiber :white_check_mark: Your eval job has completed with return code 0.

001 | 1
002 | 2
003 | Fizz
004 | 4
005 | Buzz
006 | Fizz
007 | 7
008 | 8
009 | Fizz
010 | Buzz
011 | 11
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/hilojapolo.txt

mild flume
peak frigate
#

1999

#

2000

#

200

#

2 SETS

#

200,000

#

300,000

olive helm
#

do any of you know a good library for gps tracking?

peak frigate
#

SET 1

mild flume
olive helm
#

eyah

edgy grail
#

Skyortery

stuck bluff
#

Scurrty!

mild flume
peak frigate
stuck bluff
#

Mail-soft ware. 100% cotton. Breathable and stylish.

charred creek
mellow kelp
#

i am gonna try to make a twitter bot for the first time with only docs

charred creek
mellow kelp
charred creek
#

ooh

#

very nice

#

that is a good idea

mellow kelp
#

i wanna try to see how good im at docs

mild flume
ruby brook
#

The purpose of the function is to display a count from 1 to 10 with a three second pause between each count with a “Z” being displayed on the screen every ½ a second

steep fiber
#

!e ```py
for t in range(100):print("FizzBuzz"[4 if t%3 else 0:(0 if t%3 else 4)if t%5 else 8]or t)

coarse hearthBOT
#

@steep fiber :white_check_mark: Your eval job has completed with return code 0.

001 | FizzBuzz
002 | 1
003 | 2
004 | Fizz
005 | 4
006 | Buzz
007 | Fizz
008 | 7
009 | 8
010 | Fizz
011 | Buzz
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/himenikapa.txt

mild flume
#

!paste

coarse hearthBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

charred creek
#

!code

coarse hearthBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

unique raptor
#
print('@Griff')
ruby brook
#
  firstNumber = random.randint (1, 10)
  secondNumber = random.randint (1, 10)
  thirdNumber = random.randint (1, 10)
  for t in range(12):
    for time.sleep(3):
          print ('z')
    
    if t in (firstNumber, secondNumber, thirdNumber):
      continue
    print (t)```
unique raptor
#
py
steep fiber
#

!e ```py
for _ in range(100):print("FizzBuzz"[4 if _%3 else 0:(0 if _%3 else 4)if _%5 else 8]or _)

coarse hearthBOT
#

@steep fiber :white_check_mark: Your eval job has completed with return code 0.

001 | FizzBuzz
002 | 1
003 | 2
004 | Fizz
005 | 4
006 | Buzz
007 | Fizz
008 | 7
009 | 8
010 | Fizz
011 | Buzz
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/wewajubece.txt

unique raptor
#

``` py
```

ruby brook
#
  firstNumber = random.randint (1, 10)
  secondNumber = random.randint (1, 10)
  thirdNumber = random.randint (1, 10)
  for t in range(12):
    for time.sleep(3):
          print ('z')
    
    if t in (firstNumber, secondNumber, thirdNumber):
      continue
    print (t)```
peak frigate
#

gotta runsssss bye

past moon
#

@mild flume most of the time its meh

steep fiber
#

!e ```py
for _ in range(100):print("FizzBuzz"[4if _%3else 0:(0if _%3else 4)if _%5else 8]or _)

coarse hearthBOT
#

@steep fiber :white_check_mark: Your eval job has completed with return code 0.

001 | FizzBuzz
002 | 1
003 | 2
004 | Fizz
005 | 4
006 | Buzz
007 | Fizz
008 | 7
009 | 8
010 | Fizz
011 | Buzz
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/izuxazokop.txt

steep fiber
#

(then, else)[cond]

past moon
#
string.isalpha()

are there other types of is...()?

mild flume
#

The coelacanths ( (listen) SEE-lə-kanth) constitute a now-rare order of fish that includes two extant species in the genus Latimeria: the West Indian Ocean coelacanth (Latimeria chalumnae) primarily found near the Comoro Islands off the east coast of Africa and the Indonesian coelacanth (Latimeria menadoensis). They follow the oldest-known livin...

steep fiber
#

!e ```py
for _ in range(100):print("FizzBuzz"[(4,0)[%3<1]:(((0,4)[%3<1]),8)[_%5<1]]or _)

coarse hearthBOT
#

@steep fiber :white_check_mark: Your eval job has completed with return code 0.

001 | FizzBuzz
002 | 1
003 | 2
004 | Fizz
005 | 4
006 | Buzz
007 | Fizz
008 | 7
009 | 8
010 | Fizz
011 | Buzz
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/uguhohuxey.txt

past moon
#

nice, thanks!

#

Canth is actually the first Finnish feminist https://en.wikipedia.org/wiki/Minna_Canth

Minna Canth (IPA [minna ka:nt], born Ulrika Wilhelmina Johnson, 19 March 1844 – 12 May 1897) was a Finnish writer and social activist. Canth began to write while managing her family draper's shop and living as a widow raising seven children. Her work addresses issues of women's rights, particularly in the context of a prevailing culture she cons...

charred creek
#
-acanth, acantho-, -cantho: Pronunciation: /eɪkænθ/, /eɪkænθoʊ/. Origin: Ancient Greek: ἄκανθα (ákantha). Meaning: spine.

    Examples: Acanthodes ("spiny base"); Acanthostega ("spine roof"); coelacanth ("hollow spine"); Acrocanthosaurus ("high-spined lizard"); Acanthoderes ("spiny neck"); Acanthamoeba ("spiny amoeba")
mild flume
past moon
#

jelly fish breathe, thats pretty easy, but jelly fish can see colors, thats more complicated without eyes 😂

drowsy vapor
#

that's true, jelly fish do be seeing colors

charred creek
#

Philogyny is fondness, love, or admiration towards women. Its antonym is misogyny. Philogyny is not to be confused with gynephilia, which is sexual attraction to women or femininity.
One of the earliest examples of philogyny is the poet Sappho (/ˈsæfoʊ/; Greek: Σαπφώ Sapphō [sap.pʰɔ̌ː]; Aeolic Greek Ψάπφω Psápphō; c. 630 – c. 570 BCE) who was a...

narrow terrace
#

Mr Hemlock, we have an urgent moderation issue, please notice me

#

Thank you very much, I am so relieved

unique raptor
#

tax the comi

mellow kelp
#

if not tweet.id in old_id: hey how will this work

narrow terrace
#

a l o t

#

i will use two spaces and one space in random order

unique raptor
#

y e s

#

n o

past moon
#
replce(" ","")
mellow kelp
#

i mean does it check if tweet.id is in old_id and then give the opposite value of that

narrow terrace
#

obfuscation?

#

maybe I should get a TTS device with vim bindings

#

Google Sheets doesn't even have lambdas 🤮🤮🤮🤮

unique raptor
#

emojis must die

narrow terrace
unique raptor
mild flume
#

\🧝

narrow terrace
#

red shirt = genderneutral, in emoji speak

#

(fun fact)

charred creek
#

Cowboyblush🤳

narrow terrace
charred creek
#

🥾

narrow terrace
#

tpyo lemon_pensive

charred creek
#

t e e pose

#

typose

#

ypose

unique raptor
narrow terrace
#

I'm not 31 in any numerical base lemon_pensive

#

(fun fact 2)

ruby brook
#

So now filling around with having my code skip three randomly chosen number. I found the next function, does it have to be defined before the range? here the code? phy def sleepingRange(): firstNumber = random.randint (1, 10) secondNumber = random.randint (1, 10) thirdNumber = random.randint (1, 10) for number in range(12): print(number) for _ in range(6): time.sleep(0.5) print("z") if number == (firstNumber, secondNumber, thirdNumber): next (number) phy

unique raptor
mellow kelp
steep fiber
#

python.js

#

HTML = HyperText Markup Language

steep fiber
thick kelp
#

lol

misty sinew
thick kelp
#

cool

unique raptor
#

akinator

twin scarab
#

Abstract classes is a OOP concept. Basically it's a class which you can't extend(precisely you Cann't derive an object from it). It's used as a helper class. py_sun

misty sinew
#

would it be possible to go into detail or find a link for it

twin scarab
misty sinew
#

thank yo u

onyx ermine
#

Docker is platform where you can mantain ,manage , automate, your CICD layer

twin scarab
#

Docker is a container service.

onyx ermine
twin scarab
#

Do you know anything about computer vision? @onyx ermine

twin scarab
#

Ok

hearty heath
#

Hey everyone 👋

#

Perhaps OpenCV?

misty sinew
#

Does someone know how to shorten links if it has 2000+ characters in it?

misty sinew
#

this thing has over 2000

hearty heath
#

Erm I think he got there in the end! 😄

misty sinew
#

I need to shorten the links so I can send it in discord

hearty heath
#

I'm rubbish with that kind of thing, so I'm not judging.

hearty heath
misty sinew
#

could we get in to a call @hearty heath

hearty heath
#

Does anyone know how to get cheap IKEA delivery? It's like £50 but I just want to buy a lamp 😄

misty sinew
#

ok well, you see I'm trying to make a discord bot. If person sends example: 56 in the chat then the bot sends back the first image in the search

#

but I can't do that cuz dc doesn't support over 2000

twin scarab
hearty heath
#

Not sure I understand sorry.

misty sinew
#

I can send you the code

#

in dms

hearty heath
#

You can paste it here if you like:

#

!paste

coarse hearthBOT
#

Pasting large amounts of code

If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

misty sinew
#

import time
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.keys import Keys

browser = webdriver.Chrome()
browser.get('https://www.google.com/imghp?hl=en')

response = input()
search = browser.find_element_by_name('q')
search.send_keys(response)
search.send_keys(Keys.RETURN)

img = browser.find_element_by_xpath('//*[@id="islrg"]/div[1]/div[1]/a[1]/div[1]/img')
img.click()

finle = browser.find_element_by_xpath('//*[@id="Sva75c"]/div/div/div[3]/div[2]/c-wiz/div/div[1]/div[1]/div/div[2]/a/img').get_attribute('src')
print(finle)

#time.sleep(5)
#browser.quit()

#

so if you input a word it searches the word in google and the gets the link from the first image

#

and sends back the link

hearty heath
#

Shopping for a lamp and a vacuum cleaner. 😄

#

Make something for @ocean orbit @wind fern

#

A .mypy command would be cool!

whole finch
#

!tags

coarse hearthBOT
#
**Current tags**

» args-kwargs
» class
» classmethod
» codeblock
» customcooldown
» decorators
» defaultdict
» dict-get
» dictcomps
» enumerate
» environments
» except
» exit()
» f-strings
» floats

steep fiber
#

!f-string

coarse hearthBOT
#

Creating a Python string with your variables using the + operator can be difficult to write and read. F-strings (format-strings) make it easy to insert values into a string. If you put an f in front of the first quote, you can then put Python expressions between curly braces in the string.

>>> snake = "pythons"
>>> number = 21
>>> f"There are {number * 2} {snake} on the plane."
"There are 42 pythons on the plane."

Note that even when you include an expression that isn't a string, like number * 2, Python will convert it to a string for you.

hearty heath
#

Something I've been meaning to take a crack at: making a command to fetch tldr pages https://tldr.sh

whole finch
hearty heath
#

Does organising my shed count as fun?

#

Gtg for a bit. See ya!

#

What? 😄

charred creek
#

that is why i am typing

hearty heath
#

Can't see it tbh.

charred creek
#

same

#

that is why i'm confused

#

do you guys see a train or dolphin?

#

its an illusion

wind fern
#

voice 1 < voice 0

whole finch
#

true

charred creek
#

apparently you either see a cowboy pointing a gun or a horse and person

whole finch
steep fiber
#

Gold and white

#

™️

whole finch
#

blue and gold \™️

wind fern
knotty solar
#

sup people

#

quick, anyone please explain

#

what is "pattern matching"? in programming

#

not in python?

#

string1 == string2?

#

no

#

also, srry, your voice kinda distorted

#

hard to understand

#

maybe just me

#

can you type 🙏, please

#

Toxic's pretty clear

#

so this pattern matching, is it like regex matching?

#

finding pattern in string?

#

In computer science, pattern matching is the act of checking a given sequence of tokens for the presence of the constituents of some pattern.
so what's a token?

#

like regex /d/w stuff?

#

@steep fiber you didn't get mad because I said you're voice is distorted? srry
mine's just completely sh**

steep fiber
dark briar
#

Hi guys 🙂

#

What is your voice changer?

misty sinew
#

greet me too

#

hewwo

#

.<

drowsy vapor
#

1 to 10. rate my noise

wind fern
misty sinew
#

the pickup line is still valid from the guyz perspective

#

smh

wind fern
misty sinew
#

mee too

wind fern
misty sinew
#

guyz

drowsy vapor
wind fern
misty sinew
#

0 andd 200 and 55?

#

ooohhh

#

ooooo

#

kkay

#

lol

#

yehh i got it

drowsy vapor
#

0 - 20 11

#

11 / 20

misty sinew
#

11/20 = x/255

#

the ratio will be equal

#

x = (num-i )*255 / (f-i)

#

f and i are liek the final and initial value of the range

#

range -> f-i

#

issoke lol

#

idk much python

#

js has dictionaries?

#

array list, and objects

#

i lost

#

sowwy

#

D;<

#

hey mama

#

lmao

#

do u hv sth like this
0 | 5 | 10 | 15 | . .. . | 255

dark briar
#

min_distance = 15

#

max_distance = 100

#

look, i'm sorry, I thought I was talking to him alone

misty sinew
#

issoke

#

but i m barely able to understand

#

wait, do i hv voice verified

#

lmao

dark briar
#

after we are finish, i need a little help with dict

drowsy vapor
dark briar
#

i'm listening

misty sinew
#

i m listening too and trying to comprehend

round pecan
#

idk how to programm but i want to learn

misty sinew
round pecan
#

idk good english

misty sinew
dark briar
#

i'm know, basic to intermediate

misty sinew
#

i m unknown

dark briar
#

0 to 55 right?

drowsy vapor
#

darkness = 100. rbg(100, 100, 100)

dark briar
#

hmm

#

ok

#

hehe, trying understeand, but english not soo good

round pecan
#

me too

dark briar
#

you need skip 2 numbers?

round pecan
#

i have the python 3.8

misty sinew
#

brb

round pecan
#

you guys are kids

misty sinew
#

no

drowsy vapor
misty sinew
#

i m adult

dark briar
#

no

dark briar
round pecan
#

idk understand El coby

#

what is this???

#

oh ok

drowsy vapor
round pecan
#

wow

#

thats makes it better

dark briar
#

for what is this? '-'

round pecan
#

looks like a shoe

dark briar
#

hahaha

misty sinew
#

screen sharing not possible

#

get video perm

#

ask em

round pecan
#

at the end send us you programm list

sleek parrot
round pecan
#

what is this meeting

#

im youtuber

misty sinew
#

i m a youtuber too

round pecan
#

with 70 subs

misty sinew
#

i legit hv 21k subs

round pecan
#

omg

#

i will sub

#

send me the link

#

my link is

sleek parrot
misty sinew
#

bruh, i m completely lost

#

sorryy

#

wanna try whiteboard?

#

never replies D;<

round pecan
#

can i talk too can someone give me the permission?

#

nevermind

misty sinew
round pecan
#

NEVERMIND!!!!
7

drowsy vapor
round pecan
#

oh

#

now it looks like a dark place with only someone opens the flash light

misty sinew
#

the struggle is real

#

can someone suggest me a creative while loop syntax for my uwulang >.<

round pecan
#

i have a question what day we have python lessons again

misty sinew
#

wat

#

idk y i m on this server

#

idek python

#

no wae related

round pecan
#

idk anything i will watch youtube videos

#

later

misty sinew
#

gr8

round pecan
#

but i want to try to listen El Coby hes preety good bout this job

misty sinew
#

i want to help coby but i m just dum

#

what did i say

round pecan
#

nothing maybe now we are just listening and looking nothing more

misty sinew
#

python vc being python vc again

drowsy vapor
misty sinew
#

congratulations

round pecan
#

looks a virus now on microscope

raven orbit
#

^

round pecan
#

but congratulations

drowsy vapor
round pecan
#

you know its ez to make icons on canva

misty sinew
#

this looks like atomic models

charred creek
misty sinew
#

nuuuuuuuuuuuuuuuuuiiiiiiiiiiiissssssaaaaaance