#voice-chat-text-0

1 messages · Page 1010 of 1

narrow fern
#

Okay.

whole egret
#

but aren't that trivial to fake khan academy results?

#

@molten pewter can you make an example?

whole bear
#

na rotisw poio python prepei na katevaso gia na kanw custob bot

whole egret
#

nothing is an idea becose it doesn't exist or because it was invented?

tough citrus
#

.

stuck furnace
#

Regardless of your opinion on the matter @whole egret, please refrain from using it that way within this server.

woeful salmon
#

@molten pewter

#

i fixed my build

#

😄

#

but while i was doing so you've killed the greust and it didn't count for me so now i'm stuck lol

whole bear
#

or nvm

molten pewter
signal sand
#

nm is alot of buzz, it's not industry standard! I don't know about now, but
intel 14 nm = tsmc 10 nm

molten pewter
zealous wave
#

Vester in a vc?

#

It's been so long...

terse needle
#

raylib

dull fractal
#

@woeful salmon

#

const SUB = new NchanSubscriber(
'wss://coderadio-admin.freecodecamp.org/api/live/nowplaying/coderadio'
);

#
const SUB = new NchanSubscriber(
  'wss://coderadio-admin.freecodecamp.org/api/live/nowplaying/coderadio'
);
terse needle
woeful salmon
tough citrus
#

why am i voice muted ?

#

<@&831776746206265384>

woeful salmon
#

!voice @tough citrus

wise cargoBOT
#

Voice verification

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

vivid palm
tough citrus
tough citrus
vivid palm
#

msg @rapid crown and we'll look into it

dense ibex
#

@tough citrus if you were voice verified before you should be able to just run the command again

#

Unless your messages were from before we started tracking messages then you will have to get the 50 messages again

tough citrus
#

just checked my dm with python bot i was verified in 2020

dense ibex
#

You literally are voice verified

tough citrus
dense ibex
#

Oh fair enough

tough citrus
#

thanks for lookin into my case

dense ibex
#

Lol I didn’t do anything

#

I’m not a staff member at all

terse needle
#

good work @dense ibex

dense ibex
#

Ty @terse needle

random copper
#

j!play Lifestyle Benny Jamz

#

!play

#

ehehehe

dull fractal
random copper
#

this is so bugged 😄

#

Today i learned if statements, while statements and arrays 😄

#

good day ! 😄

#

#include<iostream>
#include<string>
#include<vector>
#include<iostream>

//      1. Write a program that consist of a while-loop that (each time around the loop) reads in two ints and then prints them. 
//             Exit the program when a terminating ‘|’ is entered.

int main()
{
    int A = 5;
    int C;

    std::cout << "please enter a whole number\n";
    std::cin >> C;
    while (A > C) {
        std::cout << "While-Loop is running Your number is lower than 5 \n";
        C++;
    }
    if (C == A)
    {
        std::cout << " Your number equals the loop ";
    }
    {
        std::cout << " your loop is finished ";
    }
}

#

std::string ArrayExample[5] ("Array1", "Array2", "Array3", "Array4", "Array5");


// Reason for an Array, is easier reading / writing, example if you want to call the variable later on, instead of re-writing 200 times, you can just write it once.

// Visual Example:: If you writing a NPC in a video game, it does not like Cold,Heat,Matter dmg. Instead of writing it 3 times, you can just write the Array

#

Tell me if im wrong 😄

#

TELL ME DADDY IS PROUD

dull fractal
somber heath
#

That's called Monkey Patching. Do not.

#

At least not in terms of the codebase.

#

You might do it in the event you don't want to shut down your program.

#

Like a running bot or something and you need to add something to it without shutting it down, updating the code and booting it back up.

#

As a temporary sort of thing.

oblique mica
#

yes

#

yes

#

yes

#

why i cant spk?

somber heath
#

!voice

wise cargoBOT
#

Voice verification

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

oblique mica
#

!voice

#

okay i will thx

upbeat quail
#

cant talk havent beed in this server for 3 days.

#

thats sad i needed help to.

somber heath
#

With?

upbeat quail
#

github

#

nvm

somber heath
#

Alas, I'm not a big user of it, but many people are. You could try asking in #tools-and-devops.

upbeat quail
#

ill wait 3 days

inland path
#

anyone active?

real shore
#

Hello

#

This is me the old marshall, just a new account

woeful salmon
uncut meteor
#

&pep 0401

potent carbonBOT
#
**PEP 401 - BDFL Retirement**
Status

April Fool!

Created

01-Apr-2009

Type

Process

uncut meteor
#

!e

from __future__ import barry_as_FLUFL
x = 4
if x <> 5:
  print("wo")
wise cargoBOT
#

@uncut meteor :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 3
002 |     if x <> 5:
003 |          ^^
004 | SyntaxError: invalid syntax
woeful salmon
sturdy panther
#

I need to get this into work codebase somehow.

#

😭

lavish rover
#
#define true (rand()%100<95)
woeful salmon
#

!e

p​​​​​​​r​​​​​​​i​​​​​​n​​​​​​t("hel​​​​​lo world​​​​​"​​​​​)
wise cargoBOT
uncut meteor
#

!e

print("‫but ")
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

‫but 
sturdy panther
#

xD..

uncut meteor
#

‫hello a

#

ab

sturdy panther
#

Neat!

lavish rover
#

B̶̛̐r̶̽̍ö̸̂k̵͙̓e̶͑͘ń̵͌

sturdy panther
#

Half of them use Vim / Emacs though. They would notice hidden characters pretty quickly.

woeful salmon
#

!e

print("hello\n\033[Ahello\033[9Cworld")
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | hello
002 | helloworld
sturdy panther
#

