#voice-chat-text-0

1 messages ยท Page 600 of 1

lime pollen
#

but like canada or whatever

calm sage
#

I'm american

lime pollen
#

ah

cinder forge
#

Canadian

lime pollen
#

heil canada

#

what are we talking about ?

#

like ads

#

heil canada

calm sage
lime pollen
#

higher

#

for a friend

calm sage
lime pollen
#

own to own

#

not pown

#

reee

#

gotta runnn

calm sage
#

later

lime pollen
calm sage
cinder forge
lime pollen
#

what on earth

south cosmos
lime pollen
#

tupac

calm sage
#

lol

calm sage
silver saddle
#

hey @teal plover

#

can you talk again?

#

agh my stuff is messed up

#

okay fixed i think

#

try again

#

heyy

#

yea it was just my end

#

i think

#

how are you

#

weird

#

ok

#

1 second i wanna try something

#

ayy :^)

#

check my profile

#

๐Ÿ˜„

teal plover
#

oh haha

silver saddle
#

discord rich presence

#

code is a mess right now but im working on a thing that easily allows you to change rich presence's

#

are you screen sharing?

teal plover
#

no because i don't want to show my whole screen

#

actually, i'll get discord open on my tablet so that i can reply to DMs

silver saddle
#

oh okay

#

thats okay you dont have to ๐Ÿ˜… was just curious

#

huh

#

aw

#

i felt like i was doing good

#

i messed up

#

yea im having to guess a lot

#

lol rip

#

youre really good lol

#

huh

#

oh did you die

#

lol

#

still youre faster than me and have won more than me

#

yea i think so too

#

hiii @wind crescent ๐Ÿ˜„

wind crescent
#

yoo

silver saddle
#

how are you

#

that sucks

#

i hate when i die like that

#

oof

#

thats great

#

the right 2 are bombs

#

so atleast you know that

#

my internet is bad sorry

teal plover
frigid panther
#

Damn

silver saddle
#

the top 2 are bombs

#

and

#

the corner

teal plover
silver saddle
#

and one next to it

#

is a bomb

#

crap

#

lol rip

#

rip kosa

#

๐Ÿ‘‹ @wind crescent

wind crescent
#

I'll brb

silver saddle
#

ok

#

i keep doing that too ๐Ÿ˜”

#

oh alright

#

where you going?

#

if you dont mind me asking

#

oh alright

#

night

silver saddle
#

hey

#

good hbu?

#

just coding

#

yea

#

hbu

#

not very

#

oh okay

#

youre in college?

#

dropped out ๐Ÿ˜• just kept moving and couldnt manage to be in school and change school every other month

#

gonna get a GED though when i can

#

yea

#

okay well ill let you do that, nice to meet you

#

good night

ancient saffron
#

@silver saddle gn

olive sentinel
#

Don't have a mic set-up right now, sorry sharpie

#

I should work anyway

ancient quartz
next tapir
ancient quartz
#
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
pillow = "*"
"flake8" = "*"
yarl = "<1.2"
"discord.py" = {ref = "rewrite",git = "https://github.com/Rapptz/discord.py"}
rethinkdb = "*"
ptvsd = "*"
pyyaml = "*"
numpy = "*"

[dev-packages]
pylint = "*"

[requires]
python_version = "3.6"

#
FROM python:3.6.6-alpine3.8

RUN apk add zlib-dev jpeg-dev build-base git freetype-dev

RUN pip install pipenv
COPY Pipfile Pipfile
COPY Pipfile.lock Pipfile.lock
RUN pipenv install --system

CMD ["python", "-u", "run.py"]
errant helm
ancient quartz
next tapir
errant helm
ancient quartz
#
$arrowSymbol = [char]0xE0B0;
$branchSymbol = [char]0xE0A0;
$folderSymbol = [char]0xe5fe;
$compassSymbol = [char]0xf68a

function Prompt {
    $path = Split-Path (Get-Location) -Leaf

    Write-Host " $compassSymbol root@Sharp " -ForegroundColor "Yellow" -BackgroundColor "Black" -NoNewline
    Write-Host $arrowSymbol -ForegroundColor "Black" -BackgroundColor "Blue" -NoNewline
    Write-Host " $folderSymbol ~/$path" -ForegroundColor "White" -BackgroundColor "Blue" -NoNewline

    $data = git branch
    if ($data) {
        Write-Host $arrowSymbol -ForegroundColor "Blue" -BackgroundColor "Green" -NoNewline
    }
    else {
        Write-Host $arrowSymbol -ForegroundColor "Blue" -NoNewline
    }
    foreach ($line in $data) {
        if ($line.Contains('*')) {
            $final = $line.substring(2)
            Write-Host " $branchSymbol $final" -ForegroundColor "Black" -BackgroundColor "Green" -NoNewline
            Write-Host $arrowSymbol -ForegroundColor "Green" -NoNewline

        }
    }

    return " "
}

cls
Write-Host $(weather -City Inverness -Country UK)
$Host.UI.RawUI.WindowTitle = (Get-Date -UFormat '%d/%m/%y - SharpBox').Tostring()
whole rover
#

