#💻|programming

1 messages · Page 14 of 1

pliant shoal
#

sry

#

im worng

pure copper
#

The operator i see is +=

glossy heart
#

let me check

pure copper
#

In c, one operation evaluates and returns, and the other will return and evaluate. I am wondering if this functionality is replicated in Python.

glossy heart
#

same

pure copper
#

Do you have a python interpretor

glossy heart
#

sorry

pure copper
#

can you execute these for me:

x=1
print (x+=1)

and then do this
x=1
print (x=+1)

sweet hornet
#

wait

glossy heart
#

🙂

#

print () is used in python3 which is used in common

#

maybe i m wrong

pure copper
#

what is in python 1 then

#

its always been that even with my poooor knowledge

glossy heart
#

no no

#

it's okay

pure copper
#

hows it going @sweet hornet

glossy heart
#

i ve been using python a lot but recently focused on Node.js

#

syntax error

sweet hornet
#

1

glossy heart
#

ERROR!
File "<string>", line 4
print (x+=1)
^^
SyntaxError: invalid syntax

#

x=1 x+=1 print(x)

#

this works though

sweet hornet
pure copper
glossy heart
#

but please note that the original script doesnt work

sweet hornet
glossy heart
#

x=1
print (x+=1)

sweet hornet
pure copper
glossy heart
#

need to change to "
x=1
x+=1
print(x)

#

python is script languge which is different from C , compile language

#

C interpretor interpret entire code and generate executable file but Python execute code line by line immediately

pure copper
#

Could print(str(x+=1))

sweet hornet
pure copper
#

How did you codre it then @sweet hornet without syntax error

glossy heart
#

🙂

sweet hornet
#

print("x+=1")

sterile apex
#

haha~

sweet hornet
#

this works

sterile apex
#

what do u do with these guys? @pure copper ?

sweet hornet
pure copper
#

Just spent an hour or 2 learning Python. Just a few questions

glossy heart
#

x = 1
x+=1
print(str(x))

#

2
[Finished in 115ms]

sterile apex
pure copper
#

How did you get 2 @sweet hornet

sweet hornet
glossy heart
#

Hey @sterile apex

#

where r u located?

sweet hornet
sterile apex
#

x = 1
print(x += 1)
This will still result in an error because the print statement doesn't allow assignment. Instead, you should increment the value of x and then print it on separate lines:

#

So @glossy heart u're junior dev, right?

glossy heart
#

lol.. maybe yes

sweet hornet
#

x=1
lambda x: x + 1
print(x)

#

guess the output

sterile apex
#

lol

glossy heart
#

lol..

#

hwo old r u

sterile apex
glossy heart
#

😂

sweet hornet
shy glade
#

guys

#

I need some help

sterile apex
sterile apex
shy glade
#

I make a validator

sterile apex
#

yup

shy glade
#

but request gets some errors

#

and I have no imagination what is wrong

sterile apex
#

err is 400?

shy glade
#

yes

pure copper
#

Oh I crashed the interpretor

shy glade
#

wrong request

sterile apex
#

An HTTP status code 400 indicates a Bad Request error.
It means that the request sent to the server is malformed or invalid in some way, and the server is unable to process it.

shy glade
#

omg

#

I forget it

sterile apex
#

To troubleshoot and resolve a 400 error, you should review the details of the request being made and ensure that it complies with the expected format and requirements of the server.
The specific details of the error can often be found in the response body or headers.

#

@pure copper ?

shy glade
#

I forgot to parse app.use(express.json())

pure copper
#

But I have proved what I wanted to know. No it is not like C it does not have the =+ nor =- operators

sterile apex
#

right?

#

u're a cleaver man, shy

sterile apex
pure copper
sterile apex
#

So, how much have u learnt within 2 hours?

#

@pure copper

#

How come u start learning py?

pure copper
#

The day I read about it a long long time ago in a far away galaxy, I decided its was no good if it relied on indentation alone to create blocks. The issue being if you stick it through a word processor or similar, the program is dead.

#

I should have read beyone page 1. but safety features of my mind stopped me.

sweet hornet
# pure copper

x = 1
x += 1
print(x)
output = 2
and yh u r right python dont hv =+ , =-

pure copper
sterile apex
#

there isn't any operators like =+ or =- in programming languages

#

lol

pure copper
#

