#voice-chat-text-0

1 messages Β· Page 982 of 1

rugged root
#

I mean it still says that it's not a 100% no turning back decision

#

Entirely possible we can have a strong argument if that's really what you think would be best for us

hidden flower
#

so you're telling me, hemcord is still an option

rugged root
#

But yes

zenith radish
#

I'd forsake pydis for hemcord in a heartbeat

stuck furnace
#

Adorable cannibalistic cookies πŸ€”

rugged root
#

Yes

#

How do you think you get double stuffed Oreos

uncut meteor
somber heath
stuck furnace
#

Erm, Jake, you can use it in e.g. Excel to scroll the page

#

instead of move to a different cell.

#

*using the arrow keys

somber heath
#

... | less

uncut meteor
#
location / {
    proxy_pass http://10.1.1.70:8080;

    if ($http_upgrade = "websocket") {
        proxy_http_version 1.1;
        proxy_set_header Upgrade websocket;
        proxy_set_header Connection upgrade;
    } 
}
somber heath
#

I think that when you start to indulge in the anthropomorphisation of programming languages is when you can probably say you're an expert.

rugged root
somber heath
#

Anthropomorphisation. The attribution of human attributes to something non-human.

#

For example, talking animals in animated films.

#

Or other media.

#

Also the interpretation of animal behaviours as belonging to thought processes more human than animal.

stuck sky
#

i can code a whole web app
but i can't solve leetcode,hackerrank

rugged root
#

In fairness, those are different skills

#

And the former is much more important than the latter

somber heath
#

Another example. Death. Skeleton. Cowl. Scythe. Anthropomorphic personification.

#

Thank you Terry Pratchett.

rugged root
#

The world is lesser from his passing

wicked pine
#

colo cola?

#

if that's the case i'm glad i hear nothing about itv4

stuck furnace
#

It is not what you expect it to be. No one would expect that πŸ˜„

wicked pine
#

dave

#

there's a channel on british television called dave

stuck furnace
#

It's literally called 'Dave' yea

wicked pine
#

and the +1 is

#

dave ja vu

somber heath
#

We've got one called MATE.

rugged root
#

That's so pleasing

wicked pine
#

it's a high bar to beat

rugged tundra
vocal coyote
rugged root
#

I will die on this hill for PDM

vivid palm
#

@hollow cape goomorning

vocal coyote
#

ArangoDB

rugged root
#

Oh my god the Scylla mascot is adorable

vivid palm
#

look at this

vocal coyote
rugged root
#

Lutris?

vivid palm
#

yeah

#

griff told me it's

#

"steam but for linux"

rugged root
#

Yep yep

#

I love it

vivid palm
#

it's adorbs

rugged root
#

Also, if you ignore the arm, it looks like he's eating PacMan

hidden flower
#

lutris is a game management system

vivid palm
#

it kinda looks like an otter wrapping around a ping pong ball

hidden flower
#

makes using stuff like wine easier

vivid palm
#

hi steak

hidden flower
#

hi mina

hidden flower
#

steam is steam for linux

vivid palm
#

oh lol

alpine path
#

ScyllaDB

rugged root
#

@whole bear If you're asking something, we really can't hear what you're saying

#

Otherwise you have a lot of background noise

vivid palm
#

@whole bearyour mic is open

#

please ping me and i'll unmute you if you see this

rugged root
#

Theeeeere we go

#

Stupid permissions issues

pallid hazel
#

technically, at one time I had sqlite running in 20 subprocesses with 1k threads per process writing to the db.. i changed it ofcourse, but not from hitting a race condition

#

you could start watching any 1 of the housewives series

vivid palm
zenith radish
#

I'll check it out thanks @vivid palm

wicked pine
#

Allocating memory in C makes gives me extra wrinkles in my brain

rich urchin
#

How yall been?

rugged root
#

Not bad, how about you

wicked pine
#

and function pointer syntax
it's kind of gross

rugged root
#

Wait, aren't extra wrinkles..... good?

terse needle
#
int* ptr = (int*)calloc(5, sizeof(int));

same as

int* ptr = (int*)malloc(5 * sizeof(int));
wicked pine
#

Think calloc initializes bits with 0s?
Whereas malloc leaves memory uninitialised

dense ibex
#

@vivid palm

terse needle
#

just quoted fisher

wicked pine
#

Yeah school's a bastard

#

I know that feel and it's so bad

tiny socket
#
def SplitText ( sentence , delimiter ) :  # Yes, *that* kind of camel case
        letters = list ()  # Apparently it's "more efficient to define it as a list and then set the values"
        words = list ()
        letters = [ *list ( sentence ) ]  # The formatting hurts but you get used to it... eventually

        temporary_variable_word = str ()  # Temp vars "should start with temporary_variable_"
        done = bool ()
        done = False

        counter = int ()
        counter = 0
        while done == False :
                if letters[ counter ] == delimiter :
                        if len ( temporary_variable_word ) != 0 :
                                words = [ *words, *[ temporary_variable_word ] ]
                        temporary_variable_word = str ()
                else :
                        temporary_variable_word = temporary_variable_word + letters[ counter ]

                counter = counter + 1

                if counter == len ( sentence ) :
                        done = True

        if len ( temporary_variable_word ) != 0 :
                words = [ *words, *[ temporary_variable_word ] ]

        return words
wicked pine
#

tfw u cant write inline java in python

rugged root
#

Jesus christ the extra whitespace....

wicked pine
#

It's like you've turned up the letter spacing in Word

terse needle
pallid hazel
#

lol, if you seen my last dict, you would cry for me to add whitespace.

rugged root
#

Yes

#

You should

#

It's for your benefit as well

#

Especially with how spread out your code is, you really really really really need to be better documenting

pallid hazel
#

I do the documenting in stages, as I end up with like 5 different strategies to accomplish something and pick the best one, I often forget I know.

#

