#voice-chat-text-0

1 messages · Page 95 of 1

lavish rover
#

Also math.nan I believe

#

It's a floating point number, yeah

whole bear
#

ok

lavish rover
#

!e

import math
print(type(math.nan))
wise cargoBOT
#

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

<class 'float'>
ivory schooner
#

hello @somber heath

flint terrace
#

Amazon AWS charges quite high for one single db instance . I was making a project in python in django

#

I was thinking of using MongoDB atlas what are your recommendation

golden sonnet
#

🙌

hoary olive
#

sup amirreza

#

Hello Opal

golden sonnet
#

how you doin?

hoary olive
golden sonnet
#

little sick

hoary olive
#

from gas?

golden sonnet
#

just a cold

hoary olive
#

ah fair

golden sonnet
#

but good overall

hoary olive
#

nice

golden sonnet
#

finished my آموزشی سربازی

hoary olive
#

nice how much left?

golden sonnet
#

2 years 🙂

hoary olive
#

so starting?

elder pendant
#

?!?

golden sonnet
#

hello @warped raft

hoary olive
#

not too cold here though - its good

golden sonnet
#

it's a virus

#

i got it in camp

hoary olive
golden sonnet
#

am not sure

#

camps don't have the best doctors 🙂

hoary olive
#

cant expect much when their income is cents

golden sonnet
#

Am not complaining
It was a good experience for me after all

#

Tho the useless classes did annoy me a lot

uncut meteor
#

!voicemute @amber valley

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice mute to @amber valley permanently.

elder pendant
#

i cannot stream ughhhhh

gentle flint
#

what else is new

golden sonnet
#

am looking through psycopg2

somber heath
#

@whole bear👋

#

@heavy sinew👋

heavy sinew
golden sonnet
#

Hi opal

whole bear
#

@golden sonnet Are you good at the python?

golden sonnet
#

I thought you were off

golden sonnet
heavy sinew
#

im a python god no cap

#

umm what is lamba?

whole bear
#

😄

#

@heavy sinew look ```from pythonopensubtitles.opensubtitles import OpenSubtitles
from pythonopensubtitles.utils import File

ost = OpenSubtitles()
ost.login('', '')

movie_name = input("Enter movie/show name: ")

Search for subtitles

data = ost.search_subtitles([{'query': movie_name, 'sublanguageid': 'tur'}])
if not data:
print("No subtitles found.")

Display the list of found subtitles

print("Found subtitles:")
for i, subtitle in enumerate(data):
print(f"{i + 1}. {subtitle['SubFileName']}")

while True:
# Let the user select a subtitle
subtitle_index = int(input("Enter the number of the subtitle you want to download: ")) - 1
id_subtitle_file = data[subtitle_index].get('IDSubtitleFile')

# Download the selected subtitle
url = f"https://dl.opensubtitles.org/tr/download/file/{id_subtitle_file}.srt"
print(url)
somber heath
#

A lambda is a kind of function object.

heavy sinew
whole bear
#

When I search for subtitles, no more than 5 results come up. Is there any way to increase this?

golden sonnet
#

hi @obsidian dragon

whole bear
#

I found it on github, I just added some code.

heavy sinew
#

hi @obsidian dragon

heavy sinew
golden sonnet
#

just use google to find subtitles 👀

heavy sinew
#

@obsidian dragon no offense BUT GOD YOU MIC IS SO LOUD

#

YUH

#

wait

#

whats the volume on ma pc-

#

one sec

#

oh shit i had my volume on max

#

my bad

hoary olive
heavy sinew
#

honestly i dont know what to code anymore

golden sonnet
#

i need subtitles to understand you people 🙂

golden sonnet
golden sonnet
whole bear
#

More than 5 subtitles are not output.

somber heath
#

@frank walrus👋

frank walrus
#

hi

heavy sinew
frank walrus
#

does anybody know how i can export a transparent video from moviepy for kdenlive? or chroma key would be best?

obsidian dragon
#

no

heavy sinew
frank walrus
#

a... process?

heavy sinew
frank walrus
#

let's try that again, i haven't seen anybody else replied for almost an entire day

heavy sinew
#

tbh

whole bear
#

So there is no bypass path?

golden sonnet
#

you should look in the docs

#

i don't think anyone here would be much help here

hoary olive
#

Wassup x10, hem

golden sonnet
#

how much do you think i should put in learning sql?

hoary olive
#

i would argue nosql is more important though

golden sonnet
#

i know it's important
i just don't know how deep to go

golden sonnet
#

do you have a point here?

rugged root
#

Email sent out to the firm today:

I have had two clients in the last couple of days mention having hacks because of emails that show a secure link for you to click on and just one click is giving them all of your saved passwords in Chrome. Good reason to never ever “save” a password within a browser. Be careful as we are getting a lot of emails with secure links that we should always be verifying before click on.

elder pendant
#

./.

golden sonnet
#

ok i can't connect

#

who f.ed up my internet?

somber heath
#

Steve.

#

Dammit, Steve.

#

@sharp flower👋

rugged root
#

&Xt

potent carbonBOT
#
Command not found

Command "Xt" is not found

rugged root
#

Oh huh

#

Didn't know that was your command prefix, rob

golden sonnet
#

imma cry

sharp flower
rugged root
#

Hey doc

sharp flower
somber heath
#

NaN

#

Not a Name

golden sonnet
#

👀

#

ok i give up

rugged root
#

Just unstable net in general?

orchid crown
#
from conan import ConanFile


class Chip8Recipe(ConanFile):
    settings = "os", "compiler", "build_type", "arch"
    generators = "CMakeToolchain", "CMakeDeps"
    options = {
        "static": [True]
    }

    def requirements(self):
        self.requires("sfml/2.5.1")
somber heath
#

@orchid crown Your internet is jittering.

sharp flower
#

is system parameters a better term?

somber heath
#

Can't hear shit, captain.

orchid crown
#

Damn

#

fuck my ISP

#

@midnight agate 👋

#

LMAO

#

it's stuck

#

I'm stuck on joining

#

fuck this shitty internet

somber heath
#

!e ```py
from abc import ABC, abstractmethod

