#⌨coders-cave
1 messages · Page 4 of 1
when you are so stupid that you dont go to #🤖bot-commands to use bot commands

best coding language?
C#
depends on the use case
Machine code
tell me a use case
i dont really get you guys
you always reply with "depends on the use case"
then when i ask the use case you guys would reply generic shit like "every language excels on a use case......" then 2 paragraphs of the same thing all over again
like bro
just tell me the use case
it doesnt matter anywhere be it discord, reddit, or facebook, always the same reply, i didnt ask for 3 paragraphs of statement i asked for a use case cmon
But there isnt a best language
What assembly can do c# cant and visa versa
Plus its opinion based
i
asked
for
a
use
case
also there are things assembly cant do
well uh
can assembly well
can it uh
uhh
can you write hello world in one line :)))
yep it cant do that, c# can, therefore c# better :)))
Ok old man lets get you to bed
alright im on my way to my microsoft bed
Does it have a exFat filesystem
i believe it runs on ntfs
Stupid filesystem for stupid bed ig
go to sleep to your machine code bed
But I mean like, if you're gonna be making an Android app I can't tell c# is the best language for that as it very clearly isn't. Every use case has it's optimal languages
i can make an android app in maui that runs in c# which can also run in linux and windows
js frameworks can do that
there are no python, java, assembly, c++, rust and c frameworks for that
i can also make a game in godot/unity that runs in c#
c++ can do that with unreal
but other language dont have it
therefore c# best :) it has everything for anything
AI
you can use C#
but are you really ready for that
hint: you're not
hint 2: ive tried a lot
and lets say you want to get experience in android apps so you can get a job
dont do maui
because you wont find a job
I'd say C# is a really good language because you can do everything with it (if you're willing to sacrifice)
but if you want a job
I would choose C# if you wanna do backend and that only
even C# updates are a lot more focused on ASP.NET than anything else
if i'm not learning programming for a job any time soon i would choose C# if I want one thing that I can do a lot with
i did, microsoft ml.net is actually really good, you can train the model on python let's say yolov5 and use it in c# for making aimbots
you can even train it yourself, on the backend ml.net uses tensorflow
you jsut said python
still
yes i said python
still uses c and c++ on its libraries not even pure python lol
like when u make a phone vibrate just by tapping stuff on ur phone
sir this is a wendy's
xD i have no idea
that is uh
@orchid frigate's stuff
like hardware stuff idk how that works
maybe an api???
idk
u guys just specialised in software?
the model builder is a wrapper around the cli
comsci?
yes that means you can do much more gpu stuff
computer science its a college course
ohh right
why
go ahead
which suck
so ig u can do it ther
bruh think i didnt try
there are 2 bindings
its much easier
but pytorch is made for python
how does a camera take pictures?
pytorch is the one used by most corporations
its ur wifi not the internet
how big is the internet?
what is that
a python library that runs on pytorch
does all the settings shit for u
Its... complicated
Also what do you mean by hardware stuff
Pretty much every device is different
And every component is different
But basically
All the code that people write in high level programming languages gets compiled into machine code
This is hexadecimal code
This code code contains the exact instructions that the cpu needs to execute
But how does the cpu read it?
All the hexadecimal code then gets turned into binary code by the processor (the 0s and 1s)
And now it can flip its transistors to do what it has to do
Computers are basically just machines with many switches
That get flipped all the time
There is also writing to ports, communication between different hardware etc but thats really complicated stuff so I wont go into detail
i need help
basically i wanna move a spaceship between points
and
its not working
lemme send the code in a sec
public class TutorialScene : MonoBehaviour
{
public float speed;
public GameObject[] waypoints;
public int currentWayPoint = 2;
bool isMoving = false;
void OnTriggerEnter2D(Collider2D col)
{
if(col.gameObject.CompareTag("Finish"))
{
SceneManager.LoadScene("MainManu");
}
}
void Update()
{
if(waypoints[currentWayPoint].transform.position.x - transform.position.x < 0.01)
{
isMoving = false;
}
else
{
transform.position = Vector3.MoveTowards(transform.position,waypoints[currentWayPoint].transform.position,speed);
}
}
public void changeWayPoint(int wayPointDirection)
{
if(isMoving == false)
{
isMoving = true;
currentWayPoint += wayPointDirection;
}
}
}
in unity
btw
help
please
idk, ask someone
well idk that stuff, go ask someone who knows it
then why you writing on the channel
💀
cuz I can
can sb that actually knows how to help help me?
u prolly misspelt something then it doesnt work idk programming
bro💀
if you idk coding then why not learn?
i mean
if u want to help
or at least chat here
then....
nah cuz I can, others can
well, i can commit war crimes in usa
but i wont
couse its stupid
speed might be set to 0
have you checked that
uh u cant just compare warcrime to chatting
speed is 5, the problem is that the spaceship is too fast tho
i can, you just said that everyone can chat
do the movement manually then
wdym?
bruh
x += speed * direction.x
something like this
direction = the magnitude of ( target vector - pos vector)
and before u move make sure that you're not going to over step
np
you can check for over stepping by calculating the direction after the movement and check if its the opposite of the direction before the movement
if it is
then you overstepped
and if that happened you would set the pos to the target
k
@knotty root i need help with my assembly bootloader
How do I intergrate ext4 filesystem drivers
So that I can boot the kernel through those
????
Show me some example code
cant, my computer broke
Well just write it on your phone
Also I have been writing low level code for a while now
But I think its time I switch things up for a while
Im getting bored from creating an assembler (big endian to little endian is killing me)
So
I think I wanna do some unity stuffs
Get my back to my roots
Kinda excited for this ngl
When you enter 32 or 64 bit mode
and boot accordingly
Bios functions no longer work
a
The bios loads the bootloader
well you can lile
The bootloader loads the kernel
Its not that simple because
Where is it
You gotta read it
Sector by sector
For fat12 its easy
For ext4? Probably hard af
Considering how advanced it is
fat32
just better
But the header is kinda different
or the exFat
Exfat is weird
Because the os dev wiki kinda treats it as its own filesystem not part of fat
It doesn't say alot about it
Recently I found out about the
Minecraft 20w14~ update
And im so fascinated by it
How tf it works
Any game devs here care to explain
what's with the update
3
Yea
The randomness part I get but somehow
All of them are them are.... well you just answered it
or hashed object as seed
They use the book as seed
That makes sense
Still really cool tho
I have been exploring dimensions all night
But im starting to see alot of basically the exact same places with different blocks
Which makes me believe this is not as random as it seems

