#voice-chat-text-0

1 messages ยท Page 236 of 1

noble solstice
#

Hello Guys!

earnest crag
#

Python tutorial for beginners full course
#python #tutorial #beginners
โญ๏ธTime Stampsโญ๏ธ
#1 (00:00:00)โ€‹ Python tutorial for beginners ๐Ÿ
#2 (00:05:57โ€‹) variables โœ˜
#3 (00;17;38โ€‹) multiple assignment ๐Ÿ” 
#4 (00:20:27โ€‹) string methods ใ€ฐ๏ธ
#5 (00:25:13โ€‹) type cast ๐Ÿ’ฑ
#6 (00:30:14โ€‹) user input โŒจ๏ธ
#7 (00:36:50โ€‹) math functions ๐Ÿงฎ
#8 (00:40:58...

โ–ถ Play video
wind raptor
#

Hey @somber heath ๐Ÿ‘‹

eager thorn
#

good morning.

wind raptor
#

Hey Cy

eager thorn
#

Have a good Christmas Mindful?

wind raptor
#

Yeah, my kids were sick so we had to miss a family dinner, but it was pretty good otherwise.

eager thorn
#

damn, yeah my girls are getting sick too lemon_angrysad

#

only cause stepmom & step brother, never told me his kids, and my little sister was sick....

wind raptor
#

Yikes, that would do it.

eager thorn
#

hate when people don't tell you those things, really annoying.

wind raptor
#

Indeed. My kids are good about wearing masks when sick, but I know it's really hard for others

eager thorn
#

the whole mask thing, stopped here. you find 2-3 people in public at most wearing one.

wind raptor
#

Yeah, here it's still fairly common, but probably only 30% of people

earnest crag
#
help(str)
#

?

#

@somber heath

eager thorn
#

yeah, it's switched to optional at this point. don't see any signs on restaurant doors or windows or anything anymore.

wind raptor
#

We still have a few restricted places. Hospitals and doctor's offices requires a mask which is great.

eager thorn
#

those are about the only places here that require them.

somber heath
#

Ours aren't doing that.

wind raptor
#

That should have always been a thing

#

imo

eager thorn
#

even before covid, i agree.

#

I've had it 3 times, last time i thought it was it for me.

#

but ๐Ÿ™๐Ÿฝ

earnest crag
wind raptor
#

I've had it once and it was like a cold for me. I have all my vaccinations though.

eager thorn
#

yeah, haven't got mine, when my oldest was born me and the mrs got it, and i almost lost them both.

#

our oldest was born @ 31 weeks and had multiple issues in the first I'd say 3 months.

noble solstice
#

Happy New Year!

wind raptor
#

Bye @earnest crag

hoary field
#

in a bit m8

#

@earnest crag

wind raptor
#

Back

somber heath
#

@tender nest ๐Ÿ‘‹

tender nest
hoary field
#

@somber heath

somber heath
#

?

hoary field
#
last_name = "lovelace"
full_name = f"{first_name} {last_name}"
print(full_name)```
#

how come the brackets for the 3rd line r now different?

somber heath
#

!fstring

wise cargoBOT
#
Format-strings

Creating a Python string with your variables using the + operator can be difficult to write and read. F-strings (format-strings) make it easy to insert values into a string. If you put an f in front of the first quote, you can then put Python expressions between curly braces in the string.

>>> snake = "pythons"
>>> number = 21
>>> f"There are {number * 2} {snake} on the plane."
"There are 42 pythons on the plane."

Note that even when you include an expression that isn't a string, like number * 2, Python will convert it to a string for you.

hoary field
#

just style or does it affect anythin?

#

ah legend

#

๐Ÿ™

#
last_name = "lovelace"
full_name = f"{first_name} {last_name}"
print(f"Hello, {full_name.title()}!")


first_name = "ada"
last_name = "lovelace"
full_name = f"{first_name} {last_name}"
print(full_name.title())

Ada Lovelace```
#

y would u bother w the 1st one when the 2nd one takes less faff?

somber heath
#

Calls work in f-strings but it's often more readable to assign a variable to the call/return then put the variable in the f-string.

hoary field
#

so its better to write the 1st way instead of the 2nd?

somber heath
#
def func():
    return ...

a = func()
f'{a}'
#vs
f'{func()}'```Minimal example
somber heath
#
full = f'{first} {last}'.title()```Could be one way to write it.
hoary field
#

touch ๐Ÿ™

somber heath
#

In 2010, Patrick McKenzie wrote the now-famous blog โ€œFalsehoods Programmers Believe About Namesโ€, in which he listed 40 things that were not universally true about names. Did programmers sit up, take notice and change their attitudes to names? Sadly, not really. We still get asked...

somber heath
#

@steel torrent ๐Ÿ‘‹

#

@uneven canyon

uneven canyon
#

ik am shit at drawing

#

but this is not so far off

somber heath
#

Is it a combination tape dispenser and bong?

hoary field
#

thought it was a bong 2

uneven canyon
#

let me check what a bong is

#

rq

#

no

uneven canyon
#

no.......

#

ok so in the back it has a tank with water