class MyBaseClass(ABC):
def init(self):
print("Hello, world. I am MyBaseClass.")

@abstractmethod
def my_method(self):
    pass

class MyClass(MyBaseClass):
def init(self):
print("Hello, world. I am MyClass.")
def my_method(self):
pass

a = MyClass()
b = MyBaseClass()```

wise cargoBOT
#

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

001 | Hello, world. I am MyClass.
002 | Traceback (most recent call last):
003 |   File "<string>", line 18, in <module>
004 | TypeError: Can't instantiate abstract class MyBaseClass with abstract method my_method
orchid crown
#

@somber heath Looks like my terrible internet is not fixing itself anytime soon :(

#

Hopefully I can catch ya at a better time!

somber heath
#

!e ```py
class A:
def my_method(self):
print("A")

class B:
def my_method(self):
super().my_method()
print("B")

class C(B, A):
def my_method(self):
super().my_method()
print("C")

c = C()
c.my_method()```

wise cargoBOT
#

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

001 | A
002 | B
003 | C
somber heath
#

Don't ask me to explain this.

#

I'll fuck up the explanation.

orchid crown
somber heath
#

!e ```py
class A:
def my_method(self):
print("A")

class B(A):
def my_method(self):
super().my_method()
print("B")

class C(B):
def my_method(self):
super().my_method()
print("C")

c = C()
c.my_method()```

wise cargoBOT
#

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

001 | A
002 | B
003 | C
orchid crown
#

C inheirts from B and A
when a call to super().my_method() is made, to resolve the method, dynamic ordering takes place where the algorithm linearizes the search order in a way to preserve the left to right ordering in each class so parent is called only once!

#

Today I learned!

somber heath
#

!e ```py
def decorator(cls):
class C(cls):
def init(self):
print("Decorated.")
super().init()
return C

@decorator
class MyClass:
def init(self):
print("Hello, world.")

instance = MyClass()```

wise cargoBOT
#

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

001 | Decorated.
002 | Hello, world.
orchid crown
#

@somber heath mixin class is design pattern where you use the inherited method instead of defining it

#

I found this

#

my knowledge about python is that of a newbie

somber heath
#
class A:
    def method(self):
        pass

class B(A):
    pass

b = B()
b.method()```
#

Like that, I suppose, then.

orchid crown
#

as a matter of fact I just got out of high school fancyharold

elder pendant
#

does any1 know why an interpreter doesnt show up on pycharm

#

or install

orchid crown
#

@somber heath that's Indian mobile internet for you!

#

phew, am I gonna be glad after moving to Canada

#

@willow lynx yes I am from India

#

if you didn't catch

somber heath
#

@willow light Is there significant overlap between fluidynamics and epidemiology?

willow light
lavish rover
#

ah, PhD students

orchid crown
#

ahahahah

lavish rover
#

Literally ONE job was to reply with the time they job the email

willow light
#

I guess they replied immediately?

lavish rover
#

Nope, email reached everyone ~12:13

orchid crown
#

fuck

#

shit

#

dogshit indian internet

lavish rover
#

and how is whoever Silvia is supposed to know they replied immediately or not

orchid crown
willow light
#

At least they didn't reply all.

lavish rover
#

they did

#

That's why I got it too

orchid crown
#

I was saying I'm starting my degree this september :)

orchid crown
#

hopefully do good while I'm studying

#

Bye Bye people!

#

I'll see ya tomorrow

amber raptor
elder pendant
#

DOES ANYONE KNOW HOW TO INSTALL PYTHON ON WINDOWS?

willow light
lavish rover
#

(fr)Agile development

willow light
#

and turn off caps lock

elder pendant
#

@willow light can you come look at this pls

lavish rover
#

I'm sorry what

#

NeVeRmAtCh

somber heath
lavish rover
#

@rugged root ping me when back

stuck furnace
#

They are expensive, but just from personal experience they seem to last a long time.

stuck furnace
uncut meteor
#

bt dubs

willow light
# uncut meteor

People who use GNOME: "If it works, it works." And there's nothing wrong with that.

uncut meteor
#

gnome is just good, wdym

willow light
#

exactly

uncut meteor
cobalt crater
#

hi

#

haw are you

honest pier
#

@amber raptor I got some interviews

amber raptor
willow light
#

Nothing like that one week per year when all the execs come up from Texas, see the words "winter weather advisory" and panic.

