#⌨coders-cave

1 messages · Page 53 of 1

orchid frigate
#

Because rust seems really fun to learn

wet girder
#

you really don't like to settle, huh?

orchid frigate
#

Yes

#

I will finish something and then rewrite it because I don't like the language I wrote it in

#

Plus everything I think is situational in terms of time, meaning that today I may have a shit ton of work and say I will stop coding for this year and the next day be completely free and decide to start learning 3 languages at once

#

But rust has been on my radar for....well ever since I first started learning about coding so it's gonna be something that keeps me awake at night if I don't lol

#

Anyway, it's hard af for what Im reading

wet girder
#

I'd like to settle to learning opengl and c++ for a while but someone needs to upkeep amp

tropic dagger
#

I'm debating between focusing on OpenGL or DirectX over the summer.

#

I'm gonna focus on mainly windows and C++ early on.

split coyote
#

🐔🥜🥩👖🌭🥊

main brook
#

chicken, peanut, meat, pants, hotdog, boxing glove

main brook
#

should i use in memory lock

#

or an actual file lock

barren shale
#

I mean once ur done with the base

#

It wont matter if its opengl or directx

main brook
#

i use opengl

barren shale
#

Imagine having to use locks

#

And shit like that

#

Instead of just using a high level language

#

Cant relate

main brook
#

dude

#

high level still needs locks

#

so you dont fuck up your files

#

race condition exists you know xzibit

barren shale
#

Nah

#

It just throws an error

main brook
#

exactly

#

files with locks and concurrency

#

files without locks and concurrency

barren shale
#

Just use 1 thread

#

Ez fix

main brook
#

good answer ripbre

#

its usually the case for async

#

but sometimes file operation are heavy

#

like yo mama

#

(first time made yo mama joke)

#

sometimes you just have to use a thread

barren shale
tropic dagger
main brook
#

thanks maximpog

orchid frigate
#

@barren shale translator pog

barren shale
#

😳

keen shell
#

Pog

barren shale
#

Someone gotta fix the translations

orchid frigate
#

coder man is now translator man

main brook
#

nice

main brook
#

today gentleman

#

i forgot something important

#

forgot about something called an event

#

shit i was working on my crap with arbitrary promises knowing some helpers exists

main brook
#

and now i finally fixed it

#

yay to myself

#

knowing that nobody will be impressed not even my parents will appreciate it moon

#

still yay to me wooo

wet girder
#

I just did something cool to @bitter sedge that's coming soon to this server ANIumaruWink

main brook
#

nice

orchid frigate
#

just found the worst programming language to be created

#

Malbolge () is a public domain esoteric programming language invented by Ben Olmstead in 1998, named after the eighth circle of hell in Dante's Inferno, the Malebolge. It was specifically designed to be almost impossible to use, via a counter-intuitive 'crazy operation', base-three arithmetic, and self-altering code. It builds on the difficulty ...

wanton summit
#

Why do bugs occur

orchid frigate
#

because either the code written sucks and isnt bug proof

#

or

#

the code itself makes an error

orchid frigate
#

you know what i must say

#

i was a bit...to harsh on unity

#

so i might try it again

#

this has nothing to do with the fact that openGL is hard af

#

just wanted to clarify that

main brook
#

the most hated bugs is an internal error from a lib

barren shale
#

I want to code

wet girder
#

same

quick ferry
#

Buy a Raspberry Pi and get going.

barren shale
#

I have a pc

#

Getting it fix and my exams are in 5 days

#

I don't have time to go get it when it gets fixed

#

And i never found a raspberry pi in syria

#

Searched everywhere

quick ferry
#

Importing would be the only option then, but it's probably best to wait until after the exams.

barren shale
#

Yea

#

Exams are really hard good thing it broke now

#

I wont get distracted

quick ferry
#

Good luck with those.

main brook
#

spent an hour finding why one of my function is blocking forever

#

turns out i forgot to resolve the promise that the function is awaiting

barren shale
#

Its ok

#

Ive spent days on bugs that were 1 character away from being right

#

Like the time u had x++ instead of y++ in the loop

main brook
#

sortof felt that

#

now its time to make my code readable

north dune
#

between 1 character and 1 whole line, its usually frustratingly simple

#

im still not quite sure if my blackjack AI plays properly with aces, and its just 1 line to change

#

been like a week now

#

i keep swapping 1/11 and checking how it behaves

main brook
#

my editor is crap

north dune
#

counts as both, but the AI needs to know how to use it correctly since it can be both

barren shale
#

Oh

#

So you choose

#

Or what ?

north dune
#

yes, basically when the AI has a card value of 10 or below, the ace counts as 1

#

or i think

barren shale
north dune
#

thats where i start getting confused lmao

#

when the ai needs to use it as 1 and when it swaps over to 11

#

which happens mid round

barren shale
#

Just use math

north dune
#