that is terrifying thanks

ancient quartz
#

@whole rover get in here

errant helm
#

He's on the stream ._.

#

I said that like 4 times

whole rover
#

well sharpie considering I am on stream I'm afraid I can't do that egg_smiley

ancient quartz
#

@whole rover SCONES

whole rover
errant helm
ancient quartz
#

zlib-dev jpeg-dev build-base git freetype-dev

errant helm
#

apk add <package>

#

zlib1g-dev

olive sentinel
#

Hi

#

Mic's not working

cinder forge
#

hi ves

next tapir
#

sorry my mic freaked out

#

i wasn't

cinder forge
#

wtf was that

next tapir
#

lol

#

it just does that sometimes

cinder forge
#

you made me deaf

#

lol

next tapir
#

--system --deploy

#

ah you need to lock first

#

composer run pipenv lock

#

no, just a one-off command

olive sentinel
#

What are you guys working on?

#

Cool

#

Yes

#

This is what I'm working on:

Number of pairs: 9900

4709    4       235
2       0       2
235     4       4709


8948/9900
New tau_x: 0.903838
Old tau_x: 0.903113
#

It's basically two vectors with n objects and we need a rank correlation between them

#

That means we need to compare n^2 - n pairs

ancient quartz
#

u{n} = f(n)

#

n^2

#

2n +1

#

n^6

#
   3  5  7   9```
#

x^6 + 5x^ 4

#

@wheat wolf get in here

wheat wolf
#

im playing games

errant helm
#

too bad

wheat wolf
#

i mean im having fun playing games

next tapir
#

pipenv install --skip-lock

#

don't do that

#

it'll skip automatically

#

bundler has no lock command at all

#

rugby

#

ruby

#

hah

cinder forge
#

Everyone left me

#

typical

errant helm
gloomy pagoda
#

boo

#

wat

cinder forge
#

ohh sorry im fucking around with my mic

gloomy pagoda
#

i have friends online

#

refresh never worked

#

still no work

cinder forge
#

nope

#

tryi clicking on the mic

gloomy pagoda
#

wht the actual fuck is going on

cinder forge
#

like where you can deafen or mute

gloomy pagoda
#

is dicord trying to make fun of me

cinder forge
#

is your voice setting set-up properly?

gloomy pagoda
#

i dont want to talk

cinder forge
#

ohh

gloomy pagoda
#

with my mouth

#

nope still no werk

#

@cinder forge does your disc say 0 friends online?

cinder forge
#

mmm nope

gloomy pagoda
#

it says 0 on my alt too

cinder forge
#

hmm

errant helm
#

it's as if you didn't see my screenshot

#

:P

gloomy pagoda
#

oh shoot

#

@errant helm thanks

gloomy pagoda
#

@rapid crescent no

rapid crescent
#

you just chilling here too

errant helm
#

Better with sound

#

(so open in a browser)

#

thanks @timber juniper for finding this version :P

olive sentinel
#

This challenge is sponsored by big pharma

#

And big desk chairs inc

ancient quartz
#

@olive sentinel get in here!

#

We don't bite ;D

olive sentinel
#

Nah, but I'm in bed, getting ready to sleep

#

Ah, I get it now. @smoky dirge that looked a bit random and out of the blue to me without context in #python-discussion

errant helm
ancient quartz
rapid lance
olive sentinel
#

@smoky dirge Okay, let's not share that here. Your main repo is one that violates our rules severly.

#

!rules 5

wise cargoBOT
#

5. We will not help you with anything that might break a law or the terms of service of any other community, site, service, or otherwise - No piracy, brute-forcing, captcha circumvention, sneaker bots, or anything else of that nature.

south cosmos
#

brb

#

oh damn american gods s2e2 is out

#

gotta go

ancient quartz
#
#!/bin/sh -eo pipefail
source $BASH_ENV
docker login -u $DOCKER_USER -p $DOCKER_PASS

local_image="$(docker pull ${IMAGE_TAG_CLOUD})"
RESULT=$?

if [[ "$RESULT" != 0 ]]
then
  docker tag ${IMAGE_TAG_CLOUD} ${IMAGE_TAG}
else
  docker pull ${DOCKER_USER}/${CIRCLE_PROJECT_REPONAME}:master
  docker tag ${DOCKER_USER}/${CIRCLE_PROJECT_REPONAME}:master ${IMAGE_TAG}
fi
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
Error response from daemon: manifest for sharp6292/sharpbot-discord:internal-testing-error-handler not found
errant helm
#

if [ $? -ne 0 ]; then

silver saddle
#

do commit messages have a direct impact on coding ability?

#

fair enough

errant helm
glossy breach
#

can i join voice, i wonder what u are talking about

silver saddle
#

share your screen @errant helm

#

:/

#

are you flying?

#

gril skin

ancient quartz
#
#!/bin/sh -eo pipefail
source $BASH_ENV
docker login -u $DOCKER_USER -p $DOCKER_PASS

local_image="$(docker pull ${IMAGE_TAG_CLOUD})"

if [ $? -ne 0 ]; then
then
  docker tag ${IMAGE_TAG_CLOUD} ${IMAGE_TAG}
else
  docker pull ${DOCKER_USER}/${CIRCLE_PROJECT_REPONAME}:master
  docker tag ${DOCKER_USER}/${CIRCLE_PROJECT_REPONAME}:master ${IMAGE_TAG}
fi
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
Error response from daemon: manifest for sharp6292/sharpbot-discord:internal-testing-error-handler not found
Exited with code 1
silver saddle
#

nice ๐Ÿ‘Œ

#

says the one with the gril skin :o

#

do you have mob griefing off?

#

:/

#

probably someone else, im not great at coding

ancient quartz
#
#!/bin/sh -eo pipefail
source $BASH_ENV
docker login -u $DOCKER_USER -p $DOCKER_PASS

local_image="$(docker pull ${IMAGE_TAG_CLOUD})"

if [ $? -ne 0 ]; then
  docker tag ${IMAGE_TAG_CLOUD} ${IMAGE_TAG}
else
  docker pull ${DOCKER_USER}/${CIRCLE_PROJECT_REPONAME}:master
  docker tag ${DOCKER_USER}/${CIRCLE_PROJECT_REPONAME}:master ${IMAGE_TAG}
fi
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
Error response from daemon: manifest for sharp6292/sharpbot-discord:internal-testing-error-handler not found
Exited with code 1
silver saddle
#

gl

#

to be fair i have keepinventory on in my game

#

i dont

#

??

#

ok

#

weeks?

#

wth

#

me neither, stopped a year or two ago

#

im playing near-vanilla

#

just with a few mods

#

i like tekkit

#

im not really in it for the ethics

#

i really only play tekkit because it isnt complex

#

yes

#

its not as complex as some modpacks

#

nope

#

he left as soon as he joined

#

andyc

#

for what

#

make notepad

smoky dirge
#

nah

silver saddle
#

i still use notepad++

#

why you say that

smoky dirge
#

Sublime Text 3

#

look at the theme

#

i love it

silver saddle
#

i use notepad++ on the fly

errant helm
smoky dirge
#

bye guys, i need to sleep

#

good night

lavish escarp
#

@leaden comet log_file = log_dir / "hackbot.log"

leaden comet
#

log_dir = Path("var", "log")

#

/var/log/hackbot.log

errant helm
#

You guys finished quickly

#

:P

elfin fractal
#

I'm in the Queue

#

Sadly I have no mic here ๐Ÿ˜ฆ

calm sage
#

no mic

chilly juniper
#

while True:
    if button_a.is_pressed():
        pin1.write_analog(55)
        pin0.write_analog(50)
        sleep(1000)
        pin1.write_analog(54)
        pin0.write_analog(50)
        sleep(1000)
        pin1.write_analog(53)
        pin0.write_analog(50)
    if button_b.is_pressed():
        pin1.write_analog(0)
        pin0.write_analog(0)```