While us locals just sit there and laugh.

honest pier
# amber raptor Congrats

one is with kyndryl, the other with a tiny company (<50 employees). and I made it to the second round of a third company

stuck furnace
honest pier
#

yeah I hope so. I'm just trying to get more confident so I don't get rolled in behavioral interviews

stuck furnace
#

Gtg 👋 (sorry Opal 😄)

lavish rover
#

wen u do it

#

i am adult with job now

#

no time

sweet lodge
lavish rover
#

I think he meant like discord written in aecor

sweet lodge
mild quartz
rugged root
#

I'm here, but talking to co-workers

quasi condor
#

Why am I in voice verified

#

Or rather

honest pier
#

@rugged root remember the interview i had earlier this week. i got to the second round. 30 minute technical interview. but like, no white board/leetcode problem

quasi condor
#

Why do I see the channel

rugged root
#

Oh I'll fix it

#

We had to adjust some permissions

honest pier
#

also i got 2 other interviews. one with kyndryl and one with a company with <50 employees

#

it's the atmosphere @molten pewter

#

yeah

#

also, it's in a desert

distant kayak
#

VC is basically a great podcast

honest pier
#

hard disagree

rugged root
honest pier
#

it's hit or miss

distant kayak
#

this is the first episode i have listened to

honest pier
#

the best days are when rabbit is bitching about office politics

distant kayak
rugged root
#

Ohhhh boy

#

"Everything sucks, all businesses suck, you're going to be stuck doing terrible jobs, fuck corporate bullshit."

distant kayak
#

every job ever

honest pier
#

that's because rabbit works in a big company

rugged root
#

He gives us the big company perspectives. Which, in fairness, that's a big portion of jobs

honest pier
#

two of the companies i'm interviewing at are tiny. the other one is like 90k employees lol

distant kayak
#

Even small companies kinda suck, I used to work for a company with 4 employees. I would open the office at 9 and work alone untill 3 then leave at 5

rugged root
#

I like smaller places

honest pier
#

i'd like to get the big one since it pays more i think, but it'll definitely have more competition

rugged root
#

But I'm also IT, so it's different challenges

honest pier
#

it's also a more well known name

#

but that also means i might not be able to have like, an impact on anything

rugged root
#

Depends on if that's something that drives you

honest pier
#

resume content is what drives me 😩

rugged root
#

Fair enough

distant kayak
#

Small companies it is easy to be seen and big companies it is easy to be left alone

honest pier
#

yeah but big companies might also have more support

#

one thing is that one company is looking for spring interns, and it would end after the start date of the other ones

distant kayak
#

yeah so I worked for a big company and they were very supportive but my impact was less tangible unlike in a small company, I was able to develop a whole new section of the business and know exactly how much money I made the company

#

how much extra work in that type of UI ?

#

is*

vocal basin
#

*can't get employed*
*sad*
fortunately, found out I have a document that may help me leave the country (until this June)

honest pier
#

huh

quasi condor
honest pier
#

yeah. but one company wants a spring intern

#

well i don't actually have any offers yet, so that's like, not a problem i have yet

amber raptor
#

for what?

honest pier
#

wdym

honest pier
rugged root
#

I think it was in relation to the photoshop convo

honest pier
#

o

#

😩

#

whinging

rugged root
#

@stoic cloud What was your question? Type it here first. Typically, VC is more of a general chat.

stoic cloud
rugged root
#

I mean

#

It depends

vocal basin
#

electron with embedded python maybe

#

definitely not a single exe

amber raptor
vocal basin
#

like, if there's no need to distribute the thing, idk if there's a lot of need for packaged/compiled UI thing

stoic cloud
#

Can you make a web app with python?

#

Okay thanks

vocal basin
#

I'm reading ØMQ and Greenstalk docs right now
(learning to use message queues in place of some less adequate solutions)

vocal basin
rugged root
#

!charinfo Ø

wise cargoBOT
vocal basin
#

Flask if you're not worried about quality

#

Flask is not good for any IO

vocal basin
#

rainbow six siege has a character with that character in the name
(yes, that's an intentional tautology)

#

maybe host it as a proper service

#

with separate microservices for back-end

stoic cloud
#

ah okay

vocal basin
#

to decouple closer-to-front-end API from the heavy-load compute

stoic cloud
#

im guessing buying hosting from like a company that hosts websites is not enough

vocal basin
elder pendant
#

anyone good at py to exe?

vocal basin
elder pendant
stoic cloud
#

thanks for help, ill head out now

distant kayak
#

hey I cant talk yet lol @lapis hazel

#

Yeah super new lol

#

Nice! are you Irish?

#

Oh sorry I misheard your accent is sounded slightly irish

#

I am Scottish so I know the accent well I guess lol

#

How long have you been using python?

#

btw I am a slowww typer. thats awesome

#

I have been using it for like 13 weeks lol

#

first

#

so i started because i was thought a little in a 2 week intro to cyber course

#

yeah but after starting it in college. I think I want to either do development or data science

#

I cannot stand networking. Data science and machine learning seems way more fun

#

I just finished my first bit of python code without a tutorial

#

of course

#

I learn best by doing. So I just made a text RPG that uses the openai api. Reading through the documentation was actully really fun

#

Tutorials were good to help me understand the purpose of things

#

i have vc access so ill leave then rejoin

distant kayak
#

i could hear you before not now though

somber heath
#

@tranquil knoll 👋

tranquil knoll
#

Hey

#

I don't have perms to speak for some reason

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.

tranquil knoll
#

I dont qualify for that sadly

#

I got a question

#

You familiar with python?

#

I need help with my homework assignment can I paypal you to do it ❓

#

Its for computer science

#

fuck

somber heath
#

!rule 9

wise cargoBOT
#

9. Do not offer or ask for paid work of any kind.

tranquil knoll
#

Oh

somber heath
#

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

tranquil knoll
#

Then its fine

#

I hate this shit

#

I'm a sophomore and they put me in this class

#

Teacher hasn't caught me up yet with everything

#

No its not anything specific i'm just behind because I joined mid semester

somber heath
#

!resources

wise cargoBOT
#
Resources

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

tranquil knoll
#

ya please

somber heath
tranquil knoll
#

I'ma head out and try to watch tutorials

somber heath
#
sharp urchin
#

what!!

#

ikr

#

feels great man

#

@midnight agate may i leave?

#

m just chilling in here

#

either ways

#

ohkk

#

aight imma head out ...good luck maro...bye:]