the worst part of code

barren shale
#

Calculqte the probability of all cards

north dune
#

😢

barren shale
#

And play the best

#

Pretty sure u can find th math on the internet

north dune
#

that sounds like a backwards way

#

i just need to figure out how/when to use 1 vs 11

#

and then the AI is pretty much finished lol

barren shale
#

Is it perfect tho

north dune
#

i havent noticed other problems

barren shale
#

Does it always play the best move

north dune
#

blackjack is hella simple

barren shale
#

Or is it ihaydot type of ai

north dune
#

theres not a lot of options lol

#

"do i want another card or to stand/hold these"

#

so i think it plays perfectly

#

aside from the damn aces

barren shale
#

Just an if statement dude

#

If biggestcard > 10 then 1

#

Else 11

#

Wait

#

What if theres two aces

#

Is that 2 or 22

north dune
#

its 2 or 12

#

but

#

thats when it gets more complicated lmao

barren shale
#

So only one ace counts as 11

#

Yea thats some good amount of if statements ngl

north dune
#

i want to say aces are 11 as long the dealer is below 10

#

at or below 10

#

that way he goes to 21 or below

#

after that aces are small to be managable

barren shale
#

Remind me to make perfect black jack ai

#

After one month

north dune
barren shale
#

Too many exams ill probably forget

#

SO u remind me

#

Or else

north dune
#

okay

barren shale
#

Already made perfect tic tac toe ai

#

And good ConnectFour AI

#

Because it takes like 5 hours to solve and im not gonna run my laptop for 5 hours

north dune
#

blackjack seems similar difficulty to those i think

#

maybe a bit easier since its basic math rather than combinations

barren shale
#

Black jack will take pretty long

#

Because theres alot of cqrds

north dune
#

why does that matter

#

the value of cards should matter for sure but why the number of them

barren shale
#

You have to check for every card that you can possibly get

north dune
#

what

#

no

#

you pull random cards from a deck and add them up

#

theres no need to check the whole deck

barren shale
#

If u wanna calculate the chance

#

You dont know which card u will pull

north dune
#

thats the point

barren shale
#

I know

#

Thats why you can't play it perfectly

#

You can pla your best

#

But its still gambling

#

To play your best

#

You have to check every possiblity

#

And choose the best

north dune
#

so youre going to make a helper?

#

to tell you whether to hit/stand?

barren shale
#

Yea

north dune
#

i understand now

#

i would not want to code a way to visualize this

#

oof

barren shale
#

This is using your brain

#

I think its called counting

#

But a computer is much faster thanyour brain

#

At bruteforce

north dune
#

not fun

wanton summit
#

What is the best gadget to use for coding

main brook
#

comfortable keyboard

barren shale
#

Oh lol

main brook
#

DUMP THE MOUSE IF YOU CAN

#

and good text editor

barren shale
#

Dont dump the mouse

main brook
#

ah yes

#

cremation

#

cremate the mouse

barren shale
#

Use only mouse

#

Virtual keyboard

main brook
#

holy cow

#

not like ive been using virtual keyboard for 2 years

#

but seriously

barren shale
#

Phone keyboard

#

Is easier to use

main brook
#

sometimes mouse is a nuisance

barren shale
#

Than windows keyboard

main brook
#

true

#

you just have to get the

#

comfortable setup

#

for development just comfortable gadget

#

if you can get 2 monitor

#

one for code one for stack overflow

#

and decent pc

#

for production

#

get THE BEST CPU AND RAM

#

or you'll die with memory overflow

barren shale
#

Depends on what ur doing

main brook
#

true

barren shale
#

Ive never used more than 8gb ram

#

You might need a good gpu for ml

main brook
#

i use only 1.5gb ram

#

4 core cpu

#

for production

main brook
#

turns out my biggest fear is there

#

math

wet girder
#

I have 2 Intel Xeon 5570s, 20GB of ddr3 ram. it's amazing for programming MazeyPerfect

main brook
#

im using my mom laptop for programming

#

which is slow when opening firefox and vscode at the same time

barren shale
#

My laptop screen starts flashing randomly for 5 mins

#

Sometimes more

quick ferry
#

Best for programming is a Linux distro and an editor like vim (or at least with vim bindings)

wet girder
#

That's entirely opinion based

#

most programmers use Windows

#

and find it the best

barren shale
#

Id rather be more comfortable than more efficient

#

Thats why i never use things like vim

#

Ive tried it and started to get the hang of it

#

But never liked it

main brook
#

i like vim

main brook
main brook
#

