#voice-chat-text-0

1 messages Β· Page 204 of 1

willow light
#

TURN OFF MY CRINGE INHIBITORS

rugged root
#

Wait wouldn't you want those on?

#

To avoid feeling the cringe?

willow light
#

I may be cringe, but that makes me free.

#

And it is a cringe or be cringe world

modest condor
#

@rugged root can I have stream permissions?

rugged root
#

Whatcha workin' on?

willow light
#

DSL? Sure I can use a copper cable for netflix

modest condor
rugged root
#

Like... writing it not playing it right?

modest condor
#

writing, yes

rugged root
#

!stream 1147845388599054418

wise cargoBOT
#

βœ… @modest condor can now stream until <t:1697748024:f>.

modest condor
#

5 mins? lol

rugged root
#

5 min to get you set up

#

The stream doesn't die so long as you're already streaming

#

After the 5 it just revokes the role but doesn't kill the stream

modest condor
#

i need to learn the rules of black jack lol

rugged root
#

That'd probably help, yeah

modest condor
#

its confusing

#

so idk if i wanna do blackjack lmao

#

I need ideas for this hotel class lmao

#

@lavish rover Can you give me some ideas for my hotel class that I have screenshared?

#

Idk

#

its js for practice

velvet tartan
whole bear
rugged root
#

Bunbun of destruction

whole bear
rugged root
#

That's ominous

velvet tartan
#

@lavish rover

rugged root
#

The default cartoon things really need an eye to head ratio setting

velvet tartan
#

Cinnamon roll squirrel

rugged root
#

GGPT

lavish rover
willow light
#

Looks nice and all, but i'm still not paying for chatgpt+ lol

hollow perch
#

blockchain will be important for sure

#

brooo..

#

how can u say that

#

yes but more people use blockchain more is secure

#

semi decentralized is really a good option for crpto usage to scale

#

hm btw a good hacker that hack coins is really hard to find you can see transactions but you need ip or infos assiociated qith account to see where the hacker is, that depend with what services you make transactions

rugged root
#

Yarp

hollow perch
#

yass

#

fiat or fun

#

blockchain in sattelite !!

#

yea banks willl fo their own coins

#

do

somber heath
#

Maybe we can have gold bars stamped with Bored Ape.

hollow perch
#

but the smart contracts is on blockchain so there is trust instead of decentralized

willow light
#

The best way to stop mining is a carrington-level event

#

libertarians or Libertarians(TM)? lowercase libertarians don't give a damn. uppercase Libertarians are just using the word to disguise the fact that they secretly want to be the ones in control.

#

Humanity is special for two reasons.

  1. We have the ability to learn from the mistakes of others.
  2. We have a very strong disinclination to do so.
#

(well that and we can run for very long distances without stopping)

hollow perch
#

its like so new and at this moment the only utility is like casino and hugee amout transaction there is no utility at this time

#

But at this time

#

we need web3 developpers !

#

trading bots is real

#

1000 is worth if it work for 3 humans xd

#

idk i think its how data is managed

#

for sure

vernal minnow
uncut lynx
hollow perch
#

and i feel chatgpt at this time is not that much creative i see it with frontend

#

microsoft rly want the chat

#

stack overflow is a bit like opensource

uncut lynx
hollow perch
#

risk v arch is not public 😒

vernal minnow
#

https://www.youtube.com/watch?v=IgF3OX8nT0w fun video about analog computers that mentions this co: https://www.theregister.com/2022/11/09/mythic_analog_ai_chips/ (unfortunately looks like they went bust)

Analog computers were the most powerful computers for thousands of years, relegated to obscurity by the digital revolution. This video is sponsored by Brilliant. The first 200 people to sign up via https://brilliant.org/veritasium get 20% off a yearly subscription.

Thanks to Scott Wiedemann for the lego computer instructions – https://www.youtu...

β–Ά Play video

Veep still says 'technology will eventually be very successful'

vernal minnow
#

GN! thanks for the chat

hollow perch
#

good night ! @vernal minnow

wise loom
#

@velvet patrol are you writing a robots.txt parser and policy?

#

that's what i understood

wise cargoBOT
#

scrapy/downloadermiddlewares/robotstxt.py line 65

def robot_parser(self, request, spider):```
velvet patrol
wise loom
#

and you like it? does it do everything you need?

#

idk if you had a question or was just describing your current progress

#

oh I see, so the ToS and robots.txt aren't aligned

#

@desert wolf well.. web logs can be analyzed and various information derived from it, but.. then again, a browser can also do that..

#

@velvet patrol Cloudflare has various ways to protect your website from bots

hollow perch
#

big frog

#

no voice permissions

#

frog with tail

#

he have frog tongue ?

velvet patrol
hollow perch
#

damn

#

gn !

wise loom
#

lizards are super-scary

lavish rover
wind raptor
#

!paste

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.

tulip plover
#
    conn = sqlite3.connect('datebase.db')
    c = conn.cursor()
    c.execute("INSERT INTO users VALUES (?,?,?,?,?)",(first,last,email,master_password,key))
    conn.commit()
    conn.close()
    return 0```