formal turtle
#

Helloo

#

Any developers/python programmers in?

warped raft
#

@midnight agate hello

#

is the input going to be a list

#

@ maro

#

@midnight agate is the input going to be a list

hoary olive
#

quite respectable

mint loom
#

hi does anyone know if there is a good way to format code in google docs which includes the line numbers? (without the dark background as well)

#

i've tried code blocks but it does not include line numbers

#

like how do i get the code to look like this

minor turtle
#

<@&831776746206265384>

tropic lance
#

what's up

whole bear
#

Yes ?

somber heath
#

@finite radish👋

finite radish
#

yoo, I didn;t know how to get voice perms, but I just found it lol nvm

#

gotta rejoin

#

yes

heavy sinew
#

okay you all sound way to hot

#

im out of here

vocal basin
#

maybe make a project that you'd benefit from as a user

#

there's two ways it disappears

#

the channel 1) is hidden by default 2) if you're verified, you don't have access to it

somber heath
#

@olive ermine👋

vocal basin
somber heath
#

@little kite👋

vocal basin
vocal basin
#

one bot to help managing roles in a certain server
(it was easier to write our own bot instead of integrating some ready solution)

#

well, with fake accounts this sounds fine

vocal basin
#

and that service at one point ran on a custom API framework

#

that API framework, at the time of making, was one of the biggest and best-quality projects I had
now it's pretty-much useless because now I know existing solutions for the same thing

vocal basin
#

or of a tool
like, for example, you can create your own debugging tools

hoary olive
#

Hello Opal, AF, Dean

vocal basin
#

some tools for debugging aren't called "debuggers"
for example, tracing frameworks like dtrace

#