im just thinking, im thinking about i++ and ++i

sterile apex
#

stop stupid thinking!

#

🤨

#

how's your project?

pure copper
pure copper
sterile apex
# pure copper

this is basic knowledge that a person who is called dev have to know.

#

and who doesn't know about this is a scammer

pure copper
#

I understand those. I was just lost because I was thinking ++i vs i++

#

Ive been cooking and learning

sterile apex
pure copper
#

Its still cooking. 1 more hourish

#

hour++

sterile apex
#

send it to me

pure copper
#

So another question then... Does python have i++ and ++i and i-- and --i ?

#

@glossy heart , @sweet hornet

pure copper
pure copper
#

I'm going to listen to class

sterile apex
#

which class?

pure copper
#

The only one running now

#

Teacher Grant

sterile apex
#

ah~

#

i joined just now

#

class didn't start yet?

jagged prawn
#

other assignment operators for multiplication, division, shifting, exponentiation, etc., follow a similar syntax: *=, /=, //=, >>=, and so on

sterile apex
#

@pure copper dinner?

shy glade
#

guys

#

does somebody know how bcrybt.genSalt(n) works?

sweet hornet
# pure copper thanks

py dont exactly hv pre and post increment operator like other lang.
but u can implement those by storing the value in other variable
for example-
post inc.
x = 5
y = x
x += 1
print(x)
print(y)

pre inc.
x = 5
x += 1
y = x
print(x)
print(y)

same goes for pre and post decrement operator.

pure copper
#

oh my flog

#

is doomed

pure copper
sterile apex
#

@pure copper

#

sleep mode?

pure copper
sterile apex
pure copper
#

i blame your network connection

#

ping just arrived

sterile apex
#

🤐

#

what?

#

something unusual

pure copper
#

Ive dug up the last c stuff I did long ago, from my old computer

sterile apex
pure copper
sterile apex
#

hm..

#

ic

#

but recenlty, deallocating memory is not need anymore

pure copper
#

it was me doing someone elses assignment while teaching them to program in C. But I hadn't used it for years before this either.

pure copper
#

So its basic list manipulation building a little auto shop db.

sterile apex
#

M..

#

but now what is ur role in your company?

pure copper
sterile apex
#

having holidays?

#

lol

pure copper
#

mlk day?

river hill
#

hey guys

sterile apex
#

i think your role in your company is getting holidays. lmaooo

#

very very important!!!

river hill
#

are you talking about C?

pure copper
#

yes

sterile apex
river hill
#

may i join your talking

pure copper
#

but im not so i must

sterile apex
pure copper
#

I learned it this afternoon. But always willing to continue toddevelop 💃

sterile apex
#

because your basis knowledge in programming is not so bad.

pure copper
#

it is basic indeed. Im just a jr dev

sterile apex
pure copper
pure copper
#

Another reason to leave python in the bottom drawer for another 10 years

sterile apex
pure copper
#

crashing interpretor. If it cant even give me a syntax error then what hope do we have

sterile apex
#

it's always funny time when i am talking with u

pure copper
#

That is my skill. Breaking system code

sterile apex
#

lol

pure copper
#

🥳

sterile apex
#

it makes me so stressful

pure copper
#

I'm sorry to hear. Perhaps Elmo can show you some concern

sterile apex
#

i'm doing my best now~

pure copper
#

Im glad you are doing better

sterile apex
#

i think it's time for u to accept my friend request.

pure copper
#

I dont take friends from anyone. I cant manage the names. I only know people in the contexts of the servers

pure copper
#

I get about 30 a day

#

I dont see the diff between server and dms and friends/dms

#

except I have a few places I frequent and chat, but I don't chat in DMs

sterile apex
#

u dont need real friend, i think.

#

btw, where is the time go?

#

i think u have to go to bed now.

#

it's too late for u, isn't it?

#

i'm going to refocus my work.

pure copper
#

Its early

#

But i see you appear to be offended.

#

happy working for you.wavesnorlax

sterile apex
#

i'm fine

#

gn @pure copper

#

u must go to bed now, lol

#

waking up lately in the morning is not good for your health.

pure copper
sterile apex
river hill
sterile apex
#

a bat?

pure copper
#

WHat sort of projects?

river hill
#

me?

pure copper
#

yes

river hill
#

i mean i know C

#

i am full-stack developer

pure copper
#

