#voice-chat-text-1

1 messages · Page 15 of 1

umbral rose
#

going up to 500 ⬇️ 100 ⬆️ from 250/5

mild flume
#

CAT 7 isn't an IEEE standard, apparently

#

CAT 8 is the official successor of CAT 6A

#

Big problem with 8 seems to be the lengths you can have the cable and still have their proper throughput

#

But that's the case for most things

umbral rose
#

probably very short?

#

what length?

mild flume
#

Let's see...

#

The primary benefit of Cat8 cabling is faster throughput over short distances: 40 Gbps up to 78’ and 25 Gbps up to 100’. From 100’ to 328’, Cat8 provides the same 10Gbps throughput as Cat6A cabling

umbral rose
#

Yeah, if you are wiring a house, I can see that being a big issue.

mild flume
#

Biggest benefit is going to be in data centers and what have you

umbral rose
#

True

#

I think they are using fiber though in most situations

mild flume
mild flume
#

!resources @dusty ginkgo I would recommend checking out "A Byte of Python", which is free on its site. That should help you with your basics.

coarse hearthBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

onyx topaz
#

@mild flume hey

mild flume
#

Yo

#

How goes it

stuck bluff
#
'abc'

"abc"

'''abc'''

'''abc
def'''

"""abc"""

"""abc
def"""```
@dusty ginkgo
stuck bluff
#

You were asking about string expression syntax.

dusty ginkgo
#

idk what def is

#

all i can is input and print

stuck bluff
#

It's part of the string.

dusty ginkgo
#

ok but i will learn it later prolly

stuck bluff
#

In this context, it's not a keyword.

dusty ginkgo
#

i dont understand

stuck bluff
#

All of those are strings.

#

Text expressions.

#

A total of six strings.

mild flume
#

I'm here, I just have to focus on learning how to do something for work. If shit starts going down, just let me know

dusty ginkgo
#

yup

true valley
mild flume
#

Time for some boring learning Power Query

dusty ginkgo
#

i learnt how to print hello (name) in a simple way with f string

#

lol = "Hello"
name = "name"

message = f"{lol}, {name.upper}. Welcome!"

#

like that but its very hard for me

mild flume
#

Gotta get ready for a meeting

#

Back after my meeting

strong nacelle
#

you also have to think oauth tokens

#

no

#

ideally a basement

onyx topaz
#

@molten harness @steady finch @raven orbit how to learn python in one month???

raven orbit
#

how well do you need to learn it

#

it took me a year to get somewhat good at it

onyx topaz
#

to take a test

#

like chatgpt

#

hey @molten harness @steady finch

raven orbit
#

stop pinging people

onyx topaz
misty sinew
#

lol

onyx topaz
raven orbit
#

because it's annoying as fuck

onyx topaz
misty sinew
raven orbit
onyx topaz
#

or hand?

raven orbit
#

it's a fact

#

it is annoying as fuck

misty sinew
#

ye don't ping

#

we're still seeing your message

#

am I right plome

#

u don't need to ping

onyx topaz
#

oh not

misty sinew
#

he reacted

onyx topaz
#

lol

misty sinew
#

just chill with the pinging alr

#

let's all have a good day

onyx topaz
#

including me, right?

raven orbit
#

ofc

#

all is all

onyx topaz
#

thx

#

@misty sinew

misty sinew
onyx topaz
#

not @raven orbit

misty sinew
#

don'g ping the others

molten harness
#
strong nacelle
#

do you guys have any resources for chromeos

mild flume
#

How do you mean?

strong nacelle
#

im doing some digging in the chromeos for work and trying to get a better a view of the enviorment from terminal

#

if you have any good tutorials for that or dual booting for a chromeos device

mild flume
#

I've honestly not really used it much

strong nacelle
#

yea not many people have outside the enterprise env

#

right like apk

#

chainmail

raven orbit
#

Anglian spikkers wir weil staiblisht in sooth-eist Scotland bi tha 7t yeirhunder. In tha 13t yeirhunder Norman launainers an thair reteiners, speakin Northumbrian Middil Inglis, war bade tae cum an sattil bi tha King. Scots kyth'd fer tha first tym en scrieved form en tha mids o tha 14t yeirhunder an didnae differ mukkil fae ither northren Inglis byleids. The Anglian leid o Scotland gra an its ain sinsyn. Bi tha lat 15t yeirhunder tha sicht fowk haed o tha differs wi tha leid spaken faurder sooth cam til tha fore an Scots-spikkin Scots begoud tae crie thair leid "Scots". Scots haes lend-wirds fae tha fak thit tha Scots fowk haed contak wi Gaelic spikkers. Thair lend-wirds is fer ordinair anerlì fer geographical an cultural hings, sik as clan an loch. Lyk onì leivin leid, Scots haes chynged ae bittie ower tha yeirs, tho hit haes arguablì stey'd naurer til its Anglo-Saxon springheid nor Inglis. Monie Scots wirds hae becum pairt o the Inglis ava: flit, greed, eerie, cuddle, clan, stob.

strong nacelle
#

the french do that

#

like 4 score 7 year ago

#

it doesn't flow

#

20

twin prawn
#

Is anybody here currently learning German?

mild flume
#

It's on my list of languages to try to learn

twin prawn
#

Nice

#

What languages do you speak so far?

mild flume
#

English and..... well.... English

twin prawn
#

I see

#

what languages are on your list of languages to learn?

#

It would be easier to learn German for you

steady finch
forest ore
#

!code

#
def lamb_parse(line, tokens):
    from time import sleep
    if tokens[1] == "wait":
        try:
            sleep(int(tokens[2]))
        except:
            sleep(2)
    if tokens[1] == "disp":
        match tokens[2]:
            case "if":
                try:
                    
                except Exception as e:
                    printing = Exception          
            case "int":
                try:
                    print(int(tokens[3]))
                except Exception as e:
                    printing = Exception
            case "float":
                try:
                    print(float(tokens[3]))
                except Exception as e:
                    printing = Exception
            case "str":
                try:
                    print(str(tokens[3]))
                except Exception as e:
                    printing = Exception
            case "bool":
                try:
                    print(int(tokens[3]))
                except Exception as e:
                    printing = Exception
            case "var":
                try:
                    printing = Variables[f"{tokens[3]}"]
                except Exception as e:
                    printing = Exception
        try:
            print(printing)
        except:
            pass
forest ore
#

    else:
        if tokens[2] == "=":
            def set_item(data):
                Variables.__setitem__(tokens[1], f"{data}")
            match tokens[3]:
                case "int":
                    try:
                        set_item(int(tokens[4]))
                    except Exception as e:
                        printing = Exception
                case "float":
                    try:
                        set_item(float(tokens[4]))
                    except Exception as e:
                        printing = Exception
                case "str":
                    try:
                        set_item(str(tokens[4]))
                    except Exception as e:
                        printing = Exception
                case "bool":
                    try:
                        set_item(bool(tokens[4]))
                    except Exception as e:
                        printing = Exception
                case "var":
                    try:
                        set_item(Variables[tokens[4]])
                    except Exception as e:
                        printing = Exception
                case "input":
                    try:
                        set_item(input(f"{tokens[4]} "))
                    except Exception as e:
                        printing = Exception
                case "math":
                    try:
                        set_item(eval(f"{int(tokens[4])}{tokens[5]}{int(tokens[6])}"))
                    except Exception as e:
                        printing = Exception
            try:
                print(printing)
            except:
                pass            
        else:
            error(f"Error: Expected \"=\"!\n Call Traceback:\n    On line [{line + 1}] path: [{Filepath}] file: [{Filename}]")      
misty sinew
#

Hi plz demute?

stuck bluff
coarse hearthBOT
#
Voice verification

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

misty sinew
#

!voice

#

Hmm

stuck bluff
#

The link in the bot post will take you to the room you need to go to.

misty sinew
#

Compliqué quand de comprendre quand on parle français --pithink

misty sinew
misty sinew
#

🫂

misty sinew
misty sinew
misty sinew
misty sinew
misty sinew
#

or you're just typing here

misty sinew
misty sinew
misty sinew
#

you should join voice chat 1

#

Ahah I’m busy I’ll come later

misty sinew
#

see you later

#

Tchaoooo

#

👍

misty sinew
raven orbit
misty sinew
#

W

raven orbit
forest ore
#

2a02:3038:40d:1c42:34e0:dc58:70f2:94ca

azure sierra
#

1053732836693258391

raven orbit
#

131537944463802368

worn heath
#

764583878899531847

forest ore
#

98195144192331776

raven orbit
#

473859714162360320

misty sinew
#

yoo

forest ore
#

1053732836693258391

azure sierra
#

131537944463802368

crystal vector
#

💀

#

Bro you're done 💀

forest ore
#

The pineapple prince, with a pinstriped penguin partner, performed a peculiar polka on a pinball machine while munching on peanut butter and sipping pink lemonade.

misty sinew
#

lol

forest ore
#

lol

raven orbit
#

She sells seashells at the seashore. If she sells seashells at the seashore, then surely the seashells she sells are sea-shore shells?

mild flume
misty sinew
#

8080 is the guy she told me not to worry about

worn heath
misty sinew
#

lol

worn heath
misty sinew
#

@candid garnet 🫂

mild flume
#

We scooted down here early in the day to split up some convos and just never migrated back up

misty sinew
mild flume
#

Fuck off

misty sinew
#

for now

mild flume
#

Just not a good time right now

#

Random anxiety spike right now

misty sinew
#

alright sorry

#

imma post one more...

#

that's it

#

lol

north shadow
mild flume
#

That'll tell you what you need to know about the voice gate

mild flume
#

Voice verification channel. It gets hidden after you verify, which is why you can't see it

tranquil thistle
#

#no-access

misty sinew
#

uwu

#

owu

#

lolol

#

aaaaaa

raven orbit
misty sinew
tranquil thistle
#

what?

#

chups?

#

LOOOOL

prime mirage
#

naaaah

tranquil thistle
prime mirage
#

btw.. does it snow in Australia?

#

chinz buys USA bonds for usd

stuck bluff
#

Generally up in the mountains, where there's the possibility for some very decent skiing.

#

Possibility.

#

Occasionally it does snow at lower altitudes, but maybe a couple of times in a lifetime.

stuck bluff
#

We get some big, fuck off hailstones, sometimes, too.

brazen vessel
#

hello Opal

prime mirage
#

@molten harness so like world citizen 🙂

#

@stuck bluff I knwo one guy from Australia.. Crocodile Dundee

#

Tirana is in Albania

stuck bluff
#

Paul Hogan, mm.

#

I think that if there were ever an archetypal example of an Australian, Steve Irwin would be what most Australians would say.

brazen vessel
#

do anyone use Linux?

molten harness
#

yh

prime mirage
#

@molten harness if zou like geo, then check this city Baarle-Hertog, funnz staf is that its in Netherland, and some parts of that city belongs to Belgium..

brazen vessel
#

i'm still new about OS, need a guidance about linux

molten harness
#

waht;s the question?

jagged hawk
#

best guidance i can give

brazen vessel
#

what is the different ubuntu, kali, arch, and debian?

jagged hawk
#

ubuntu and kali are debian based .

#

arch is different but yeah its not fun to work with

#

i mean use if it you wanna fully memorize how to install arch with btrfs each month bc it brakes ¯_(ツ)_/¯

#

i mean fedora has a "security" repository which is most of the stuff kali provides

brazen vessel
#

kali linux = for hacking?

jagged hawk
#

mint was such a good distro

#

best distro i tried but im on fedora

#

linux is soo flexible if you dont like the look you have thousands of alternatives

#

KDE is also nice

brazen vessel
#

so if i shift the OS from windows to Kali Linux, will it be potential on data lost?

jagged hawk
#

arch documentation ❤️

#

i wish all tools had a arch level documentation

#

very detailed and explains everything also way more straight forward than youtube videos

#

what?

#

if you partition your drive its completely ok

#

i used 500/500(GB) with windows worked great for me

brazen vessel
#

i have SSD that run Windows OS and HDD for other data.

jagged hawk
#

you can either partition your ssd or hdd and install windows on the newly partitioned drive

#

linux is very straight forward

#

nothing fancy

brazen vessel
#

do you mean that 1 single HDD split into 2 partition like 1TB split into 500Gb/500Gb?

jagged hawk
#

yeah or maybe 700/300 . what your comfortable with yourself

brazen vessel
#

how to run virtual machine?

#

this channel didn't support stream?

#

@stuck bluff

#

tcpdump

tranquil thistle
stuck bluff
#

In practice, that means mindful_dev or mr.hemlock.

#

Once upon a time, the permission was open. Someone overstepped.

#

So now it's locked down.

brazen vessel
#

Ah i see

#

Anyway, i think my learning have been branched a lot @stuck bluff

#

I'm not a programmer in the past, but now i learn programming

stuck bluff
#

Just don't let it bow you down.

brazen vessel
#

But do you think that is it too late to learn?

molten harness
#

Never too late to learn

brazen vessel
#

I learn economic, drawing, 2d, 3d then now programming grumpchib

#

Don't know what my life track for

molten harness
#

Programming is a broad topic that no one can fully learn

#

We are all always learning and that is part of what it means to be a programmer

molten harness
brazen vessel
tranquil thistle
brazen vessel
#

What is that?

amber cave
#

Can someoen help me debug my code

#

in Code/Help

#

can anyone help

#

hey

#

sorry

#

I cant talk

#

bcs of permissions

#

but can you help from chat

#

@warm bolt

warm bolt
amber cave
#

alr

#

can i friend u rq

#

and then we can talk in a priv call

misty sinew
#

hi

#

ola

languid zephyr
#

@forest ore BRO SHUT UPP

stuck bluff
languid zephyr
#

i apologise for my misbehavior @forest ore i did not mean to cause you any mental harm

misty sinew
#

yo

#

watching a python video. Does anyone know what this code editor is?

leaden pike
#

i say do it

#

it's not like you're not doing the job

#

you're doing the job

#

good point

mild flume
#

Yo hajaa

leaden pike
#

gi mr hemlock

#

hiiii*

obtuse valve
#

upgrading my gpu tmr

#

*i upgraded my ram yesterday alr

#

from 16gb to 48 (16+32)

obtuse valve
obtuse valve
#

meaning i limit myself to 650W

mild flume
#

World's most tolerant cat

#

(I'm not back yet, just saw the meow meow)

obtuse valve
#

PILOT LISCENCE

#

WHOHOHOOHOHOHOOOOO

#

WHERE CAT

mild flume
#

@pseudo raven Not interested in the hang glider, but do you have any gang hiders

#

Asking for a friend

strong nacelle
#

listening to this as an American is crazy

rapid dagger
#

interesting subject. see y'all later

mild flume
#

Later

mild flume
#

47_482_619.90

#

At the very least, it's worth it for the paper saying you did it. But networking and getting contacts with people is one of the big benefits of college

mild flume
#

Also important

#

Can sometimes get you a job or at least let you have some experience on your resume

misty sinew
mild flume
#

Like if it's internship with intent to hire

stuck bluff
#

Dean Norris is great at playing hateable characters.

#

Dean Joseph Norris (born April 8, 1963) is an American actor. He is best known for playing DEA agent Hank Schrader on the AMC series Breaking Bad (2008–2013) and its spin-off Better Call Saul (2020). He also portrayed town councilman James "Big Jim" Rennie on the CBS series Under the Dome (2013–2015) and played mob boss Clay "Uncle Daddy" Husse...

spice stirrup
#

... what did I walk into

#

oh movies!

mild flume
#

Well... shit

#

We had some power blinking happening over here and now one of the folk's rigs won't boot

#

Gotta make a install media to get this fixed, run the startup repair

#

Yay

#

Gotta love it

#

Just hoping this isn't the death knell for it

spice stirrup
#

Is any silksong news out yet?

#

ggs

obtuse valve
#

im getting my new gpu today i think

#

i changed my ram and so far so good

misty sinew
paper kindle
#

it's meeee

#

I've been better

#

How about you

#

eyes on the road then

#

So not a fun day?

#

Oh

#

That's nice

#

hello

#

Opalmist

strong nacelle
#

!voice

coarse hearthBOT
#
Voice verification

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

proven magnet
#

Hi @edgy chasm

edgy chasm
#

yo

proven magnet
#

What are you upto?

edgy chasm
#

making a cool thing

proven magnet
#

Tell me more about it

edgy chasm
#

nah

proven magnet
#

Lol

proven pecan
misty sinew
#

yo

inner sleet
abstract elm
#

How to get access on voice ?

obtuse valve
#

curl https://www.python.org/ftp/python/3.11.4/python-3.11.4-embed-amd64.zip --output python-3.11.4-embed-amd64.zip

#

Python path configuration:
PYTHONHOME = 'C:\Program Files\Python311'
PYTHONPATH = 'C:\Users\andre\Lib'
program name = 'C:\Program Files\Python311\python.exe'
isolated = 0
environment = 1
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = 'C:\Program Files\Python311\Lib'
sys._base_executable = 'C:\Program Files\Python311\python.exe'
sys.base_prefix = 'C:\Program Files\Python311'
sys.base_exec_prefix = 'C:\Program Files\Python311'
sys.platlibdir = 'DLLs'
sys.executable = 'C:\Program Files\Python311\python.exe'
sys.prefix = 'C:\Program Files\Python311'
sys.exec_prefix = 'C:\Program Files\Python311'
sys.path = [
'C:\Users\andre\Lib',
'C:\Program Files\Python311\python311.zip',
'C:\Program Files\Python311\DLLs',
'C:\Program Files\Python311\Lib',
'C:\Program Files\Python311',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x0000049c (most recent call first):
<no Python frame>

mild flume
#

winget list Python

obtuse valve
mild flume
#

winget install -e --id Python.Python.3.11

obtuse valve
mild flume
#

!stream 632762189257768960

coarse hearthBOT
#

✅ @obtuse valve can now stream until <t:1690208968:f>.

mild flume
#

.\python-3.11.4-amd64.exe /uninstall

#

.\python-3.11.4-amd64.exe PrependPath=1 CompileAll=1

obtuse valve
#
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00000e44 (most recent call first):
  <no Python frame>
mild flume
#

$env:PYTHONPATH

gaunt falcon
#

hell o @mild flume , @obtuse valve

obtuse valve
#

hi

misty sinew
#

hi

mild flume
#

Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

misty sinew
#

yuh i saw u in activity so i thought to join

#

oo

#

so what problem u facing

obtuse valve
misty sinew
#

tuff

obtuse valve
#

but the thing was

#

it didn't work

mild flume
#

winget source reset --force

#

sfc /scannow; dism /online /cleanup-image /restorehealth; sfc /scannow

#

!stream 632762189257768960

coarse hearthBOT
#

✅ @obtuse valve can now stream until <t:1690212018:f>.

mild flume
#

@obtuse valve I'm going to have to be back later, I have to go to our IT folks and pick up a new computer

charred creek
#

Remove-Item Env:\PYTHONHOME

#
ocean grove
#

fastapi ?

wild dagger
#

im new to coding and all that just gave me a headache

#

still trying to understand visual rn

ocean grove
#

@wild dagger do you mean the ide or do you man visual basic xD

wild dagger
#

visual basic

ocean grove
#

its 2023 tho

#

😄

wild dagger
#

I downloaded visual studio code

#

and installed py

#

im watchin youtub vids rn just tryin to understand all this

ocean grove
#

i can recommend learning about datatypes if u arent familiar with all of them atm

wild dagger
#

okay okay

ocean grove
#

i wanted to make a vid about bits and bytes soon

wild dagger
#

it would be really helpful!!!! 😄

ocean grove
#

bits are the ground of everything

wild dagger
#

ducky_sphere ahhhhh okay okay

elder wraith
ionic jacinth
#

o

mild flume
#

Yeah give me a moment I'm trying to figure something out for a client

ionic jacinth
#

ok

#

huh

ionic jacinth
#

iil show

#

oh

#

mb

#

sorry

#

ok

#

we can do this tomorrow if u wnat

#

oh thats cool

#

how long have u had that job

#

is it high matinance

#

oh so ite prtty luck base

#

do u work from home?

#

oh

#

ur doing this in ur free time?

#

oh so u can do what u want

#

oh thats prtty cool tbh

#

are u trying to become a programmer

#

or just here for frun

#

fun

#

oh thats coool

#

how long u had phyton learned for

#

oh dam

#

do u only know phyton?

#

whats ur favorite?

#

ah ok

#

i wanted to learn reverse engineering

#

cus i though it would be cool to be a white hat

#

but then i realized

#

thaat i cant even do phyton

#

so

#

im here now

#

this is my 4th time attemting it

#

ye

#

i know

#

but the pay is hella good

#

i tyred learning colleged in the first year of high school cus of a friend

#

he made spoofers at 14

#

and he kept fexing on me

#

but i was unable to learn it

#

nah but he made bank

#

and had proof to back it up

#

he made 30k in 3 months

#

and showed me his paypal

#

ye

#

fr

#

but i tryed learning phyton

#

but just could not keep up with hte youtube

#

ye

#

ok

#

so i moved to a website

#

but it was just reading

#

and now i just turned 15 and im trying again

#

ye im 2 years ahed in school and am going to college in 2 years so i need to get phyton learned for an intership in 2 years so i need to start now

#

scratch lol

umbral rose
#

Hi 🙂

ionic jacinth
#

hello

#

chris

mild flume
#

Sup brah

umbral rose
#

What's up all?

ionic jacinth
#

idk what syntax is

#

...

#

oh

#

like string

#

and stuff

#

mhm

#

ye

#

ah

#

can u bealive

#

the first 2 times i tryed to learn coce was with c plus plus

#

and i failed twice

#

i think youtube is not somthing u should learn off

mild flume
#

Eh

#

Some people do well with it

#

It's just not for me

#

@brave heath Yo

ionic jacinth
#

how long have u done ros for?

#

@digital cradle

#

is everyone in this discord have a job

mild flume
#

Not everyone

#

Plenty of folks around your age that are students

ionic jacinth
#

oh

mild flume
#

Plenty of folks that are between jobs

#

And just like me, not everyone is in the industry

ionic jacinth
#

ye that makes sense

ionic jacinth
#

my fixed anwser?

mild flume
#

Absolutely

ionic jacinth
#

unfortenatly is he a bad guy lol

mild flume
#

Just kind of.... uncomfortable

#

Not sure how to articulate it

#

So the second_name part isn't quite right

#

What they're expecting is for you to keep it as an empty list

#

And appending the 2nd name in the names list

ionic jacinth
#

?

#

this?

ionic jacinth
mild flume
#

Back in a bit

ionic jacinth
#

ok

mild flume
#
# second_name needs to be an empty list still
second_name = []

# it then wants you to append the second name from the names list
second_name.append(???)
ionic jacinth
#

what do the question marks mean?

mild flume
#

It's what you have to fill in

ionic jacinth
#

ah ok

leaden dagger
#

line 55, in attack
attacking_rect = pygame.Rect(self.rect.centerx, self.y, 2 * self.rect.width, self.rect.height)
AttributeError: 'Fighter' object has no attribute 'y'

mild flume
#

Think back to how we got things by index before

ionic jacinth
digital cradle
#

@mild flume Do you guys have like a website where you can post like code snippets

ionic jacinth
#

my brain cells are diminishing

digital cradle
#

like pastebin

#

(sorry for interupting @ionic jacinth )

mild flume
ionic jacinth
#

its fine

digital cradle
ionic jacinth
#

is there like a rule were u cant intreupt people

digital cradle
ionic jacinth
#

icl i did not read them at all

#

i never do

mild flume
#

It's more a courtesy thing

ionic jacinth
#

oh that makes sense

digital cradle
#

I apologize

ionic jacinth
#

no need

digital cradle
#

thanks

ionic jacinth
#

it was not that important anyway

#

hem do u know why this happened

mild flume
#

The ??? is what you have to change. I'm giving you the prompt of what you need to have

ionic jacinth
#

???

ocean grove
#

😄

ionic jacinth
#

im confused

mild flume
#

??? = your answer here

ocean grove
#

good one

ionic jacinth
#

so how is it wrong then?

mild flume
#

So change line 13 to be second_name = [] like the prompt originally had it

ionic jacinth
#

but the numbers is already printed

mild flume
#

I have to brb, apologies

ionic jacinth
#

no need to apologies

ionic jacinth
ocean grove
#

???

ionic jacinth
#

i did not even mean to reply to chris

#

sorry

merry agate
#

and paste your error as well

ionic jacinth
#

imma stop for the day im been on dis for a hour or 2

#

@mild flume thank you very much

#

for the help

#

@digital cradle bye im going of now

worn heath
#

Yo Mindful Dev did you get the DMs I sent you?

#

@orchid yew I see some spelling mistakes

chrome prism
chrome prism
#

keep it up.

#

alright im going to actually sleep now

#

i just had a midnight snack

#

see u gusy tomorrow

#

guys*

worn heath
#

🫡

untold plank
#

yes

#

@misty sinew hello

#

can you explain me how does sys argv works?

#

okay

#

its work like a file contain arguments we can pass them from this comand

#

any code

#

okay i got it

#

thanks!

#

i didn't hear what you Say

#

ok

#

by changing index we access more arrguments

#

ok

#

okay got it

#

okay

coarse hearthBOT
#

@misty sinew :white_check_mark: Your 3.11 eval job has completed with return code 0.

['main.py']
misty sinew
#

sh python main.py arg arg

#
import sys

name = sys.argv[1:]

print(name)
untold plank
#

yes

misty sinew
#

!e name joe hey hey

import sys

name = sys.argv[1:]

print(name)
coarse hearthBOT
#

@misty sinew :white_check_mark: Your 3.11 eval job has completed with return code 0.

[]
untold plank
#

thanks

#

from 5-6 months

#

medium level

#

yes

#

like obejct measurement

#

yes

#

yes like that

#

yes also start playing from 2-3 weeks ago

#

nice

#

thanks for help

marsh tiger
#

hello @mild flume

how did u get he moderator programs alumni badge

delicate wren
#

not that hemlock

marsh tiger
#

oh

#

mb

torpid badger
#

he

chrome prism
#

he was apart of this

#

discord thing back then

#

but

#

you can no longer recieve it

#

as the discord server is no longer a thing

#

correct me if im wrong

#

spidertyler2005

#

@steady finch

rigid cedar
#

hello

rigid cedar
#

Hello

tranquil thistle
#

hello

chrome prism
#

4984

#

hello 4984

#

how is 9 doing

#

did 4 borrow from 8?

#

silly neighbors

#

always get naked on my lawn

#

because they are silly

#

old folks

chrome prism
#

@forest ore

#

@forest ore

#

@forest ore

eternal chasm
#

@storm forge supp??

chrome prism
#

@eternal chasm

#

supp??

hollow bay
#

@stuck bluff its great finally getting over this hill i was climbing. im still on a incline but its a bit easier... anyhow.. i was just saying my weekend was fruitful and im greatful for being on the right track WOOT

chrome prism
#

never give up quantibility

#

i mean it

#

think of the prize

#

not the sacrifice

feral compass
#

Hi where i can help with python?

#

can i have help

sand basin
#

/tts

still void
#

tyleerrrr look in voice chat

#

or in dmss

eternal chasm
red wigeon
#

!voiceverify

#

whats going on guys

#

no one is alive

#

wew

#

whats going here

#

hmm

#

how does it feel like being alone and not giving a fuck about anything

#

haha

#

amazing isnt it

#

haha

#

isn't that 50 words

#

how much do i have to wrtie

#

damn

#

am tired

#

haha

#

it more than 50 words

#

fu ck

#

whats going on

#

haha

#

!voiceverify

delicate wren
#

Spamming to meet any criteria will get you temporarily or permanently banned from voice, and potentially the community.

mild flume
delicate wren
#

Rust isn't hard, but it makes wrong things hard to use

#

doubly linked list in the standard library

halcyon notch
delicate wren
#

singly linked list is primitive to implement

#

on-stack linked list is what's cursed and what C allows but Rust normally doesn't
with mutability everywhere

#

C allows to make a mess, Rust refuses to

mild flume
#

The Elder Futhark (or Fuþark), also known as the Older Futhark, Old Futhark, or Germanic Futhark, is the oldest form of the runic alphabets. It was a writing system used by Germanic peoples for Northwest Germanic dialects in the Migration Period. Inscriptions are found on artifacts including jewelry, amulets, plateware, tools, and weapons, as we...

mild sandal
mild flume
#

Martin Shkreli (; born March 17, 1983) is an American CEO, hedge fund manager, and fraud convict. Shkreli is the co-founder of the hedge funds Elea Capital, MSMB Capital Management, and MSMB Healthcare, the co-founder and former CEO of pharmaceutical firms Retrophin and Turing Pharmaceuticals, and the former CEO of start-up software company Göde...

half crest
red cloak
#

hi,
How do I get permission to speak on the call?

mild flume
#

That'll tell you what you need to know about the voice gate

hazy swan
#

damn 3 days

jagged hawk
#

wsg i need some help

#

so in a box i have a pinata sorta thing and i need to move my cursor to like hit the thing and it has these sort of thongs

#

so like this and i have to hit it with a mouse

#

any ideas?

#
import pyautogui
import keyboard  # using module keyboard

pyautogui.FAILSAFE= False
while True:
    if keyboard.is_pressed('q'):  # if key 'q' is pressed 
        while True:
            pyautogui.moveTo(300, 400, duration=0)
            pyautogui.moveTo(400, 400, duration=0)
            pyautogui.moveTo(400, 500, duration=0)
            pyautogui.moveTo(300, 500, duration=0)
``` my current code sucks ass so...
#