dtrace can work with more or less any program
(it's independent of the language)

hoary olive
#

It was developed by Sun i think

vocal basin
#

yes

#

now it's available more or less everywhere

#

not only in SunOS/Solaris derivatives

#

although, illumos probably has the best support for it

hoary olive
#

isnt it dead illumos?

vocal basin
#

still active

#

including forks like SmartOS

#

OpenSolaris may be dead

#

became so when it got "reproprietarized"

hoary olive
#

Sun was way ahead of its time

granite cipher
#

@indigo lagoon

indigo lagoon
#

yes

#

@granite cipher

#

i can her u perfect

#

yes

granite cipher
#

did u get the role?

#

@indigo lagoon

indigo lagoon
#

not yet

granite cipher
#

@indigo lagoon

somber heath
#

@hollow shore 👋

hollow shore
#

hi

#

i gotta wait until it lets me speak

#

yup lol

#

django is giving me a headache

#

lol

#

yeah they're really inactive

#

its a lonely world for us django developers LOL

#

you have a cool accent man

#

i try to work on my word articulation

#

hm

#

initial thought UK but i dont think thats it

#

kenya?

#

hmm

#

is it somewhere in eruope

#

canada?

#

australia

#

australia seems like a lovely sunny country but i willl never step foot there because of the snakes and spiders

#

in the uk i freak out at the tiniest harvester spider on my ceiling

#

what about those trapdoor spiders

#

if ur walking

#

its interesting

#

i remember i got bitten by a spider in the uk

#

the false widow it was called

#

and my entire veins across my arm went brown / black

#

and then i had to have op

#

snakes and rats are my worst nightmare

#

its interesting

#

the amount of wildlife around us

#

and the way all of these evolved from simple life forms

#

whats your opinion on todays society

#

and where its heading

#

in terms of socialising, politics, etc

#

the world is going downhill

#

ive decided to atempt to become one with my mind and escape this mix of chaos that the world is in

#

ive put my phone away for good and havent touched it in a month

#

and its made me feel incredible

#

initially started as a 7day no phone challenge

#

indeed

#

let me ask you something

#

what searates humans from the rest of the animals on this planet

#

because we too, like them, have instinct, make decisions

#

so what makes us so powerful

#

there is one key difference

#

a humans ability to deceive, seduce, lie

#

often you will see animals dont do this

#

dogs?

#

in what aspect

#

do you read books

somber heath
hollow shore
#

is this an example of decption though

#

or is this instinctive decisoon making

#

in the sense he wanted food

#

i think an animals understanding of words is very much like a python dictionary

#

they cant distinguish the logic of the words but they know the value of certain keywords

#

{walk: time for a wal}

#

and perhaps its tone too

#

you can make your pet happy with expression and no words

#

wavelengths to their ear or something

#

ive always wondered if they hear as we do

#

i get what ur saying but i dont believe that its deception

#

however

#

imagine a tiger placing a lump of meat and then hiding behind a tree waiting for prey

#

then there is deception

#

but in the simple manner of hiding its just a hunting strat

#

i just mean that

#

since the beginning of time

#

humans have used deception to control other humans

#

and create a working society

#

but in a wolf pack, for example, you rarly see it happen

#

its more of an equal thing

#

everyone gets the same amount of food

#

but with humans they tend to be more selfish

#

one with 'less value' in their books would starve while the others eat til their heart is content

#

anyway was cool talking man but its 1am for e so i gotta get going

#

safe travels

somber heath
#

@thin galleon 👋

somber heath
#

!e py for _ in range(5): print('*', end='')

wise cargoBOT
#

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

*****
somber heath
#

vs

#

!e py print('*' * 5)

wise cargoBOT
#

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

*****
somber heath
#

@whole bear

whole bear
#

got it

somber heath
#

@main widget 👋

main widget
#

hi

wise cargoBOT
#
Voice verification

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

main widget
#

i want to learn python

somber heath
#

!resources

wise cargoBOT
#
Resources

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

somber heath
#

Corey Schafer, YouTuber, playlists.

main widget
#

ok thx

left flower
#

how

#

do i get permisson to speak

#

for god sake

#

@sweet condor

#

how do I TALK

gentle flint
gentle flint
#

easythreed x1 mini

sour willow
#

make sure you have a dent like a button on top so its easy to remove

#

in the center

gentle flint
gentle flint
#

Fortran (; formerly FORTRAN) is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing.
Fortran was originally developed by IBM in the 1950s for scientific and engineering applications, and subsequently came to dominate scientific computing. It has been in use for ove...

pallid hazel
#

boof.. whats printing?

gentle flint
#

shower drain strainer

pallid hazel
#

nice.. think my next prints are going to be magnetic gutter extension holders.. so the stay up 🙂

gentle flint
#

how are you going to make them magnetic?

pallid hazel
#

ill have an inset nut of the ground side since thats closest to dirt etc.. then on the down leg ill just hotglue a small 3x6mm magnet as the catch

noble solstice
#

Hello Guys!!

#

scratch is a programming language

#

yeah for kids

sour willow
#

xXPLOGMR313Xx

somber heath
#

@delicate jungle👋

delicate jungle
#

hows ya doin

#

i guess so, if you asked me i would have no idea how to answer

#

thats a nice method:)

#

i hope you're doing well:))

#

also you seem pretty smart tbh

#

unbelievable

#

i dont believe you

#

yea he seems wise to me

#

i will attempt to remember tht

#

im good:))

#

i found a teddy bear i havent seen since i was six:)

#

he says his cat is taking a shit

#

whats the cat's name?

#

@obsidian dew

#

who doesnt love cats?

#

also i forgot every single thing i knew about python

vocal basin
#

as expected

delicate jungle
vocal basin
#

iirc, it doesn't access the web in any way, it's purely a language model

delicate jungle
#

syntactic??

#

ah

#

AWWW

#

thsats so cute!!

#

that woudl be adorble

#

aW

#

we all do

#

i dont have a cat but i love cats

#

or bop

#

cats like bop stuff they like, i hear

#

she seems like a nice cat

#

beep beep

delicate jungle
#

cycle!!!

#

opal you seem to be like, really good at python and stuff, what advice would you give to an absolute beginner in the python coding language?

somber heath
#
https://yodelblodel.com/abacus.jpg```Here's a URL I just made up. The domain doesn't exist at the time I'm sending this message and nor does the jpg. Ask it this.
delicate jungle
#

oh i feel stupid all the time anyway🤣

#

seems like a good idea:)

#

yeaa!

#

question for a specific thing, if you don't mind?

#

im trying to make a random number generator, how would i even start with that?

#

wait holdo n im writing this down

somber heath
#

!e py import random result = random.randint(1, 6) print(result)

wise cargoBOT
#

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

3
delicate jungle
#

wait shit

#

how do i open python again

#

im usin command promtp

somber heath
#
#main.py
print("Hello, world.")
print("Goodbye.")``````sh
python3 main.py```
delicate jungle
#

command promt just had a stroke

#

and it lagged my discord a lot

#

could you repeat the last few sentences?

somber heath
#
>>>```
#

REPL

#

Read, evaluate, print loop.

delicate jungle
#

can i be fully honest with you?

#

i completely forgot every single thing i knew about python

#

and if you gave me that advice three weeks ago, it would be incredibly useful to me

#

(also don't worry your accent is actually really easy to understand)

#

coOl!/gen

#

i feel pretty damn stupid listening to that but im going to try and retain that information!!!

#

mhm!

#

you're super nice!!

#

evntually a brick wall comes tumbling down when you hit it with your head enough:)

#

