#voice-chat-text-0

1 messages ยท Page 218 of 1

whole bear
#

its not

zinc sinew
#

ohhh ok

whole bear
#

u need to take ur time to leran it

#

learn

zinc sinew
whole bear
#

@whole bear your sus in so many levels

zinc sinew
#

go away

whole bear
#

lol

#

sus

zinc sinew
whole bear
#

ok nvm your another fcking kid

zinc sinew
whole bear
#

ive never done fivem as i said

#

broo

whole bear
#

someone with my skill level, (not fivem alone) would be able to make around 200-300k a year

#

depending if they take it serious or not

whole bear
#

XD

zinc sinew
#

its getting clogged in here

whole bear
#

sus

whole bear
#

๐Ÿ’€

#

rip

turbid sandal
#

๐Ÿ’€

#

rip

whole bear
#

@whole bear say what ?

#

sus

whole bear
#

fr

whole bear
#

@somber heath come back

somber heath
whole bear
#

is it not legal to send memes here ?
i mean time to time ?

whole bear
turbid sandal
#

@somber heath Come back

whole bear
#

@whole bear do you use linux ?

turbid sandal
#

@Not to day thank you

whole bear
#

do you use wsl ?

#

idk whats going on

#

you know what it is ?

#

:>

#

we can hear you

#

ok

#

well

candid panther
#

!tempban 1053732836693258391 3d Making a joke about faking suicide has no place in this server. Take this time to re-evaluate that kind of behavior, and try to understand why that is unacceptable.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied ban to @turbid sandal until <t:1700444589:f> (3 days).

mystic flicker
#

well fuck

#

ill be back in 3 days

whole bear
#

rest in peace in the whild XD

mystic flicker
#

im back HAHAHA

whole bear
whole bear
candid panther
#

!ban 1174081307798679735 ban evading with an alt

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied ban to @mystic flicker permanently.

whole bear
#

@untold cargo do you learn neural network ?
deep learning ?

#

what r u guys talking about ?

#

nice

#

๐Ÿ‘

#

class = CODE code which does automation

#

โœ… classes are automating and makes code easy

#

:>

#

helped ?

#

anyone wanne play assaultcube with me ?

somber heath
whole bear
#

dry ๐Ÿ’€

somber heath
whole bear
#

damn i can't remember it XD

#

@wise loom sus

#

super sus

#

ultra sus

#

MEGA SUS

#

bro fr your sus

wise loom
#

@whole bear Okay ๐Ÿ‘Œ

whole bear
#

i mean your 30+yo your sus for me

#

๐Ÿค”

wise loom
#

@elder knot here ^^

somber heath
#

This is an all-ages Discord server.

#

Let's not be ageist.

whole bear
wise loom
whole bear
#

okay then

#

so
what you wanne talk about ? :>

wise loom
whole bear
#

i know python and bash :>
i love linux and linux itself
but windows is home

wise loom
whole bear
#

done.

somber heath
whole bear
#

crazzy ?

#

why is it crazzy ? @wise loom

#

ok

wise loom
whole bear
#

i hear it i know it ty anyways :>

#

can't say 100% which one is

#

oh

#

but

#

python for sure :>

#

oh okay

#

so what you wanne do ?

#

/ make / project ?

elder knot
#

use .txt for perl projects

whole bear
#

what

#

why ?

elder knot
#

to update .txt files for updating perl includes.

whole bear
#

ok.

#

ig so...

tulip gyro
whole bear
#

@untold cargo

#

wait

#

yeah

#

but i can only type

#

do you know linux ?

untold cargo
whole bear
#

ohh

untold cargo
#

i understand that it is heavily used in hacking so I do want to learn soon

#

Why did you ask>

#

?

whole bear
#

also for cyber sec. and also for the ethical hacking and also for the server'ing LOL

#

i wanted to ask is it good to know profecionally linux ?

#

i mean can you get a job if you know the linux fully like a pro ?

#

@untold cargo

#

ping me anyone who wants to say something in chat

#

vibing = chilling
also can mean like yeah relaxing
or dancing or CHILLING

#

XD

#

r u talking to me ?

#

guys can i share my scrren ?

#

๐Ÿ™

#

mod's ?

#

or idk those who can let me to share it ?

wise loom
whole bear
#

your intresting

#

and sus at the same time

wise loom
whole bear
#

no

#

dont take it soo deep or personal im not an treat
just saying what i think about you :>

and cos of what kind of music you hear :>

elder knot
whole bear
#

yeah lets listen it :>

#

play it

#

idc what kind of song/music it is
just play it

#

the voice chat is dead

elder knot
#

yeah

whole bear
#

@elder knot i can't hear the music ๐Ÿ˜ฆ

wise loom
#

@elder knot listening now

whole bear
#

still can't ๐Ÿ˜ฆ

#

no sound

#

@tulip plover how old r u ?

somber heath
#

@hollow salmon ๐Ÿ‘‹

wise loom
somber heath
#

@feral frigate ๐Ÿ‘‹

whole bear
#

yooo @somber heath hi gain ๐Ÿ˜„

#

so why r we dead ?

#

i want to share my screen ๐Ÿ™‚

#

oh

#

okay XD

#

i dont get it

#

LIKE I SAID !
@wise loom super sus

#

yeah he is cool

#

but sus

#

bro damn it can't get 1 kill XD

wise loom
#

@whole bear wdym i'm sus. prove it maybe

whole bear
#

well your actions for me is sus

#

:>

#

but your cool

#

so your fine for sure lol

wise loom
whole bear
#

ah

#

bro i mean what you talk what you do

whole bear
#

when we meet up
from that time

#

ignore it
just go on :>

somber heath
whole bear
#

damn im sus now XD

#

@tulip plover you can use pyautogui ๐Ÿ˜„

#

to detect key pressess

#

i can share a script with you if you want to ๐Ÿ˜„

#

i got one

#

๐Ÿ˜„

#

