#voice-chat-text-0

1 messages · Page 641 of 1

cloud root
#

which means I'm safe

languid valley
#

my wifi is broken i dont even know whats going on

#

its not even my wifi its just discord

#

BUT

#

what you just said about for day in week

#

that actually just helped me achieve a breakthrough

heavy nacelle
#

d. todayBottles

languid valley
#

I understand what I have to do for this now, i emailed my prof so hopefully i get it figured out completely tomorrow

heavy nacelle
#

e. totalBottles += todayBottles

languid valley
#

I have todaybottled for d

#

and that for e

heavy nacelle
#

totalBottles = totalBottles + todayBottles

cloud root
#

Do I sound like an american kid?

#

wat is happening rn

quasi condor
#

@amber raptor you're probably asleep or something - but I feel you should know that I got my cloud function doing what I expect

cloud root
#

I wanna learn russian language

languid valley
#

man im so exhausted

#

coding really works your brain out

#

especially when you spend hours to achieve nothing lmao

cloud root
#

Me either :/

#

I'm laggy

#

I need some milk

#

I'mma get some

cloud root
#

yo guys do you eat rice?

jovial meadow
#

0000 = zero

#

0001 = one

#

0011 = three

#

0011
^

#

signed bit

#

1011
AND operator
0111

#

0011 = result

#

&

#

1111

#

0 - 1

#

1

#

0111

#

0-1 >> 1

cloud root
#

hey guys

#

help me

#

make

#

a

#

a

#

p

#

i

#

help me make a api

#

in discord

graceful grail
#

!code

wise cargoBOT
#

Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.

To do this, use the following method:

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

Note:
These are backticks, not quotes. Backticks can usually be found on the tilde key.
• You can also use py as the language instead of python
• The language must be on the first line next to the backticks with no space between them

This will result in the following:

print('Hello world!')
jovial meadow
#

mask = n>>31
(mask^n) - mask

cloud root
#

mask = n>>31
(mask^n) - mask

#

lol

weak void
#

mask = n>>31
(mask^n) - mask
@jovial meadow it converts negative no. to positive ?

cloud root
#

@graceful grail Him

jovial meadow
#

@graceful grail
mask = n>>31
(mask^n) - mask

balmy nymph
#

Official Python Discord soup tier list
@whole rover where are the cereal at though

cloud root
#

mine was a porrige

#

but I didn't win

jovial meadow
#

@graceful grail of course he leaves, pointless

graceful grail
#

everyone left

#

and I was getting stressed out with us not communicting effectivly.

hushed elm
#
public class Pet {
    private String name;
    private Person owner;

    public Pet(String name, Person owner) {
        this.name = name;
        this.owner = owner;
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public Person getOwner() {
        return owner;
    }

    public void setOwner(Person owner) {
        this.owner = owner;
    }
}```
#

cold -> arthritis

cloud root
#

can you guys help me make a discord api

somber heath
#

#!

cloud root
#

halp me make discord api bot

hushed elm
#

that's not the kind of help we give here @cloud root

#

hhhhh

#

shebang

#

yeh

cloud root
#

ok

somber heath
#

#!/usr/bin/python3.8

#

Then, from the directory in which the file exists or where a $PATH entry exists for it...

#

./file.py

#

and it'll execute

#

no having to do python3.8 file.py

#

You might need to set +x on the file.

cloud root
#

ok

somber heath
#

chmod +x file.py

#

The word of the day is antipattern

#
# This is a comment
'#This is a string' #This is a comment

'''
#Also a string
'''```
chilly kiln
#
# comment
'comment'
"comment"
"""docstring"""
somber heath
#
def myFunction():
    '''This is the documentation.
       Blah blah blah'''
#or
def myFunction():
    'Also documentation'

help(myFunction)```
cloud root
#

in javascript you use // for comment

chilly kiln
#

/* */

odd silo
#

last one if assigned to variable then a string otherwise a comment both being multiline

# comment
'comment'
"comment"
"""docstring"""

@chilly kiln

cloud root
#

yo sorry

#

yo is turtle easier
than pygame?

somber heath
#
type('')     == str
type('''''') == str
type("")     == str
type("""""") == str```
#

@cloud root Easier, yes. More functional, probably not.

cloud root
#

oh

whole bear
#

Did I just read Java here?

somber heath
#

mutt

#

English is a mutt language.

#

Not one breed, but many.

#

A bastard language.

#

Kathryn "Kate" Burridge, FAHA, is a prominent Australian linguist specialising in the Germanic languages. Burridge currently occupies the Chair of Linguistics in the School of Languages, Literatures, Cultures and Linguistics at Monash University.Burridge's work has mainly focu...

chilly kiln
#

Purée (french)

frigid shard
#

Пюре

whole mantle
#

bicyclette

frigid shard
#

велосипед

#

velosiped

chilly kiln
#

Radio (french)

frigid shard
#

радио

#

radio

#

кубок

#

мешок

#

самолет

#

медведь

whole bear
hushed elm
#
  import win32gui
  w=win32gui
  w.GetWindowText (w.GetForegroundWindow())
``` @hard wyvern
languid valley
#

hey

#

can someone help me out with some simple coding issue

whole mantle
#

hey

languid valley
#

the for loop should repeat 7 times before I enter y to restart the program

#

im not sure what im doing wrong here

hushed elm
#

you can't change the counter like that in a for x in range() loop

#

you should use while if you want to change the counter like that

#

maybe this link will help you understand for loops better

solar scaffold
#

Number within 10 of 100 or 200

delicate thunder
#

hi guys

hushed elm
#
import random

def rand_int(minimum, maximum):
    if int(minimum) == int(maximum):
        return minimum
    return random.randint(minimum, maximum)
``` @solar scaffold
amber raptor
#

!e

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

amber raptor
#

why do that instead of just random.randint(minimum, maximum)

hushed elm
#

i can't remember, that's an old code snippet i've got

#

probably bad code lols

hollow haven
#

and I also got a flu shot in my other arm, so now both my arms hurt ;_;

honest pier
#

i only had to get 2 hpv vaccines

#

:P

hollow haven
#

_< the third one hurt the most

honest pier
#

don't they all hurt the same 🤔

hollow haven
#

probably, but recencey bias and all that

honest pier
#

it's like 6 months between doses right

hollow haven
#

uhhh It was... 1 shot -- 2months --> 2nd shot -- 3 months --> third shot

#

but mine got messed up because at my second shot I was in contact with someone at work who had confirmed covid and had to quarantine for 2 weeks. I found out morning of my doctor's app

honest pier
#

huh

somber heath
somber heath
hushed elm
#

oohh very nice

somber heath
#

Same process, but in a 3D cube and random walk depth first search pathing.

#

with looped dimensions. Out one end, in its opposite.

last fox
#

wow

hushed elm
#

big brain

#

lol

rugged root
#

Hello Opal. And to the rest. Co-worker still back here so can't talk at the moment

somber heath
#

It doesn't behave too well with the watercolour pathing

rugged root
#

👋

somber heath
#

yahoy

rugged root
#

Very much so

#

Otherwise they can and will explode

#

Also that

#

I've also heard that a fast charge can damage the lifespan of a battery

honest pier
#

we learned about it in chem class !

rugged root
#

If I remember correctly, if it's too fast end ends up branching out and can potentially short it

#

Trickle charge

#

Not to be confused with tickle charge

hushed elm
#

i'm not ticklish

rugged root
#

But your battery might be

hushed elm
#

uh oh

somber heath
#

"Tickle tickle tickle!"
"😐 🔥 "

rugged root
#

Fwoomf

honest pier
#

the fire has a shotgun

rugged root
#

Wait what?

honest pier
#

smh

rugged root
#

\🔥

#

Back in a moment. I've been having tea all day and for some reason thought it was a fantastic idea to not use the restroom yet

somber heath
#

I think I've seen a video of a woman biting a phone battery. It didn't end well.

honest pier
#

🤔

rugged root
#

Well that's one way to get a dose of lithium

honest pier
#

also nickel

rugged root
#

Okay, right, back in a jiffy

somber heath
#

It was spectacularly incendiary.

hushed elm
#

quick! spend all the money

honest pier
#

did you know a jiffy is the amount of time it takes light to travel one cm in a vacuum

hollow haven
#

snap, crackle, and pop are also valid ... fuck what's the word

honest pier
#

jerk

hollow haven
#

stuff like velocity and acceleration

honest pier
#

derivatives of position

hollow haven
#

yes! thank you! position dervatives

honest pier
#

:)

