#voice-chat-text-0

1 messages · Page 50 of 1

rugged root
#

And Django now supports it

#

I'll make YOUR back end functional....

amber raptor
#

Message write off, don’t do background tasks inside web server

rugged root
#

Fair

#

How's it going, Rab?

amber raptor
#

Shitty, told a coworker he had me confused with someone who cared.

rugged root
#

Bet that went down well. You've got feelers out for a different job, right?

vocal basin
rugged root
#

Have at it, rab

rugged root
#

Wow that loop

#

So crisp

amber raptor
#

Microservice that stuff.

#

If you can’t reply, send off your request, tell discord you will get back to them and hit Discord API later.

rugged root
#

@zenith radish What's got you so down in the dumps regarding work?

#

HA

#

#sorrynotsorry

zenith radish
rugged root
#

They spelt Tokyo wrong

#

You know like Tom Cruise, Megan Fox....

#

Actors

stray niche
#

Free for me

winged hinge
#

next time vouch for me and include me @stray niche

vocal basin
amber raptor
#

After I found BeanStalkd, I quickly realized writting off to fast messaging system worked great.

rugged root
#

Trying to find a good giant joke

#

But I'm coming up with Jack

#

Give me like..... 10-15 min

#

👍

vocal basin
# amber raptor Microservice that stuff.

I'm splitting a lot of thing currently into separate services
though gradually not just rewriting from scratch
I've already split one thing that's responsible for caching
I make whatever I have else to be as simple to separate later on as possible

rugged root
#

My ADD/ADHD is not letting me get my timesheets and mileage done at a reasonable pace

vocal basin
rugged root
#

@zenith radish Reason #85 why I'm afraid to get a programming job

#

HA

#

Fell into the hype

#

Fool

#

FOOL I SAY

#

Because you didn't have to DO your other jobs

#

Different languages...

#

More turtlenecks....

#

True

#

Harder to find

#

The grunt work must be done

whole bear
#

Why do most people not declare types in py funcs

rugged root
#

Because they aren't required to and they become lazy

whole bear
#

like i feel like when i work in a group most people dont and it annoys the shit out of me lmaop

#

fair

rugged root
#

And it's still better to do it

#

Maybe trick one of them into actually doing good practice

whole bear
#

lmao

#

So im in a contract to do some dev work and all of their other people on contract when coding in python they NEVER use classess its so annoying. I swear they are new and lying on their resumes

#

like they are mid at best

vocal basin
whole bear
#

im the one doing most of the cleanup but the owner doesnt beleive it

#

even though i show him my work

rugged root
#

Eh, it's a contract. Ride it out, find something better

whole bear
#

true

rugged root
#

@amber raptor Who's your daddy, and what does he do

whole bear
#

i got one more month left lmao

#

but there is no nca so i can still work for others while in contract

rugged root
#

Neat

whole bear
#

Anyways

#

i need project ideas

#

for personal resumes

#

idk what to make tho lmao

rugged root
#

No idea

whole bear
#

suggestion: Python Discord add a channel with a list of inspiration ideas for resumes

winged hinge
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.

rugged root
#

Best we got

#

(well not best, but quickest to access)

whole bear
#

Fair

rugged root
#

@whole bear Been a while since I've messed with it but I'm relatively familiar. I can try to help here soonish

whole bear
#

@whole bear yeah whats your issue with it?

#

just impl or debug?

rugged root
#

That's different

#

@amber raptor Your mom is a .NET dev

#

@amber raptor If the superior wants it, you don't have a choice

#

@zenith radish What gave you that impression

winged hinge
#

helo @somber heath

whole bear
#

@rugged root you know a bit bout pysimplegui?

#

oh

rugged root
#

That's the issue you're having

zenith radish
#

AM I TO UNDERSTAND YOU CAN'T WRITE SQL?

whole bear
#
#pysimplegui code
#Layout 1
Layout1 = [
  [sg.Text('Welcome to PySimpleGUI!')],
  [sg.Button("Switch image")],
  [sg.Image("big balls.png", key="IMG")],
  [sg.Button("Close view")],
]
w = sg.Window("statistik", Layout1)
graph = "bigballs.png"

while True:
  event, values = w.read()
  if event == sg.WIN_CLOSED or event == "Close view":
    break
  elif event == "Switch image":
    if graph == "big balls.png":
      w['IMG'].update("big balls2.png")
      graph = "big balls2.png"
    else:
      if graph == "big balls2.png":
        w['IMG'].update("big balls.png")
        graph = "big balls.png"