it works for sure but still

#

bruh generation alpha ? 💀

timber zenith
#

generation: alpha release

#

the beta release gonna go crazy

jagged hawk
timber zenith
#

hell ye

jagged hawk
#

how many kids r in this vc

#

i feel like im hearing two from one mic maybe im tripping

#

you vape but you say hit a vape bruh 💀

tall coral
#

that man

#

i see him everywhre i go online lol

wild meteor
#

WTF is going on?? And what OS are you running?

spring bloom
#

@tranquil thistle https://www.sijinjoseph.com/programmer-competency-matrix/ is this a good roadmap?

tranquil thistle
#

Coccinellidae () is a widespread family of small beetles. They are commonly known as ladybugs in North America and ladybirds in the United Kingdom; "lady" refers to mother Mary. Entomologists use the names ladybird beetles or lady beetles to avoid confusion with true bugs. The more than 6,000 described species have a global distribution and are ...

misty sinew
crystal ore
misty sinew
spring bloom
halcyon cairn
#

Pac man?
just with one player and one eater. its fun. also has a DFS and its kinda fun to make it.
maybe add a level too - easy, medium, hard

tranquil thistle
#

<3 yall :D

chrome prism
#

love ya too

stuck bluff
tranquil thistle
stuck bluff
#

@finite talon 👋

