#voice-chat-text-0

1 messages ยท Page 573 of 1

fading hawk
#

good afternoon

sinful basalt
#

ok

viscid crest
#

So how do I gain permission to speak in voice chats?

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.

echo bison
heavy zenith
#
from fishhook import hook, orig

@hook(int)
def __add__(self, other):
    print("Adding:", self, other)
    return orig(self, other)

print(2 + 3)
echo bison
wind raptor
#
    def test_nested_hooks(self):
        HOOK_1_RAN = None
        HOOK_2_RAN = None

        @hook(int, name='__add__')
        def hook1(self, other):
            nonlocal HOOK_1_RAN
            HOOK_1_RAN = True
            return orig(self, other)

        @hook(int, name='__add__')
        def hook2(self, other):
            nonlocal HOOK_2_RAN
            HOOK_2_RAN = True
            return orig(self, other)

        HOOK_1_RAN = HOOK_2_RAN = False

        a = 1
        self.assertEqual(a + 2, 3)
        self.assertTrue(HOOK_1_RAN)
        self.assertTrue(HOOK_2_RAN)
        self.assertEqual(int.__add__.__name__, 'hook2')
        unhook(int, '__add__')
        self.assertEqual(int.__add__.__name__, 'hook1')
        unhook(int, '__add__')
heavy zenith
#

from fishhook import asm
from ctypes import py_object, pythonapi

@asm.hook(pythonapi.PyDict_SetDefault, restype=py_object, argtypes=[py_object, py_object, py_object])
def setdefault(self, key, value):
    if key == 'MAGICVAL':
        return self
    return pythonapi.PyDict_SetDefault(self, key, value)

pythonapi.PyUnicode_InternFromString.restype = py_object
interned = pythonapi.PyUnicode_InternFromString(b'MAGICVAL')

obsidian dragon
wind raptor
#

I did see that

eternal spoke
#

jeez

brave fossil
#

hi

wary fulcrum
merry star
#

hello anyone online i have a doubt

wind raptor
merry star
#

bro i had made a chatbot its reading some special characters which i dont want i am not getting the solution

#

i dont know how can i solve

wind raptor
#

Have you done some input and/or output validation?

merry star
#

means

wind raptor
#

Can you elaborate on your issue. It's still a bit vague

#

its reading some special characters
What characters? From the user or the bot?

merry star
#

like */#

wind raptor
#

The markdown?

merry star
#

means yes

#

helllo

#

when i am joining the vc i am not able to talk

wind raptor
#

By chatbot, do you mean ai-wrapper?

wind raptor
wise cargoBOT
#
Voice verification

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

merry star
#

yes

wind raptor
#

Did you give it rules for the output format along with an example?

merry star
#

no not at all

wind raptor
#

I'd try that

merry star
#

shal i show you the code

#

using an api i had made

wind raptor
#

I don't have time to look at it. Just make sure you tell it how you want it to format the output and it should listen

obsidian dragon
#

hi @proven plover

jade mountain
#

@undone frost wanna see something weird in python?

chilly wolf
#

Snake in 9 lines