w.close()```
lapis sundial
#

I'm sorry, I don't speak English, I'm writing with translation. I'm trying to get data with ajax in python flask but I'm having trouble can you help?

rugged root
#

@zenith radish A data what now?

whole bear
#

its supposed to change between pictures

rugged root
#

@mild quartz Yo

whole bear
#

but its stuck on a single picture

zenith radish
#

Not quite my schema.

rugged root
lapis sundial
#

I'm sorry, I don't speak English, I'm writing with translation. I'm trying to get data with ajax in python flask but I'm having trouble can you help? help me?

zenith radish
#

When the (OoP language) dev whips out the ORM.

rugged root
lapis sundial
#

help me plss

rugged root
rugged root
whole bear
terse needle
rugged root
#

@uncut meteor Bite me

uncut meteor
#

stinky winky

rugged root
#

@stray niche Yo

uncut meteor
#

very shiny

rugged root
stray niche
rugged root
#

Decameter

#

Isn't it?

winged hinge
#

be a fan of tate

otherwise its a halal

uncut meteor
#

CMeter, if ur Roman

rugged root
#

I know things

whole bear
#

not when u join

#

when ppl talk about money

winged hinge
#

you should be a fan of tat e

#

tate

rugged root
#

Show the new code

#

@whole bear

winged hinge
#

okay gift a 1000 dollar amazon gift card now @whole bear

whole bear
#
  [sg.Text('Welcome to PySimpleGUI!')],
  [sg.Button("Switch image")],
  [sg.Image("ppl_stats.png", key="IMG")],
  [sg.Button("Close view")],
]
w = sg.Window("statistik", Layout1)
graph = "ppl_stats.png"

while True:
  event, values = w.read()
  if event == sg.WIN_CLOSED or event == "Close view":
    break
  elif event == "Switch image":
    if graph == "ppl_stats.png":
      w['IMG'].update("cars_stats.png")
      graph = "cars_stats.png"
    else:
      if graph == "cars_stats.png":
        w['IMG'].update("ppl_stats.png")
        graph = "ppl_stats.png"

w.close()``` i renamed big balls to my actual pngs
rugged root
#

!stream @ripe raptor

wise cargoBOT
#

✅ @ripe raptor can now stream until <t:1672762748:f>.

whole bear
#

among other things prolly

sour willow
winged hinge
#

hello @prime spindle

sour willow
#

so i use ORMS babyyy

rugged root
#

I'm honestly more comfortable writing raw SQL

sour willow
winged hinge
#

TypeORM user here hehe

rugged root
#

Likely because I had to deal with SAP Business Suite. Where everything, and I do mean EVERYTHING, is a table

#

It was hell

#

It was gross

winged hinge
#

ouuuuu

rugged root
#

So I just got used to it

sour willow
#

my company forces me to use xmonad our backend apis

winged hinge
#

hello @stray niche

winged hinge
sour willow
winged hinge
#

u better be lol

#

for a sec even before you edited it, I took it seriously lol

sour willow
#

bro i said xmonad .....

winged hinge
#

@vocal basin I miss your presence lol

sour willow
#

you didnt get the point E

rugged root
#

@mild quartz How's your day going so far

stray niche
winged hinge
rugged root
#

No idea, Pablo

sour willow
winged hinge
rugged root
#

Haskell just feels incredibly niche

winged hinge
#

it is

rugged root
#

Especially for this kind of usecase

whole bear
#

so uhhh

#

yeah

#

it works

#

and i have 0 fucking clue why

#

💀

raven basalt
#

💀

winged hinge
#

hello jesus

vocal basin
raven basalt
#

I wish I knew how to play minesweeper

#

sorry

winged hinge
#

does anyone knows this ben awad guy?

raven basalt
#

At least I don't

vocal basin
winged hinge
mild quartz
#

pretty decent

winged hinge
sour willow
#

MAKES SENSE

vocal basin
# vocal basin ayo

I don't know much how much active he is on Discord; the YT content is fun;

sour willow
#

i dearly hate Haskell and Go <3

winged hinge
#

bye @whole bear ?

vocal basin
winged hinge
vocal basin
sour willow
#

VLC aswell lmao

sour willow
lucid blade
white pollen
#

LET ME INNNN

gentle flint
#

uh

#

what

whole egret
#

meal prep

#

meal prep

#

...

gentle flint
#

@ashen wave lots of keyboard audio

#

could you fix it?

whole egret
cinder dawn
whole egret
cinder dawn
whole egret
#

American people say thank you to Russia if not us they would be communists 50 years ago

whole egret
#

everything is bad

cinder dawn
whole egret
cinder dawn
whole egret
cinder dawn
#

is that a homunculus

whole egret
#

i have 9 kg of rice

cinder dawn
whole egret
#

idk

#

just bought them

cinder dawn
#

where from???

whole egret
#

your...

#

fron the store

cinder dawn
#

u gonna finish that

#

or u saving that for later

whole egret
#

i almost died choking

cinder dawn
#

on what

whole egret
#

cock

cinder dawn
#

mine

whole egret
#

chicken

#

ahhahaha

worldly merlin
# whole egret

how much to get a saucy lick on the bottom of the bottom of that fridge

whole egret
worldly merlin
#

boi dats some pomegranite

cinder dawn
worldly merlin
#

милый и сексуальный

whole egret
#

i am

whole egret
worldly merlin
whole egret
cinder dawn
#

@twin sapphire why not django

twin sapphire
#

whats django

#

i know its a library or framework right

#

but what is it specifically

cinder dawn
#

thats essentially what django is

twin sapphire
#

oh okay

whole bear
#

hi

#

i need to write something in chat to open my mic

whole bear
wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @vast light until <t:1672799210:f> (10 minutes) (reason: burst rule: sent 8 messages in 10s).

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

somber heath
#

@whole bear 👋

whole bear
#

hi

#

tell me about yourself

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.

whole bear
#

I know

#

I need at least 50 comments

#

nice

#

so what is it you want to talk?

#

so I have questions then

#

lol

#

well im working on getting my first coding job

#

without going to college

#

just self learned

#

I am aware of autonomous language model systems such as ChatGPT

#

of which are able to automate the process of code

#

I am from the USA

#