alright I gave unity my best shot
I tried
but I cant
not for me
too library dependent
where do you get the mods?
from stackoverflow
you should be used to it
if you cant
you wont survive js, where everything is a library
c#'s library dependencies are on a normal level tbh
cant, idk how
i can give you my game base if you want
at the price of only 99.99$
best of the best
can u code and program offline?
If you are a superhuman being that can fix errors without asking people online, yes
very experienced ones can
dorsnt use dependency injection, id but it at 8$ :)
i got my own dependency injection
is it project-wide
wider than your mother
any lua chads?
What application is used to make c++ codes and programs for windows 10?
visual studio is good
Ill just lesrn in yt
If you are a lua "chad" dont stay in the channel for too long
This channel has long history of making fun of lua
whos lua?
Lol
lol richt
the game program must be huge congratulations to all the developers
A moderator of an app that i have known for 5 years has passed away im and really sad
R.I.P
python is better
lua has 0 legitimate use cases
absolutely none
it's a disgrace to all programming languages
every language is embeddable
assembly is in all language
its also small
its as fast as your processor
Egg
openai gpt-3 is now 2 to 3 times cheaper
did it really get that unpopular
or did they find out a way to make it more efficient
nobody
can I sleep in a car run by autopilot?
not if you're the driver
How would one go about making a gui in assembly
could definitely use its speed
you can
Nah
The only way you could make gui with assembly is through a graphics API
Which is already really fast in any language
@main brook did you fix the laptop
nah need the speed because python is too slow for my project
probably not, but
I use as much c compiled libraries as possible
but some of the stuff that makes it slow is unavoidable
learning i guess
Why tf would you learn with lua, embeddable was a good point from the Microsoft fanboi so lua is mostly used as a programming language in games and such
I personally have nothing against lua
One of the games I really like but I dont remember which was made in lua
So I like it
like
for loops
and what are you doing inside the for loops
the for loops traversethe object arrays
which draw blits that move, eat stuff etc
@amber monolith every time i see your name
I get reminded of
MacOS
And I read it as
MacOS BakOS
I just wanted to let you know
too late to change it now, holds too much weight from gmod days
you may also not wake up
doesn't mean you can't >:)
you can also stab yourself with a kitchen knife, what's your point?
sure if people want to risk their life to nap in a moving car
you do you
you are also putting other people in danger
from my experience with coding python is better for learning, especially since it has a practical application
/rank
The Autoroles module is disabled in this server.
Bruh
The Autoroles module is disabled in this server.
I have a question
Is there a mod for NCMS that guarantees trait pass downs?
I know there is one bepinex
But it no longer works
no
#🔧modding-talk is the better place to ask, however I do have an answer:
I'm pretty sure Selective breeding mod should work, although you may have to go to Nexus Mods for that. There was another one recently made by SuperCoder, but you may have to modify the mod to make the chance 100%
Thank you!
why
whats the point
c and c++ compiles to assembly and it uses all tricks in the book it compiles it better that a human
NO
Stop saying it compiles to assembly
I get goosebumps every time I see it
It compiles to machine language
A disassembler is how you see the assembly
Plus writing straight assembly can be much faster than with a compiler because even if it optimises
It still makes much more code than usual
but is it worth the extra time spent on writing the code
Im just saying its faster because he said it isnt
Not saying you should write gta 6 in it
Assembly is machine code made easier to understand
This means that
06(opcode) 00(arg1) 02 44(arg2)(machine code) == load eax 500 (example assembly)
Also I meant machine code
Not machine language
Srry
so does c++ compile directly into machine code
and so does assembly
i heard someone say that assembly was about as low level as it gets
(not actually writing it)
everything gets compiled to machine code
thats what compilation is
assembly is as low level as human readable langauges get
binary is the lowest possible level of representing data
bit by bit
ah ok
i swear aswell that the reason quantum computers are so fast is that they dont use binary
they have 3 states instead of two i think? which means the numbers they can represent grows far more exponentially
is that why quantum computers are so much faster
quantum computers are
a very very young technology
pretty much every processor is different
all I know is that they use qbits
which are somehow both states at the same time
using quantum physics
Пон
E e e e e e e e
can a potato pc run a super advance ai that can feel emotions like humans do?
when did this channel become this
since the beggining of time
this only started when u came in lol
everything can run anything
but that potato pc will take forever
wanna be my kitten? :3
no you can be the kitten bring back the felix pfp
noh I like paper planes more
no it didnt
@knotty root i wanna be your discord kitten<3
oke u be my nerdy discord kitten :3
Nerdy!?!?
You lost me my guy
Only way to repay yourself would be with nitro
Or
Just money
nah im just kiddin who tf even r u?
idk I can just access it
im breaking up w u
Hahaha
You thibk yoy have a choice with that
I decide when you can break up with me
nah im going now byee
byeeee then
No you cant
Thats not how this works
Dont you understand
You are breaking the rules
were def breaking up, ur very manipulative
101110010110111000010000010110011001010010101
ur stinky breath doesnt affect ne anymore
Stinky of flowers and gunpowder
Your two favourite things 🚶♂️
Also
nope
You cant leave me because
Im higher rank so you have to listen to me
Also
@knotty root
tails
I'm gonna be graduating a year earlier than planned and now I'm stressing out because idk where I want to study after vocational school
I know I want to get a higher education
but I'm having doubts about every single choice
just calm down and school
yes
considering you want it to explode
yes
You can run it
But it would most likely just completely freeze afterwords
I swear im just going from app to app
Trying to figure out what to do for four hous
And yoy always end up typing right as I enter this chay
How
So should freezing actually be called
Hottening
My computer is hotted
It doesn't do anything
maybe
should be stuck
because it relates real life
if you're stuck
there's something hot inside you
inside the case
if you know
you know
yes
I was more thinking like
Idk
A hot brain
When your stressed
Your brain oberworks
So it just kinda gets hot
And like the cpu also gets hot
And a cpu is kinda a brain
In a way
If a computer was a human
What would its hardware be translated to human parts
probably the brain sections
which for short term
and long term memory
eyes for camera
ears for microphone
limbs for utilities
vocal cord for speaker
heart for its time clock
lungs for regulating temperature
RAM short term
Disks long term long term
Rtc?
I was surprised to learn that
Windows still uses this shit
It sucks
motherboard would be again
And the legs are the little wheels that cost 700$ on macs
some brain parts
rate the pc build
The total cost was around 170 dollars and I don’t play much games outside of roblox
the farthest I go is probably gta 5 performance wise
so
gtx 660 for 50 bucks
i5-4590t for free my friend gave me
16 gigs of ram for 19 bucks
ddr3 to be specific
750 watts for 33 bucks
67 dollar mid tower case that came with 6 pre installed fans and can hold 8 fans
12 dollars cpu fan cooler
using hdd for storage will get ssd as soon as possible
and the motherboard was 10-19 bucks
lga1150 btw
what do you guys think
what the fuck
what is this sorcery
for $170
at most without the gpu
its like
$300
and with gpu its $600
or less
talk about different region
and different prices
if you live in america you should be able to afford better
just a couple of months of part time job should get you a top tier computer
I'm surprised nobody did /report on him for sending 113 consecutive messages in a row without interruption
lmfao
⚠ Warned TalkingBen#8830
no America sucks ass rn
unfortunately
it always has though
I can’t work I have school
and I can’t drive alone yet
This is such a privileged thing to say
why not
people underestimate the free time they get
like u only need 6 hours sleep
7-8 hours school
4 hours work
rest go drinking or whatever
Fits in very comfortably
as a teenager u shouldnt sleep only 6 hours
and its different from one person to another
im sorry but i go to school 10 hours a day
starts at 6:30
ends at 17:00
and there's homeworks
D
Me who gets an average of 2 hours or sleep a night 🚶♂️
If I were like that
You bet I'm either not doing homework
Or doing it at school
everyone does it at school
I aint spending 12 hours a day for school
i joined 3 extracurricular
so i go home at 5pm everyday until Friday
school is okay
but it has a computer lab
with a fuckin rgb setup
is it for a test or gaming
headphones rgb
mouse rgb
even keyboard
like what
school is weird
but also termux usually fills my free time
in school
What do yoy do with it
I usually do cmatrix
Put in under my desk until someone notices
And I tell them I'm hacking the school
that sucks
still
U still got 6 hours free time
If you sleep for 8 hours
lets brag about who abuses their bodies more
@main brook remember that one web scraper code you helped me make
Dev of that website told me to not use it anymore
Because it slowed down the page
Goodbye scraper script 😦
😦
"=("
bro one scraper is slowing their website
what kind of shitty server is that
I made a scraper that scraped the results of 200 students per second from the shitty ministry of education website
and they didnt do shit
Ok ima go first
I can chug 10 shots of vodka without passing out
Before ypu ask
I have tested it
What else...
Im quite caffeine resistant
Once again tested
Oh why did that appear just now
Anyway
But you wanted a contest
:(
That’s pre drinks
🏴
Did I say those were the mains
Thats just the appetizers in the Balkans
To get you warmed up for the main course
drinking is the most cringe shit imo
The best alcoholic is the one that is able to be physically sober but mentally drunk
So you arent dangerous to the ones around you but you have a great spirit
the best alcholic is still a cringe person
any of yall used remix.run?
we're using it now for a remote device management software and it's awesome
drinking alcohol on weekends etc doesnt make you an alcoholic
although i question some of my friends sometimes
what 6 hours
above 5pm there's no work
but technically yes
free time
to do homeworks
usually 3 in a day
not to mention practices
I do that in free periods/form
good for you
i only have recess
which is only 1 hour 30 minute
divided by 2
plus a pray group for 30 minute
That sucks
how do you have any time to play football or anything at lunch etc?
45 minutes is piss
ok so
I decided to get myself a better cpu
but stay with 8 gigs of ram
from 4590t to 4590
a whole 1.3 ghz increase
unbelievable
well believable
ram is really cheap
but if you dont have a decent cpu i dont see why you would need 16 so yeah 8 is alright
it doesnt work like that 
no
i can barely survive on 12gb
i run youtube, spotify, adobe photoshop, vs 2022, discord and task manager
its the things
u run
Because
Im not about to save my ram every time im using my pc
Im not using it just for work

I also play games on it
Alot
Ram is easily the most important thing you need
Even a gpu doesnt matter as much
depends
For every day use
ofc the gpu doesnt matter for everyday use
but also 8 gb of ram is good enough for every day use
Yea if every day use is not playing games
every day use means normie stuff
But I bet 99% of people here use their pc for that
Normal means whatever the majority does
The majority plays games
Wdym no
in countries like the us
everyone has a computer
most of them rarely play games
you can tell because they have a mac

💀
I guess your target audience matters
Macs are like
Why would you buy a mac
And not just do windows with linux in dual boot
Basically the same thing
i mean the new macs
are worth it
really good price
for a really good laptop
the M1 beats all the laptops at its price point
Idk the fact you have no control over it
and its not even close
They ma change their mind
- you can always jail break
And start caring
and if they dont change their mind
they wouldve wasted 1000$ to get a laptop of the same power
probably worse
We are talking like macs marking team
Lets talk like a user
"hi im joe and I have no idea how computers work but steve at work told me macs are good so I bought one in happy with it"
Damn so macs are good
because i listen to music
while watching youtube
spotify is only audio, yt runs an entire video
drawing tutorials?
you mean you're watching people draw
yes
why
everything is
code related
discord is running of code
so liek
when u send message here
its always related to this channel
She is, we live in a simulation you are all npcs except me
well, you suck for a main character
Noice
i don't play football
i play volleyball
and its after school
its a club
say that to the education department of Indonesia
aka DINAS PENDIDIKAN
Wait what you play football during lunch?
Game

yeah, mostly rugby though
Do you compete
I have never played rugby
But it sounds like a fun sport
I also play volleyball its really cool
some here plays footbal(as in "foot" "ball" soccer)
because Indonesia
you see many kids play football in the street 24/7
What language is worldbox coded on
atoms
Quarks
What if
Quarks are assembly
Atoms are C
And molecules are rust (because they are obviously superior)
Then python is the universe 🥰
and your mum is ||fat||
@main brook remember our conversation about filesystems
I decided to make iso9660 drivers only for now
because im gonna be booting from iso anyway
so yea little update
this filesystem strange af
it only uses uppercase
what
that reminds me of windows tbh
sometimes making a folder to an external drive
it forces all caps
for files and folders
can constantly evolving robots invent teleportation and time travel themselves?
America
no
but your mum can
wow their mom is pretty cool
توك متعلمها
translate: did you just learn the stupid word?
yo momma is so fat she has to be thunderclapped in bed to feel a lil bit of something
yo momma so fat when she goes to mcdonalds they call wendys for backup
wanna get in bed? 😏
Yes
Settings+multiple times per burger=developer panel
se x
😱
🤯
Anyone here know how to check if someone is subscribed to a channel in C#-
hello fellow coders hows the.. lua and... python going dudes
the lua and python should be at #🌎general \
because those are english dialects not coding
how do i install rulerbox
except no coder would be at a party nor solving the bug💀
the programmers dont leave their houses stereotype is kinda becoming cringe ngll
Thats also true
We can replace party with a bed
well i program and dont leave the house so ive accomplished my part idk about you other programers
I go to the gym 3 times a week
drop sbd
I only went out once when few of my friends asked me to go
Rest of the time no requests
From irl friends
bro what ur liver must be screaming
does going out mean drinking
because i dont drink
i live in a small town
so even if none of my friends wanna hangout
i can probably go take a walk and see someone i know and hang out with them for a few hours
i'd say i know 5% of the people i see on the street
most of the time in Iceland/England
I go to Volleyball trainings every day and go out with the guys every other day
cringeland
Yesterday me and the guys reserved a few benches for a fight that should have happened
But the guys never showed up
Just some guy with a scooter and a motorcycle smh
sounds like some 13 yrs old action
Everyone there was 17/18
they probably watched too much action movies
They know how to have fun
fights are not fun
They are
Plus when you have a thing with someone
fun
You gotta settle it
He chose it
Why should I care im there to watch
He has beef he fights
beef is better than chicken though
inb4 u both go to jail and lose ur jobs
i meant In school and maybe uni
after like 20 if your still having scraps for no reason then that’s a bit petty
its ok jim is an expert at leaving parties early
@next lotus @fair zinc keep the channel on topic
bro the topic of this channel is me and @orchid frigate
As hamza said
As if we didnt talk
This channel would have been removed months ago
We are literally the channel topic
what
since when was the last time i havent talked of code in this channel lol
C# is mid
the last language i talked before he sent that was python
how does random world generation work in wb?
hol up why is it when i go offtopic, it's called "going offtopic" but when Hamza and a moderator is going offtopic, its called "being the topic"
@orchid frigate @barren shale what's the worst coding software and how is the worst compared to the best
dont use vim
nobody cares
what is vim
you dont need to know
use the vs shit
vs code for any language
and vs for C#/C++/C
alright thanks
no worries
Okay, but how tf do you set VS up to use C
I have a school course in c and for the life of me I can't figure it out no matter what I try



