#voice-chat-text-0

1 messages · Page 640 of 1

sly jolt
#

I like Discord not having my face

#

@frank falcon what was the error

#

like the bsod error thingy

frank falcon
#

i restardedf my computer and forgot to check beforehand

sly jolt
#

if it happens again then maybe you should be a little worried

#

@frank falcon what was the command that you ran in powershell

frank falcon
#

im still new to this, but def next time

sly jolt
#

go into powershell and hit the up arrow key I think you may be able to view what you ran in your last session

frank falcon
river forum
#

Hi 🙂

thin breach
#

hi

amber raptor
rugged root
#

@sly jolt Oh he might have been. I can't remember if I was going to do it or not

river forum
#

do youve seen this?

sly jolt
#

I must go, good talk humans.

rugged root
#

Heading home!

river forum
#

canbus

mellow egret
#

!join

#

-join

cerulean moth
#

helo

somber heath
cerulean moth
#

damn....

#

look at him, can't even touch his legs on the ground

#

and he must have eaten soooo much

somber heath
#

It's really sad and frustrating.

#

and selfish

cerulean moth
#

yes

#

really disheartening

whole bear
jovial meadow
cerulean moth
#

so you want to learn what max() and min() is? @whole bear

whole bear
#

@cerulean moth Yes But Via If-Else

cerulean moth
#

ok give me a minute let me get a example to explain

whole bear
#

sure @cerulean moth

cerulean moth
#

do you know max() and min()?

whole bear
#

Yes @cerulean moth

cerulean moth
#

and if and else and elif?

#

you know that?

whole bear
#

Yes

#

I have Just Question In the Script I write Else Two Times but It Shows (40) One Result. But Here is two IF/ELSE Command. Why this is Happening? @cerulean moth

cerulean moth
#

so:

#

when there is a loop

#

if if is correct and is excuted then

#

else won't get executed

#

but for both to get excuted

#

you would need to make two if

whole bear
#

Sorry! @cerulean moth

steep glacier
#

kaggle

somber heath
#
numbers = 3, 1, 5, 7, 12
while True:
    v = int(input('>'))
    if v == max(numbers):
        print('You entered the highest number in numbers.')
    elif v == min(numbers):
        print('You entered the lowest number in numbers.')
    elif v in numbers:
        print('You entered a number that was in numbers, but was neither the highest nor the lowest.')
    else:
        print('You entered a number which was not in numbers.')``` @whole bear
#

I don't know if that helps.

graceful grail
whole bear
whole bear
#

@whole bear comeee back

#

pleasee

#

come back

tawdry shell
#

who is know voice recogination?

somber heath
#

I suppose voice recognition would probably fall into the #user-interfaces category.

tawdry shell
#

I don't know how to use voice recognition

somber heath
#

I've not used it with Python before. Let's see if there are any existing modules that do it.

tawdry shell
#

Is there any address to review

odd silo
#

you can try speechRecognition

somber heath
#

I was just installing that.

#

python3.8 -m pip install SpeechRecognition

tawdry shell
#

i have already installed

somber heath
#

I'm having trouble getting it working. Unmet dependancies and said unmet dependencies being uncooperative.

tawdry shell
#

hmm

somber heath
#

The other option would be to use an API.

#

Google probably has one for speech recognition.

tawdry shell
#

maybe

whole bear
#

nuke 2 incomming

subtle orchid
#

bruh

#

i am pinging a mode

#

@jaunty spoke someone playing weird music in general voice chat please disconnect him

jaunty spoke
#

@subtle orchid @rapid crown or ping moderators

subtle orchid
#

you are an moderator

somber heath
#

This is stressing me out.

jaunty spoke
#

What user?

somber heath
#

Difficult to tell.

#

It's not happening this second, and I've been watching the green rings, but even when it's been going on, the rings aren't exactly going in a clear fashion.

#

I was thinking maybe someone was doing it while they've muted themselves. That bug.

#

Which...I don't know. Maybe confuses my client.

odd silo
#

i dont hear anything

somber heath
#

No, nor do I.

#

Whoever's doing it, I hope you're pleased with yourself.

odd silo
#

what kind of music ?

jaunty spoke
#

The user is now banned

somber heath
#

Thank you.

#

I was hoping to be able to mute them while they were doing it, but they started doing it in short bursts.

#

So I couldn't narrow it down.

fossil pebble
#

people get here and close their mic

#

what is wrong with this society

odd silo
#

os.getcwd() maybe ??

somber heath
#

pathlib.Path().absolute() Give that a spin.

frozen oasis
somber heath
#
while True:
    if input('Type start to start.') == 'start':
        break```
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!')
patent arch
#
import time
import pyautogui

print('This is an autoswipe app for dating apps.')
start = input('Type "start" to activate the program: ')

while start == 'start':
    print('The program will begin in 5 seconds. Please tab into a dating app page. ')
    print('Press "H" on your keyboard to end the program. ')
    time.sleep(5)
    while True:
        pyautogui.press(['right'])
        time.sleep(0.3)
somber heath
#
while not input('Type start to start.') == 'start':
    pass```
patent arch
#
print('This is an autoswipe app for dating apps.')
start = input('Type "start" to activate the program: ')
somber heath
#

while not True

#

while not False

#

while True, do loop

patent arch
#
while start == 'start':
    print('The program will begin in 5 seconds. Please tab into a dating app page. ')
    print('Press "H" on your keyboard to end the program. ')
    time.sleep(5)
    while True:
        pyautogui.press(['right'])
        time.sleep(0.3)
somber heath
#
while True: #While condition is True
  pass #Do the thing```
