#voice-chat-text-0

1 messages ยท Page 10 of 1

dry jasper
#

yeah

#

and some pushups XD

carmine trellis
#

What is ur time zone ?

dry jasper
#

dogs are pack animals

#

cats not

#

bird do the same

#

they will start hurting them self if they get depressed and beeing left alone for tolong

rugged root
#

Birds are weird

#

Like

#

Affection from non-mammals is kind of bizarre to me

carmine trellis
rugged root
#

Hit CTRL + R

dry jasper
#

lol

#

he is

rugged root
#

I'm currently in VC

dry jasper
#

xD

carmine trellis
#

oh

#

@cinder bay

dry jasper
#

"PING"

#

๐Ÿ˜„

#

that so 2015

#

pingpong tables at the office

rugged root
#

It feels very... startup

dry jasper
#

evenworse are those kicker tables

gentle flint
#

no, no
I took it apart on purpose

dry jasper
gentle flint
#

lol

rugged root
dry jasper
somber heath
#

"In hindsight, holding the office paintball tournament in the office was a mistake."

rugged root
#

Ohhhh foosball

#

Yeah, America is weird

dry jasper
#

are you a truck driver/

#

?

somber heath
#

Sign seen on a truck: I swerve and hit people at random.

#

Unique?!

sturdy panther
#

OMITS: Opal Mist Isekai Taxi Service.

somber heath
#

Shit, we should have decided to instead live in the world that's a utopia.

#

Our bad

dry jasper
#

sounds awefull

#

hope you are getting better

#

the thing is

#

the way sociity is looking at it

somber heath
#

"There's nothing wrong with you for being in a wheelchair." I mean, you know, apart from the whole being crippled thing.

#

"Oh, need a bandaid? That'll be $100"

visual wyvern
#

true

#

"do you also want a glass of water? that'll be $300"

rugged root
#

Welcome to my hell

visual wyvern
#

yup

#

i cant believe this is in a python discord

rugged root
#

It goes to all kinds of different topics

#

VC is more off-topic than not, although programming does end up being the majority conversation

#

Like if discussions get heated I'll shut it down as best I can.

visual wyvern
#

what happend to the military?

#

arrested for murder

rugged root
#

Well yes

visual wyvern
#

wait what

#

i cant either

faint ermine
somber heath
#

Ring of Sustenance is two hours sleep and weight loss is not mentioned.

dry jasper
#

Rye bread

faint ermine
dry jasper
#

is the thing

rugged root
#

It straight up looks like meatloaf with rice in it

faint ermine
#

much more favourite

somber heath
#

Hm. Conflicting description. Half rest.

rugged root
#

Pumpernickle

#

There's a special hell for me

#

And I'm okay with that

#

A special pun based hell

#

Oh good, I get to play the game of what am I smelling: Cigarettes, popcorn, or burning?

somber heath
#

Stroke.

visual wyvern
#

im just playing minecraft

rugged root
#

Satire and hilariously stupid

#

So stupid

#

I love these

visual wyvern
#

whos gonna understand this ducky_lemon jam_cavedude logo_cython ๐Ÿšง

#

you want some minecoins

rugged root
#

Oh

#

My

#

God

#

You could mine for coins

visual wyvern
#

no

#

you have to buy\

#

skins

rugged root
#

WHY have I never put that together

visual wyvern
#

and maps

rugged root
#

Oh sure sure

visual wyvern
#

with minecoins

#

real money turned into minecoins

rugged root
#

Just the idea of instead of calculating random bullshit, just have to keep digging around the map

#

@somber heath Oh my god

#

Opal

#

It wasn't already in the game

#

How

#

Just how

visual wyvern
#

have you heard about chat reporting

#

and game bans

#

you signed the tos

#

for the microsoft account

rugged root
#

Yep

#

But people don't actually read it or care

faint ermine
#

the ToS doesnt make wrongful bans right

rugged root
#

You're meaning false reports?

faint ermine
#

if it allows false bans i literally give 0 shits about the ToS, the ToS is bullshit

faint ermine
visual wyvern
#

blackmarket

rugged root
#

Wait wait

visual wyvern
#

yup

rugged root
#

There's a Roblox black market?

visual wyvern
#

yes

rugged root
#

I mean like

#

What would you even sell?

visual wyvern
#

cosmetics

#

man i love kids gambaling

#

thats definitely ok (approved by roblox)

faint ermine
#

With Roblox Corporation now being valued at more than $45 billion, we ask whether the kids making the vast majority of its content are being taken advantage of?

Support us on Patreon: https://www.patreon.com/PeopleMakeGames

Written and presented by Quintin Smith:
https://twitter.com/Quinns108

Design and art direction by Anni Sayers:
https://t...

โ–ถ Play video

Following our last video on Roblox, players and creators began getting in touch with their own stories to share. Here are some of those stories.

Support us on Patreon: https://www.patreon.com/PeopleMakeGames

Original video: https://www.youtube.com/watch?v=_gXlauRB1EQ&

Our response to Ecoscratcher's blog: https://www.youtube.com/watch?v=My9U41...

โ–ถ Play video
visual wyvern
#

i think they take like 15 20% i think

rugged root
#

Dude....

visual wyvern
#

peds

faint ermine
amber raptor
#

Who doesnโ€™t do Lua JIT?

#

Is Roblox on mobile?