somber heath
crystal fox
honest pier
#

.randomcase i'm not whiny

viscid lagoonBOT
#

i'm noT whinY

honest pier
#

.randomcase i'm not whiny

viscid lagoonBOT
#

I'M nOt wHiNY

crystal fox
rugged root
quasi condor
olive hedge
alpine path
#

Heya

#

👋

#

heya @hollow haven

#

praw

#

its the only wrapper really

honest pier
#

bruh

crystal fox
olive hedge
#

same @ DnD

alpine path
#

the best emoji

crystal fox
honest pier
#

.randomcase it's not a random spoon

viscid lagoonBOT
#

It'S NoT A rAnDOm spooN

quasi condor
hollow haven
#

time to speed run updating all emojis

#

probably won't stream since I feel like I've been doing that too much >_>

honest pier
#

wait but it's cool

alpine path
#

👏 Bisk live stream cooking when

honest pier
#

.clapify when

gentle flint
#

Breakfast cereal (or simply cereal) is a traditional breakfast made from processed cereal grains. It is traditionally eaten as breakfast primarily in Western societies. Warm cereals like porridge and grits have the longest history. Ready-to-eat cold cereals, appearing around t...

A cereal is any grass cultivated (grown) for the edible components of its grain (botanically, a type of fruit called a caryopsis), composed of the endosperm, germ, and bran. The term may also refer to the resulting grain itself (specifically "cereal grain"). Cereal grain crops...

#

which cereal?

#

updated my status to reflect the general trend of the conversation

rugged root
#

Grape-Nuts is a breakfast cereal developed in 1897 by C. W. Post, a former patient and later competitor of the 19th-century breakfast food innovator Dr. John Harvey Kellogg. The cereal originally prepared by C. W. Post when developing the product was a batter that came from th...

gentle flint
#

I prefer shreddies

#

also, if carrots are sweet, so is milk

gentle flint
alpine path
#

Soup and shreddies

gentle flint
#

Snake soup (Chinese: 蛇羹; pinyin: shé gēng) is a popular Cantonese delicacy and health supplement in China,Hong Kong, Vietnam,Indonesian and Thai food which contains the meats of at least two types of snakes as the main ingredients. The soup tastes slightly sweet because of the...

#

The breed of snake used in cooking varies from place to place but water snake and python are popular choices.

rugged root
#

!server

wise cargoBOT
#

Server information
Created: 3 years, 8 months and 20 days ago
Voice region: europe
Features: BANNER, RELAY_ENABLED, VANITY_URL, DISCOVERABLE, COMMUNITY, INVITE_SPLASH, ANIMATED_ICON, WELCOME_SCREEN_ENABLED, PARTNERED, NEWS, VIP_REGIONS

Channel counts
Category channels: 35
News channels: 7
Text channels: 193
Voice channels: 72
Staff channels: 60

Member counts
Members: 91,189
Staff members: 80
Roles: 124

Member statuses
status_online 13,173
status_idle 5,999
status_dnd 5,616
status_offline 66,400

chilly locust
#

I like this discussion lol

quasi condor
#

A public space is a place that is generally open and accessible to people. Roads (including the pavement), public squares, parks and beaches are typically considered public space. To a limited extent, government buildings which are open to the public, such as public libraries are public spaces, although they tend to have restricted areas and greater limits upon use

chilly locust
hollow haven
#

@chilly locust not really the place to drop random memes not pertaining to the active convo

chilly locust
#

idk I'm bored

crisp trellis
#

You can join the conversation

chilly locust
#

nah

#

I joined 5 minutes ago

#

So I don't know how it all started

#

This is nice to listen to I guess

quasi condor
chilly locust
#

I would like to break a bowl of soup

gentle flint
#

consume it instead

chilly locust
#

tetris

somber heath
gentle flint
#

soupçon

quasi condor
#

Tempora is the codeword for a formerly-secret computer system that is used by the British Government Communications Headquarters (GCHQ). This system is used to buffer most Internet communications that are extracted from fibre-optic cables, so these can be processed and searche...

wise cargoBOT
#

new content

honest pier
#

🤔

whole rover
#

brb

gentle flint
#

I join
two people leave

#

definitely an oof

wise cargoBOT
#

Hey @graceful grail!

It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a.

Feel free to ask in #community-meta if you think this is a mistake.

quasi condor
amber raptor
#
import datetime
import os
import time
import logging
#Local imports
from ..shared_code.cosmos import CosmosDB
import a2s
import azure.functions as func