I do like the folders , mark as read for whole catagories :/

zenith radish
zenith radish
wicked pine
#

the oldestℒ️

#

servers with zero rules more or less

pallid hazel
#

I see a resemblance to hemlock

brave steppe
#

Just wanted to see what was happening in here πŸ‘‹

rugged root
#

Just to clarify, there is context for what LP just sent

wicked pine
#

When they said Java was OOP they weren't lying

rugged root
#

True dat

willow light
#

Java is OOP in the sense that they don't give you a choice.

wicked pine
#

and i -OOP

rugged root
#

And yet I'm less upset about C# doing it, though

#

For some reason

wicked pine
#

many times

unkempt magnet
#

hello

#

anyone here can help with some frontend shit

rugged root
#

What's your question?

vivid palm
unkempt magnet
#

im trying to create a page that have rooms who are public and private but its not responsive and without any database its just a module for the website

wicked pine
#

cplusplus dot com... yep... they don't make websites like THAT anymore...

woeful salmon
#

^ 1 nice looking one

unkempt magnet
#

thnx

zenith radish
#
const toDo = req.body as IToDoDto;
sweet lodge
#

Nice

#

i

wicked pine
#

uhhh

willow light
#

We need to make the limit 69, so we can really say "Nice"

rugged root
#

No

willow light
#

Better than making it 420

#

or worse, 6969420

rugged root
#

Is there a way to install a Linux distro to a drive without leaving windows?

#

Got an external I'm wanting to get up and running with something

woeful salmon
#

πŸ‘€ how do you code with your file explorer and terminal covering all your screen

willow light
#

There is, and I tried it, and long story short I pay people to do that for me now.

woeful salmon
#

i can't do that..

rugged root
#

Hmm, okies

sweet lodge
#

WSL maayybe

rugged root
#

Yeah not quite the same

willow light
#

Let's just say I had to reinstall windows last time I tried (2011)

sweet lodge
#

Just follow the guide for running Arch BTW on WSL, install pacstrap and arch-chroot, and follow the Arch BTW install guide as normal

#

Simple

rugged root
#

Hmm, not sure if I want Arch proper

sweet lodge
#

Do it
Do it just for the bragging rights

rugged root
#

Eh

#

Never been one for bragging

vivid palm
#

obsessed

zenith radish
sweet lodge
sweet lodge
#

I use Arch BTW

rugged root
#

I prefer:

I use Manjaro. Just sayin'

sweet lodge
#

There you go

#

You got this!

willow light
rugged root
sweet lodge
#

:getout:

willow light
#

lol

sweet lodge
#

Dammit
I don't get it

wicked pine
#

mint just works

rugged root
#

It's from the Incremental Games server

willow light
#

Where is he anyway. He usually shows up by now.

rugged root
#

@wicked pine I've had bad luck with Mint in the past. I'm hesitant to go back

willow light
#

My brother keeps recommending Mint. I suggested he try Fedora with the Cinnamon desktop environment.

sweet lodge
#

You should use Arch BTW for servers

sweet lodge
#

Don't use alpine

rugged root
#

I had the same issue I had with quite a lot of distros: fucking wifi drivers

wicked pine
#

I think I might know what you're talking about

rugged root
#

Thus far, Manjaro is the only distro I've used where I install it and everything on it just works

#

But I'm wholly married to it

#

There's just so damn many

#

It's hard to know what's a good choice

pallid hazel
#

I just use pentesting distro's

sweet lodge
#

I agree with that statement

whole bear
#

I'm also wanna try Manjaro but I'm to lazy to change & to do anything now

rugged root
#

Fair

wicked pine
#

uhhhhh C

#

it's kinda hard to just stop using cobol on account of how many people have experience with it nowadays

rugged root
#

Yep.

sweet lodge
#

Kubernetes is great

willow light
#

WRF

willow light
sweet lodge
rugged root
#

I demand a snackrifice

tiny socket
#

I wish I could just chill and program without people arguing loudly at eachother and cutting eachother off, what's wrong with just not having a massive arguments all the time jfc

rugged root
#

We went hours without it being the case

tiny socket
#

I'm gonna go for now before this brings me down, bye

rugged root
#

Fair enough

willow light
#

I'm going to VC1, anyone who wants to chill can come with us

rugged root
#

Sorry it's doing so

pallid hazel
#

I know someone mentioned the relevance of natural resources..

pallid hazel
#

working, and debugging when i can..

quasi condor
rugged root
quaint garden
#

hey is anyone sharing something because i cant see anything

#

also am new here, can't unmute so hi guys

quasi condor
#

@stuck furnace Can Fury have streaming permissions so he can try out Pelican, a Python static site generator?

stuck furnace
#

How did you know I was lurking? πŸ˜„

#

Erm, sure

#

!stream 588068033415741525 "30m"

wise cargoBOT
#

βœ… @molten pewter can now stream until <t:1724611442:f>.

stuck furnace
#

!stream 152515077512232960 30M

wise cargoBOT
#

βœ… @quasi condor can now stream until <t:1645816550:f>.

stuck furnace
#

Oh shit, I gave Furyo 30 month permissions again 🀦

#

!unstream 588068033415741525

wise cargoBOT
#

βœ… Revoked the permission to stream from @molten pewter.

lyric pawn
#

nice to see yall today

#

@molten pewter can we call it 'the end of the world' ?

#

🀣

molten pewter
pallid hazel
#

say data one more time

quasi condor
pallid hazel
#

bleh, i have a bug that crashes in the same spot, at around the 250 items mark, but while also letting another 250 threads using the same code finish.. driving me nuts

stuck furnace
#

!stream 588068033415741525 30M

wise cargoBOT
#

βœ… @molten pewter can now stream until <t:1645819649:f>.

stuck furnace
#

πŸ‘

sweet lodge
#

Minutes!

stuck furnace
#

😳

sweet lodge
#

You did it!

stuck furnace
#