strong arch
alpine path
#
    // A
    let start = Instant::now();
    let mut count = 0;
    for i in integers.iter() {
        count += *i;
    }

    let time = start.elapsed();
    println!("{} {:?} total, {:?}/iter", count, time, time / (integers.len() as u32));

    // B
    let start = Instant::now();
    let mut iter = integers.chunks_exact(4);
    let mut count = 0;
    while let Some(&[a, b, c, d]) = iter.next() {
        count += a;
        count += b;
        count += c;
        count += d;
    }

    for rem in iter.remainder() {
        count += *rem;
    }

    let time = start.elapsed();
    println!("{} {:?} total, {:?}/iter", count, time, time / (integers.len() as u32));
visual wyvern
#

can i stream minecraft?

rugged root
#

I prefer not to have game streams on weekdays

#

I try to reserve it for coding

#

Or other stuff related or what have you

visual wyvern
#

k

rugged root
#

Looks like .NET does do some

#

Assuming this is what you guys are talking about

#

@molten pewter You're really quiet

#

Assuming you're talking to us

visual wyvern
#

minecraft but my life is a lie

molten pewter
#

so quiet.

#

nothing to add to this conversation

visual wyvern
#

five nights at french fries

rugged root
#

Gotcha

#

@strong arch From what I'm seeing, Havok seems to have GPU support since around 2013

#

There was an initial attempt to work with nVidia prior to that, around 2005, but that fell through

strong arch
rugged root
alpine path
formal geyser
#

@trail tusk are u new?

trail tusk
formal geyser
#

yea

trail tusk
#

umm nope

formal geyser
#

oh ok

#

ur pro

trail tusk
#

But yeah.. I am kinda Noob + Rookie ๐Ÿ˜„

formal geyser
#

ohh

#

i c

#

same here

#

im prty noob

trail tusk
#

I can relate

rugged root
#

We're glad to have you guys

formal geyser
#

ty

frozen owl
#

is there a way to forward discord attachments using discord.py

#

like i don't want to have a url

formal geyser
#

i was recommended to start with "automate the boring stuff with python"

trail tusk
formal geyser
#

okok nice

#

@whole bear whats up

whole bear
#

wbu?

formal geyser
#

sounds bussin, just tryna figure out steps to take

formal geyser
trail tusk
amber raptor
#

Java

rugged root
whole bear
formal geyser
formal geyser
rugged root
#

Java is still used a lot in the industry. Depending on the field you want to go into, the main ones you'll see are JavaScript/TypeScript (if you're going into the web world), Java, C#, potentially C/C++, and Python as a good tool to have in the tool belt

#

But I personally think JavaScript/TypeScript is most applicable, as so many things are becoming web apps

noble copper
#

Hey @rugged root

rugged root
#

How goes it

whole bear
#

Yo guys

trail tusk
#

VS Code theme? @faint ermine

noble copper
#

Doing good, how's the day?

rugged root
#

Eh, good enough. Been a very hectic week so I'm just kind of taking it slow today

whole bear
faint ermine
rugged root
#

!charinfo ๐Ÿฐ

wise cargoBOT
trail tusk
rugged root
#

๐Ÿœญ

whole bear
#

@faint ermine u are really a contrast person

faint ermine
#

you have no clue

#

it used to be a way more contrasty theme

whole bear
faint ermine
#

Fira Code NF

whole bear
#

Pizza's here! brb

whole bear
golden pendant
#

Thatโ€™s so cool ๐Ÿ˜ฎ

unique wyvern
#

I only stumbled across the amazing arctic circle theorem a couple of months ago while preparing the video on Euler's pentagonal theorem. A perfect topic for a Christmas video.

Before I forget, the winner of the lucky draw announced in my last video is Zachary Kaplan. He wins a copy of my book Q.E.D. Beauty in mathematical proof.

00:00 Intr...

โ–ถ Play video
rugged root
#

!stream 687416126178590803

wise cargoBOT
#

โœ… @rancid flicker can now stream until <t:1662139297:f>.

faint ermine
rugged root
silk flame
#

