#⌨coders-cave
1 messages · Page 15 of 1
I'm straight A+ in your mom tho
I'm like 20 and I have like 5 years of unity experience (Including coding on my own and not just copy pasting from tutorials and from stackoverflow) and am still bad at coding
That gif is older than 80% of this server
which makes it better
dont worry
That's not the attitude you need to have
haydot has been programming for like 100 years and he still sucks
The more you tell yourself your good
The better you will become
Confidence is key
that's what i told ur mum last night
Talk to me when you made your own programming language
And write an os in it
Loser
oh so you made your own language and made an os in it?
i've already made my own language
Future project
I'm.planning it
Rn
that does not count
imagine not having your own language
😂
I have definitely improved since 2019, but I'm looking at my skills objectively
İ already know how to do it tho
its 2023 bro
İ do
İt's called avalanche
İt's on my github
ewlanche
Unfinished
bro made it 3 days ago
It's 2023, it's time for AI to do all your job while you're drinking coconuts in the Bahamas
this is empty bruh 💀
Yes İ made it in a week
İ havent updated the github too
There is more
Plus it's not my first one
İdiot
but do you have a project with 8000 lines of code?
💀
hours of planning
Probably if else.statements
if sb players saw you say that they would cancel you
İdc about getting canceled
they would bean you
The internet sucks anywau
the bean hammer
They can try
How many OSs have you made
0 because i dont waste my time
how much money have you made programming?
0 because you suck
I'm a minor idiot İ don't work
İ don't try hard programming yet
you just suc XD
you dont have to if you're good
(like me)
İ spend that long a week or two even 💀
because you dont have speciesbox to code
Try hard
İ don't need such meaningless projects
İ have avalanche to work on
ew
All 0.people using it depend on me
🤮
İt also has labels
Does your language have two types of labels?
Didn't think so
İ won this argument btw
İ decided
k
dubble it and give it to the next person
@orchid frigate Im trying to make a cross-compiler but got *** Configuration x86_64-pc-none not supported what target did you use?
I was using a hack that used normal gcc to compile the kernel and just stripped everything but the function I wanted but that was just a bandaid I need to do a cross compiler now
I cant use i686-elf target because the kernel starts with 64 bits not 32
it looks like its doing the same thing over and over, now that I actually got it to compile
IMPORTANT!** new OSDev series: https://www.youtube.com/watch?v=mpPbKEeWIHU&list=PLxN4E629pPnJxCQCLy7E0SQY_zuumOVyZ&index=1
➤LINUX COMMANDS USED:
https://github.com/Absurdponcho/GCCBuildCommands
➤Discord:
https://discordapp.com/invite/p2JYhr9
➤Things I covered in this video:
https://wiki.osdev.org/GCC_Cross-Compiler
➤Old Video:
https://youtu...
Look in the description
Is all the commands to set up a cross compiler
Don't try to figure it out yourself
You will just make it harder for yourself
Uhhh where did you get the info from
Then stop it
No reason to wait
Follow the steps in the video
Or just cpy paste the commands
No need to follow them really
But just so you know this takes a while
Like 20-30 minutes
The final few makes that is
ok
Did you make the bootloader for the kernel
Can I see some code
bruh
src/boot.asm
goes into protected long mode after reading the second sector and jumps to it
oh fuck me its private
public now
oh nothings pushed
Uhhh how do you go from real to long mode
Cuz in the code you just straight to long mode
by long mode I meant 64 bit mode
You use rax?
Do you switch to protected or long
Cuz it says protected there
Ahh 64bit
I see
So long
What's at 7300h?
Do you plan on putting the kernel there
the second sector
Oh
ye
also the commands this guy gives are like 3 versions out of date
im making a pr rn
Yea the video is kinda out of date but I don't think it should matter
Just so you know the linking process after that sucks
I spent like a week figuring this out
Getting to actually run the kernel will suck too
But after that you will get to have alot of fun
😊
Also something to consider is
Using grub instead of your own bootloader
It's just a bit better
Or limine
id rather gnu grub
I kinda prefer limine as it's a bit more modern
It's good but its complicated af
It is really fucking good
I never.got.to make something real in it
But it's way of delivering info.to you is really simple
Only problem is setting up a file system with a different bootloader becomes
Kinda complicated I think
I havent done it
So idk
ill just stick to my own until I get everything working
also are you using blochs @orchid frigate
I keep having problems where it implodes before even reaching my bootloader
No
I used it for a little
But realized how outdated it is
And switched to qemu
yeah it feels really old
I was using qemu from the start
I only tried out blochs for its debugging shit
qemu can debug with gdb tho so its definitely wayy better
I never debugged my os
Kinda missed out tho cuz it would have saved me alot of stress
And triple faults
ye
I spent an entire afternoon trying to fix what blochs said was broken before realizing the address of the instruction was in bios reserved ram
okay im gonna start compiling gcc again
@quartz pumice have you considered switching to rust
if u look in the commit history I was first following phillops tutorial
The second edition?
So yes
Don't follow it it uses a custom bootloader made by him
Thats unfinished
yeah, I didnt understand anything he was doing so gave up on it
And I don't like it because it misses some things and makes others out of your control
Yes alot of stuff behind the scenes
Ever explained
The first one is better
It sets up a grub bootloader
And a rust kernel
sounds nice
I only plan on having rust support, not actually being written in rust because I dont know the language
when I followed the tutorial I just thought I did
I didnt even know c then
Oh you don't know rust
Then dont
You need to know all the basics of rust to make a kernel in it
And it has a shit ton of basics
Generrally the reason I prefer it over c is because of how much fuller it feels
Like without the std you.still have pretty much the entire language because you.still.have access to it's core library
It's also.way more modern
yeah its definitely cool
without the what now?
Stop # flood 🙄 okay you ###### ####
bruh gcc build taking so long 😭
is it like, millions of lines or something
thats only explanation
@orchid frigate it didnt build gcc, x86_64-elf-addr2line x86_64-elf-c++filt x86_64-elf-ld x86_64-elf-objcopy x86_64-elf-readelf x86_64-elf-strip x86_64-elf-ar x86_64-elf-elfedit x86_64-elf-ld.bfd x86_64-elf-objdump x86_64-elf-size x86_64-elf-as x86_64-elf-gprof x86_64-elf-nm x86_64-elf-ranlib x86_64-elf-strings it only made those
higanbana@Higanbana:/bin$ x86_64-elf-gcc
-bash: x86_64-elf-gcc: command not found```
im gonna reinstall the entire os and retry
okay I got it now
Did you put it in bashrs
The path to it
Ye that's why I hate doing it
If I didn't have to set it up every time I reinstalled Linux I would have gone through every Linux distro by now
Java is a bit trippy for me
a sane person has entered chat
I figured out the makefile can be threaded so
make * -j12 built in a few minutes
Would it count as "mod harrasment" if i said moderation in this server can suck ass sometimes?
idk if stating the obvious is really that much of an opinion
Mod that doesnt know what banish does
Mod casually removes punishment from a random user he knows
During this i got a classic "troll" warn while i was complaining about the moderation
This same mod warns him
Like what? 💀💀💀
Aye you seeing this????
@main crescent you might wanna look into this if this was true
After this weekend, religious holiday for me tomorrow
just throw it in the admins chat dont be lazy
That is an option, im dumb, sorry.
Just did it, thanks for the reports 
Is it that surprising that you got it from that guy
No, if you ask me
The "troll" warns are so dumb
Mods bend the meaning of the term and warn anyone who does something they dont like
Looking at some of my old projects on my github I realise
The code is shit
I wonder if I will be able to rewrite them better now
That I partially know what I'm doing better
you mean to tell me that randomly hiring newborns to the server is a bad idea?
ffs hire ppl who give 25+ yr old vibes not some random kids who begged to be a mod
(Im not claiming to be 25+)
requirements to be a worldbox staff member:
- Be unprofessional
- Have a pulse
If worldbox server was a country the imcompetence would be higher than my country (turkiye) and thats sayijg something
Cool
this channel is for complaining about moderation pls send this to #🌐✔cool-maps
what this
This channel has rules?
Yes, "Room to talk about different coding/progamming topics. This chat is NOT WORLDBOX RELATED"
Room description
is this worldbox related though?
isn't that just perlin noise
perlin noise is related to this channel
@distant wraith I have been wondering
what does your name mean
specifically the hexadecimal part
A python object repr and its memory address 
is it a memory address to something specific
Tell me what no is in Spanish then
no
You dumb or something
No I
"nei" is no in espanjol!

WHAT IS IT THEN
YOU WERE NOT BORN IN SPAIN
YOU DON'T SPEAK SPANISH
No screaming please
I'M NOT SCREAMING
Indoor voice
I'M ACTUALLY MAKING VERY LITTLE NOISE RN
WHAT?
CALM DOWN
OTHER THAN MY KEYBOARD PRESSES, IT'S VERY QUIET HERE
WHAT
QUIET!!!!!!
I'M AS CALM AS A CALM SEA
WHAT
CALL DOWN ALREADY
I AM CALM
me when
bro blocked shieyno and decafa
this guy is hella toxic lol
him blocking me is a favour
i won't have to see "x blocked messages" and he won't respond to me
so it's a big dub for me
average #⌨coders-cave user (can’t handle trolls)
average #⌨coders-cave knows how to handle trolls
i block people who ping me a lot so i dont get their pings >:)
you troll them back like the #🌎general users do
you outsmart trolls
@barren shale what is your opinion on
Multi-continental bee colonies invading the Sahara desert
???
I was behind it
Cool
i'm not a troll
he's just a very toxic and angryy man lol
WHO PUT THE SWEDISH FLAG
WHO PUT IT THERE
I DON'T LIKE DENMARK EITHER
DISCLOSE YOURSELF
AARMENIA?
GREECE?
THAT'S BASED
WHY ARE THERE FLAGS
STOP THE FLAGS
bro sounds schizophrenic
most normal #⌨coders-cave user
@cunning summit wanna know my favorite island
yes
no
(I know nothing about Java)
best member in this server is Dakata
oh
i thought he meant java the language
he's still wrong
but not as offensively wrong
I fucking knew it
Your bees are dying out there fighting for you
Against the small-pack indian scorpion colonies
And you are on discord doing nothing
Smh
Then you haven't found yourself yet
Hey i just found out mods have a #message logs channel that archive every message ever posted
Thanks to the mod that leaked it!
There is also a ban appeals and mod mansion channel
Btw idk if eu rules apply here but in eu you have to let everyone know that their messages are being saved and let them delete the messages if they want
his name is haydot and he sucks
as long as there are eu members there are eu rules
i'm not sure about the legality of saving deleted messages
it probably isn't legal lol
everyone knows this 👽👽👽
you are very late
why
Pretty sure Discord says in it's Terms of Service that messages sent get logged anyways
those messages will be deleted at a point
also does this server even disclose that messages are being logged
doesn't need to
its already public
deleted message are your fault if you're not fast enough or a bot is reading it
but prolly the reason discord needs you to verify your bot for message intents
darn you discord
You cant delete messages
Theres an audit log
Every message on discord is saved for all eternity
It’s B! Answer b is my choice
if i point gun at you, you give me permanent storage and i will release your memory
It's in discord ToS so you've been legally warned about logging. We as a discord server don't need to warn you again
Anything you send gets logged first by discord and then we log everything discord allows us
in just #💬message-logs we have logs of 1.5 million messages
Then we have #🦾join-logs that log leaves and joins. Another 1.5 million
But my point being we log everything done in the server because we have the right to do so. Moderation would be impossible without it
And the stuff we log is minimal compared to what discord logs
Discord logs every time you open a channel, start typing, end typing, what ips you connect from etc.
we just log what messages you delete and if you join or leave
Oh wait yeah we also log name and pfp changes
guys i am quite interesting in knowing how to get datas among those creatures that are in the map by python or something else and if it is ok i want to know how the bot work while changing image into map i have try to do it by using Python's pyautogui but took to long to creat a map about using an hour
can't send a video or i will show you how it work
Have you managed to decode the map file?
If so then modifying the creature data is simple af
don't know how to decode it😩
have no experience in how to decode file can you tell me how to do it or where to know how to do it
This website can do it for you if you don't want to code it yourself
I can give you some tips how to do it yourself tho if you want
Also the repo for the website might help too
These are how decoding and encoding worldbox maps works in @bitter sedge , no idea of it still works but it should guide you to the right direction
Decode in @bitter sedge
await attachment.save(f'map.wbox')
if (os.path.getsize(f'misc/{attachment.filename}') == 0):
await ctx.message.channel.send("Cannot decode empty file!")
with open('map.wbox', 'rb') as map_file:
#base_encoded = base64.b64decode(map_file.read())
map_file2 = zlib.decompress(map_file.read())
enc = 'utf-8'
z = map_file2.decode(enc, "ignore")
map_file.close
with open('cov.txt', 'w') as map_z:
map_z.write(z)
map_z.close()
zipfile.ZipFile('cov.zip', mode = 'w').write("cov.txt", compress_type = zipfile.ZIP_DEFLATED)
b = os.path.getsize("cov.zip")
if b > 8388608:
await ctx.send('**Map too large**')
return
await ctx.send(file = discord.File('cov.zip', filename = 'cov.zip'))
os.remove('cov.zip')
os.remove('cov.txt')
os.remove('map.wbox')
print(f'decoded by {ctx.author}')
Encode in @bitter sedge
await attachment.save(attachment.filename)
if (os.path.getsize(f'misc/{attachment.filename}') == 0):
await ctx.message.channel.send("Cannot encode empty file!")
if os.path.exists('cov.zip'):
with zipfile.ZipFile('cov.zip', 'r') as zipObj:
zipObj.extractall()
with open('cov.txt', 'r') as file:
i = file.read()
file.close()
with open('cov.txt', 'wb') as file:
encoding = 'utf-8'
r = i.encode(encoding)
e = zlib.compress(r)
d = base64.b64encode(e)
file.write(e)
file.close()
b = os.path.getsize("cov.txt")
if b > 8388608:
await ctx.send('**Map too large**')
return
await ctx.send(file = discord.File('cov.txt', filename = 'map.wbox'))
os.remove('cov.txt')
os.remove('cov.zip')
print(f'encoded by {ctx.author}')
when button clicked
add gun()
{}
my code guys
❤️❤️❤️
thank you!
Why are there so many file openings 🥴
Python smh
most american things ever
Wow
What about eu saying users should be able to delete their logged messages if they want?
Is that true
Btw how does the logs channel look like? Does a bot just copy paste every message thats posted
discord: i will pretend i didn't see that
Every message that gets deleted
Your messages aren't considered personally identifiable information so the eu directive afaik doesn't apply
can you please tell me what is the cov.txt? I don't find it in my saves.... thanks a lot by the way~
it's just some random name
bad code
just do ctx.channel
or heck you can even just ctx.send
very inconsistent
also that crap would get race condition
I know
strange
Minecraft Map
isnt that the same code that i fixed one time
could be
look at me carrying all the worldbox bots smh my head
Smhmh
I wish there was a channel that was for coders
Like it could be called coder cave or something
And there could be this guy called hamza who blocks everyone for some reason
I think I’m on to something ngl
My secret is that hamza is actually the best user here if they just unblocked me
hint hint

no surprise its bad

Hamza! 
no hamza bad
simp
Can someone explain python CSV manipulation better than the internet?
If you want a Markov Algorithms code dm me
Ngl coders cave should be made into a channel
you have a file that consist of
column,column1
row,row1
each value is separated by a comma and new rows are always in new lines
you can manipulate CSV by splitting the newlines and then you can split each line again by a comma to get your values
ig
its easier on CSV files
than a raw text csv
@orchid frigate teach me rust
@orchid frigate you don’t know me but on April 14th say no to the question asked by cloudrider
Finally someone that understands
tell me how much rust do you know
ownership
asynchronous
other things not even a single thing
i don't even know the primitive
or what the :: is used for
alright
make it like basic output to terminal and input
so i can get the gist
like "what's your name" type of basic
use std::path::Path; //The "::" is used to access members of a data structure that dont require an instance or a "self" or when calling a function with whatever the <> brackets were called
fn main(){
let mut hello: String = "Hello Rei".to_string(); //"Hello Rei" is a &str which isn't a String so we need to convert it
println!("{}", hello); //Formatting has to be done this way, otherwise it throws an error
}
difference between &str and String is that &str is kinda like the buffer
its the less evolved and optimised version
String is the std structure
it has wayyy more uses and different ways to manipulate
let is basically var
and mut is saying that this veriable is mutable
everything else basic in the language is pretty much the same as other languages with different syntax
yeah i got that part
and things only start getting complicated when you get to iterators and macros
dw ill scrap the source code to learn
also about that &str
the heck is that
is it basically like bytes?
yes
its like an iterator of the bytes
no
how do instantiate a class
String::new("Hello");
There are no classes
another thing I should mention
WHATTT
The thing that replaces classes is structures
structures in this language are
insanely advanced
make sense
can you give me a structure example
@orchid frigate what's difference between String::from and String::new
use crate::vectors::Vector3;
pub trait WorldObject {
fn get_signed_distance(&self, point: Vector3) -> f32;
fn get_position(&self) -> Vector3;
}
pub struct Sphere {
pub position: Vector3,
pub radius: f32,
}
impl WorldObject for Sphere {
fn get_signed_distance(&self, point: Vector3) -> f32 {
let distance = self.position.distance(point);
let signed_distance = distance - self.radius;
return signed_distance;
}
fn get_position(&self) -> Vector3 {
return self.position;
}
}
pub struct Cube {
pub position: Vector3,
pub size: Vector3,
}
impl WorldObject for Cube {
fn get_signed_distance(&self, point: Vector3) -> f32 {
let o = point.subtract(self.position).abs().subtract(self.size);
let ud = o.max(0.0).length();
let n = o.x.min(0.0).max(o.y.min(0.0)).max(o.z.min(0.0));
return ud + n;
}
fn get_position(&self) -> Vector3 {
return self.position;
}
}
pub struct Ground {}
impl WorldObject for Ground {
fn get_signed_distance(&self, point: Vector3) -> f32 {
return point.y;
}
fn get_position(&self) -> Vector3 {
return Vector3 {
x: 0.0,
y: 0.0,
z: 0.0,
};
}
}
struct Foo{
a: String,
b: i32
}
impl Foo{ //Implement functions for Foo
pub fn new(a: String, b: i32) -> Self{ //Self if big S is the data type
Self{a: a,b: b} //Whenever you dont put ; at the end of a line that means you are returning whatever is in the line
}
pub fn foo(&mut self) { //We are not creating a new instance of Foo so we need to have an existing instance in the form of self
}
}
my structs are better
oh wait
new creates a new instance
without the &str
from creates with the &str
so new just makes an empty string
I dont just keep random structures on my pc
I just wrote mine
I never asked them to do something so useless
oh alright
bruh
if you have such knowledge in graphics
i already got better at rust
why not do graphics
that's not knowledge in graphics
real graphics
talk about ironic
that's not graphics graphics
that's just a meme algorithm that allows you to do stuff
also in rust you have really good error management
in the form of Option<> and Result<>
In this coding adventure I explore ray marching and signed distance functions to draw funky things!
If you're enjoying these videos and would like to support me in creating more, you can become a patron here:
https://www.patreon.com/SebastianLague
Project files:
https://github.com/SebLague/Ray-Marching
Learning resources:
http://iquilezles.or...
elaborate
yeah you never get errors in rust
its kinda like magic
code compiles 200% of the times
with no errors
smh
i dont need that in C#
i dont need a babysitter to tell me what works and what doesnt
Options because of <> can have any data type in them
So uhhh they are kinda hard to explain
struct Foo{
name: Option<String>
}
impl Foo{
pub fn new(name: String) -> Self{
if name.is_empty(){
return Self{name: None} //None means that we basically return Null
}
Self{name: Some(name)}
}
}
Its basically being able to return null
without null
much safer
Result is the same
but instead of having to return None you return whatever you want
struct Foo{
age: Result<u32, String>
}
impl Foo{
pub fn new(age: u32) -> Self{
if name < 18{
return Self{age: Err("Too young".to_string())} //
}
Self{age: Ok(age)}
}
}
got it
so strong......
is this valid?
that first self return wouldnt return
you should try bevy, hella good
String is complex and mutable stored on the heap, and also owned. &str is borrowed from the compiler and immutable (good for compile time constants) and most often are 'static
eh not really important unless you wann know how the language works
all you really need to know is String = better &str
atleast on a beginner level
oh yea right because its inside an if
well just add return
ayo watch me wreck this basic coding class
imma pull up with vscode dark mode and every possible C++ redistributable
on a windows 8
with 2gb memory, 2 core cpu running on 2ghz max
and its not even mine
and it can't even run new C++ after 2015
because im missing service pack 1
Hola

2 hour long scrum meeting causes desire for blood ngl
Must be hRd
All of that just to print "no maidens" 💀
How tf did the Rollercoaster tycoon dev manage to make their game with assmebly
Without the comments but still
Uwu
Get good
btw I didn't know this before I started assembly, but you don't need the malloc function, you can just start addressing memory
And another tip, if you look at godbolt alot of languages actually store variables by decrementing the stack pointer
And also, if you use a register to address memory it's a lot faster (plus easier for dynamicicity)
Like inc [rax] instead of inc [0]
Come join mod mansion with me and my homies https://discord.com/channels/522561390330904585/526398394545995776
Mod mansiom
Pur
User reported to the proper authorities!
Who
MzxzM#8762
Some discord clients show hidden channels
..
Plugins fpr BetterDiscord*
This would be a Clint not approved by discord and would be against tos
for*
Mute and put them under review?
What????
Yall mods get a life
Who reported me???
NO WAY HE GOT ACCESS TO THE https://discord.com/channels/522561390330904585/526398394545995776
no i didnt
Copy paste exists
I cant even read the channel name
And this
This is from an image some mod leaked in #🌎general once
Btw thanks for telling me there are clients that show hidden channels
Thank you for stating your case this won’t last much longer
As in this will be dropped and you won’t be in trouble
Were you gus discussing this in mod channels???
Nawwwwww
Walk it off
Hi
everyone knows that channel exists 👽👽👽👽
dude is literally using rock paintings to find news
Real
What happened to you 💀
Furry femboy Zezzy uwu
Okay eye stop saying that
I get it
My find is worthless thanks for constantly reminding me
Everyone knows that channels existence so well that everytime i send it to #general ppl get suprised
ill keep it reminding you ☎️
sir why do you keep doing discord bets
simply do not do them at all 🥐
what is hRd (I'm not a coding man so idk)
2 hour long scrum meeting that causes desire for blood
ah
One message removed from a suspended account.
what
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
i can only speak english 😔
One message removed from a suspended account.

Yeah
Come join me and my homies in #🔨ban-appeals
Better discord moment? Against TOS??!?!?!!?
It's much less complicated than you think
In reality assembly is simpler than any programming language because it doesn't have almost any features
Also I'm pretty sure assembly can use the same tools to make shit as C like the same object files
So writing high level assembly is like writing more complicated C
Its very inefficient to write code in assembly
Thats why no one does it
Its not hard
You just need to remember the instructions
And you need a brain
cringe

You need waaay more logic to do simpler things than C
Or any other language
Other than Virtual assembly ™©®
View the leaderboard online here.
1. ᒍᑌIᑕᗴᗯᖇᒪᗪ •
8,789,857,732
2. Nono0496 •
4,475,903,522
3. Xiphos🦀 •
2,972,329,721
4. Dale. •
1,783,489,448
5. Glonk •
1,336,364,998
6. orange •
1,084,641,994
7. Adiniz •
970,841,515
8. 887501117884342382 •
930,146,188
9. Em' [on a break] •
706,035,237
10. 399444900497719296 •
444,572,202
You dont need the logic
Someone already wrote it
You need logic to use their logic
You don't just call random functions until it works
Unless you want to
Assembly is like trying to make a skyscraper out of lego's
You could, but you could also just use duplo blocks instead
So why bother?
c is concrete
Im more into python myself
then again, ive quite literally not left secondary school
assembly is cringe
Valid
im still in secondary school
Same here brother
im doing CS GCSE's, hoping to do it for A levels
im just doing gigs
for cheap prices
cause heck nobody wanna hire me
being a programmer at young age is a curse
Valid
same
CS tests this year are gonna be wildin
there are no past papers
lmao kiddos
better 16 than 13 man
Check if:
(Secondary school == Middle school) = True
At least i can form coherent sentences is what that means
Shut up dude
fr
Sorry no offense
Funnily enough, my mother and father are directly from libya
Turkish?
i can do it in sinhala
but they never taught me arabic
Skill issue
I was literally born in tripoli
i agree
Ben türkçeyi konuşurum aga
indeed
You think grade boundaries are gonna be high?
100 de 100 türkğm sen anca amerikalı gurbetçi ol
عربي > تركي
nah
Wait, do you do cambrige?
mokada oya katakarane
Wait what
even i know that its called cambridge
yes
the realisation 💀
congrats dude, you want a medal?
(Real)
Arapçayı yemişim
you ate what now
cyprus moment
Arapça türkçeden nah iyi
unlike your dad smh
reported
Funny coming from the 27 year old neckbearded fatty sitting in his greasy chair he shat in 10 days ago, awake at 2 am when his wagie shift at mcdonalds begins tomorrow
and who would that be
wtf
i didnt ask who would that not be
No hamza
yes hamza
Turkish is superior
the answers quite clear then.
not really
anyways, who knows how to create a list in python?
urmum = list()
or
thanks
shit way of doing that
urmum =[]
as the other dude said
Ouch
SO true
OMG BAY PAS
what?
aight
No dont delete
close call
i used a swear word
nothing happened
womp womp
Im not encouraging people to do disallowed actions
you can say fuck
You can never truly delete your messages, they all get logged in: #💬 message-logs
- meatballs
yes
but if people dont know its there
i can say the fuck word, but not the funny bodily part
they wont look
soo true
Worldbox logic
just say pp
anyways, do you use python @barren shale ?
worldbox moment
i use a lot of things
then tell me the point of map() and enumerate(), because my teacher keeps mentioning them outside of class, and claims they're useful
but they just seem dumb as shit
you know what is usefull
you should always use enumerate to loop through a list
maybe map(), but enumerate is just a shitty for loop
f string and execute
just use a for loop
why even use enumerate
you can achieve the same with a counter and a for
for loop does not give you the index
counter does
so you would need to create a range to get the index
true
A counter works just as efficiently
and is far less confusing
u can find that
and map just maps a function on a list of things
just dont use python
its c tier
unless ur using it for AI or data science
maybe if you cant edit the function, sure (like pythons main functions), but if its a custom function, just add a fucking for loop
im planning on branching into those lmao
what language should we use?
its the same thing
what is C sharp and C++ useful for then?
C# god S tier
because ik most libraries just repackage c sharp code
dont listen to @orchid frigate
to use in python
he is tpying up something stupid
Who tf are you to say that
that would be C code
difference?
O
Better
Worse
so C#, C++, and C are different languages entirely?
yes
Fucking hamza not knowing ahit
Why do they all share C then?
I'm sick of this
bro you've been programming for like 2months
shut up
I'm better
Not wrong
NO
no youre not
Wrong !
ive seen your code
Your not one to judge
im the only one who is not cringe
"Everyone else is dumb except for me"
that's not what i said
Did you ever help me with my code??? Hamza did you?
did you ever ask?
same vibe lmao
Yes
Back when i was asking for constant fixes
should i learn java?
With my web scraper
why?
well i cant help you with something i dont know anything about
Uni reverse🥹
because java is a trash version of C#
Cringe don't know anything
you meant uno?
What is C# useful for even?
a lot
If you dont know web scraping then how are you pro programmer
It is useful just not fun
give example
To program in
Even i know web scraping
its the most fun language
You shpuld automatically know it
Bro noone cares about web development
Anything web is cringe
Ur cringe
ASP.NET which is used to develop web apps is what its popular for
but im making a discord bot with it
Web = data oughoughggggg
Stfu you don't know shit
and i've made windows apps and mobile apps with it
Data 😋😋😋😋😋😋
you can basically do anything
Interesting
Yum i like knowing when is the most common hour for ppl to post animations on an animation app 🤓🤓😋🤓😋🤓
Set up a data structure in the form of a GDT in ram by assigning each bit and then talk about data
Idot
most useless skill in 2023
Kinda
WTF
@rose pawn your literally nothing don't speak ever again
says the nothing
Bro chill
smh
Fucking agreed
why do u like that gif so much?
Dog
Shut up hamza
I am chill
cat
i see
Put it into democracy then
cat>dog
Damn i totally forgot i was in #⌨coders-cave