Yep, got it right this time lemon_sweat

#

Aaand, I gtg. Back in about 20 mins.

wicked pine
#

I've heard the rumblings that Rust might be the 'next best thing'
I wouldn't know but I do like how it reads

#

Rust takeover

sweet lodge
#

@molten pewter - Do you need help with GitHub Pages?

quasi condor
#

I think we've given up with GH Pages and are using CF pages

sweet lodge
#

The screen sharing permission is only given out temporarily

whole bear
#

what's going on here

#

xD

#

hii guys btw!

#

yep thts my name

rugged tundra
#

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

but you can call me Kerkt πŸ‘‰ πŸ‘ˆ

#

just kerk

#

😊

#

sounds good

#

im learnin python btw

#

yeah! 😊

#

I'd say

#

books and videos

#

πŸ™ˆ

#

i mean, there are good material, format "book"

#

but when i dont wanna read, i just watch some videos

#

yeah, i had to read two times the sections of "functions and lists"

#

im not English so, it's kinda difficult

#

Spanish

#

Mexico

#

but, before tht i read a little the docu

#

python3

#

but, it's kinda hard to understand

#

where ar u from 😊

rugged tundra
whole bear
#

im not in tht level yet xD

#

im a noob

#

xD u sure?

#

seems like u know alot

#

mmm

#

im not in mexico rn

#

Spain

#

im living

#

yep

#

my day? it was good

#

😊

rugged tundra
#

20 messages, 3 days

#

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

Im not, like very good, talking but I'll try xD

rugged tundra
#

What is your favorite Spanish dessert food?

#

ΒΏCuΓ‘l es tu postre espaΓ±ol favorito?

whole bear
#

is this code right?

#

xD

rugged tundra
#

Python code to demonstrate the working of

sum()

numbers = [1,2,3,4,5,1,4,5]

start parameter is not provided

Sum = sum(numbers)
print(Sum)

start = 10

Sum = sum(numbers, 10)
print(Sum)

whole bear
rugged tundra
#

print(numbers)

#

numbers = [1,-1,10,0,19]
Sum = sum(numbers)
print(Sum)

whole bear
rugged tundra
#

listNums = [1,2,3]
print(listNums)
listNums=[5,5,5]
print(listNums)

#

print("words and stuff:" + Sum)

sweet lodge
#

!fstrings

wise cargoBOT
#

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.

sweet lodge
#

fstrings are the future

#

In this case it would be print(f"words and stuff: {sum}")

whole bear
#

"its not a int thing"

#

😐

amber raptor
#

F strings

whole bear
#

it works!

#

i love tht code

#

😎

#

seems like im a pro

#

yeah, i have a friend who is working in amazon as a graphic designer

#

and she's getting tired of the same thing all the day

#

xD

#

im workin as a sysadmin

#

but i wanna switch to programmer

#

xD

#

learning more list stuff!

#

xD

whole bear
#

@rugged tundra ty for helping me!

pallid hazel
#

which bot controls the streaming perms?

unkempt magnet
#

@willow lynx good and u

#

i dont know whats wrong wit my mic

#

@pallid mesa python ?

pallid mesa
#

yeah

#

this is what I have

new_id = x
        result = [new_k for new_k in medical.Patient._all_patients.items() if new_k[1] == new_id][0][0]

this is what it returns:

[(1, <medical.Patient object at 0x7f7ca435c0d0>), (2, <medical.Patient object at 0x7f7ca435fb50>), (3, <medical.Patient object at 0x7f7ca435fb80>)]```
unkempt magnet
#

@pallid mesa sorry couldnt know the problem

#

hi

whole bear
#

hey

#

be right back]

lime oyster
#

Do you know the alternative to heroku

#

Hi

unkempt magnet
#

@sour imp hey

sour imp
#

How's it going?

lime oyster
#

Π·

unkempt magnet
#

i wanna see what

lime oyster
#

3 and Π·

sour imp
#

9

somber heath
unkempt magnet
#

i had one when i was child and its an awesome pet

#

feeding them is amazing

#

silence

#

πŸ˜…

#

sorry kata its happened that i clicked on ur profile

#

whats technopolis

sour imp
#

Modded minecraft πŸ˜›

whole bear
#

who will give money to buy games

#

just crack it

sour imp
#

go for it

whole bear
#

πŸ’₯

whole bear
unkempt magnet
#

@whole bear which assassin creed u played

whole bear
#

2, brotherhood, revelations, 3, black flag, rogue

unkempt magnet
#

3 andd black flague was good i played them

whole bear
#

you should play the ezio collection

unkempt magnet
#

and played syndicate and origin

whole bear
#

assassin's creed storyline is amazing

whole bear
unkempt magnet
#

@whole bear i play them on playstation so there no crack version

whole bear
#

oh

#

so you bought rogue and black flag

#

i haven't completed black flag i am still playing it

#

i am having trouble fighting man o war

#

there are 2 of them together

#

and i have to take them both down

unkempt magnet
#

@sour imp i had them on ps2 And ps3 but 4 and 5 dont think its a good idea

#

cuz u would not be able to play online

whole bear
#

hey maroloccio

unkempt magnet
#

@whole bear i played it 2014 so i forgot how to take them downπŸ™‚

whole bear
#

oh

#

ah

#

maroloccio is cool

#

can anyone suggest me a new language

#

i want to learn a new language

unkempt magnet
#

@whole bear html5😎

whole bear
#

no

#

maro can you suggest me a language?

#

hey

#

yeah i hear

#

hmm

#

ok

#

rust it is

#

you are learning from here right?

#

but i don't know the basics

#

of rust so i will read the book

#

and then we will the the course together?

#

thanks :)

#

lol

#

hehehe

#

you are a flat earther?

sweet lodge
#

πŸ‘‹

unkempt magnet
#

GN everyone

whole bear
#

maro can you shear that site?

#

11

#

i turned 12

#

3 days ago

#

:D

#

yeah

#

the iron man guy

#

no

#

i am not a marvel fan

#

full form of edith

#

it was mentioned in far from home

#

spider man far from home

#

no

#

the glasses

#

even dead i'm the hero

#

that's the full form of edith

#

hehe

#

who rescued tony stark and nebula from space?

#

heheheh

#

how many childrens does hawkeye have

#

how do you know so much about marvel

#

nick fury wears an eye patch over which eye?

#

maro

#

maro you are very observant

#

i like it

#

nick fury wears an eye patch over which eye?

#

easy one

#

Black Panther is set in which fictional country?

#

you know everything

#

you watch the movies so carefully

#

you are cool

#

night

pallid mesa
#

i have a python question lol

#
    def __str__(self):
        """
        This method returns all the patient's information in a human-readable format using f strings.
        """

        #for i in range(len(self._procedures)): print(Procedure.__str__(self._procedures[i]))

        escape = '\\'
        newline = '\n'
        # MISSING PROCEDURES
        return f"Name: {self._first_name} {self._last_name}\n" \
               f"Address: {self._address}\n" \
               f"Phone Number: {self._phone_number}\n" \
               f"Weight: {self._weight}\n" \
               f"Height: {self._height}\n" \
               f"Emergency Contact Name: {self._ice_name}\n" \
               f"Emergency Contact Phone: {self._ice_number}\n" \
               f"".join([Procedure.__str__(self._procedures[i]) for i in range(len(self._procedures))])
#
Name: Colon Cancer Removal
Doctor: Dr. James Darling
Date: 12/16/2023
Cost: $9000
Name: John Doe
Address: Jamestown
Phone Number: 111-111-111
Weight: 153
Height: 167
Emergency Contact Name: Jane Doe
Emergency Contact Phone: 222-222-2222
Name: Leg Amputation
Doctor: Dr. Keith Haring
Date: 12/16/2023
Cost: $19000
Name: John Doe
Address: Jamestown
Phone Number: 111-111-111
Weight: 153
Height: 167
Emergency Contact Name: Jane Doe
Emergency Contact Phone: 222-222-2222
Name: Skin Cancer Removal
Doctor: Dr. Jeff Peterson
Date: 12/16/2023
Cost: $119000
somber heath
#

F in chat, folks.

slender cove
#

The chief of Germany’s navy has resigned after arguing at a livestreamed event that Putin 'deserves respect' and Kyiv will never ever win back annexed Crimea – comments that Ukraine’s ambassador in Berlin said 'massively' called into question Germany’s trustworthiness. Vice-admiral Kay-Achim SchΓΆnbach, who has led Germany’s entire naval force an...

β–Ά Play video
whole bear
#

hey again

#

learning rust

#

:D

#

you still awake

#

wow

sour imp
#

^ Lurker

whole bear
#

hehe i can't wait to catch up with you

somber heath
pallid mesa
#

in other words you arnt rusty in rust?

whole bear
#

electric hammer?

sour imp
#

s something

somber heath
#

Mewr mewr.

sour imp
#

MjΓΆlnir

#

stormcaster?

#

thunderstrike

whole bear
#

maro

#

that's me

#

:DDD

#

i used to play around with blender

#

i even made my dream room

#

with blender

sour imp
#

meow meow

whole bear
#

yeah

#

everyone left

#

why

proven wolf
#

it's saying

#

i can't verify

sour imp
#

3 DAYS 50 MSGS

#

sorry caps

proven wolf
#

yea i've experienced that alot

sour imp
#

you currently have 11 msgs

proven wolf
#

aa

#

that's why

loud karma
#

:)

proven wolf
#

it's ok I'll text more and try again then

loud karma
#

idk i'm too boring, and i join voice

#

*bored

proven wolf
#

me too

#

i just wanted to see what's going on in vc

#

Idk if I should study or not

loud karma
#

definetly

proven wolf
#

:>

loud karma
#

:>

proven wolf
#

I don't like tea

loud karma
#

milk supermacy

proven wolf
#

everyone in my family loves it and i can't understand why

#

how do you drink coffee?

#

funny

#

i mean

#

how do you make it

#

damn

loud karma
#

get some beans

proven wolf
#

I take the powder and mix it in milk

#

simple

#

yea instant

warm vapor
#

Hello how are you

proven wolf
#

tolerable is enough for me

proven wolf
warm vapor
proven wolf
#

making bots illegal ?

#

like I made a bot for playing a game, posted it on its reddit and got banned

#

it was sad

#

lol

#

it was a single player game

#

like it was dragon ball legends for the grind

#

ikr

#

really?

#

my house is made of glass

#

I'll throw rocks at your house though

#

cool

#

is building a bot that invests for you possible if it is why hasn't anyone build it, if it can't be why not?

#

does it work though?

#

aaa

#

aaaa

#

i thought i was the first one to think of this idea

#

but internet exists

#

damn

#

crazy

#

then robots are?

#

aa

#

youtuber right?

#

i didn't find him like that interesting

#

like his stuff got like stale for me

#

lol

#

have you seen tfs?

#

team four stars

#

ah

#

yea ig

#

like they made a parody of dbz

#

you got it!

#

right

#

right

#

like that was the funniest thing ever

warm vapor
#

ok gtg now bye :D

proven wolf
#

good night

warm vapor
proven wolf
#

like i don't know how to find new things to watch per say

#

if you could suggest anything

proven wolf
warm vapor
#

gn

proven wolf
#

whaa

#

it super was weird

#

lol

#

like became gta barber

#

now a days i usually watch like how to beat videos , and zombie movie stuff

#

like playing the video in background and doing something else

#

wow

#

cool

#

i heard those existed for the first time

#

aaa

#

lol

#

i've never had a Nintendo

#

16

sour imp
proven wolf
#

nostalgia ?

#

i haven't played many games

#

yea i saw

#

like

#

it was kinda lound so i'll watch it later

#

what's 8bit music?

#

aa

sour imp
proven wolf
#

this is 8bit music?

#

aaaaaaaaaaaaaa

sour imp
#

yes

proven wolf
#

thanks

#

yes

#

why did Russia even attack Ukraine?

#

i wasn't able to hear what you said

#

how likely is ww3?

#

but it's different

#

whaa

#

does anyone know

#

aaaa

#

is..

#

I've been verified

#

thanks

#

really?

#

nukes are a possibility?

#

damn

#

what if someone nuked them first?

#

right

#

who will they tell this to when no will be left

#

damn

#

can i ask something

#

why did Russia even attack Ukraine?

#

profound

proven wolf
loud karma
proven wolf
#

that's kinda shitty isn't it

#

woah

#

damn

#

so russia is the bad guy here?

#

my country is kinda supporting russia

#

like the sentiment

#

is that

loud karma
proven wolf
#

your from?

loud karma
#

china

#

:)

proven wolf
#

aaaaaaaaaa

proven wolf
loud karma
#

r/ukraine r/russia infos are completely different

proven wolf
#

woah

loud karma
#

is this like cold war getting heat

proven wolf
#

so what are you up to aph

loud karma
#

minecraft datapacks

proven wolf
#

cool

#

do you have screenshots?

#

like of some completed ones

loud karma
#

not much finished :/

proven wolf
#

aa

#

show me when your finished

#

I used to make same data packs too

loud karma
#

:)

proven wolf
#

I'd like to see yours

loud karma
#

brb

proven wolf
#

ok

#

what is nato?

#

@sour imp

sour imp
#

North Atlantic Treaty Organization

proven wolf
#

meaning

#

like what even does that mean

sour imp
#

The North Atlantic Treaty Organization (NATO, ; French: Organisation du traitΓ© de l'Atlantique nord, OTAN), also called the North Atlantic Alliance, is an intergovernmental military alliance between 28 European countries and 2 North American countries. Established in the aftermath of World War II, the organization implements the North Atlantic T...

proven wolf
#

:>

woeful salmon
#

@somber heath

warm vapor
#

Hey guys

whole bear
#

hey guys

uncut meteor
#

it looks like you are appending the file content? you want file names, from what I can read

whole bear
uncut meteor
#

I was about to, I was just reading

whole bear
#

join codehelp0. Too much chaos in voice chat 0

uncut meteor
#

go on then

whole bear
uncut meteor
stuck sky
#

i use brave

strong arch
stuck comet
#

yeah i vote breave too

#

brave*

zenith radish
uncut meteor
whole bear
#

hi

zenith radish
dense ibex
prime slate
#

Just wanted to say, trying to get mic working

#

Sorry

brave steppe
#

@sweet lodge Cities: Skylines with Jake and me πŸ˜‰?

brave steppe
#

Well you're not in voice chat

flat sentinel
brave steppe
terse needle
#

@brave steppe
8 stone
112 lb
50.8 kg

flat sentinel
somber heath
#

Mooltiplayer.

zenith radish
flat sentinel
#
#

A 66 km (41 mi) link in the West, from Kičevo to the Albanian border, which would connect North Macedonia to Durrës (Albania) and to the Adriatic Sea.

wicked pine
#

There's voting and then there's 'voting'

pallid hazel
#

bleh, found out there isnt a bug in my code, but a bug in the hardware im acessing due to a new firmware.. gonna have to write a bunch more code tho to account for it now :(

sudden marsh
#

hi

pallid hazel
#

@zenith radish u there?

#

i watch a youtube channel occasionally.. havent checked it in awhile, but just did and saw something you might be interested in.. also, i havent finished watching, so the short version is would u mind if I dm it you..

zenith radish
#

sure

woeful salmon
#

@tiny socket

    "workbench.colorCustomizations": {
        "terminal.foreground": "#EEEEEC",
        "terminal.ansiWhite": "#D3D7CF",
        "terminal.ansiBrightWhite": "#EEEEEC"
    },

for when you wanna change color later

orchid barn
#

I'm not sure if I'm able to control chrome extension behaviour from a different script.
Example:
Say I have installed a chrome extension that takes a screen shot of the current tab. (has capture button)
What I want to embed this functionality within another (js script)

#

for example take a screen shot when my tab has a cat

zenith radish
#

IIRC chrome extensions are sandboxed from the DOM

primal yacht
orchid barn
#

thanks ❀️ @zenith radish

wicked pine
#

there is no greater human trial than resisting the urge to respond with 'that's a bit syssy'

primal yacht
#

!e ```py
import sys
print(sys.version_info)
print(type(sys.version_info.major))