Quake mode with Win + `

rugged root
#

Be back in a moment

silk flame
#

so much nostalgia

rugged root
#

@strong arch Your typing is coming through

quasi condor
unique wyvern
rugged root
#

Neat

#

I think this is the one I was thinking of

dry onyx
#

anyone knows sol for this ? i am stuck here from 2 days really

#

i am using 3 langs in my code py , c++, c#... so i added their buildpacks but getting error

bright lotus
#

which language ?

#

the worst would be the best at being bad

#

python is not bad but overhyped, it's very much like CLOS

#

you guys tried zig ?

#

ptqdm is par tqdm ?

#

so neat

#

@proven fox do you know if there's a parallel version of rich ?

#

textual*

#

its a console ui library

#

textual makes a bit of a reactive paradigm for TUI, really nicely built. it needs to be integrated with ptqdm

#

yeah i'm gonna dig

#

brb

proven fox
#
def processSplit(filepath):
    pbar = p_map(processFile, filepaths, **{"num_cpus": 6})

    writeFile = ""
    for data_by_file in pbar:
            writeFile += rectified_dir + "/" + data_by_file[0] + "\t" + data_by_file[1] + "\n"

sweet lodge
#

y

rugged root
#

Right?

sweet lodge
#

Oh hi Hemlock

rugged root
#

I had no idea there was a whole slew of those

#

Be back momentarily, have a meeting

sweet lodge
#

how dare u

rugged root
#

no u

sweet lodge
#

oh god no

#

Don't give me a meeting

rugged root
#

Do I have that power?

sweet lodge
#

You know where I'm at with my boss

#

Probably

#

You're apparently an alchemist

bright lotus
#

hi back

steel lodge
#

hello

#

arr

sweet lodge
rugged root
#

Twas alright

#

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

unique wyvern
faint ermine
unique wyvern
#
The following restrictions apply to your use of the Service. You are not allowed to:

...
3. access the Service using any automated means (such as robots, botnets or scrapers) except (a) in the case of public search engines, in accordance with YouTubeโ€™s robots.txt file; or (b) with YouTubeโ€™s prior written permission; 
regal raptor
#

need some help
why when i do:
x = [[3,3], [3,3], [3,3]]
x [0][0] = 1
print(x) --> [[1,3], [3,3], [3,3]]

but when i do :
x = [[3,3]]*3
x[0][0] = 1
print(x) --> [[1,3], [1,3], [1,3]]
like what is the different? this is weird

unique wyvern
#

[[3, 3]] * 3 makes a list with 3 references to the same list

regal raptor
#

like different ids?

#

so its about the id ?

unique wyvern
#

!e

for i in [[3, 3], [3, 3], [3, 3]]:
    print(id(i))

for i in [[3, 3]] * 3:
    print(id(i))
wise cargoBOT
#

@unique wyvern :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 139687188818112
002 | 139687188820736
003 | 139687188820928
004 | 139687188818112
005 | 139687188818112
006 | 139687188818112
unique wyvern
#

yep

regal raptor
#

its tricky

#

ty alot man

faint ermine
regal raptor
#

salt die, if im making changes to a list, the list will keep pointing to the same place in the memory right? since the lists are mutable?

unique wyvern
#

if you create the list with * then all the references to mutable objects will be the same

#

or all the references will be the same

regal raptor
#

i mean if i have lets say:

x = [1, 2, 3]
x.append(4)

then the list will keep pointing to the same place in the memory (same id)?

#

even though if i add an element to the list

#

or maybe remove

unique wyvern
#

id(x) will be the same

regal raptor
#

ty

#

if it was an int its no? right?

#

like if i do :
x = 3
then
x=4

#

same as tuples

unique wyvern
#

then you'll get a new id, if you reassign x

regal raptor
#

yup

unique wyvern
#

it will work with lists too, if you assign a new list

regal raptor
#

since they are immutable?

#

right?

unique wyvern
#

!e

x = [1, 2, 3]
print(id(x))
x = [1, 2, 3]
print(id(x))
wise cargoBOT
#

@unique wyvern :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | 140028968429888
002 | 140028968432448
regal raptor
#

if i do this:
x = [1, 2, 3]
x = y
then they got the same ids no?

unique wyvern
#

if you do y = x then y and x will be the same id

regal raptor
#

ahh if i do shallow copy it will change?

#

like lets say
x = [1, 2, 3]
y = [:]
then if i do
print(x is y)
this will give false no?

#

y = x[:] *

unique wyvern
#

!e

x = [1, 2, 3]
y = x
print(id(x), id(y))
wise cargoBOT
#

@unique wyvern :white_check_mark: Your 3.11 eval job has completed with return code 0.

139913639536832 139913639536832
unique wyvern
#

you can test it yourself

#

yes, y = x[:] will be a new id, since it makes a copy

regal raptor
#

if it was a deep copy?

#

its the same as shallow?

unique wyvern
#

!e

x = [1, 2, 3]
y = x[:]
print(id(x), id(y))
wise cargoBOT
#

@unique wyvern :white_check_mark: Your 3.11 eval job has completed with return code 0.

139705449523392 139705449525952
regal raptor
#

yup

unique wyvern
#

doesn't matter if shallow or deep, still new id

regal raptor
#

ye but if it was deep then it will point to every element in the list

unique wyvern
#

but a deep copy will create new ids for the inner lists if there are

regal raptor
#

ye ye ye

#

wow its so tricky man

#

wtf haha

regal raptor
#

you got an website to try this things

faint ermine
regal raptor
#

like to become better on those things

faint ermine
#

its a great explanation to start understanding how exactly python stores things

regal raptor
#

ty man

faint ermine
regal raptor
#

bro this is amazing

#

ty so much

wind raptor
#

!stream 928250196889075762

wise cargoBOT
#

โœ… @vast fog can now stream until <t:1662168070:f>.

wind raptor
#

!stream 928250196889075762

wise cargoBOT
#

โœ… @vast fog can now stream until <t:1662169547:f>.

lavish rover
uneven scroll
#

ello

somber heath
#

@neat acorn When does the vacuum cleaner launch?

#

@neat acorn Powerwash any good microphones lately?

somber heath
#

ANSI

#

f-strings

#
print("...", end="")```
#
snake_case - Function and method names, general variables and class instances

CapWords / PascalCase - Class names

SCREAMING_SNAKE_CASE - Constants

camelCase - Only if writing wrappers around things that use it as convention. Otherwise, no no no no no no no. "But but but..." No.```
fervent glen
#

ahh sorry

fervent glen
#

i will be back if you are still on vc later on, thanks for the talk. its nice to know some good insight ^^

somber heath
#

Change of plans. BBL.

#

salt-die here has done a curses-like text framework, too, that I hear is pretty good.

fervent glen
#

hello

whole bear
#

Morning ๐ŸŒ„

fervent glen
#

okok

#

im good!

#

iv joined this server since a year ago

#

yep

#

but not chating often

#

hello

whole bear
#

Hello guys

#

what going on

fervent glen
#

just chill ig

whole bear
#

ooh you guys from INDIA

#

good to see

#

you

fervent glen
#

im not from india btw

whole bear
fervent glen
#

alright imma go back to study. feel free to @ me if you wanna chat ๐Ÿ˜€

whole bear
#

Sure

fervent glen
#

that went well ig?

light cobalt
#

how can I get permission?

#

LoL

#

xd

#

and?

#

you are?

#

by profession

#

ok

#

same

#

in which grade?

#

in college?

#

great

#

university

#

Software engineering

#

thx

#

java

#

sounds like you are an Indian?

#

Pak

#

35

#

in celcius

drifting latch
#

hello

#

idk i am supressed for some reason

light cobalt
#

Yup same here

drifting latch
#

ohh

#

ok

#

ye

#

but its good

#

i was about to ask for some coding ideas

#

XD

#

cuz i dont know what to do

#

i recently started python

#
from random import randint

num1 = randint(0,150)
num2 = randint(0,150)

sum=num1+num2

print (f'the sum of {num1} and {num2} is {sum}')

if num1 > num2:
    print(":)")
if num1 < num2:
    print(":(")
if num1 == num2:
    print(":|")  ```