full stack with C?

river hill
#

with C, PHP, Python, Node, etc.

sterile apex
river hill
#

what do u mean

#

my top-knowledge is js or ts

pure copper
#

and server stuff?

river hill
#

Node/php/go(gin)

pure copper
#

I must look at go tomorrow

#

My 7 lingos in 7 days adventure

river hill
#

wow👍

#

do u need my help?

sterile apex
#

what's your telegram id?

#

lmaooo

river hill
#

i don't use telegram

sterile apex
#

u may

river hill
#

it is very very complex lol

sterile apex
#

i understand

river hill
#

i use discord and skype

sterile apex
#

haha~

#

i use not only discord and skype , but also telegram

#

r u developer?

river hill
#

yep

river hill
sterile apex
#

@pure copper

pure copper
#

Hey discord. Im here your both here what a good app. Why use telegram. when we are already here

#

except im a bat

sterile apex
#

lol

#

do not sleep at night

river hill
#

how about slack lol

sterile apex
#

it's difficult to keep connection available with only discord.

pure copper
#

i lterally saw a bat 4 hours ago

sterile apex
#

haha~

sterile apex
#

except me

#

😉

#

why don't u say "GOOD MORNING!" to me ?

river hill
#

GOOD MORNING!

#

😄

sterile apex
#

sorry about my word

pure copper
pure copper
#

and now after my whole life, I have finally encountered the urban legend of the black widow under the toilet seat. And it almost got away. Had to chase it to make sure it would not return

pure copper
sterile apex
#

ため息

pure copper
#

🙅‍♀️ cat_Sip

pure copper
#

It was running all over the dunny. Had to eliminate it or it would eliminate me during the night

#

10s of thousands of australians die every year on the toilet after being bitten by one of these.

pure copper
sterile apex
#

so scared about u if it would love u and wanna sleep with u

river hill
#

hey peo whre a u from

#

all of these are your home?

#

lol

sterile apex
sterile apex
#

@pure copper when do u go to bed?

#

🤨

#

do not sleep?

arctic root
#

how can the one prevent these from coming back

cold kestrel
#

Hello guys
may I join it?

pure copper
#

Sure

river hill
#

hi peo

#

how are u doing

pure copper
#

Well. @river hill . How are you. Im still protected as to what kind of project i should start to build. At home. In thinking of a basic file storage library for managing structures of any given size.

river hill
#

good

shy glade
#

Hello! How many cs language you know :

1️⃣ : Java & JavaScript

2️⃣ : Python & Html

3️⃣ : C/C++ & App development & Web development

4️⃣ : Other Language (Comment Below)

.......?

river hill
#

1,2,4

sterile apex
#

@pure copper got up?

pure copper
#

I've just been working since English mimics class

#

Why did you leave

sterile apex
#

did u have pleasure dreams?

pure copper
#

First it was there, now you say here. 🙅‍♀️cat_Sip

sterile apex
#

😭

pure copper
#

Do Androids dream of electric sheep?

#

Why you so stressed all the time.?

#

@sterile apex

sterile apex
#

interesing...

sterile apex
tropic rover
#

Who's gonna talk about programming with me?

sterile apex
#

class has been finished

pure copper
tropic rover
pure copper
#

I thought you would pick the interest. I may go too far off track

tropic rover
pure copper
#

No but you could tell me about it

#

what is it used for

#

what is it similar to

#

if anything at all

tropic rover
#

It is being used for iOS app development and mac os app development

#

It's Apple's native langauge

#

*language

pure copper
#

ohhh. Apple

tropic rover
#

Yep

pure copper
#

I suppose you then develop apple device things

tropic rover
#

Yes, exactly.

#

Feel free to ask any questions.

pure copper
#

I saw that some student cracked the blue bubble green bubble limitations with apple messengers. Apple shut it down and renditioned the student to some remote part of the world to be eliminated for this crime.

#

Is this what happens to programmers on Appledevices

tropic rover
#

rendition - what does that mean?

pure copper
#

/define rendition

#

Though I would try

tropic rover
#

I see... I've never heard of it so far tbh.

#

breaking their limitations is a good way for them to improve anything for theirselves.

#

I think so

pure copper
#

The transfer of a prisoner or suspect from one country to another, often to avoid legal restrictions on interrogation or prosecution.

tropic rover
#

I see