def main(mytimer: func.TimerRequest) -> None:
    currenttime = int(time.time())
    address = (os.environ['address'], 27166)
    db = CosmosDB(os.environ['connection_string'],os.environ['database_name'])
    serverquery = a2s.info(address)
    item = {"time":currenttime, 
    "playercount":serverquery.player_count,
    "map_name":serverquery.map_name}
    db.create_item('info',item)
    logging.info('Python timer trigger function ran at %s', currenttime)
#
import logging
import os
import json
#Local Imports
import azure.functions as func
from ..shared_code.cosmos import CosmosDB

def main(req: func.HttpRequest) -> func.HttpResponse:
    logging.info('Python HTTP trigger function processed a request.')

    db = CosmosDB(os.environ['connection_string'],os.environ['database_name'])
    query = "SELECT c.time,c.playercount,c.map_name FROM c ORDER BY c.time DESC"

    results = db.query_container(container='info',query=query)
    returnlist = []
    for row in results:
        result = {'time':row['time'],
        'playercount':row['playercount'],
        'map_name':row['map_name']}
        returnlist.append(result)
    return func.HttpResponse(json.dumps(returnlist))```
quasi condor
amber raptor
#
import azure.cosmos as AzureCosmosDB

class CosmosDB:
    def __init__(self,connectionstring,database):
        self.cosmosclient = AzureCosmosDB.CosmosClient.from_connection_string(conn_str=connectionstring)
        self.database = self.cosmosclient.get_database_client(database)

    #Private
    def __set_container(self,container:str) -> None:
        self.container = self.database.get_container_client(container)

    #Public
    def query_container(self,container:str,query:str) -> list:
        """Queries specific container"""
        self.__set_container(container)
        result = self.container.query_items(query=query,enable_cross_partition_query=True)
        return list(result) #You must return in a list

    def delete_item(self,container:str,item:dict,partitionkey:str) -> None:
        """Pass in full item and partition key"""
        self.__set_container(container)
        self.container.delete_item(partition_key=partitionkey,item=item)

    def update_item(self,container:str,item:dict) -> dict:
        """Update existing item, must pass in full dict with _ variables"""
        self.__set_container(container)
        result = self.container.upsert_item(body=item)
        return result

    def create_item(self,container:str,item:dict) -> dict:
        """Creates item in container"""
        self.__set_container(container)
        result = self.container.upsert_item(body=item)
        return result```
whole bear
#
PP

PENIS: 8=D
Your penis is TINY LMAO

honest pier
#

test

quaint lagoon
#

lol

whole rover
#

!ban 322753050408386563 Self-botting is a violation of Discord ToS

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied ban to @steep steppe permanently.

gentle flint
olive hedge
sly jolt
#

I feel like that's a meme

#

I only have like 40 followers

quaint lagoon
#

im a regular there wym

sly jolt
#

yes hello lemon I am alive

quaint lagoon
#

save()?

sly jolt
#

@olive hedge understandable

#

yes

#

@leaden comet secondary staff meeting this week where's the google doc

leaden comet
#

gzombie

honest pier
#

gzoogle

sly jolt
#

gzig

honest pier
#

gzithrius

sly jolt
#

2gin

#

wait that's alcohol

olive hedge
#

mmmm gin

#

if youre of age

sly jolt
#

am not

honest pier
#

👀

#

aren't you 21

olive hedge
#

I am aware xD drinking is bad, gin is gross

sly jolt
#

I'm 20

honest pier
#

21?

sly jolt
#

soon

honest pier
#

the past?

sly jolt
#

nay

#

20 at this current moment, and the next moments until I'm not

honest pier
#

huh, so you are until you aren't

sly jolt
#

lmao

tiny seal
#

is and isn't until you check

honest pier
#

no

sly jolt
#

drink and then PR to @wise cargo master

honest pier
sly jolt
#

I program better when I feel like it

#

which isn't decided by me

honest pier
#

you feel like it right now 😃

sly jolt
#

this is true

honest pier
#

stream?

sly jolt
#

I mentally cannot tell if you're meming

honest pier
#

these are the memes you're looking for

sly jolt
#

xkcd inded

#

.xkcd

honest pier
#

.gitignore

quasi condor
sly jolt
#

soup tier list

#

ah yes

#

this is new to me

amber raptor
#

!source

wise cargoBOT
leaden comet
gentle flint
#

@leaden comet I literally listened to that song 5 minutes ago

#

Poinciana

leaden comet
#

so good

gentle flint
#

this feels so weird

sage jewel
#

shhh GWhurpyShrug

gentle flint
#

rn I'm listening to El Chepe

leaden comet
#

vulfpeck is my spirit animal

gentle flint
#

same

#

Dart etc.'s collaboration with McSherry was also very good

#

though completely different

sly jolt
#

I heard my name

sage jewel
#

shhh GWhurpyShrug

sly jolt
#

@olive hedge was it you

olive hedge
#

yes

honest pier
#

@sly jolt

#

twas u

sly jolt
#

yes

olive hedge
#

we were talking about valley girls, thought you would have input

sly jolt
#

what is occuring

sage jewel
#

shhh GWhurpyShrug

gentle flint
#

music

sly jolt
#

I have no input

gentle flint
#

@sage jewel shhh yourself

sly jolt
#

I don't even know what this means

crystal fox
olive hedge
#

really?!

sly jolt
#

help, confusion

olive hedge
#

bisk did a great impression

sly jolt
#

I wasn't listening

olive hedge
#

it the stereotypical "girl from the valley" "accent"

sly jolt
#

ah

gentle flint
sly jolt
#

I haven't heard a voice from another person my age in this area for a while

gentle flint
#

and why's that?

sly jolt
#

because I don't have many friends from this area

gentle flint
#

o

olive hedge
#

oh rip. In college it was all valley girls

sly jolt
#

The people here aren't exactly user-friendly

olive hedge
#

yeah, downtown SJ was a "keep your head down and dont make eye contact" kind of place xD

sly jolt
#

That's why I'm attempting to transfer to a college that isn't in this the valley

languid valley
#

I just want to announce to somebody that after 2 days of being stuck I have finally found the solution to my python fuck-ups, thank you to everyone that helped out

olive hedge
#

yeah, UCSC is more friendly in my experience. SJSU was not a super welcoming place.

downtown SC is fully of crazy a-holes though. haha

#

UC irvine is nice and friendly xD

sly jolt
#

SJSU?

olive hedge
#