wise cargoBOT
#

@primal yacht :white_check_mark: Your eval job has completed with return code 0.

001 | sys.version_info(major=3, minor=10, micro=2, releaselevel='final', serial=0)
002 | <class 'int'>
woeful salmon
#

πŸ‘€

brave steppe
#

πŸ‘‹

sweet lodge
#

πŸ‘‹

primal yacht
#
katie ~ $ py.exe -V
Python 3.10.2
katie ~ $ py.exe -VV
Python 3.10.2 (tags/v3.10.2:a58ebcc, Jan 17 2022, 14:12:15) [MSC v.1929 64 bit (AMD64)]
katie ~ $
woeful salmon
#

its getting the version of the version :x is how i think of it
like in this case its showing its the cpython version 3.10 that was compiled with microsoft visual C compiler for amd64

wicked pine
#

What is it that you're doing @tiny socket ? Caught the tailend of the stream you were doing yesteray and figured it's something related to webdev

woeful salmon
#

πŸ€” never actually tried that

#

sounds interesting tho

#

might try that with a bunch of things

tiny socket
woeful salmon
#

btw i tried setting up python with pyenv on my new pc.... i hate it i'm fine managing versions myself....

#

πŸ‘‹ i gotta go get some food and finish what i was working on cya guys later

tiny socket
#