pure copper
#

Typically some 3 letter organization flies into a place, kdnaps someone and takes them somewhere else for this purpose. In Apples case I guess It would be CORE. The secret enforcement branch that ensures no one can communicate with Apple users to keep them locked into using their services only.

tropic rover
#

What is "CORE" ? an organization?

pure copper
#

Secret branch of Apple. You will find little on its existence

#

But we should not continue, in case they are monitoring

#

So what apps do youy design for yourself (or others)

tropic rover
#

Yes, I really didn't know about that and thinking its not necessary as long as we keep legal things while working. lol

pure copper
tropic rover
#

I can't share specific names and contents of the projects I am doing since I signed the NDAs.
However, mainly working on the social networking, dating and business apps.

pure copper
tropic rover
sterile apex
pure copper
tropic rover
pure copper
#

Trying to download a copy of "The Swift Programming Language"

tropic rover
#

Awesome 👍

tropic rover
sterile apex
#

i didn't say to u

tropic rover
#

then me neither 😝

pure copper
#

No. pro only says things like that to me

sterile apex
#

AI AI AI ...

#

it's too hard

pure copper
#

omg do while

sterile apex
#

my brain has exploded just now

tropic rover
sterile apex
#

or was waking up for three hours?

pure copper
#

oh whats this ---> (name),

tropic rover
pure copper
#

sunlight

sterile apex
#

lol

pure copper
#

prom wouldnt know

tropic rover
tropic rover
pure copper
tropic rover
#

its a string literal

pure copper
#

quoting variables in strings

tropic rover
#

so if you print anything "my name is Peo", and the name variable was set to "Peo"

#

then you can print like this -

#

print("my name is (name)")

#

damn

#

discord eat my message as well

#

print("my name is \(name)")

#

does that make sense?

pure copper
sterile apex
#

what does fuck mean?

#

🥶

tropic rover
#

Peo or Me?

pure copper
#

I see there are a lot of wierd features in it. I read that its sucked up stuff from all the other languages. dynamic parameter lists etc.

reminds me that a lot of time ended up getting spent trying to make code that matched the topic of the program eg classes etc. While this was always a beutiful time for programmers, the actual applications never got written because the code kept getting abstracted down to sub classes

sterile apex
#

今、AIの面接を終えました。

#

OMG~

pure copper
sterile apex
tropic rover
sterile apex
#

i didn't say it to u

tropic rover
#

🙂

tropic rover
pure copper
sterile apex
sterile apex
tropic rover
pure copper
tropic rover
sterile apex
pure copper
#

as some of the languages I wrote in

tropic rover
#

you know c/c++, meaning you can adopt any kind of oop languages easily since they all are similar in essense.

sterile apex
tropic rover
sterile apex
pure copper
#

Thats great, Push your troubled acquaintences onto me

pure copper
#

Doews swift only compile to Apple machines

tropic rover
tropic rover
#

you can use vm if you don't have any macbook

sterile apex
#

this channel is being opeated by @pure copper
u have to request pay to this server.

pure copper
#

mmm virtual.... my gretaest fear

#

greatest

#

This isn't a channel. Its Peo OS

pure copper
sterile apex
tropic rover
#

Ok, Peo. I have to go for a while.

#

Nice talking with you today.

pure copper
#

bye @tropic rover

tropic rover
#

Also Prometheus, nice to meet you too.

tropic rover
sterile apex
tropic rover
#

bye

sterile apex
#

he is a freelancer

#

i think

#

Oh... what's wrong with my mouse?

#

today is a bad day!!!

#

My mouse is cliked itself

#

😡

#

@pure copper do u have experience in AI?

#

where's she?

pure copper
#

ksdlfsdlkf

#

Sorry. I come from a time when a program was known as AI.

sterile apex
pure copper
#

Its now just a marketing term to scare the world

sterile apex
pure copper
#

I'll give you a clue

#

one moment

sterile apex
pure copper
#

you can guess a bit while you wait

sterile apex
#

M.. 24?

pure copper
#

Close.

sterile apex
#

🤨 not bigger than 25

#

right?

#

send me hashed string of your age, lol

pure copper
#

If I tell you, you will hate me

#

Well you would anyways., but I'm in the Class stage at time on camera

sterile apex
pure copper
#

🙅‍♀️

#

I don't want to destroy your image. Your sad enogh already