#

this is my first program

#

just something i made for no reason XD

light cobalt
#

you can create problems from daily life and solve them

drifting latch
#

kush

#

are you pakistani?

#

xD

#

ohh

#

thats great man

#

i really love that indian schools start teaching programming from grade 7

#

oh

#

XD

#

oh ok

light cobalt
#

and I started in 3rd year

drifting latch
#

XD

#

i am 14 and i cant understand python ๐Ÿ’€

#

i know some kids are really smart and then yes i understand, but for a normal child, he will get bored of it in a few minutes.

#

ye

#

yes

light cobalt
#

code never lies

drifting latch
#

but creating something with it

#

ye

#

its hard

#

ye

light cobalt
#

@drifting latch are u doing any html and stuff/

#

?

drifting latch
#

I am only learning coding because i want to do something with like motors and stuff

drifting latch
#

not currently tho

light cobalt
#

embedded applications

drifting latch
#

oh

#

XD

#

ye

#

i am wanting to learn c too

#

but i want to build some of the basics in python

#

so i understand how code works

#

even tho i know python sometimes dosent listen to your exact command

light cobalt
#

it's about solving problems

drifting latch
#

fr

light cobalt
#

and my ISP converted my 8mbps package to 100mbps

#

xd

drifting latch
#

sheesh

light cobalt
#

Basically when he have extra data left after a month, he use to do this

#

package expansion

#

yup

#

local

#

or private

#

private

#

basically he is a seller

#

It's either PTCL or telecom sometimes

#

yup

#

nope

#

sadly

#

I have downloaded it

#

But did not get the time to watch it

whole bear
#

Ok

#

@whole bear can't unmute

light cobalt
#

you can visist the voice-verification text channel

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
#

@whole bear @trail tusk You can decompile the minecraft java bytecode

#

Have you tried mint?

#

Linux mint

#

Oh no I already use it

#

Just wanted to see if you tried it

light cobalt
#

I was gonna say the same thing

#

I don't really use pc when internet is off

whole bear
#

Same

light cobalt
#

I am using windows because I like to play games as well

whole bear
#

Cool

light cobalt
#

But I tried Kali flavor a while ago

whole bear
#

Ok

light cobalt
#

I have only one restriction remaining.

#

50 messages

whole bear
#

Let's just make u voice verified

light cobalt
#

But I am not really that good in speaking english so I think it is better

#

also I like to type

whole bear
light cobalt
#

Actually I have joined the server a long time ago may be 2 months or more

whole bear
#

Ah

light cobalt
#

linux users really have limited options for playing games

#

I think they added steam games to linux as well

whole bear
#

Ya steam

neat bronze
#

Looks like got into the wrong one

light cobalt
#

yep

#

my mic is suppresed

#

yep

#

it would be row

#

which cipher?

#

@trail tusk which cipher?

neat bronze
#

@hybrid knoll you can use aternos

trail tusk
neat bronze
#

Why don't you use aternos

#

Ya also don't forget to turn on cracked oprion

#

Should I create one

light cobalt
trail tusk
#

just practicing on paper right now ๐Ÿ˜„

light cobalt
#

so you are trying to code it right?

trail tusk
#

I am planning to create a .sh and .py for all sort of encryption/encoding etc I know

light cobalt
#

ohh

#

Actually I am working on an assignment of different ciphers

#

I created a cipher like ceaser XD

#

it's the easiest one

trail tusk
#

I am following "Cracking codes with Python" and "Serious cryptography" Books

light cobalt
#

Great

neat bronze
#

@trail tusk
Can anyone of you stream pls because I can't play right now but would like to watch it

#

Oohkay

light cobalt
#

I have sent like a 100 messages and still not verified.

#

!voiceverification

wise cargoBOT
#

Voice verification

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

bright lotus
#

really ptqdm is fun (also pathos-multi)

dry onyx
whole bear
#

yo @trail tusk

whole bear
#

@light cobalt ok so now i'm able to talk

light cobalt
#

I think I am having some internet issue it was not you

light cobalt
#

sorry for the shitty internet connection I don't know what happened

#

@whole bear all the internet speed dropped to 1 mbps

#

xd

whole bear
#

Oh lol

trail tusk
#

lol

whole bear
#

@light cobalt
U got voice verified right

light cobalt
#

yup and internet demotion at the same time

whole bear
#

Oh isee

light cobalt
#

Catch you guys Later!

whole bear
#

C ya

#

@light cobalt

whole bear
#

@whole bear salt-die

wary meadow
#

@serene glade

alpine path
#

Arc<Mutex<T>>

fierce summit
#

hi @rugged root

gentle flint
#

Grzegorz Brzฤ™czyszczykiewicz. Chrzฤ…szczyrzewoszyce, powiat ลฤ™koล‚ody

#

@fierce summit

fierce summit
#

My brain is stuck in english

#

So I thought maybe after more english I would be able to switch back to hungarian ๐Ÿ˜…

#

ja

#

that worked

#