that is where I went

sly jolt
#

san jose something something?

olive hedge
#

san jose state university

sly jolt
#

right

#

I've been told to not go there

olive hedge
#

yeah, I hate the place.

Others had better experience though. CS seemed fine

#

And most engineering

sly jolt
#

I'm guessing you had a relatively high GPA?

olive hedge
#

meh, it was ok xD

#

I finished with a 3.0 LOL, so not great

sly jolt
#

no I mean before getting in

olive hedge
#

ohhh

#

no, I was a dummy in highschool

sly jolt
#

huh

olive hedge
#

I was barely passing high school xD

sly jolt
#

worse than my something around 2.6 in high school?

olive hedge
#

that is about what I had.

honest pier
#

my school has huge grade inflation

sly jolt
#

lol

honest pier
#

5.0 is easy for everyone

sly jolt
#

5.0? the fuck?

#

AP courses?

olive hedge
#

I went into aviation though (if you want to get accepted, aviation accepts everyone)

sly jolt
#

ohhh

honest pier
#

5.0 weighted

sly jolt
#

so you went into aviation and then switched to cs?

#

@honest pier school's broken, gotta toss the whole thing away

olive hedge
#

I graduated aviation, it is what I wanted.

All my roommates were CS.

sly jolt
#

I see

olive hedge
#

But I met a lot of people who went into aviation to transfer

sly jolt
#

UCSB or UCSC are my top choices

#

I'm staying with those

olive hedge
#

because I was always programming in class haha

#

oh yeah, ucsb is a reallly nice campus

sly jolt
#

I'm doing the TAG program for UCSC

olive hedge
#

I love that area

#

UCSC is nice too, but the town is a bit odd.

sly jolt
#

yeah I love when it's not burned down

olive hedge
#

^^

sly jolt
#

UCSB has a really nice area, I agree

#

if I go there it'll be for data science

olive hedge
#

that is a solid major.

sly jolt
#

these college essays are tearing me apart

olive hedge
#

I go down to SB usually once or twice a year haha

#

yeah, I was always a really strong writer and I did not mind them. I only applied a few places though.

sly jolt
#

I'm only applying to UCs

#

my safety college is UC davis

olive hedge
#

yeah, no need to apply elsewhere if that is what you want

sly jolt
#

safety meaning if I have to go there I will

#

they're still decent for cs

olive hedge
#

haha

#

yeah, I have heard pretty good things about there as well

#

Just go to stanford xD

sly jolt
#

lmao

#

that's my plan if I go for a masters in cs or ds

olive hedge
#

jk, stanford SUCKS (double jk, but it is overrated imo)

#

yeah forsure masters would be worth it there

honest pier
#

stanford is cringe

olive hedge
#

^^^

sly jolt
#

attempt to go to stanford

honest pier
#

i'm going to UC hicago

sly jolt
#

lmao

olive hedge
#

stanford really is cringe. undergrad at least.

sly jolt
#

explain how

honest pier
#

CMU is actually pretty close to me 👀 which would be really cool to go to

olive hedge
#

just a lot of pretentious people there LOL. Not a surprise though

#

and their curriculum is not really better than SJSU from what I understand

#

and no one cares where you graduate from

sly jolt
#

can you give an example of what a pretentious person from stanford would say to another student?

honest pier
#

"i go to stanford"

olive hedge
#

do you really? haha

sly jolt
#

I knew it

olive hedge
#

I have been patronized by a few nasa people.

sly jolt
#

2jin lives on the other side of the country

olive hedge
#

mostly stanford people were not very social.

I may have misunderstood it as rude though. Could just be shy

honest pier
#

nerds ¯_(ツ)_/¯

hollow haven
#

I don't think I can go a week without using excel

sly jolt
#

from the stories I've heard from my parents friends, nasa is pretty neat to work at

olive hedge
#

do you really go to stanford? we all live pretty close to each other

#

I drifted around the roundabout thing there once

sly jolt
#

me or 2jin

olive hedge
#

wait yeah duh

sly jolt
#

wut

honest pier
#

wait yeah what

sly jolt
#

confusion

olive hedge
#

you are east coast

honest pier
#

who

sly jolt
#

fuck no I don't

olive hedge
#

ohhh it is in quotes now

honest pier
#

yeah that was the idea

sly jolt
#

ah

#

I see

#

lol

gentle flint
#

ah yes

#

lol

olive hedge
#

most people I knew at nasa were pretty cool people in general. They were very happy there

gentle flint
#

took way too long to make, but was fun

sly jolt
#

I know an adult who used to work at nasa, but now teaches people for high level engineering

#

smort

amber raptor
#

Lemon, In Outlook, you can add Teams meeting right there to Calendar Invite

sly jolt
#

The point of saying this: they enjoyed their time at nasa

olive hedge
#

I had a bunch of friends who did internships there, pretty much every one involved in alpha eta rho ended up with nasa internships xD

amber raptor
#

Exchange doesn't require this if you don't try to host it off small business ISP

sly jolt
#

I've been told they use python

#

quite a bit

#

well tbh it's fuckin nasa they probably have shit tons of data

olive hedge
#

they do, they are hiring a lot right now. I applied, they were hiring a django dev haha.

No call back XD

sly jolt
#

what

#

django devs

#

for nasa

south cosmos
olive hedge
#

yeah, they use django internally

sly jolt
#

@south cosmos Greetings

south cosmos
#

Hello there

olive hedge
#

same with lockheed and lawrance livermore labs

sly jolt
#

wait

olive hedge
#

but spelled correctly

sly jolt
#

Aperture do you live in the US?

honest pier
#

one of my friends interns at nasa

olive hedge
#

nasa is often hiring for devops and django

south cosmos
#

I do not

#

I live in the UK

honest pier
#

yikes

sly jolt
#

yikes?

#

at least he's not in the US

honest pier
#

imagine not living in utc-4

olive hedge
#

utc -7 best utc

sly jolt
#

PDT

olive hedge
#

in aviation we have a saying "east is least"

#

(that is a real thing)

#

soooooo 🤷

sly jolt
#

oh wait

#

I think I have a video you'll enjoy

#

since it includes aviation

olive hedge
#

hooray

amber raptor
#

This is why I hate Gsuite

amber raptor
#

And in chat, calendar, gmail and one meet

olive hedge
#

ohhh, neato

sly jolt
#

the videos cited include aviation type stuff

#

like the little boxes that he shows

#

there's numbers on all sides

#

Alright

#

I've done it

honest pier
#