this is me everytime ```js

let bad_songs = {};

for(music of musics) {
if(remembering_bad_memories && music.is_playing()) {
bad_musics[music] = bad_memory
};
};

wet girder
#

lol

quick ferry
#

It is more convenient in many ways compared to Windows and doesn't force bloat onto you. The terminal is very useful once you got the hang of it and you can use whatever UI you want (or none at all).

barren shale
#

Ive used both

#

I prefer windows

#

Probably cuz i play games a lot

#

Btw windows updates are not necessary if you know how to disable them

wet girder
#

I only update when there are security updates

robust sand
#

hi, who can help me with a python?

#

How can I make a bot ping a certain user?

#

I know this one-message.author.mention
but this is completely different

main brook
#

basically

#

discord.User.mention

#

also discord.User is your user object

#

@robust sand

robust sand
#

thanks ❤️

main brook
#

np

#

if you wanna use specific user you have to get the the user

#

use Client.get_user(id)

wet girder
#

if you also want info about the user, fetch the user. Getting user is pretty limited

main brook
#

basically cached or http

#

i personally cache my objects

#

since intents is a thing now and very enforced, caching have never been a bit complicated

main brook
wet girder
#

last time i used get_user it gave me basically no info and I needed like creation dates and shit

wet girder
#

why did I just watch this video

#

just why

#

Sure I'm making a game engine but I didn't want to break my brains with this sort of math yet

#

yet I just did

barren shale
#

I watched this a long time ago

#

Its a faster square root but a bit inaccurate

wet girder
#

well I actually kinda understand it

#

ye

barren shale
#

Old games used things like these a lot

#

Like racing games did

wet girder
#

Seems kinda useful goaPeepoShrug

barren shale
#

Instead of calculating the distance to determine who is first, second, third

#

They just did (x1-x2)^2 + (y1-y2)^2

#

Without the square root

#

Since you dont need the distance you just need to rank the distances

wet girder
#

fascinating

barren shale
#

But rn its useless

#

Might save 2 micro seconds

wet girder
#

Sounds like something I'd do goaPeepoShrug

#

well it's over engineering so bad thing

barren shale
#

Because division is slower than multiplication

#

Rooting slower than squaring

barren shale
#

I cant type hagrid

#

This will also save a couple of micro seconds

#

Board based games AIs like stockfish for chess

#

Represent the board in bytes

#

And use bitwise and shit like that

#

Because its faster

wet girder
#

you never know if you'll program something for old micro processors when this is useful

barren shale
#

Things get really complex when you go for the fastest

barren shale
#

Ifs useful for it

#

But ur calculator app that looks like shit wont benefit from it

wet girder
#

my calculator is the perfect accomplishment

barren shale
#

Sure it is

#

I have all of my projects on a harddrive somewhere

#

Since 2015

#

My first C# app

#

Warning: shitcode

wet girder
#

I don't have lots of projects worth saving or well I have one, amp

barren shale
#

I dont think ive ever deleted a project

#

Its like 100 gbs

#

I think i have a calculator app somewhere there

wet girder
#

I have like 10 shitty python calculators and all deleted

#

well the last one was actually decent

barren shale
#

You need self confidence

wet girder
#

I really do yes

#

Well I'm starting to work more on different projects than calculators

#

now that I'm shifting away from python

#

python feels just boring

barren shale
#

Python feels limiting

#

Atleast for what ur doing

wet girder
#

well not really, it's good for scripting but I don't want to make scripts

barren shale
#

Nothing data structure related

wet girder
#

Ye

barren shale
#

Id never use C# for ai stuff

#

I jus get NaNs

wet girder
#

I like the syntax but c/c++ fits my needs better

wet girder
barren shale
#

Idk why

#

I keep getting NaNs

#

Numbers are probably getting too big

wet girder
#

sounds like an annoying problem lol

barren shale
#

Im bad at making NNs from scratch

#

I need tensorflow

#

Which is python

#

Or u get the bad C# binding

wet girder
#

lol

#

My friend tried to make me learn C# instead of python but to this day I don't really know the use of it

barren shale
#

The use of what

wet girder
#

C#

barren shale
#

Probably the best way to make windows applications

#

And ASP.net is pretty good for web dev

wet girder
#

So just windows apps basically

barren shale
#

Yes thats its best use

#

Web dev is good

#

Probably not best

#

And they are going to add stuff for ML

#

I wont get nans any more

barren shale
keen shell
knotty root
#

not special

#

you got a free trial with a limited amount of tokens

#

will expire on september 1

bold rover
main brook
#

get_user() -> discord.User

#

fetch_user() -> Coroutine[None, None, discord.User]

#

its the same

#

creation date is just

#

.created_at

#

for most objects

#

no no its basically for every object

wet girder
main brook
#

indeed sire

wet girder
#

well atleast it worked when I fetched ao good enough

main brook
#

try fetching dozens of user every time and see what http code you get

wet girder
#

I never knew how much I'd love having 20gb of ram

#

I can have so much open at once

quick ferry
#

Sounds like a very unusual configuration of ram sticks.

barren shale
#

Yea xd

wet girder
#

It is yes

#

but it's nice

#

I bought some server pc, made gaming pc lol

barren shale
#

2x8 and 1x4 ?

wet girder
#

I don't know ngl

#

I think it's 5x4

barren shale
#

Lol

#

5 slots wat

wet girder
#

I have 3 slots left I think

barren shale
#

Fill them all

#

So it becomes faster

wet girder
#

don't have ddr3 ram

barren shale
#

Ddr3

wet girder
#

there's one spot left

#

so 5x4 and 6 slots is total

quick ferry
#

Which CPU(s)?

wet girder
#

2x Intel Xeon 5770 (or something close yo this number)

quick ferry
#

Yeah, odd setup, but pretty cool.

wet girder
#

that's why I bought it lol

#

and it was also cheap

#

some guy who knew nothing about computers sold this for pretty cheap in Finlands Ebay and I was looking for cheap pcs

quick ferry
#

My FirePro S10000 would fit right in, in terms of oddity. :P

#

But last released drivers are for Windows 8, so probably some trouble to get it to work.

main brook
#

i have create a key and value database that's so heavy its slower than normal file operation

orchid frigate
main brook
quick ferry
#

A crime against humanity.

main brook
#

sortof weird

#

usually this chat is alive

#

but today

#

not much messages

#

i wonder if other people are having existential crisis

quick ferry
#

Or maybe they're just busy with work, university, school or whatever else.

wet girder
#

I'm busy the whoke day atleast

main brook
#

fair

barren shale
#

Existential crisis and exams

#

Basically the same thing

tropic dagger
#

Yes they are.

wet girder
#

I'm also very sleep deprived so thinking isn't working too good

main brook
#

indeed

#

i have fricked scheduled

#

which is another way of saying

#

"relatable"

fierce epoch
#

@barren shaleim coding rdr3

#

it will be more detailed than rdr2

main brook
#

everyone do be making ancient artifacts

#

and here iam

#

just writing and reading to a file

#

as a server

trail ocean
#
<incident id="rep_nobike" properties="type+=crime; popularity=1; visibility=1; stage=1; avoidPolice=0; solvableBySpeedCamera=True;" >
<scene id="nobike" background="HouseBackground" properties="timeToReact=600;">
<suspect id="biker" properties="aggressiveness=0.1; weapon=e_fist; prison=1; isActive=1; spawnArea=inside;" actionOnIgnore="opinionOnSuccess+=2; opinionOnIgnore+=-2;" actionOnEnd="opinionOnSuccess+=2;"/>
</scene>```
quick patch is always fun
#