south cosmos
#
from microbit import *


brake = False


def stop():
    pin1.write_analog(0)
    pin0.write_analog(0)


def brake_check():
    global brake
    if button_b.is_pressed():
        brake = True
    if button_a.is_pressed():
        brake = False


def write_motor(value):
    pin1.write_analog(value)
    pin0.write_analog(50)


def wait(ms):
    for _ in range(ms):
        sleep(1)
        brake_check()
        if brake:
            stop()


while True:
    brake_check()
    write_motor(55)
    wait(1000)
    write_motor(54)
    wait(1000)
    write_motor(53)
south cosmos
#

stop()

chilly juniper
#
    brake_check()
    write_motor(55)
    wait(1000)
    stop()
    write_motor(54)
    stop()
    wait(1000)
    stop()
    write_motor(53)```
south cosmos
broken hinge
#

Is anyone here?

opaque wraith
#

yes

#

ouf

gloomy pagoda
#

heLo

#

@odd sequoia cool

#

.dip()

topaz portal
gloomy pagoda
#

@south cosmos need proof

#

turn on webcam

south cosmos
#

I'm sorry for what I did.

#

My face

#

It is burning in shame

#

I cannot reveal it at this time

whole rover
#

I'm so sorry.

south cosmos
#

I am so sorry for what I did

#

Please

#

Forgive me

gloomy pagoda
#

!hiphopify @south cosmos

olive sentinel
#

Lemon Cluster!

wheat wolf
#

WHICH ONE

olive sentinel
#

It's ah-me lemon

gloomy pagoda
#

not one, us

wheat wolf
#

one of us

#

one of us

#

one of us

cosmic agate
#

oh god

#

oh god lol

#

I actually have to go, for my laptop is on the verge of death.

#

๐Ÿ‘‹

ancient quartz
wheat wolf
#

and another lemon dies the electricity death

gloomy pagoda
#

lemon #n

smoky dirge
#

When life gives you lemons, make orange juice

ancient quartz
olive sentinel
#

There is already a player or observer with name '#organisation' in this game. It could be that this player or observer is you. This can happen when you abruptly left the game or didn't properly join. In that case, ask the game host to kick you from the game so you can rejoin it.

stiff shard
gloomy pagoda
#

the earth is flat

#

yes

#

wat

#

are you asking for help or smth

#

oh

#

im dumb

#

wouldnt code/help be better

#

anyways

#

was fun talking to you

#

.dip()

hollow isle
#

Hmmm who you talking to?

olive sentinel
#

My guess is that people were in a voice channel. This channel is used to be able to chat along in text as well.

crimson saffron
#

Anyone wanna chat?

hollow isle
#

About? @crimson saffron

hazy haven
#

Hi guys

polar fox
#

Anyone wanna chill in vc

whole bear
#

@polar fox not sure if you're still online but yeah im down

whole bear
#

@polar fox aight peace dude hahaha

#

good luck with them pentesting tuts looool

still sphinx
#

Using any other API will blow up your program at runtime!

still sphinx
#

@hallow coyote uh

hallow coyote
#

?

still sphinx
#

weren't you on vc?

hallow coyote
#

accidently

#

why

still sphinx
#

oh

#

ok

tacit siren
#

who wants to help me solve a ctf based around 'web & networks' (involving python probably)

whole bear
#

a = MyClass()

#

a.

wind crescent
#

helo

#

great, hbu?

#

also hope I'm not intruding on something

#

you mean, what am I procrastinating on ๐Ÿ˜›

#

I have this prefix/infix/postfix gui calc that I keep delaying actually putting it up on github, and whenever I feel like it I go ah, gotta refactor it again

#

then there's a couple other projects, you know the ones you start and never finish

#

yeah, triple quotes

multiline_string = """
one two three four five,
this is a crappy haiku,
sike it's excellent
"""
whole bear
wind crescent
#

this is personal preference, but depending on the number of arguments, if it isn't too much I would have the string together with the .add_argument method

#

when I used argparse a while ago I did it like this

#
parser.add_argument(
    "-s",
    "--speed",
    metavar="",
    help="overall speed of the aquarium (options: 0, 1, 2, 3, 4) (default: 2)",
    type=int,
    choices=[0, 1, 2, 3, 4],
    default=2,
)
whole bear
#

'\n'

#
"""fjrihfuwheufewfj
fhfuzwehuefuwfeh
ruehfrhue"""

fjrihfuwheufewfj
fhfuzwehuefuwfeh
ruehfrhue

thick widget
whole bear
whole bear
#
a : int = None
b : float = None

add(num1 : int, num2 : int) -> int {
    return num1 + num2
}
#

import sys

#

sys.argv

#

program a b

#

sys.argv[1] == a

#

sys.argv[2] == b

#

sys.argv[0] == program

olive sentinel
#

our @wise cargo bot

#

@thick widget

wheat wolf
#

why exactly are you both sitting muted in vc?

teal plover
#

why exactly do you exist?

native sand
#

hopefully python VC is less horrible than C# VC. so many awkward people talking about awkward things.

olive sentinel
#

@wheat wolf We talked for a moment, then I had to go afk

olive sentinel
#

@cosmic flume

#

1 2 3

4 5 6

7 8 9

#

!e

for i in range(1, 8, 3):
    print(i)
wise cargoBOT
#

@olive sentinel Your eval job has completed.

001 | 1
002 | 4
003 | 7
olive sentinel
#

!e

for i in range(1, 8, 3):
     print(i, i+1, i+2)
wise cargoBOT
#

@olive sentinel Your eval job has completed.

001 | 1 2 3
002 | 4 5 6
003 | 7 8 9
olive sentinel
#
if gameboard[i] == gameboard[i+1] and gameboard[i] == gameboard[i+2]:
#

if gameboard[1] == gameboard[2] and gameboard[1] == gameboard[3]:

#
if gameboard[i] != " " and gameboard[i] == gameboard[i+1] and gameboard[i] == gameboard[i+2]:
#
for i in range(1, 8, 3):
    if gameboard[i] != " " and gameboard[i] == gameboard[i+1] and gameboard[i] == gameboard[i+2]:
        status = "win"
gloomy pagoda
#

wat

#

.dip()

olive sentinel
#

Haha

#

well, when the gf asks something you've got to answer

gloomy pagoda
#

i never really heard anything

#

my headphones are crap

#

audio is always muffled for some reason when i go vc

olive sentinel
#

Hmm, I had some issues as well

#

For some reason, pulse-audio nearly crashes sometimes when I connect

#

there's still sound, but it's really bad with a lot of plops and cracks

gloomy pagoda
#

disocrd is getting weirder

#

do you see the senders name on mobile notifications anymore?

#

i dont

olive sentinel
#

You mean push notifications? I've turned those off

#

I can't stand push notifications all the time and I get a lot of pings these days

gloomy pagoda
#

for some reason when i get a push notification

#

it doesnt say the senders username

olive sentinel
#

That's stupid

#

That's like one of the two things you're interested in when you receive one

vernal saffron
#

hey there

cosmic agate
#

A

leaden comet
leaden comet
errant helm
drifting thorn
#

hi?

hollow isle
#

hi

slender canopy
#

konichiwa

hollow isle
#

namaste

sonic hatch
#

does someone want to just talk while coding

#

?

whole bear
#

This is why I'm in political discords. (Non shouting variety)

hollow isle
#

Sure @sonic hatch Let me know if you are on ๐Ÿ‘Œ

sonic hatch
#

@hollow isle sry bro not now, I'm done but later I defenitly can

hollow isle
#

Anyone VC and code?

sonic hatch
#

yup

#

me

#

@hollow isle

hollow isle
#

Give me a few.

sonic hatch
#

sure

hollow isle
#

Just doing something now.

#

Sorry. Didn't get a reply so just getting something to eat.

sonic hatch
#

np

hollow isle
#

Will @ you when back

sonic hatch
#

sure

hollow isle
#

@sonic hatch

sonic hatch
#

one sec brb

#

gimme like 5 to 10 min

#

@hollow isle

sonic hatch
#

any up to talk and code?

hollow isle
#

damn

#

saw your message

#

giv e me a bit

#

sorry

sonic hatch
#

sure

hollow isle
lost delta
#

@hollow isle wow, that works on any server

hollow isle
#

Yep

lost delta
#

๐Ÿ˜ฎ

#

thats incredible

hollow isle
#

kind of

#

Yep.

lost delta
#

so its enabled but theres not an actual button for it

hollow isle
#

yep

wheat wolf
#

(it is actually enabled on a small percentage of server's together with a button already)

sonic hatch
#

someone up to talk and code?

quasi ice
#

In general for a casual code and chat jam

hollow isle
#

Whatcha coding?

quasi ice
#

Developing my own async Python CMS based off of Quart

hollow isle
#

Back in a few @sonic hatch

sonic hatch
#

someone up to talk and code?

opal bridge
#

tf is this logo?

sonic hatch
#

I like it

#

you?

opal bridge
#

Not really

sonic hatch
#

you can read about it in the announcements

hollow isle
#

@Sato(Informant)#6530 If you don't like it try to keep it to yourself as it comes off as if you hate/disrespect LGBTQ+

#

Oh, he has been banned/left already

whole bear
#

I never knew there was a voice channel..

olive sentinel
#

We've got a couple of voice channels, yeah. Some people started casual "code-alongs" in the voice channels.

sonic hatch
#

yup

blissful tiger
cosmic agate
#

Sorry bout that guys.
Looks like Mobile isn't feature-complete.

#

I do wanna join you guys, so I will when I get home, if you're still here.

sonic hatch
#

someone wanna talk?

#

about data science and coding in general

sonic hatch
#

@thorny lintel hello?

bright adder
#

projecteuler

sonic hatch
#

init

#

add

whole bear
sonic hatch
#

flask

#

django

whole bear
whole bear
sonic hatch
#
[0,0,2],
[1,1,0],
[0,0,0]
whole bear
#

This is what I meant before

#

If piece is placed in the centre, increment 2, 5, 7 and 8

#

and so on

sonic hatch
#

@whole bear

whole bear
sonic hatch
#

(-2)A + (2)B = C[4, 5]

#

[-4, 2]

whole bear
#

-2 * ( 2, -1 ) = ( -4, 2 )

#

2 * ( -5, 1 ) = ( -10, 2 )

buoyant ember
#

-10(2,-1) -5(-5,1)

whole bear
#

2x4 = 8

#

2a - 5b = 5

#

-a + b = 5

sonic hatch
#

2a- 1b = 5

buoyant ember
#

b= 2a-5

#

2a -5b =5

#

-a +b =5

#

b=a+5

#

2 a- 5(a+5) = 5

#

a=-10

whole bear
#

a + b = 2ยฒ

#

aยฒ + b = 2

sonic hatch
#
   _______
 /
|
|
whole bear
sonic hatch
#

5E8

#

f(x)

buoyant ember
#

y= x+5

sonic hatch
#

f(x) = x^n

whole bear
#

f(1)

#

f(x) = x

#

f(1) = 1

#

f(x) = xยฒ

#

f(2) = 4

sonic hatch
#

f(x) = x

#

1 = 1

#

2= 2

#

f(x) = x^2

#

1

#

4

#

9

#

16

whole bear
#

g(t) = t

sonic hatch
#

y = ax^2 + b

#

==

#

f(x) = x^2

#

2x + 2 =6

#

%

#

1/2ah

#

1/2(a + b)h

#

pi * r^2

#

1/3 * pi * r^2 * hight

#

sin

#

cos

sonic hatch
#

hypotenuse

#

sin = opposite/hypo

whole bear
#

cos = adjacent / hypo

#

tan = opposite / adjacent

buoyant ember
#

Sin A = BC/AB

whole bear
#

sin ( angle of A ) = BC / AB

#

angle of A = 30ยฐ

#

c = 5

#

What is a?

buoyant ember
#

1/2=a/5

#

a=2.5

sonic hatch
#

.5

buoyant ember
#

a= 0.5*5

whole bear
#

asin

#

sin^-1

whole bear
#

f(x) = sin(x)

buoyant ember
#

sin A = a/c

#

cos B = b/c

#

Sin B = b/c

#

Cos B = a/c

#

tan A a/b

#

Sin A = ratio of opposite with respect to hypotenuse

#

cos A = ratio of adjacent with respect to hypotenuse

#

"Trigonometry (from Greek trigลnon, "triangle" and metron, "measure") is a branch of mathematics that studies relationships between side lengths and angles of triangles."

sonic hatch
whole bear
#

sin, asin

#

sin = length

#

asin = angle

sonic hatch
molten dew
#

Wikipedia has a pretty good article with animated images demonstrating it

#

In mathematics, the sine is a trigonometric function of an angle. The sine of an acute angle is defined in the context of a right triangle: for the specified angle, it is the ratio of the length of the side that is opposite that angle to the length of the longest side of the ...

sonic hatch
#

For the sine function:

f(x)=sin(x)
The derivative is:

f'(x)=cos(x)

honest apex
#

pog trig

#

pog unit circle

sonic hatch
#

someone up for VC

south cosmos
errant helm
devout mantle
#

Why are people putting rainbow colors on discord servers?

torpid crag
errant helm
#

Hey fisk, are you swedish?

#

I had a swedish kid ask me on voice and I couldn't answer him

torpid crag
#

lol, i'm not, but i do get asked that all the time

errant helm
#

Haha, that's amusing

torpid crag
#

lol yea, lemon finds it particularly amusing

devout mantle
#

@torpid crag Thank you

torpid crag
#

i just like scandinavian languages

#

@devout mantle no problem

devout mantle
#

One more thing

#

In LBGTQ

#

What does the"Q" stand for?

torpid crag
#

i believe it stands for queer, but don't quote me on that

devout mantle
#

It is queer but I don't know what that means

torpid crag
#

neither do I

devout mantle
#

Lol

#

They forgot the S in LBGTQ

torpid crag
#

for straight?

devout mantle
#

Yep

torpid crag
#

wouldn't really make sense to include that, but there's lgbtq+ to encompass everything

devout mantle
#

It doesn't matter ur sexuality

#

True

errant helm
#

it's an umbrella term for people that are not straight/cisgendered, and are a sexual/gender minority

#

it's uh.. it covers a ton of stuff

zenith notch
#

@devout mantle LGBTQIA+ stands for minorities only. Straights are not minority. ๐Ÿ™‚

devout mantle
#

Thx

elder bison
#

@devout mantle

whole bear
#

Indians

warped totem
#

Come to general

analog void
#
    async def on_message_edit(self, message):
        channel = message.channel
        e = discord.Embed(title=f"a message got edited by {message.author.mention}", color=discord.Color.red())
        e.add_field(name="Message:", value=message.content)
        e.add_field(name="from:", value=f"{channel}")
        ch = discord.utils.get(message.guild.channels, name="golden-logs")
        await ch.send(embed=e)```