๐Ÿ˜›

#

๐Ÿ˜œ

#

i dont get it ?

somber heath
#

!e ```py
class A:
def alpha(self):
print('A', self)

class B(A):
def beta(self):
super().alpha()
print('B', self)

b = B()
b.beta()```

wise cargoBOT
#

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

001 | A <__main__.B object at 0x7f5d20e8b770>
002 | B <__main__.B object at 0x7f5d20e8b770>
whole bear
#

if you need this if this might help you out in future or something / good info for your game or other projects ๐Ÿ˜„ :>

import pyautogui
import keyboard

def detect_black_square():
    while True:
        if keyboard.is_pressed('n'):  # Press 'n' to exit the loop
            break


        X, Y = pyautogui.position()
        print(X,Y)

def start_detection():
    while True:
        if keyboard.is_pressed('q'):  # Press 'q' to exit the loop
            break
        if keyboard.is_pressed('m'):  # oress 'm' to start.
            detect_black_square()

this code just says the position of the mouse the x and y

#

@tulip plover

tulip plover
#

@whole bear Iโ€™m not working with that Iโ€™m working with pygame

whole bear
#

yeah but this might help if you need it its easy to use lib

#

can you say it again i did not hear sorry

#

wo wo wa wa @wise loom

wise loom
whole bear
#

nothing just chilling ๐Ÿ˜

#

bye

#

rip voice chat

minor sage
#

@whole bear im back in vc rn

whole bear
#

oh

#

i wanne play game with someone ๐Ÿ˜ฆ

whole bear
#

what

#

XD

#

๐Ÿ˜ญ

minor sage
#

join the call im calling you @whole bear

whole bear
#

what

loud thicket
#