#

and there is a pump

#

that sends water

#

into the cylinder

neat bramble
uneven canyon
#

and the is a plc simens on a the wall between the tank and pump and all that

hoary field
#

@regal nebula u runnin a vm fella

wind raptor
#

Please don't use the r word.

regal nebula
#

using UTM emulation but its slow

#

Heres DC

hoary field
#

y not vb?

regal nebula
#

theres no arm versions of windows server unfortunately

hoary field
brisk bridge
#

hi

hoary field
#

ey up

uneven canyon
#

hi

brisk bridge
#

do you guys know how to install alpine in wsl2?

hoary field
#

gettin scran in a bit lads

frozen owl
#

i use mac as well

regal nebula
frozen owl
#

but like ik parallels is expensive as fuck

regal nebula
somber heath
#

@steep reef ๐Ÿ‘‹

steep reef
#

hello

regal nebula
frozen owl
regal nebula
#

180 day trial with 3 rearms

frozen owl
#

lol

regal nebula
#

I just need something on disk so I dont leak anything

#

but I might just wait till my libram server comes

somber heath
#

@round quarry ๐Ÿ‘‹

regal nebula
#

Networking is set up can now multiple machines and forests

frozen owl
#

"TheRealQuantibilityOfficial"

somber heath
#

xXx...xXx

frozen owl
#

_._xXxTheRealQuantibilityOfficialLegitxXx_._

#

username idea

wind raptor
#

@echo garden your audio is bleeding

echo garden
#

@wind raptor i know sorry guys

somber heath
#

@ember meadow ๐Ÿ‘‹

ember meadow
#

๐Ÿ‘‹

echo garden
#

A video... the craft crashes into my lady at some point

wind raptor
#

@regal nebula please don't say the r word on the server

echo garden
#

wait

#

did I?

#

i guess the video is about as good as its gonna get

cinder dawn
#

afternoon

sturdy panther
#

Discord for work?

#

Ah. Networking makes sense, yea.

#

Bored mind needs work to do.

stark river
#

Happy new year to australia, nz, indonesia, malaysia and singapore ๐ŸŽ‰

zenith ledge
#

hey guys

#

hru?

regal nebula
#

@faint raven

stark river
#

happy y2k

#

gen z prolly dont even know what y2k is

somber heath
#

A preview of the madness to come.

#

People's minds breaking.

whole bear
#

@signal gust

signal gust
#

wass good

whole bear
#

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

signal gust
#

i just need the messages lol

#

ive got like 20

#

any python things you guys are working on?

scarlet halo
#

HAPPY NEW YEAR!

signal gust
#

not yet fo me lmao

zinc sinew
somber heath
#

@real silo ๐Ÿ‘‹

real silo
#

cant

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
#

@woven pasture ๐Ÿ‘‹

woven pasture
#

o hi

woven pasture
signal gust
#

you gotta verify bit

#

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

woven pasture
#

yer

#

i just joined today at 12am

#

so cannot use voice yet lmao

zinc sinew
somber heath
#

@clear stream ๐Ÿ‘‹

clear stream
#

Hi :D

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.

clear stream
#

XD

somber heath
#

@foggy dirge ๐Ÿ‘‹

foggy dirge
#

Hi

#

I can't open Mic

eager thorn
#

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

foggy dirge
#

!voice

#

I see , Thx @somber heath

clear stream
#

Does anyone use c++ here?

eager thorn
#

what's up.

clear stream
#

I just wanted to know. :D

celest needle
#

Hello

shell compass
#

Hello everyone ๐Ÿค— new here

celest needle
#

Iโ€™m new to Python and programming, so I bet you guys are pretty experienced in this field, what advice would u guys give to a person like me who knows little no Python or programming

clear stream
#

Welcome!

somber heath
#

@floral flicker ๐Ÿ‘‹

clear stream
#

Why are both of you not in the VC itself? XD

floral flicker
#

hello

robust thicket
#

!voice

#

@somber heath could u help me fix this pls ?

clear stream
#

You need to install pip.

robust thicket
clear stream
brisk bridge
#

hi guys

somber heath
#

@whole bear ๐Ÿ‘‹

whole bear
#

split

#

mas

#

not mass

#

splitmas

#

lol

#

i wish i could 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.

whole bear
#

ik

#

i did

#

this is bs

#

onh

#

yeah yeah

#

oh

#

ohhhhh

#

that makes way more sense

#

i am not patient

#

yeah

#

i gtg

#

cya

#

happy new years

lavish rover
#

Happy new years @somber heath !

whole bear
#

openbsd?

#

interesting

somber heath
#

@merry wraith๐Ÿ‘‹

#

@ancient venture ๐Ÿ‘‹

merry wraith
#

hi @somber heath

#

im sorry I had to leave opal

celest widget
#

How to learn python with no coding experience

somber heath
#

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

celest widget
#

I have 3 months of free time do you think it will be worth investing in it

somber heath
#

@dreamy cape ๐Ÿ‘‹

dreamy cape
#

Hello

#

Don't have permission to speak

#

@somber heath

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.

dreamy cape
#