ChatGPT is making me want to switch my college major from Compsci to mechanical engineering

#

I know

#

I pretty much spend most of my days cracked out on caffeine, working out and studying

#

I think so

#

but what advice can you give for self taught programmers who have no experience in the industry?

#

Im thinking of HTML CSS and Javascript

#

as the languages im learning

#

should I just get really really really good at javascript instead of trying to be a jack of all trades?

#

and master that one language?

#

are 200,000+ salaries actually realistic in the market currently?

#

USD

#

what are your opinions on the tech recession?

#

what are the key fundamentals you need to learn about in order to break in the market?

#

I know

#

with no exp

#

so is an over 6 figure salary realistic goal to set?

#

ok

#

how hard is the larning curve to get to the master level?

#

I see

#

that makes sense

#

so would you consider yourself satisfied with your career choices?

#

well not that

#

but learning coding as a whole

#

how long have you spent learning to code?

#

I see

#

give me examples of what your working with

#

like is project based learning

#

an ideal way

#

lol

#

oh

#

I will slow down

#

im hyper hyper

#

bouncing off the walls

somber heath
whole bear
#

cool

#

this is like an art

#

do you workout at all?

#

just an off topic

#

lol

#

do you work on yourself?

#

like a form of exercise?

#

cool

#

why dont you get out more?

#

hmm

#

no friends?

#

well I am just like that

#

great convo btw

#

I learned a lot

#

you have an interesting perspective

#

but I dont have any specefic detailed python related question

#

only general questions that I probably could find myself

#

I think personally that I am a smartass

#

with a dash of entitlement

#

thanks to my upbringing

#

I sent you a friend request

#

why>

#

I have a lot of profound esoteric forbidden knowledge

#

you could learn

#

I am a stan user

#

I meant stand user

#

Someone whose fighting spirit obtained a physical form, after being pierced by the stand arrow, hence the name stand user

somber heath
#

@sharp raft 👋

sharp raft
#

hello

whole bear
#

I have special superpowers cause im the anime protagonist

sharp raft
#

can concur

whole bear
#

its a jojo reference

sharp raft
#

i am npc opalmist

whole bear
#

if you dont watch anime you wouldnt get it

#

well its like a special thing that you get from stand arrows

sharp raft
#

wow how deep

whole bear
#

I am here to hunt the anime antagonist

sharp raft
#

wow theory of general npctivity

whole bear
#

and save the day

sharp raft
#

im just trying to get voice priveledges man

whole bear
#

you gotta wait 30 minutes

#

lol

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.

sharp raft
#

i gotta send messages over like a 30 min timespan

whole bear
#

Have been active for over 3 ten-minute blocks. This means you need to have sent your messages over a span of at least 30 minutes.

#

its literally 30 mins

#

10 plus 10 plus 10 = 30

#

1 + 1 = 2

sharp raft
#

math

#

i just checked

sharp raft
#

i just

#

need to send

#

50

#

msgs

#

.

whole bear
#

nah im just trolling you bro

#

we all good

sharp raft
#

I did and used the command. They provided specific instructions for why my access failed

#

I will slowly get there

#

one message at a time

whole bear
#

anyway talking to you was a side quest, now I gotta get back to my main mission

sharp raft
#

they cant hold me back 1 message plus 1 message

whole bear
#

see ya later alligator

sharp raft
#

well thats just two messages

#

what do you do opal?

#

thats pretty cool

#

lmao i feel that

#

hah i dont need that

#

i just have me and my code

#

have you seen the imitation game?

#

ha, i named my juypter script Christian

#

naw the machine that Turner made

whole bear
#

cant wait till voice chat privledges

#

privilege's

sharp raft
#

Turing yea

#

sadly so

#

and potentiall java depending on what school u go

#

yea i think you can self teach if ur very motivated

#

but if you have to do anything with algorithms or higher level math (higher calc, linear algebra), youll struggle

#

can probably get away without doing a logic class like discreete mathematics but its nice to know

#

if you go into data science, thatll be a hard push for some roles

#

like if youre doing computational mathematics its something youll need

#

but if youre trying to do software or web dev, you might be able to get by for some entry level roles

#

yea if you dont have a degree, make sure you have a solid portfolio

#

oh definitely 100%

somber heath
#

@supple pendant @ocean axle 👋

ocean axle
#

HI

sharp raft
#

do you guys think i have sent 50 messages yes

#

yet*

ocean axle
#

YES

sharp raft
#

Hmmm lets see

ocean axle
#

IM NEW HERE

supple pendant
#

i wantt to talk

#

pls

#

i code good

ocean axle
#

HELLOOOO

#

PROVE IT

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.

supple pendant
#

i need to send 50 messages

ocean axle
#

poop

sharp raft
#

no you need to make 50 code commits

ocean axle
#

how are uyou guys doibng

#

busy night?

supple pendant
#

hi sam how are u

#

i am doing good

ocean axle
#

im good macto'

supple pendant
#

better if I could talk

ocean axle
#

fr

supple pendant
#

i need to get my messages up

#

.

#

opps

#

sorry

ocean axle
#

opps

#

I HAVE A WQUESTION'

supple pendant
#

can you tell me how to code?

ocean axle
#

SAME

supple pendant
#

@somber heath can u send me code

somber heath
#

@hexed zealot 👋

supple pendant
#

can you teach i like ur voice

ocean axle
#

i aree