just added 2 new incidents at my incident pack for 112 operator mod
only took 8 mins :D

main brook
#

holy cow

#

there's html

#

highlights

#

on mobile now

trail ocean
#

oh really

#

pog

main brook
#

idk

#

it shows me

#

your code

#

i dont know if that's xml or html

trail ocean
#

it's xml

main brook
#

ah fair

#
<head>
    <bold>This wont show because you still have the skin</bold>
</head>
trail ocean
#

since it's game's mod,

main brook
#

yup nope

main brook
trail ocean
#

Well

main brook
#
<candice>
</candice>
#

oh it works

trail ocean
#
<incident id="rep_nobike" properties="type+=crime; popularity=1; visibility=1; stage=1; avoidPolice=1; solvableBySpeedCamera=False;" >
<scene id="nobike" background="HouseBackground" properties="timeToReact=600;">
<suspect id="biker" properties="aggressiveness=0.1; weapon=e_fist; prison=1; isActive=1; spawnArea=inside;" actionOnIgnore="opinionOnSuccess+=2; opinionOnIgnore+=-2;" actionOnEnd="opinionOnSuccess+=2;"/>
</scene>
</incident>
<incident id="rep_rnbike" properties="type+=crime; popularity=1; visibility=1; stage=1; avoidPolice=1; solvableBySpeedCamera=False;" >
<scene id="rnbike" background="HouseBackground" properties="timeToReact=600;">
<suspect id="biker" properties="aggressiveness=0.1; weapon=e_fist; prison=1; isActive=1; spawnArea=inside;" actionOnIgnore="opinionOnSuccess+=2; opinionOnIgnore+=-2;" actionOnEnd="opinionOnSuccess+=2;"/>
</scene>
</incident>```
You'll wonder why it took 8 mins
since it's just Copy and Paste
main brook
#

weird bugs but its probably a feature

#

also that's dope

trail ocean
#

this is why

#

you also have to translate it XD

#
    "incident.rep_nobike.description": "a Biker driving Prime mover without having License.",
    "incident.rep_nobike.kama": "Biker",

    "incident.rep_rnbike.rep_rnbike": "Prime mover in sidewalk",
    "incident.rep_rnbike.description": "a Biker driving Prime mover at Sidewalk.",
    "incident.rep_rnbike.kama": "Biker",```