finite talon
#

It would appear thatI can't speak

#

Hello! I am just looking for some people to learn with and make some good projects

finite talon
#

Oh I am actually a beginner

#

That is fine too... But I can ask you questions if I get stuck right ?

#

I understand...

stuck bluff
#

YouTuber, Corey Schafer. Playlist for Python beginners.

finite talon
#

Got it! I think I have already subed to this channel

#

But thanks anyway! I am going to try his videos now

stuck bluff
tulip grail
stuck bluff
#

@misty sinew 👋

knotty vigil
#

@stuck bluff ducky_sus

woven verge
#

guys help me wai to problem?

stuck bluff
#

@sharp ibex 👋

sharp ibex
#

hallo guys i huppy to join you

rapid plinth
#

,

worn heath
delicate wren
#

okay, I guess no

mild wraith
#

h

#

wow

#

Does anyone has an advanced Modmail bot code

river rock
#

LMAO

digital kettle
#

Hello

delicate wren
#

another benefit:
you can save scripts for everything that worked successfully

#

so you can use it later

#

ah

#

yes, thought that that could happen

#

was it over ssh or something?

#

some terminals misinterpret it

#

@charred creek windows used to have this
https://en.wikipedia.org/wiki/MS-DOS_Editor

MS-DOS Editor, commonly just called edit or edit.com, is a TUI text editor that comes with MS-DOS 5.0 and later, as well as all "x86" SKUs of Windows, until Windows 11. It supersedes edlin, the standard editor in earlier versions of MS-DOS. In MS-DOS, it was a stub for QBasic running in editor mode. Starting with Windows 95, MS-DOS Editor became...