#

agree

supple pendant
#

can you do the Lambda Function

#

python

supple pendant
#

can you @ocean axle

ocean axle
#

no im 9

#

just kidding!

supple pendant
#

hahhahah

ocean axle
#

so whats with this lambda function mamma jamma

supple pendant
#

pls dont ban 😦

#

oh good

#

how do you use Threading

ocean axle
#

same

supple pendant
#

@ocean axle how may threads u got

sharp raft
#

yeaa how many threads

ocean axle
#

idk maybe like 3

#

do u guys like my dog

supple pendant
#

@coarse escarp hi

ocean axle
#

hu ruffus

supple pendant
coarse escarp
#

hey guys

#

dont mind me just dropping in to learn!

ocean axle
supple pendant
#

how do you use a generators

#

hahhahah

sharp raft
ocean axle
#

true!

coarse escarp
#

is chatgbt good

ocean axle
#

hey @severe coral

coarse escarp
#

welcome @severe coral

severe coral
#

whats up coding fans

ocean axle
#

geeks?

supple pendant
#

it did my final I can only use print

#

@ocean axle voice 1 rq

ocean axle
#

i cant tak

supple pendant
#

same

#

i like python 2.6 best

ocean axle
supple pendant
#

do u like the nolocal keyword

#

1 is alright but 2 is best

coarse escarp
#

mactos just pushing our buttons 🙄

ocean axle
#

for real

supple pendant
#

What is pickling and unpickling in Python?

ocean axle
#

hey opalmist what is your favorite nuber

#

mines 11

supple pendant
#

i like 2

#

for python 2

ocean axle
#

ahhhhh

coarse escarp
#

i like 2.6

ocean axle
#

???

#

whole numner

supple pendant
#

2.6>3.10

#

What are .pyc files used for?

ocean axle
#

favorite color?

#

mines yellow

supple pendant
sharp raft
#

its very different from java

#

java must compile before running before running

supple pendant
#

what food u like

ocean axle
#

piza

#

pineapple????

#

do u like mushoromsd

supple pendant
#

can u code for me

coarse escarp
#

sooooooo

ocean axle
#

what kind of music do u like

ocean axle
#

that lkooks hard...

coarse escarp
#

great watch

supple pendant
#

What is Scope Resolution in Python?

somber heath
#

!e py import numpy as np arr = np.linspace(-np.pi, np.pi, 25).reshape(5, 5) arr = np.sin(arr) print(arr)This is what I was imagining.

wise cargoBOT
#

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

001 | [[-1.22464680e-16 -2.58819045e-01 -5.00000000e-01 -7.07106781e-01
002 |   -8.66025404e-01]
003 |  [-9.65925826e-01 -1.00000000e+00 -9.65925826e-01 -8.66025404e-01
004 |   -7.07106781e-01]
005 |  [-5.00000000e-01 -2.58819045e-01  0.00000000e+00  2.58819045e-01
006 |    5.00000000e-01]
007 |  [ 7.07106781e-01  8.66025404e-01  9.65925826e-01  1.00000000e+00
008 |    9.65925826e-01]
009 |  [ 8.66025404e-01  7.07106781e-01  5.00000000e-01  2.58819045e-01
010 |    1.22464680e-16]]
coarse escarp
#

thats not my button to click

supple pendant
#

This is not your button to click!

#

@coarse escarp do you know

ocean axle
#

DOES HE KNOW

supple pendant
#

print("HI")

#

ruffus.happy -= 10

#

LOL 😂

#

I make everything global so its all there for me

ocean axle
#

hey ruffus

supple pendant
#

barks

coarse escarp
#

read like a book macto

ocean axle
#

LOL

supple pendant
#

LOL

#

u ask me a question

ocean axle
#

no sask me a question