#
                     t.value = f"Textboxes values are: {email.value}, {master_password.value}"
                     t.color = "white"
                     MASTER_PASSWORD = func.hash_master_password(master_password.value)
                     
                     try:
                         db.add_user(first_name.value,last_name.value,email.value,MASTER_PASSWORD,func.new_key())
                         main(page)
                     except db.sqlite3.IntegrityError:
                          t.value = "This email is already taken try a new email or go to login "
                          t.color = "red"
                     

                page.update()```
#

Exception in thread Thread-255 (button_clicked):
Traceback (most recent call last):
File "C:\Users\judel\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1052, in _bootstrap_inner
self.run()
File "C:\Users\judel\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 989, in run
self._target(*self._args, **self._kwargs)
File "c:\Users\judel\OneDrive\Documents\Python\app.py", line 94, in button_clicked
db.add_user(first_name.value,last_name.value,email.value,MASTER_PASSWORD,func.new_key())
File "c:\Users\judel\OneDrive\Documents\Python\database.py", line 38, in add_user
c.execute("INSERT INTO users VALUES (?,?,?,?,?)",(first,last,email,master_password,key))
sqlite3.OperationalError: database is locked

wind raptor
#
def add_user(first,last,email,master_password,key):
    with sqlite3.connect('datebase.db') as conn:
        c = conn.cursor()
        c.execute("INSERT INTO users VALUES (?,?,?,?,?)",(first,last,email,master_password,key))
#

!stream 859941274425753610

wise cargoBOT
#

βœ… @tulip plover can now stream until <t:1697769119:f>.

wind raptor
#

!stream 717749310518722691

wise cargoBOT
#

βœ… @whole bear can now stream until <t:1697769703:f>.

heavy creek
#

presentations wtf ?

#

lol

#

use some ai tool

#

πŸ₯±

#

I hate making ppts

#

very boring

#

and gay

untold hemlock
#

good

heavy creek
#

oh alr

untold hemlock
#

i need send a few more messages

#

to become verified

#

ill brb

heavy creek
#

@wind raptor k sry

#

im voice verified but i dont wanan talk

#

Make discord bots πŸ₯±

#

im working on one rn

#

other suck

#

I abanodend it too but then got back bcz of hybrid commands

#

they are very good

#

I used disnake and nextcord both

#

Ye nextcord was garbage

#

I hope I dont get muted 😭

#

for spam

#

oh alr

#

thats good

#

Oh ok

untold hemlock
#

do i need to say 50 messages or can u verify me

heavy creek
#

I dont think he can verify u

untold hemlock
#

πŸ₯Ί

#

ok

heavy creek
untold hemlock
#

do these ones here count

heavy creek
#

i think so

untold hemlock
#

ok

heavy creek
#

im alr voice verified no worries πŸ‘Œ

#

i gtg

#

brb

#

after eating

untold hemlock
#

dang i still need more

#

est >

#

pst does feel nice though

#

i wish i was in california

#

VERy

#

tax is too high

#

whats the situation

heavy creek
#

ima eat in my room πŸ‘Œ

untold hemlock
#

anyone here good with appium

heavy creek
#

nope

#

It looks cool

#

so

untold hemlock
#

no

#

there are too many episodes

#

and doesnt appeal to me

heavy creek
#

I only watched bey blade

untold hemlock
heavy creek
#

and carmen sandiego its a kids thing but its nice

heavy creek
#

"Freash" apples

untold hemlock
#

very true

heavy creek
#

voice reveal question

untold hemlock
#

cant

#

not verified

heavy creek
#

@wind raptor oh ye pokemon

#

ofc

#

who didnt watch pokemon

#

cmon

heavy creek
untold hemlock
heavy creek
#

leme go close my room door

#

back

#

Ima sound so squeaky 😭

#

anyone wanna test out my api i made for fun?

#

it just gives out greetings

untold hemlock
#

sure

heavy creek
#

idk y i made it

heavy creek
whole bear
#

The official video for β€œNever Gonna Give You Up” by Rick Astley.

The new album 'Are We There Yet?' is out now: Download here: https://RickAstley.lnk.to/AreWeThereYetFA/itunes

β€œNever Gonna Give You Up” was a global smash on its release in July 1987, topping the charts in 25 countries including Rick’s native UK and the US Billboard Hot 100. It...

β–Ά Play video
heavy creek
#

Totally not a rickroll

#

woww

#

so hidden

#

@wind raptor u gonna go?

#

nvm mayor

#

bye

#

@untold hemlock

untold hemlock
#

yeah

untold hemlock
#

sure

heavy creek
#

dms

untold hemlock
#

ill have to leave tho cause im in way to many servers

heavy creek
untold hemlock
#

does anyone know how to fix this issue? I have a similar issue to this guy

wind raptor
#
CREATE OR REPLACE FUNCTION InsertProductIntoOrder(
    p_id IN bb_product.idproduct%TYPE,
    b_id IN bb_basketitem.idbasket%TYPE,
    p_quantity IN bb_basketitem.quantity%TYPE
) RETURN VARCHAR2 IS
    order_count NUMBER(3) := 0;
BEGIN
    -- Check if the order exists
    SELECT COUNT(*) INTO order_count FROM bb_basket WHERE idbasket = b_id;
    IF (order_count = 0) THEN
        RETURN 'Update failed: Order does not exist';
    END IF;

    -- Insert a new product into the table
    INSERT INTO bb_basketitem (idbasketitem, idproduct, price, quantity, idbasket)
    VALUES (bb_idbasketitem_seq.NEXTVAL, p_id, (SELECT price FROM bb_product WHERE idproduct = p_id),
            p_quantity, b_id);

    RETURN 'Update succeeded';
EXCEPTION
    WHEN OTHERS THEN
        RETURN 'Update failed: ' || SQLERRM;
END InsertProductIntoOrder;
heavy creek
#

more confusing than js 😭

#

i can see

#

lmao

untold hemlock
heavy creek
#

@untold hemlock try now

untold hemlock
#

ok

heavy creek
#

😭

#

its a rickroll

untold hemlock
#

bruh

#

alright ima go sleep

#

bye

heavy creek
#

bruh

#

@wind raptor can u test out my api :)

#

chris how is ur mic so good

#

damn

#

its us 2 only now ig

heavy creek
#

idk its new

#

if u want tho

#

its a greetings api

#

ill give u a key

#

wait

#

idk

#

It was my first api

#

so

#

sure wait

#

can i ss?

#

yep yep

#

i dont wanna be banned anyway πŸ˜‚

wind raptor
#

!stream 807146991179399178

wise cargoBOT
#

βœ… @heavy creek can now stream until <t:1697771327:f>.

heavy creek
#

pretty simple

#

yep

#

only 20 greetings tho

#

I also did something else too

#

wait

#

Flask

#

did u see my bot intergration

#

with the api

#

look

#

Ye it was just to see my knowledge

#

of python

#

can i see u make the django app?

#

idk why but i like people coding

#

oh sure

#

its fine

#

!stream

#

hehe

#

wait rust is also a lanuage right?

#

oh alr

#

is it hard?

#

oh alr

#

mhm

#

Nah I should learn js first

#

I used to make discord bots in js but i forgot it 😭

#

ye making websites for a living isnt rly a gud job rn

#

bcz of wordpress stuff

#

fr

#

how old r u chris

#

DAMn

#

brb

#

back

#

im very sry

#

looks nice

#

nah its fine

#

@tulip plover use bluewillow

#

its free

#

cant talk rn 1 sec

#

actually ima go smth

#

Bye!

#

gooday yall

nocturne sail
#

Ok

turbid sandal
#

I just boosted this server

#

come vc

#

@wind raptor

gentle flint
gentle flint
#

!pypi flightplandb

wise cargoBOT
gentle flint
slender viper
#

how to pass testcase

#

all

#

Can anyone help to pass all testcase

#

Restricted Word: if else for while import [ ] { }

gentle flint
formal meteor
gentle flint
oblique ridge
slender viper
#

i pass this now

slender viper
oblique ridge
#

sure

oblique ridge
somber heath
oblique ridge
#

|x|

#

|-1| = 1

turbid sandal
#

|x|=x+(2x)

oblique ridge
#

!e

from math import sqrt
print(abs(2), abs(-2))
a = lambda x: sqrt(x ** 2)
print(a(2), a(-2))
wise cargoBOT
#

@oblique ridge :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | 2 2
002 | 2.0 2.0
oblique ridge
#

|2| = sqrt(2^2) = 2

#

|-2| = sqrt((-2)^2) = sqrt(4) = 2

#

2i + 3j

#

sqrt(a^2 + b^2)

#

v = 2i + 3j

#

|v|

#

2x + 3y

turbid sandal
#

3.60555

oblique ridge
turbid sandal
#

o=3 a=2 h=3.6

rugged root
#

Hippopotenuse

oblique ridge
#

!e

import math
x, y = 2, 3
# arctan(y / x)
print(math.atan2(y, x) * 180 / math.pi)
wise cargoBOT
#

@oblique ridge :white_check_mark: Your 3.12 eval job has completed with return code 0.

56.309932474020215
oblique ridge
#

!e

import math
print(2 * math.pi)
wise cargoBOT
#

@oblique ridge :white_check_mark: Your 3.12 eval job has completed with return code 0.

6.283185307179586
oblique ridge
#

a radian is 1

#

pi is 3.14

#

a circle is 2 pi

#

a circle is 6.28 rad

rugged root
#

That's pretty rad

oblique ridge
#

360 2pi

#

360deg = 2pi rad

#

180deg = pi rad

#

oops inch square over cm

#

dum dum me

turbid sandal
#

(0.9 x 2)

oblique ridge
#

3 * 2.54 " cm / 1"

#

3 * 2.54~~ " cm / 1"~~

#

2.54cm = 1"

#

3" != 3cm

#

3 * 2.54 != 3

#

3" * 2.54cm/1" = 7.62cm

#

360/2pi

#

180*2/2pi

#

180/pi

#

rad/rad cancels

#

"/" cancels

#

so in summary i say magnitude and absolute value are the same operation and no arguing with me can convince me otherwise

short owl
#

mmmmmm MATH with gravey on the side

gilded rivet
#

@crystal fox

whole bear
#

is that a stomach?

gilded rivet
heavy creek
gilded rivet
#

@rugged root

#
#
rugged root
desert vector
rugged root
#

Yeeeeeeeeeeeeeeeeep

#

iTouch?

#

Like...

#

Also, it LOOKS like it's still a Win95 app

desert vector
#

Win95??? fear

echo garden
#

boo

#

win95? i just got transported to 1994

#

woot ta woot ta bom bo bo bom

rugged root
#

Yeah, Office-Logic is developed like like 2 or 3 guys for decades

#

They haven't seen a need to update its looks or functionality all that much

oblique ridge
#

a farmer is being interviewed about his cows
Interviewer: How much milk do these cows give?
Farmer: Which one? The Black one or the brown one?
Interviewer: Brown one.
Farmer: A couple of litres per day.
Interviewer: And the black one?
Farmer: A couple of litres per day.
Interviewer(naturally a bit flummoxed): I see. What do you give them to eat?
Farmer: Which one? Black or brown?
Interviewer: Black.
Farmer: It eats grass.
Interviewer: And the other one?
Farmer: Grass.
Interviewer(now annoyed) : Why do you keep asking which one when the answers are the same?!
Farmer: Because the black one's mine.
Interviewer: Oh, and the brown one?
Farmer: It's also mine

whole bear
#

Reminds me of this

gilded rivet
#

@left leaf

#

@rugged root

rugged root
#

Gang signs or Illuminati? You decide!

somber heath
#

WSCII

desert vector
#

gangluminati

dry jasper
#

day 1 - light and darkness; day 2 - sky and sea; day 3 - land; day 4 - sun and moon; day 5 - birds and fish; day 6 - animals, man, and woman; day 7 - God rests.

untold hemlock
#

is pycharm better than vs code

#

120 when typing like parentheses and numbers? i would never be able to do that

#

anyone here know how to like start an apk app with appium in a python script

whole bear
untold hemlock
#

@whole bear

whole bear
#

nice

untold hemlock
whole bear
#

i suck

left leaf
#

my max was 139

untold hemlock
#

idk how ppl write 150+ wpm

#

its like immpossible

left leaf
#

its doable

#

no

#

i switched keyboard and got like 20+ buff

#

this is the key

whole bear
#

mech keeb?

#

archlinux

#

barch bwt

#

helix

untold hemlock
#

is py charm good

#

i use vs code

#

and ppl say its better

whole bear
#

what?

left leaf
#

what are you trying to do'

#

its stuck on one ?

whole bear
#

helix is nice

#

onblur means when defocused

#

yea stupid name

whole bear
#

sup

whole bear
#

Goddamit

shy raft
#

hi bakas

hollow perch
#

hello

#

ALLLLLLLLLLLLLLLLLLOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

somber heath
#

@obtuse cape πŸ‘‹

somber heath
#

@ripe kestrel πŸ‘‹

ripe kestrel
#

@somber heath hi everyone how you doing

#

oh i dont have access to voice

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.

ripe kestrel
#

!voice

ripe kestrel
# somber heath !voice πŸ‘‡

ou are not currently eligible to use voice inside Python Discord for the following reasons:

β€’ You have sent less than 50 messages.

#

i need to do 50 messages

#

lmaoo but i feel like i have chat enough in this server

#

have been here for 2 to 3 month

#

lmaoo

#

!voiceverify

wind raptor
#

Heyo πŸ˜„

solid sky
#

how to be fast typer

#

??

vocal basin
#

"practice and discipline, as with all things"

#

"why?" would be a harder question

solid sky
vocal basin
#

as for practice, there are tools (idk exact names)

#

as for discipline, learn blind typing and optimal hand placement

solid sky
vocal basin
#

touch (blind) typing is useful because it reduces the issue of context-switching

#

the area, where fast typing really matters, is stenography (and live captioning)

#

for programming it only helps in a competitive setting, but even then to a limited degree

solid sky
#

OK

#

I UnderStande

#

I mean Understand

vocal basin
#

(competitive as in sports competitive, not production competitive)

solid sky
#

so if we type fast the program well be bad because your typing fast and when you type fast a lot of mistake can be acor

vocal basin
#

not necessarily
"speed of typing" normally refers to speed adjusted for mistakes (i.e. only counts correct characters/word/etc.)

#

typing just isn't a bottleneck in most circumstances

solid sky
#

god damn

#

I am OK

#

but my cat is eating a grass for some reason

#

becouse I can't talk

#

WTF

vocal basin
#

(61 not counting 2 in #bot-commands)

bronze stump
#

this is a message

#

this is another message

#

i need to have 50 messages in this discord to unlock my mouth

#

for i must scream and have no mouth

#

oh the horror of being controlled by an AI that only seeks to torment us immortal fools

#

but lucky me i found a can of beans

#

to smash my friends heads in

#

and

#

free them

#

from the abuse of our AI overlord

#

we needed a can opener

#

but alas

#

we did not have one

#

so i opened the cans of my friends

#

with this bean can

#

whilst our overlord

#

shook himself

#

silly

#

with laughter

#

distracted, i

#

created a diasaster

#

but poor

#

little me

#

no longer in my proper form

#

reduced to a pile

#

of GOO

#

Good god! how awful!

#

For i need a mouth

#

and CAN not scream

#

anyone got any shreddered cheese?

#

its 2am and the light from the microwave makes me crave

#

those better days

wise loom
#

@lean pumice can you point to what you're talking about?

#

@vocal basin discord bots are the new thing?

#

@vocal basin why does everyone want to write discord bots

vocal basin
#

I've been doing it since 2018, so not very new in terms of how long Discord existed

#

I think proper public API became available around that time

lean pumice
#

their are other tools like telegram too, but i use discord a lot and its much richer than other messeging apps

#

and oh, i wrote custom bot to impress my girl too haha xD

wise loom
#

@whole bear yo

shy raft
#

@whole bear hi

wise loom
#

@whole bear yo talking to someone on some app

#

Ye

#

@whole bear that’s how we do.. you know we always try to chat πŸ’¬ with ppl

#

@whole bear too much time needed for ps5

wind raptor
#
CREATE OR REPLACE FUNCTION InsertProductIntoOrder(
    p_id IN bb_product.idproduct%TYPE,
    b_id IN bb_basketitem.idbasket%TYPE,
    p_quantity IN bb_basketitem.quantity%TYPE
) RETURN VARCHAR2 IS
    order_count NUMBER(3) := 0;
BEGIN
    -- Check if the order exists
    SELECT COUNT(*) INTO order_count FROM bb_basket WHERE idbasket = b_id;
    IF (order_count = 0) THEN
        RETURN 'Update failed: Order does not exist';
    END IF;

    -- Insert a new product into the table
    INSERT INTO bb_basketitem (idbasketitem, idproduct, price, quantity, idbasket)
    VALUES (bb_idbasketitem_seq.NEXTVAL, p_id, (SELECT price FROM bb_product WHERE idproduct = p_id),
            p_quantity, b_id);

    RETURN 'Update succeeded';
EXCEPTION
    WHEN OTHERS THEN
        RETURN 'Update failed: ' || SQLERRM;
END InsertProductIntoOrder;


DECLARE
    v_result VARCHAR2(255);
BEGIN
    -- Enter product id, order id, and quantity here
    v_result := InsertProductIntoOrder(
        p_id => 2,
        b_id => 10,
        p_quantity => 3
    );

    -- Output the result
    DBMS_OUTPUT.PUT_LINE(v_result);
EXCEPTION
    WHEN OTHERS THEN
        DBMS_OUTPUT.PUT_LINE('Error: ' || SQLERRM);
END;
scarlet halo
#

yo

shy raft
#

programming language made of only words goes crazy

#

they really had to put then for the if

shy raft
#

OOH

shy raft
#

scratch is pretty nice

#

/j

shy raft
#
PROCEDURE GREET name
    DISPLAY 'Hello, ' PLUS name PLUS '.'

LIST names ['Bob', 'Alice', 'Sam']
GREET name FOR name IN names
heavy creek
#

Hi

#

Pretty dead voice chat..

somber heath
#

By trend.

short owl
#

Hemmy mentioned this ... here ya go

umbral cape
#

@runic nimbus

#

yo

cobalt cloak
#

i got gifted nitro

gentle flint
wind raptor
safe bluff
#

hello.

#

@gentle flint What IDE do you use?

gentle flint
#

vscode

safe bluff
gentle flint
#

why do you care?

#

You asked which I used, that's my answer

safe bluff
#

@gentle flint Friend, why are you angry?

scarlet halo
#

hey

safe bluff
#

I am new to python.

#

Need a IDE for Mac.

#

What are advantages of pycharm over VSCode?

scarlet halo
#

batman use any ide you like

safe bluff
#

Jetbrains says pycharm is a 30 day trial.
Any way I can get it for a lifetime? Just like 100% premium softwares on my Android?

gentle flint
#

sure

#

pay

safe bluff
gentle flint
#

that would be illegal

#

so can't help you there, sorry

safe bluff
#

@gentle flint Thank you for answering me.
Have a good day, friend.

gentle flint
#

u 2

scarlet halo
safe bluff
#

@wind raptor Yes, I am a student.

#

@wind raptor Can you give me the student freebie?

gentle flint
safe bluff
#

Can I use VIM for python programming?
@gentle flint @wind raptor @somber heath

#

:i

#

:wq!

gentle flint
#

you could use notepad if you wanted

scarlet halo
#

also vscode has really great extensions

gentle flint
#

just a text editor is all you need

scarlet halo
#

in vscode theres a vim mode thingy

#

quite cool

#

haha i dont use the vim mode either

#

but i know it exists

somber heath
safe bluff
#

After learning Python, can people get a remote job in USA?

#

@wind raptor Why mention ELON MUSK?

timber wren
#
from turtle import *

camerax = 1
cameray = 1
cameraz = 1
FOV = 10

speed(3000)
def draw(x, y, z):
    posx = FOV * ((x + camerax) / (z + cameraz))
    posy = FOV * ((y + cameray) / (z + cameraz))
    setpos(posx, posy)


color('blue')
penup()

draw(-20, 20, 1)
pendown()
draw(-20, -20, 1)
draw(20, -20, 1)
draw(20, 20, 1)
draw(-20, 20, 1)
draw(-20, 20, 200)
draw(-20, -20, 210)

mainloop()
safe bluff
#

What did he do?

timber wren
#

i got it

scarlet halo
#

i just made a hotkey daemon

#

ye

#

some window control thingies

#

so im using a window manager for windows

#

its just built on top of dwm

#

so im controlling it with this keyboard daemon

#

because the official one didnt work

#

yeah practically

#

ah

#

mm nice

wind raptor
#

!stream 1097803309785567294

wise cargoBOT
#

βœ… @indigo crag can now stream until <t:1697973459:f>.

somber heath
#

@outer zinc πŸ‘‹

wind raptor
#

!stream 1001823397745004644

wise cargoBOT
#

βœ… @leaden garden can now stream until <t:1697975157:f>.

lunar mulch
#

!stream 972509136988295189

wind raptor
#

!stream 1053732836693258391

wise cargoBOT
#

βœ… @turbid sandal can now stream until <t:1697977484:f>.

tulip plover
#

Hello @somber heath

#

I have a question

somber heath
#

Hmm?

tulip plover
#

I have a password that I’m storing in a database should I also store it in the python file or should I go to the database to get the password

somber heath
#

You should never store the password, full stop.

tulip plover
#

Password manager

somber heath
#

@median hull πŸ‘‹

median hull
#

Hello

#

How is it going ?

#

I still remember your explanation for booleans

#

It was impressu

#

Impressive *

#

@somber heath

#

I am implementing deep learning research papers

#

And honestly speaking

#

This was like a lecture at the university you made

#

@somber heath

somber heath
#

@prime cloak πŸ‘‹

median hull
#

Have you ever thought of creating your own course ?

tulip plover
median hull
#

@somber heath I will buy it right away if you did

tulip plover
#

like can I keep the userid in the python file

#

I need to have the useid to get passwords and the email

slim jewel
#

Why

nocturne sail
#

Hi

ebon mist
#

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

nocturne sail
ebon mist
#

ok

#

np

slim jewel
#

!voice

ebon mist
#

asdas

leaden garden
#

i just created this gif in python brainmon

runic nimbus
#

VIH flag be like:

safe bluff
#

@umbral cape @somber heath Good Morning.
Can you friends, please check: Python-help?

A found a Harvard Teacher making a mistake.

#

Yes.

#

@somber heath @umbral cape The first code was written by the same Harvard Teacher in the youtube video.

#

According to the flowchart in the screenshot, why will Python check other conditions?

#

He said, after checking the 1st condition, it will come down and down and then stop.

somber heath
#

@whole bear πŸ‘‹

whole bear
#

WHAT

cobalt cloak
wind raptor
#

!stream 1115886583170748466

wise cargoBOT
#

βœ… @dusky lynx can now stream until <t:1698066909:f>.

frozen owl
#

"organic" traffic

#

gpt-powered traffic

#

gpt + stable diffusion time

somber heath
#

@whole bear πŸ‘‹

somber heath
#

@jaunty turret πŸ‘‹

#

@lone beacon πŸ‘‹

lone beacon
#

hey πŸ™‚

somber heath
#

@shadow quarry πŸ‘‹

shadow quarry
#

sry i can't speak in voice

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.

shadow quarry
#

oke

somber heath
#

@nocturne ridge πŸ‘‹

somber heath
#

@frosty flicker πŸ‘‹

#

@light tinsel πŸ‘‹

#

@rocky bluff πŸ‘‹

#

@dark hinge πŸ‘‹

#

@hallow glacier πŸ‘‹

woeful salmon
#

i gotta get out for now cya guys later

rugged root
#

See ya

vivid palm
vocal basin
#

we had a power outage at home too

#

and something unexpected happened to my server

#

LVM crashed and then it took four attempts to re-mount a volume

rugged root
#

Weird that it took so many tries

vocal basin
#

not including those when it was because of mistakes

frozen owl
#

yeh

vocal basin
#

what might'fe caused it to unbreak was vgdisplay which just lists volume groups

#

it's as if ls made ln work

frozen owl
#

on my half term break rn

rugged root
#

ln?

desert vector
#

link

rugged root
#

Oh right

vocal basin
#

symlink/hardlink

rugged root
#

Forgot how easy it is to do in Linux

desert vector
#

it's a hard link life
for us

rugged root
vocal basin
#

windows has those but it requires admin privileges

#

even if both source and destination can be accessed by a regular user

#

(or, at least, it was this way last time I check)

rugged root
#

It has ls, but not ln

#

It's a different command

vocal basin
#

yes

rugged root
#

I can never remember the order either

vocal basin
#

if it fails, swap dst and src

#

repeat until your system stops working

rugged root
#

Yeah honestly

vocal basin
#

there it's dst first

#

I remember it because it's weird

rugged root
#

@gentle flint Yo

gentle flint
#

@rugged root this perfectly describes me

rugged root
#

Yeah that tracks

desert vector
#

yeah, that racks Shotgun

#

awww, the shotgun is smol

scarlet halo
gentle flint
scarlet halo
vocal basin
#

Visual Studio + ReSharper

oblique ridge
desert vector
#

lmao yeah

vocal basin
#

and whatever other tools JetBrains integrates with VS
(decompiler, profiler and the third thing)

#

coverage was the third thing

rugged root
#

Oh yeah, forgot about ReSharper

vocal basin
#

"should I install it just to open it once and delete"

#

"Java stopped at 8 (hopefully not 7)"

#

Scala

pine depot
vocal basin
gentle flint
#

not yet clean

rugged root
#

Squeaky clean

#

Supervisor++

pine depot
#

Sudo visor

rugged root
#

My brain has failed me

#

Trying to remember how to handle something in Pandas

scarlet halo
#

headphones just died. bye for now!

oblique ridge
#

black to play
solution (i think probably): ||d4 ||

frozen owl
rugged root
#

!e print("ham 3ham".title())

wise cargoBOT
#

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

Ham 3Ham
rugged root
#

This bugs me

#

To me, it shouldn't capitalize the second H

oblique ridge
#

oh that's not good

#

i agree

rugged root
#

I'm running into a situation where I've got a report that has something like "3rd Party Delivery", but after it's processed, I've got "3Rd Party Delivery"

#

Doesn't hurt anything, just annoys me

frozen owl
oblique ridge
#

i think it comes out heavily in black's favor

frozen owl
#

sure i dont think white has any liberties here

#

probably in the middle ig but look i havent played go in 10+ years

rugged root
#

@hard sinew If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know about the voice gate

rugged root
#

It showed you joining and leaving a lot

#

Only reason I mentioned it

hard sinew
#

Yes, sorry, I'll check myself

#

🦍 πŸ‘

rugged root
#

All good

hard sinew
rugged root
#

It happens! No harm no foul

hard sinew
#

πŸ‘

obsidian jolt
#

πŸ’€ seniors

#

hyperlemon im still a cllg student tho so u guys seniors

rugged root
#

Not all

#

We've got some folks younger than you here

obsidian jolt
#

any of u guys from ai and ml domain?

rugged root
#

Not I.

#

We do have a few that frequent chat, though

obsidian jolt
#

naruto is

#

good

#

buroto is shit

#

@whole bear dont watch it waste of time

#

wat

rugged root
short owl
#

isnt that the guy he hangs off the roof ?

rugged root
#

I think so

short owl
#

the weasel

oblique ridge
#

the message he's talking about ^

obsidian jolt
#

yoon seems to be good at explaining

oblique ridge
#

sometimes
i'm bad often too

obsidian jolt
#

who just read pppt

oblique ridge
#

yeah i hate that lol

obsidian jolt
#

power point presentation

oblique ridge
#

@warm jay

obsidian jolt
#

@oblique ridge wat domain u work inhemlock

oblique ridge
#

rn i'm fintech

warm jay
rugged root
#

He makes fish

warm jay
#
#Import modules
import turtle
import time
import random

#Setup Screen

#Setup Background
scr = turtle.Screen()
scr.screensize(canvwidth=600, canvheight=600, bg="lightblue")
scr.setup(600,600)
scr.title("GoldenEye-0.1")

#Setup outline
sc = turtle.Turtle()
sc.penup()
sc.speed(500)
sc.goto(-275,275)
sc.pendown()
sc.fd(275+275)
sc.right(90)
sc.fd(275+275)
sc.right(90)
sc.fd(275+275)
sc.right(90)
sc.fd(275+275)
sc.hideturtle()
#Setup windows logo 
sc1 = turtle.Turtle()
sc1.fillcolor("orange")
sc1.speed(0)
sc1.penup()
sc1.left(90)
sc1.fd(160)
sc1.lt(90)
sc1.fd(60)
sc1.rt(180)
sc1.pendown()
sc1.begin_fill()
for i in range(10):
    sc1.forward(45)        
    sc1.left(108)
    sc1.fd(45)
    sc1.right(144)
sc1.end_fill()
print(sc1.pos())
rugged root
#

!stream 879612178158714930

oblique ridge
#

you'd have to turn left 72

wise cargoBOT
#

βœ… @warm jay can now stream until <t:1698082429:f>.

oblique ridge
#

and right 144

#

py -m pip install pygame

rugged root
#

py -m pip install pygame

obsidian jolt
#

@warm jay ur also a college student?jam_cavedude

oblique ridge
obsidian jolt
#

im the only one who uses spyder?

pine depot
#

my school wanted me to use spyder

#

they never noticed my screenshots were pycharm tho i guess

obsidian jolt
#

same

#

spyder

oblique ridge
obsidian jolt
#

do u guys have any road map for advance python learning?

pine depot
#

do a different project as often as possible

#

incorporate something new every time

#

thats my advice

oblique ridge
oblique ridge
#

no clue 🀷
i still haven't got around to touching that yet lol

rugged root
#

ML doesn't specifically mean advanced Python

#

Just ML

obsidian jolt
oblique ridge
gentle flint
gentle flint
obsidian jolt
#

ill take a leave now

#

bye everyone

warm jay
stuck furnace
#

Hey πŸ‘‹

#

Errrm, I'll DM you.

gentle flint
#

De Spanker is een houten zeilboot die rond 1960 werd ontworpen door Ericus Gerhardus van de Stadt in opdracht van de toenmalige zeilbond KVvNWV. De boot wordt gezeild door ten minste twee personen, maar hij is groot genoeg om door meer dan twee personen gezeild te worden. De Spanker is een volledige zeilboot die uitgerust is met een spinnaker en...

#

Flying Arrow is een merknaam voor meerdere typen open zeilboten. Het zijn polyester toervarianten van de houten wedstrijdklassen Schakel, Spanker en Flits. Alle zijn het zwaardboten met een knikspant en aanhangend roer. Flying Arrow boten hebben een simpele tuigage. Met deze boten kunnen geen officiΓ«le klassewedstrijden gevaren worden.
In een be...

stuck furnace
#

Yo Mina

vivid palm
#

downtrodden

olive hedge
#

downtro'en

vivid palm
#

attribute
oyster
greg
dictionary*
coupon
downtrodden
arugula
lambda

stuck furnace
#

Literally ritual humiliation πŸ˜„

vivid palm
#

.catify

viscid lagoonBOT
#

Your catified nickname is: mina✯✩✯ | α•‚α˜α—’

olive hedge
#

un-ion

oblique ridge
oblique ridge
#

Ctrl+Win+Alt+Shift+L

olive hedge
uncut meteor
#

ok

#

i am

oblique ridge
desert vector
olive hedge
oblique ridge
#

i wanted to send gif of windmill in lumbridge from runescape but couldn't find and got lazy
just imagine it now instead

olive hedge
desert vector
#

cue: brick

olive hedge
vivid palm
vivid palm
#

what are we talking about

desert vector
oblique ridge
#

frittatas

uncut meteor
wise loom
#

Full house 11 ppl in the VC. Never seen so many.

vivid palm
#

so what's the difference between a frittata and a quiche

wise loom
#

@vivid palm how do you feel in such a crowded place

oblique ridge
#

let me do my dad jokes 😩

wise loom
wise loom
oblique ridge
# vivid palm so what's the difference between a frittata and a quiche
A frittata and a quiche are both savory dishes, but they have some key differences:

    Crust:
        Quiche: A quiche traditionally has a pastry crust, often made from pie dough or a similar pastry.
        Frittata: Frittatas are crustless, which means they don't have a pastry shell.

    Eggs:
        Quiche: Quiches are made with a custard-like filling that typically includes eggs, cream, or milk. The filling is poured into the pastry crust.
        Frittata: Frittatas are made with eggs, but there is no separate pastry crust. All the ingredients are mixed with the eggs and cooked together in a skillet.

    Cooking Method:
        Quiche: Quiches are usually baked in the oven. The pastry crust is pre-baked before adding the filling, and then the whole dish is baked until the filling sets and the crust is golden brown.
        Frittata: Frittatas are prepared on the stovetop and then finished in the oven or under the broiler. They are typically cooked in a skillet, and the entire dish is cooked in one pan.

    Shape and Serving:
        Quiche: Quiches have a characteristic round shape due to the pastry crust. They are often sliced into wedges.
        Frittata: Frittatas have a more free-form shape and are usually sliced into wedges directly from the skillet.

    Ingredients:
        Quiche: Quiche fillings can vary widely but often include ingredients like cheese, vegetables, meats, and herbs.
        Frittata: Frittatas can also have a variety of ingredients, similar to quiche, but everything is mixed into the egg mixture and cooked together.

In summary, the primary differences are the presence of a pastry crust in quiche, the cooking method, and the shape. Quiches are baked with a crust, while frittatas are crustless and cooked in a skillet. The choice between the two often depends on your preference and the ingredients you have on hand.

definitely didn't get this from chatgpt

wise loom
#

Here’s how ChatGPT fries eggs

desert vector
#

urepeat skillet

oblique ridge
#

oil after eggs?

#

tf

scarlet halo
desert vector
#

intrody the edrisp

oblique ridge
stuck furnace
#

Quiche has pastry

wise loom
stuck furnace
rugged root
#

Like.... egg on the outside, crust on the in?

oblique ridge
#

!e ```py
print(min('πŸ₯š', 'πŸ”'))