It's not a shell xD

uncut meteor
#
hello\n\033[Ahello\033[9Cworld

woeful salmon
#
\u001b[31mhello\u001b[0m
uncut meteor
#
discord:~> neofetch
⠀⠀⠀⠀⢀⣀⣤⣤⡀⠀⠀⠀⠀⢀⣤⣤⣀⡀⠀⠀⠀⠀   Discord
⠀⠀⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡄⠀⠀  ------------------
⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀  OS: Discord App
⢀⣿⣿⣿⣿⣿⡿⠿⣿⣿⣿⣿⣿⣿⠿⢿⣿⣿⣿⣿⣿⡀  Uptime: 108 days
⣸⣿⣿⣿⣿⡏⠀⠀⠀⢻⣿⣿⡟⠀⠀⠀⢹⣿⣿⣿⣿⣇   DE: browser
⣿⣿⣿⣿⣿⣧⡀⠀⣀⣾⣿⣿⣷⣀⠀⢀⣼⣿⣿⣿⣿⣿  Theme: dark
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿  Terminal: code block
⠙⠻⢿⣿⣿⣶⡭⠙⠛⠛⠛⠛⠛⠛⠋⢭⣶⣿⣿⡿⠟⠋  
⠀⠀⠀⠈⠙⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠛⠋⠁⠀⠀⠀    █████████████████████
lavish rover
woeful salmon
#
\u001b[31mhello\u001b[0m
uncut meteor
wise cargoBOT
#
== Raw message ==

`​`​`​ansi
discord:~> neofetch
⠀⠀⠀⠀⢀⣀⣤⣤⡀⠀⠀⠀⠀⢀⣤⣤⣀⡀⠀⠀⠀⠀   Discord
⠀⠀⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡄⠀⠀  ------------------
⠀⢠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀  OS: Discord App
⢀⣿⣿⣿⣿⣿⡿⠿⣿⣿⣿⣿⣿⣿⠿⢿⣿⣿⣿⣿⣿⡀  Uptime: 108 days
⣸⣿⣿⣿⣿⡏⠀⠀⠀⢻⣿⣿⡟⠀⠀⠀⢹⣿⣿⣿⣿⣇   DE: browser
⣿⣿⣿⣿⣿⣧⡀⠀⣀⣾⣿⣿⣷⣀⠀⢀⣼⣿⣿⣿⣿⣿  Theme: dark
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿  Terminal: code block
⠙⠻⢿⣿⣿⣶⡭⠙⠛⠛⠛⠛⠛⠛⠋⢭⣶⣿⣿⡿⠟⠋  
⠀⠀⠀⠈⠙⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠛⠋⠁⠀⠀⠀    █████████████████████
`​`​`​
woeful salmon
#
\u001b[1;32mhello\u001b[0m
sturdy panther
#
⠀⠀⠀⠀⢀⣀⣤⣤⡀⠀⠀⠀⠀⢀⣤⣤⣀⡀⠀⠀⠀⠀   Discord
#

So print from !e wouldn't work because it needs ansi.

woeful salmon
#
hello
helloworld
#
⠀⠀⠀⠀⢀⣀⣤⣤⡀⠀⠀⠀⠀⢀⣤⣤⣀⡀⠀⠀⠀⠀   Discord
#
hello
uncut meteor
#
import styled from '@emotion/styled'

const Button = styled.button`
  padding: 32px;
  background-color: hotpink;
  font-size: 24px;
  border-radius: 4px;
  color: black;
  font-weight: bold;
  &:hover {
    color: white;
  }
`

render(<Button>This my button component.</Button>)
sturdy panther
#

A ~~programming ~~language with intuitive keywords?!

woeful salmon
uncut meteor
#
lambda def (x: int):
  return 5 + x
lavish rover
#

jk love u

lavish rover
#

Verb oof

woeful salmon
#

very buff?

gentle flint
whole egret
#

wtf u talking about

gentle flint
#

your microphone was making noise

#

constantly

#

you were asked multiple times to stop

whole egret
#

i did nothing

gentle flint
#

it was literally making backround noise at the very moment that you were claiming you weren't making any noise

whole egret
#

u was talking a lot

gentle flint
whole egret
#

i left okay?

#

do i make noise now?

gentle flint
#

one solution might be to mute whenever you're not talking or something like that

somber heath
#

@whole egret Whatever was happening on your end, your mic was picking it up and it was quite loud. 🙂 It's all good. You know, now. No bad blood.

gentle flint
#

that was, you can still participate in the conversation without spamming everyone with loud noises

whole egret
#

it doesn't matter every one muted me because u was joking and they was silent about the noise

somber heath
#

@whole egret That was one person with a particular position of their own. The loudest voice doesn't always speak for everyone.

whole egret
#

u started making jokes when i poured water and i did it again because u was funny about it

somber heath
#

@whole egret Push-to-talk is a good voice setting to use if it's convenient.

somber heath
#

So don't do that.

whole egret
somber heath
lavish rover
#

I actually really like his description.

whole egret
somber heath
#

Comedy makes the world a lighter weight to shoulder.

whole egret
#

educated word become representation of a book a brave new world

#

people look like loonatics

#

arrogant snobs and screaming radicals

somber heath
#

I'm uncertain as to your meaning.

gentle flint
whole egret
#

no sense of dialog or something. Trying to win an opponent by making fun of him or look bad

lavish rover
#

Nobody is trying to make you feel bad. We were just asking you to turn off your mic when you're not talking.

whole egret
somber heath
#

In the face of noise-bleed?

whole egret
gentle flint
#

then what are you talking about

whole egret
#

im talking to opal

gentle flint
#

this is a general text chat

somber heath
#

I'm listening, but not understanding.

whole egret
#

do u hear noise?

lavish rover
#

I'm going to head out now, it was nice talking to you all!

somber heath
whole egret
#

does anybody not muted me?

somber heath
gentle flint
whole egret
#

yes i come back to voice

somber heath
whole egret
gentle flint
somber heath
gentle flint
#

Do you, peradventure, grow weary of prolixity?

whole egret
gentle flint
#

oh no

whole egret
#

i hope so much that this thing with vr not gonna shoot, people looking at the phones doesn't look cool, but people in vr already look antiutopian

somber heath
#

I was aiming for friendly. I'm sorry that it landed wrong.

#

I'll leave you be.

dense ibex
gentle flint
#

@whole egret try avito or youla

#

might get one second hand

#

hang on, I'll check if ulmart has it

#

it appears they do not

#

sotmarket doesn't have any microphones either

#

sadly

somber heath
#

Co-pay? Co-fee.

gentle flint
#

imagine getting IP-blocked

#

russian ebay doesn't have it either

#

Oh well

sweet lodge
#

JSON not Jason

somber heath
#

Eat breakfast? Stop right there, criminal scum!

rugged root
#

!pep 518

wise cargoBOT
#
**PEP 518 - Specifying Minimum Build System Requirements for Python Projects**
Status

Final

Created

10-May-2016

Type

Standards Track

sweet lodge
#

!pep 621

wise cargoBOT
#
**PEP 621 - Storing project metadata in pyproject.toml**
Status

Final

Created

22-Jun-2020

Type

Standards Track

sweet lodge
#

@rugged root Congrats on the baby!

#

Have they told you the gender yet?

#

I do journalctl

rugged root
whole egret
gentle flint
#

nyet

#

ya gollandets

sweet lodge
#

Speak American you non-Americans

gentle flint
#

woof

whole egret
gentle flint
#

Give me liberty, or give me woof!

whole egret
#

woof

gentle flint
#

k, no liberty then

rugged root
rugged root
#

!resources

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.

gentle flint
sweet lodge
#

@rugged root - Do you require assistance?

rugged root
#

Nothing that you guys can help with

sweet lodge
willow light
#

or just use conda /sarcasm

sweet lodge
sweet lodge
#

A new node?

willow light
#

nah, write up a new helm chart every single time.

sweet lodge
#

Ooh

willow light
#

with a new jenkins job for deployment, using only XML

sturdy panther
#

Hmm? Me? Yes!

amber raptor
#

My devops is 100% triggered

willow light
#
import json

with open("file.json", "r") as file:
  dict_object = json.load(file)
sweet lodge
willow light
whole egret
#

why im alive

sweet lodge
# amber raptor My devops is 100% triggered

DevOps is here! My project is saved!
Hi @amber raptor , I need some help,
I'm using a Google sheet, and I keep getting an error that I don't understand. How do I fix this?
Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute per user' of service 'sheets.googleapis.com' for consumer 'project_number:54726585624'.

gentle flint
willow light
whole egret
#

coz its a lcd display

willow light
whole egret
#

no reason to make it dark theme

sweet lodge
amber raptor
gentle flint
whole egret
#

do someone know any coding job that can feed me?

willow light
whole egret
whole egret
gentle flint
whole egret
#

i will work for 300 dollars

amber raptor
gentle flint
#

i will work for apricot jam

sweet lodge
whole egret
#

how he is deselecting cells?

gentle flint
#

but only if it is very good apricot jam

sweet lodge
amber raptor
whole egret
#

how to invert selecting ?

willow light
sweet lodge
#

What about XLSB?

gentle flint
willow light
gentle flint
#

yeah, not here

gentle flint
#

not much of anything grows here in the city

sweet lodge
#

Now that's something I haven't seen in a while

willow light
sweet lodge
gentle flint
#

xp moment

whole egret
#

im not sure but u also can't shrink file size of xlsx

#

is there any options to google and gmail?

willow light
amber raptor
#

for businesses, Office365

sweet lodge
whole egret
#

do you need a phone number to create yahoo mail?

sweet lodge
#

No

#

Do they still exist?

sturdy panther
#

Still prominent in Japan.

willow light
sweet lodge
#

Huh. Thought Google had won everywhere already

sweet lodge
#

Microsoft integrates with everybody

#

Just look at their IDP offerings
They have an entire rolodex of tutorials babying you through the setup for dozens of companies

sweet lodge
#

It was a hoax?

gentle flint
#

no?

willow light
sweet lodge
#

Yes

#

Also yes

#

We do

#

It sucks

willow light
#

meanwhile

This Hazardous Weather Outlook is for Maine, south central Maine,
southwest Maine, western Maine, New Hampshire, central New
Hampshire, northern New Hampshire and southern New Hampshire.

.DAY ONE...Today and tonight.

Hazardous weather is not expected at this time.

.DAYS TWO THROUGH SEVEN...Tuesday through Sunday.

Gusty winds are possible on Tuesday, as high as 25-35 mph.

.SPOTTER INFORMATION STATEMENT...

Weather spotters are encouraged to report significant weather
conditions according to Standard Operating Procedures.

amber raptor
#

Sure

#

Maine is pretty high

willow light
#

In more ways than one

amber raptor
#

like in Latitude

willow light
#

I was in Portland over the weekend and the smell of weed was almost overwhelming

gentle flint
tidal shard
gentle flint
#

yes

tidal shard
gentle flint
#

gtg eat

#

cya

tidal shard
#

same here, see you guys! thanks

willow light
mortal crystal
willow light
#

Lake Chargoggagoggmanchauggagoggchaubunagungamaugg

rugged root
#

I'm just going to be off of here, I should focus with what little focus I have on work

severe veldt
#

you just need 1 server @lapis fiber

#

yeah flask

dense ibex
#

127.0.0.1:8000

dull fractal
#
 ericfletcher@Erics-MBP  ~/Downloads/icecast-2.4.4  icecast -c /usr/local/etc/icecast.xml                                                                                                           1 ↵  2008  11:51:49
[2022-04-18  11:56:51] WARN CONFIG/_parse_root Warning, <hostname> not configured, using default value "localhost". This will cause problems, e.g. with YP directory listings.
[2022-04-18  11:56:51] WARN CONFIG/_parse_root Warning, <location> not configured, using default value "Earth".
[2022-04-18  11:56:51] WARN CONFIG/_parse_root Warning, <admin> contact not configured, using default value "icemaster@localhost".
[2022-04-18  11:56:51] WARN fserve/fserve_recheck_mime_types Cannot open mime types file /etc/mime.types
FATAL: could not open error logging (/usr/local/var/log/icecast/error.log): No such file or directory
FATAL: could not open access logging (/usr/local/var/log/icecast/access.log): No such file or directory
FATAL: Could not start logging
wise cargoBOT
#

Hey @dull fractal!

You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.

dense ibex
#
<listen-socket>
    <port>8001</port>
</listen-socket>
#
<master-server>127.0.0.1</master-server>
<master-server-port>8000</master-server-port>
dull fractal
dense ibex
#

@lyric tangle

lyric tangle
#

bot
bot>config>main_config.py
bot>website>dashboard>manage.py

in config just a few dicts
in manage.py:

from ....config import main_config as config```
#

error: ImportError: attempted relative import beyond top-level package

whole egret
#

Guys do you know any tools that you think is better then using python in cases where python is widely used?

gentle flint
#

The Opinel company has manufactured and marketed a line of eponymous wooden-handled knives since 1890 from its headquarters in Saint-Jean-de-Maurienne, Savoie, France where the family-run company also operates a museum dedicated to its knives. The company sells approximately 15 million knives annually. Opinel knives are made of both high carbon ...

mortal crystal
#

ok

#

🙂

#

i've never liked the lock in thos knives btw

gentle flint
#

I find it very useful

icy axle
icy axle
dull fractal
icy axle
#

macOS

dense ibex
opal oyster
#

Airpods pro are the best

#

If you can buy them

icy axle
#

Imma go now. See you later 👋

dense ibex
amber raptor
hard wyvern
#

Hello everyone

gray stump
#

i think my rtc is dead but can u hear me

flat sentinel
gentle flint
mortal crystal
dusky flicker
#

Hey guys

#

maked with python

stuck furnace
#

Heyo 👋

dusky flicker
mortal crystal
#

hello

dusky flicker
#

hmm

#

how is going

gentle flint
stuck furnace
#

Did someone say dip? 👀

#

Hummus?

pearl radish
#

?

mortal crystal
#

XD good nmae bro

stuck furnace
#

I rate that joke 4 Hemlocks.

pearl radish
#

español lenguaje

stuck furnace
mortal crystal
#

buena lola, que sucede?

stuck furnace
#

I'm imagining these parties are wild.

#

Drunk accountants are unpredictable.

pearl radish
mortal crystal
#

nop

pearl radish
mortal crystal
#

yo tengo un server en el que hablan esp

pearl radish
mortal crystal
#

no tengo, conozco uno

pearl radish
mortal crystal
#

where u from lola

#

?

pearl radish
#

thkans

stuck furnace
#

Oh, that might be a good way for me to finally learn Spanish 🤔

mortal crystal
#

4 sure

#

just remember that: hola hola conchetumadre is hello and good day

stuck furnace
#

That sounds like a crazy conspiracy, but it's actually true lemon_pensive

stuck furnace
mortal crystal
#

no mate

#

it was a joke

#

XD

#

it's reaaally a bad thing

#

trust me

stuck furnace
#

You sure?

#

Ah yeah I got my head superglued back together when I ran into a table in IKEA.

#

Only lost a bit of brains.

#

Wait what?

#

Are you a sheep?

#

I thought that was a thing only sheep get 🤔

gentle flint
#

no

#

lol

stuck furnace
#

I was misinformed lemon_pensive

mortal crystal
stuck furnace
#

New pfp? 👀

mortal crystal
#

?

stuck furnace
mortal crystal
#

you can practice with me if u want

#

but i'm teaching bad words first.... jk

stuck furnace
#

Oh, you can turn a pressure washer into a water cutter.

#

A guy on Youtube did it.

mortal crystal
#

so it must be true

stuck furnace
mortal crystal
#

and it was

stuck furnace
#

Erm, right from the beginning of the video I think?

#

Maybe not very smart to hold the piece with his hands 😬

mortal crystal
#

and ask me if u have any doubt

stuck furnace
#

Lo KJ 👋

terse needle
#

just wait until I come out with a library called wetwater

sweet lodge
terse needle
#

You only need 1

#

be generous

stuck furnace
#

Too late now

#

I felt that yawn 😄

#

I half a half-baked theory...

#

...that the reason the universe is at least partially-comprehensible is because otherwise there wouldn't be intelligent life around to ask why it's comprehensible 🤔

terse needle
#

.wa is water wet

viscid lagoonBOT
sweet lodge
#

Nevermind

mortal crystal
#

hola soy philip, felipe now that im gonna be your jalapeño guide

sweet lodge
#

I'm an idiot

mortal crystal
#

i think the instructions are over there

#

lemme see

#

come to ayuda general mate

#

jajaja u left

#

🙂

sweet lodge
#

You just have to accept Discord's "Welcome screen"

mortal crystal
#

ok, good to know

sweet lodge
#

I forgot it does that

#

The "you have to complete a few more steps before you can talk 👋" also shows voice as locked

mortal crystal
#

and then u can join the general caht for example?

#

chat*

sweet lodge
#

Yeah

mortal crystal
#

ill try

stuck furnace
#

Stop making me feel old lemon_pensive

#

KJ, that's mental 😄

#

to me

terse needle
#

And even I get scared about getting old 😔

stuck furnace
#

Alright guys, reign it in please 😑

#

I'm married... to Python!

#

Happy now?

sweet lodge
#

Better

stuck furnace
#

TIL

gentle flint
#

as opposed to a leak in your skylight
which rains it in

stuck furnace
#

At Lidl, they put the prices above the products for some reason 🤔

#

I rate, three Hemlocks: hemlock hemlock hemlock

stuck furnace
#

For you to decide.

molten pewter
stuck furnace
#

Sounded like someone cocking a gun lemon_eyes

#

Due to Hemlock's jokes 😄

#

Just kidding 😄

#

Welcome to Mr Golang's Wild Ride.

#

So what did you do before generics? Just ctrl-C ctrl-V?

stuck furnace
#

Reply:

Oh my god

strong arch
#

#define true rand() > 0.01

stuck furnace
#

I'm going too 👀 I'm a sheep sorry.

mortal crystal
#

a lou reed classic

hybrid star
#

how long have you guys coded python?

mortal crystal
#

1 year

molten pewter
#

7239 parsecs

remote kite
#

Hey, can someone dm and help me. It wont let me join the voice call

somber heath
strong arch
whole bear
#

can someone unmute me?

#

@dull fractal

somber heath
wise cargoBOT
#

Voice verification

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

whole bear
somber heath
#

It's a regretable speedbump.

#

But without it, voice chat would be less bearable again.

#

Lots and lots of voice trolls. Screaming, etc all the damn time.

lavish rover
#

ping google.com

pallid hazel
#

timeout

lavish rover
somber heath
#

Spider.

vivid palm
#

gradient opacities?

somber heath
#

Example of a failure to properly trend channels.

vivid palm
#

nice result tho

somber heath
#

What I normally do is when I'm using alpha is to have a matte colour I put under one I generate with alpha channel mutation.

sour imp
dark mural
#

hi

#

i joined in middle of conversation, you were saying something about programming? u work on somethign right now?

#

hi ayoub

somber heath
#

!voice

wise cargoBOT
#

Voice verification

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

dark mural
#

im not payng my bills so same

lavish rover
dark mural
#

did you make image?

#

what is the algorithm

#

wow sounds hard

limber helm
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

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

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

scarlet arrow
#

Hello People 😄

#

Devil is fine 😄

#

Thanks for asking

#

What are you guys working on?

dull fractal
dull fractal
woeful salmon
#

!e

import unicodedata
for char in "【𝑵𝒐𝒐𝒅𝒍𝒆𝑹𝒆𝒂𝒑𝒆𝒓.】":
    print(unicodedata.name(char))
wise cargoBOT
#

@woeful salmon :white_check_mark: Your eval job has completed with return code 0.

001 | LEFT BLACK LENTICULAR BRACKET
002 | MATHEMATICAL BOLD ITALIC CAPITAL N
003 | MATHEMATICAL BOLD ITALIC SMALL O
004 | MATHEMATICAL BOLD ITALIC SMALL O
005 | MATHEMATICAL BOLD ITALIC SMALL D
006 | MATHEMATICAL BOLD ITALIC SMALL L
007 | MATHEMATICAL BOLD ITALIC SMALL E
008 | MATHEMATICAL BOLD ITALIC CAPITAL R
009 | MATHEMATICAL BOLD ITALIC SMALL E
010 | MATHEMATICAL BOLD ITALIC SMALL A
011 | MATHEMATICAL BOLD ITALIC SMALL P
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/yetuvowala.txt?noredirect

wind raptor
icy axle
#

Glass noodles

#

Egg noodles

#

Water noodles

#

【𝑵𝒐𝒐𝒅𝒍𝒆𝑹𝒆𝒂𝒑𝒆𝒓】

#

【𝑵𝒐𝒐𝒅𝒍𝒆𝑹𝒆𝒂𝒑𝒆𝒓.】

#

【𝑵𝒐𝒐𝒅𝒍𝒆𝑹𝒆𝒂𝒑𝒆𝒓】.

#

...

#
...
…
fresh python
#

guys I'm using Pyenv to install in a certain way

#

would somebody knows or have been used it why I'm getting this error maybe

#

?

scarlet arrow
#

Try something other then Pyenv ?

willow light
scarlet arrow
#

or with a diffrent Package manager.

willow light
#

or just sudo apt install python

There is literally nothing wrong with using virtualenv and pip.

#

(I say when my preference is Conda and Poetry, depending on the build I'm doing at the time)

hazy oracle
#

i think i have all the required conditions

#

but i'm still not verified on voice

ashen herald
#

why i cant hear anything just in this server
some mod check please!

somber scarab
#

hi everyone :)

#

man

#

I have to send 50 messages to talk :)

#

sadge

#

omg elixir ?

#

fair

somber heath
wise cargoBOT
#

Voice verification

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

meager panther
#

yeah can't speak

lavish rover
#

!voice

wise cargoBOT
#

Voice verification

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

meager panther
#

!voice

lavish rover
#

no read the popup, not run the command

meager panther
#

ok I need to grind a bit ig

#

to unlock perms

#

how are you guys doing btw?

#

good too

#

yea I am doing a py task

#

finding sum, min, max, median of 1bn number

#

as fast as possible

#

haven't reached there still improving sum algo

#

to make it fast

#

but would binary search

#

yup

#

yeah use min max function?

#

to find median

#

they are not

lavish rover
#

quickselect

meager panther
#

I see

#

hbu ?

#

what are you working on?

#

hmm good

#

how good are you in py?

#

;D

#

hmmm

#

on rank of 1 to 10?

#

where decent lies

#

oh kk

#

yeah exactly

#

any other lang you are learning or learned?

#

nope

#

oh cool

#

!voice

wise cargoBOT
#

Voice verification

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

stuck furnace
#

@lavish rover sound a bit muffled

#

Yeah much better 👍

meager panther
#
randint = np.random.randint
def speed_calc():
  return np.sum(np.random.randint(low=100, high=900, size=1000000000, dtype=np.int64))
stuck furnace
#

Who was your programming midwife 😄

#

Nvm, that was just how I interpreted 0x's question

#

Sorry, didn't catch that

#

¯_(ツ)_/¯

#

Erm, probably my biggest programming influence is Peter Norvig.

#

Check out some of the stuff on his website. It's pretty cool.

meager panther
stuck furnace
#

Yep 😄

lavish rover
stuck furnace
#

Ah yeah he's great.

#

Very energetic 😄

lavish rover
stuck furnace
#

Hello X

#

@haughty bobcat could you turn on Krisp?

#

Ah right fair enough

#

Ah, I just don't 😄

#

It's not that great right now ;-;

#

It was mostly trying to figure out how the broadcasting would work.

#

Mhm

#

Do you understand what element-wise operator means @meager panther ?

lavish rover
#
[1,2,3] + [4,5,6] = [5,7,9]
stuck furnace
#

Erm, so most operators in numpy are element-wise, meaning they are applied independently to each pair of corresponding elements in the two arrays.

#

Yep, if the shapes match, no broadcasting is required.

#

But if they don't match, Numpy has rules for modifying the arrays so they do match.

#

@rapid flame Might need to refresh. It's a client bug.

#

I don't enjoy reading documentation, but I've never regretted it 😄

rapid flame
#

ok

stuck furnace
#

Kakoune 👀

#

Just to be weird and difficult 😄

lavish rover
#

z

meager panther
#

so many fish xd

stuck furnace
#

I'm sticking with Bash for now, just because it's the only shell I've read the manual for.

#

One customisation I always make is to put a blank line before the prompt.

#

Fair enough ¯_(ツ)_/¯

meager panther
#

¯_(ツ)_/¯

#

┬─┬ ノ( ゜-゜ノ)

#

me rn xd

stuck furnace
#

Oh, did you get the website up in the end?

lavish rover
stuck furnace
#

Oooh

meager panther
lavish rover
#

@rapid flame

meager panther
#

interference

meager panther
#

yeah

#

but it's really cool

#

haven't you sold any nfts yet? @lavish rover

#

no it isn't I think

stuck furnace
#

Tbh, they're pretty pointless in their current incarnation.

meager panther
#

owning a token pointing to an image link

stuck furnace
#

Oh cool, looks like crystal growth.

meager panther
#

degree in cs is not necessary most of the time these days

#

yeah me too @rapid flame

#

where do you guys store your passwords?

#

I mean remember it or use password manager

#

or in usb drive

#

lol

stuck furnace
#

Maybe you shouldn't announce that 😄

#

Fair enough ¯_(ツ)_/¯

meager panther
#

there's no hecker in the vc or is there?

stuck furnace
#

👀

meager panther
#

xD

stuck furnace
#

Opal 👀

lavish rover
#

!role

stuck furnace
#

Ah, just have to help around the server.

lavish rover
#

!roles

stuck furnace
#

Gtg 👋

meager panther
#

which one's the fastest?

#

c++ or rust?

#

gtg now

#

nice talking you guys

rapid flame
plain rose
#

hello

#

can't join calls rn, in a different country

rapid flame
strong arch
formal lintel
#

Greetings

flint lagoon
#

internship

#

most test?

lavish rover
true robin
lavish rover
#
fsck.ext4 /dev/sda1
true robin
true robin
sweet lodge
#

@rugged root !

#

You're back!

lavish rover
sweet lodge
#

What - Just because you get to stay home, you're too good to hang out with us?

rugged root
#

Recovery day

#

I was sick

sweet lodge
#

I'm just giving you shit

#

Get well soon

lavish rover
#

Do you want us to move to the help voice channel, Hemlock?

rugged root
#

!stream 764533963934531605

wise cargoBOT
#

✅ @whole bear can now stream until <t:1650461397:f>.

sweet lodge
#

I actually stayed home sick today myself

lavish rover
#

it's always funny when people use that abbreviation for cumulative

rugged root
#

I am an absolute child

lavish rover
#
import numpy as num
num.cumsum(...)
#

me too, hemlock, me too

#

literally first thing that caught my eye

#
arr = diff[diff < 0 and diff < cap]
rugged root
#

@sweet lodge You now have more commits than I do in that repo

sweet lodge
#

I'm just that cool

rugged root
#

@leaden comet Hey buddy

#

How's it goin'

leaden comet
#

yes, 'tis I

#

it's alright, my dude

#

you're familiar with Dickens quote, "it was the best of times, it was the worst of times"? It's like that except only the first half.

rugged root
#

Was that Tale of Two Cities?

leaden comet
#

yes

rugged root
#

Good to know my literature knowledge isn't completely gone

#

Going to try and squeeze some work on auto-guild in when I can

sweet lodge
#

Crap you're going to catch up to my commits

rugged root
#

I'd hope I can catch up. Want to prove to myself I can do something

#

And I know how I want to do it. It's just squeezing time in to work on it when I can. And forcing myself to work on it at home when I can

lavish rover
#

total = max(0, min(total, cap))

rugged root
#

Oh huh. Apparently at some point I got a paper cut

#

Random bleeding yay

leaden comet
#

..autoguild?

sweet lodge
#

How do you get a paper cut while programming?

rugged root
#

The dev guild bootstrap thing

leaden comet
#

hemlock writes all his code on paper

sweet lodge
#

What's a ... plan?

#

Is that one of those new "agile" things?

rugged root
#

ADHD dictates how I code

somber heath
#

I hear you shouldn't go chasing waterfalls.

rugged root
#

Plan ahead so I can actually get it done

#

True. I should stick to the rivers and lakes that I'm used to

#

I'm sure I'd code differently if it was the only thing I was doing

#

!stream 764533963934531605 1h

wise cargoBOT
#

✅ @whole bear can now stream until <t:1650465849:f>.

rugged root
#

@leaden comet You left us

sweet lodge
#

We all do

leaden comet
#

was making room

#

it's important to make room

sweet lodge
#

It's hard to see structure when you're just starting out

#

Tell the ladies that you can go all ngight

#

You ain't no one hit wonder

woeful salmon
#

@wind raptor may i join you in rocket league sir? xD

somber heath
#

Achoo! Bzzzzzzzz!

sweet lodge
#

I've been punged

somber heath
#

If you're burning calories, seek water.

#

You are on fire.

lavish moss
coarse cape
#

hey lemon!!

whole egret
#

how to ask for permision to stream?

rugged root
#

What're you needing it for?

#

I typically grant it on an as needed basis

whole egret
#

i wanna see what bee is doing

somber heath
#

If it frees up space, they could light the fireplace.

#

You nit tests. Making sure you haven't been an idiot.

#

Pigeon, pigeoff, the piger.

#

🚣 👤

lavish rover
#

i wish there was a "deafen" button IRL to stop this drilling noise

somber heath
#

Industrial ear mufflers. Ear plugs.

#

Though eurgh.

lavish rover
#

I keep telling myself I should get them when there's noise

#

but I can never get them instantly, and I just tell myself "if it happens next time it's a problem for future me"

#

what if I never need them after 2 days when i get them

somber heath
#

"Screw you, past me!"

lavish rover
mild quartz
lavish rover
#

all i heard was psychotic

#

dramatic representation of Vaniel:

rugged root
#

Vaniel

#

Like Daniel

lavish rover
#

i thought it was like manuel

#

because the van was manual drive

#

nevermind

leaden comet
#

vanual

lavish rover
#

less funny but more sensible

#

also less funny but more sensible

#

high-brid(ge)

sweet lodge
#

Pher?

#

It'll be fine

#

Like "Cher"

lavish rover
#

call me "F-dawg"

leaden comet
#

ferdiMAN

somber heath
#

Ferdi.

#

Fer.

sweet lodge
#

Dan

lavish rover
#

ferdi-

somber heath
#

Ferdinand gate.

#

I like it.

hollow cape
#

| is a great signature too

somber heath
#

Reef actor.

sweet lodge
#

@rugged root - What if it is venomous?

rugged root
rugged root
rugged root
lavish rover
rugged root
#

( . ) Dude with a beer belly

terse needle
#

@unique bridge

rugged root
#

!pep 582

wise cargoBOT
#
**PEP 582 - Python local packages directory**
Status

Draft

Python-Version

3.8

Created

16-May-2018

Type

Standards Track

rugged root
#

!pep 517

wise cargoBOT
#
**PEP 517 - A build-system independent format for source trees**
Status

Final

Created

30-Sep-2015

Type

Standards Track

rugged root
#

!pep 621

wise cargoBOT
#
**PEP 621 - Storing project metadata in pyproject.toml**
Status

Final

Created

22-Jun-2020

Type

Standards Track

rugged root
whole bear
#

I am pretty new to coding in python, but I had a project in mind. I was wondering if someone could lead me through it.

#

Or is this not a place for that

#

I was wanting to make a web automation tool to book myself golf tee times.

sweet lodge
#

@rugged root - don't get sick, it sucks

whole bear
#

This is the golfcourse

#

Its fairly new system they have.

#

I know how to code in c++ decently but not yet in python.

#

Thats good to know

west lion
#

ImportError: attempted relative import with no known parent package steel same error

rugged root
#

The libraries this would take are likely selenium for sure. Given the site

whole bear
#

Gotcha

rugged root
#

This chapter in Automate the Boring Stuff has a nice little section on web scraping and Selenium in particular

whole bear
#

Thank you

rugged root
#

Worth messing with to get your feet wet with that specific library. Might be worth looking at the rest of the book as well, as it's a good primer to practical Python applications and is, at least in my opinion, very well done

sweet lodge
#

PyCharm remote development has PyCharm on your computer run code on a different computer

sweet lodge
sweet lodge
#

PyCharm CodeSpaces when?

#

For VS Code

#

Imagine if GitHub let you open a CodeSpace using PyCharm

rugged root
#

That'd be dope

sweet lodge
#

But have you tried vim?

terse needle
#

allow me to introduce you to doom emacs

rugged root
#

@whole bear Enjoying it?

icy axle
tall dome
#

where did u get that font

#

for <h1>

#

@icy axle

icy axle
tall dome
#

nice

#

thankyou so much

icy axle
#

#

#

Hskfdj sfdjklj kldsjf—hsdkjfhs—fdkjslsdkj

icy axle
#
<img href="https://raw.githubusercontent.com/python-discord/branding/main/events/easter/server_icons/easter_256.png" alt="Easter event logo">
brave steppe
#

Nyhetsmorgon i TV4 från 2017-06-06: Oskar och Gustaf i gruppen Go Royal bjuder Tilde och Peter på en Swedish fika!

Nyhetsmorgon är TV4:s morgonprogram som funnits i rutan sedan 1992. Nyheter varvas med fördjupande diskussioner, bevakning av de senaste trenderna, personliga intervjuer, kultur och sport. Programledare är bland andra Peter Jihde, ...

▶ Play video
leaden comet
brave steppe
#

It's about sending a message

keen cedar
brave steppe
leaden comet
lyric pawn
#

@keen cedar 🤣

#

@keen cedar can you use a battle axe?

brave steppe
#

Angle grinder?

leaden comet
lyric pawn
#

we could spectate like jim carey in the cable guy 😆

leaden comet
lyric pawn
#

@keen cedar can you kick people?

#

@raw carbon youre back🤣

#

it sounds like a voice changer

#

its been awhile

#

what year?

#

what country?

#

🤣

#

@raw carbon you should drink whiskey with your grandma

brave steppe
lyric pawn
#

@raw carbon would you snort ashes in the club?

#

😂

brave steppe
lyric pawn
#

🤣

#

@leaden comet 😆

brave steppe
leaden comet
#

!stream 339491546258997251

wise cargoBOT
#

✅ @raw carbon can now stream until <t:1650489074:f>.

brave steppe
leaden comet
#

!stream 339491546258997251

wise cargoBOT
#

✅ @raw carbon can now stream until <t:1650489496:f>.

leaden comet
#

!stream 339491546258997251 1H

#

!stream 339491546258997251

#

@COMPLETEDISASTER

#

!ping

wise cargoBOT
#
Pong!
Command processing time

143.544 ms

Python Discord website status

Healthy

Discord API latency

100.173 ms

leaden comet
#

!stream 339491546258997251 1H

#

!stream 339491546258997251

brave steppe
whole bear
#

Anyone working on something interesting?

brave steppe
#

Currently reviewing a few PRs

leaden comet
#

gooosepoooond

brave steppe
hazy oracle
#

looks like greece @raw carbon

#

100% greece

#

greece guys

#

@brave steppe

#

wasn't that far lol

#

dakota i thinn

#

@raw carbon

#

i saw a ufc fighter with that flag

#

he was from dakota

#

@brave steppe

#

@leaden comet

lavish rover
#

I thought you'd get a kick out of this, Opal.

somber heath
#

Ha

#

Using a baton, though. That's wrong.

lavish rover
#

they're from Canada

rugged wedge
#

what are you chatting?

somber heath
#

Batons are for when you have played instruments, not choirs....

#

Or at least that's what I've been told.

lavish rover
#

they'll cantest that

somber heath
#

I suppose it doesn't really matter, but I think it's a convention thing.

lavish rover
#

canvention?

somber heath
#

Yes.

lavish rover
#

just making sure.

#

"how do I reheat a pizza"
"first, buy a microwave"
- PyDis, 2022

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @whole bear until <t:1650505503:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

olive hedge
#

o wow

lavish rover
#

thank u

somber heath
#

Mustafa, I think we have similar taste in pizza.

lavish rover
lavish rover
somber heath
#

Oh, right, there's a place here that has tarantula pizza.

lavish rover
#

nope nope nope nope nope nope nope

somber heath
#

That was a lie, though I have seen spiders and scorpions sold as street food on youtube.

#

Not here. Other countries.

#

But I wouldn't be surprised if someone somewhere actually does spider or scorpion pizza.

lavish rover
#

i looked up spider pizza against my better judgement and thankfully I don't seem to have found any real hits

ruby lantern
#

Yeah, I hope for my own sanity that its not a thing.

rugged wedge
#

Who wants discord nitro?

#

free

lavish rover
#

pls no nitro scams here

rugged wedge
#

e

#

i am not scam

lavish rover
#

in either case, please take this stuff to another server

rugged wedge
#

ok

#

You are right

#

Feel sorry

dark mural
#

hi, what u all working on?

formal lantern
steady monolith
#

@wind raptor Hey

#

Still cant verify my voice ffs.

#

You do meditation as well?

#

@wind raptor

vocal widget
#

hi

#

my mic dont worked

#

🙂

somber heath
#

!e ```py
import numpy as np

def magnitude(p, q, axis = None):
a = q - p
a **= 2
a = np.sum(a, axis)
return np.sqrt(a)

shape = np.array([7,7])
arr = np.mgrid[:shape[0], :shape[1]].T.astype(np.float64)
arr -= shape // 2
arr = magnitude(arr, (0,0), 2)

print(arr.astype(int))``` @lavish rover

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | [[4 3 3 3 3 3 4]
002 |  [3 2 2 2 2 2 3]
003 |  [3 2 1 1 1 2 3]
004 |  [3 2 1 0 1 2 3]
005 |  [3 2 1 1 1 2 3]
006 |  [3 2 2 2 2 2 3]
007 |  [4 3 3 3 3 3 4]]
somber heath
#

+1

somber heath
#

A Gantt chart is a type of bar chart that illustrates a project schedule, named after its popularizer, Henry Gantt (1861–1919), who designed such a chart around the years 1910–1915. Modern Gantt charts also show the dependency relationships between activities and the current schedule status.

#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

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

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

somber heath
#

!e py for letter in "abc": print(letter)

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

001 | a
002 | b
003 | c
somber heath
#

Noise in the house.

#

Brain go whoosh.

#

Oh.

visual cave
#

oh?