is that allowed?

olive hedge
#

nice!

sly jolt
#

I think so

#

I've read through the agreement stuff

#

I said "I'm a student testing shit"

#

and I'm not wrong

olive hedge
#

after 4 hours: I have saved an image from a discord message asynchronously

#

LOL, you bested their ToS xD

sly jolt
#

lmao

#

wanna see?

olive hedge
#

which part?

sly jolt
#

me downloading the images

olive hedge
#

sure haha

sly jolt
#

I'll just stream it on twitch with audio muted

olive hedge
#

kk

honest pier
#

discord stream?

sly jolt
#

no

#

discord stream on linux broken

#

it shares all screens

honest pier
#

oof

hollow haven
#

what libraries are part of snekbox?

#

sympy is in it which surprised me

whole rover
#

all the packages there

sly jolt
#

@olive hedge stream is up

olive hedge
#

watching

sly jolt
#

k

hollow haven
#

can we request more libraries to be added if the need arises and it's a good library?

whole rover
#

for sure

#

feel free to open an issue on that repo

hollow haven
#

cool cool

honest pier
#

@smoky burrow 👋

smoky burrow
#

hey

#

Interesting conversation you're having

sly jolt
#

@olive hedge lmao I think it's broken

hollow haven
#

gah this lemoji is giving me more trouble than I initially planned

olive hedge
#

LOL, I am seeing this xD

rain kindle
#

linode is cheap and very flexible.

sly jolt
#

oh wait

#

I wonder

#

what if they're just retweeting

#

I can't fetch those images

#

I can only get the images directly tweeted by the user

olive hedge
#

riperino

sly jolt
#

there we go

#

I think it works now lol

#

@olive hedge do you see the cats

hollow haven
#

give opinions pls~

olive hedge
#

ohhh NICE

#

that is a LOT of cats

elfin fractal
#

It looks a bit like an onion from the thumbnail

sly jolt
#

368 pictures of cats

olive hedge
#

dam, you are rich

#

in cats

elfin fractal
#

Did you get into senjan's cat colection?

sly jolt
#

I have my own collection now

smoky burrow
#

The left one has a somewhat nicer angle, not sure how to describe it

sly jolt
#

my computer is dying because of dolphin

olive hedge
#

nice script though

honest pier
#

right side is neater

olive hedge
#

now add it to my discord bot

#

LOL

hollow haven
#

Yeah it's like... more strawberry-like. The beard is a bit shorter and goes to the beard point faster

sly jolt
#

@olive hedge I'll push it to github

smoky burrow
#

The leaves are a nice touch

whole bear
#

What website or application is she using?

tiny seal
#

affinity designer

olive hedge
#

I just found out about custom scripts in pipenv the other day

#

Every day I find out more about how little I know xD

hollow haven
#

Might switch to Illustrator soon

sly jolt
olive hedge
#

haha, ty, can I swoop for my bot?

sly jolt
#

ye

#

wait

#

is your bot public?

olive hedge
#

yes, MIT license

sly jolt
#

may I see it

olive hedge
sly jolt
#

noice

#

I'm gonna leave this call so I can turn on audio and play music

olive hedge
#

haha, kk

sly jolt
#

👋

#

@olive hedge what do you think of the music visualizer?

olive hedge
#

haha, it is pretty cool. could be distracting if I was trying to see what is over there. Very nice though xD

#

this song is nice. I am soloing over it LOL

hollow haven
#

hmmmmm.... are the green leaves even identifiable

#

at least the new version looks less like a strawberry

south cosmos
olive hedge
#

@sinful bramble hi

sinful bramble
#

hi. just checking what people are up to and i was expecting lemojis

#

and i was right

olive hedge
#

no voice reveal? xD

sinful bramble
#

nah someone was talking about stuff. i dont want to interrupt

#

so mozilla firefox is evil now? thats new

olive hedge
#

chrome only

sinful bramble
#