def g(s,c=__import__('curses'),R=__import__('random').randint):
 H,W=s.getmaxyx()
 S,v,u,*_,F=[(H//2,W//2)]*3,0,1,s.nodelay(1),c.curs_set(0),(R(1,H-2),R(1,W-2))
 while 1:
  H,W=s.getmaxyx()
  if(n:=(1,0,-1,0,0,-1,0,1)[(k:=s.getch())*2-516:k*2-514]or(v,u))[0]+v|n[1]+u:v,u=n
  if(h:=(S[0][0]+v,S[0][1]+u))in S or h[0]%(H-1)*h[1]%(W-1)==0:s.addstr(H//2,W//2-4,"GAME OVER"),s.refresh(),c.napms(2000),exit()
  else:S.insert(0,h),h==F and(F:=(R(1,H-2),R(1,W-2)))or S.pop(),s.clear(),s.box(),s.addstr(0,1,f"{len(S)-3}"),s.addch(*F,64),[s.addch(*p,35)for p in S],s.refresh(),c.napms(99)
__import__('curses').wrapper(g)```
peak depot
#

The Legend of Khiimori is a system-driven game where you explore the untamed land of 13th century Mongolia as a brave courier rider.โ€ฏBreed and train horses with specialized abilities to explore every aspect of this diverse and fascinating landscape.

Explore an untamed 13th century Mongolia as a brave courier rider
13th century Mongolia isโ€ฆ

Release Date

Mar 3, 2026

chilly wolf
peak depot
ashen trout
#

Hello?

#

I can't unmute......

#

/Help

#

Peopleeee

short pond
#

They tell me no much activity

jaunty brook
short pond
iron geyser
#

๐Ÿ˜…

#

You're accent it's funny magey ^^

long stream
#

cocacola

#

what should i use for python code

high osprey
#

Hello chat

opaque sparrow
chilly wolf
#

Someone save me

    s.erase()or[s.addstr(tr,tc,ch,CP(cl))for tr in range(1,t[0])for tc in range(W//2)for r1 in[tr*2-2]for r2 in[tr*2-1]for top in[(r1,tc)in G]for bottom in[(r2,tc)in G]for cur_top in[cy==r1 and cx==tc]for cur_bot in[cy==r2 and cx==tc]for t,b,c in[(top,bottom,cur_top or cur_bot)]for ch,cl in[(('โ–ˆ',1)if t and cur_top else('โ–ˆ',1)if b and cur_bot else('โ–€',1)if t and cur_bot else('โ–„',1)if b and cur_top else('โ–€',3)if t else('โ–„',3)if b else('โ–ˆ',2)if c else None,)]if ch]+[s.addstr(0,0,f' Gen:{gen} Cells:{len(G)} [โ–ถRUN'if run else'[โ–ชPAUSE')+' [Ent]run [Spc]draw [M]pre [I]imp [S]save [G]gen [Bksp]clr [Esc]quit ',c.A_BOLD)]+([s.addstr(max(1,ty+j+1),max(0,W//2-16),('โ–ผ PRESETS โ–ผ' if menu&3 in(1,3) else 'โ–ผ PIXEL SCENES โ–ผ' if st==2 else 'โ–ผ GEN STYLES โ–ผ' if st else 'โ–ผ IMPORT+CUSTOM โ–ผ').center(32) if j==-1 else('โ†‘โ†“ nav  Enter:load  Bksp:close' if menu&3 in(1,3) else 'โ†‘โ†“ nav  Enter:generate  Bksp:back' if st==2 else 'โ†‘โ†“ nav  Enter:generate  Bksp:close' if st else 'โ†‘โ†“ nav  Enter:load  R:reload').center(32) if j==VH else f' {NM[(sc+j)%NL][0][:30]:30} ',(CP(4)|c.A_BOLD)if j in(-1,VH)else(c.A_REVERSE|CP(3))if(sc+j)%NL==NI else CP(3))for NM,NI in[(_P[0][1],mi)if menu&3 in(1,3) else(IP or[('(empty - press R to reload)',set())],imi)]for NL in[max(1,len(NM))]for VH in[min(NL,9)]for sc in[max(0,min(NI-4,NL-VH))]for ty in[max(1,H//2-VH//2-1)]for j in range(-1,VH+1)]if menu else[])or s.refresh()or c.napms(50 if run else 30)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ^
SyntaxError: closing parenthesis ')' does not match opening parenthesis '['```
primal shadow
pseudo plover
#

Painnnnnnn

#

Once again no permission to talk what's is this new thing

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.

pseudo plover
#

K thanks

#

Nope

#

Lol

#

I haven't been active at all

#

Well it is fine

#

I will do that in the future but I just needed advice on some stuff about life

#

So that's why u joined

#

But it is fine thanks

#

Complicated to explain

#

In text

#

Thanks for the help
Mindful

wind raptor
#

!stream 373160837151719424

wise cargoBOT
#

โœ… @lime vale can now stream until <t:1772567231:f>.

hot brook
#

anything interesting going on here?

winter bane
#

yo

winter plinth
#

@stinga are you there

#

@clear snow

oblique raven
#

yo

grave moat
#

hi

primal shadow
#

Teach me COBOL!

#

What?

#

That is a terrible take

#

Like, absolute ๐Ÿ’ฉ

#

YOu can't learn C after Python?

#

You can't learn a programming language if you first learn a spoken language

#

You don't.

#

At all

#

Whatsoever

#

That is absolutely insane

#

a 100% insane take

#

Anything

amber raptor
primal shadow
amber raptor
#

Correct

primal shadow
#

so the point is moot, as you've got confusion about C either way

#

Someone was saying you can't go from learning higher level to C

#

like cna't

#

cannot

amber raptor
#

as always, cannot is strong word to use.

primal shadow
#

Which is why I said what I said

wind raptor
sullen dagger
#

Hello

wind raptor
sullen dagger
#

Nice to meet you

primal shadow
#

Gah, sound issues out the ass

#

keep losing sound

#

If I intend to turn, I turn on the blinker

#

that's my if

#

It feels terrible being an adult, because everythign hurts

obsidian dragon
#

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

kindred moss
#

YOOOO

calm heron
#

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

calm heron
#

@wind raptor Hey Chris, @kindred moss doesn't have voice verification and they are unsure why. Is it possible for you to let us know why?

#

@rapid crown ^^

kindred moss
#

Maybe its because I use Notepad++

#

F#

ocean osprey
#

ya bro

calm heron
#

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

ocean osprey
#

i am not able to talk

#

Where aur you from guys ?

#

Us

#

mean USA

#

did AI impact your career

#

not on that way

#

like in tech world

#

but ram in my country was too cheap

#

india

#

i got 8 gb of ddr 4 ram for just 10$

calm heron
#

one sec

ocean osprey
#

what ?

#

what about trump

#

ya

#

letter to my friend

#

I think i am intreated in this

#

he put 600% tarrif on me

#

but i think its funny

#

in india we enjoy this trump tarrif game

#

i think he gone destroy iran

#

hey what is the criteria for voice access

#

okey

#

what you guys think about elon

#

did he gone fund trump party again in the midterm election

#

JFK ?

#

if trump loss the midterm election did he gone loss his power

#

whwre did they go

#

what did you do for living

#

what role

topaz harbor
#

Hello ๐Ÿ‘‹

Everyone ๐Ÿ‘‹ over dere

ocean osprey
#

what did you think did Ai going to fuck you job

topaz harbor
#

His anyone online??

#

What are we learning today buddy??

ocean osprey
#

Did you uninstall ChatGpt after deal with government

topaz harbor
#

@calm heron

Hello ๐Ÿ‘‹

ocean osprey
#

is antropic is better than gpt

calm heron
#

this is the practice problem I'm looking at right now

ocean osprey
#

did you use ai for coding

topaz harbor
#

U can use perplexity buddy

#

U can also Claude

What do u think.

ocean osprey
#

same

#

i am also gemini pro

topaz harbor
#

What about deepseek oi

ocean osprey
#

what do you think when the Ai bubble burst who gone win google , openAI or someone else

topaz harbor
#

Alright guys I need to go.

Bye ๐Ÿ˜Ž

ocean osprey
#

yus

#

google also have the fucking good reseracher

#

i think copilot is a trash

#

okey

#

trashAi is better

#

i think google gone win ecosystem in Ai

#

chinise model are also good

#

๐Ÿ˜†

#

ya

#

so what is my future if i mainly depend on the ai for coding

#

hacker in lobby

calm heron
#

lol, don't call me out like that

ocean osprey
#

SHA256

#

it's better to use assembly it more closer to kernal

#

are you talking about Discord new policy

#

but there are many loopholes

#

anyone can bypass discord varification quite easily

#

how ?

#

did that language on close beta testing

calm heron
ocean osprey
#

is it possible to make our own coding language

candid spire
#

Hey

#

fellow american

#

what you all doing?

ocean osprey
#

s25 also have the NPU on it

candid spire
#

@vestal copper I can't understand, could you speak little slower?

ocean osprey
#

fuck

#

DotJson is the Ai voice bot made by someone among us

candid spire
#

Npu is cool

#

But I think it makes no sense to have it on android phone yet

#

as most android users are not gonna use npu

#

but most iphone user will be going to use npu a lot

#

right now I'm on my mac

ocean osprey
candid spire
#

they can't pack the decent npu

#

but iphone are exepensive and it has much better npu

ocean osprey
#

have have the nothing

candid spire
#

iPhone is used as primary device for recoding picture and video.

ocean osprey
candid spire
#

by professional creator on go.

candid spire
#

meaning most of those feature are not for normal andriod user

wind raptor
calm heron
vestal copper
#

yup

ocean osprey
#

end of the story privacy is a myth on internet

#

how they gone know if anyone lie about there age

vestal copper
#

privacy is not more private

ocean osprey
#

answer is Yus

#

@calm heron are you learning python or completed already

calm heron
#

a bit distracted atm

ocean osprey
#

i am also distracted

#

so if you are learning we can learn it together

calm heron
#

i'm about to go to the gym

stone geode
#

@terse shoal

terse shoal
stone geode
#

I used pygame

stone geode
calm heron
#

@solar light !voice

#

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

solar light
#

!voice

#

uh

#

im not elligible

#

so uh

#

hi

calm heron
#

py```
passenger_age = int(input())
carry_ons = int(input())
checked_bags = int(input())

air_fare = 0

if passenger_age <= 2:
air_fare = 0
elif passenger_age >= 60:
air_fare = air_fare + 290
else:
air_fare = air_fare + 300

if carry_ons > 0:
for i in range(carry_ons):
print(i)
air_fare = air_fare + 10

if checked_bags > 0:
for i in range(checked_bags):
print(i)
if i == 1:
pass
if i == 2:
air_fare = air_fare + 25
if i > 2:
air_fare = air_fare + 50

print(air_fare)

winter plinth
#

can you hear e.

#

me*

calm heron
#

!e

print("test")

wise cargoBOT
calm heron
#

ie

x = range(6)

for i in x:
print(x)

#

!e

x = range(6)

for i in x:
print(x)

wise cargoBOT
calm heron
#

!e
x = 3
if x > 0:
for i in range(x):
print(i)

wise cargoBOT
calm heron
#

!e
x = 3
if x > 0:
for i in range(1, x):
print(i)

wise cargoBOT
calm heron
#

!e
x = 3
if x > 0:
for i in range(1, x + 1):
print(i)

wise cargoBOT
calm heron
#

!e

py```

passenger_age = int(input())

carry_ons = int(input())

checked_bags = int(input())

passenger_age = 56
carry_ons = 2
checked_bags = 4

air_fare = 0

if passenger_age <= 2:
air_fare = 0
elif passenger_age >= 60:
air_fare = air_fare + 290
else:
air_fare = air_fare + 300

if carry_ons > 0:
for i in range(1, carry_ons + 1):
print(i)
air_fare = air_fare + 10

if checked_bags > 0:
for i in range(1, checked_bags + 1):
print(i)
if i == 1:
pass
if i == 2:
air_fare = air_fare + 25
if i > 2:
air_fare = air_fare + 50

print(air_fare)

wise cargoBOT
calm heron
#

!e

# passenger_age = int(input())
# carry_ons = int(input())
# checked_bags = int(input())
passenger_age = 56
carry_ons = 2
checked_bags = 4

air_fare = 0

if passenger_age <= 2:
    air_fare = 0
elif passenger_age >= 60:
    air_fare = air_fare + 290
else:
    air_fare = air_fare + 300

if carry_ons > 0:
    for i in range(1, carry_ons + 1):
        print(i)
        air_fare = air_fare + 10

if checked_bags > 0:
    for i in range(1, checked_bags + 1):
        print(i)
        if i == 1:
            pass
        if i == 2:
            air_fare = air_fare + 25
        if i > 2:
            air_fare = air_fare + 50

print(air_fare)
wise cargoBOT
calm heron
#

!e

passenger_age = int(input())

carry_ons = int(input())

checked_bags = int(input())

passenger_age = 56
carry_ons = 2
checked_bags = 4

air_fare = 0

if passenger_age <= 2:
air_fare = 0
elif passenger_age >= 60:
air_fare = air_fare + 290
else:
air_fare = air_fare + 300

if carry_ons > 0:
for i in range(1, carry_ons + 1):
air_fare = air_fare + 10

if checked_bags > 0:
for i in range(1, checked_bags + 1):
if i == 1:
pass
if i == 2:
air_fare = air_fare + 25
if i > 2:
air_fare = air_fare + 50

print(air_fare)

wise cargoBOT
cerulean ridge
#
unc

Unc is a slang term that is a shortening of the word โ€œuncle.โ€ It is often used humorously on the internet in the phrase โ€œunc statusโ€ to imply that someone is old, getting old, or acting older than their age. Someone referred to as unc may also exhibit behaviors that are considered outdated or out of touch.

amber raptor
#

!e python import random numbers = [] for x in range(1,9): numbers.append(x) print(numbers)

wise cargoBOT
amber raptor
#

!e python import random numbers = [] for x in range(1,9): numbers.append(x) print(numbers)

wise cargoBOT
amber raptor
#

!e python import random numbers = [] for x in range(1,9): numbers.append(x) numbers = random.shuffle(numbers) print(numbers)

wise cargoBOT
solar light
#

does it have a git?

whole bear
#

yo sup chat

#

this server is CONFUSINGG

inner hill
#

@raven lance

raven lance
#

yess

odd hollow
#

!e
print ('Hello u All')

wise cargoBOT
raven lance
odd hollow
raven lance
#

wbu?

odd hollow
#

ty

raven lance
odd hollow
#

!e
import pandas as pd
orders = pd.DataFrame({
"order_id":[1001,1002,1003,1004,1005,1006],
"customer_id":[1,2,1,3,5,2],
"product_id":[101,103,102,104,103,101],
"quantity":[1,2,1,1,3,1],
"order_date":["2024-03-01","2024-03-02","2024-03-05","2024-03-07","2024-03-10","2024-03-15"]
})

wise cargoBOT
odd hollow
#

!e
import pandas as pd
orders = pd.DataFrame({
"order_id":[1001,1002,1003,1004,1005,1006],
"customer_id":[1,2,1,3,5,2],
"product_id":[101,103,102,104,103,101],
"quantity":[1,2,1,1,3,1],
"order_date":["2024-03-01","2024-03-02","2024-03-05","2024-03-07","2024-03-10","2024-03-15"]
})

print (orders)

wise cargoBOT
gritty leaf
alpine crater
#

what did I walk in on

#

basically any historical figure is gonna have something bad they did when you go digging.

solar light
#

yo

#

@tacit crane ur indian?

#

uh

#

anyone seeing this

#

@manic thistle

manic thistle
#

yes bro

#

@solar light

solar light
#

mb

#

wait wait yes sorry

#

ram got overloaded

manic thistle
#

what

#

how much ram do you got

solar light
#

7.6 gb

manic thistle
#

are you on windows or linux

solar light
sleek otter
#

OOM?

solar light
manic thistle
#

aa ok

#

use ARCH or nixos bro

solar light
#

might dual boot with it

manic thistle
#

ya its a good pratice

solar light
#

uh guys

#

im just getting into python

#

what should i start with

manic thistle
#

start with like what do you mean a project?

solar light
#

@candid spire i dont think theyll give internet priority when a lot of people dont have food to eat

solar light
candid spire
manic thistle
#

at what level like what i mean did you compete list stuff?

manic thistle
#

Hello, World!
Variables and Types
Lists
Basic Operators
String Formatting
Basic String Operations
Conditions
Loops
Functions
Classes and Objects
Dictionaries
Modules and Packages
Input and Output
from these where are you right now

#

@solar light

solar light
#

uh i know basics of all of them, lets say i know 50% (in my opinion)

manic thistle
#

how do i know whats 50% you know to suggest what to program first man

solar light
manic thistle
#

oo ok

#

then make me a cli bank program that takes user inputs 4 inputs the amount of money you have,withdraw,deposite ,and exit the program

#

@solar light

solar light
#

yep yep i making

manic thistle
#

o ok

solar light
#

ill copy and paste from my ide dw
]

solar light
manic thistle
#

if you withdraw then you subtract and if you deposite then add

solar light
#

!e
acc_balance = int(input("amount of money you currently have in your balance?"))
withdrawl = int(input("how much do you wish to withraw?"))
deposit = int(input("how much do you wish to deposit"))
final_balance = acc_balance - withdrawl + deposit
print ("your current account has ", final_balance ,"dollars")

#

huh

manic thistle
#

the f bro i didnt ask for it the program is shit

solar light
#

ah ok

#

sorry

manic thistle
#

def show_balance(balance):

print(f"Your balance is ${balance:.2f}")

def deposit():

amount = float(input("Enter an amount to be deposited: "))

if amount < 0:
    
    print("That's not a valid amount")
   
    return 0
else:
    return amount

def withdraw(balance):

amount = float(input("Enter amount to be withdrawn: "))


if amount > balance:
   
    print("Insufficient funds")
    
    return 0
elif amount < 0:
 
    print("Amount must be greater than 0")
    
    return 0
else:
    return amount

def main():
balance = 0
is_running = True

while is_running:
    
    print("   Banking Program   ")
   
    print("1.Show Balance")
    print("2.Deposit")
    print("3.Withdraw")
    print("4.Exit")
   
    choice = input("Enter your choice (1-4): ")

    if choice == '1':
        show_balance(balance)
    elif choice == '2':
        balance += deposit()
    elif choice == '3':
        balance -= withdraw(balance)
    elif choice == '4':
        is_running = False
    else:
        
        print("That is not a valid choice")
       


print("Thank you! Have a nice day!")

if name == 'main':
main()

#

like this man @solar light

sleek otter
solar light
#

oh

#

im the dumbest shit imaginable

manic thistle
#

i just copy pasted it from my python pratic folder man i was 15 when i wrote it man @sleek otter

solar light
#

i am 14 ๐Ÿ™

manic thistle
#

anytime is a good time to start

solar light
#

oh ok ok

inner hill
#

@sleek otter

#

@turbid karma

turbid karma
#

hi

inner hill
#

hi , what are you doing man

turbid karma
#

feel like coding

subtle cape
#

Hi! I'm a beginner learning Python and I'm looking for someone at a similar level who wants to learn and practice together. we could share projects, help each other, and improve. if you're interested, feel free to DM me ๐Ÿ™‚

green mesa
subtle cape
# green mesa Why are you learning Python?

Honestly, I donโ€™t have a specific reason. Iโ€™m just really curious , I enjoy learning it so far, even when it gets hard, and when I start coding I completely lose track of time ๐Ÿ˜…

subtle cape
green mesa
#

are you a student?

latent gale
#

im suppressed lol

#

how have you guys been

subtle cape
green mesa
modest shale
barren salmon
#

bruh

#

hello

#

how are you?

#

oh

#

lol

#

ye

#

lol

#

true

#

idk

#

wanted to talk

#

but ig i cant

#

oh

#

ye

#

you cant even SS

#

oh

#

damn

#

ye

#

true

#

ikr it is so bad now

#

ye

#

oh

#

lol

#

ye

#

damn

#

that sucks

#

oh

#

so can you even SS?

#

true

#

oh

#

why?

#

bye

#

im back

#

hello

#

like im trying to do something and the AI is taking so long lol

#

yep

#

oh

#

oh yeah

#

yep

#

ye

#

oh

#

so did python code there AI

#

that they use?

#

so they use Chat GPT

#

ye

#

oh yep

#

ye

#

oh

#

nice

#

hello @tacit crane

#

oh

#

than what is the AI built with what AI than?

#

good

somber heath
#

@final monolith here

unreal vapor
#

no i haven't connected my mic

#

yea

#

hiii

#

soo.. what are you doing

#

oplamist i gotta go now i have school lol

#

ok

somber heath
#

@ebon dune ๐Ÿ‘‹

final monolith
#

because discords always weird

somber heath
#

So...

final monolith
#

Iโ€™ve been gone for three years.

#

Do u remember a kid with a high pitched voice that would always outrageously sing when joining vcs?

#

That would be me.

#

How are you?

#

If you dm call me, which I do know u arenโ€™t inherently a fan of dm calls or DMs in general.

#

However if you do dm call me youโ€™d definitely recognize my voice if so haha.

#

You can make an exception I am harmless.

#

Then we shall see in 2 days

#

Not a worry ๐Ÿ™‚

#

I wanted to learn about python.

#

I have to say the reason in a dm but I will delete the messages after. ๐Ÿ˜‚๐Ÿ˜‚

#

Youโ€™ll definitely remember me from there.

somber heath
#

Are you able to hear me?

blazing pasture
#

Hey buddy

#

Itโ€™s me again

#

Iโ€™m so sick of discord bro

#

๐Ÿ˜‚

blazing pasture
#

Basically

#

I was trying to communicate with my display name

#

And it stopped working

#

yuh

#

okay so basically thereโ€™s violations where

#

if u spam in the interface

#

u cooked in anyway

#

even if itโ€™s not spamming

#

anyway Iโ€™ll get into it so

#

I was wanting to learn python as said

#

And I wanted to specifically learn about .pyexploits because I thought I was a big scary hacker larper at the time.

#

Yea I hear you, itโ€™s very annoying though

#

But news for you

#

Strictly ethical

#

Playing with tkinter now ๐Ÿ˜

#

Suffering

#

Bash for 2 years of experience

#

Python for a day ahaha

#

Itโ€™s challenging yes, but it circumvents help. The documentationโ€™s do get annoying.

#

Especially for memory with checksums holy fuck I lost it. haha

#

the designing is annoying but when paired imo with css

#

It can be better

#

But Iโ€™m hoping within 3 years

#

That I get a good basic concept down on it

#

how does that work never heard of it

#

Kivy?

#

oh

#

iOS or no

#

mmmm

#

I see

#

Thatโ€™s annoying

#

What is kivy development

#

I wanna jump on that asap

#

okay if so could u paste me a link here

#

Iโ€™d like to utilize it

#

right

#

u should have pure access

#

thatโ€™s stupid asf ๐Ÿ˜ 

#

haha fuck off on them

#

controllers

#

of the interwebs

#

what i would do this guy knows a lot about networking aye

#

get a server with a rotating proxy

#

itโ€™ll go through

#

no matter what

#

tapered to you

#

I get it

#

absolutely

versed ruin
#

hello

blazing pasture
#

mhm they shouldnโ€™t be able too but they can

#

itโ€™s kinda a limiter and a breach of your consumer

#

EXACTLY

#

LMAAOOA

versed ruin
#

I need help with Python coding.

blazing pasture
#

then build one with buttons

#

then play with sockets

somber heath
blazing pasture
#

is there a reason?

versed ruin
blazing pasture
#

did the owner hoster do something against Google?

#

my fave OS would be Ubuntu

#

I am based aye

#

๐Ÿ˜‚

#

It is

#

It should be compact in settings

#

which OS do u want

#

Windows only

#

any of your choice

#

u see how smart that would be

blazing pasture
#

I just wish I could stream haha

#

Iโ€™d show u my failed calculator

#

Iโ€™ll telll you a story ;D

so I started using meterpeter, or wtv itโ€™s called, and I found a vulnerability in the fbi.gov ๐Ÿ˜‚

#

it was funny

#

right

#

right

#

not fair

#

sounds like Canada

#

๐Ÿ˜‚

#

THATS WHATS STUPID

#

like my harddrive

#

I might have some bad stuff on it

#

but itโ€™s nothing towards bad of bad

#

Itโ€™s just files and documents

#

Right

#

@somber heath Sue the government

#

๐Ÿ˜‚๐Ÿ˜‚

#

Oh yeah. Thatโ€™s how it is

#

If u arenโ€™t liberal go home

#

LITERALLY GO HOME YK

#

๐Ÿ˜‚๐Ÿ˜‚

#

such bs

#

I hate political views on anti republican democrat etc

#

crush them all ๐Ÿ˜‰

#

tbh

#

thatโ€™s based

#

and itโ€™s not supposed to be based

#

itโ€™s the fact that it has came into it

#

because people are fucked now

#

oh Iโ€™m trans oh im gay, respect me Iโ€™m a veternan FUCK OFFF YK

#

and no I mean

#

those who do broadcast

#

lol

#

oh did I offend u

#

๐Ÿ˜”

#

OH NVM HAHA

#

SWEET

#

yeah no thatโ€™s a fact

stray pewter
blazing pasture
#

We need it to be ONE not four, ONE, a party of four in Canada are u joking. ๐Ÿ˜‚

blazing pasture
#

who claim to be vets due to being gay as a title

#

LOL

#

yeah

#

I think we need an optimistic rationalist parade

#

to just stop everything non-neutral

#

I wish

#

Itโ€™s almost like from the moment youโ€™re born

#

That u have a political view aye

#

Have u heard that theory

#

Itโ€™s connected to the dead horse theory

#

except itโ€™s not business related

#

century song equality or sideway?

#

oh Iโ€™ve heard it

#

yeah itโ€™s a fun song

#

hehehe

#

operaaaaa mannnn beautiful

#

OHHH LOL

#

okay so Iโ€™ll tell u something cool right

#

Iโ€™m pro Trump for three reasons and three reasons only:

he does shit
he fixes shit
he neutralizes terrorists

#

that is good

#

we need this

#

Oh that movie

#

oh u donโ€™t like Trump

#

alright

#

I respect it

#

Unlike many people

#

I actually donโ€™t really care for politics

#

I never really talk about it

#

So we can just not talk about it further

#

Does that work? @somber heath

#

what a shame

#

@somber heath well it was truly good talking to u, thanks for your time, I hope u have an amazing night.

kindred cobalt
#

@wind raptor can i pls get unmuted

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.

wind raptor
kindred cobalt
#

i am not gonna text in a coding language discord for 1h 30 mins just to talk

wind raptor
#

Ok

#

You do you

kindred cobalt
somber heath
#

You're nevertheless welcome to hang out and chat as you please within reason.

dense ibex
#

hi

kindred cobalt
#

print("why are there so many yappers in here")

#

@peak depot talking bout u btw

#

just wanted to ask sum 1

#

any1 here use debian or kali

#

@wind raptor

#

do u?

dense ibex
#

debian

wind raptor
kindred cobalt
#

with debian or kali or wtv

peak depot
#

You know there is close to 30 other txt channels for specific topics. this is VOICE-txt-channel

wind raptor
wind raptor
#

Mainly for server related stuff

#

Or Docker

kindred cobalt
kindred cobalt
#

im thinking bout switching back to windows lowk

#

linux

#

i remember the first time i switched to linux and all of a sudden my intenet got 5 times better

#

@peak depot i am 100% sure u are not above the age of 13 u aint not getting a job any time soon

#

@wind raptor why are yall so sensitive

#

there is discord servers that are called slurs

#

and u guys are pressed bout me having a opinion

peak depot
thick cradle
wind raptor
#

@thick cradle Are these related to the conversation somehow?

thick cradle
#

No

wind raptor
#

Ok, please don't just dump random vids then with no context

thick cradle
#

Wanna see why were cooked

#

As a society

#

This

#

67 is a brainrot meme

#

Its a 67 protest

#

About kids rights

#

Have you seen my solarballs edit

#

Its also in greek too

#

I made a song

#

What is your opinion on grindcore

#

Iam a fan of soad

thick cradle
#

The only grindcore song i know is chased through the woods

peak depot
#

"Danny Called Me A Cowboy King" from our upcoming EP "SEASONS // SPRING".

I see the distance
The road is long, and it's so far
It's so frustrating
But I must go and get that now

I'm thinking forward and I know
It's what I must do, for them all
I cannot let them down cause they believe in me

I can't believe my eyes
Can't tell if this is rea...

โ–ถ Play video
hot brook
#

i like metal genres in general

#

"women shouldn't listen to metal"

frigid marsh
#

hi

#

i like custom keyboards

#

i have glasses

#

you can call me boss

#

that is the nickname people call me irl

hot brook
#

do you perhaps use arch

frigid marsh
#

ahhh you read my bio

#

yes i do

#

my archlinux looks like macos

hot brook
#

i use spydows

frigid marsh
#

oh you mean wintoenails

#

ok

peak depot
hot brook
#

yes yes

#

i mostly debloated it n' stuff

#

so microsoft can't get shi out of me atp

frigid marsh
#

yeah i you can do that

#

i became an archlinux user when i wanted to try arch

hot brook
#

i can't be bothered to switch to linux

#

since i mostly work with win32api\

frigid marsh
#

bruh

#

ok

hot brook
#

i do use debian on my vps tho

frigid marsh
#

cool

hot brook
#

linux itself isn't super complex

#

i'm js lazy

frigid marsh
#

not every distro is gentoo

#

oh that shit gave me nightmares

#

i spent 1 hour waiting for the dolphin file manager to compile

#

1

#

fucking

#

hour

#

wtf man

hot brook
#

saw some1 on it compiling firefox on it for like 2 hours straight

#

i dunno if that's standard for firefox

frigid marsh
#

aw hell naw

hot brook
#

but god DAMN

frigid marsh
#

i use firefox nightly btw

#

with privacy badger and ublock origin

hot brook
#

what about dayly ๐Ÿค”

frigid marsh
#

firefox nightly

#

school i use firefox nightly

#

home i use firefox nightly

hot brook
#

is that a fork or sum

frigid marsh
#

firefox nightly is the unstable, bleeding-edge development version of the Firefox browser

#

i use that because why not

hot brook
#

i mean

frigid marsh
#

if it works and i get bleeding edge stuff then i use it

hot brook
#

oke i guess

#

i just use brave

frigid marsh
#

atleast better than using google chrome

#

chrome users be like:

hot brook
#

one of my friends uses OperaGX

#

just why

frigid marsh
#

because of youtube videos etc

hot brook
#

eh

frigid marsh
#

open source is always the best

hot brook
#

i dunno it's just sketchy

frigid marsh
#

oh it is

#

if i could i would open source myself

#

as a human

#

that runs on code

#

yeah the browser is fucking sketchy as hell

hot brook
#

i'm a big fan of oss anyways

frigid marsh
#

yes

#

will discord ever be open source?

#

i do not think so

hot brook
frigid marsh
#

i see that kloak is thinking of becoming open source

hot brook
#

i mean i just want something like discord with e2e encryption

#

and i'm not using whatsapp to chat with friends

#

hi hemlock

frigid marsh
#

man i think my keyboard clacks too hard

hot brook
#

?

frigid marsh
#

i think a wooden table would make it sound better

#

i have been meaning to get one

#

yeah you wanna know how my keyboard sounds like?

hot brook
#

sure

frigid marsh
hot brook
#

sounds pretty nice

frigid marsh
#

i think i should get a better mic

#

i would be talking with my mic rn if it wern't for the voice restriction

wide mason
#

i leave for TWO SECONDS

#

and everyones gone

solar light
#

hi

hot brook
#

hiยฒ

solar light
#

hi **= 2

jaunty brook
#

Hii

round idol
#

!user

wise cargoBOT
#

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

round idol
jaunty brook
round idol
#

Consistent 1:30 minutes active!??

#

That's a lotttt

jaunty brook
round idol
#

Well... Guess no yapping for me

celest bane
#

Hi guys

inner hill
candid spire
#

Hello

#

what's going on?

inner hill
#

you can't talk

inner hill
candid spire
#

Lost my voice and ability to think

#

I can chat only.

inner hill
candid spire
inner hill
candid spire
#

Gtg.

feral spoke
#

thanks

somber heath
#

@modest prawn

#

@dense smelt ๐Ÿ‘‹

dense smelt
#

Hello

#

Crazy aint it

#

You might need glasses

#

See

#

i knew it

#

He recorded himself calling a person who is black a n**r randomly on the street accusing him of disrupting his video. The dude was just walking past him. LOL

dense smelt
#

That seems perfectly normal behaviour

#

his death was a CIA op

#

Every prophet

#

it was holy

#

unholy c < Holy C

#

Its like holy water, once you bless it it improves

#

@cobalt loom That is an instresting profile description

#

it does not cover asexuals either

#

sure

north timber
#

Ye what do I do?

#

It's fine

#

Alright i have a bit of a problem here

#

So there's a main script .py then a gradient descent py

#

And gradient is the modile

#

Module

#

I'm tryna import it

#

I checked the name

#

Then

#

Main is right there

#

Is that a problem

#

Vs

#

Roiihht

#

For some reason linear_regression_math is being imported but not gradeint_descent

#

Hmmm there are no duplicates

#

Okay so linear equation math is in the same folder

#

Why would it going somewhere else

#

Use cd?

#

Idts

#

Hmmm I'm not so good at cs

#

Idk what happens behind the hood

#

Yes it is

#

But it's supposed to do the loss function as well

#

And weird

#

Why run if there's an error?

#

Ain't that weird

#

Well if it was running won't there be any error and the loss value be

#

Well

#

Accesible

#

Oh sorry

#

They both are

#

Wait is it imported?

#

I updated it

#

We have loss now

somber heath
#

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

north timber
#

๐Ÿ™๐Ÿป

#

I'm on my mobile

#

Nope mate

#

See?

#

I called the function

#

But

#

Since it's not imported

#

It's not being registered

#

Then why is it being underlined

#

Hmmm

#

Yes

#

Bgd

#

Missing imports..

#

Can we trust pylance?

#

๐Ÿคจ

#

Do i switch to idle?

#

Mhmmm

#

Blaw blaw

#

Plot is being displayed

#

It's good

#

I just thought it's not being

#

Imported

#

It is

#

Hmmm

#

You're right

#

Well alright

#

What's your name mate

#

Opal

#

Thanks mate

#

No shi

#

Hopefully we can talk in a few days

#

Anyways good day

quartz beacon
quartz beacon
blazing pasture
#

@quartz beacon impressive ๐Ÿ™‚โ€โ†•๏ธ

quartz beacon
#

I was reading through logs

blazing pasture
#

nah he told u about it

quartz beacon
#

And yes, I do it a lot, autism

blazing pasture
#

ofc he did

#

it doesnt matter

#

hes weird regardless

#

he lowkey

quartz beacon
#

???

blazing pasture
#

dislikes political views

#

of people who supports trump

quartz beacon
#

What

#

Who are you talking about

peak depot
#

Opal

blazing pasture
#

his thesis is that he doesnt want to talk to you if you like trump

#

opal

#

hes weird asf

#

hes dry asf

peak depot
#

No he is not

blazing pasture
#

he acts like your friend

peak depot
#

You are

blazing pasture
#

talks about liberalism

#

talks about how they are bad

#

but he doesnt like trump

#

thats just weird weird weird views bro

#

๐Ÿ’€

quartz beacon
#

Is Chris asleep

peak depot
#

Yes

blazing pasture
#

whose chris

#

aslong as they are more sociable than that opal guy i likey

quartz beacon
#

Do we wait or

peak depot
#

Naah, I need to do my hair

quartz beacon
#

You could call me

#

Socialist

quartz beacon
peak depot
#

Nope

quartz beacon
#

Fair

#

Gl on the hair, honestly hate drying mine

blazing pasture
#

Bro I was so nice to him btw

quartz beacon
#

If you got tips lmj

quartz beacon
blazing pasture
#

I literally just said, im pro trump because hes doing good with killing terrorists and stopping middle eastern wars and he goes

#

"oh you are pro trump bye"

#

๐Ÿ˜‚

blazing pasture
quartz beacon
#

I've seen "terrorists.".

#

Men, women and children

#

Disfigured by the pawns of these people

blazing pasture
#

So you can presume and agree with me that what trump is doing is good correct?

#

If he is actually stopping a conflict with those who want to continue conflicts.

#

On by presuming killing innocent people?

quartz beacon
#

Are you a fascist

blazing pasture
#

Because that's the only point I wanted to make.

quartz beacon
#

Self identified or otherwise

blazing pasture
#

But other than that, no I have good morals.

quartz beacon
#

Because Trump is on with the label

blazing pasture
#

I just believe that terrorists on any side or parties should die.

quartz beacon
#

He is a self labeled fascist

#

"any side of the party" have you been outside of NA

blazing pasture
#

It means any side, of anywhere.

quartz beacon
#

I'm a war refugee.

blazing pasture
#

Not strictly palestine, or iran.

#

Everywhere

quartz beacon
quartz beacon
#

I don't believe any invasion is justified

#

ANY

#

It's military industrial complex in the works

#

My friends died. Labeled "terrorists"

#

And you cheer

#

You don't know her

blazing pasture
#

I believe strictly, and somenly that if lives are at risk, and people grant threats towards one and eachother about anything war power related to go be combative and bomb innocent states that have no reason to be attacked without sanctions or without leagal print so.

quartz beacon
#

You see a number in polls

blazing pasture
#

yeah idrc about the sob story

quartz beacon
#

You don't see the human suffering

quartz beacon
blazing pasture
#

i think terrorists do deserve to die

quartz beacon
#

You're a fascist

blazing pasture
#

and i think their entire story of their book

#

is made by pilgrims

quartz beacon
#

It's not like empathy is your strongest suite

blazing pasture
#

for hundreds of years

#

that is my understanding

quartz beacon
#

Who's terrorists

blazing pasture
#

genetical testimonial child r-pe did exist too

#

through them islam people

quartz beacon
#

Oh ok

blazing pasture
#

Ya see.

quartz beacon
#

I'm Christian btw

blazing pasture
#

Do you or do you not support me?