yea!

#

i feel like this metaphor got away from both of us🤣

#

thats very interesting actually

#

you seem super cool

somber heath
#

@sharp sandal👋

sharp sandal
delicate jungle
#

kinda like how i use most of my hyperfixations and special interests to use as a kind of framework for how i approach things!!

#

i mean yea, programming is interesting as fuck!

#

yknow opal, you are a very interesting person and you seem very fun to talk to

somber heath
#

@blazing herald 👋

delicate jungle
#

HA

blazing herald
#

Hi

delicate jungle
#

yea its nice that i dont have random kids giving me misleading mental health advice for no reason:)

sharp sandal
#

how to get started in python?

delicate jungle
#

thats literally exactly what they said'

#

not verbatim but thats basically what they said

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.

somber heath
#

Corey Schafer, YouTuber, playlists.

sharp sandal
delicate jungle
#

the WHAT

#

thats

#

something

#

i made a playlist a couple days ago

#

ive been playing it in the background while i write stories for a while:)

#

oh wow1!

blazing herald
#

excuse me, where do you come from? I just attempted to use Discord due to midjourney.

delicate jungle
#

exactly! i live with a chronic phobia and im no longer afraid to be rude when people tell me to just "not let it get to you"

#

like if i could just stop having a phobia i would've done it years ago🤣

#

me too!

#

i don't quite have tics

#

but i get that "something in me broke" feeling

#