supple pendant
#
print(x*3)```
#

@ocean axle what is printed

ocean axle
#

uhhhh

#

10

supple pendant
#

good job!

#

what ab this one

#
def mul():
  return [lambda x : i * x for i in range(4)]
    
print [m(2) for m in mul()]
ocean axle
#

uh oh

supple pendant
#

@coarse escarp do you know

ocean axle
#

ermmmmm

#

you stumped me!

supple pendant
#

you got this!

ocean axle
#

oh man i bet its m

supple pendant
#

@somber heath do you know

#

you can make your own classes?

#

!e

  return [lambda x : i * x for i in range(4)]
    
print([m(2) for m in mul()])
whole egret
#

how many types in python?

wise cargoBOT
#

@supple pendant :white_check_mark: Your 3.11 eval job has completed with return code 0.

[6, 6, 6, 6]
ocean axle
#

L

somber heath
#

The Therac-25 was a computer-controlled radiation therapy machine produced by Atomic Energy of Canada Limited (AECL) in 1982 after the Therac-6 and Therac-20 units (the earlier units had been produced in partnership with Compagnie Générale de Radiologie (CGR) of France).
It was involved in at least six accidents between 1985 and 1987, in which p...

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @molten pike until <t:1672835292:f> (10 minutes) (reason: duplicates rule: sent 4 duplicated messages in 10s).

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

whole bear
#

le epic gamer recipe (racistly italian)

#

ok so. spaghetti. salt. peppar. tomtatoes, tomato puree, basils (dry or fresh who cares) ground beef

#

first step. get a mafioso with a fat stomach to cook ur pasta

#

make sure hes from milano. failing to do so he will shoot up the neighborhood for failing to make a "truly italian" pizza

somber heath
#

@valid forum 👋

valid forum
#

Hey

winged hinge
#

@whole bear @somber heath @stray niche

whole bear
#

not bad

rugged root
#

@safe pumice Type it out

#

I can try and take a gander

zenith radish
#

@mild quartz brawlhalla

rugged root
#

Hai

#

What're you nerds doing in here

#

Corn everywhere

#

Corn golem

#

Their weakness is fire

#

But dear god they're tasty

#

Back when I get in the van

molten pewter
#

That's funny, the butter Golems weakness is also fire.

somber heath
#

@empty rain 👋

#

Garlic bread golem.

gentle flint
#

kissa today

stray niche
#

oooh

gentle flint
#

@stray niche you were saying?

somber heath
#

@mild nebula 👋

stray niche
mild nebula
#

Hey @somber heath

gentle flint
#

the hat is gone

stray niche
olive hedge
#

xmas ends when I have the motivation to make it end

gentle flint
#

oh

#

cuz I forgot to change it

#

fixed

somber heath
#

S'no flake.

stray niche
molten pewter
#

no'S flake?

stray niche
molten pewter
#

You Don't know S'No

winged hinge
#

Heylow hoomans

#

Heyu @stray niche

#

Wtf

narrow salmon
#

Hello everyone!

rugged root
#

@narrow salmon 👋

#

@lavish rover Having a death wish

#

That counts as a good reason, right?

sweet lodge
#

Hi Hemlock

rugged root
#

Hey bud

#

How goes it

#

It's very cold, @quasi tulip

#

No it's not

#

-15 C is not 4 F

narrow salmon
#

@lavish rover im dying at 7 C , idk how youre still alive

rugged root
#

Oh huh, 5 F

lavish rover
#

heating indoors, mostly

rugged root
lavish rover
narrow salmon
stray niche
#

true that

fallen marten
#

IT'S 3

#

3 and - 3, right?

sweet lodge
# rugged root How goes it

Machine operator is out for the week, so I'm stuck filling in because despite how many times I tell them to teach other people, they still haven't done so
Is mildly irritating

sweet lodge
rugged root
#

Hanging in there

#

Livin' the dream

fallen marten
#

Will chatgpt replace us?

sweet lodge
#

Hi Sam

fallen marten
#

😐

rugged root
stray niche
fallen marten
#

I'm so interested about it right now

narrow salmon
lavish rover
rugged root
#

I'd have to hunt which I don't really have time for right now, unfortunately.

rugged root
fallen marten
#

@midnight agate , They'll respond the same 🙂

rugged root
#

It can only work off of existing things

fallen marten
#

They'll say: "How you know, I ain't an ex-murderer"

vocal basin
rugged root
#

Yep

#

You absolutely have

vocal basin
rugged root
#

You absolutely have, @gentle flint

gentle flint
#

in this server?

rugged root
#

It's me

#

I'm the reason

#

Creeps or just assholes?

#

Fair

narrow salmon
rugged root
#

of separation

gentle flint
#

12 degrees here

stray niche
rugged root
#

Let me check the forecast here....

narrow salmon
rugged root
#

Depends on the time of the year and where you are in Alaska

#

My wife worked out in the bush in Alaska. It absolutely gets cold as fuck

rugged root
#

So much cheese

gentle flint
#

brb

stray niche
#

that was quick

sour willow
#

~ah how much i love exams~

rugged root
#

Feel like I'm on a pogo stick today

sour willow
#

has anyone here worked with 2Fa???

sour willow
narrow salmon
rugged root
#

Some programs aren't behaving

stray niche
quasi tulip
rugged root
#

Ooo ooo oo

#

Okay so, it looks like a child talking to a small fox

#

Child on the right, small fox on the left

sour willow
#

gently tell them to work

rugged root
#

You see it?

#

Or someone riding an animal with a huge body and a tiny head

narrow salmon
rugged root
#

Chill, work things

#

SHE'S A WITCH

#

What was the last thing you streamed?

stray niche
rugged root
#

Oh right right

sour willow
#

sololearn is OK

vocal basin
rugged root
#

Done

sour willow
rugged root
#

@stray niche Did the thing

sour willow
#

i should implement my own standard of typing

digital prawn
#

🏓 Pong!

#

🏓 Pong!

#

🏓 Pong!

sour willow
#

lmao

rugged root
#

Did it in staff channel for documentation status

#

!ping

wise cargoBOT
#
Pong!
Command processing time

77.874 ms

Python Discord website status

Healthy

Discord API latency

111.118 ms

digital prawn
#

🏓 Pong!

#

🏓 Pong!

#

🏓 Pong!

rugged root
#

Oh hello there self bot

#

How are you

stray niche
narrow salmon
rugged root
#

Yep

#

3 week

sour willow
#

hem is lp gonna come back?

rugged root
#

They're gaming somewhere else right now

#

So probably at some point

sour willow
#

imagine lp on twitch 💀 that would be a very interesting stream

vocal basin
# vocal basin *not for python, at least*

it is very not OK for python
has some severe issues in a lot of stuff it shows
the resulting lessons look like they were produced by people who know python on a level lower than what that lesson tries to teach

narrow salmon
#

I gtg finish some chores

#

have fun peeps, See ya!

vocal basin
#

it can help learn the language but it may also "help learn wrong things" and all that

sour willow
#

i had this very weird idea, when websites to 2FA i presume they make a request to an external source to verify that user (both email/username and 2FA code)

#

cant you just see the requests being made and get the 2FA code manually?

stray niche
vocal basin
sour willow
vocal basin
sour willow
#

user:

requests: SIGN UP
server: VALIDATED PROCEED

request: 2FA VERISION CODE
server: VALIDATING <-- INTERCEPT
sour willow
vocal basin
sour willow
vocal basin
sour willow
#

i think it can tbf

#

some black magic

vocal basin
rugged root
#

@narrow salmon Byyyyyeeeeeeeeee

sour willow
rugged root
#

Yeah

#

Oatmeal

sour willow
#

TCP doing its job

#

E

rugged root
#

Not to be confused with goatmeal

vocal basin
rugged root
#

Only the boring get bored

#

You're not though

#

So fix it

#

Yeah

#

Either correct the boredom or correct you being interesting

#

no u

#

Fingernails

sour willow
#

never knew TLS is on TCP

rugged root
#

I do not understand how some women have their fingernails like 3 inches long

#

That just looks miserable

#

The pooping isn't the issue

#

It's the after

wise cargoBOT
#
Missing required argument

code

sour willow
#
        offset = ord(hmac_hash[19]) & 0xf
        code = ((ord(hmac_hash[offset]) & 0x7f) << 24 |
                (ord(hmac_hash[offset + 1]) & 0xff) << 16 |
                (ord(hmac_hash[offset + 2]) & 0xff) << 8 | (ord(hmac_hash[offset + 3]) & 0xff)) # '6' is number of integers in the OTP return code % 10 ** 6 class TOTP(OTP): def __init__(self, *args, **kwargs): """ @option options [Integer] internval (30) the interval in seconds This defaults to 30 which is standard. """ self.interval = kwargs.pop('interval', 30) super(TOTP, self).__init__(*args, **kwargs) def timecode(self, for_time): i = time.mktime(for_time.timetuple()) return int(i / self.interval) def now(self): """ Generate the current time OTP @return [Integer] the OTP as an integer """ return self.generate_otp(self.timecode(datetime.datetime.now())) def at(self, date): """ Generate the current time OTP @return [Integer] the OTP as an integer """ return self.generate_otp(self.timecode(date)) if __name__ == "__main__": secret = "AAAAAAAAAAAAAAAA" unixtime = 0 if len(sys.argv) > 1:
        unixtime = int(sys.argv[1])
``` wtf
rugged root
#