Thank you

#

50 is a lot to get verify today

#

I'll get there surely one day

wise cargoBOT
#
Voice verification

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

vocal oriole
#

how can i open mice

#

@whole bear do you have any idea about microsoft store app error's?

#

out of topic python

#

sorry for ping

jagged flare
#

ah I don't have 50 messages in here

#

do you have any experience with google firestore?

#

here 1 sec

#

I need a MySQL database but I'm not sure if I'm doing it correctly

#

I'm running a Minecraft Plugin that uses google firestore to store data for it

#

well it's not my plugin and I'm quite bad at coding :/

#

alr thank you for helping

warped raft
#

@somber heath and @whole bear hello

#

Happy New Year!!
to both of you

somber heath
#

@opaque tusk ๐Ÿ‘‹

opaque tusk
#

hi

#

hi

#

hi

scarlet halo
#

๐Ÿ—ฟ

#

๐Ÿ’€

opaque tusk
#

hello guys

#

2024

#

am new python developer, now am doing python crash course book

#

any advise

#

@whole bear , @somber heath

#

ready for all of theat

#

that

#

good

#

this is my second book i didn't any real course anywhere in udemy or others just books

#

is it good reading books when learning programming languages

#

this is my idle

#

vs code

#

as am beginner do I need to switch it to other friendly idle's

#

or is it ok

#

yeah, what is like to be a python developer

#

what are the challenges

#

is it necessary

somber heath
opaque tusk
#

I mean the goal to set

opaque tusk
#

I didn't set any real goal till now

#

just learning it

wise cargoBOT
#
Voice verification

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

noble solstice
#

Hello!

whole bear
#

Hi

woven bough
#

hey buddy

#

doing good

#

Happy New Year

#

ypp

scarlet halo
#

what day is 11th may eve

#

10th may

#

i think

#

because

#

i.e

#

christmas day

#

is 25

#

and christmas eve

#

is 24

#

literally nothing

#

i have no idea

#

no

#

i asked myself

desert vector
#

@wind raptor

scarlet halo
#

why minecraft font

desert vector
#

the lightning bolt means I'm running with sudo

gentle flint
#

before

gentle flint
wind raptor
whole bear
#

@rugged root Are you joining today?

#

@whole bear I cant talk

#

!voice

#

Im supressed

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
#

oh okay

#

Ill just listen then

scarlet halo
whole bear
#

Hi

#

how come?

#

why ru crazy

#

oh lol

#

goose hoes?

#

yeah

#

goose-shoes

#

@teal vector

#

whatsup?

#

ok

#

1 sec

#

ok im back

#

you can tell the story i dont have anything better to do

teal vector
#

See you later guys.

whole bear
#

Bye Bro

scarlet halo
#

oh see u

whole bear
#

@desert vector Are you there?

#

@sterile oar

sterile oar
#

oh sorry I didn't mean to enter the VC

scarlet halo
whole bear
#

@desert vector Help

scarlet halo
#

@whole bear stop using voice changer or grow up idk if you're 3 years old but it sounds like it

scarlet halo
#

voice changer

#

you sound stupid

#

no offense

whole bear
#

@graceful kelp

#

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

graceful kelp
#

Lol hello

#

Noo

desert vector
#

!tvmute 598607835047133193 2w You didn't turn off your voice changer when I asked you to.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice mute to @whole bear until <t:1705341911:f> (14 days).

desert vector
whole bear
unkempt narwhal
#

lol

foggy dirge
gentle flint
pearl delta
#

do i get cam perms?

zinc sinew
random copper
#

How do you make your python program read emojis?

lavish rover
#

emojis are just strings?

#

!e

x = "๐Ÿ˜Š๐Ÿ˜…๐ŸŽ„"
print("๐ŸŽ„" in x)
wise cargoBOT
#

@lavish rover :white_check_mark: Your 3.12 eval job has completed with return code 0.

True
random copper
#

apparently not, guess it's why its called emojis not smileys

#

Yes but when data transfering it

lavish rover
#

it's just bytes... don't know what you mean

#

transferring where?

random copper
#

I have a youtube discord bot

#

when reading this header:

๐Ÿ‡ฆ๐Ÿ‡ฑ/๐Ÿ‡ฎ๐Ÿ‡ช #STS S9 -Shqipet Dublinit (Music Video) | Pressplay

It cannot play the song, because of the 2 flags

#

because it cannot read it

lavish rover
#

what do you mean by "cannot read it", give a particular error message or something

random copper
lavish rover
#

a python error message

random copper
#

its run on a linux

somber heath
#

@flat sigil ๐Ÿ‘‹

#

@formal oriole ๐Ÿ‘‹

formal oriole
#

i a muted

brisk bridge
#

hi

#

how are you?

#

@somber heath can you help me with one thing?

#

i am confused which auth strategy to use

#

kk, its ok

#

i was implementing auth in a api

scarlet halo
wheat trellis
#

@hazy depot

vocal basin
wise cargoBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

scarlet halo
#

thats literally me

somber heath
#

@echo garden We can hear you.

somber heath
#