cya

primal yacht
tiny socket
wicked pine
#

interesting, so you could use it to generate a hello world from a template
and other complicated things

stuck comet
#

waddup

wicked pine
#

hello fellow cat enjoyer

stuck comet
#

what u mean by blackcat enjoyer

#

in your bio

#

sounds weird

#

ngl

wicked pine
#

i'm a cat person

stuck comet
#

yeah i love em too

#

but u enjoy

wicked pine
#

dog fan vs cat enjoyer

stuck comet
#

i see

#

lol

wicked pine
#

pringlets are like those little sachets that doritos sell that are literally just crushed up chips

#

if pringles hasn't tried that already then someone try and get the rights to pringlets

whole bear
#

napim

#

31

#

31

pallid hazel
primal yacht
#

@whole bear spamming to get voice permissions may get you banned from using voice

#

<@&831776746206265384>

whole bear
#

yes

primal yacht
#

!rule 4

whole bear
#

bruh

wise cargoBOT
#

4. Use English to the best of your ability. Be polite if someone speaks English imperfectly.

whole bear
#

I want to be a member

#

hi

primal yacht
#

!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 AM TURKISH "HAPPY TO THE WHO SAY I AM TURKISH"

vivid palm
#

@whole bear as #voice-verification clearly states, spamming is not a legitimate way of meeting the requirements. additionally, read our #code-of-conduct; calling other users bastards is not acceptable

primal yacht
#

If you mean a developer of the language, almost none.
If you mean a programmer who uses Python, only the non-trolls are Python programmers.

whole bear
#

what's the pun?

primal yacht
#

This is a nice server...
Some servers are just too strict.
This one ... well ... make sure to read these channels: #welcome, #rules, #code-of-conduct, and #roles ... likely in that order (the welcome channel first).

#

rest easy

next torrent
#

πŸ‘

sick karma
#

yoooooooooooooo need help upgrading python code form 2.7

somber heath
sick karma
#

hey

#

I am suppressed

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.

sick karma
#

You have sent less than 50 messages.

#

hey just did coverage and it work

#

ed

#

I have done coverage run and it worked have worked for like 5hours

#

no its a command like pytest

#

for testing code then i upgrade

#

Its alot

#

thousands its a web app

#

sorry not used that before

#

oooh very big its cpims

#

a child protection system

#

Im trying not to do that

#

am trying to use futurize

#

yes thats what am trying to do

#

yes but first code worked

#

yes am trying to do auto

#

with futurize

#

yes its sad

#

I am working full night for auto

#

reading documentation

#

true

#

from future import print_function
from future import standard_library
from .models import SetupGeography, SetupList, ListAnswers, SetupLocation
from future import print_function
from future import standard_library
standard_library.install_aliases()
from future.builtins import next
from future.builtins import object
import configparser

#

check this code im trying to do then use pytest

#

ImportError: attempted relative import with no known parent package

#

I am not a pro

#

just trying to do this task

#

yes

#

yes

#

yes it is

#

I am trying to improvise for future use

#

it will be easy

#

Traceback (most recent call last):
File "c:\Users\georg\cpims-dcs-3.0\cpovc_main\admin.py", line 6, in <module>
from .models import SetupGeography, SetupList, ListAnswers, SetupLocation
ImportError: attempted relative import with no known parent package

[Done] exited with code=1 in 0.796 seconds

#

removed it

#

all removed

#

yes

#

k

#

mportError: attempted relative import with no known parent package

#

still this error

#

import csv
import imp
import time
from future import standard_library
import configparser
import pytest

#

nope

#

thanks

#

yes true

#

just got in a competion for this

#

got like 8hrs till i figure something out

#

πŸ˜†

#

one thing worked giving me alot of confidence

#

Really I have created the file just the guidance but am going to do documentation slowly

#

yes am doing this for learning

#

yes we had designed a flutter app

#

but there waiting for the upgrade

#

yes

#

give me 5 mins

#

heeeeeeeeey\

#

am back

#

just fixing errors

#

its thousand errors

#

which one @somber heath are you saying

#

yeah its a system

#

a web app

#

pip install autoupgrade

#