rugged root
#

!resources @waxen sleet So on that list of resources you might want to look into A Byte of Python

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.

cerulean moth
#

hello Hemlock!

#

good morning

#

how long is the qa with devops going to be?

#

cuz it will start aound at 4am in my timezone

#

am not in vc

rugged root
#
my_str = (
  "I'm a string."
  f"And this is a {variable_here}."
  "And one more for good measure."
)
swift valley
#

Hello Hem

#

Might hop on later, just got a quiz to finish

rugged root
#

No worries

vivid igloo
#

Hello guys I would like to develop a version control of exe files
Does someone have any idea?

somber heath
#

It's not something I work with, really.

#

Sorry. 🙂

vivid igloo
somber heath
#

@glass vector Are you, perhaps, assembling a cabinet?

#

A lot of clattering going on.

#

A ballpoint pen, also known as a biro or ball pen, is a pen that dispenses ink (usually in paste form) over a metal ball at its point, i.e. over a "ball point". The metal commonly used is steel, brass, or tungsten carbide. The design was conceived and developed as a cleaner an...

torpid meteor
#

HI!!

glass vector
#

hlelu

heady copper
#

Hello

vivid igloo
#

hello

whole bear
#

Hello

somber heath
#

Hoy hi.

#

As previously stated, I don't really work with exe files and python.

#

Nor versioning control.

#

I expect both subjects are researchable.

#

Opal Mist

#

Art, usually.

#

Yes. In Python.

#

I used pillow to get the images out, yes, but pillow isn't integral to the determination process.

#

The art process is my own.

#

I have a github, but I don't use it. I have one thing on it from when I was first learning python.

#

I'm also not releasing the source code.

#

I'm happy to explain the process, however.

whole bear
#

Ok

somber heath
#

Follow me or don't. I don't use it.

vivid igloo
somber heath
#

I've a friend who's a Dutchie. I'm 6'2". He calls me "short stuff".

hushed elm
#

lol

somber heath
#

His younger brother is yet taller.

hushed elm
#

what are they, mountains?

somber heath
#

Yes.

hushed elm
#

big oof

somber heath
#

An excess of repetition is diminishing to the humour.

#

What little there was to begin with.

drowsy robin
#

Oh wait this is supposed to be funny?

somber heath
#

@whole bear When you left, the others went to do other things.

#

@fossil pebble Yahoy.

fossil pebble
#

def

#

print(x*x)

somber heath
#

print puts something to stdout, usually the screen

#

a = function_call()

#

a would then be the return value of function_call()

#

Or rather, a is a reference to an object in memory

#

I won't go into that.

#

== vs is and pointers

vivid igloo
#

add me on linkedin

unreal oar
vivid igloo
#

do you have any coursers about NPL to recomend?

meager bone
#

Where can I get some consultant(just 1 hour or 2 to help me with Pandas and better the logic of my code)

stuck furnace
#

Write down your to-do list

#

Then pick the thing that you're most putting off

somber heath
#

Leave the chat.

stuck furnace
#

and do that thing first

#

Two hours on YouTube... rookie numbers 😄

#

I find it helps to go for a walk, to clear my mind.

#

Also, get off the internet at least one day a week, and do something like read a book.

somber heath
#

If you think you overthink, think about stopping.

stuck furnace
#

I think the word algorithm is named after a Persian guy, right?

#

@stoic cloud, your typing is being picked up pretty loudly by the microphone

#

Can you adjust your mic sensitivity settings

#

@tawdry apex robotics is a really fun subject

stoic cloud
#

oh sorry

stuck furnace
#

Sorry, not sure if it was actually you 😄

tawdry apex
#

@stuck furnace yeah they are i am so sorry i didn't see that

#

it was me

stoic cloud
#

i put noise suppresion anyway

tawdry apex
#

about the robotics 😅

stoic cloud
#

so its good

stoic cloud
#

i need to go now

#

خداحافظ بعدا می بینمت

tawdry apex
#

@stoic cloud ممنونم خوشحالم باهات آشنا شدم روزت بخیر باشه

smoky burrow
#

@leaden comet what's the name of the game?

green bone
#

php?

smoky burrow
#

looks too nice to be php

green bone
#

buy Python Discord stock

#

hades

#

lemon, we are ducked 🙀

grim cypress
#

Diablo is fun

#

Gungeon is also fun

#

That's a mood, I only play old rts games cause it's all I can run lol

#

Have to kill the level 4 dragon in the dungeon of Calgar in order to access voice chat

#

Oh just actively procrastinating rn

#

This feels like those IGN videos where the devs watch speedruns of their games

rugged root
#

Can someone write in chat what he's playing?

slate oracle
#

lemon > bosses

tropic ice
#

HADES

whole bear
#

:0

red swan
#

findUniq([ 1, 1, 1, 2, 1, 1 ]) === 2

#

findUniq([ 4, 4, 'foo', 4 ]) === 'foo'

sly light
#

repeat?

#

how is an "index" repeated?

#

😕

#
  1. first retrieve the row that you want
  2. figure out how you'll resolve the mutiple indexes
    @meager bone
somber heath
#