sterile apex
#

don't worry

#

i'm old enough

pure copper
#

I don't think so

sterile apex
pure copper
#

You appear to be a little sensitive

sterile apex
#

u're right

pure copper
sterile apex
#

i immigated to america last year

pure copper
sterile apex
pure copper
sterile apex
#

lol

pure copper
sterile apex
#

if i'll be a AI Engineer, I would get a role in game production.

pure copper
#

Remeber AI is just large sets of rules

#

Practice yur If statements

sterile apex
pure copper
#

I did Psych at Uni, to develop personality systems for computers

sterile apex
#

i think u're almost 30 , because u have deep experiece in C++ , VB and so on...

pure copper
#

Neil says I'm younger and I can't argue with that.

pure copper
#

You need to develop the Peo OS Age module

sterile apex
#

if u give me more and more answers, i would make PEO OS AGE...

pure copper
#

Min=0 Max=150

sterile apex
pure copper
#

These will set some limits for you to work with

sterile apex
#

beep beep~

#

bigger than 75?

pure copper
#

whats that?

sterile apex
#

it's just PEO AGE MODULE's question

#

plz type your answer

pure copper
#

76

#

does that meet the condition?

sterile apex
#

lol

#

y / n

#

it cannot understand digits

sterile apex
pure copper
#

what is bigger than 75?

sterile apex
#

your age

#

lol

#

u said min : 0 and max : 150

#

So it has calculated number 75!

pure copper
#

Thats such an average prorgam

sterile apex
pure copper
#

Im a few sds away from that

sterile apex
#

it can calculate ur age with O(log(150))

#

lol

pure copper
#

What if you average in your age what does it give

#

and then ghalve it

sterile apex
#

it will give 29

#

or 31?

#

which one would it give me, i haven't got any ideas.

#

it'll output M.. 31

#

i think

pure copper
#

👍🥳

sterile apex
#

🫣

pure copper
#

So what should a personality structure contain?

#

Great.. I've got my inspiration to start

sterile apex
pure copper
#

I'll agile it as typical.

sterile apex
#

haha~

#

あなたは26歳ですか?

pure copper
#

So. I think if i throw in keyword of personality to a feed with a chat ai, i can get angry or happy responses. Wdyt.

#

Is 31 not good enough for you? There is little i can do about that

#

In order to preserve your image, as i indicated earlier, you can think of me as 26 then.

sterile apex
sterile apex
pure copper
#

You are dysphoric about my age. We are preserving the image for you.

pure copper
sterile apex
#

i think it contains

pure copper
#

It's ok. Not your interest

sterile apex
#

Personality is a complex and multi-faceted concept that is shaped by various factors, including genetics, environment, experiences, and cultural influences.

#

robotic answer!!!

#

someone's traits?

#

and emotinal expression?

#

i forgot what i learnt from university.

#

lamooo

#

while i was a student of osaka university, it could be 2014

#

almost ten years ago

pure copper
#

So you are ten years older than someone in 2014

pure copper
#

Your bot reply tells me im too late

#

So you really are a senior dev

sterile apex
#

lol

#

and u would be

pure copper
#

Not

sterile apex
#

what about u?

pure copper
#

At 26. What do you think

sterile apex
#

when did u graduate from ur (*) university?

sterile apex
pure copper
#

ended in 6

pure copper
#

I need to learn another 20 words for today

sterile apex
pure copper
#

Yes, one half are English.

#

The other Japanese

sterile apex
#

what?

sterile apex
#

why?

pure copper
#

How will i understand without a mother language?.. need to tie words together

#

Flash carding

sterile apex
#

getting jobs in america is harder than japan

pure copper
#

Going to make popcorn for study time.

sterile apex
#

take pictures popcorn u made and show them to me

#

@pure copper

pure copper
#

Should have asked 5 minutes ago. They go quickly

#

@sterile apex

sterile apex
pure copper
#

gone

sterile apex
#

where's the food u made yesterday?

#

🤓

pure copper
#

The last of it is in the fridge. I will prob eat that later or tomorrow. It was to much to go two days straight. Besides, I had fried chicken for lunch

sterile apex
#

i thought it all would be in your stomach.

#

lol,

#

i eat so much when i feel sad.

#

it looks so delicious

pure copper
#