wise cargoBOT
#

@oblique ridge :white_check_mark: Your 3.12 eval job has completed with return code 0.

πŸ”
rugged root
#

Touche

#

Very well played

oblique ridge
#

!e ```py
which_came_first = ['πŸ₯š', 'πŸ”']
chicken_or_egg = list(sorted(which_came_first))
print(chicken_or_egg)

wise cargoBOT
#

@oblique ridge :white_check_mark: Your 3.12 eval job has completed with return code 0.

['πŸ”', 'πŸ₯š']
desert vector
rugged root
#

"Ahoy-hoy"

oblique ridge
#

πŸ†

rugged root
#

Mike Hawk

oblique ridge
#

youth in asia

uncut meteor
scarlet halo
#

hmm

#

arc seems interesting

#

i really shouldnt press random links

#

but whatever

scarlet halo
oblique ridge
#

he's no matt tho

#

close

scarlet halo
#

yea ckise

#

close

#

im making a dmenu alternative

#

but for windows

#

and its slightly different

#

because you supply the installed apps yourself

short owl
#

frittatas and quiche ------- hmmmmmmmmmmmmmmmm

vivid palm
#

why

oblique ridge
#

@donglover

rugged root
#

For context, that's the former Twitter handle of Donald Glover

oblique ridge
#

mine's bigger

desert vector
#

!pypi is_even

wise cargoBOT
desert vector
#

!stream 1001823397745004644

wise cargoBOT
#

βœ… @leaden garden can now stream until <t:1698092746:f>.

oblique ridge
wind raptor
#

!stream 1001823397745004644

wise cargoBOT
#

βœ… @leaden garden can now stream until <t:1698097257:f>.

oblique ridge
#
import random
input("Choose (r)ock/(p)aper/(s)cissors: ")
print(random.choice(("You win!", "You draw!", "You lose!")))
wise loom
craggy bloom
#

anyone here can help me rn ?

wise loom
echo garden
#

to anyone interested I think I may have figured out Knox security

#

I can explain what I experienced and the logical process as to why

craggy bloom
#

ok so this is my code

i want the print of soldtickets same as the expected output

how could i do it

#

this is my output

#

and i want to get same as this output

echo garden
#

Samsung has a weird start up.. I know this cause I use a inverter in my car, and normally use the plug instead of the available USB the inverter has a fan that kicks on when a plug is used, the fan turns off when there is no current draw. before the phone boots it stops drawing current (fan turns off) Samsung logo appears, just before the galaxy logo shows the fan turns on (begins current draw) and stays on. I figured, that the phone uses capacitance to keep phone going during verification.. if the programming doesnt tell the phone to use this capacitance you have a blown fuse

somber heath
#

@nova apex πŸ‘‹

heavy creek
#

Hello

#

wait i gtg, sry

#

so sry

somber heath
#

All good.

whole bear
#

can anyone help me with python and mysql connectivity

gray gust
#

I can help

whole bear
#

oh thank you

#

actually i did

#

but not working for me

gray gust
#

can you post the error.

whole bear
#

one sec

gray gust
#

Looks like you are on mysql terminal. can you open new terminal try again he same whit the same command

whole bear
#

what do you mean by terminal

gray gust
#

open new cmd

#

it looks like you are runing mysql in that cmd

#

and that is why you are not able to install it through the pip

whole bear
#

u have any tutorial vid

#

i don't get anything in this

gray gust
#

Learn how to use MySQL and SQL with python. In this series I will show you how to use the python mysql connector to create tables, insert data and work with a MySQL database.

MySQL is a relational database management system. It is a great tool to learn how to use and will allow you to demonstrate your experience with RDBMS to future employers. ...

β–Ά Play video
somber heath
#

@waxen comet πŸ‘‹

safe bluff
#

@somber heath Good afternoon.

#

You are always in Voice Chat helping people.
Just joined to wish you a good day ahead.
Friend, god speed.

#

@somber heath Bye bye.

somber heath
#

@earnest crag πŸ‘‹

earnest crag
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.

earnest crag
#

wait

#

3 different 10 minute

#

yea I am never getting VC perms if I need to talk for 10 mins

somber heath
#

Not constantly.

earnest crag
earnest crag
wise cargoBOT
#

:incoming_envelope: :ok_hand: applied timeout to @earnest crag until <t:1698138790:f> (10 minutes) (reason: duplicates spam - sent 4 duplicate messages).

The <@&831776746206265384> have been alerted for review.

somber heath
#

@opaque tree πŸ‘‹

opaque tree
#

hi

#

whay cant i speak?

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.

somber heath
#

@next gull πŸ‘‹

next gull
#

!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
next gull
#

@whole bear yo

earnest crag
#

!voiceverify

next gull
#

!voiceverify

earnest crag
#

cats

#
ef izracunajCucanj(cap):
    while True:
        ret, frame = cap.read()  # Čitanje frejma sa kamere
        if not ret:
            break
#

frame -> GUI.pu

next gull
#

@whole bear whats good

#

idk

#

i dont know