@round quarry ๐Ÿ‘‹

#

@cedar onyx ๐Ÿ‘‹

#

@fleet yarrow ๐Ÿ‘‹

#

@lusty veldt ๐Ÿ‘‹

lusty veldt
#

hello

fleet yarrow
#

no perms uh oh

#

lollll

obsidian dragon
lusty veldt
#

i was in here b4 on another acc

fleet yarrow
#

hihi

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.

fleet yarrow
#

ohhhh i see that makes sense

lusty veldt
#

forgot passwd and coldent get back in

#

usally discord is really good about that

#

but not for me lol

#

anyone know how to set up smtp on debian with a tls cert to connect to goole outlook etc

fleet yarrow
#

well i do have a question for anyone in the vc. i made a lil app for text to video. (not monetized) was wondering if anyone wanted to try and give thoughts? takes like 30s to generate

#

can generate up to 5/10 mins in under 30s

lusty veldt
#

yea i couldnt get it to send a password change link

#

@somber heath your a grand wizard tech man help me set up smtp

frosty star
#

Im using the mic to speak to google translate while being on the VC I hope Iโ€™m not unmuted in the vc while I do that ๐Ÿฅถ

fleet yarrow
#

@obsidian dragon @whole bear u guys should try it. would love feedback

lusty veldt
#

dont know just wouldnt send

frosty star
#

Thank u for confirming that opal:)

lusty veldt
#

its ok tho i was able to hook the same phone # up for this acc just a knew email

fleet yarrow
#

i have it hosted on a digital ocean droplet vps rn

#

yeah ai, i made a thingy for it

#

want it over dms or here?

#

dont send out to anyone tho

#

cant hold lots of traffic

#

lollll

#

its good with stories

lusty veldt
#

well thats for python3 we cant even get a damon like postfix to send emails at all we have all the right routing for the mail server done with clouflare but smtp dosent work at all on the back end ethier way

fleet yarrow
#

v4

lusty veldt
#

its a ipv4 addr

somber heath
#

@grizzled ruin ๐Ÿ‘‹

lusty veldt
fleet yarrow
#

ask it to

lusty veldt
grizzled ruin
#

hello @somber heath

fleet yarrow
#

nothing crazy, i use lots of api calls/endpoints

lusty veldt
somber heath
#

@stable geyser ๐Ÿ‘‹

fleet yarrow
cinder dawn
#

afternoon

fleet yarrow
#

yoyo

stable geyser
#

Hello.

lusty veldt
#

@whole bear no not client

#

just setting up email for debian using mailutils

#

i cant even get postfix to work

#

its for me to send kinds more profesinal emails from my domain name instead of using 3rd party like gmail and outlook

#

im going to wait till i have voice perms make it easier

#

trust me i have tried everything with smtp and it still wont work

#

there is no code

#

its just a off topic question but im asking in here so people in vc can see

fleet yarrow
#

@whole bear did the site work btw?

#

ok

lusty veldt
#

its just the basics config file mx and txt route for SPF

#

ita a problem with postfix config or cloudflare not routing properly but we have it all set up right

#

i will fr give you access to the backend just so you can look lol

fleet yarrow
#

@lusty veldt chatgpt has huge context now - you should learn how to work with it well

#

esp gpt4

lusty veldt
#

sometimes its better to know the right questions to ask then all he awnsers with chatgpt

#

and even by this structure i follow with prompting gpt still didnt help i have been to stackover flow f&q on sites arch linux wiki and more been doing this over the past 5 days and it still wont work

#

i know its probably something incredibly stupid and small that i am failing to configure right

fleet yarrow
#

chatgpt helps me so much

#

i use it for 50% of my work now

#

its insanely good

#

idk why ppl hate haha

stable geyser
#

Is there any python package for crypto payment system that will work with Django rest framework?

lusty veldt
#

@whole bear wyd for work if you dont mind me asking?

#

ah

#

bet your project managers run crazxy lol

#

LOL

#

amazon does

#

i hate iyt

#

it*

#

yes

#

you

#

have

#

yep amazon dosent own anything not even there own servers

fleet yarrow
#

lego i want u to roast my project ๐Ÿ™‚ @whole bear

lusty veldt
#

its all contracted with third party things

#

WPF?

#

i hate WPF

#

i would rather make a gui in python3 then WPF

#

linux on top always even our package lines at amazon use linux for sensor and time data

#

@rugged root

fleet yarrow
#

@rugged root roast my app pls

#

๐Ÿ™‚

rugged root
#

Which?

fleet yarrow
#

i can send - its a text to video generator

#

can i?

rugged root
#

Do you have the code for it?

#

Rather, are you fine with sharing the source

fleet yarrow
#

i have the code - but im moreso looking for feedback in the experience/how it works/the content it makes

lusty veldt
#

@whole bear dell latitude

#

LOL

fleet yarrow
#

i have it hosted on a vps @rugged root

lusty veldt
#

acer all day baby

fleet yarrow
#

i can link

lusty veldt
fleet yarrow
lusty veldt
#

if you dont mind me knowing

#

ahh

fleet yarrow
#

ye

#

