#voice-chat-text-0
1 messages ยท Page 600 of 1
ah
Canadian
later

what on earth
lol
Pop Team Epic Best Funny Moments โโโโโโโโโโโ๐Note๐โโโโโโโโโโโ This is based on my own personal opinion. So you may or may not disagree with the list, but we ...
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
๐
oh haha
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?
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
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 ๐
yoo
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
Damn
this is all i can get
I'll brb
ok
i keep doing that too ๐
oh alright
where you going?
if you dont mind me asking
oh alright
night
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
@silver saddle gn
http://tomscott.com - Or: what you see when you die. If you liked this, you may also enjoy two novels that provided inspiration for it: Jim Munroe's Everyone...
Hi, it might be something that I do not understand or so. I have 2 sources specified and none of them is official pypi, but mirrors, so here is my Pipfile: [[source]] url = "https://company/ap...
[[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"]
$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()
that is terrifying thanks
@whole rover get in here
well sharpie considering I am on stream I'm afraid I can't do that 
@whole rover SCONES

zlib-dev jpeg-dev build-base git freetype-dev
hi ves
wtf was that
--system --deploy
ah you need to lock first
composer run pipenv lock
no, just a one-off command
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
u{n} = f(n)
n^2
2n +1
n^6
3 5 7 9```
x^6 + 5x^ 4
@wheat wolf get in here
im playing games
too bad
i mean im having fun playing games
pipenv install --skip-lock
don't do that
it'll skip automatically
bundler has no lock command at all
rugby
ruby
hah
ohh sorry im fucking around with my mic
wht the actual fuck is going on
like where you can deafen or mute
is dicord trying to make fun of me
is your voice setting set-up properly?
i dont want to talk
ohh
with my mouth
nope still no werk
@cinder forge does your disc say 0 friends online?
mmm nope
it says 0 on my alt too
hmm
@rapid crescent no
you just chilling here too
Better with sound
(so open in a browser)
thanks @timber juniper for finding this version :P
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
@smoky dirge Okay, let's not share that here. Your main repo is one that violates our rules severly.
!rules 5
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.
#!/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
if [ $? -ne 0 ]; then
can i join voice, i wonder what u are talking about
#!/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
nice ๐
says the one with the gril skin :o
do you have mob griefing off?
:/
probably someone else, im not great at coding
#!/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
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
nah
i use notepad++ on the fly
no mic
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)```
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)
stop()
brake_check()
write_motor(55)
wait(1000)
stop()
write_motor(54)
stop()
wait(1000)
stop()
write_motor(53)```
Is anyone here?
https://instagram.com/realwilltimney?utm_source=ig_profile_share&igshid=si8wtw19ykgs this guys shoe designs are erotic
I'm sorry for what I did.
My face
It is burning in shame
I cannot reveal it at this time
I'm so sorry.
!hiphopify @south cosmos
Lemon Cluster!
WHICH ONE
It's ah-me lemon
not one, us
oh god
oh god lol
I actually have to go, for my laptop is on the verge of death.
๐
Board Game Online is an incredibly weird multiplayer game. Join the fun and play for free in your browser with friends or strangers! No account required!
and another lemon dies the electricity death
lemon #n
When life gives you lemons, make orange juice
Board Game Online is an incredibly weird multiplayer game. Join the fun and play for free in your browser with friends or strangers! No account required!
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.

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()
Hmmm who you talking to?
My guess is that people were in a voice channel. This channel is used to be able to chat along in text as well.
Anyone wanna chat?
About? @crimson saffron
Hi guys
Anyone wanna chill in vc
@polar fox not sure if you're still online but yeah im down
Using any other API will blow up your program at runtime!
@hallow coyote uh
?
weren't you on vc?
who wants to help me solve a ctf based around 'web & networks' (involving python probably)
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
"""
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,
)
'\n'
"""fjrihfuwheufewfj
fhfuzwehuefuwfeh
ruehfrhue"""
fjrihfuwheufewfj
fhfuzwehuefuwfeh
ruehfrhue
a : int = None
b : float = None
add(num1 : int, num2 : int) -> int {
return num1 + num2
}
python3 start.py
python3 start.py "iewfij"
import sys
sys.argv
program a b
sys.argv[1] == a
sys.argv[2] == b
sys.argv[0] == program
why exactly are you both sitting muted in vc?
why exactly do you exist?
hopefully python VC is less horrible than C# VC. so many awkward people talking about awkward things.
@wheat wolf We talked for a moment, then I had to go afk
@olive sentinel Your eval job has completed.
001 | 1
002 | 4
003 | 7
!e
for i in range(1, 8, 3):
print(i, i+1, i+2)
@olive sentinel Your eval job has completed.
001 | 1 2 3
002 | 4 5 6
003 | 7 8 9
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"
i never really heard anything
my headphones are crap
audio is always muffled for some reason when i go vc
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
disocrd is getting weirder
do you see the senders name on mobile notifications anymore?
i dont
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
That's stupid
That's like one of the two things you're interested in when you receive one
hey there
A
hi?
hi
konichiwa
namaste
This is why I'm in political discords. (Non shouting variety)
Sure @sonic hatch Let me know if you are on ๐
@hollow isle sry bro not now, I'm done but later I defenitly can
Anyone VC and code?
Give me a few.
sure
Just doing something now.
Sorry. Didn't get a reply so just getting something to eat.
np
Will @ you when back
sure
@sonic hatch
any up to talk and code?
sure
@hollow isle wow, that works on any server
Yep
so its enabled but theres not an actual button for it
yep
(it is actually enabled on a small percentage of server's together with a button already)
someone up to talk and code?
In general for a casual code and chat jam
Whatcha coding?
Developing my own async Python CMS based off of Quart
Back in a few @sonic hatch
someone up to talk and code?
tf is this logo?
Not really
you can read about it in the announcements
@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
I never knew there was a voice channel..
We've got a couple of voice channels, yeah. Some people started casual "code-alongs" in the voice channels.
yup
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.
@thorny lintel hello?
projecteuler
init
add
This is what I meant before
If piece is placed in the centre, increment 2, 5, 7 and 8
and so on
@whole bear
-10(2,-1) -5(-5,1)
2a- 1b = 5
_______
/
|
|
y= x+5
f(x) = x^n
g(t) = t
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
Sin A = BC/AB
.5
a= 0.5*5
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."
Wikipedia has a pretty good article with animated images demonstrating it
For the sine function:
f(x)=sin(x)
The derivative is:
f'(x)=cos(x)
someone up for VC
https://pythondiscord.com/info/resources @runic quartz
Why are people putting rainbow colors on discord servers?
@devout mantle pride month https://discordapp.com/channels/267624335836053506/354619224620138496/584190496604291083
Hey fisk, are you swedish?
I had a swedish kid ask me on voice and I couldn't answer him
lol, i'm not, but i do get asked that all the time
Haha, that's amusing
lol yea, lemon finds it particularly amusing
@torpid crag Thank you
i believe it stands for queer, but don't quote me on that
It is queer but I don't know what that means
neither do I
for straight?
Yep
wouldn't really make sense to include that, but there's lgbtq+ to encompass everything
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
@devout mantle LGBTQIA+ stands for minorities only. Straights are not minority. ๐
Thx
@devout mantle
Indians
Come to general
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```
@errant helm I can't screenshare on Discord web app
Can you at least see?
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?
reee
Any luck @whole bear
am on the desktop app. is there a way to see chat and the video at the same time
Wow that crashed lol
got it
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.
volume is gud
GLGY
Thanks man \ o /
๐
Winning the meta game
I have no idea as to what the score is
being irish
hell yeah
I know this one
GET REKT
QIMH
yeah
BIG LEAGUE
BIG LEAGUE WINNER
NO
NOOOOOOOOOOOOOOOOOOOOOOOOOO
NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
got 'em
NOOOOOOOOOOOOOOOOOOOOOOO
youll remember this moment when youre riddled with hiccups
and you shit yourself and it doesnt work
chives reprsent
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 what's the link again?
(black screen)
but for the mobile
yeah i know
but you mentioned a website for the phone
ya
jackbox.tv for phone
thank you @scarlet ice
still nope
black
nope
i can't see anything
booting it up rn
god damn it why
AXJA
yep
Back
ZBOC
lol
bubba
I'll try to fix the video feed and maybe reconnect later?
Windows doesn't work too though
and it's not really a "Mac" as in the machine from Apple
yup
really no clue then
I'll try reinstalling Discord on Windows maybe
can't see the pictures, so lol
cya
o/
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
btw sorry for the connecting sounds
rogged
none of them are simple
guns are fairly simple tho
none is an acceptable answer ๐
oof
:D
\ o /
๐
Nothing quite like knowing useless facts
nice
YOUM
jesus christ what was that
kinda like a table saw or a shredder?
still
lmao
sounded like a straw
im sorry everyone
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
Bitch Where's my Potatoes
nice
apparently it's not really easy to play when I barely know english
MLEQ
whaat
Never played this one before lol
oh come on
damn, do people like fortune in fortune cookies so much?
gg wp
lol
wowza
gg
yesp
MPUI
joining
yes
bless you
gz
gg
Sounds good
gg wp
gg
maybe re
I'll work on it
cya
@errant helm I use VMs all the time. Very few things are actually installed lol
ยฏ_(ใ)_/ยฏ
im gonna go now too. cheers guys!
:>
What are you testing?
I was just trying to get my name
so that I can change my nick
didnt want to scroll through all the users
\
could someone go into a call with me, and explain the init function, i have tried looking online, but there not making much sense
@whole bear come
greetingsg
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
๐
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
๐
thanks for hosting g!
that was fun \o/
VODs (without the Discord voice) will be up on Mixer until the 28th/29th


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 ๐
oh are you starting
in like 15min
how long are you guys playing for?
A max of 2 hours
Okay, no worries
whats the room code so i can try the game out @errant helm
& What's the code?
whoops
Boo
we can hear you Madi
guys we're all about to get HACKED
- Open https://mixer.com/gdude2002 on your PC
- Open https://jackbox.tv on your phone
- Await room code on stream
๐
Hi
Nop
yeah it's incognito on firefox
@errant helm i will play today with you btw but later
"New Private Window"
open firefox mobile you dingus
...I have chrome mobile
not firefox mobile
forgot that
dammit
is mixer like the new twitch
i see i see
PEE BREAK?
- Open https://mixer.com/gdude2002 on your PC
- Open https://jackbox.tv on your phone
- Await room code on stream
"fastest fingers in the west!" ๐