#
Traceback (most recent call last):
  File "C:\Users\golde\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 270, in _run_event
    await coro(*args, **kwargs)
TypeError: on_message_edit() takes 2 positional arguments but 3 were given
Ignoring exception in on_message_edit
Traceback (most recent call last):
  File "C:\Users\golde\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\client.py", line 270, in _run_event
    await coro(*args, **kwargs)
TypeError: on_message_edit() takes 2 positional arguments but 3 were given```
gloomy pagoda
#

hi

#

bye

analog void
#

bye

#

hi

whole bear
#

@errant helm I can't screenshare on Discord web app

errant helm
#

Can you at least see?

whole bear
#

I can't see it, no

#

lol

#

No, this is a fairly locked down system

#

Not college, just security nut.

#

lol

#

then there's you he says

#

twitch?

#

@ancient quartz A dozen or so people?

#

oof

#

@ancient quartz Considering Zuckerberg tapes over his camera, yes.

#

I'm loading up a VM

#

5 mins?

analog void
#

reee

languid cloud
#

sup

#

yea

errant helm
#

Any luck @whole bear

languid cloud
#

am on the desktop app. is there a way to see chat and the video at the same time

whole bear
#

Wow that crashed lol

languid cloud
#

got it

whole bear
#

I'll fix it later @errant helm - I'm fine with working via voice for the time being

#

It'll take a lot longer than I thought. Figured the VM was already set up, it is not.

languid cloud
#

volume is gud

whole bear
#

I'll join

#

What's the code?

errant helm
#

GLGY

whole bear
#

Thanks man \ o /

languid cloud
#

๐Ÿ‘

whole bear
#

๐Ÿ‘€

#

Ouch, wasn't paying attention

#

No lol

languid cloud
#

im 1st at being last

#

๐Ÿ˜Ž

whole bear
#

Winning the meta game

#

I have no idea as to what the score is

#

being irish

#

hell yeah

#

I know this one

languid cloud
#

GET REKT

whole bear
#

Yeah no clue what this one is, I knew the last one lol

#

Winning that meta game

errant helm
whole bear
#

\ o /

#

Quiplash

#

Quiplash

#

neat

#

code me

errant helm
#

QIMH

languid cloud
#

i look cool af

#

my robot > your robot

whole bear
#

yeah

languid cloud
#

all talk no walk @ancient quartz

#

why would you think that

whole bear
#

oof

#

when in doubt

#

me \ o /

languid cloud
#

BIG LEAGUE

#

BIG LEAGUE WINNER

#

NO

#

NOOOOOOOOOOOOOOOOOOOOOOOOOO

#

NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

whole bear
#

got 'em

languid cloud
#

NOOOOOOOOOOOOOOOOOOOOOOO

#

youll remember this moment when youre riddled with hiccups

#

and you shit yourself and it doesnt work

#

chives reprsent

whole bear
#

mayo in the HOUSE

#

ez gg no re

#

Dwayne the stone Johnson

#

ez

#

After this I'll brb

#

@scarlet ice u wut

#

quite a typo lemme tell ya

#

oof

#

oof

#

Anyway, AFK

errant helm
pearl agate
#

@errant helm what's the link again?

#

(black screen)

#

but for the mobile

#

yeah i know

#

but you mentioned a website for the phone

languid cloud
#

ya

scarlet ice
pearl agate
#

thank you @scarlet ice

#

still nope

#

black

#

nope

#

i can't see anything

#

booting it up rn

#

god damn it why

errant helm
#

AXJA

pearl agate
#

no idea what's going on

#

okay, i'll try

#

too bad it still refuses to work

languid cloud
#

yep

whole bear
#

Back

errant helm
#

Oh hey, welcome back

#

We did TMP since you wanted to quip

#

AXJA for audience

pearl agate
#

should it still be "sit back and relax"?

#

oh for fucks sake

#

android

#

firefox

whole bear
#

I've got Firefox and it works fine

#

Yeah, I'll be here for a bit

#

nice

errant helm
#

ZBOC

whole bear
#

lol

gloomy pagoda
#

bubba

pearl agate
#

I'll try to fix the video feed and maybe reconnect later?

errant helm
#

Sure thing

#

I have no idea why it'd do that

#

must be the mac

pearl agate
#

Windows doesn't work too though

errant helm
#

mac hardware

#

custom GPUs

pearl agate
#

and it's not really a "Mac" as in the machine from Apple

errant helm
#

ah

#

hackintosh

pearl agate
#

yup

errant helm
#

really no clue then

pearl agate
#

I'll try reinstalling Discord on Windows maybe

errant helm
#

see what you can do

#

You can join the audience when you get it

whole bear
#

can't see the pictures, so lol

languid cloud
#

cya

whole bear
#

o/

pearl agate
#

w h y

#

eu-central74 with an average ping of 146 ms. The last ping was 124 ms.

#

not really bad with my internet i guess

languid cloud
#

๐Ÿ˜ฎ

#

rip

pearl agate
#

btw sorry for the connecting sounds

languid cloud
#

rogged

whole bear
#

git gud

#

noice

#

WHAT KIND OF QUESTION IS THIS

languid cloud
#

none of them are simple

whole bear
#

guns are fairly simple tho

languid cloud
#

none is an acceptable answer ๐Ÿ˜„

whole bear
#

oof

languid cloud
#

:D

pearl agate
#

oh lmao

#

it works now

#

I did literally nothing

#

the driver didn't even download

whole bear
#

\ o /

languid cloud
#

๐Ÿ‘

whole bear
#

Nothing quite like knowing useless facts

errant helm
whole bear
#

nice

errant helm
#

YOUM

whole bear
#

jesus christ what was that

languid cloud
#

it sounded like a jackhammer and a rumbling stomach

#

mixed together

pearl agate
#

kinda like a table saw or a shredder?

whole bear
#

yeah, like a saw

#

up against metal

#

the heck

#

WHAT IS IT

pearl agate
#

still

whole bear
#

Definitely @scarlet ice

#

lol

#

always bub

#

what the heck

pearl agate
#

lmao

whole bear
#

sounded like a straw

languid cloud
#

im sorry everyone

whole bear
#

I'm not

#

lol

#

woah

#

nice

#

shudders

#

ew

#

LOL

#

OFF ROAD GUINEA PIG

pearl agate
#

oh wow

#

how

#

i'm not the worst

whole bear
#

Yeah both of mine were trash

#

Had no clue how to respond to the melon baller thing

#

"You come here, during my daughter's wedding..."

#

"Mark. Ruffalo."

#

Funeral: "Adios!"

#

Russian nesting dolls, for caves.

#

You're fine lol

errant helm
whole bear
#

Bitch Where's my Potatoes

errant helm
whole bear
#

nice

pearl agate
#

apparently it's not really easy to play when I barely know english

errant helm
#

MLEQ

whole bear
#

No, I didn't get anything

#

87%

pearl agate
#

whaat

whole bear
#

Never played this one before lol

pearl agate
#

oh come on

whole bear
#

oof

#

heathens

pearl agate
#

damn, do people like fortune in fortune cookies so much?

whole bear
#

ouch

#

\ o /

errant helm
pearl agate
#

huh

#

the 100 points

languid cloud
#

gg wp

pearl agate
#

lol

whole bear
#

wowza

pearl agate
#

gg

whole bear
#

i failed

#

Never played that one

#

earwax works

pearl agate
#

yup

#

can see

languid cloud
#

yesp

errant helm
#

MPUI

pearl agate
#

joining

languid cloud
#

moi

#

๐Ÿ˜„

#

obstetrician

#

lmao

#

๐Ÿ‘€

#

that obvious huh

#

๐Ÿ˜„

whole bear
#

yes

pearl agate
#

bless you

languid cloud
#

bless you

#

congrat

pearl agate
#

gz

whole bear
#

gg

errant helm
whole bear
#

Sounds good

languid cloud
#

gg wp

pearl agate
#

gg

languid cloud
#

maybe re

pearl agate
whole bear
#

I'll work on it

pearl agate
#

apparently it's tomorrow now

#

thanks Discord

#

okay, bye everyone
\o

languid cloud
#

cya

whole bear
#

@errant helm I use VMs all the time. Very few things are actually installed lol

#

ยฏ_(ใƒ„)_/ยฏ

languid cloud
#

im gonna go now too. cheers guys!

whole bear
#

o/ Have a good one

#

@errant helm Appreciate it, and thank you!

errant helm
#

:>

tidal frost
#

test

#

hmm

olive sentinel
#

What are you testing?

tidal frost
#

I was just trying to get my name

#

so that I can change my nick

#

didnt want to scroll through all the users

errant helm
manic tinsel
#

\

whole bear
#

could someone go into a call with me, and explain the init function, i have tried looking online, but there not making much sense

sonic hatch
#

@whole bear come

errant helm
whole rover
#

greetingsg

south cosmos
#

@whole rover ^

#

wait

#

the link

whole rover
#

i have played it with you ages ago

#

and i played it at a friends as well recently

#

erlang

#

and yeah macbook happened

#

well, discord for mac

#

yeah, entire client freezes all the time on mac

#

it's a pain

#

browser would work but i uh

#

muddled with safari

#

and uh

#

no webcam/mic

#

i'll download it overnight

#

oh no

#

OH no

feral lantern
#

im still here

#

have to mute mic though

whole rover
#

๐Ÿ™‚

#

oh my god

#

brilliant

#

connection is being awful

#

not high quality, but eh

#

i've got to hop, sorry

#

i need to fix my sleep schedule

south cosmos
#

๐Ÿ‘‹

whole rover
#

thanks for hosting g!

errant helm
#

that was fun \o/

#

VODs (without the Discord voice) will be up on Mixer until the 28th/29th

craggy plinth
livid void
#

if the room code is 2222 then i am VERY READY

#

he's probably got a uh

#

push to talk

#

@errant helm

#

i honestly didn't think you were reading this channel so i mean its fine ๐Ÿ˜„

south cosmos
#

oh are you starting

livid void
#

in like 15min

south cosmos
#

how long are you guys playing for?

errant helm
#

A max of 2 hours

south cosmos
#

ah okay

#

I won't be able to join today

errant helm
#

Okay, no worries

lavish escarp
#

Hi

#

Too tired

#

:P

#

What are we using our phones for?

livid void
#

whats the room code so i can try the game out @errant helm

lavish escarp
#

& What's the code?

south cosmos
devout ingot
#

whoops

lavish escarp
#

Boo

devout ingot
#

we can hear you Madi

lavish escarp
#

'Ok

#

Eh i'll vc

devout ingot
#

wow this is a lot of people

#

this is more than I thought the server had

livid void
#

guys we're all about to get HACKED

errant helm
devout ingot
#

ackhually it's called an incognito tab

#

smh

lavish escarp
#

Only on chrome

#

:P

languid cloud
#

๐Ÿ‘‹

lavish escarp
#

Hi

devout ingot
#

no, it's incognito on firefox lol

#

I don't know what it is on chrome

#

wait

lavish escarp
#

Nop

devout ingot
#

yeah it's incognito on firefox

sonic hatch
#

@errant helm i will play today with you btw but later

lavish escarp
#

"New Private Window"

devout ingot
#

open firefox mobile you dingus

#

...I have chrome mobile

#

not firefox mobile

#

forgot that

lavish escarp
devout ingot
#

dammit

livid void
#

4 LETTER

#

why did i try 2222

languid cloud
#

is mixer like the new twitch

lavish escarp
#

Microsofts twitch

#

Looks pretty cool

languid cloud
#

i see i see

livid void
#

PEE BREAK?

errant helm
languid cloud
#

o yeaaaa

#

๐Ÿ˜Ž

#

$$$

#

cashmoney

#

rigged

#

collusion

bright anchor
#

"fastest fingers in the west!" ๐Ÿ˜„

languid cloud
#

dw i like print

#

there there