I can finally think in hungarian

#

thanks ๐Ÿ˜…

#

The reason Iโ€™m not talking right now is because Iโ€™m on my phone and donโ€™t know how good is the mic

gentle flint
#

Chrzฤ…szczyrzewoszyce
Chrz ฤ… sz cz y rz e wo sz y c e
chzh an sh tsh i dzh e vo sh i ts e
chzhanshtshidzhevoshitse

#

Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch

hardy cloud
#

grianghrafadรณireacht

fierce summit
#

megszentsรฉgtelenรญthetetlensรฉgeskedรฉseitek

gentle flint
#

m' fhalt

#

dร  fhichead

fierce summit
#

Just so you know this isnโ€™t a word that we use in an every day situation

gentle flint
#

I'm not exactly suprised

#

Dutch has words like that too

fierce summit
#

It just one of our longest word

gentle flint
#

arbeidsongeschiktheidsverzekeringen

fierce summit
#

Just to show how many affixis can we add to the end of a word

#

But good luck pronouncing it ๐Ÿ˜…

#

Iโ€™m still waiting for you to try it @gentle flint ๐Ÿ˜…

slow cloak
#

hey guys sorry where is the project room?

#

use online compiler >>> hahah

fierce summit
#

I think Iโ€™m gonna go. Itโ€™s late here (1:35 AM) and because my brain was stuck in english for a long time, I got a headache

fierce summit
slow cloak
#

oh same here it's 1:35 haha

#

sorry

fierce summit
#

bye @gentle flint

gentle flint
#

bye

#

Mine\Scripts\activate.bat

dreamy grotto
#

Damn, I haven't sent 50 messages yet

#

How are y'all doing?

#

How is the weather these days?

spring kraken
#

great here

#

it rained yesterday

dreamy grotto
#

I'm in the eastern US, so it's kinda hot

#

eastern US, not western US

#

Dude, cali is horrible

#

I wanna work at JPL and everything near by is at 6k a month

#

maryland

#

Jet Propulsion Laboratory

#

I already work for a gov contractor

#

JPL is NASA

#

A friend of mine

#

I commissioned him

#

He's not taking commissions right now

#

it's an art site also

#

bruh, thats everywhere

#

he made my pfp

spring kraken
#

pog

dreamy grotto
#

yeah?

#

What do y'all do for fun?

spring kraken
#

CS:GO and linux/python

dreamy grotto
#

what do you do with linux?

spring kraken
#

random stuff

dreamy grotto
#

alright, I'm gonna spam this chat

wise cargoBOT
#

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

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

spring kraken
#

man is back

#

XD

dreamy grotto
#

Apparently it server mutes you if you send to many messages

#

purple?

#

which county is this?

spring kraken
#

?

dreamy grotto
#

I hate organized religion

#

I like individualized religion, but I hate a centralized authority on religion policing it all

spring kraken
#

true

dreamy grotto
#

alright, I'm stepping off for the night

#

Good night y'all!

ebon sandal
#

@lavish rover i got a simple question, which website did you use to get a free domain

#

?

ebon sandal
#

thanks

ebon sandal
# lavish rover freenom

i cant create an account at all, cannot see REGISTER
its just login and when i tried with email and also via google login, its not working

#

what to do

lavish rover
#

Idk what to tell you it works for me

ebon sandal
#

oof, i cannot even create an accoujnt

#

@lavish rover

shrewd pasture
#

@whole bear I dont have permission to on mic

#

ohh thenks will see u later

granite charm
#

Anyone here able to help me out?

#

Nothing

#

Trying to get some help currently

#

I tried but no one tried to help me

night sparrow
granite charm
#

I'll post it in help

trail tusk
#

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

trail tusk
#

@pulsar meadow

pulsar meadow
#

yes

trail tusk
somber heath
trail tusk
night sparrow
#

@whole bear ?

#

@whole bear i wonder why you do that

#

i mean

#

i mean

#

you are so welcoming

#

oh

#

so you ask if we are muted

#

i wonder

#

whats percentage

#

of people with 50 messages and 3 days

#

to new ones

night sparrow
#

@whole bear i don't have permission

#

@whole bear are you talking about high school? or higher education?

#

@pale sigil higher math better for programming

#

in common usage

#

math is way better for programmer

#

solving abstract

#

tasks

#

is much closer

#

to programming

#

but in some way its also practical usage

pale sigil
#

Ok, thanks guys

hearty knot
#

from : Thequickbrownfoxjumpsoverthelazydog

#

to:

#

Th eq ui
ck br ow
nf ox ju
mp so ve
rt he la
zy do g

#

my function works .

hearty knot
#

what is the name again

sinful jay
hardy cloud
#

@south bone

hearty knot
#

Roman numerals are a numeral system that originated in ancient Rome and remained the usual way of writing numbers throughout Europe well into the Late Middle Ages. Numbers in this system are represented by combinations of letters from the Latin alphabet. Modern style uses seven symbols, each with a fixed integer value:
The use of Roman numerals ...

whole bear
#

@south bone

steel sluice
#

hi

steel sluice
#

BLOOM is able to generate text in 46 natural languages and 13 programming languages. For almost all of them, such as Spanish, French and Arabic

#

This is the culmination of a year of work involving over 1000 researchers from 70+ countries and 250+ institutions

#

Researchers can now download, run and study BLOOM to investigate the performance and behavior of recently developed large language models down to their deepest internal operations.

#

More generally, any individual or institution who agrees to the terms of the modelโ€™s Responsible AI License (developed during the BigScience project itself)

#

can use and build upon the model on a local machine or on a cloud provider - since it's embedded in the Hugging Face ecosystem