also 13tails did it work?

lusty veldt
fleet yarrow
lusty veldt
fleet yarrow
#

ok @rugged root

#

coo

#

l

lusty veldt
#

@whole bear I FOUND THE PROBLEM

vocal basin
#

button

#

1 second search didn't find a server

lusty veldt
#

@whole bear it cloudflare not properly routing the data

#

yea when you have it set up with cloudflare you have to use cloudflares emailing services lol @whole bear

echo tartan
vocal basin
#

do JetBrains themselves have a discord server?

rugged root
whole bear
#

ok bro

#

si

#

i need help in a C# code

#

It's about Project Payroll Managemt System

#

anyone?

#

i cant stream nor speak

vocal basin
whole bear
#

; )

#

let me send 2 pics

vocal basin
#

(it might also be better to ask it it C# server)

whole bear
#

???

#

my post is not aligned

#

university

#

C#

#

; )

vocal basin
whole bear
vocal basin
#

it's only pushing towards next vertical alignment (in multiples of 4 often)

vocal basin
whole bear
#

im a visual; learner

whole bear
#

like what do i do exactly?

#

cuz my brain aint braining

#

@vocal basin

#

i just added another \t in CWL

rugged root
#

@tulip bobcat

#

!kindling

wise cargoBOT
#
Kindling Projects

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

vocal basin
whole bear
#

doesnt work

vocal basin
whole bear
vocal basin
#

> the most enviromentally friendly game
what, Factorio?

vocal basin
#

the problem rn is that widths of names aren't the same

#

therefore post starts at different positions

whole bear
fleet yarrow
#

@rugged root lmk if u wanna try the site - i added u

#

would love any feedback/criticism

rugged root
#

I can give both of those

fleet yarrow
#

awesome ๐Ÿ™‚

vocal basin
# vocal basin pad name not post

employeeName[i].PadRight(15) or however long names you allow
(then you can change 15 to maxWidth (pre-calcd to be employeeName.Max()) or something similar)

#

@rugged root iirc nitro allows 200 servers

whole bear
#

im confused

vocal basin
#

100 without

whole bear
#

and btw

#

i just realised

#

my professor said that if he sees something out of his curriculum then he'll cancel the project

vocal basin
#

you can manually pad the string, if you've been taught concatenation

#

basically + on strings

#

and string length

whole bear
#

i have been taught but not padding

#

this is new for me

vocal basin
#

!e

raw = "example"
char = "."
target_length = 15
print(raw + char * (target_length - len(raw)))  # manual ljust
print(raw.ljust(target_length, char))
wise cargoBOT
#

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

001 | example........
002 | example........
whole bear
#

15 -7 = 8?

cosmic lake
#

interesting

whole bear
#

ducky_sphere
@mr.hemlock we were wondering if this emoji has any relation with openbsd's mascot ?

cosmic lake
#

some people are too into disney

#

disney adults are scary

#

i heard they arent great to work for though

rugged root
cosmic lake
#

dude jobs expect the loyalty on our side with none on theirs

#

bro just have a probationary period

vocal basin
whole bear
#

i would love a open bsd emoji tbh

vocal basin
#

first doesn't involve a correct built-in solution, second does

#

but first deals with "simpler" concepts, i.e. those that are more likely to be in the curriculum

whole bear
#

but im still confused about my alignment

vocal basin
#

!e

from random import randint
columns = [["a" * randint(1, 15) for _ in range(15)] for _ in range(3)]
widths = [max(map(len, column)) for column in columns]
for row in zip(*columns):
    print(" | ".join(cell.ljust(width) for (cell, width) in zip(row, widths)))
wise cargoBOT
#

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

001 | aaaaaaaa        | aaaaaaaaa      | aaaaaaaaaaaaa  
002 | aaa             | aaaaaaaaaaaaaa | aaaaaaaaaaaaa  
003 | aaaaaa          | aaaaaaaaa      | aaaaaaaaaaaaa  
004 | aaaaaaaaaaa     | aaaaaaa        | aaaaaaaaa      
005 | aaaaaaaaaaaaa   | aa             | aaaaaaaaaa     
006 | aaaaaaaaaaa     | aaaaaaaaaaaaaa | aaaaaaaaa      
007 | aaaaaaaaaaaaaaa | aaa            | aaaaaaaaaaaaaa 
008 | aaaaaaa         | a              | aaaaaaaaaaaaaaa
009 | aaaaaaaa        | aaa            | aaaaaaaaaaaaaaa
010 | aaaaaaaa        | aaaaaaaaaaa    | aa             
011 | aaaaaa          | aaaaa          | aaa            
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/37Y2POFIDOT7H4F2RQSLRY6C7A

whole bear
graceful tangle
#

Excuse me

rugged root
#

Not sure what that is

vocal basin
#

another gaslighting-as-a-service?

whole bear
#

was i unmuted the whole time

rugged root
#

You were, but we didn't hear that

whole bear
#

hear what ๐Ÿ˜ณ

rugged root
#

Oh hear that you were unmuted

#

Nothing was coming through

vocal basin
graceful tangle
rugged root
#