#

allegedly

#

like, in one version, as far Versions section tells

#

NT 4.0

quaint olive
delicate wren
#

maybe something inside docker

#

sh

#

it was sh

#

@obtuse valve what shell were you using when trying to edit commands?

obtuse valve
#

cmd

#

on windows

#

thru ssh

delicate wren
#

ssh into windows?

obtuse valve
obtuse valve
obtuse valve
delicate wren
#

same issue as with sh

obtuse valve
#

wdym

delicate wren
#

sh can't interpret those commands either

obtuse valve
#

same with powershell

#

doesn't work

#

(as in, the bugs still occur)

delicate wren
#

what shell is used for client side of ssh?

obtuse valve
#

mac terminal

delicate wren
#

zsh?

obtuse valve
#

yes

#

oh-my-zsh

delicate wren
#

bash-ssh-cmd seems to work fine for me

obtuse valve
#

hmm

#

but do you have oh-my-zsh?

delicate wren
#

zsh-ssh-cmd works too

#

something might be off with mac terminal, but I wouldn't expect that

#

as in front-end/gui/whatever processes keypresses

obtuse valve
#

wtf

#

why

#

bruh file instantly got deleted

#

i tried to share my terminal profile :/

#

maybe it's the file ending lol

#

||bypass by renaming to .py and then download, and then rename back to .terminal||