Baaahhhh. Thought I would connect a mic I bought to my computer.... But (and I new this) it had a 3 pin socket. but that's ok. the cable comes with a large jack

#

but that's to large for my laptop. but i have adapter

#

but wait

#

stupid new laptop has combine mic/headset socket. so now i need another adaptor

#

🙅‍♀️

sterile apex
#

dusty!!!

#

keep clean your laptop!

#

lol

pure copper
#

And baaah again, I forgot to push enter so the whole story was meaningless. But I have edited the first post again to give context

sterile apex
#

haha~

pure copper
#

That just from the fingerprint team

#

dusting for fingerprints

sterile apex
#

🤣

#

but too much for fingerprints

pure copper
#

oh. back to my mic project. Now Im sad again. Travel across city looking for adaptor that wont exist in this country. will need online order and 60 days delivery

sterile apex
pure copper
#

Hey this new tech crap cuts out and distorts just give me a wire.

sterile apex
#

i think u can sing songs well

pure copper
#

Are you listening to me sing?

cold lagoon
#

do you guys know something like arduino but have better performance?

pure copper
#

Not really, but what are you using it for? a Server?

#

I suppose you checked out Pi

#

Unless you specifically want microcontrolelr

tropic rover
#

Good morning Peo.

pure copper
#

Hello Sun

tropic rover
#

How are you today?

pure copper
#

Happy but still boared. Also too many things happening which is a contradiction

river hill
#

hi peo

pure copper
#

Hello Harris sir

river hill
#

how a u

tropic rover
#

Ok

pure copper
#

im ok also, subject to above

river hill
#

may i join your talking?

pure copper
#

I need a desk, as everything slides off my bed

pure copper
#

I was reading about arduino, based on the recent post

pure copper
tropic rover
#

what time is it there Peo?

pure copper
#

2145

tropic rover
#

mmm, I see, until when are you going to be up here?

pure copper
#

what time is it there sun

tropic rover
#

0946 am

pure copper
#

where is up here?

pure copper
#

argentina?

tropic rover
pure copper
tropic rover
pure copper
#

What happened to @river hill

pure copper
#

I'll be here for many more hours

tropic rover
#

lol, sorry for my bad english.

pure copper
#

will that be sufficient time to talk?

#

Better to ask, "when are you going to sleep then"

tropic rover
#

Yes! but better if you could be back after a few hours since I have to work... I can barely answer or talk during my work hours

tropic rover
pure copper
#

I see what you are saying. Go back to work and make your boss happy, and you will not feel guilty

pure copper
#

bye to you

river hill
#

how about your learning? @pure copper

sterile apex
#

🤨

pure copper
#

You need your sleep

sterile apex
#

xiexie @pure copper

pure copper
#

wo bu fan

sterile apex
#

Thanks to you, I slept well.

pure copper
#

good

sterile apex
#

夕食しましたか?

pure copper
#

I think I am going to get onto micrcontrolllers now. I was reminded in the recent post.

#

Probably good to build something interesting for it, to do something???

#

Flash some LEDs in a disco room perhaps

sterile apex
#

lol~

#

getting start?

#

ok!

#

micrcontrolllers ~~~

pure copper
sterile apex
#

did u go to doctor's?

pure copper
#

Just fighting spiders in the ytoilet

sterile apex
pure copper
#

give them freee $120

sterile apex
#

it's good for ur health

sterile apex
pure copper
#

120 to see doctor who tell me nothing I dont know

pure copper
#

another friend request....

sterile apex
#

but... stomach?

sterile apex
#

why do u use a pretty avatar?

#

change your avatar to ugly girl

#

or

#

おばあちゃんの写真

pure copper
#

I consider that, but its the standard point of feminism, that its not up to the girl to change her looks, its up to the creeps to stop being creeps

sterile apex
pure copper
#

You need to cut your hair in your pfp

#

and dont wear sunglasses inside

sterile apex
#

why?

#

it looks so handsome

pure copper
#

same as to why I dont change. So handsome

#

I showed my face once in an extra bad photo and was instantly blocked.

sterile apex
#

😆

pure copper
#

it was 🥳

#

I actually was going to compare it to my actual normal look, but didnt get a chance to show that pic

#

wo who, its going to be 15 degree cooler tomorrow, and windy

sterile apex
pure copper
#

no. not permitted

sterile apex
#

Bruuuuu~

#

i wanna bite u!!!