sorted's 'key' keyword parameter. enumerate class.

meager bone
#

AP-1-C AP-3 ... _submission__submission_time _submission__validation_status

NFPI0305 1 Flavia de Carvalho Fonseca ... 2020-09-18T17:41:12 NaN
NFPI0305 2 Flavia de Carvalho Fonseca ... 2020-09-18T17:41:12 NaN

sly light
#

O(1)

#

give me rows where x == y

meager bone
#

i want something like

#

df.groupby("NFPI0305")

sly light
#

two rows -> two lists

meager bone
#

{}

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @river lance until 2020-09-27 01:13 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

sly light
#

@river lance dafuq

meager bone
#

{NFP0305: [one row], [another row]}

sly light
#

{NFP0305: {1:[one row]}, {2:[another row]}}

#

👊

#

{NFP0305: [one row], [another row]}
@meager bone that's not valid JSON

somber heath
#

[[row0a, row0b], [row1], [row2]]

wise cargoBOT
#

:x: According to my records, this user already has a mute infraction. See infraction #13043.

#

:incoming_envelope: :ok_hand: applied mute to @tame summit until 2020-09-27 01:17 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

meager bone
#
lp_df.groupby(level=0).apply(lambda x: x.to_dict('r')).to_dict()
#

NFLF0036

sly light
#
[x for x in something]
river lance
#

what else do you know about physics?!

sly light
#

@river lance in a physics server

river lance
#

yes

sly light
#

perfect

river lance
#

are you male?

sly light
#

sometimes

river lance
#

why not all the time?

sly light
#

well, I don't feel like male all the times so...

river lance
#

its fine

sly light
#

😔 but is it?

river lance
#

yes because 7 in 0 groups is 0

meager bone
#

loop_sheets = [i for i in df.sheet_names if i[-1] == "R"]
that list compreehension thing?

sly light
#

yes

meager bone
#

so yes

sly light
sly light
#

Pune

#

Mumbai

#

Champa

#

₹ 56 for Buffalo milk

#

₹ 45 for Cow milk

#

1L

#

Farm

#

@somber heath post your clock

whole bear
#

04:02

white hamlet
somber heath
whole bear
solid atlas
#

just redid my setup

#

it is wet

whole bear
#

wie alt bist du?

solid atlas
#

yeah

whole bear
#

we

sly light
#

bist = are
du = you
wie = ?
alt = ?

whole bear
#

wie = we

#

alt = old

#

nuber

#

number*

sly light
#

einer

whole bear
#

eins

#

1^= eins

sly light
#

Mr. Opal Mist

#

Opal von Mist

#

Dunkelweizen

white hamlet
#

yeast

sly light
#

wheat

white hamlet
#

wheat

sly light
#

@whole bear

#

Overwerk

whole bear
somber heath
#

!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!')
sly light
#

25 Chores

#

holy

#

8am

sly light
#

Drogba

whole bear
white hamlet
whole bear
white hamlet
sly light
#

Siddhartha by Hermann Hesse

sly light
#

The Big Short

#

TDD

restive geyser
#

not to be a creep, but @somber heath do you have a portfolio of your art <.<

somber heath
#

comprehension

#

list comprehension, dict comprehension, set comprehension

#

Comprehensions within all() or any()

#

if all(v in thing for v in another)

#

all([False, True]) == False

violet pier
#

no

somber heath
#

all([True, True]) == True

somber heath
#

modulo

#

modulus

#

Euclidian

#

Echidna

#

In computing, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another (called the modulus of the operation).
Given two positive numbers a and n, a modulo n (abbreviated as a mod n) is the remainder of the Euclidean d...

#

Whargbl...

#

Echidnas (), sometimes known as spiny anteaters, belong to the family Tachyglossidae in the monotreme order of egg-laying mammals. The four extant species of echidnas and the platypus are the only living mammals that lay eggs and the only surviving members of the order Monotre...

#

Taipans are snakes of the genus Oxyuranus in the elapid family. They are large, fast-moving, highly venomous, and endemic to Australasia. There are currently three recognised species, one of which, the coastal taipan, has two subspecies. Taipans are considered some of the dead...

#

beaten beat n

#

bitten bitt en

#

tkinter

#
import tkinter
tk = tkinter.Tk()```
#

pyqt5?

somber heath
#
with open('/proc/uptime', 'r') as file:
    seconds_uptime = float(file.read().split(' ')[0])```
#
    stuff
with subprocess.Popen(same blah blah blah):
    stuff```
#

help(subprocess.Popen)

rugged root
#

!resources @undone horizon On our site we have a big ol' list of good resources. A lot of people like Automate the Boring Stuff and A Byte of Python

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.

rugged root
#

@timber folio @solar scaffold

#

@whole bear

gaunt trail
#

what's happening rn

pure path
#

who was the person that was just asking for maths

balmy nymph
#

Hey o/

pure path
#

ohhh, the math serverl invite link was removed

whole rover
#

there you go

#

whitelisting it nonw

pure path
#

right, i tried it gave me u cant do that

#

thx joe

#

@balmy nymph how did u come up with your name, like what does it mean

balmy nymph
#

It is from a word I've hear at the TV, aekrys

#

That's all haha

pure path
#

it kinda intresting

#

yur name

balmy nymph
#

Ya old hem

gaunt trail
#

what are they doing in the vc

pure path
#

talking and chilling

rugged root
#

!resources @worthy grotto

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.

rugged root
#

!e

import math
print(math.pi)
wise cargoBOT
#

@rugged root :white_check_mark: Your eval job has completed with return code 0.

3.141592653589793
timber folio
#

!e

print('Hello')```
wise cargoBOT
#

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