im so sorry:(

#

yea, like im a system and i can pass as a single person, but people notice what they think are mood swings often

#

really its way more than they thought it was

#

me too!

#

yea its like!

#

whats wrong with someone who doesn't give a shit!

#

exactly!

#

people seem incredibly unresponsive to the idea that people around them struggle with things they dont

#

yea its like, if a normal person is like a slightly cracked vase, im a shattered vase that someone just kept stepping on after knocking it off a table

#

i tell what i think are wholesome stories and get told to go to inclinic or therapy

#

sorta odd how my brain works/doesnt work

#

yep

#

plus its the only organ that k n o w s i t e x i s t s

#

and the only organ with a sense of ego

#

i mean the brain is completely insane

#

but its also really funny

#

like we form such bizarre thoughts that make us think we are more than the meatsack that makes us think

#

i like the human brain, its an odd thing

#

plus like, the human brain aint that unique

#

we think a lot of things are inherently human traits

#

when they're actually something a lot of creatures experience

#

oof ive got so many damn mosquitos in my house

#

its kind of a bother to murder them all

#

you ever get really attached to a sound you make and then just realize its kind of an impulse to make the sound?

#

also did you know lavender is apparently the gayest color?

#

i just learned that

#

its and odd fact

#

an*

somber heath
#

@cobalt tiger 👋

cobalt tiger
#

yo mate

somber heath
#

@still frigate 👋

still frigate
#

Yoo broo 👋

somber heath
#

@verbal slate 👋

somber heath
#

@delicate jungle Could you remind me of the microwave name, please?

delicate jungle
#

Michealwave

#

Michealwave the microwave, if you want I can DM you so ya don't forget:)

delicate jungle
#

No problem!

willow gate
#

@vocal basin

#

hello

vocal basin
#

what's the question?

willow gate
#

how to install rpi.gpio

#

i get error i terminnal

#

when i use pip

vocal basin
#

does pip install RPi.GPIO fail with an error?

willow gate
#

yes

#

for mac os we have to use pip3?

vocal basin
willow gate
#

ok but still erorr

vocal basin
#

what's the error?

willow gate
#

1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> RPi.GPIO

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

wise cargoBOT
#

Hey @willow gate!

You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.

vocal basin
willow gate
#

yes

#

error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [37 lines of output]

#

same thing happens with my friend also

#

he use window

vocal basin
#

what python version?

willow gate
#

Python 3.10.5

vocal basin
#

isn't RPi.GPIO supposed to be installed on raspberry pi itself?

willow gate
#

don't know

#

means first we have to connect raspberry pi?

vocal basin
#

the module apparently can only work on Linux

willow gate
#

ok in ubuntu?

vocal basin
willow gate
#

what is this?

vocal basin
#

and if I try to run it:

RuntimeError: This module can only be run on a Raspberry Pi!
willow gate
#

today i have practical exam for iot

willow gate
vocal basin
#

or somehow inside an emulator

vocal basin
willow gate
#

ok bye thanks for help

gentle flint
#

you need a pi

#

for gpio support anyway

#

there are several emulators which support the chipset, but none which support the gpio pins

elder pendant
gentle flint
somber heath
#

!e py things = ["apple", "pear", "grape"] for iv in enumerate(things): print(iv) @grim trellis

wise cargoBOT
#

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

001 | (0, 'apple')
002 | (1, 'pear')
003 | (2, 'grape')
somber heath
#

!e py things = ["apple", "pear", "grape"] for i, v in enumerate(things): print(i, v) #i and v as seperate variables. "variable unpacking"

wise cargoBOT
#

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

001 | 0 apple
002 | 1 pear
003 | 2 grape
somber heath
#

!e py a, b, c = (1, 2, 3) print(a) print(b) print(c)Another example of variable unpacking.

wise cargoBOT
#

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

001 | 1
002 | 2
003 | 3
somber heath
#

The tuple is unpacked into the separate variables.

grim trellis
#

I run this on label list

somber heath
#

!e py things = {"apple", "pear", "orange"} for i, v in enumerate(things): print(i, v)i is not index here. It comes from enumerate, not from the index position of things.

wise cargoBOT
#

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

001 | 0 apple
002 | 1 orange
003 | 2 pear
grim trellis
#

so every itreable in python is a secretly a tuple?

somber heath
#

Iterable means it can be iterated over with a for loop.

grim trellis
#

yeah like list, set or map

somber heath
#

If the object's type implements __iter__, it's iterable.

grim trellis
#

that all can be enumerate am I right?

somber heath
#

tuples are iterable

#

strings are iterable

#

Any object whose type implements __iter__ is iterable, so there's no real upward limit.

grim trellis
#

Thanks I understand

somber heath
#

!e ```py
import random

class MyClass:
def iter(self):
while True:
value = random.randint(1, 6)
yield value
if value == 6:
break

instance = MyClass()
for value in instance:
print(value)```

wise cargoBOT
#

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

001 | 4
002 | 5
003 | 1
004 | 3
005 | 1
006 | 5
007 | 6
somber heath
#

@serene condor👋

noble solstice
#

Guys, What are u doing?

somber heath
#

Thumbnail fail. Oh well.

#

@twilit reef 👋

grand plover
#

she did not get marry

#

she is 10

#

years old

sharp urchin
#

no

#

suffering is necessary

#

and an integral part of the life

#

@warm jackal

#

switz

#

is on the list as well

somber heath
#

!e py import random choices = 'good', 'bad', 'better', 'worse' print('Good', *random.choices(choices, k=10), sep = ' to ', end = '.')

wise cargoBOT
#

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

Good to good to better to good to bad to bad to worse to good to good to worse to good.
somber heath
#

@dusk silo👋

#

@whole bear👋

whole bear
#

Hello

noble solstice
#

Guys Can u solve tree question here

#

Trees is difficult for me

somber heath
somber heath
#

@urban perch👋

whole bear
#

I am going to go now I enjoyed listening to these conversations, see you guys another time.

somber heath
#

No.

#

@silk tartan👋

#

@cold prawn👋

#

@whole bear👋

whole bear
#

i can't talk bro

#

😦

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
#

how did you get the access to speak in VC? @somber heath

#

ok

#

I need 50 messages in the server to be able to speak

#

😦

#

ok

#

o my days

willow gate
#

What's up

#

Can anyone shares the code how I make this

#

@somber heath hi

somber heath
#

How do you measure a fish in sea?

rugged root
#

Hmm

#

How

somber heath
#

With efficiency.

#

@civic saffron👋

tropic lance
#

👋

somber heath
#

@light osprey👋

light osprey
light osprey
somber heath
rugged root
#

!paste

wise cargoBOT
#
Pasting large amounts of code

If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/

After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.

pallid hazel
somber heath
#

@whole bear 👋

light osprey
#

sorry for disturbing, what time do you guys usually go on live here?

rugged root
#

Just whenever someone has something either to work on or needs help with or what have you

#

There's no real set time, @light osprey

#

@swift pumice Yo

swift pumice
rugged root
#

Oh, you have your audio deafened

swift pumice
#

:DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

#

noob

#

i didnt see ot on my pc

rugged root
#

All good all good

swift pumice
#

XD

#

same

#

and i work at helpdesk

lucid blade
#

yo

#

Please support me on Patreon
https://www.patreon.com/machinethinking

Website
http://machinethinking.co

Contact me
http://machinethinking.co/contact

Patreons at the Megafan or Machine Thinker Tier:
Adrian Van Allen
BurningChrome
Cam
Cy 'kkm' K'Nelson
Elliott Wade
H Peter Doble
herethererainbows
History4Real
jared jeanotte
John & Becki Johnston...

▶ Play video
#

he uploads rarely but always good content

rugged root
#

Simple

lucid blade
#

bbl i got to zzzz

pallid hazel
#

brb, bio

somber heath
#

Some people play with trained models, other people play with model trains.

whole bear
#

yeah, but there are places like paperswithcode and huggingface, where you can find such pretrained models @rugged root

rugged root
#

True

#

But for big big research labs, they wouldn't want that exposed

somber heath
#

@solar swallow @nimble rain 👋

solar swallow
#

hello

rugged root
#

But can they out perform a group of pigeons

kind wharf
#

It will be very appreciated 🙂

pallid hazel
#

sometimes, I have to switch over to my work vm.. and it pauses the stream

rugged root
#

If nothing else I thought this was neat

noble solstice
#

any c dev here

#

I need some help

vocal basin
noble solstice
#

it is a c program not objective c

vocal basin
limpid umbra
#

im late so .. is there a linke to this PDF on Transformers @rugged root

somber heath
#

"Well, this math can either detect cancer or send us to the moon. It's a toss-up."

noble solstice
pallid hazel
#

bbl, had some work come up...

spice escarp
#

?

vocal basin
limpid umbra
#

there is a new branch of ML stuff , caqlled transformers

#

called

#

there was a discord link a while back to , stanford uni research

limpid umbra
#

CS25 : Transformers United , its a stanford university onleine learning room kinda

#

leeches and pidgeons .... going backwards yes

high acorn
#

there is never going to be an end in nlp

#

i am like lost

noble solstice
#

C

vocal basin
#

something went wrong
idk what

high acorn
#

whats transformers @limpid umbra , do you possibly mean transfer learning

#

transformers are new ,

noble solstice
#

python to c viceversa

limpid umbra
vocal basin
noble solstice
#

like we create language translator in nlp

noble solstice
#

Lord Optimus!

vocal basin
limpid umbra
#

they post some lecture papers on there discord channel

high acorn
#

parker nlp basically converts texts into numbers , even cnn {covolution nueral nets } uses nlp layers underneeth it , basically nlp is everywhere

#

i remember reading it somewhere'

limpid umbra
#

@rugged root thank you zombie christ ..... really

high acorn
#

we do have code converters using nlp , actually you can use chatGPT to code , but i dont recomend it though

vocal basin
noble solstice
vocal basin
high acorn
#

i havent tried , but it interprets the code so beautifully

vocal basin
somber heath
#

@winged shard You've background noise.

high acorn
#

i used to trace the logic of python 2.7

noble solstice
vocal basin
high acorn
#

using chat gpt

#

coding taught me one thing , nothing in this universe is truely random ,

high acorn
vocal basin
noble solstice
vocal basin
#

python's notion of compilation is different

#

it's not to machine code

limpid umbra
#

@vocal basin can emmisions from a cesium source ( smoke detector ) flip a bit in 2K sram chip

high acorn
noble solstice
#

I started ml from kaggle after a year i shifted ml to web dev

high acorn
vocal basin
high acorn
#

may be 3 years ago

limpid umbra
#

@high acorn do you grow your own herbs also ?

high acorn
vocal basin
limpid umbra
#

@high acorn cool , i wan tt o grow cooking herbs inside

vocal basin
high acorn
limpid umbra
#

@high acorn i assume that also , but then i do lots of cooking so it usually goes with it

high acorn
#

haha

vocal basin
limpid umbra
#

lately im doing lots of math in pygame drawing it out

#

take data from a uC then draw a graph

rugged root
distant kayak
#

What is an escape hatch?

high acorn
#

this is beautiful project

vocal basin
high acorn
#

@rugged root that os looks nice

distant kayak
#

What does unsafe and safe mean ?

rugged root
#

So in Rust, you can mark things as "unsafe", which means it doesn't get run through the regular rigorous protections that it puts your code through at compile time

high acorn
#

whats the system architecture , is it systemd free

rugged root
#

So it's potentially error prone

rugged root
vocal basin
#

depends

#

in some cases you'll be able to write Rust code that'll run faster than C just thanks to simplicity

rugged root
high acorn
#

i havent also gotten my hands dirty with rust

vocal basin
#

void main??

rugged root
#

Plus terminology from Java threw me off

#

Since it's all classes, you only really talk about methods and attributes

distant kayak
#

It is so rewarding!

rugged root
#

*majority of languages

#

Gonna have a hell of a time in functionally focused langs

high acorn
#

yeah

rugged root
#

@silent sequoia Whatcha workin' on?

vocal basin
vocal basin
vocal basin
#

learn doubly-linked lists in C and then do them in Rust

rugged root
#

I...

#

What

#

what

gentle flint
#

hi

rugged root
#

Yo

high acorn
#

hola

rugged root
#

Bromo estas

#

I don't know why I keep trying to shove bros into everything

pallid hazel
#

Hemmy!!!

gentle flint
#

brola

#

hembrock

rugged root
#

Brolock

somber heath
#

Aecoros.

gentle flint
#

don't lock up your bros

pallid hazel
#

If I tell you what I did to fix the code, your going to say.. Ohh..

#

stupid vscode feature I absolutley hate is it auto fills tags.. there was an extra </form> tag when I built the site form selection..

high acorn
#

good night guys

#

glad to talk to you all

somber heath
#

Bug spray.

#

Flamethrower.

#

Bug spray flamethrower.

#

@weak nexus 👋

vocal basin
#

"may be a good answer if you go work for Oracle"

mild quartz
vocal basin
#

most of machine learning is binding to C/C++/Fortran/CUDA

#

the python thing around those binding doesn't take much time compared to the underlying code
(usually)

rugged root
#

Neat

vocal basin
lavish rover
rugged root
vocal basin
#

Flask isn't ASGI, yes

#

there's Quart

vocal basin
vocal basin
#

Flask is simplistic, but only to some extent

vocal basin
#

and other things

vocal basin
#

benchmarks aren't the only measure of whether to choose a certain framework/library

vocal basin
vocal basin
molten pewter
#

afternoon

vocal basin
molten pewter
#

a Hitler meme\ about Hitler memes.

#

does it get any more meta?

vocal basin
#

@molten pewter
from what I've heard Rouble stabilisation involved a lot of spending by the government or other not-so-easy/safe measures

#

from day-to-day things that a regular person may notice inside Russia: meat quality dropped significantly
(after roughly 8 months shortages seem to have started)

#

Russian branch of McDonald's just got renamed

#

some time ago

rugged root
#

Wait really?

#

What to

molten pewter
vocal basin
vocal basin
rugged root
#

Hm

vocal basin
rugged root
#

Gotta love it

molten pewter
#