uncut jungle
#

Sorry just got a call, might be back in a bit.

rocky ridge
#

peepoCrying i cant speak man

delicate wren
#

Zapfino is a calligraphic typeface designed for Linotype by typeface designer Hermann Zapf in 1998. It is based on an alphabet Zapf originally penned in 1944. As a font, it makes extensive use of ligatures and character variations (for example, the lower case letter d has nine variations).

#

I wonder how many glyphs it actually has

#

given that e has 10 and d has 9

blazing garnet
delicate wren
#

The font includes over 1,400 glyphs as of the most recent version

#

the next question is how many characters that is

#

manual memory management isn't something everyone needs to know

#

C
not C++

#

front-end/back-end is a gradient rather

#

especially with things like IndexedDB

#

that's very far away from common meaning of what "front-end" is

#

but it's in browser

#

and service workers generally

#

too much of what I do is what ChatGPT doesn't understand and won't for a long time

#

for understanding the existing systems, docs are easier

#

and when they aren't, that system is likely just bad

#

and not worth learning

#

heavily maths-oriented functional programming

#

in Rust

#

at least, related feature released in 2022

#

and GPT is trained on data up to 2021

#

I know and I tried, it gradually starts to understand

#

but it's still a very difficult thing for it

#

as it's difficult in general