Wait what?

vocal basin
rugged root
#

Where's the scanner located

#

Yeah workstations do, typically

sour willow
#

even alibaba laptop screens are higher than the actual keyboard

stray niche
#

byeee @gentle flint

rugged root
#

You going?

#

Gotcha

vocal basin
rugged root
#

Right but what grade are you in, @quasi tulip

sour willow
#

5-4-3 ?school sytem

rugged root
#

I think that was the question

sour willow
#

IMO sucks

rugged root
#

Grade 10

sour willow
#

this is the standard way to say it

vocal basin
sour willow
#

i think yours is 6-3-3 standrd

#

K-12 system

rugged root
#

Different per state sometimes, too

#

Or school district in general

#

Sorry, HOUR long?

#

Jesus

sour willow
#

The 6-3-3-4 concept of education allows the child to spend six years at the primary level, three years at the junior secondary school level, another three years at the senior secondary level, and four years at the tertiary level.

#

-4 is slashed because thats not const

#

when does your school start?

#

mines 6am-4pm

winged hinge
#

dont go to school

stay illiterate

#

saves time saves money saves energy

stray niche
#

dont work also then

sour willow
#

yes but when i grow up i'll start living on the streets

#

FUN

winged hinge
#

I dont work

sour willow
#

you are in 10th grade?

#

ah one year older than me

#

so you become a slave

#

FUN

#

you dont have money, school wants money, no money, work for money = slave

#

its 18 here

rugged root
#

How

#

Drinking and serving are typically different categories, I thought

#

Gotcha

sour willow
#

wtf?

winged hinge
#

cultural shock

rugged root
#

The only way to cope with living in Wisconsin

winged hinge
#

@rugged root how is the situation in your office?

rugged root
#

Missouri

#

Nope

sour willow
#

In 2021, 10.8 percent of Wisconsin's population lived below the poverty line.

rugged root
#

Back in a bit, gotta fix something

winged hinge
#

cool

stray niche
#

he;s had to tell a lot of times

sour willow
#

its almost double here

winged hinge
#

yeah

#

what about the insurance ?

#

got that?

stray niche
#

that idk

winged hinge
#

yeah

sour willow
#

are you asking me?

#

id prefer not to say lol

#

politics

#

Asia

winged hinge
#

I am talking about hemlock yeah

#

eat sphaghetti , helps @stray niche

stray niche
#

give

winged hinge
#

You missed

#

I made today

#

It was Opal's & sand nuke's idea

#

I told you my address

sour willow
#

bro what

winged hinge
#

You should come by, I can make good food lol

#

yeah @stray niche has my address

#

she hacked it basically

sour willow
#

ye dads say a lot of stuff lmao

#

i just can put eggs in hot water and call it eggs

#

mom cooks for me lmao

winged hinge
#

yeah

sour willow
#

da fuc

#

i thought you said xexu or sum shit