pure copper
#

I posted one early yesterday, for Neil, but you then popped up. Did you catch that before I deleted it just as you arrived seconds later?

pure copper
sterile apex
#

just joking~

#

lol

pure copper
#

keep it civil

sterile apex
#

yes, ms!

sterile apex
#

for neil?

#

ouch...

sterile apex
#

許してください

pure copper
#

I'd be onl;y trolloing you if I post a picture, so Lets talk microcontrollers

sterile apex
#

その前に、まず許してください

#

ok?

pure copper
#

Not talking tech with me here, is only digging your own grave.

#

I can take it. But the repercussions for your future get worse the further you tangent off tech. tomsip

#

oki doki

sterile apex
#

ms Peo

pure copper
#

Just Peo is fine

#

SO, what can I build with a microcontroller around the house? I do have a computerized ligthing system, so perhaps something with that might be useful

pure copper
#

Maybe just a micro OS

pure copper
sterile apex
pure copper
#

Just a bunch of happy discordians discording

pure copper
sterile apex
#

lol~

pure copper
#

"The movie "Annabelle COmes Home" is on. She is so cute

sterile apex
#

arigadou kojaimasu

sterile apex
#

OMG!!!

#

plz remove it

pure copper
#

Just need to type some more to get it off screen

sterile apex
#

she could be in my dreams

pure copper
#

for the youngsters

sterile apex
#

🤨

#

who is youngster?

pure copper
#

anyone younger than you. If you are scared, imagine them

sterile apex
#

lol

pure copper
#

I'm not ugly, I'm a human being

sterile apex
#

oh Gosh~

pure copper
#

Indubitably

#

So have you done any mp programming?

#

anyone lurking also?

sterile apex
#

lol

pure copper
#

@cold lagoon especially, who brought up this whole chain

pure copper
sterile apex
pure copper
#

go on

#

what did it control

sterile apex
#

first, designed with proteus

pure copper
#

scrolling words?

#

like ticker tape?

sterile apex
#

and made codes with microC

#

yeah

#

of course

#

why not?

pure copper
#

I need one for back window of car to send messages to other drivers

sterile apex
#

srcolling and then expending words

sterile apex
#

today is 5G communication system

#

it would be a part of IOT.

pure copper
#

I made a digital tachometer once. It never worked. Probably connected the spark HV to the chip. Alternateivly it was a bad solder

#

I like stone age computing. Very basic and simple. I dont want the whole 5g library and OS between me and the circuit board.

sterile apex
#

lol

pure copper
#

1k program.. good. 10G program bad

sterile apex
#

what about stone arrow and bow?

pure copper
#

I feel sad that programmers today only program on 10+ layers of software, and never get close to hardware

sterile apex
#

i think aimming a target could be programmed with stone arrow

pure copper
#

framewrok upon framwework upon framework

sterile apex
#

i think framework upon library

#

right?

pure copper
#

so does pyton have a form interface?

#

or is this all just through browser pages?

sterile apex
#

Yeah, Python has several libraries and frameworks that enable the creation of graphical user interfaces (GUIs).

pure copper
river hill
#

yeah

pure copper
#

nice

sterile apex
pure copper
#

acknowledge?

sterile apex
#

haha~

#

sorry

pure copper
#

chr(6)

#

does that chr(7) for you

sterile apex
#

@pure copper just stop, lol

#

One of the most popular GUI frameworks for Python is Tkinter, which is included with most Python installations.

pure copper
#

So I have heard its interpreted. Thatys fine. But CAN it be compiled?

sterile apex
#

or pyQT and PySide..

#

Aha u might know QT?

pure copper
#

its all so exciting.

#

overload immanent

#

must focus on somethning

#

back to pic

sterile apex
#

lol~

#

let's go to the stone age

pure copper
#

Im going off to start a c++ program in my ide. Im still here

#

I cant settle down

sterile apex
#

but what is your role in your company?

#

project manager?

pure copper
#

bahh picked the wrong choice

pure copper
#

can I not be a ceo and program?

sterile apex
sterile apex
sterile apex
#

🤨

pure copper
#