This is the slow time of year
Never say that to an accounting firm

vocal basin
#

imagine the tax service getting an AI assistant
it's going to be so cursed

rugged root
#

It'll be more helpful than you think

vocal basin
#

if it's only saying "check this, check that"

#

not responding with definitive answers

rugged root
#

For sure

#

I know that our folks have been having portions of the webinars dedicated to talking about the fintech sector looking into it

#

So people are getting prepared for it

vocal basin
#

wouldn't be surprised if Russian Moscowian government decides to go for it because why not

rugged root
#

I wouldn't be surprised if that's what it is for now

vocal basin
#

"why is it against ToS? because there are partnered companies that take money to do the same thing"

#

like Turing or whatever they're called

rugged root
#

Yep

vocal basin
#

middleman on top of middleman

rugged root
#

Not saying it's great that they have that

#

Just saying it wouldn't be something we'd assist with here

#

Not sure what they'd do if they caught you, either

whole bear
#

There is a way to flush socket buffer ?

pine bay
#

I'm a full-stack web dev with 3.5 YOE. I've been working with React/Next, Node, MongoDB tech stack deployed on Cloudflare Hosting Platform. Here's my plan for 2024:

  • Get certified in AWS
  • Learn Relational DBs
  • Specialize in Backend
  • Then explore DevOps
vocal basin
#