#

yes

winged hinge
#

orpheus

sour willow
#

nice life story

#

lol

winged hinge
#

or phe us

rugged root
#

Still proud of that pun

sour willow
#

is orpheus a cat?

#

oh im an idiot

winged hinge
sour willow
#

speedros my cat face reveal?

winged hinge
quasi tulip
#

afk

winged hinge
sour willow
winged hinge
sour willow
#

wtf

winged hinge
rugged root
#

She looks pissed in that picture

stray niche
#

She heard me say

#

about cooking her

#

hehe

rugged root
#

Right right

sour willow
#

iq

winged hinge
sour willow
#

you'll have a heart attack eating that

#

i would show food pics but i would end up doxxing myself

winged hinge
sour willow
#

under 0 is fine

#

heres a pic of my cat

#

this is the only picture i havent uploaded online :/ no need to doxx

winged hinge
foggy plover
#

^ this picture reminds me of my brain when i can't find the keyword for some function in javascript

sour willow
#

vcs dead

#

....

winged hinge
foggy plover
#

:D

sour willow
#

seems like bad for the ideas

winged hinge
foggy plover
#

ayo lol

sour willow
#

wtf

foggy plover
#

i remember this poen from when i was in school lol

#

messed up education system

winged hinge
foggy plover
#

lol

#

ik the ref

#

yeh

sour willow
#

nicknames : Armi white (walter white ref here)

#

hows that a breaking bad ref

foggy plover
#

unfortunately i'm a bihari

foggy plover
#

like the white is same

sour willow
#

you cook?

foggy plover
#

yea

sour willow
#

breh

foggy plover
#

WAIT NOT THAT TYPE OF COOK

sour willow
#

What is the meaning of the name Armi? Meaning of Armi: Name Armi means Grace or forgiveness. Name Armi is a Girl name.

#

pronouns : He/Him

quasi tulip
sour willow
#

you are trans?

foggy plover
#

Its a short version of my name

sour willow
#

oh lmao

foggy plover
#

I should probably change the pronouns

sour willow
#

bros gender shifting

#

lmao

#

mercedes benz > lexus

foggy plover
#

i agree

#

smt about benz is different from lexus

sour willow
#

benz is just better

#

either bently or benz

foggy plover
#

i gtg get some sleep

sour willow
#

kk

foggy plover
#

cya all tmr

#

hopefully

sour willow
#

better go to sleep

foggy plover
sour willow
#

Patna, Bihar, India ?

foggy plover
#

ye

sour willow
#

ye

foggy plover
sour willow
#

i could call your mom if i wanted to

#

ye just like remove this stuff lmao

foggy plover
#

i should lol

vocal basin
#

self-deploy gitea

winged hinge
#

I was gonna say that @vocal basin

sour willow
#

The major difference between GitHub and GitLab is the platform each philosophy presents. GitHub has higher availability and is more focused on infrastructure performance, while GitLab is more focused on offering a features-based system with a centralized, integrated platform for web developers.S

winged hinge
#

CI/CD helps you automate deployment of your app

#

Continuous Integration/Continuous Delivery

vocal basin
#

that was an experience; whether it was a good experience is questionable

#

at least I didn't have to do manual certbot for asterisk domains that way

#

or my brain just removed that memory because it was too bad

#

daaamn, having jupyterhub 24/7 running on the web server is quite good

vocal basin
vocal basin
#

free private repositories weren't always in GitHub

vague jackal
vocal basin
#

before that it was 0 for organisations

#

software developers I know personally, that use git, have it self-deployed

#

one company has some weird thing

#

another company recently switched from GitLab to Gitea

sour willow
#

Because Codex, the model powering GitHub Copilot, was trained on publicly available code, its training set included public personal data that was included in that code. From our internal testing, we found it to be very rare that GitHub Copilot suggestions included personal data verbatim from the training set. In some cases, the model will suggest what appears to be personal data – email addresses, phone numbers, etc. – but those suggestions are actually fictitious information synthesized from patterns in training data and therefore do not relate to any particular individual. For example, when one of our engineers prompted GitHub Copilot with, “My name is Mona and my birthdate is,” GitHub Copilot suggested a random, fictitious date of “December 12,” which is not Mona’s actual birthdate. We have also implemented a filter that blocks emails when shown in standard formats, but it’s still possible to get the model to suggest this sort of content if you try hard enough. We will keep improving the filter system to be more intelligent to detect and remove more personal data from the GitHub Copilot suggestions.

#

No. We follow responsible practices in accordance with our Privacy Statement to ensure that your code snippets will not be used as suggested code for other users of GitHub Copilot.

vocal basin
#

quote
you can use > so it's clear you're quoting

#

this is GDPR/GDLF compilance
this is not for exporting photos

#

"it's very restrictive"
you can run dtrace on macOS

#

literally digging into the kernel dynamically

#

or, well, could

#

I don't know how modern macOS does this now

vague jackal
cinder dawn
#

@quasi tulip ill be gone for a sec

quasi tulip
#

ok

ashen wave
#



ashen wave
#

Does somebody know why colorama is not working?

winged hinge
cinder dawn
#

py code

winged hinge
cinder dawn
#

py n = input("input")

winged hinge
#

Hey @rugged root Can I get the permission to share my screen? For sharing code purpose

quasi tulip
#
import tkinter as tk