(better. Got the empty project

sterile apex
#

btw, where's our topic?

pure copper
#

Why are you sorry. Im ok with it

#

I get paid

sterile apex
#

lol~

#

my eyes are ...

pure copper
#

seen the glory of the coming of the code

sterile apex
#

👍

sterile apex
pure copper
sterile apex
#

it was nice talking to u

pure copper
sterile apex
#

sorry about my words again, ms peo

#

probably

pure copper
#

destroyed the image I guess.

sterile apex
#

私がまさに畑は知識を誇ったと思います。

pure copper
#

We are learning our whole life. That is why I am here.

#

Everyone is good at their own field of knowledge.

sterile apex
#

二度とどこからでも自慢しないようになります。
今日を教訓として…
私たちは良い友達になれましたが、本当に残念です。

pure copper
#

We can still talk pic

sterile apex
restive dawn
#

ayo anyone goes with typescript?

#

im lost

pure copper
pure copper
restive dawn
#

@sterile apex yo

sterile apex
#

what is your problem, @restive dawn ?

charred hawk
#

anyone wanna code together?

restive dawn
#

here we have an example of how to create functions

#

but

#

the first line

#

i don't get it

#

does that mean we return number as a default value

#

default type i mean

#

and is this the same as function sum_char(n: string) => number?

sterile apex
#

it represents the type of return value in sum_char_codes function will be number data type.

sterile apex
#

this function is summing charcode of every characters in input string.
So the return value of this function is number.

#

@restive dawn got it?

#

if return value of this function is not number type, tsc outputs error.

violet shuttle
#

I will be in Programming VC

tropic rover
pure copper
sterile apex
#

So i did mukbang just now? lol

#

stress

#

ty ms @pure copper

#

for giving me a chance

restive dawn
#

thank you

sterile apex
restive dawn
#

i assume yes

sterile apex
sterile apex
restive dawn
#

cuz it feels like im boutta lose my mind

sterile apex
sterile apex
sterile apex
restive dawn
#

i gotta learn more tho i feel like i know nothing

sterile apex
#

i think it's just a motivation.

restive dawn
#

the feeling is good once u make it somewhere

sterile apex
#

welcome to coding palace

restive dawn
#

lmao

sterile apex
restive dawn
#

nah its all good

#

my questions made u think im new

sterile apex
#

i mean ts

#

i mean u're new in TS palace

restive dawn
#

pretty new

#

how hard is it to get a job as a react dev? @sterile apex

sterile apex
humble whale
#

Hlo

#

Hello

sterile apex
restive dawn
#

or nay?

#

like react + next + node

#

as an example

sterile apex
#

So, if u know only next.js and react, it's so difficult to get a job for u.

restive dawn
sterile apex
#

junior must have A strong portfolio showcasing personal projects, open-source contributions, or coursework.

#

Junior developers often need to pick up new skills and technologies quickly as they adapt to the needs of the project and the team.

#

Knowledge of how to consume and create web APIs (Application Programming Interfaces) for data exchange between different systems.

#

Basic understanding of databases and how to interact with them. This may include knowledge of relational databases (e.g., MySQL, PostgreSQL) or NoSQL databases (e.g., MongoDB).

#

Knowledge of web development technologies, including familiarity with front-end frameworks (e.g., React, Angular, Vue.js) and back-end frameworks (e.g., Node.js, Django, Flask).

#

excepts these, first things first, proficiency in one or more programming languages commonly used in the industry. For web development, languages like JavaScript, HTML, and CSS are essential.

#

And must know about git

#

and so on ...

restive dawn
#

shiiit

#

i mean yeah its not as hard as it seems

#

im scared of an interview

sterile apex
#

🤗

sterile apex
#

junior needs basic knowledge about programming not experience.

restive dawn
#

wha

#

why is that

sterile apex
#

junior means junior

#

if junior have rich experience in dev, he would be senior immediately, lol

#

right?

#

i think u would be a good programmer.

#

cheer up

restive dawn
coral venture
# sterile apex and so on ...

In this case you're talking about several paths in the programming career, right? You can be a web developer without code any html or css in the life 😁 I don't recommend but it's true

#

For the juniors, I recommend choosing back-end XOR front-end first. Just learn basic things from another side and go hard on your choice. And for the love of God.. frameworks must be the last thing you'll learn. Get started with the base language and programming logic

prime breach
#

Hi everyone , does anyone can help me to formate my pc ?

severe cradle
cold lagoon
#

than formating pc

prime breach
prime breach
cold lagoon
#

search reset this pc

#

you will see it