it took me some time to recognise what YOE stands for
(it should probably be YoE because `of' is a preposition)

pine bay
#

Ears of experience

rugged root
#

I hear that

vocal basin
#

my plan for 2024:
- survive (optional)

#

"at this point, why not apply to work for linkedin itself?"

rugged root
#

Oh

#

Shit

#

I didn't write down the mileage for one of my delivery days

#

And I don't know the route. Just gonna wing it...

#

I hate doing that

vocal basin
#

oh, wow, people remembering the dev part in devops

rugged root
#

C# feels like a bit of a weird requirement... Is this the new full-stack?

vocal basin
#

integration with existing libraries maybe

rugged root
#

I guess?

vocal basin
#

Python does both always, in some sense

#

like
the value-reference comparison concept isn't applicable

rugged root
#

Immutable will always be value, mutable will always be reference

vocal basin
rugged root
#

It's why we have is and ==

#

Is it?

#

Pretty sure it's not

vocal basin
#

+= on strings is optimised when there's only one reference

#

!e

s = "a" * 131517
print(id(s))
for _ in range(16):
    s += "a"
    print(id(s))
wise cargoBOT
#

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

001 | 94523139622576
002 | 139978458718224
003 | 94523139622576
004 | 94523139754144
005 | 94523139885728
006 | 94523139622576
007 | 94523139754160
008 | 94523139622576
009 | 94523139754160
010 | 94523139622576
011 | 94523139754160
... (truncated - too many lines)

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

vocal basin
#

I don't remember how to trigger it

#

!e

def main():
  s = "5" * 111
  for _ in range(10):
    s += "1"
  for _ in range(10):
    print(id(s))
    s += "1"
main()
wise cargoBOT
#

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

001 | 139839792024544
002 | 139839792024192
003 | 139839792024192
004 | 139839792024192
005 | 139839792024192
006 | 139839792024192
007 | 139839792024192
008 | 139839792024192
009 | 139839792024192
010 | 139839792024192
vocal basin
#

yes, str technically is mutable

#

but it only influences performance and id

vocal basin
# rugged root Immutable will always be value, mutable will always be reference

there's already been this same discussion here at least a couple of times
Python does not have a strict differentiation of by-value vs by-reference
Python always deals with values
C backend for Python always deals with references (pointers)

the differentiation is implicit and is in how specific attributes (methods included) work
str is an example where notion of "immutability" is formally wrong but "logically" correct

#

and in languages that do have pass-by-reference, those references may be mutable
(specifically the pass-immutable-type-by-mutable-reference thing)

vocal basin
#

@willow gate do you know how to play antichess?

surreal grove
#

What are you guys talking about?

rugged root
#

Important people in computer and programming history

surreal grove
#

Ohh cool

vocal basin
surreal grove
#

Iโ€™m learning about Distributed systems

#

๐Ÿฅฒ

rugged root
#

Sounds..... fun? I'm never sure what all that is

willow gate
vocal basin
#

antichess is the variant that I have lowest rating in

surreal grove
#

Everyone can do anything they want gender does not matter

rugged root
#

It's just the lack of understanding and thinking that there has to be the "Grandfather" of these fields

rugged tundra
undone idol
#

hellow admin

vocal basin
#

wait, what's the term for purpose-built curcuits? I forgot

#

ASIC

#

Monero is very non-gpuable, iirc

#

@willow gate I'll stop playing chess for now (I need to work on Rust stuff)
normal chess next time

vocal basin
#

still working on pvp minesweeper (with chess clock)

#

improving performance

eager thorn
#

the hell did i come back to, all i did was get breakfast hemlock

#

don't answer that.... i don't wanna know.

abstract plover
#

javascript was inspired by Java

rugged root
#

Need to pick up wife for doc appointment, sorry

echo tartan
snow pine
#

How's it going guys

#

@rugged tundra and the rest

cinder dawn
#

evening

echo tartan
somber heath
#

@copper adder @whole bear ๐Ÿ‘‹

brisk bridge
#

hi

whole bear
#

?

#

hi

somber heath
whole bear
#

i was

#

hi

somber heath
#

I wave to people without voice permissions, because they tend to be new and not know that the text chat for the voice chat is here.

#

In that vein...

#

!voice

wise cargoBOT
#
Voice verification

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

brisk bridge
#

sleepy days, lol

#

ye

whole bear
#

yoooo

brisk bridge
#

cause i have to go school after 2 days

whole bear
#

@somber heath u remember

#

me

#

nice

#

lol

#

yea

#

yeah

brisk bridge
#

just saw sunlight today after 1 month

#

its very cold and cloudy

whole bear
#

yo

#

how do i chewck me stats

brisk bridge
#

tf alpine os don't have bin dir

somber heath
#

@strong lance ๐Ÿ‘‹

#

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

strong lance
#

hey guys

#

i wanted a small help with fine tuning an llm

whole bear
#

how are you guys?

somber heath
#

@whole bear ๐Ÿ‘‹

strong lance
#

oh it's okay. i had some doubt regarding that

#

yeah i asked a doubt there but i didn't get a repsonse yet

#

i did make a help request too but i didn't get a reply there either

#

yeah maybe

whole bear
whole bear
strong lance
#

thankss

whole bear
#

im a bit confused

strong lance
#

i might make one again

whole bear
#

hes deafened

#

not anymore

#

nvm

#

lol

#

@somber heath yooo you sound like my teacher

#

hes verified

#

lol

#

no wayyyy

#

@somber heath yes ofc the a compliment

#

@somber heath my mic is shit

brisk bridge
#

hi guys

whole bear
#

guys would u rather have 10 cents a sec or 1 cent a nanosec

astral aspen
#

Hi

whole bear
whole bear
brisk bridge
#

btw can anyone suggest me a logo for my social media app?

strong lance
#

Fine-tune a large language model to generate icons. You can only use an LLM and not any other models.

whole bear
#

@somber heath can you hear me?

#

onh i would want 1 cent nanosec bc it is faster than a reg sec obv lol

#

duck

#

yo

#

wsg

#

call me split

#

btw

#

yo @somber heath how are you??

#

yo

whole bear
#

wsp

whole bear
#

shut the front door

whole bear
#

๐Ÿ˜ถ

whole bear
whole bear
#

fr

somber heath
#

@foggy dirge ๐Ÿ‘‹

foggy dirge
copper adder
#

are you ok?

#

are you kidin me?

whole bear
#

please to take it personally

#

\๐Ÿ™ƒ

#

@whole bear

#

^

somber heath
#

@floral flicker ๐Ÿ‘‹

whole bear
#

not here?

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
#

ye

#

!voice

whole bear
somber heath
#

@inner hinge ๐Ÿ‘‹

somber heath
whole bear
#

oh yeahhh

#

@ penebel?

#

thats what i here

#

@whole bear

#

๐Ÿ˜ถ

#

1192011714103881789

#

@somber heath ?

#

๐Ÿ˜ญ poor birddddd

#

what is a bandwith

#

okay thank you

#

wow you both sound and talk like my fav sir

#

๐Ÿ™ƒ

whole bear
#

that did not sound right

#

\๐Ÿ˜ถ

#

@whole bear so what kind of server are u makeing?

#

what?

#

@whole bear okay so helping make one ?

#

ye

#

my moms ask where are you guys from?

#

@somber heath are you from earth?

#

๐Ÿ™ƒ

#

mm

copper adder
#

def power_2(n):
return n ** 2

def sort_list(lis):
lis.sort()

def sort_list_with_key(lis):
lis.sort(key=power_2)

def main():
myList = [10, 2, -4, 1, -6, 9, -1, 4]
sort_list(myList)
print("[] sorted list without Key : {}".format(myList))
sort_list_with_key(myList)
print("[
] sorted list with Key : {}".format(myList))

if name == "main":
main()

output :
[] sorted list without Key : [-6, -4, -1, 1, 2, 4, 9, 10]
[
] sorted list with Key : [-1, 1, 2, -4, 4, -6, 9, 10]

how the program know (n) how much it! and how he replaced anything he return in list?

brisk bridge
#

wdym?

whole bear
brisk bridge
#

guys can i ask for reviewing a logo here?

#

is this logo looking good for a social media app, i though copied instagram logo

whole bear
brisk bridge
whole bear
brisk bridge
#

hmm, i still don't get it

whole bear
#

its a bit soft on the edges

#

and just fried in the mid

brisk bridge
#

you mean i add rough texture?

whole bear
#

wait this ain't cooking resipe

#

no wait i mean

brisk bridge
whole bear
brisk bridge
#

i got that from google

whole bear
#

but while the out side looks simple

#

there 0 commitment

brisk bridge
#

hmm

whole bear
#

it's kind of alll over the place

brisk bridge
#

imma use sd for fixing it

whole bear
#

@whole bear what i would import is like
you broke the rules once = 10min time out

#

and so on and so forth

#

why did i say import

#

๐Ÿ’€

#

F

#

@whole bear hmmmm

#

still don't know how to pronouns your name

#

verify here ^

somber heath
whole bear
silk sleet
#

hello anyone can you tell me if the Python DSA is important for Machine learning and artificial intelligence if yes then how much DSA should I know to start learning ML

whole bear
#

@tawny vapor yoooo

tawny vapor
#

hello

#

sorry, but i'm don't speak english very well

somber heath
#

@copper adder ๐Ÿ‘‹

#

@whole bear ๐Ÿ‘‹

#

@rough cargo ๐Ÿ‘‹

rough cargo
#

hi

somber heath
#

@languid storm ๐Ÿ‘‹

languid storm
copper adder
#

hi

wet scroll
#

sup opal

somber heath
#

@signal drift ๐Ÿ‘‹

tawny vapor
#

hello

signal drift
#

hi

copper adder
tawny vapor
#

@somber heath , i'm sorry, but i'm don't speak english very well

copper adder
signal drift
#

What is happening in this call? What are we going to do?

copper adder
wet scroll
#

we just chilling

tawny vapor
signal drift
#

Interesting pithink

copper adder
#

just about python?!

wet scroll
#

not just python i guess

signal drift
#

He said other things it

copper adder
#

nega?

signal drift
#

umm...

copper adder
#

lets talk about mr robot movie ?

#

like how actually he hack the networks?

#

or somthin else

#

yeah that's right

#

i guess he encrypt the all data company with python file right?

tawny vapor
#

It's a pity they don't make such films in Russia...

somber heath
#

@teal panther ๐Ÿ‘‹

warped raft
#

hello @obsidian dragon

#

how are you doing

#

what's up

#

what are you doing @obsidian dragon

#

sry..what watching

#

yeah sure

#

btw where are you watching

warped raft
#

i am gonna open my mic and then watch it

tawny vapor
#

hello

warped raft
#

@tawny vapor hello

#

how are you doing

#

what's up

tawny vapor
warped raft
#

what are you doing

tawny vapor
warped raft
#

good

#

now that you ask

#

great

tawny vapor
warped raft
#

which lang

tawny vapor
#

i'm sorry, but i'm don't speak English very well

warped raft
#

np

tawny vapor
warped raft
#

which langauge are you using for programming

tawny vapor
tawny vapor
warped raft
#

right now i am not coding anything but yeah i use a quite a lot of

tawny vapor
#

very good)

#

where are you from?

#

hello

warped raft
#

@somber heath hello

#

how are you doin

#

what's up

#

what are you doing

tawny vapor
#

hello)

warped raft
#

@opal sable hello

rugged root
#

Sorry in advance, I'm going to be kind of slammed for a bit

whole bear
#

Hey Hemlock

scarlet halo
#

hey

rugged root
#

Yo

scarlet halo
#

im not hemlock

whole bear
scarlet halo
whole bear
#

Hemlock is my fav American

whole bear
whole bear
scarlet halo
#

nah

whole bear
#

You wanna fight bro?

#

@whole bear

#

It says I canโ€™t speak or some shit

#

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

@whole bear

#

๐Ÿ‘†

#

@scarlet halo

#

@whole bear is my fav swede

whole bear
whole bear
whole bear
#

@I am sinking

#

@whole bear

#

@wanton flame

wanton flame
#

why am i not able to open my microphone?

whole bear
wise cargoBOT
#
Voice verification

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

mighty robin
rugged root
#

It's a Windows specific thing

woeful salmon
#

@lavish rover

  std::ifstream file(filepath);

  if (!file.is_open()) {
    std::cerr << "Error opening file: " << filepath << std::endl;
    return -1;
  }

  content.assign(std::istreambuf_iterator<char>(file),
                 std::istreambuf_iterator<char>());

rugged root
stark river
#

any good recommendations for learning C++? books or blogs?

rugged root
#

I think @lavish rover had some good ones, can't remember

pallid verge
#

freecodecamp

woeful salmon
pallid verge
#

i have recently worked a cool project ..wrapping python and swift together

stark river
rain yew
#

Helloww

woeful salmon
stark river
#

maybe i should start with the Head First or for dummies series

pallid verge
#

@rugged root hey man can you suggest any good source where i can learn more on threading in python ... i am kinda stuck there

rugged root
#

Uhhhhhh let me track one down

#

Feel like I read one a while back

#

Hard to go wrong with them

pallid verge
#

thx :)

rugged root
#

Yep yep!

#

I'll be honest, haven't really done anything with threading

#

Really only futzed with async

pallid verge
#

like i am little confused in threading in python

rugged root
#

What's got you tripped up?

pallid verge
#

aren't they suppose to execute at same time ..if we called them at the same time

rugged root
#

So.... kind of

#

Threads in Python aren't the same as threads on your computer

pallid verge
#

ahh

rugged root
#

Py threads are still restricted by the GIL

#

So they seem like they're doing things at the same time, but they're just context switching