🤔 but chrome pixelized my images :((

leaden comet
#

kvelertak

crystal fox
umbral mica
#

Svelte prolly

#

Lol

wise cargoBOT
#

Hey @junior kayak!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

junior kayak
#

bad input on line 15

#

SyntaxError: bad input on line 15

#

SyntaxError: bad input on line 15
Description
This message indicates that Python can't figure out the syntax of a particular statement. Some examples are assigning to a literal, or a function call

To Fix
Check your assignment statments and make sure that the left hand side of the assignment is a variable, not a literal or a function.

wise cargoBOT
#

Hey @junior kayak!

Uh-oh! It looks like your message got zapped by our spam filter. We currently don't allow .txt attachments, so here are some tips to help you travel safely:

• If you attempted to send a message longer than 2000 characters, try shortening your message to fit within the character limit or use a pasting service (see below)

• If you tried to show someone your code, you can use codeblocks
(run !code-blocks in #bot-commands for more information) or use a pasting service like:

https://paste.pythondiscord.com

junior kayak
#

Python Classes and Inheritance

#

Error
SyntaxError: bad input on line 15
Description
This message indicates that Python can't figure out the syntax of a particular statement. Some examples are assigning to a literal, or a function call

To Fix
Check your assignment statments and make sure that the left hand side of the assignment is a variable, not a literal or a function.

#

def __ __(self, name: str, prizeMoney: int, prizes: list) -> str:
self.name = name # name of the player
self.prizeMoney = prizeMoney # The amount of prize money for this player
self.prizes = prizes # The prizes this player has won so far

olive hedge
leaden comet
#

you're thinking of List

#

list would work in 3.6

#

yes, but list is legal, it just doesn't let you define the types of its contents

#

list[int] is illegal. but just list is legal.

cursive mason
#

why this line is gray

jovial meadow
#

thats like saying why is the sun yellow?

somber heath
#

help(ev3dev)

#

/etc/init.d/

tardy holly
somber heath
#

python3.8 -m pip install *modulename*

tardy holly
#

@limber abyss

#

GyroBalancer
auto
brickpi
brickpi3
core
ev3
fonts (package)
framebuffer
helper
pistorms
version
virtualterminal
webserver

somber heath
#

help(ev3dev.ev3.Motor)

cobalt scroll
#

hi

#

@somber heath my homie frm australia

crystal walrus
#

hello world

uncut grove
#

Bro this vc always pops

#

It's kind of awesome

somber heath
#

I, Robot movie. "My logic is undeniable."

#

Take over humanity to protect it in accordance with the strict interpretation of the Three Laws

solid atlas
#

the three laws for machines?

somber heath
#

Asimov's.

solid atlas
#

yeah

rugged root
uneven ibex
#

where can u learn python

#

can i

hollow haven
#

!resources This page has great resources for where to start

wise cargoBOT
#
Resources

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

uneven ibex
#

tnx!

pure path
solar scaffold
#

Anyone mind to EXPLAIN what class is in python?

craggy zephyr
#

sorry

#

?

#

you want to know what is class and it's use?

pure path
#

class is a object

#

@solar scaffold

craggy zephyr
#

class is for defining a particular type of object

pure path
#

and calsses have attributes, methods and instances

rugged root
#

@solar scaffold A class can be thought of as a blueprint. You can use it to create objects, which can be thought of as bundles of data and functionality based on that blueprint

solar scaffold
#

Is print.upper a method?

pure path
#

no

#

a method is a function inside a class

solar scaffold
#

Ok thx

rugged root
#

Also as a side not, it would be str.upper() which is a method

sinful pawn
#

@rugged root I'm gonna guess you're 35 from the voice

rugged root
#

30

sinful pawn
#

Close enough

#

...don't know what to say and too afraid of people laughing at my squeaky voice + accent

hollow haven
#

I also have a squeaky voice~ you'll be fine

hollow haven
#

@long wyvern getting a lot of echo from your mic when other people talk.

tropic ice
lilac wind
frank falcon
gentle flint
potent jacinth
#

how to get the images from database

amber raptor
raven flint
#

can someone help me in code/help pls

dawn flower
#

こんにちは、めぐみんです( ^ω^ )⭐
今日は「めぐみんの心尽しごはん」より、人気韓国グルメの「ダルゴナコーヒーとEGG DROP風サンドイッチ」をお届けします。

韓国グルメがすごく人気ですね!
とてもおもしろい食べ物と次々と世界にシェアしていますよね!
日本は、お隣の国というころもあり、旅行先としても人気です!
そんな韓国の人気グルメから「EGG DROP」というお店のサンドイッチを真似して作りました😊
食べたことがないので、写真と食べた方の感想をもとに作ってみました♪
日本にもお店できてほしいな♡

〜きょうの調理ポイント〜
◆ダルゴナコー...

▶ Play video
whole bear
#

Hi, everybody.
I want to get some help in using tweepy package.

#

who could help me?

amber raptor
#

!e

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

dawn flower
frank falcon
#

Their findings, published in the journal Frontiers in Neuroanatomy, concluded that canines had significantly more cortical neurons in the brain than felines

hollow haven
#

wouldn't the density of the cortical neurons matter more than just a straight number comparison?

frank falcon
#

doesnt more = density increase?

hollow haven
#

depends in the brain matter being compared is the same size or not

tribal solar
#

Hello, I want to make an assistant like jarvis. Is there anyone to do it for a certain fee?

amber raptor
#

recruiting isn't permitted

tribal solar
#

uhh sorry

glacial tangle
#
with open('./filename.txt') as file:
    data = file.read()
#

@foggy sluice ☝️

rugged root
#

Hi Rab

amber raptor
#

hi

#

i was running

#

!source

wise cargoBOT
rugged root
#

Running as in exercise?

amber raptor
#

no

#

running from conversation

rugged root
#

Ahh, makes sense

graceful grail
rugged root
rugged root
iron leaf
amber raptor
amber raptor
zenith radish
#

kubernetes

graceful grail
#

kerberos

amber raptor
#

That's Authenication Protocol

zenith radish
#

Gintautas

amber raptor
rugged root
#

Wife is home, time to go get food

amber raptor
rancid juniper
#

is audio chat always on in here ?

graceful grail
#

yes

rancid juniper
#

yo..thanks

languid valley
#

uhghghhgh

#

I have no idea where to start with making python projects

rugged root
#

!projects

wise cargoBOT
#

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.

toxic glacier
edgy zinc
#

No

jovial meadow
edgy zinc
jovial meadow
wise cargoBOT
somber heath
#
from kivy.app import App
App().run()```
#
from kivy.app import App
from kivy.lang import Builder
class MyApp(App):
    def build(self):
        return Builder.load_string('''
Label:
   text: 'Hello, world!'
''')
MyApp().run()```
#

('string 1' 'string 2') == 'string 1string 2'

#

Cython is a programming language that aims to be a superset of the Python programming language, designed to give C-like performance with code that is written mostly in Python with optional additional C-inspired syntax.Cython is a compiled language that is typically used to gen...

#

Numba is an open-source JIT compiler that translates a subset of Python and NumPy into fast machine code using LLVM, via the llvmlite Python package. It offers a range of options for parallelising Python code for CPUs and GPUs, often with only minor code changes.
Numba was sta...

supple marsh
somber heath
#

Sound test. Will do.

pliant atlas
#

yeah try it

gentle flint
#

A fireless locomotive is a type of locomotive which uses reciprocating engines powered from a reservoir of compressed air or steam, which is filled at intervals from an external source. They offer advantages over conventional steam locomotives of lower cost per unit, cleanline...

versed sapphire
#

Hello.

gentle flint
#

hello

versed sapphire
#

How are you guy?

gentle flint
#

cold

#

eating a sandwich

versed sapphire
#

Cold ?

gentle flint
#

yep

versed sapphire
#

again? 😄

supple marsh
#
<response>
<plan>
<id>62478</id>
<fromICAO>KSAN</fromICAO>
<toICAO>KDEN</toICAO>
<fromName>San Diego Intl</fromName>
<toName>Denver Intl</toName>
<flightNumber/>
<distance>757.33261275174</distance>
<maxAltitude>0</maxAltitude>
<waypoints>5</waypoints>
<likes>0</likes>
<downloads>9</downloads>
<popularity>1440360334</popularity>
<notes>Requested: KSAN BROWS TRM LRAIN KDEN</notes>
<encodedPolyline>wgxfEjrgjUf_Sk~pAavaEwavB}ksPsq_a@u}kSgfbc@</encodedPolyline>
<createdAt>2015-08-05T20:05:34.000Z</createdAt>
<updatedAt>2015-08-05T20:05:34.000Z</updatedAt>
<tags>
<tag>decoded</tag>
</tags>
<user>
<id>2429</id>
<username>example</username>
<gravatarHash>f30b58b998a11b5d417cc2c78df3f764</gravatarHash>
<location/>
</user>
<application>
<id>3</id>
<name/>
<url/>
</application>
<cycle/>
<route>
<nodes>
<node>
<type>APT</type>
<ident>KSAN</ident>
<name>San Diego Intl</name>
<lat>32.733555499999994</lat>
<lon>-117.1896585</lon>
<alt>0</alt>
<via/>
</node>
<node>
<type>FIX</type>
<ident>BROWS</ident>
<name/>
<lat>32.631117</lat>
<lon>-116.769919</lon>
<alt>0</alt>
<via/>
</node>
<node>
<type>VOR</type>
<ident>TRM</ident>
<name>THERMAL VORTAC</name>
<lat>33.62808333000001</lat>
<lon>-116.16019444</lon>
<alt>0</alt>
<via/>
</node>
<node>
<type>FIX</type>
<ident>LRAIN</ident>
<name/>
<lat>36.517831</lat>
<lon>-110.586653</lon>
<alt>0</alt>
<via/>
</node>
<node>
<type>APT</type>
<ident>KDEN</ident>
<name>Denver Intl</name>
<lat>39.860979670000006</lat>
<lon>-104.67189233</lon>
<alt>0</alt>
<via/>
</node>
</nodes>
</route>
</plan>
</response>
versed sapphire
#

!code

wise cargoBOT
#

Discord has support for Markdown, which allows you to post code with full syntax highlighting. Please use these whenever you paste code, as this helps improve the legibility and makes it easier for us to help you.

To do this, use the following method:

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

Note:
These are backticks, not quotes. Backticks can usually be found on the tilde key.
• You can also use py as the language instead of python
• The language must be on the first line next to the backticks with no space between them

This will result in the following:

print('Hello world!')
gentle flint
#

he knows

versed sapphire
#

yea

somber heath
#

That's a pretty blue.

#

In the tags.

gentle flint
#

'tis

versed sapphire
#

oof, Do you know how use backup that timeshift created ?

gentle flint
#

mild confusion

versed sapphire
#

where is not understandable

gentle flint
#

the whole sentence

versed sapphire
#

😕

gentle flint
#

ohhhh

#

wait

#

I see

versed sapphire
#

mhm

gentle flint
#

try saying
Do you know how use the backup created by timeshift?

versed sapphire
#

yea yea i meant this

#

oof, I finally found my OS that I wanted

#

At the first I'd like to have Arch Linux ,but I'm not that expert to install arch and I'm new to linux. I'm running Kubuntu currently because I like KDE rather than GNOME

#

I think that's the best for now

austere linden
#
# Question 5
def question5(force=None, mass=None, acceleration=None):
    print(""""(5): Isaac Newton's Second Law is: F = m . α
      where F = Force - this is measured in newtons (N)
            m = Mass - this is measured in kilograms (kg)
            α = Acceleration - this is measured in metres per second squared (m/s^2)\n\n""")

    try:
        f = force
        m = mass
        a = acceleration

        if f is None:
            f_ans = mass * acceleration
            return ("\t\tF = m . α, so therefore:\n"
                    f"\t\tm = {m}kg\n"
                    f"\t\tα = {a}m/s^2\n\n"
                    f"\t\t[N = {m}kg X {a}m/s^2]\n"
                    f"\t\t= {f_ans}N ans.")
        elif m is None:
            m_ans = force / acceleration
            return ("\t\tm = F / α, so therefore:\n"
                    f"\t\tF = {f}N\n"
                    f"\t\tα = {a}m/s^2\n\n"
                    f"\t\t[m = {f}N / {a}m/s^2]\n"
                    f"\t\t= {m_ans}kg ans.")
        elif a is None:
            a_ans = force / mass
            return ("\t\tα = F / m, so therefore:\n"
                    f"\t\tF = {f}N\n"
                    f"\t\tm = {m}kg\n\n"
                    f"\t\t[α = {f}N / {m}kg]\n"
                    f"\t\t= {a_ans}m/s^2 ans.")
    except TypeError:
        return (""".\n.\n.\n.\n.\n.
It is impossible to solve your equation with unsupported operand type(s) using either an Integer or a Floating Point Number and String(s)...

*HINT*: Please Input the right Values...""")
    except ZeroDivisionError:
        return (""".\n.\n.\n.\n.\n.
It looks like you are making a Division by '0'...

*HINT*: You CAN NOT Divide by '0'!""")
    except Exception:
        return (""".\n.\n.\n.\n.\n.
Oops! Something went wrong here, I am unable to compile your request...
I think my program is broken"""u"\U0001F61E")


print(question5(force=None, mass=10, acceleration=10), '\n\n')
gentle flint
#
def firstfunc(x):
    y = 3 * x
    return y

def nextfunc(w):
    print(w + "is a number")

firstvar = firstfunc(2)
print(nextfunc(firstvar))
austere linden
#
def question6(acceleration):
    print("""(6): The SUVAT equations describe motion in a given direction when ACCELERATION IS CONSTANT.
     --------------------------------------------------------------------------
     |  Variable  |      Description      |             SI Unit               |
     |------------------------------------|-----------------------------------|
     |     S      |      Displacement     |            m (metres)             |
     |------------|-----------------------|-----------------------------------|
     |     U      | Initial Velocity (Vi) |     m/s^-1 (metres per second)    |
     |------------|-----------------------|-----------------------------------|
     |     V      |  Final Velocity (Vf)  |     m/s^-2 (metres per second)    |
     |------------|-----------------------|-----------------------------------|
     |     A      |     Acceleration      | m/s^2 (metres per second squared) |
     |------------|-----------------------|-----------------------------------|
     |     T      |      Total Time       |         sec(s) (seconds)          |
     --------------------------------------------------------------------------
     
     Listed below are the full sets of equations:
     (i):    V  =   U + A . T
     (ii):   S  =   (U + V / 2) . T
     (iii): V^2 =   U^2 + 2(A . S)
     (iv):   S  =   U . T + (A . T^2) / 2
     (v):    S  =   V . T - (A . T^2) / 2
     """)

    a = question5(acceleration)


print(question6(question5(acceleration)))
versed sapphire
#

woah

gentle flint
#

omg

versed sapphire
#

how much time did you spend dude

#

oof, Why do you prefer stability rather than newer apps?

#

you can oof

gentle flint
#

return force, mass, accel

versed sapphire
#

do you have backup ?

#

@gentle flint

#

your system

sly light
#

a, b, c = your_def()

gentle flint
#

urmomsforce, urmomsmass, urmomsaccel = question5(force=None, mass=10, accel=10)

sly light
#
except Exception as e:
        logging(e)
        return (""".\n.\n.\n.\n.\n.
Oops! Something went wrong here, I am unable to compile your request...
I think my program is broken"""u"\U0001F61E")

gentle flint
sly light
#
print(question6(question5(acceleration)))
gentle flint
#
x = q1(2)
y = q2(x)
print(y)
#

is basically what he is doing in line 3

#
def printerofstuff(tobeprinted):
    print(tobeprinted)
    return "Done"
sly light
#
def question6(acceleration):
    print("giant string")
    return question5(acceleration)
whole bear
#

yes

versed sapphire
#

hehe

#

Team works!

sly light
#

@honest maple

wise cargoBOT
#

Hey @honest maple!

It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .3gp, .3g2, .avi, .bmp, .gif, .h264, .jpg, .jpeg, .mkv, .mov, .mp4, .mpeg, .mpg, .png, .tiff, .wmv, .svg, .psd, .ai, .aep, .xcf, .mp3, .wav, .ogg, .webm, .webp, .flac, .afdesign, .m4a.

Feel free to ask in #community-meta if you think this is a mistake.

sly light
#

@honest maple

gentle flint
#

@hushed elm new nickname?

hushed elm
#

yesss

#

and you can be big boy basmati

#

hhhh

gentle flint
#

uh

#

no thanks

hushed elm
#

oke

#

what's up?

gentle flint
#

I'd join vc, but class

hushed elm
#

kk

#

remote class, right?

gentle flint
#

mmm

hushed elm
#

ewww circuits

gentle flint
#

I'm to be working with this in a few minutes or smth

#

they've hooked it up to a server

#

via arduinos etc

hushed elm
#

ooh that's interesting

#

so you can interact with it online

gentle flint
#

ye

hushed elm
#

the future is here

#

woah

gentle flint
hushed elm
#

ooh nice

gentle flint
#

anyway, gonna get back to work

sly light
#

digital signal processing?

gentle flint
#

should be done around 4-ish

#

@sly light yeah

hushed elm
#

idk what hour is that on my end

#

here it's 15:50

gentle flint
#

14:50 here

hushed elm
#

ok

gentle flint
#

so will be done at 5 for you

hushed elm
#

yess

gentle flint
#

ttyl

hushed elm
#

so for example, a kickstarter for a physical product

#

@frigid shard

gentle flint
#

you can actually afford
uh, nope

#

@hushed elm you left?

#

like, 3 minutes before I was done?

candid venture
gentle flint
#

sin(30)*f1 = f1_x

#

cos(30)*f1 = f1_y

hushed elm
#

i'm a bit busy, will be back in 30-50 minutes if you're still on @gentle flint

gentle flint
#

sure

candid venture
candid venture
#

xiaoxiao_xi

#

shiao shiao

rugged root
#

@ruby yoke, I don't know if you realize, but you were having all kinds of noise coming through your mic

#

@inland finch Please don't drop random videos in any of our channels.

inland finch
#

oh mb ok sorry

rugged root
#

@gentle flint Back in a sec, I have to check if my boss is in so I can get something from her office.

gentle flint
#

am back

#

and everyone is gone

#

sad times

#
{"success": True, "error": None}
{"success": False, "error": 404}
rugged root
#

@tawny stream You've got some really disruptive noise coming from your mic

tawny stream
#

Thank

rugged root
#

Yep. Sorry the noise was really bad

tawdry shell
#

what a mistake here

gentle flint
gentle flint
#

@hushed elm took too long, disconnecting

#

cya

hushed elm
#

no problem, cya soon @gentle flint

hollow haven
chilly locust
pure path
#

@rugged root define instance in your words

#

of a class

chilly locust
pure path
#

@hollow haven wouldnt that would be a subclass of a the car class

#

ohh ok ok

#

ok thx

#

LOL

#

@rugged root could u define attribute in your words.

#

so

class Hemlock():

   hemlock = '28 years'
#

so hemlock is an attribute?.

#

so like it is global but for the class only

#

good example

hollow haven
#

I think my fave joke dnd build is goliath rogue

pure path
#

why can u hear u @rugged root when I am deafened

#

i can only hear u though

#

not others

grave stirrup
#

leave and come3 back

#

prolly a back

#

bug*

#

atf

#

wtf

#

i said back

#

im dumb

#

wtf

amber raptor
#

Discord Voice is buggy

pure path
#

no i can hear yalll when I am not deafened

grave stirrup
#

ohhhh

#

big weird

pure path
#

now i can hear everyone

#

but when I am deafened i can only hear hemlock

amber raptor
rugged root
#

@pallid kite

amber raptor
#

!source

wise cargoBOT
pure path
#

@rugged root how has the new version of d.py affected anything for the bots at all

amber raptor
#

you have to declare intents

pure path
#

and how badly do those affect the bot

hushed elm
chilly locust
#

nice

pure path
#

@hushed elm put your links in
<>

hushed elm
#

why

pure path
#

cause it takes screen portion

hushed elm
#

oohok

rugged root
#

Intents are a good thing

pure path
#

they are?

gentle flint
#

but

pure path
#

how

rugged root
#

It lets you filter only the events you want to see

gentle flint
#

I like watching videos w/o opening tab

pure path
#

ohhh, i see so how has it affected the bot at all

#

who said that

#

i want to play chess

chilly locust
amber raptor
#

I'm wondering off for lunch

pure path
#

is sqlite3 confusing?

hushed elm
#

you can watch

#

gg @gentle flint

pure path
#

who won?

hushed elm
#

i won

#

wanna play?

pure path
hushed elm
#

nah

pure path
#

then where?

hushed elm
#

sent u a dm

#

let's gooo

stuck furnace
#

If you're on Mac, did you try Disk Utility?

hushed elm
#

diskmgr

stuck furnace
#

It's surprisingly good 😄

chilly locust
stuck furnace
#

It rotates!

hushed elm
#

hey @stuck furnace how's it going?

stuck furnace
#

Yo, good thanks, you?

hushed elm
#

havent seen you in a while

#

i'mgood, been really productive lately

#

it's great 😄

#

gg @pure path

pure path
#

@hushed elm gg

#

wanna do a rematch

hushed elm
#

lazy boy @gentle flint

#

lies!

pure path
#

do u want to play again @hushed elm

hushed elm
#

yes let's go

pure path
#

send me the link

hushed elm
pure path
#

@rugged root u got helper role for free right?

#

i checked your oldest message

rugged root
#

Hmm, I wonder what my first message in the public channels was

silent whale
#

me to

whole bear
#

too*