#

most of what I do are design choices, not just writing code; that's research and that takes time and lots, lots of context

#

and, for what I started recently, involves talking to people

#

(not something that can be replaced with generative model)

#

> how to get to 600 pages
just print in larger font

tulip grail
raven orbit
delicate wren
#

is "pages", like, another imperial unit of measurement?

#

(because converting between words and pages makes no strict sense)

#

tbf, can just assume English Calibri 11, as that's default in Word

#

or it's not; not sure

#

that extracted data looks odd

#

so, like, it parsed this
and failed

#

ah

#

@raven orbit no

#

seems like Venezuela has extradition treaty with US

#

I too thought it didn't

#

since 1923

#

unless they gave up on it recently

raven orbit
raven orbit
delicate wren
#

Ecuador seems to have two-way extradition agreement too

blazing garnet
delicate wren
#

Venezuela is really surprising to be that way

blazing garnet
delicate wren
#

Runway site looks cursed

forest ore
raven orbit
blazing garnet
#

oh you said "runway", not "runaway"

delicate wren
#

intro video example just lags

#

or, well, everything lags

#

I would say I don't trust a company whose site lags that much
but then I remembered GitHub

blazing garnet
delicate wren
blazing garnet
tulip grail
blazing garnet
#

A E S T H E T I C