lost monolith
#

hey guys, i cant speak but can u help me with my code really quick?

#

its really simple, im new to python

noble solstice
#

yeah use a docker container that uses postgres

#

It's simple

#

I wish I could speak ๐Ÿ˜ฆ

night sparrow
#

postgre is pretty structured imho, we use it in production

#

we separate database logic and backend logic

#

so everything we can do at database level, we do at database level

granite charm
night sparrow
#

@granite charm take a rest, don't push too hard

granite charm
#

Trying to press a key to stop a script

#

Just a simple keyboard press to end script but can't find a solution

#

Just need a copy paste solution but nothing works it seems :l

#

Didn't work :L

#

ok 1 sec

#

Still nothing

#

Ctrl+c was not the play lol

#

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

granite charm
#
try:
    main()
except KeyboardInterrupt as err:
    print("Operation Force Closed By User: {err.args}")
#

???

#

How do I do that with main() implemented

night sparrow
#

Its not suitable solution

#

for that kind of programs better use global hooks

#

with killing whole program

granite charm
#

Still doesn't work

#

UGH why is a simple stop so difficult

gentle flint
granite charm
gentle flint
granite charm
#

GOD BLESS

#

works

#

Thank you

#

I have a loop in main

granite charm
#

I want to run that loop but interrupt it if pressed

night sparrow
#
from pynput import keyboard
import time
import os

def on_press(key):
    if key == keyboard.Key.esc:
        os._exit(0)
listener = keyboard.Listener(on_press=on_press)
listener.start()  # start to listen on a separate thread

while True:
    time.sleep(1)
#

i suggest something like that

granite charm
#

I'll just alt+f4 at this point lol

#

main is a whole program though

#

I have it for somethingelse

night sparrow
#

ive already had some troubles

#

while testing your code

#

trust me

#

closing your program

#

at every momet

#

is pretty much usefull

night sparrow
#

i mean not yours

#

his

#

he is doing some auto clicker shit

#

and it can be worse

wooden osprey
#

What's this channel for?!

#

Is this normal discussion channel for VC?

whole bear
#

Not for Aesthetic

wooden osprey
#

Ohh ok I'm sorry

whole bear
#

Joking

wooden osprey
#

aight , have good talk , ciao

regal raptor
#

ye drinking water is very very helpful

#

i agree with that

#

im 3rd year doctor btw

terse dove
#

@stiff meteor were you saying that you flinch up in the middle of the night?

dense ibex
#

A Bugatti convertible just looks wrong

true dagger
#
import os
from posixpath import dirname
from unicodedata import name
import pandas as pd
from pathlib import Path
import glob


print(next(os.walk('.'))[1])
a = next(os.walk('.'))[1]


for i in range(len(a)):
    B= (a[i])
    path = os.path.abspath(i)
    all_files = glob.glob(os.path.join(path, "**/*.csv"))
    folder_name = all_files[0].split('/')

    writer = pd.ExcelWriter(folder_name[len(folder_name)-3] + '.xlsx', engine='xlsxwriter')
    df_from_each_file = (pd.read_csv(f, on_bad_lines='skip') for f in all_files)

    for idx, df in enumerate(df_from_each_file):
        dirName = all_files[idx].split('/')
        df.to_excel(writer, sheet_name=dirName[len(dirName)-2] + '-' + dirName[len(dirName)-1].format())
    writer.save()


PS C:\random\Test\python> python .\new.py
['a', 'b', 'c', 'METDEV.QUEUE.MGR']
Traceback (most recent call last):
  File ".\new.py", line 20, in <module>
    writer = pd.ExcelWriter(folder_name[len(folder_name)-3] + '.xlsx', engine='xlsxwriter')
IndexError: list index out of range
round cedar
#

folder_name = all_files[0].split('/')

#

print(folder_name)

#