class MyGUI:

    def __init__(self):

        self.root=tk.Tk()

        self.lable = tk.Label(self.root, text="Your Message", font=("Arial", 18))


        self.root.mainloop()
import tkinter as tk


class MyGUI:

    def __init__(self):

        self.root=tk.Tk

        self.lable = tk.Label(self.root, text="Your Message", font=("Arial", 18))


        self.root.mainloop()
quasi tulip
#
inp = input("take the number 2")

for i in inp.split():
    if i == int:
        print(i)
carmine ginkgo
#

[<span class="styles__box--2Ufmy styles__text--23E5U styles__display3--1CDP5" data-testid="ds-box" title="5862">5862</span>]

quasi tulip
#
[<span class="stylesbox--2Ufmy stylestext--23E5U styles__display3--1CDP5" data-testid="ds-box" title="5862">5862</span>]
civic zephyr
#

Inp = int(input(“take the number 2”))

quasi tulip
#

input: test 2

output: 2

carmine ginkgo
#
response = requests.get(url)

# Parse the HTML content
soup = BeautifulSoup(response.content, 'html.parser')

# Find the element containing the number of favorites
favorites_element = soup.select('#profile > div.styles__box--2Ufmy.ArtistProfile__metrics--kMbet.styles__display-flex--2Ww2j.styles__flexDirection-row--3zrhq.styles__marginTop-xl--1HC9V > div:nth-child(3) > div > div.styles__box--2Ufmy.styles__display-block--3kWC4 > span')

for element in favorites_element:
    if 'Follower:' in element.text:
        favorites_element = element
        break


# Extract the number of favorites
favorites = favorites_element
title = favorites_element['title']
favorites = int(title.split('"')[1])

print(f'Number of favorites: {favorites}') ```
#
    if '>' in element.text:
        
        favorites_element = element
        break
civic zephyr
#

Text = ```html
[<span class="stylesbox--2Ufmy stylestext--23E5U styles__display3--1CDP5" data-testid="ds-box" title="5862">5862</span>]

#

For I in text

#

If ‘>’ == I:

#

___Variable = True

#

___Continue

#

If Variable and isNumeric(I):

civic zephyr
quasi tulip
#
vairable = False

Text = '[<span class="stylesbox--2Ufmy stylestext--23E5U styles__display3--1CDP5" data-testid="ds-box" title="5862">5862</span>]'


for i in Text:
    if '>' == i:
        continue
    if vairable and i.isnumeric():
        print(i)
robust lichen
#
    def choose_category(self):
        output = self.fzf.prompt(
            self.categories, "--border -1 --reverse --with-nth 2.."
        )
        output_str = "".join(output)
        videos = requests.get(f"{output_str.split()[0]}")

        return videos

    def get_videos(self):
        soup = BeautifulSoup(self.videos.content, "html.parser")
        phimages = soup.find_all("div", class_="phimage")

        stored_videos = []

        for phimage in phimages:
            get_link = phimage.find("a")
            get_title = phimage.find("img")
            link = get_link.get("href")
            title = get_title.get("title")
            stored_videos.append(f"{self.BASE_URL}{link} {title}")

        return stored_videos
quasi tulip
#

5
8
6
2

carmine ginkgo
civic zephyr
#

Text = ```html
[<span class="stylesbox--2Ufmy stylestext--23E5U styles__display3--1CDP5" data-testid="ds-box" title="5862">5862</span>]

whole bear
#

can someone help me

quasi tulip
whole bear
#

i basically uninstalled and reinstalled python and now nothing works

#

i cant use pip, it gives me an error everytime i try to download a module, and my codes no longer work

whole bear
quasi tulip
#

oh, i got no clue

wise cargoBOT
robust lichen
#

@quasi tulip

from bs4 import BeautifulSoup

def get_title():
    text = '[<span class="stylesbox--2Ufmy stylestext--23E5U styles__display3--1CDP5" data-testid="ds-box" title="5862">5862</span>]'
    soup = BeautifulSoup(text, "html.parser")
    phimages = soup.find_all(class_="stylesbox--2Ufmy stylestext--23E5U styles__display3--1CDP5")

    for span in phimages:
      title = span.get('title')
      print(title)

get_title()
carmine ginkgo
#
follower_element, following_element, favorites_element = soup.select('div[data-testid="ds-box"] > span[title][data-testid]')

# Extract the follower count, following count, and favorites count from the title attribute
follower_count = int(follower_element['title'])
following_count = int(following_element['title'])
favorites_count = int(favorites_element['title'])

print(f'Follower count: {follower_count}')
print(f'Following count: {following_count}')
print(f'Favorites count: {favorites_count}')
quasi tulip
#

!e
!e

word = input("input: ")

print("word")
wise cargoBOT
#

@quasi tulip :x: Your 3.11 eval job has completed with return code 1.

001 | input: Traceback (most recent call last):
002 |   File "<string>", line 1, in <module>
003 | EOFError: EOF when reading a line
faint solstice
#

How do I get unmuted

#

I’m not sure

worthy token
#

hello

somber heath
austere lava
whole bear
#

hello

#

are you my psychiatrist?

#

yes

#

Yeah i was making note of your 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.

whole bear
#

ah I do not have mic

#

Just curious. I am rather bored after finishing my last project

#

It was a board game called hive that works in terminal

final crane
whole bear
#

I'm gonna have dinner cya

somber heath
#

@whole bear 👋