raven orbit
mild flume
delicate wren
#

toasts whatever you plug into it

raven orbit
delicate wren
mild flume
#

No idea

#

I'm just trying to find a decent adapter so I can encrypt and then wipe these drives to prep them for shredding/destruction

#

I don't need it

#

But I want it

tulip grail
delicate wren
#

accordion hard to play while reading notation?

#

I might've missed context

#

reading and playing don't interfere with each other when playing accordion

#

(and similar instruments)

mild flume
#

The walking would fuck it up

#

Maybe

delicate wren
#

mostly the reading part

mild flume
#

Not sure

delicate wren
#

with properly adjusted straps, playing it while standing/walking isn't critically more difficult

#

not German
(only surname is German)

fluid totem
#

no

raven orbit
fluid totem
#

cringe

delicate wren
#

@hexed narwhal chat member set hasn't changed enough to ask again, I think

#

increase delay to reduce frequency of failure

fluid totem
#

I hate windows so much right now

#

Its in the settings

tulip grail
fluid totem
#

Navigate to your organization settings page, where you'll find the API keys section.

#

@hexed narwhal

fluid totem
#

I want to do something I thought would be simple but has taken me two days

#

here

#

I want to find the position of shortcuts(and folders but its not as important) on the desktop and sore them in a json file and also find the order of the taskbar shortcuts and sore them as a json how would I go about doing so
The most important part right now is the taskbar I need to find the order of the pinned taskbar shortcuts; I already know how to find which shortcuts are pinned but that is not what I need