[(folder_name[len(folder_name)-3]

#

len(folder_name) = 1

#

1 - 3

#

-2

#

folder_name[-2]

#

CHANNEL.csv

#
import pathlib
import os
from posixpath import dirname
from unicodedata import name
import pandas as pd
from pathlib import Path
import glob


print(next(os.walk('.'))[1])
a = next(os.walk('.'))[1]


for i in range(len(a)):
    B= (a[i])
    path = os.path.abspath(i)
    all_files = glob.glob(os.path.join(path, "**/*.csv"))
    folder_name = all_files[0].split('\\')

    writer = pd.ExcelWriter(folder_name[len(folder_name) - 2] + '.xlsx', engine='xlsxwriter')
    df_from_each_file = (pd.read_csv(f, on_bad_lines='skip') for f in all_files)

    for idx, df in enumerate(df_from_each_file):
        dirName = all_files[idx].split('/')
        df.to_excel(writer, sheet_name=dirName[len(dirName)-2] + '-' + dirName[len(dirName)-1].format())
    writer.save()
true dagger
#
PS C:\random\Test\python> python .\a.py  
['a', 'b', 'c', 'METDEV.QUEUE.MGR']
Traceback (most recent call last):
  File ".\a.py", line 23, in <module>
    for idx, df in enumerate(df_from_each_file):
  File ".\a.py", line 21, in <genexpr>
    df_from_each_file = (pd.read_csv(f, on_bad_lines='skip') for f in all_files)
TypeError: parser_f() got an unexpected keyword argument 'on_bad_lines'
#
from posixpath import dirname
from unicodedata import name
import pandas as pd
from pathlib import Path
import glob
import os

path = "/mnt/c/random/Test/python"
all_files = glob.glob(os.path.join(path, "**/*.csv"))
folder_name = all_files[0].split('/')

writer = pd.ExcelWriter(folder_name[len(folder_name)-3] + '.xlsx', engine='xlsxwriter')
df_from_each_file = (pd.read_csv(f, on_bad_lines='skip') for f in all_files)

for idx, df in enumerate(df_from_each_file):
    dirName = all_files[idx].split('/')
    df.to_excel(writer, sheet_name=dirName[len(dirName)-2] + '-' + dirName[len(dirName)-1].format())
writer.save()
trail tusk
#

@idle light

#

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

idle light
#

!voice

glad gyro
#

Can you help me?

glad gyro
#

Express number as a sum of squates.

#

Give me a code.

trail tusk
#

some sort of assignment?

glad gyro
#

Yes,

trail tusk
#

!rule 8

wise cargoBOT
#

8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.

trail tusk
glad gyro
#

May be yes.

#

Listen me

trail tusk
#

umm it is pretty simple, try to code it

glad gyro
#

Not simple, help me

trail tusk
glad gyro
#

I am only half of week practicing

#

For what reason?

trail tusk
#

This channel is not for asking doubts, it is about sharing resources or chatting with people in voice chat

#

Just drop a message in #help-lollipop to claim it and then you may ask your doubt

#

๐Ÿ™‚

true tree
#

! voiceverify

#

!voiceverify

trail tusk
tall spade
#

!voiceverify

vagrant wing
tall spade
#

Hi, can't speak

#

Can i boost the verification process?

#

Hi guys, Friday i will do an interview as a Python Junior Dev and they asked me to do a little project. I've wrote down the ideas but i'm afraid to death because i need help with some methods. Does anyone want to join with me in the vocal chat? If i get this job i can pay for my university....

tall spade
#

I'm translating my project from Italian to english ahaha

#

wait a sec

somber heath
#

Oh dear.

tall spade
#

My project will be similar to the activity I do at work. I create C # scripts to manage documents and data.

Then the workflow will consist of

  • Accept Input images (tiff, jpg etc ...)
  • Merging of images in pdf
  • Perform ocr of pdf โ†’ extract text into text
  • Voice reading of the text file (gTTS)
  • Encryption of the textual content
  • Email the encrypted content
somber heath
#

I'm liable to go to sleep at any point.

amber raptor
#

your doing all of that?

#

that shouldn't be interview project

tall spade
#

It was my choice. Those are the things i can do, but with C#. I'm still novice in python

#

Do u have any thoughts? May i change something?

gentle flint
amber raptor
whole bear
indigo loom
#

I from Delhi, India

#

I'm

clever spruce
#

hi
why 49?

drowsy pine
#

i cant speak

whole bear
#

!voice

somber heath
#

Django. Flask. @shy elk

rugged root
sweet lodge
#

Frontend people don't deserve love

#

All the do is complain about stuff like "UX" and "GraphQL"

sweet lodge
#

Don't they know that this "make up a schema as you go" crap will never work for serious apps

rugged root
#
sweet lodge
#

Discord is now using Rust BTW - aren't they?

#

@rugged root you're fired

#

Go be a frontend person

somber heath
#

TomKat.

sweet lodge
#

At least you have a 401k

amber raptor
#

Go in others

rugged root
amber raptor
#

Rumor has it that parts of their API are in flask

sweet lodge
amber raptor
sweet lodge
#

I considered applying

#

But they were one of those "apply on company site" ones, so I moved on

whole bear
#

hi

somber heath
#

"Mooom, I neeed Nitro!"

whole bear
#

lol

fierce summit
#

hi

sweet lodge
#

So - Forknife

#

MEGA places were removed sometime in 2014, most likely July 28. After this happened, all users were able to make places that could have up to 50 players. Sometime in 2019, all players max player count was raised to 100. As of April 12th, 2021; all users can put the max players count per server to 100, while Developer Forum members may set the maximum player count to 700.

#

100

#

Dammit Jake

#

Here's the normal page

#

Concurs with 100 with available upgrade to 700 with application

#

Per active game

fierce summit
#

@rugged root I'm pretty sure that my electronical devices are cursed ๐Ÿ˜…

sweet lodge
#

no

#

What would it do?

somber heath
#

From the makers of interpreted languages and interpretive dance...

Interpretive programming languages.

sweet lodge
#

!eval

x = 42
x += 5
x -= 5
x *= 5
x /= 5
x %= 5
wise cargoBOT
#

@sweet lodge :warning: Your 3.11 eval job has completed with return code 0.

[No output]
sweet lodge
#

wat

#

no

#

heck your "consistency"

sweet lodge
#

@rugged root - specific to MS Office suite?

#

Personal or buisness?

#

Who do I ping? What does this say?

fierce summit
sweet lodge
#

can we stop shouting?

#

Have we tried clearing cache?

#

CTRL+SHIFT+I

#

@rugged root you don't have to clear the whole history

sweet lodge
#

Press this "clear site data" first

stone hollow
#
Thread(target=sendMessagesThread, args=(username,))
#

Why does it need the ,

rugged root
#

To indicate it's a tuple

stone hollow
#

Why tho

sweet lodge
#

!eval

one=(1)
tup=(1,)

print(f"{one=}")
print(f"{type(one)=}")
print(f"{tup=}")
print(f"{type(tup)=}")
wise cargoBOT
#

@sweet lodge :white_check_mark: Your 3.11 eval job has completed with return code 0.

001 | one=1
002 | type(one)=<class 'int'>
003 | tup=(1,)
004 | type(tup)=<class 'tuple'>
sweet lodge
rugged root
#

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

fierce summit
#

this should be a backgroundless png

stone hollow
fierce summit
sweet lodge
#

That's the name of the standards organization

rugged root
#

"Older version of the modern jpg file format"

sweet lodge
#

The JPEG File Interchange Format (JFIF) is an image file format standard published as ITU-T Recommendation T.871 and ISO/IEC 10918-5. It defines supplementary specifications for the container format that contains the image data encoded with the JPEG algorithm. The base specifications for a JPEG container format are defined in Annex B of the JPEG...

#

You've never had a JFIF before?

stone hollow
stone hollow
#

style="display: block;-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;

#

look

#

Not white

#
background-color: hsl(0, 0%, 90%);transition: background-color 300ms;
rugged root
fierce summit
fossil pebble
#

7

stone hollow
#

Rainbows were Rainbows before

fossil pebble
#

and there is no white and black

stone hollow
sweet lodge
#

What's the best?

#

The latest

#

Here you go this

sweet lodge
#

no

#

stop

#

At least use something that's supported

#

oh 8.5

stone hollow
sweet lodge
#
one=1
f"{one=}"

This wasn't added until later - but I love it

stone hollow
#
# Copyright (c) 2022, Ara Aso Muhammed
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Never sell this software.
#     * Never use this software for illegal purposes.
#     * Never use this software for malicious purposes.
#     * Never use this software for hacking purposes.
#     * Never use this software for phishing purposes.
#     * Never use this software for spamming purposes.
#     * Never use this software for scamming purposes.
#     * Never use this software for bullying purposes.
#     * Never use this software for frauding purposes.
#     * Never use this software for stalking purposes.
#     * Never use this software for doxing purposes.
#     * Never use this software for revenge purposes.
#     * Never use this software for harassment purposes.
#     * Never use this software for stalking purposes.
#     * Never use this software for revenge purposes.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
# The views and conclusions contained in the software and documentation are
# those of the authors and should not be interpreted as representing official
# policies, either expressed or implied, of the FreeBSD Project.

Co-Pilot generated this

sweet lodge
#

aaa

#

If we could get rid of all the users my job would be much easier

#

Bitlocker!

#

@rugged root - how often are you finding unknown thumb drives?

#

You don't even need a USB

#

Use PXE

#

You can download and boot ISOs over the network with any persistent storage at all

#

(AFAIU)

rugged root
#

I have this completely cut off from our network

#

It's a dark machine

sweet lodge
rugged root
#

!rule 5

wise cargoBOT
#

5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.

rugged root
#

Ooo neat

fossil pebble
#

lol

rugged root
sweet lodge
#

Careful

sweet lodge
fossil pebble
#

nice path

sweet lodge
#

Esoteric crap is [can be] generally less efficient, because you're forcing it to jump through a bunch of weird stuff

rugged root
#

Fuuuuuuuuuu printer issue

#

I'll be back

sweet lodge
#

ha

whole bear
#

Yo @lethal thunder

lethal thunder
#

hey kuuuuush

#

hows scamming?

whole bear
#

Made millions ,My offer is still valid though???

stone hollow
#
print(''hello'')
sweet lodge
#

Who do you think we are? LP?

rugged root
#

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

sweet lodge
#

yes

#

Look at those languages firEyes

#

Python just drowns mine

sweet lodge
#

Don't use Ruby

#

Do use Rust BTW

#

both
Both is good

#

Which one?

#

Unreal is open source - you just have to sign up first

rugged root
rugged root
#

I like what it does with the Wiki logo

sweet lodge
#

Help me make a language

alpine path
alpine path
noble copper
#

@zenith radish you should try brooklinen sheets

#

i somehow got into sheets/bedding stuff in recent months

sweet lodge
#

.xkcd 1172

viscid lagoonBOT
#

There are probably children out there holding down spacebar to stay warm in the winter! YOUR UPDATE MURDERS CHILDREN.

rugged root
#

PILKIS

sweet lodge
#

pilkis

alpine path
#


    toString() {
      return [
        new Date(this.millis()).toISOString(),
        (
          '0000' +
          this.counter()
            .toString(16)
            .toUpperCase()
        ).slice(-4),
        ('0000000000000000' + this.node()).slice(-16)
      ].join('-');
    }

๐Ÿ˜ฉ

rugged root
alpine path
sweet lodge
#

Pad?
In JS?

alpine path
rugged root
#

Proactor is a software design pattern for event handling in which long running activities are running in an asynchronous part. A completion handler is called after the asynchronous part has terminated.
The proactor pattern can be considered to be an asynchronous variant of the synchronous reactor pattern.

#

This?

alpine path
#

iouring

rugged root
peak copper
sweet lodge
#

I use Azure
I like Azure

whole bear
#

Can I ask a question?

sweet lodge
#

@peak copper what is Azure question?

whole bear
#

Why I ask something in google

sweet lodge
#

No

whole bear
#

And the result is a page in Japanese

sweet lodge
#

You can use whatever language you want

whole bear
#

I search something*

sweet lodge
#

You can even use containers, so you can build a container with "whatever the hell you want"

sweet lodge
whole bear
#

No

vast tinsel
#

NFTs lmao

whole bear
#

I search a lot of things and never return a GitHub page

#

Anyway, I searched a service name from windows

sweet lodge
#

Oh
You got a single result in a different language?
Google "just does that sometimes"
If it's "close enough", or there's just not very many results, it will just give you what it's got

whole bear
#

Thanks

peak copper
rugged root
alpine path
#

"{:0>4X}", 433

rugged root
#

@unique wyvern

green fable
#

is there an ergonomic design for keyboards xD ?

peak copper
rugged root
#

I love Melty

green fable
#

@peak copper

rugged root
#

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

green fable
sweet lodge
#

Have you seen

#

!projects