timber folio
#

oh

balmy nymph
#

I like hanging out in voice just to hear people's voice, to know what they sound like

#

wonder why lemon_thinking

#

Maybe because the government doesn't care

#

Maybe

#

!otn a justified-grumpiness

gaunt trail
#

its mostly the karens

rugged root
#

!otn a justified-grumpiness

wise cargoBOT
#

:ok_hand: Added justified-grumpiness to the names list.

balmy nymph
#

We are pretty okay in France tbh

gaunt trail
#

yeah sure it makes breathing a tad bit difficult, but that's a sacrifice im willing to take if i am assured that i'd return back to my family, safe

pure path
#

hemlock and his jokes

zenith radish
#

My hovercraft is full of eels.

pure path
#

there should be the command
.jokes for the seasonal bot

#

what does @properties do again

balmy nymph
#

Don't be RazorFace

zenith radish
balmy nymph
#

Maybe one day I'll attend one

#

Really sad that I can't be here for this one though

zenith radish
#

int(string)

rugged root
#

@solar scaffold

my_string = "4"
my_integer = int(my_string)
whole bear
#

!e

wise cargoBOT
#

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

gaunt trail
#

how do you become mod or helper?

rugged root
gaunt trail
#

ty

rugged root
#

Corn smut is a plant disease caused by the pathogenic fungus Ustilago maydis that causes smut on maize and teosinte. The fungus forms galls on all above-ground parts of corn species. It is edible, and is known in Mexico as the delicacy huitlacoche; which is eaten, usually as a...

balmy nymph
#

Kotlin when

whole bear
#

Java good🙁

honest pier
#

never

balmy nymph
#

😦

#

It returns the current object as if it was of the parent class

winged dragon
#

java good only for minecraft

whole bear
#

nay nay, its great for Android dev

balmy nymph
#

Even for MC it isn't, tbh

winged dragon
#

mc java version is great

whole bear
#

well, Java is my 1st lang, so its a Love-Hate relationship for me

winged dragon
whole bear
#

I curse Java when I program yet I defend it when someone else talk bad about it, lol

winged dragon
#

well python is here for u

#

date with java

whole bear
#

I know Java, Python, JS -- and obviously I love Python most

#

But still I can't let Java go of my life, yee!!

swift valley
#

C# is just MS Java

balmy nymph
#

dotNET sigh

swift valley
#

🥁

somber night
#

@rugged root what makes .net library powerful

swift valley
#

Why is there no cymbal emoji

winged dragon
#

its reproduction power @somber night

#

its very fertile

swift valley
#

C# is C++++

somber night
#

Uhh explain a bit

whole bear
#

I never learned any C related lang 🙁

somber night
#

I kinda dont understand

winged dragon
#

print hello world with c and u r good to go and find a job

balmy nymph
#

Because JVM

winged dragon
whole bear
#

what takes the most confidence?

winged dragon
#

cli

whole bear
#

talking in a VC!!

balmy nymph
#

3 billion devices run Java since 20 years

whole bear
#

Yeeaaaa!! Lol

#

Linux and Java are the best, ngl

winged dragon
#

more than that i think

whole bear
#

I have seen ads for Python Udemy courses😆

balmy nymph
#

Ruby is just 80s

winged dragon
#

@rugged root how much time required to fully master python ?

whole bear
#

YEAAA AI

balmy nymph
#

NOOOOOOO

#

Discord has a better docs than Python

whole bear
#

AI is literally the only reason I wanna learn Python

winged dragon
#

use java for ai

whole bear
#

bruh

#

simp (plural simps) (slang) A man who foolishly overvalues and defers to a woman, putting her on a pedestal.

winged dragon
#

yert no for real use java

whole bear
#

Java, for AI....

#

nahhh

winged dragon
#

yahhh

whole bear
#

Python or R only fr

#

or maybe a little chance (just a little) for JS

#

but not Java, lol

#

@rugged root Java was the 1st lang I got taught in standard 8th (india)

balmy nymph
#

Python is now in the French learning programs

#

Not really

#

!fstring ☕

wise cargoBOT
#

In Python, there are several ways to do string interpolation, including using %s's and by using the + operator to concatenate strings together. However, because some of these methods offer poor readability and require typecasting to prevent errors, you should for the most part be using a feature called format strings.

In Python 3.6 or later, we can use f-strings like this:

snake = "Pythons"
print(f"{snake} are some of the largest snakes in the world")

In earlier versions of Python or in projects where backwards compatibility is very important, use str.format() like this:

snake = "Pythons"

# With str.format() you can either use indexes
print("{0} are some of the largest snakes in the world".format(snake))

# Or keyword arguments
print("{family} are some of the largest snakes in the world".format(family=snake))
balmy nymph
#

@rugged root someone did something somewhere, help!

honest pier
#

@rugged root ahhhhhhhhhhhh

balmy nymph
#

Playing some factorio

graceful grail
#

pyzo

balmy nymph
#

I will

#

!warn @rugged root trying to flex on us

winged dragon
#

!petition to ban @rugged root

chilly locust
#

well well well, If It isn't @rugged root