Collecting autoupgrade
Downloading autoupgrade-0.2.0.tar.gz (3.4 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

Γ— python setup.py egg_info did not run successfully.
β”‚ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\georg\AppData\Local\Temp\pip-install-lc3ktdgl\autoupgrade_5ee741290a2d4f8cbec4ca00d3d81bbd\setup.py", line 8
print "autoupgrade version: " + version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

Γ— Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

#

big error while installing

#

now its working

#

wow

#

class AutoUpgrade(builtin.object)

#

am trying to use autoupgrade

#

Africa

#

Africa

#

everybody dead

pallid hazel
#

how they die?

sick karma
#

bomb

#

yo am python autoupgrade is too weak

whole bear
#

i think its not appropriate to talk politics in a python server

#

yo W ukrain

sick karma
#

banned

#

oooooooooooh

#

soul

#

πŸ˜†

#

You can behacked

#

location

#

opinions

slender cove
#

Unit 731 (Japanese: 731ιƒ¨ιšŠ, Hepburn: Nana-san-ichi Butai), short for Manshu Detachment 731 and also known as the Kamo Detachment:β€Š198β€Š and Ishii Unit, was a covert biological and chemical warfare research and development unit of the Imperial Japanese Army that engaged in lethal human experimentation during the Second Sino-Japanese War (1937–1945)...

sick karma
#

pip freeze | %{$.split('==')[0]} | %{pip install --upgrade $}

pure shale
sick karma
#

yoooooooooo

torn raven
somber heath
#

!code

wise cargoBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

torn raven
#

_times = [ [start_time, end_time] , ... ]

#

_times = [['09:35 AM', '11:50 AM']]

#

_decimal_times = [[9.58, 11.83]]

somber heath
#

!d copy.deepcopy

wise cargoBOT
#

copy.deepcopy(x[, memo])```
Return a deep copy of *x*.
torn raven
somber heath
#
import copy
my_list = [[1,2,3], [4,5,6]]
my_new_list = copy.deepcopy(my_list)```
stuck furnace
#

What sorry?

#

Ok πŸ‘€

#

πŸ‘‹

#

One sec, I need to re-connect.

slender cove
#

`This has proven to be a hugely contentious issue, and the foundation for a thousand conspiracy theories.

The approach to traffic accident victims differs dramatically between the U.K. and France. Each country has a very different system, and I’m sure that both feel that theirs is the best one. I can certainly see both the benefits and the drawbacks of the French medical system.

Diana was trapped in a car which had been crushed. She was in there with 2 corpses and a severely injured passenger. She could not simply be dragged out of the vehicle. As is the procedure in such accidents, she was cut free, once the roof had been removed. We do the same in the U.K.

***Despite first responder aid, and then professional medical help while the roof was being removed, Diana, who appeared not to be seriously physically injured, went into cardiac arrest as she was lifted out of the car.

Here’s where the two paths diverge. With a patient in such a critical condition, the French are taught to stabilise the trauma as best they can, at the scene. In the UK, she'd have been worked on while the ambulance was hurtling at full speed with lights and sirens blazing.

Firstly, the French medics restored Diana’s heartbeat. She was no longer in cardiac arrest. However, she had very low blood pressure. At that time, her injuries still appeared to be mostly superficial - she had allegedly spoken in the car, saying β€˜My God, what’s happened’. She had a noticeable, but not extreme injury to her head.

Adhering to French medical practice, the ambulance crew drove as slowly as possible, in case the jostle of a high-speed journey sent her back into cardiac arrest. Remember that her internal injuries were not evident to the ambulance crew.***` @night tiger

stuck furnace
#

Erm, sorry, why are you posting this?

slender cove
#

it is very suspicious

slender cove
somber heath
#

Also, talking about gay people is like talking about potatoes. Apparently.

slender cove
#

yes according to god666

flat sentinel
#

dock

somber heath
#

It's an interesting thought, really.

somber heath
#

I thought it was a thought provoking idea.

slender cove
#

well i am calling it out, youngsters do not knnow a lot of the history behind why we need lgbtq and why it is a big topic

slender cove
#

alan turing's prosecution was a potato topic apparently

somber heath
#

I'm not a fan of steamed potatoes so much.

#

Nor boiled.

#

Unless they're to be mashed.

#

Maybe seasoned and buttered.

#

Cristy and roast...hell yes.

slender cove
stuck furnace
somber heath
stuck furnace
#

Good place to get help with C++ stuff this

#

Oh right sorry lemon_sweat

slender cove
#

@stuck furnace ur lemon has a beard?

stuck furnace
cloud stratus
#

@somber heath Hey there!

stuck furnace
slender cove
stuck furnace
#

god666, are you just starting to learn C++?

slender cove
#

what is ur pfp btw?

stuck furnace
slender cove
#

interesting

slender cove
stuck furnace
#

What is it?

slender cove
#

a madness

torn raven
#

['MWTh']

#

['MWR']

somber heath
#

"Pathological monsters and a terrified mathematician..."

past elk
#
s = "MWTh"
print(s.replace('Th','R'))

MWR

torn raven
slender cove
# stuck furnace What is it?

https://youtu.be/mH0oCDa74tE i really recommend u check it out it is an extremely creepy mathematical conjecture

An introduction to group theory (Minor error corrections below)
Help fund future projects: https://www.patreon.com/3blue1brown
An equally valuable form of support is to simply share some of the videos.
Special thanks to these supporters: https://3b1b.co/monster-thanks

Timestamps:
0:00 - The size of the monster
0:50 - What is a group?
7:06 - Wh...

β–Ά Play video
stuck furnace
# torn raven

Oh the issue here is that you're assigning it to the variable.

#

But that doesn't change the value stored in the list.

#
for idx, day in enumerate(self._days):
    self._days[idx] = day.replace('Th', 'R')
cloud stratus
#

Gets the index

stuck furnace
#

Ah, it just gives you the elements of the list, paired with their indices.

cloud stratus
#

enumerete(list)
0, item0
1, item1

somber heath
#

!e py for index, element in enumerate("abc"): print(index, element)

wise cargoBOT
#

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

001 | 0 a
002 | 1 b
003 | 2 c
stuck furnace
#

Oh, so self._days is a list of lists?

past elk
#

pain

#

this is emotional pain

cloud stratus
#

:D

past elk
#

is ctrl+c ctrl+v so hard?

torn raven
stuck furnace
#

Could you print(self._days)?

#

So that we know what it looks like.

#

πŸ‘

#

!docs enumerate

wise cargoBOT
#

enumerate(iterable, start=0)```
Return an enumerate object. *iterable* must be a sequence, an [iterator](https://docs.python.org/3/glossary.html#term-iterator), or some other object which supports iteration. The [`__next__()`](https://docs.python.org/3/library/stdtypes.html#iterator.__next__ "iterator.__next__") method of the iterator returned by [`enumerate()`](https://docs.python.org/3/library/functions.html#enumerate "enumerate") returns a tuple containing a count (from *start* which defaults to 0) and the values obtained from iterating over *iterable*.

```py
>>> seasons = ['Spring', 'Summer', 'Fall', 'Winter']
>>> list(enumerate(seasons))
[(0, 'Spring'), (1, 'Summer'), (2, 'Fall'), (3, 'Winter')]
>>> list(enumerate(seasons, start=1))
[(1, 'Spring'), (2, 'Summer'), (3, 'Fall'), (4, 'Winter')]
```  Equivalent to...
stuck furnace
#

See the examples this

past elk
#

!e

for index, element in enumerate(["obj1","obj2","obj2"]):
    print(index, element)
wise cargoBOT
#

@past elk :white_check_mark: Your eval job has completed with return code 0.

001 | 0 obj1
002 | 1 obj2
003 | 2 obj2
stuck furnace
#

Hey god66, don't say that.

vivid palm
#

did these always show the banner at the top?

stuck furnace
#

Erm, sorry @left badge 🀨

vivid palm
#

@left badgeread our #code-of-conduct

We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other similar characteristic.

#

who attacked you?

stuck furnace
#

@pallid hazel πŸ‘‹

vivid palm
#

hiya

pallid hazel
#

πŸ‘‹

vivid palm
#

watcha up to

pallid hazel
#

trying to let my food settle before tackling another section of code

stuck furnace
#

Ah yes, it's like swimming.

#

Always wait 30 mins after eating before coding.

vivid palm
#

lmao

#

have you ever heard of the templating language called chameleon?

wintry pier
#

||U||

pallid hazel
#

gonna be longer then 30mins, had a poterhouse.. almost in a meat coma.

vivid palm
#

nice

pallid hazel
#

mostly reading now, will be working with beamforming in my next module

dense ibex
stuck furnace
#

I'd probably use a list comprehension πŸ€”

pallid hazel
#

lol, the package i found to help.. also is used for whales.. nice..

somber heath
#

!e py a = ["1", "2", "3"] b = [int(v) for v in a] print(b)

wise cargoBOT
#

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

[1, 2, 3]
pallid hazel
#

i got one for you opal

#
dict = {1:'24,33',2:'33',3:'12,22'}

remove the ticks

stuck furnace
#

Why not post the code here? πŸ€”

pallid hazel
#

yes, every '

charred kite
#

how much python coding expierience do you guys have?

dense ibex
#

about a year

somber heath
charred kite
#

same

#

@dense ibex

somber heath
#

Because if the idea is to turn the values to ints, what's the conversion intent for the comma strings?

charred kite
#

where are you guys from?

#

like country

wintry pier
#

use index

pallid hazel
#

well, its like i dont know how itll end up as a dict also..
{1:24,33,2:33,3,3:12,22}

somber heath
#

So are the comma strings to become tuples?

wintry pier
#

int(num[index])

somber heath
#

!e py {1:24,33,2:33,3,3:12,22}I ask, because this.

wise cargoBOT
#

@somber heath :x: Your eval job has completed with return code 1.

001 |   File "<string>", line 1
002 |     {1:24,33,2:33,3,3:12,22}
003 |            ^
004 | SyntaxError: ':' expected after dictionary key
charred kite
#

what do you guys think are some cool python projects to do

pallid hazel
#

it came from combining 2 lists, where i formed buckets.. but yea, ideally ints would be easier to reuse... and tuples would be ok i guess.. wont know till next stage.

wintry pier
#

no use .

pallid hazel
#

just know using it as it is, creates troubles

wintry pier
#

or float

#

for run away from errors

#

is not int

somber heath
#

bbiab

pallid hazel
#

dict(drop.na) for now lol.. i have something else to iron out first anyways now that i think about it more.

wintry pier
#

!e
type(3.3)

wise cargoBOT
#

@wintry pier :warning: Your eval job has completed with return code 0.

[No output]
pallid hazel
#

problem i just noticed is i cant share 1:1 for my buckets per device by direct output, as they will overlap in data points... i just started looking into it, didnt notice

#

so if I have to format the output data anyways to unqiue values, the issue may resolve itself

#

you only get mod privs during your shift

wintry pier
#

!e
import math
def foo(n,j,x,y):
i = 0
if i >= 0:
if n != i:
print("Multiplication : ", n, "*", j )
# print('lable ', j)
print("is {} and power of a number {}".format(x,int(y)))
i = i + 1

def bar():
for x in range(1,1000):
for y in range(1, 1000):
i = x * y
j = math.sqrt(i)
f = x ** y
e = i % j == 0
if e == f :
foo(x,y,i,j)

bar()

wise cargoBOT
#

@wintry pier :x: Your eval job timed out or ran out of memory.

001 | Multiplication :   1 * 1
002 | is 1 and power of a number 1
003 | Multiplication :   1 * 4
004 | is 4 and power of a number 2
005 | Multiplication :   1 * 9
006 | is 9 and power of a number 3
007 | Multiplication :   1 * 16
008 | is 16 and power of a number 4
009 | Multiplication :   1 * 25
010 | is 25 and power of a number 5
011 | Multiplication :   1 * 36
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/udehucuris.txt?noredirect

wintry pier
#

hhh is longer

#

another puzzle

#

!e
def foo(x,y):
print("move from {} to {}!".format(x,y))
def bar(n,x,h,y):
if n == 0:
pass
else:
bar(n-1,x,y,h)
foo(x,y)
bar(n-1,h,x,y)

bar(5,"a","b","c")

wise cargoBOT
#

@wintry pier :white_check_mark: Your eval job has completed with return code 0.

001 | move from a to c!
002 | move from a to b!
003 | move from c to b!
004 | move from a to c!
005 | move from b to a!
006 | move from b to c!
007 | move from a to c!
008 | move from a to b!
009 | move from c to b!
010 | move from c to a!
011 | move from b to a!
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/nucedowuvu.txt?noredirect

somber heath
#

🏎️ 🏎️ 🏎️

vivid palm
somber heath
#

"I sneezed on this bagel. I demand a refund!"

#

"I'm sorry, was there something wrong with it?"

#

"Yes. It made me sneeze."

wintry pier
#

πŸ’ƒ

terse needle
vivid palm
#

it's a real screenshot

#

that i took

#

of griff

terse needle
#

Lmao

#

Dedicated to the colour orange

wintry pier
#

hhh Griff the wall and wash your hand

#

with oil

#

or Gaz

#

hold and we done

#

but what about citizenship

#

is not there fault