Im on Windows 11
For example in a json [MicrosoftEdge.lnk, FileExplorer.lnk,MicrosoftStore.lnk,Mail.lnk]
Grabbing from "C:\Users\Name\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar" just shows which are shortcuts pinned

https://superuser.com/questions/609295/where-is-the-ordering-of-taskbar-shortcuts-stored

Someone said this but I can't even begin to understand the windows registry; I looked all over google and this is the closest answer I could find, It seems not a lot of people have had my problem

#

I checked the registry but it was a bunch of binary I would assume

#

It gives me the longest list of bullshit numbers ever

#

The pastebin is the same(its for the registry key dump) ones just auto and ones text I have no idea how to use pastebin

#

I have no idea what to do with it

#

This is how I read the registry;I didn't write this someone on here did I just ended up using it because it was better and more efficient then mine

try:
    reg_path = r"Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband"
    with winreg.OpenKey(winreg.HKEY_CURRENT_USER, reg_path) as key:
        index = 0
        while True:
            try:
                item = winreg.EnumValue(key, index)[1]
                print("item is: ", item)
                index += 1
            except OSError:
                break
except Exception as e:
    print("Error reading taskbar order:", e)
#

Taskbar

delicate wren
#

try moving them around to see what changes

fluid totem
#

I want it to give me the order
[Brave.lnk, FileExplorer.lnk,TaskManger.lnk,MicrosoftStore.lnk,Discord.lnk,ect]

#

I thought this would be simple but it has taken days of my life 😭

#

I'm pretty mediocre at this type of coding to be fair it's not my main programing focus

delicate wren
#

representation something state

#

Representational state transfer

#

ReST

fluid totem
#

Oh

mild flume
#

Yeah I'm poking my head around the taskbar thing

fluid totem
#

• Have joined the community over 3 days ago.
Crying right now

#

Why is the cooldown to voice chat so long?

#

Wait Hemlock you're a mod can you unserver mute me for a minute

#

Rip

#

okay okay

delicate wren
#

that registry value can be split into parts, each part representing one lnk

#

moving pins only moves those parts around, seems like

cyan falcon
#

is it quiet in here or is my speaker not working

delicate wren
#

yes, no one speaks currently

#

I swapped two pins and that resulted in two slices getting swapped in the key

#

445 bytes per each pin, seems like

fluid totem
delicate wren
#

only worked for one specific pair of lnks

fluid totem
#

Yeah I don't understand anything registry wise

#

I just want to sort my taskbar 😭

#

It should not be this hard

glossy copper
#

ask chatGPT

#

its pretty goot at it

delicate wren
#

it's not

glossy copper
#

really

fluid totem
#

ChatGPT sucks at windows and things this complicated

glossy copper
#

ok

fluid totem
delicate wren
#

ChatGPT can't reverse-engineer a proprietary format on its own, it can only copy what others had published previously (which is not a lot)

fluid totem
#

^

delicate wren
#

there's a sequence of bytes which often appears near boundaries between data related to separate icons

#

but for some reason in my case it only appears 4 times, even though there are 6 pins

fluid totem
#

My goal is to save taskbar profiles by copying all the pinned shortcuts to C:\Program Files\DesktopProfiler\TaskbarProfiles which I have done and then unpin all shortcuts and pin the ones that are supposed to be pinned in order
Example:
Coding taskbar: Visual Studio Code, Command prompt, Chrome
Gaming: Minecraft, Stardew Valley, Call of duty

#

Thats why I need the order of all the pinned shortcuts

delicate wren
#

to save/load taskbar profiles, you don't need the inner structure, as far as I understand

#

just get/set the value of Favourite

#

though editing profiles would require loading them, then pinning things manually

fluid totem
#

but the order is needed

delicate wren
#

winreg.QueryValueEx(key, "Favorites") to get the order (which can be saved somewhere to use for later)
winreg.SetValue or winreg.SetValueEx to set the order

glossy copper
#

how old are you guys?

#

something makes me think that you are all 20 or 24

#

in this chat of course

stuck bluff
#

Though if you want statistics about survey respondents, they do exist.

opal crystal
proven pecan
#

@cold shuttle u said nobody use android for coding

#

wow that survey...

#

its fabulous!!!

cold shuttle
proven pecan
coarse hearthBOT
#

@proven pecan :white_check_mark: Your 3.11 eval job has completed with return code 0.

20000.0
proven pecan
#

@cold shuttle 20000 people use pydroid 😠

cold shuttle
delicate wren
#

why pydroid specifically?

delicate wren
#

termux+vim -- obviously superior option for android

proven pecan
#

whaws that

delicate wren
#

termux -- terminal for android
vim -- vim

#

you can run vim inside termux, just like inside regular terminal

#

and vim keybinds make up for missing keys on mobile keyboards

#

because basically everything can be done via regular printable characters, except for escape, but that's provided by termux

tranquil thistle
glossy folio
#

does anybody work with pytorch here?

mild flume
past beacon
#

حسين

delicate wren
#

I have only two relatively popular games where I'm anywhere near leaderboards

#

unsurprising given that I don't really game much

#

gab?

#

used to be a customer of Joyent

#

keyword "used to"

barren basin
#

I use arch btw

delicate wren
#

@mild flume I've finally finished tetris effect

mild flume
#

Oooooo

#

Very cool

delicate wren
#

and a very useless top 19

#

marathon in tetris effect is dumb, because it's speed-capped

barren basin
#

Hello yes, I'm hemlock

delicate wren
mild flume
#

Please change to somethig else

delicate wren
#

go go confusion

mild flume
#

I'm asking politely

barren basin
#

damn