winged dragon
#

we will consider

chilly locust
#

yes indeed

winged dragon
#

x = lambda a, b, c : a + b + c
print(x(5, 6, 2))

balmy nymph
#

!d csv

wise cargoBOT
#

Source code: Lib/csv.py

The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. CSV format was used for many years prior to attempts to describe the format in a standardized way in RFC 4180. The lack of a well-defined standard means that subtle differences often exist in the data produced and consumed by different applications. These differences can make it annoying to process CSV files from multiple sources. Still, while the delimiters and quoting characters vary, the overall format is similar enough that it is possible to write a single module which can efficiently manipulate such data, hiding the details of reading and writing the data from the programmer.... read more

winged dragon
#

???????

balmy nymph
#

Making linked lists in CPython is so stupid, but teachers I guess

honest pier
#

¯_(ツ)_/¯

balmy nymph
#

I hope "python-discord core maintainer" looks good on CVs lemon_thinking

honest pier
#

"i moderate a discord server pls hire"

balmy nymph
#

A HUGE tool

#

For backend at least

#

Yeah

stuck furnace
#

A lot of the backend of YouTube is written with Python

#

Also look at other areas than web development. There's so much more to programming! 😄

balmy nymph
#

You can use nuitka for that

#

@tribal solar

#

Like

#

.topic

viscid lagoonBOT
#
**What is your earliest memory of Easter?**

Suggest more topics here!

balmy nymph
#

Well, this one sucks

#

.topic

viscid lagoonBOT
#
**What is your favourite holiday?**

Suggest more topics here!

stuck furnace
#

"What is your earliest memory of Easter?" 😄

#

Random

balmy nymph
stoic cloud
balmy nymph
#

Manjaro is better

#

We are not a cult btw

honest pier
#

yeah definitely

stuck furnace
#

It's the weekend?

#

Couldn't tell.

balmy nymph
#

Cya guys

whole bear
#

@eternal bough

hardy sierra
#

.

#

hi today im going to start learning python can someone help me with it or lead me please

whole bear
#

@whole bear i have indian accent but im from pakistan

#

and you are so racist

tawdry shell
#

@whole rover can you add me staff chanel

whole rover
#

no?

tawdry shell
#

why

whole rover
#

are you staff

tawdry shell
#

i am not staff

graceful grail
#

staff meeting?

#

sounds like fun!

stuck furnace
#

Yo

honest pier
stuck furnace
#

Might get better help if you open a help channel @meager bone

meager bone
#

Might get better help if you open a help channel @meager bone
@stuck furnace yes. But I do not have much time actually, and willing to pay for some exclusive help.

stuck furnace
#

They offer paid mentorship.

meager bone
#

People are the best helping in these help channels of course. They've helped me so much >.<

stuck furnace
#

I don't think people are allowed to solicit consultancy business in this server 😄

meager bone
#

If that's the case, I'll del my question, but thank u any way

stuck furnace
#

Nah I don't think it's explicitly against the rules.

#

Although maybe rule 6

quasi condor
vernal breach
#

Best layout

#

fight me

#

Ø

graceful grail
#

Ø

tropic ice
#

Ö

#

Ö

stuck furnace
#

ø

vernal breach
#

stop

#

ITS MY THING

stuck furnace
#

alt o

vernal breach
#

PLASE

stuck furnace
#

I just guessed 😄

#

Can you do ∆ ?

quasi condor
#

ó

vernal breach
#

õ

#

ö

tropic ice
#

å

vernal breach
#

Å

tropic ice
#

ä

vernal breach
#

å

graceful grail
#

߷

vernal breach
#

¨å

#

ä

tropic ice
#

߷

stuck furnace
#

There's a band named after the shortcut for ∆ on the Mac.

vernal breach
#

߷

quasi condor
vernal breach
#

§

tropic ice
#

ÅÄÖ

thin breach
#

إن اختصارات لوحة المفاتيح عبارة عن مفاتيح أو مجموعات مفاتيح توفر لك طريقة بديلة للقيام بشيء ما تقوم به عادةً باستخدام الماوس. انقر فوق أحد الخيارات أدناه، وسيؤدي هذا إلى عرض جدول الاختصارات ذات الصلة:

graceful grail
#

X Ǣ A12

tropic ice
#

<_>

stuck furnace
#

Æ

thin breach
#

🎁🎁🎁

tropic ice
#

🎁

vernal breach
#

1970/1/1 00:00

thin breach
#

⁂⁂

stuck furnace
#

The epoch.

vernal breach
#

2038

tropic ice
elfin fractal
#

The end of 32 bit time.

thin breach
#

🪒🪒🛁🚿🧴🧽🧼🧺

#