i cant speak:(

#

@minor sage how long have you been coding py>

#

jeez

#

im kinda new like i just code as a hobby like im at the point where i can code like rock paper sizors or like a calculator in python im still quite new i just am confused on what i should work on

whole bear
#

๐Ÿ˜ญ bro that killer named guy @minor sage
he was saying that its ok to violate his mom ๐Ÿ˜ญ ๐Ÿ’€

minor sage
#

dawg tf

whole bear
#

yeah frrrrr

loud thicket
#

?

whole bear
#

he says that
nvm bro i dont want to even share that info with any human being ๐Ÿ’€

#

ok

#

see ya

wise loom
#

What are you guys talking about

whole bear
#

well we were playing game called AssaultCube

whole bear
#

and there was a guy
that was okay when i was insulting his mom

#

like waaaaa

whole bear
#

i mean do you know what he he was saying to me XD

whole bear
#

like what i could do

#

say back to him

#

so

#

idk why he liked when i said it back to him

#

and he was going sooooo deep that like fully explaining how his mom was a "B" word

somber heath
#

@wheat birch Were you hanging out in the code help voice channel to get help?

brisk bridge
#

hi

whole bear
#

this is me rn

#

cos 3 hours + no sleep and gaming
and then 5-6 hours sleep
then
WAKE UP
and doing math class ๐Ÿ’€

summer kettle
#

hello everybody

warped raft
#

@somber heath hello how are you doing

somber heath
warped raft
#

oh

#

i was thinking it was a bird

#

or an insect

#

interesting

#

that is what is beatiful about nature

#

btw ind vs aus

#

head - to head

#

man will surely realize it

#

but it will be too late

#

that was a heck of quote

#

i want you to show my project

#

a tic _tac_tow

#

though i want to add a modification

#

and i don't know how to do that

#

no no not of that type

#

i want the cell to flash when someone wins

#

specifically those that made the person win

#

@gentle flint hello

#

how are you doing

gentle flint
wise loom
#

Guise

silent latch
#

bro
I make the snake game in pynthon

solemn helm
#

Hi guys

#

Doing well brother .

#

yeah

#

๐Ÿ™‚

#

well then we shall wait

somber heath
#

@candid pike ๐Ÿ‘‹

candid pike
#

Yo

#

I can't talk rn sorry

#

I don't have permission

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.

candid pike
#

I'm coding right now i just have my ps5 on in the other room lol

#

lol

#

Unless you do

#

lol What are you working on rn?

#

What time is it for you? It's only 9am here

#

damn

solemn helm
#

ah , timezones .

candid pike
#

That sucks

#

Your mic aint working well lol

teal jackal
#

hola

candid pike
#

Everywhere

teal jackal
#

and

#

waooo what a cool thing to watch bees

solemn helm
#

@somber heath is that smell due to the honey ?

teal jackal
#

๐Ÿคฃ maybe

candid pike
#

Gross lol

#

How the hell do we collect whale barph

#

Honestly thought that was just whale sperm

#

Like 100%

#

That's what I've genuinly thought for the longest time

#

Damn just learned something

#

"No, Sea Foam is not whale sperm. Sea Foam created by the agitation of sea H2O contains high concentrations of dissolved organic matter, including proteins, lignins & lipids derived from sources such as the offshore breakdown of algal blooms. These compounds can act as surfactants or foaming agents"

#

Yea but like imagine

#

Whales are big

solemn helm
#

wait

candid pike
#

and theres lots of them

solemn helm
#

Isnt sea foam just pollution from land

candid pike
#

^^^^

#

"Sea Foam created by the agitation of sea H2O contains high concentrations of dissolved organic matter, including proteins, lignins & lipids "

solemn helm
#

Anyone here into Machine learning , like doing kaggle contests kind .

candid pike
#

I'm signing up for a machine learning toy car race where I work

#

Never done anything like this but it looks cool and a good networking event

#

Same here Hemlock

woeful salmon
solemn helm
#

its been like this for the past 2 mins . Do I need to worry ?

#

nah forget it

candid pike
#

I usually close discord in task manager when that happens

#

Hey, My whole job is data analytics in SAS and SQL. How usefull is that if I wanted to make a lateral move to analytics in python at a different company?

solemn helm
#

Its mythology

candid pike
#

It's pretty gruesome. We had a whole day at work for it. Pretty cool stuff

#

Do they still do sacrifices for the day or is that a older tradition?

rugged root
#

Now it's just snackrificies

#

Delicious

candid pike
#

lol

#

Yes

#

They do

rugged root
#

HA

candid pike
#

lol

#

But that's reincarnation. What's the distinction between rebirth and reincarnation?

rugged root
#

Sexy Buddah

candid pike
#

I wish there were downvotes in here lol

#

brb

rugged root
#

@fading egret Yo

whole bear
somber heath
#

@thorn vector ๐Ÿ‘‹

woeful salmon
#

brb need to restart

somber heath
#

@foggy osprey ๐Ÿ‘‹

#

!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.

brisk bridge
#

Hi

wind raptor
amber raptor
#

!e python a = 0 print(f"{a += 1}") print(a)

wise cargoBOT
#

@amber raptor :x: Your 3.12 eval job has completed with return code 1.

001 |   File "/home/main.py", line 2
002 |     print(f"{a += 1}")
003 |                ^^
004 | SyntaxError: f-string: expecting '=', or '!', or ':', or '}'
jade knot
oblique ridge
#

gtg

scarlet halo
#

hey

golden sonnet
#

๐Ÿ‘‹

#

how you doin'?

scarlet halo
#

hey

golden sonnet
#

good thanks

#

been looking into confusing stuff

#

taking a break

scarlet halo
#

no one said hi to me? or did i not hear?

golden sonnet
#

i said a general hi

thorn vector
#

give me premission to talk

scarlet halo
#

YEAHHH COOL

#

NO SARCASM

#

TRUST ME

rugged root
scarlet halo
#

i sound sarcastic dont i?

golden sonnet
#

i had played football on those

#

the real football
not the american one

rugged root
#

Oh so not American hand egg, as Rabbit calls it

#

(I'm not in VC currently, I'll try to be later)

golden sonnet
#

what's a good domain name for my personal site? ๐Ÿ˜ฉ

golden sonnet
#

eh

#

i don't really like my name as domain name

#

sounds weird

wind raptor
#

Do you hear anything?

desert vector
#

a sort of static

wind raptor
#

How about now?

desert vector
#

clair de lune

#

classy

wind raptor
desert vector
vocal basin
#

"we can't change it from MySQL, it's Oracle, therefore certified to be enterprise-grade"
as a bonus excuse

#

well, that's not as bad as 900GB of mobile internet in a month

#

given that the provider even let that happen, I assume it doesn't do the de-prioritization as openly

#

@wind raptor are you sure it's not a problem on your end?
(I didn't notice Rabbit sounding worse)

#

@desert vector morbidness?

#

it exists as a word, at leasts

vernal warren
#

hello guys i have a problem and it's really driving me crazy i bulit a python app with pyqt6 and the problem is when i convert it to exe the windows and the fire wall dealing with like it's a virus and the users before to download it they get all kinds of warning messages i hope some can help me

vocal basin
#

pyinstaller?

vernal warren
#

yeah

vocal basin
#

compile it from source

vernal warren
#

how ?

vernal warren
#

thanks a lot i'm gonna try this

wind raptor
#

@torpid bolt Yoohoo

torpid bolt
#

sorry

#

what about now

#

?

vocal basin
#

!paste <-- for sending code

wise cargoBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

torpid bolt
# wind raptor <@789885479226179594> Yoohoo

So, Im a Python Biginner Programmer! and what im doing in my program is my program is Outputting my Name, Age, where im from(Country) and if I like games, and after that im asking for a user input, if the user wants to play again they continue playing the mini program or if they say "no" the program quits..Im still abit new to programming so im not good at explaining im soo sorry ;c... Can i show u my code

wind raptor
#

!code

wise cargoBOT
#
Formatting code on discord

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.

For long code samples, you can use our pastebin.

torpid bolt
#

im struggling on where to put the break

#

oh ik a friend showed me haha#

#
playagain = "Yes".lower()
while True:
    MyName = input("Whats your Name?:  ")

    def age():
        Age = int(input("How old are you?: "))

        if Age == 18:
            print("You are Shahzeb or Older, which means your mature")

        elif Age <18:
            print("You are somebody Younger, which means your either in Elementary School or High school")

        else:
            print("You a Parent")


    def country():
        Country = input("What Country are you from: ")

        if Country == "England":
            print("You are Shahzeb")

        else:
            print("YOUR NOT SHAHZEB!!! YOUR FROM ANOTHER COUNTRY...GET OUTTA HERE ;)")

    def nothingelse():
        Games = input("Do you like Games:   ")

        if Games == "Yes":
            print("Then you like Roblox, Rec Room")

        else:
            print("You don't like any other games")


    def round():
            playagain = input("Do you want to play this Mini-Program Again:  ")  
            if playagain.lower() == 'exit':
                print("Thanks for playing my Mini Program")
                break
            else:
                print("Continue playing")


                
    age()
    country()
    nothingelse()
    round()


#

ikr lol

#

been struggling with this

#

lol

#

wait

#

is it suppose to be outside

#

?

#

Wait wait

#

I thought

#

when You loop

#

everything

#

needs to be indented

#

sorry about my spelling

#

;c

#

How to indent it back

#

hm

#

i decided to add functions cus i wanted to

#

lol

#

Oo

#

Ooo

#

How do I indent the Functions Back what do I press on my keyboard, is it "CTRL+ (A)"

#

or

vocal basin
#

shift tab?

torpid bolt
#

Look now

#
playagain = "Yes".lower()
while True:
MyName = input("Whats your Name?:  ")

def age():
    Age = int(input("How old are you?: "))

    if Age == 18:
        print("You are Shahzeb or Older, which means your mature")

    elif Age <18:
        print("You are somebody Younger, which means your either in Elementary School or High school")

    else:
        print("You a Parent")


def country():
    Country = input("What Country are you from: ")

    if Country == "England":
        print("You are Shahzeb")

    else:
        print("YOUR NOT SHAHZEB!!! YOUR FROM ANOTHER COUNTRY...GET OUTTA HERE ;)")

def nothingelse():
    Games = input("Do you like Games:   ")

    if Games == "Yes":
        print("Then you like Roblox, Rec Room")

    else:
        print("You don't like any other games")


def round():
        playagain = input("Do you want to play this Mini-Program Again:  ")  
        if playagain.lower() == 'exit':
            print("Thanks for playing my Mini Program")
            break
        else:
            print("Continue playing")


            
age()
country()
nothingelse()
round()

#

Well I know stuff here and there like classes are like Objects but we wont get into that

#

Wait

#

o

#

What about now

#
age()
country()
nothingelse()
round()
playagain = "Yes".lower()
while True:
MyName = input("Whats your Name?:  ")

def age():
    Age = int(input("How old are you?: "))

    if Age == 18:
        print("You are Shahzeb or Older, which means your mature")

    elif Age <18:
        print("You are somebody Younger, which means your either in Elementary School or High school")

    else:
        print("You a Parent")


def country():
    Country = input("What Country are you from: ")

    if Country == "England":
        print("You are Shahzeb")

    else:
        print("YOUR NOT SHAHZEB!!! YOUR FROM ANOTHER COUNTRY...GET OUTTA HERE ;)")

def nothingelse():
    Games = input("Do you like Games:   ")

    if Games == "Yes":
        print("Then you like Roblox, Rec Room")

    else:
        print("You don't like any other games")


def round():
        playagain = input("Do you want to play this Mini-Program Again:  ")  
        if playagain.lower() == 'exit':
            print("Thanks for playing my Mini Program")
            break
        else:
            print("Continue playing")


#

o

#

@wind raptorCan we call Haha! Cus its hard to type

#

I wanna screenshare

#

if thats okay

#

๐Ÿ™‚

#

Nope

#

;c

#

i really want to talk haha

golden sonnet
#

๐Ÿ‘‹

golden sonnet
#

it's a resume

scarlet halo
#

amirreza do you mind if i steal i mean take inspiration from your projects page?

golden sonnet
#

sure

#

go ahead

scarlet halo
#

yeah thanks

golden sonnet
#

but be sure to understand how it works

short owl
#

develop code in pieces - when get stuck - do a different section or get drunk

scarlet halo
#

ASM SINCE 12??

golden sonnet
#

o that looks cool actually

#

i don't have the frontend knowledge todo somethink similar

#

@minor sage cause it's microsoft ๐Ÿ™‚

uneven canyon
#

@gilded rivet hi so just asking (am a bit new to coding but trying to learn yk) so pycharm is like python too or like cuz i got both programs right and pycharm is what am suposted to use or python?

#

?

#

ahh i see ty

#

tbh i got time to learn but i dont understand the ty vids tbh

#

they go to fats with out exsplaining how like

#

why i type what i type

#

yk

#

yt***

#

mb xDD

#

my bad *

#

hahah

#

but is there like a vid for like general stuff as for like why we start with that and that yk

#

man i want to be abel to screen share so you guys can probly show me like a good start or sum yk

#

@fading fractal visoal code?

#

ty

#

xD

gilded rivet
#

visual studio code

fading fractal
#

ys

#

yes

uneven canyon
#

who did i dm / ping?

#

also i got like a idea for a starter project for like learning but idk if it too hard or nah yk

#

how do i ask then

#

xD

fading fractal
#

Only if you are responding to his message xd

#

But good idea..

uneven canyon
#

@rugged root hi can i pleas get perms to screen share ?

#

no more ping

#

only 1

#

dont wanna spam ping yk

uneven canyon
#

oh i got to have voice perms

#

befor

#

damn

#

how do i check what am missing

#

?

wind raptor
#

!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.

whole bear
uneven canyon
#

oof

uneven canyon
#

got a friend to cut my hair

#

yk

uneven canyon
#

is a discord bot to hard to start as a first project for learning

#

or

#

?

desert vector
#

Yes.

uneven canyon
#

got any good ideas for a start

#

?

desert vector
#

!kindling

wise cargoBOT
#
Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

desert vector
#

We got these; some of them might tickle your fancy

uneven canyon
fading fractal
#

Things i wanan do:

  • Access a database on Server
  • Send do request to server
  • Get other not as big values from server
idle vector
#

Things i wanan do:
Make some money
Make some more money
Eat good food

uneven canyon
#

@wind raptor btw how did you check how manye time i sayd stuff in chat?

#

i would like to know

#

xd

wind raptor
#

search from: @WaVey

fading fractal
uneven canyon
#

where do i verify ?

rugged root
desert vector
#

!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.

rugged root
wind raptor
uneven canyon
fading fractal
#

Hamlock hi

idle vector
#

hemlok hop in chat

#

if u can

desert vector
rugged root
#

Hello. Will in a bit

idle vector
#

also lol bro said hamlock๐Ÿ˜‚

wind raptor
#

Hamlock ๐Ÿคฃ

fading fractal
idle vector
#

again with the Hamlock. It might just stick XD

desert vector
#

cartoonishly large ham

rugged root
#

I've been called Hamlock plenty of times before.

#

Just not usually in text

fading fractal
#

i didnt nope nope

rugged root
desert vector
#

!stream 342367334754680834

wise cargoBOT
#

โœ… @uneven canyon can now stream until <t:1700249677:f>.

fading fractal
rugged root
#

When you say server, what do you mean

minor sage
#

my ibm eserver from 2001

fading fractal
#

Other destop running Unbuntu Server

willow light
#

Mandatory I use Arch BTW

fading fractal
#

no interface only running things that what i meant with servers i think?

gilded rivet
desert vector
willow light
#

I don't need to build my own X, I use Mastodon

rugged root
#

I'd have to look specifically, it's been a while since I've set anything up like that

desert vector
willow light
#

And I aint reviving my ancient tumblr

fading fractal
#

So Hemlock do you u have an idea how i can achieve the stuff i mentioned?

wind raptor
rugged root
#

Not off the top of my head. I'd have to look some stuff up

fading fractal
#

ok

rugged root
#

And I'm not really in a position to at the moment

desert vector
#

!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.

willow light
# wind raptor

I was waiting for the inevitable DALL-E response. Actually counting seconds.

desert vector
wind raptor
gilded rivet
willow light
wind raptor
willow light
#

Stable Diffusion gave me a 401 lol.

#

So guess I'm not getting my own images.

short owl
#

ham and home made beans - been a while

gilded rivet
#

Lol.

desert vector
#

this was about 2 years ago during December
I was doing a programming challenge, so I brought my whole family of ducks to help me

willow light
#

My goodness that's enough down to stuff an entire duvet

desert vector
#

D:

#

NOOO

#

MY COUSINS

willow light
#

You can harvest down without killing them, no?

#

Oh I just looked it up, killing them is more humane than ripping their hair out without painkillers every six weeks.

#

DURING. THE. WINTER.

#

I already made my own CLI, but I cannot share much about it because it's an internal tool at work.

desert vector
#

!stream 342367334754680834 1h

wise cargoBOT
#

โœ… @uneven canyon can now stream until <t:1700254122:f>.

willow light
#

And was created specfically for our build tools

stuck furnace
#

Yeah realpython is really good

gilded rivet
#

@uneven canyon

minor sage
stuck furnace
#

What I always do when following any kind of tutorial is to do things slightly different from what the tutorial does.

#

So that it's not just like paint-by-numbers, where you don't learn anything.

minor sage
#

Base Salary: Employee's base salary will be increased by 35% from the previous salary of $37,600 to a new base salary of $ 50,760 per annum.

#

Bonuses: Employee will be eligible to receive two annual bonuses of $6,500 each. The first bonus will be paid on 6/1/xx, and the second bonus will be paid on 12/1/xx

desert vector
#

@ivory stump didn't see you slide in

#

how's it goin'

short owl
#

whats better to do stuff on - Z80 or 6502 real chips ??

ivory stump
#

Things could not be worse

stuck furnace
#

!e ```py
def f():
g()

def g():
h()

def h():
raise Exception()

f()

wise cargoBOT
#

@stuck furnace :x: Your 3.12 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 10, in <module>
003 |     f()
004 |   File "/home/main.py", line 2, in f
005 |     g()
006 |   File "/home/main.py", line 5, in g
007 |     h()
008 |   File "/home/main.py", line 8, in h
009 |     raise Exception()
010 | Exception
stuck furnace
#

So like, the function call that appears last is the deepest.

desert vector
#

Basically stole my example, and added h() to make it look different

#

The teacher couldn't tell the difference of our submissions at all

stuck furnace
minor sage
#

OOF SHIT

desert vector
#

!stream 444818787737272321

wise cargoBOT
#

โœ… @idle vector can now stream until <t:1700252636:f>.

desert vector
#

!e

print(0.1 + 0.2)
wise cargoBOT
#

@desert vector :white_check_mark: Your 3.12 eval job has completed with return code 0.

0.30000000000000004
ivory stump
#

!e print(f'{0.1+0.2:.040f}')

wise cargoBOT
#

@ivory stump :white_check_mark: Your 3.12 eval job has completed with return code 0.

0.3000000000000000444089209850062616169453
ivory stump
#

Even worse :)

#

f'{self.id:03d}' peeposhrug

desert vector
#

!e

print("42".zfill(5))
wise cargoBOT
#

@desert vector :white_check_mark: Your 3.12 eval job has completed with return code 0.

00042
ivory stump
#

decimal

ivory stump
ivory stump
#

Liens might be a knock-on effect of the linter not liking the id shadow?

desert vector
#

!code

wise cargoBOT
#
Formatting code on discord

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.

For long code samples, you can use our pastebin.

idle vector
#
    def __init__(self, id, username, age):
        self.id = id
        self.username = username
        self.age = age
        print("new user created")


user_1 = User(7, "John", 21)

print(user_1.id)
print(user_1.username)
print(user_1.age)```
stuck furnace
#

brb

uneven canyon
#
funny = int(input())
print(type(funny))
desert vector
#

!e

class PrettyPrintedUser:
    def __init__(self, id, username, age):
        self.id = id
        self.username = username
        self.age = age
        print("new user created")

    def __str__(self):
        return f"Username: {self.username}\nID: {self.id:03d}\nAge: {self.age}"


user_1 = PrettyPrintedUser(7, "John", 21)

print(user_1)
wise cargoBOT
#

@desert vector :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | new user created
002 | Username: John
003 | ID: 007
004 | Age: 21
desert vector
#

@idle vector

ivory stump
#

Yeah so you could make 2 users and they'd automatically get ids 1 and 2

#

str(x) <-> x.__str__()

#

len(x) <-> x.__len__()

#

And many more

desert vector
ivory stump
#

What they were talking about

#

automatically incrementing a variable that stores the next id to generate

#

And setting the id with that

#

Could do a class variable on the User cls itself

idle vector
#

that sounds complicated XD

ivory stump
#

!e

class PrettyPrintedUser:
    _id = 0
    def __init__(self, username, age):
        self.id = PrettyPrintedUser._id
        PrettyPrintedUser._id += 1
        self.username = username
        self.age = age
        print("new user created")

    def __str__(self):
        return f"Username: {self.username}\nID: {self.id:03d}\nAge: {self.age}"

print(PrettyPrintedUser("a", 1))
print(PrettyPrintedUser("a", 1))
print(PrettyPrintedUser("a", 1))
wise cargoBOT
#

@ivory stump :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | new user created
002 | Username: a
003 | ID: 000
004 | Age: 1
005 | new user created
006 | Username: a
007 | ID: 001
008 | Age: 1
009 | new user created
010 | Username: a
011 | ID: 002
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/EQG4NRP4MM5DH5GWV3QOBJVC4I

stuck furnace
#

What are you working as?

#

Although bear in mind you only pay 35% on the portion of your income that exceeds the threshold.

#

A lot of people don't get that and turn down pay increases that would put them into the higher marginal tax bracket because they think they'll "end up making less".

#

Think about where they would each appear in the dictionary ๐Ÿค”

whole bear
#

HELLO ๐Ÿ˜„

stuck furnace
#

Yeah I haven't heard that one since primary school ๐Ÿ˜„

whole bear
#

what r u guys talking about ?

stuck furnace
whole bear
ivory stump
whole bear
#

you don't end up making less money just because you got a raise

#

Morgage calculator ? XD

minor sage
stuck furnace
whole bear
#

๐Ÿ’€ bro

uneven canyon
#

good job :DD

whole bear
uneven canyon
#

it looks good

#

i can clip that but i wont

#

xDDDDD

whole bear
#

bro anyways why margage simulator XD

stuck furnace
rugged root
#

And Alex too

#

And everyone, honestly

uneven canyon
whole bear
#

calculator XD

ivory stump
rugged root
#

HA, forgot that

#

Would that be Alexs? Alexes... Alexi?

whole bear
#

cat << EOF > a.py

print("hello" world YOOO !")
EOF
python3 a.py

#

guys is there anyone who can help me with seting up rasbparry pi zero w ? from windows 10

desert vector
minor sage
#

heres the metplotlib graph / graphs im working on right now

whole bear
minor sage
#

fun, personal and expanding my knowledge on how to use multple gui plugins

whole bear
#

ok ig so ?

#

poop

#

this was me in the morning

#

afther playing the game assaultcube
for 5 HOURS XD

rugged root
#

@idle vector What do you mean?

#

Like one after another on a new line?

#

Or...

idle vector
#

I mean if i have a list x = [1, "2", False], how can I print it like that

#

lile [1, "2", False]

rugged root
#

print(x)

#

!e

x = [1, "2", False]
print(x)
idle vector
#

[<question_model.Question object at 0x0000018DEF2A35B0>, <question_model.Question object at 0x0000018DEF2EC370>, <question_model.Question object at 0x0000018DEF2ED6F0>, <question_model.Question object at 0x0000018DEF2ED5A0>, <question_model.Question object at 0x0000018DEF2EC970>, <question_model.Question object at 0x0000018DEF2EC0D0>, <question_model.Question object at 0x0000018DEF2EC160>, <question_model.Question object at 0x0000018DEF2EC3D0>, <question_model.Question object at 0x0000018DEF2EC430>, <question_model.Question object at 0x0000018DEF2EC580>, <question_model.Question object at 0x0000018DEF2EC5E0>, <question_model.Question object at 0x0000018DEF2EC640>]

wise cargoBOT
#

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

[1, '2', False]
rugged root
#

Then those objects don't have a __str__ method defined

idle vector
#
    _id = 0

    def __init__(self, text, answer):
        self.id = Question._id
        Question._id += 1
        self.text = text
        self.answer = answer

    def __str__(self):
        return f"ID: {self.id}, Question: {self.text}, Answer: {self.answer}"```
#

this is the object code

rugged root
#

Then that should work....

idle vector
#

thats why im confused too XD

stuck furnace
#

You might need to define a __repr__.

whole bear
#

@minor sage wanne play ?

rugged root
#

repr should be redundant there for print

stuck furnace
#

When a list is converted to a string, the sub-elements are converted to strings using repr.

rugged root
#

Yeah you're right you're right

minor sage
rugged root
#

Forgot

stuck furnace
#

I didn't actually know that, I just tested it in python ๐Ÿ˜„

whole bear
ivory stump
#
eval(repr(x)) <-> x
#

As a guideline

stuck furnace
#

!e ```py
class Question:
_id = 0

def __init__(self, text, answer):
    self.id = Question._id
    Question._id += 1
    self.text = text
    self.answer = answer

def __str__(self):
    return f"ID: {self.id}, Question: {self.text}, Answer: {self.answer}"

def __repr__(self):
    return f"Question({self.text!r}, {self.answer!r})"

questions = [
Question('question 1', 'answer 1'),
Question('question 2', 'answer 2'),
]

print(questions)

wise cargoBOT
#

@stuck furnace :white_check_mark: Your 3.12 eval job has completed with return code 0.

[Question('question 1', 'answer 1'), Question('question 2', 'answer 2')]
ivory stump
#

droppin like flies

stuck furnace
#

๐Ÿ‘€

#

Hey Rab

ivory stump
#

I'm liking what you're cooking @uneven canyon

#

๐ŸŽ‰

stuck furnace
uneven canyon
#

@desert vector my code work i modifyed the thing from the text xD

#

took me some time to make it work

#

xDD

#

print('what is your username?')
Name = input()


print('What is your password gonna be?')
Password = input()
print(Password)



print('Log in')
print()
print('Username')
if input() == Name:
    print('Hello there, ' + Name)
    print()
    print('Password')
    if input() == Password:
        print('Password Granted')
    else:
        print('Password Not Granted')
whole bear
#

bbl guys

ivory stump
#

getting a bit ahead of ourselves lol

#

btw WaVey, do you want your stream turned off?

#

or were you just commenting on not being able to if you wanted

#

ok

#

yea i getchu

#

it's Hemlock's call

uneven canyon
idle vector
stuck furnace
ivory stump
minor sage
idle vector
stuck furnace
uneven canyon
ivory stump
#

dont mind us

ivory stump
#

we're forming a cult

idle vector
minor sage
uneven canyon
rugged root
#

I accept snackrifices in the form of gummy worms

uneven canyon
ivory stump
#

although without the newline by default

whole bear
stuck furnace
#

Going to see what's going on in the other channel for a bit ๐Ÿ‘‹

whole bear
#

ok that was too much

#

HI

#

ok im going to play games

#

@minor sage YES

#

UNIX > your life!

#

im spy

#

nvm im shit ๐Ÿ˜ญ

whole bear
#

oh sh

pine depot
#

how do i schedule an update of certain elements in tkinter on an interval

wise loom
rugged tundra
whole bear
#

@smoky burrow can i have streaming perms

somber heath
#

Streaming permissions are typically granted on a discretionary basis by voice-regular moderator level users and above. In practice, this typically means Mr. Hemlock or Mindful Dev.

It's best to ask when you're both in the voice chat.

shy raft
#

voice chat 0 ๐Ÿ˜ณ

cosmic bison
shy raft
#

EPIC

#

NAHH ๐Ÿ’€

#

@cosmic bison yeah we've seen him

cosmic bison
#

ah oke

shy raft
#

gtg bai

wind raptor
#

!stream 1045011821838475334

wise cargoBOT
#

โœ… @whole bear can now stream until <t:1700273669:f>.

ebon mist
#

can anyone help me find the htlm5 docs??

#

bug hunter

whole bear
#

โœ… @whole bear can now stream until November 17, 2023 9:14 PM.

cosmic bison
minor sage
forest zodiac
whole bear
whole bear
wise loom
whole bear
#

trying to give backdoor corporate access to their models

wise loom
#

cause OpenAI's models I imagine are p generic so don't present that much interest

mystic haven
whole bear
#

and the idea is that he's not supposed to do so because it goes agains their nonprofit mission

#

also maybe he was trying to sell special access to the military

#

this is all me just reporting gossip that I've read on y combinator, so no idea really, haha

mystic haven
#

@somber heath can I please get your assistant with something

mystic haven
#

I require a segrageted session to assist me in some features that I lack in

#

in the coding world

mystic haven
whole bear
#

this seems like a bot attack

mystic haven
#

No not at all! In fact I am as human as I ever was! after my dad left me and my mom all alone I was at an all time low! however with my mom being a raging alcoholic it was very hard for me to succed! but I pushed through and got the job done!

#

I was recently diagnosed with brain cancer

wise loom
whole bear
#

just users posting stuff

wise loom
mystic haven
#

My pfp is very human like!

mystic haven
#

Dear Opalmist,

I hope this message finds you well. I am reaching out to request a private session with you to seek assistance with my struggles in coding. Your unique perspective and expertise in the field have caught my attention, and I believe your guidance could significantly contribute to my learning journey. I am committed to dedicating one or two hours a day to applying myself, and I am optimistic that with consistent effort, I can make meaningful progress over the course of a few days to a few weeks.

While I do have some programming experience outside of Python, I recognize that there is always room for improvement and new insights. I have heard about your expertise in various Python libraries and tools, and I am particularly interested in exploring Pillow, ffmpeg, Pygame, turtle, and tkinter. I understand that this is not an exhaustive list, and I am open to any suggestions you may have for additional resources or areas of focus.

I appreciate your encouragement not to be too put off by feelings of inadequacy. It is reassuring to know that such sentiments are normal, and your emphasis on concentrating on learning small, seemingly useless, and perhaps even stupid things resonates with me. I believe that, as you mentioned, these small pieces of knowledge will eventually add up and contribute to a more comprehensive understanding of coding.

I am eager to embark on this learning journey under your guidance and would be grateful for the opportunity to schedule a private session with you. Your mentorship would undoubtedly be invaluable, and I am confident that with your support, I can overcome my current challenges and become a more proficient coder.

#

@somber heath

whole bear
#

this is giving very weird disaffected grad student type vibes

#

a guy used to send emails like that in my department

lofty echo
#

does anyone know any interesting python modules I could try out kinda getting board with python rn

vocal basin
#

@uneven canyon storing passwords is suboptimal

#

since it can be just read out

uneven canyon
#

!code

wise cargoBOT
#
Formatting code on discord

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.

For long code samples, you can use our pastebin.

uneven canyon
#

print('what is your username?')
Name = input()


print('What is your password gonna be?')
Password = input()



print('Log in')
print()
print('Username')
if input() == Name:
    print('Hello there, ' + Name)
    print()
    print('Password')
    if input() == Password:
        print('Password Granted Welcome back')
    else:
        print('Password Not Granted')
vocal basin
#

huh
scrypt is capped asy 32MiB memory usage

#

(trying to find any password hashing in python standard lib)

#

ctrl+/

somber heath
#

@analog saddle ๐Ÿ‘‹

vocal basin
vocal basin
#

I have Ctrl+/ for that in PyCharm by default

#

you can also shift+shift->comment actions
which will show a binding

#

(comment with line comment)

#

are you sure you're using the correct shortcut?

#

without shift

#

ctrl+/

#

no

#

ctrl /

#

what layout are you using?

#

(keyboard layout)

#

it should still be acessible there

#

to the left of right shift

#

yeah, won't work with that layout

vocal basin
wise cargoBOT
#

@vocal basin :x: Your 3.12 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 2, in <module>
003 |     hashlib.scrypt(b"", salt=b"", n=2**16, r=1, p=1)
004 | ValueError: [digital envelope routines] memory limit exceeded
vocal basin
#

!e

from hashlib import scrypt
from os import urandom

def pwhash(pw: bytes, salt: bytes) -> bytes:
    return scrypt(pw, salt=salt, n=2**10, r=8, p=1)

def store(pw: bytes) -> bytes:
    salt = urandom(16)
    return salt + pwhash(pw, salt)

def verify(pw: bytes, stored: bytes) -> bool:
    salt, hashed = stored[:16], stored[16:]
    return hashed == pwhash(pw, salt)

test = store(b"test")
print(verify(b"test", test))
print(verify(b"test_", test))
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | True
002 | False
vocal basin
#

!e

from hashlib import scrypt
from os import urandom

def pwhash(pw: bytes, salt: bytes) -> bytes:
    return scrypt(pw, salt=salt, n=2**10, r=8, p=1)

def store(pw: bytes) -> bytes:
    salt = urandom(16)
    return salt + pwhash(pw, salt)

test = store(b"test")
print(test)
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

b'V\xc4@\xeb\x7f\x06\xd3y\xfe-+[\xd1\xa7\x1a\xea\x11\xfd\xa3\xd2\xb3i\xc0-\xf3=\x01\xf1\xaa\xa4\xe0M\x82\xd3\x81K\n\xe5\x0f\xd8\xc9\xcb\x03S\xa2`8\x80&\xcf/\xdf\x9a\x05\xedD=C\\\xaa@B\xf5\xb5Hb1+HW\x97\\n\xcbWY\xd3\xa7\x98x'
vocal basin
#

(not easy to convert back to b"test" because it's a hash)

warped raft
#

@obsidian dragon hello

#

how are you doing

#

sry to hear that

#

that is sad

#

how old was she

#

btw i can hear u

#

aight

#

hello @somber heath

#

how are you doing

#

check this out @somber heath

#

tell me how is it

#

that would take away all the juice but anyways

#

no that was far more difficult

#

i dropped it

#

you can check out git hub

#

yeah you would not get it

#

anyways

#

would you like to hear to some hindi music

somber heath
#

@unique loom ๐Ÿ‘‹

rugged tundra
# wise loom <@170709455091138561> ^^

I wrote a response, this is the revised version for grammar with GPT which contains all the points I brought up:

Recently, Sam has been actively delivering talks at Oxford and various AI safety conferences. The board, however, expressed dissatisfaction with his communication style, which they deemed unsatisfactory.

Greg also departed from the company following his removal from the board. Had he not left voluntarily, it seems likely he would have been dismissed. His ousting appears to be tied to the board's concerns about communication issues, particularly during a period when Sam was traveling and speaking publicly.

There appears to be a division within the company regarding its focus. Sam, Greg, and a portion of the company were inclined towards commercialization, while another faction emphasized adhering to the non-profit mission.

Microsoft, a key stakeholder, was reportedly unaware of these internal dynamics.

While Sam's engagement in public talks about OpenAI and AI in general provided valuable insights, especially given his access to leading AI scientists, the board seemingly undervalued this contribution. Their primary concern might have been the shift towards commercialization, overshadowing the core non-profit mission. However, this rationale was not transparently communicated in their public statement, casting a shadow over the board's actions.

Their approach, particularly the abrupt nature of Sam's removal without clear warnings, comes across as secretive and possibly underhanded. A more transparent dialogue with Sam might have led to a resolution or a shift in his approach. Greg's decision to leave, presumably in response to the board's handling of Sam's situation, is telling and underscores the need for openness and clearer communication in such matters.

pine depot
whole bear
#

Hi

toxic arch
#

@trim night

#

chop

trim night
#

hey

toxic arch
trim night
#

no thanks im no good against real players lol

toxic arch
trim night
#

haha

wise loom
#

@idle vector stuffy nose?

whole bear
#

Hey guys

shadow quarry
#

Hello everyone

shadow quarry
#

what you do

whole bear
# shadow quarry Hello how are you

I'm a little tired...
i want to create a project in python but i have no drawing skills to make the design for it
it's a Pheonix Wright based project

#

@idle vector That's cool to hear

#

@idle vector You can draw?

#

Thanks anyway

#

@viral violet I want to make it in pygame

idle vector
desert vector
#

You have more luck doing it in something like Ren'Py. Phoenix Wright plays like a visual novel, and that engine is specifically made for that. @whole bear

whole bear
desert vector
#

Steeper learning curve, but more specialized tools at your disposal to work with immediately.

idle vector
whole bear
shadow quarry
whole bear
#

@idle vector well that's true lol

#

i guess i can use the original sprites from the game then

idle vector
#

!voice

earnest crag
#

VS

idle vector
#

@viral violet I'm going to bed cause its 1 am here. See ya man, it was nice talking to you!

shadow quarry
#

hi

#

what

#

im good

#

how you

#

i learning opencv

#

what

#

what do that library?

fading fractal
#

what is opencv what can it do

shadow quarry
#

dont understand

#

not only for machine learning

wise loom
#

wtf?

vocal basin
#

just one of many

somber heath
#

We had privacy?

uneven canyon
#

!code

wise cargoBOT
#
Formatting code on discord

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.

For long code samples, you can use our pastebin.

uneven canyon
#
def hello(name):
    print('Hello, ' + name)

hello('bob')
hello('bobe')
somber heath
#

@twilit falcon ๐Ÿ‘‹

twilit falcon
#

can yall help me with something

vocal basin
#

!e

def hello(name):
    #     ^^^^ parameter
    print('Hello, ' + name)
    #                 ^^^^ variable, representing the argument

hello('bob')
#     ^^^^^ argument
hello('bobe')
#     ^^^^^^ argument
wise cargoBOT
#

@vocal basin :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | Hello, bob
002 | Hello, bobe
vocal basin
twilit falcon
#

shits pissing me off i alr pip install ffmpeg

vocal basin
#

it's not via pip

#

it's a standalone program

twilit falcon
#

pycharm 3.11

vocal basin
#

what OS are you using?

#

Windows? Linux?

twilit falcon
#

windows

#

2h22

vocal basin
#

did you download ffmpeg?

twilit falcon
#

no prob a good idea

#

im guessing its just a download exe right

vocal basin
#

what license is your project using?

#

GPL? or a different one?

twilit falcon
#

wym by license im new to coding

vocal basin
#

or are you using someone else's project?

twilit falcon
#

my friends project

vocal basin
#

is that project on GitHub?

twilit falcon
#

just trying to fix my errors i get his project works fine

#

no

uneven canyon
vocal basin
twilit falcon
#

ya i downlod that

#

now what