and
```    "incident.rep_nobike.rep_nobike": "원동기 면허 미소지",
    "incident.rep_nobike.description": "면허를 소지하지 않은채로 원동기를 운전하고 있습니다. 즉시 처단해야 합니다.",
    "incident.rep_nobike.kama": "바이커",

    "incident.rep_rnbike.rep_rnbike": "원동기 인도주행",
    "incident.rep_rnbike.description": "원동기를 인도에서 주행하고 있습니다. 즉시 처단해야 합니다.",
    "incident.rep_rnbike.kama": "바이커",```
#

hope it won't touched Rule just beacuse I spoke KOREAN in here

main brook
#

why the

#

codeblock

#

looks worse than morgz thumbnails

#

also that's still cool

trail ocean
#

thx

#

since I'm just doing kinda easy one,

main brook
#

seems hard to me ripbre

#

since mobile suck

#

i found what i thought a good text editor

#

later to found out its very buggy

trail ocean
#

XDDD

#

Buggy boi

main brook
#

yes

#

imagine writing ```js
var

and then realized you have to use `let` or you will fuck everything up
#

then you delete the var

#

then when you type again

#
let    l
#

this happened

#

i can basically frick my whole code

#

with just a few backspace

#

like when 3 lines suddenly merged into one line

#

oh crap i left the port open

#

i hope nobody will attack my wifi troll

trail ocean
#

XDD

barren shale
#

Some noob shit i bet

#

And why u sad

fierce epoch
barren shale
fierce epoch
#

jk

#

just

#

the details in rdr3

#

2*

barren shale
#

Whats rdr2

fierce epoch
#

red dead redemption 2

#

are you fucking dumb

daring delta
#

kkkkkk

barren shale
#

Very rude

vocal river
#

Has anyone here seen Edwino’s post in game suggestions

#

I(and Edwino) want to know how hard that would be to code into the game

north dune
#

a lot of it is relatively easy as individual tasks/features

#

putting it all into one cohesive mod and maintaining it is a big task though

#

and theres bound to be problems/bugs along the way, for example "Use of inter-species buildings, come on, i dont see a harm in a human living in the skull building of the orcs."
this is something i experimented with before but more along the lines of inter-species cities, there were weird bugs

main brook
#

i wish there was a crossbreed

unkempt shell
#

Ok

main brook
#

today i shall make nothing

mossy cedar
#

fix one bug on the project and spend whole day gamin

main brook
#

nice

mossy cedar
#

swag

main brook
#

that's a win win

#

fixing one bugs == whole day gaming

tropic dagger
#

They are ≠

lean hearth
#

I fix computer by smashing it

#

And it fixes game too

#

You should try

#

Alt f4 works too

main brook
#

also it returns true for me

main brook
#

imagine the building stopped working

#

and everything broke

lean hearth
#

What does that mean

#

π|÷^π¥=✓¥^

#

=

main brook
#

i mean

lean hearth
#

You have your own language bro

main brook
#

if your program freezes

#

you fix it by pressing alt+f4

#

in real life scenario it's like

#

the building electricity stopped working

#

and everyone have to go through the exit

#

or emergency exit

#

or both

lean hearth
#

I remember i was playing Minecraft when I was like 11 and program freezed so i just spammed my keyboard lol

main brook
#

same lol

#

my mom used to tell me

#

if you train hard enough you can do it

#

but my pc broke when i train it

#

i tried to open dozens of chrome tabs to build strength to open minecraft

#

it crashes alot and actually broke it

#

me very smort

main brook
#

i now have 7GB free storage

#

node modules time

mossy cedar
#

shit i gotta stay overnight improving and fixing my program lol it's due tomorrow😂

tropic dagger
main brook
#

gair

#

fair

#

although its hard to do that on pc

#

#

but mobile have it easy

north dune
#

my favorite

junior knoll
#

Hi

jagged fog
#

101010010101001010101001010101010101010101001010101010010101010101010100101101010101

#

what?

#

its the coders cave

#

what?

#

NO BINARY?

main brook
#

i installed ubuntu with GUI

#

i have decided arch sucks

untold prairie
#

finally my request for github student is accepted

barren shale
#

What do you get from GitHub student

#

Private repositories?

untold prairie
#

github pro

#

mongodb $200 credit

#

digital ocean 100$

#

.me domains

#

.codes domains

#

canva pro 1year

barren shale
#

Oh wow i just searched it up

#

U get a shit ton of shit

#

Good shit

untold prairie
#

the benefit

barren shale
#

Yea i saw it

main brook
#

hmmm

#

i wonder if i can get it

barren shale
#

You have to be in highschool at least

main brook
#

crap

#

is it based on label or age

wet girder
#

Hmm, if I go to programming vocational school could I get that AiriThonk

barren shale
#

It says highschool

#
To qualify for student benefits, you must:
Be currently enrolled in a degree or diploma granting course of study such as a high school, secondary school, college, university, homeschool, or similar educational institution.
Have a verifiable school-issued email address or upload documents that prove your current student status.
Have a GitHub user account.
Be at least 13 years old.
#

Idk if whatever that is youre talking about count

north dune
#

job-specific college

#

probably counts

main brook
#

im secondary school

#

*happy noises*

wet girder
wet girder
barren shale
bold rover
barren shale
#

In syria yes

bold rover
#

I feel sorry for other people

#

Like me WowPika

barren shale
#

You get a baccalaureate degree

#

My baccalaureate exams are in 2 days

#

Entering colleges is dependent on how well you do in these

#

230+/240 for med school

#

I need 228-230 to get to computer science college

#

You can only get 2 baccalaureate degrees

#

So basically you have 2 tries to get the grades you want

main brook
barren shale
#

Ty

wet girder
#

lol

barren shale
#

When the hardest physics exam you will probably ever do is one day before your birthday

#

Sad moment indeed

orchid frigate
#

Hamza

#

Help render sprites opengl

#

I'm sruck

#

Stuck*

plain atlas
#

Hi

orchid frigate
#

Hello

barren shale
#

Haydot

orchid frigate
#

Reading from the learning openGL book is hard

barren shale
#

Help with physics exam

orchid frigate
#

Because I have to translate c++

orchid frigate
#

So

#

When gravity is applied

#

Things tend to go down

barren shale
#

Not that physics

#

Hermonic escilators

#

Electricity

#

Magnets

#

Electrons and photons

orchid frigate
#

Uhhhhh

barren shale
#

That physics

orchid frigate
#

Ez

#

Ok so

#

Magnets make stuff go brrrrr and attract metal or sm

main brook
#

Electricity is uhm

#

idk about that

#

although what i know is electron and photons

#

magnets are made of metal charged with electricity i guess

barren shale
#

Not all magnets are

#

To make a magnet you need a magnetic field

#

A strong one

#

Magnet fields can be produced from electricity or magnets

#

Best way to produce a magnetic field from electricity is using a coil

#

But thats the simple stuff

#

Theres the generator and the engine shit too

wet girder
#

I had those a year ago

main brook
#

recursive

main brook
#

update: i finally made the ui works

#

now it works sortof cool

#

but the back is messy

barren shale
#

Electrification force

wet girder
#

not in english atleast

barren shale
#

Just translate it

#

It looks like epsilon

main brook
#

today i uninstalled my linux with gui

#

its useless since i can just uss my mom's laptop

#

and the GUI take so much memory

dusky bridge
#

do you know that discord devs small pp

#

they delete accessor to localstorage every time discord loads

knotty root
#

Hi

main brook
#

hi

worldly veldt
#

Well poop

#

I did a mistake

main brook
#

dont worry we all do

worldly veldt
#

Like makes your pc un usable

main brook
#

been there

barren shale
#

Imao

#

Imagine having a pc without a burnt gpu and a flickering screen

wet girder
#

I've never broken any hardware though which is a plus

knotty mortar
#

One time I broke a ryzen card by using shaders

main brook
#

one time i broke the screen

#

by punching it

wet girder
empty jacinth
#

w h a t

bold rover
#

Sorry?

#

ಠ_ಠ?

main brook
empty jacinth
#

ummconfusedcat

meager scroll
#

anyone know c#?

main brook
#

yes

#

but is not me

wet girder
#

I know tiny bit of C# but Hamza and Haydot know it

main brook
#

i know nothing

knotty root
mossy cedar
#

I know c#, I play musical instruments.

wet girder
#

lmao

main brook
#

lmao

wanton summit
#

lmao

wet girder
#

Nice chain

barren shale
trail ocean
#

dying noisy

barren shale
#

I just remembered i was making a phone

#

That tells you the market place prices in a game

#

Just found it on my phone

#

Totally forgot about it

north dune
#

Excelent

#

the Ent that works in Microsoft Excel

barren shale
deft jacinth
#

So How did you guys become coders?

wet girder
#

By coding

#

I just started coding with the help of tutorials

#

nothing else works really

#

or well there are other ways but most learn coding that way

barren shale
#

Pick an easy language

#

And go

#

Maybe do a bit of searching

wet girder
#

doesn't really need to be even easy. Just makes your life easier

barren shale
#

To find the language that suits ur need

#

I mean just dont pick a hard one

#

Doesnt have to be easy

deft jacinth
#

So Tutorials? You didnt Need to get A Cs Degree?

barren shale
#

But if u pick something hard at the start you might get bored

barren shale
#

We are highschoollers

wet girder
#

I started coding years ago and am only now going to CS school

barren shale
#

Youtube is your best friend

deft jacinth
#

Ah So Do you guys plan on getting a bachellors degree On a tech related subject?

barren shale
#

Im doing my final year of highschool exams

#

Trying to get 230/240 to go to CS college

wet girder
deft jacinth
#

Cause Im In Grade 8 And Planning to become a Computer programmer or a Software engineer Is There any thing i should know?

barren shale
#

But degrees are not needed if you wanna work

#

You just need experience

wet girder
#

but I might go to university instead and try to get CS doctorate lol

barren shale
#

Go make a calculator

wet girder
#

I am in 9th grade and own and maintain @bitter sedge just for reference what you can do without any kind of school for the topic

deft jacinth
#

Is Python A Good Language to start learning?

wet girder
#

I started with it and I can recommend it

barren shale
#

Games

#

Software

#

Ai

#

Random shit

#

Websites

#

Idk theres a lot

deft jacinth
#

im planning on maintaining websites

wet girder
#

Then JS, maybe html and css too

barren shale
#

For websites first you need to know html

#

And css

#

Then you choose the backend

wet girder
#

You can just use JS frameworks too peepoShrug

barren shale
#

Which can be a lot of languages

wet girder
#

but yeah html and css

barren shale
#

HTML and CSS are the necessary stuff

wet girder
deft jacinth
#

Do i Need to learn All The languages in coding?

#

Or do i Just need to learn A Couple of coding languages

wet girder
#

There are like hundreds of programming languages

#

you should first master one then move to others

barren shale
#

Probably more

#

Once you pick up one

#

The rest are much easier

wet girder
#

Learn to code with a free 7-day trial to Team Treehouse:
https://treehouse.7eer.net/c/1296848/228915/3944?subId1=yt-learnwebdev

⌨ Get my mechanical keyboard (Ducky One 2 Horizon) -- https://amzn.to/3kMYDSQ

00:00 Intro
00:50 What is Web Development
01:05 How Websites Work
01:37 Front-End And Back-End
02:43 Code Editor
03:27 Basic Front-End
03:3...

▶ Play video
barren shale
#

Maybe start with python

#

Then move to html css js

wet girder
#

I have summer job next week made by university designed to teach web dev and they told to watch this before next week

barren shale
#

Or start with js with p5.js

#

Which is a cool way to make sketches

deft jacinth
#

Ok ok thanks for the Info

untold prairie
#

hello

#

wassup

deft jacinth
#

If i want to work for companies or get to a coding school do i need to get an internship?

untold prairie
#

Do someone have a web recomendattion for React course?

wet girder
barren shale
#

Working for free xzibit

barren shale
#

Just come up with an idea and try to do it

#

Stackoverflow and documents will help you

#

And youtube videos ofc

#

You will get more experience because you are doing it yourself

#

And its free

untold prairie
barren shale
#

Then go with some documents

#

And testing

untold prairie
#

I don't even know how to start with React

barren shale
#

This is the first app i made with flutter

#

From 0 experience

#

In flutter and dart

#

Didnt know anything about it

deft jacinth
barren shale
#

I just had an idea

#

An app to view the marketplace in a game called albion online

untold prairie
#

that's lit

barren shale
#

But tbh flutter is made by Microsoft

#

And its really fucking well documented

#

And has really good videos on the internet

#

Oh not Microsoft

#

Its Google

#

Same thing xzibit

barren shale
# barren shale

Its unfinished thats why theres a weird bar with an arrow on the bottom side

untold prairie
#

i always wanted to make a web games

#

but the account system hits me hard bugcat_nangis

#

I dont know some sort of http things

#

That is make me want to read documentation everytime i use things

#

idk what im talking about

barren shale
#

Web games

#

Maybe check p5.js

main brook
#

i watched a russian man

#

funny shits to watch

#

one day he uploaded how to python

#

and that's when it all started, the big bang

wet girder
main brook
#

today i compiled a python code

#

ran it

#

and it consumed almost 50% of my ram

wet girder
#

Compiled?!?

main brook
#

yes

#

gcc súck so i have to use clang

wet girder
#

Why aren't you just using python interpreter like normal people

untold prairie
#

i think he wants to be d i f f e r e n t

barren shale
#

Why would u use python

#

If you want to be different

#

Its like the most used language

wet girder
#

lol

#

I'd still never compile python code

main brook
#

also im bored

#

i reinstalled ubuntu like 5 times this week

#

im sortof bored and since i can't use my mom laptop to work on my current project i basically have nothing to do

main brook
#

its just hiding my shitty code

wet girder
#

yes that's why I wouldn't compile it

#

makes it just harder to get the code running

#

I can just do python3 main.py to run amp

#

ez

main brook
#

well im planning to use it for like a cli app

#

and for some reason i like hiding things

#

also because i dont want people judging me for using python in a cli app and not use a binary file

#

also since i dont wanna learn C

drowsy bobcat
#

I’m teaching myself c++

#

And i’m also teaching myself python too

main brook
#

nice

quick ferry
#

Why would anyone judge you for using Python? It's a great language, very well suited for many applications.

tropic dagger
tropic dagger
tropic dagger
tropic dagger
# quick ferry Why would anyone judge you for using Python? It's a great language, very well su...

It's a very easy language. It's definitely useful and has it's merits but it's just easy. It's also very slow.
I still don't recommend shying away from it no matter your experience. It's a really powerful language and it definitely has a lot of advantages (it's dynamically typed, those 4 glorious data structure types, it can natively parse json (which C++ can't, which still annoys me), it's really easy so if someone is new to the language on a project, it's not long before they're up to speed). Just don't plan on it sticking around like C++. It's really good and will remain so for a long time but something better and even more beginner friendly will take over and dominate the market.

wet girder
#

yeah

#

you should remember though to not use python for everything

#

it sucks for anything not involving data science lol

tropic dagger
#

Yeah kinda.

#

Pygame is just an SDL binding.

#

And it's pretty fast.

wet girder
#

@unkempt shell is written 100% in Python but I am not sure if I am happy about it ngl

#

not chad

#

sorry chad

#

I meant @bitter sedge

tropic dagger
#

Ah.

#

I haven't used anything other than python for discord bots

#

But if I do finish that old project, I'll probably move it to JS.

wet girder
#

I am too lazy to learn new language for discord bots and I'd need to rewrite about 5k lines of code

tropic dagger
#

Damn.

#

I'm currently reading DirectX documentation.

#

Because SDL doesn't like my PC.

wet girder
#

I am trying to code atm but it is almost 30c inside which is way too much in Finland so I am so hot that I can't think

tropic dagger
#

Oh.

#

It's pretty nice where I'm at.

#

But if you're not used to warm then it bullies you

#

Just like cold bullies me.

wet girder
#

I love colder weather

#

not like -20c but 10-15c

tropic dagger
#

As long as water isn't vaporizing in my stomach, I'm fine.

#

But if it's 60°f, it's all over.

wet girder
#

damn

barren shale
#

PyGame is pretty fast

#

But python isnt

#

Just a normal 300 by 300 loop takes so much longer than other languages

main brook
#

PyGame suck for me

main brook
#

"its easy why bother learning"

#

"php is harder than that"

#

"ha i can do the same thing its easy"

#

and other known mocking

main brook
#

i like it but not the same feeling when learning other languages

quick ferry
#

Okay, wrong question. Why would you care what others think/say?

main brook
#

i dont know i have anxieties

quick ferry
#

Either you can do your project in Python or you can't. What they say doesn't matter.

main brook
main brook
quick ferry
#

In the end, you can learn to program in some language and carry over much of what you learned into another.

main brook
#

yes

#

that made the ease from python to Javascript to Lua for me

barren shale
#

Wait what

#

People really care what language others use

main brook
#

judgemental people yes

wet girder
#

You clearly talk about programming with wrong people

#

I've met only few programmers that are judgemental and say bad stuff

barren shale
#

Jupe nub

main brook
barren shale
#

Im not a languagist but ill call you a nub

main brook
#

i can speak different languages

wet girder
#

lol

barren shale
#

If u write shit code

main brook
#

but i can't understand it

untold prairie
#

lol

wet girder
#

I can speak finnish and englidh :)

barren shale
#

I can speak arabic and english

wet girder
barren shale
#

2 russian words

#

2 spanish words

main brook
barren shale
#

NUUUUUUUUUBS

wet girder
#

well technically I can talk a bit in swedish but not enough that I'd say I can speak it

barren shale
main brook
#

i can speak most languages

barren shale
#

I can confirm

#

U nub

main brook
#

but i can't understand it maximpog

main brook
#

stalk people code and criticize them

wet girder
# barren shale I have

oh yeah that, not a good image of me. I can write better code but I just didn't with that thing

barren shale
#

I would never post my GitHub

#

Jk

main brook
#

i just use github to ease transferring things

barren shale
#

Im a man

main brook
#

you're a man?

#

@barren shale vim

wet girder
#

I have my github linked to discord but I don't have public repos

main brook
#

why the doc is not showing

barren shale
#

Go

#

Roast me

main brook
#

okay

wet girder
#

3D Donut

#

I am trying to find code I can send but I have none

#

most coding i've been doing has been to amp

barren shale
#

I still dont have the code as a donut

main brook
#

i don't know C# so i find this mildy awesome

random oxide
#

Heyo

main brook
#

hi

untold prairie
#

Hi there

wet girder
#

Heya

barren shale
#

The Acrostic poem generator was fun to do

#

Recommended for bored nuba

main brook
#

that was a poem generator???

random oxide
#

Does anyone want to be my friend???

barren shale
#

Acoustic poem

main brook
#

yes

barren shale
#

Even better

main brook
#

depends though

#

do you just want to use us

#

or you literally wanna be friend

random oxide
#

I really want to be friends

main brook
#

interesting

barren shale
barren shale
barren shale