(´▽`ʃ♡ƪ)

vernal breach
#

sudo nano

honest pier
#

colemak >>

stuck furnace
#

NeoVim can open a terminal in a window.

#

Ain't nothing but heaartache

tropic ice
#

should i buy this

quasi condor
elfin fractal
tropic ice
stuck furnace
#

Worst mouse of all time.

tropic ice
#

cute

#

looks like tamagotchi

quasi condor
#

GCP APAC regions

amber raptor
elfin fractal
amber raptor
#
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
#
In [1]: import requests;import time

In [2]: start=time.time();requests.get('https://tt-server-query.azurewebsites.net/api/getdata');print(time.time()-start
   ...: )
8.26024079322815
amber raptor
#

ok

#

I'll see what monitoring system returns

#

I could probably developing a page system but this is return into Excel form

stuck furnace
#

Third-world actually doesn't mean what most people think it means.

tropic ice
#

???

#

third world means less developed compared to 1st and 2nd world countries

elfin fractal
#

Nope

quasi condor
#

third world is an archaic term at this point - LEDC, less economically developed country, is the modern term i think

stuck furnace
#

It means countries that were aligned with neither NATO or the Warsaw Pact in the cold war.

#

You need to pass a test to drive a car so that you don't drive like a lunatic and injure people 😄

#

Practically speaking.

thin breach
#

laptop------pc

elfin fractal
#

Query language

#

Es Que El

#

Or Sequel as it's known by older people.

leaden comet
stuck furnace
#

Use statistical power?

#

To choose the sample size.

elfin fractal
#

You could create a CRUD.

astral viper
#

dm me for among us

#

we need a 10th person

whole bear
#

what is that website

safe matrix
#

game on steam

whole bear
#

no

#

not that

#

well i guess it h as its own desciption so thats a stupid question from me

mild citrus
#

someonecan help me

hollow haven
#

@mild citrus with what?

mild citrus
#

django-filters

#

I posted my error on web-dev

hollow haven
#

I don't have a lot of experience with django-filters, only basic stuff

mild citrus
#

it's just a template thing I think

hollow haven
#

you might get a better response if you post the relevant code snippets

leaden comet
#

!tempmute 472487127159013377 4d you don't need to stream your youtube videos or whatever into our voice channels.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until 2020-10-01 22:02 (3 days and 23 hours).

cyan galleon
#

can i stream my django project when im coding?

#

in this server

hollow haven
#

Only contributors+ have streaming permissions

cyan galleon
#

how can i get high ranks in this server? what i need to do

hollow haven
#

@tropic ice your mic is sort of glitching, could you mute?

tropic ice
#

rly

honest pier
#

@tardy ridge bro you stole my name

#

joking

#

I switch between a few nicknames on this server and that's one of them

tropic ice
#

change

honest pier
#

ok ¯_(ツ)_/¯

#

I mean you can use it

#

I don't care

whole rover
honest pier
#

;;e

#

oof

tulip gazelle
#

😩

chilly locust
whole rover
#

fag

honest pier
#

huh?

whole rover
#

we are talking about british and american things

honest pier
#

ah

whole rover
#

fags in the UK are cigarettes

honest pier
#

yeah

chilly locust
hot stirrup
#

we all looking this guy editing a LEMON xd

honest pier
#

quality content

hot stirrup
#

facts

tropic ice
sly jolt
#

F1 speedrun any% (glitchless)

chilly locust
hollow haven
#

for those watching me animate, thoughts?

cloud root
#

animation was cool

whole bear
#

can someone help me out with a simple html/css problem? 🙂

whole rover
#

lol 5 10 pathetic

#

FUCK

#

2 meters 1 centimeter

hollow haven
#

I'm sitting here 5'3" >_>

whole rover
#

i am 6'1"

#

winner

keen current
#

Laughs in metric

whole rover
#

185cm

#

need to not leak on stream lul

hollow haven
#

leak what? It's just my first name and my pydis testing grounds

whole rover
#

i mean for my stream

#

staff channels n' shtuff

hollow haven
#

oooooh, I didn't even notice you started streaming

whole rover
#

lol

quasi condor
hollow haven
#

dual monitors is pretty ideal for streaming

#

I highly recommend

vale panther
#

You got a spare I'll take it

hollow haven
#

I mean... I do have like 10 in my house. Only 7? are in use

whole rover
#

dual monitor on macbook

#

imagine

vale panther
#

lmao

#

Buy two iMacs

#

And use them only as monitors

#

mines way smaller

whole rover
#

lol

vale panther
whole rover
#

I will go through them

#

discord, wireguard, custom snippets for pydis, do not disturb, now playing, screen mirroring, battery, internet, user, time machine, vpn status, spotlight, control centre, siri, date+time

vale panther
#

what kind of snippets

whole rover
#

Thanks for getting in touch! Some quick pointers:

• If you have something to report, please DM @rapid crown and a member of the moderation staff will see to your issue as soon as possible.
• If you require Python help, please see #❓|how-to-get-help, we do not offer Python help through DMs.
• Any other help should go in one of our topical channels if one is relevant, or otherwise one of our off topic channels!

For any other matters feel free to ask!

vale panther
#

ah

#

thats pretty cool

#

raid shadow legends

whole rover
#

lmfao

#

lol box shadow is horrible

vale panther
#

CSS is actually the death of me I swear

#

Probably because i never took the time to properly learn it

whole rover
#

lol, I keep leaking

vale panther
#

oh wait yeah your email lmao

#

i didn't catch it but yeah

whole rover
#

enabled streamer mode now I'm a genius

vale panther
#

probably a good idea

#

You're using typescript right?

whole rover
#

yeah

#

with emotion for CSS which is fun

vale panther
#

Yeah i think i saw that emotion thing somewhere a few weeks ago

#

looks nice

quasi condor
#

uk isn't even counted

vale panther
#

I need to try typescript one day

whole rover
#

the way it actually injects this is kinda weird lol

vale panther
#

thats

#

a lot of style tags

whole rover
#

lol

#

I have... no idea if this optimises in prod

#

let's see

vale panther
#

what in the world is that font

whole rover
#

beauty.

vale panther
#

hieroglyphs

whole rover
#

man react builds take a while

#

seems it injects it into the style tag with JS or something

vale panther
#

hmm

#

I'll have to try it at some point

#

I'll probably do some web development stuff soonish

whole rover
#

I have tried CSS, SCSS and Emotion, so far I think I am preferring Emotion

vale panther
#

CSS was just an absolute nightmare for me

#

It was so fiddly

whole rover
#

yeah

#

hmmm, I wonder what is cleaner

#

or

vale panther
#

I do like the first one

whole rover
#

yeah I think I do as well

hollow haven
#

I def like the first one more

vale panther
#

Oh wait some of the channel names changed

#

didn't notice

#

Hi voice people

cloud root
#

Egg

quasi condor
#

offtopic discussions such as in #ot0-psvm’s-eternal-disapproval often go awry - so I suggested some official pydis document with guidance on how to have good conversations

vale panther
#

The ot channels can be golden

hollow haven
#

time to recover all my RAM, wheeeee

vale panther
#

collecting ram

#

what in the world does americanised mean

honest pier
#

americanized

vale panther
tiny seal
#

same as de britished

vale panther
#

britished

#

lmao

honest sage
#

anglicised

amber raptor
#

Can we add rule 4?

#

or recommendation 4

whole rover
#

what is rule 4

#

!rule 4

wise cargoBOT
#

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

whole rover
#

ah yeah

amber raptor
#

for OT channels

#

"It's considered bad form to ask for code help in OT"

vale panther
#

Keep off-topic channels off-topic

whole rover
#

i am talking next my turn next

vale panther
#

Joe has the talking stick

#

Voice qualifiers

#

Lmao

amber raptor
#

BUT BUT MY RIGHTS!

vale panther
#

A singing competition

#

Surely

amber raptor
#

"Programmers"

vale panther
#

We're so lonely

whole rover
#

i can't answer my pings because I can't leave

vale panther
#

yeah you're stuck here

#

This is your prison now

whole rover
#

wait mobile

#

i win

amber raptor
#

or stop being live?

vale panther
#

Phones dead

#

How did we get here

whole rover
#

lol

vale panther
#

oh god

whole rover
#

lol

vale panther
#

Its graph time

#

Here we go

tiny seal
#

this is not spam (i really need my 50 messages)

sly jolt
#

@hardy cipher go ahead

whole rover
#

lol

vale panther
#

graphs

sly jolt
#

lol

#

@whole rover do I have access to this

#

oh dear

vale panther
#

He doesn't smoke just a crippling graph addiction

sly jolt
#

snorting sql

whole rover
#

lmfao

vale panther
#

Smoking statistics

sly jolt
#

sql injection into my VEINS

vale panther
#

Lmao

sly jolt
#

@whole rover banned

vale panther
#

yep he's to high

amber raptor
#

RHIP

quasi condor
#

total OT messages = 1,873,992
total Bisk OT messages = 181,396

sly jolt
#

jesus

quasi condor
#

according to the search

vale panther
#

oh boy

sly jolt
#

188k messages

nocturne depot
#

wait is that an ipad ur using? or is it linux?

quasi condor
#

apparently search is inaccurate

vale panther
#

wait

#

1.8 million

#

surely not

#

oh wait

#

total ot

sly jolt
#

@nocturne depot you asking about joe's computer?

vale panther
#

thats a macbook

sly jolt
#

yeah that's a mac

nocturne depot
#

oh its like big sur i see

whole rover
#

yeah

vale panther
#

The future

whole rover
vale panther
#

Right ima get back to doing things i wanna try finish some stuff today

sly jolt
#

@crystal fox o no

cloud root
#

Hello! Good Morning!

whole rover
cloud root
#

hELLO!

whole rover
#

greeting

#

hi @raven ivy what brings you here

cloud root
#

Can you guys help me with VScode

#

Hello?

whole rover
#

what is up

cloud root
#

Up is where heaven is

tiny seal
#

ogórkowa

cloud root
#

I like soup

cloud root
#

Yum

#

Soup looks yummy

#

I really wan't some soup

crystal fox
cloud root
#

wat

whole rover
#

choropleth map of soups

raven ivy
#

hi @whole rover ily

scarlet plume
#

what’s going on here lemon_glass

cloud root
scarlet plume
#

joe is famous again

quasi condor
whole rover
#

hi @raven ivy

#

hi @scarlet plume

scarlet plume
#

hi

cloud root
#

I'm laggy :/

wise cargoBOT
#

Hey @fickle fossil!

It looks like you tried to attach file type(s) that we do not allow (). 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.

cloud root
#

I can make soup

scarlet plume
#

i’d join the fun, but i’m out right now

cloud root
#

wait can i join?

whole rover
#

!remind 10m Soup graph time up.

wise cargoBOT
#
Of course!

Your reminder will arrive in 10 months and will mention 0 other(s)!

whole rover
#

wait 10 months WHOOPS

#

!remind cancel 517

wise cargoBOT
#
You got it!

That reminder has been deleted successfully!

whole rover
#

!remind 10M Soup graph time up.

wise cargoBOT
#
Sure.

Your reminder will arrive in 10 minutes and will mention 0 other(s)!

cloud root
#

ok thanks

vale panther
#

soup

whole rover
#

DO NOT SUBMIT YET

cloud root
#

is porrige a soup

cyan galleon
#

dont copy me

whole rover
#

no submitting until I say

cyan galleon
#

when submit

#

oeky

sinful bramble
#

is porrige a soup
@cloud root hmm yeah. cereal is soup too.

whole rover
#

3 MINUTES!

knotty crown
#

dude epic

cloud root
#

I finished my soup graph

whole rover
#

no submitting yet!

raven ivy
#

hi joe

whole rover
#

hi sam

#

here we go

wise cargoBOT
#

@whole rover

It has arrived!

Here's your reminder: Soup graph time up..
[Jump back to when you created the reminder](#voice-chat-text-0 message)

quasi condor
cyan galleon
crystal fox
whole rover
#

SOUP TIME

tiny seal
hardy cipher
fickle fossil
raven ivy
#

soup asymptote, soup will never touch 0. there will always be soup

whole rover
#

SOUP ASYMPTOTE LOL

knotty crown
#

this is fine art

whole rover
#

LMFAO CHARLIE'S

whole bear
whole rover
#

maybe we should hold a vote

solid atlas
#

i refuse to vote on such a matter.

quasi condor
whole rover
#

lol wtf I publissh a repo on github which I created less than an hour ago and get 4 security vulns

fickle fossil
#

14.2gallons-56years | 28.4gallons -112tears

whole rover
#

!poll "Who wins the soup contest?" "Charlie" "LordJavier" "bisk" "HARBY" "Meowcat" "Dammmmmmm" "samsam" "Abraxas"

wise cargoBOT
#
Who wins the soup contest?

🇦 - Charlie
🇧 - LordJavier
🇨 - bisk
🇩 - HARBY
🇪 - Meowcat
🇫 - Dammmmmmm
🇬 - samsam
🇭 - Abraxas

solid atlas
#

I refuse to vote

whole rover
#

!otn a king charlie of the soup realm

wise cargoBOT
#

:ok_hand: Added king-charlie-of-the-soup-realm to the names list.

whole rover
#

!otn a charlie king of soup

wise cargoBOT
#

:ok_hand: Added charlie-king-of-soup to the names list.

whole rover
#

!otn a charlie know's his soup

wise cargoBOT
#

:ok_hand: Added charlie-know’s-his-soup to the names list.

solid atlas
#

joe, I am outraged that we had this vote.

ivory shuttle
#

redit has a desktop client?

#

reddit*

whole rover
#

does it?

tiny seal
#

don't think so

ivory shuttle
#

I saw it on your dock

#

or at least an icon

whole rover
#

that is the old icon for https://subcord.dev/

quasi condor
tiny seal
whole bear
#

La crepe, les crepes

cyan galleon
#

parece bomito en un pan

whole rover
whole bear
#

wot are we trying to do with these soups?

whole rover
#

wot are we trying to do with these soups?
@whole bear rank them

cyan galleon
#

joe mute me day pls

whole rover
hollow haven
#

butternut squash soup lemon_hearteyes

ancient spindle
#

soop

hollow haven
#

some people just like to listen until they feel like they have something to say~ It's still neat listening to good convo

whole rover
#

this is true

quasi condor
#

It's still neat listening to good convo
this one must be unbearable then

hollow haven
#

I always love food convo

#

food is lemon_hearteyes , especially good food

quasi condor
hollow haven
#

I've been thinking about actually getting protein powder. I find it so difficult to consume enough protein in a day.

tiny seal
#

doesnt taste good

honest pier
#

no shit

crystal fox
cloud root
#

who won the soup competition

tiny seal
#

@quasi condor

cloud root
#

oh

#

lol

#

the name changed

vale panther
#

soup

cloud root
#

SOUP

#

Ey yo jack can you help me with vscode?

vale panther
#

possibly

#

whats the question

cloud root
#

how can you change heme like someone did when he screen shared

tiny seal
#

Soup is one of the worst offenders because it crams so much sodium—roughly 1,000 milligrams per serving—into a food that often has just 100 calories.

vale panther
#

themes are in there

#

and you can find some extensions to add more

cloud root
#

I'm using windows does that show up too?

vale panther
#

yes

cloud root
#

when i use windows

#

oh

#

ok thanks

#

oh no, jack I can't find color theme ;-;

vale panther
#

which button did you press

cloud root
#

oh ok thanks jack

#

I think that's for the mac version it says preferences

#

for windows

cloud root
#

yo made a game

#

I copied some code and edited it

#

(it's a snake game)

cloud root
#

12

somber heath
cloud root
#

I'm a fast learner

quasi condor
edgy zinc
#

I need help

#

help

cloud root
#

do you need some milk?

quasi condor
somber heath
whole bear
#

hi

cloud root
#

Man, there's a lot of Indians in this server.

somber heath
#

Yes. There are.

quasi condor
somber heath
#

There are a lot of many kinds of people.

#

The other day, voice chat had an Iranian majority.

cloud root
#

ok

#

I made a game

somber heath
#

There was discussion of sweet noodles.

cloud root
#

the game was just a prototype

languid valley
somber heath
#

They like to take simple problems are write them to be complicated, don't they?

languid valley
#

my wifi is horrible right now

#

i keep disconnecting

#

hold on

heavy nacelle
#

for day in week

cloud root
#

yo I'm at 248 ms

languid valley
#

hey