#⌨coders-cave
1 messages · Page 23 of 1
Without Java you don’t have Minecraft
Less cringe YouTubers
Bro probably uses lua 
Python is great
Python is a good language for its use cases
Which are not many
That’s why I like C#
Great language and a lot of use cases
Python does everything well, but ridiculously slow and only on windows
@sharp finch
c#
Big apps in Python are hell
And slow means not very well
Even on Linux python is slow
webbased its good as long as its not python "native" ui
tkinter is shit
worse than winforms
but hell nah bruh python is bad in general
If you want small api use typescript
If you want big api use C#
If you want fast api use go or rust
If you want AI then use Python
I hate nested if commands so much
Can’t you make an AI with Python?
~topic
Yes because of all the libs lol
I just realized… I just started learning Python and plan on learning JavaScript in the future. I’m pretty sure, when I finally get good at both, I can easily learn other coding languages through nothing but experimenting.
I don’t mean to pop your bubble but outside of the mainstream languages things get kinda weird and specific
I meant mainstream languages should be easy, newer, lesser known ones are the complicated ones
C++ I never fully got the only languages I’m confident in are Java and JavaScript
There is a difference?!
Yeah a pretty big one actually
I thought Java and JavaScript were the same
They’re similar and share a lot of commands but they are at their core pretty different
JavaScript is way easier to learn and makes way more sense
I’m assuming they are both used for different purposes
Yeah JavaScript is for web dev while Java is for like apps and stuff
@orchid frigate I FINALLY LOAD KERNEL INTO MEMORY
FROM MY CUSTOM FILE SYSTEM
it took so long because I was trying to fucking dynamically read it even though its allways the first thing to show up
bootloader:
; read the / folder into temp
mov eax, 6
mov cl, 1
mov rdi, tempsector
call ata_lba_read
; find data
mov rdi, tempsector
mov al, 3
call loopfindtype
; pray to god that it worked
mov rax, 49
mov rbx, 69
; ^ praying to god
inc rdi
mov rax, qword [rdi]
add rdi, 8
mov rbx, qword [rdi]
mov rdx, rbx
sub rdx, rax ; get ammount of sectors to read
mov cl, 1
mov rdi, tempsector
.readloop:
call ata_lba_read
inc rax
add rdi, 512
dec rdx
cmp rdx, 0
jnz .readloop```
ata_lba_read is from osdev
; .call. find a type for a kfs folder entry
; rdi=pointertofolder al=typetofind
; returns rdi (pointer to entry in folder) garbage:bl,cl
loopfindtype:
xor cl, cl
.next:
mov bl, byte [rdi]
cmp bl, al
jz .end
inc cl
cmp cl, 16
jz .endmissing
add rdi, 32
jmp .next
.end:
mov cl,5
cmp cl , 0 ; clear z flag
ret
.endmissing:
mov cl, 5
cmp cl , 5 ; set z flag
ret```
I gave up on dynamically reading it and just read whatever file came first
setting up vscode to debug was easy asf
idk why local didnt work tho
maybe compiler optimized it into not being a variable
and also stack is fucked up rn I think
Insane
All you gotta do now is add basic paging and a memory map
And you got a real non shitty bootloader with a custom filesystem
How do you compile this
Aren't C files compiled to elf which doesn't allow defining origins
You decided to learn 2 of the easiest languages so sadly it won't work like this. If you learn C# or Java ( Java is very similar to C# but used mostly for old code so I'd learn C# ) tho you can pretty easily learn most languages
That does exclude C++ and C tho because those are more low level languages
Also I'd learn one language at a time. No reason to try and juggle 2 languages, get good in 1 and then consider other languages but rather than learning new languages all the time you should do projects
once you know how programming works, learning languages becomes easy but it still takes a lot of time
The problem is you don't learn OOP in Python or really even JS
And OOP is a big part of how code is written nowadays
fuck oop
All I hear is skill issue
dealing with some random .NET library authors code sucks ass ngl
It took me 3 weeks to change REST request handling in this fucking library
if it was up to me I would've said it's not worth it to do this but for some reason the PM think it's absolutely necessary we do this stupid change
Well it worked so
And it doesn't work without it lmao
me and my friends make websites and im always the pm
i enjoy making their life hard
even though i do work too
I lead projects when I do my own projects but at work I haven't taken the lead of anything because my coworkers are 20-30 years older than me with tons more experience so it just feels weird
Aren’t C# and C++ the same thing?
I have been messing around with HTML and C++ on the side
C# and C++ are not the same thing. In fact they're extremely different
Microsofts OOP language. Way more high level than C++ that's used for anything from windows applications to APIs to video games
C++ is for lower level stuff and some video games etc.
The best language 
I regret ordering the JavaScript book now
what are you a minecrafter
I’d recommend c# if your learning code it’s easy and it will really help you once you get to more advanced stuff like c++ you’ll have a foundation
Web developer
Kind of
I will use it alongside C++
So far I’m decent with Python and HTML, and okay with C++
Big pig speaking non fractured English?
Shut it u marble eyed manatee
C++ isn’t that advanced
It’s literally just classes and variables
Designs
More so than C# is what I mean it’s not really a beginner language
Ah
That explains why it was miserable to learn at first
I started with HTML and C++
They are the only languages other than Python that I use
My thought is that you had no previous coding knowledge mb
That is a weird combo. You will never use them together
you can't use C++ with HTML

You know C#?
I have some
Not much
Python is amazing
So far
It’s so useful
I mean CSS
Cascading Style Sheets
I thought C++ was CSS
C++ is very different
hi
Ion know 1 line
I'm learning python
hi
nice
I heard all languages work similar
Kind of
So if I learn one of them it will be easier to learn another one
What the one to crack games
There are many
Exactly
all I know rn is how to make a calculator
Yeah
That is a good starting point
cam I use it to make AI
freakin jupe 
I started with making a calculator
You should learn C# first if you want that
I upgrade it as I learn
Yes
Yes
well for C# as you can branch off to different C languages
What the one to learn cracks
If you want to learn HTML, you NEED to learn CSS
I just took the python course
It’s practically a necessity
I want to make jarvis
Python is very different to other languages, it's not that easy to start learning other languages with Python as the foundation
I heard python is a very simplified language
What you have to learn is programming logic, studying this they are all the same.
My starting languages are kind of terrible for starters. CSS, HTML, JavaScript, and Python…
They cover most of the spectrum
But are either complicated or simple
Yeah, it can do everything but only does data stuff well
Can I use python and HTML together?
I just wanted to use it for calculations and data on a site
I’m talking about back end
You can use it for server side tho
Back end is possible yeah
But I'd use something else for 99% of the cases
I started programming in games when Unity 3D supported Javascript and I'm not ashamed
How do you guys use coding languages
Like Java/Script
I just use them for fun
It’s a side hobby that I want to work on
Coding is my job, I do full stack .NET development
Nice
is it well paid
and fun
I like it and I get paid pretty well
Can’t you work from literally anywhere
I like working from the office but technically yeah
I wish so bad zig was a better programming language
It's so good but kinda unusable right now
Missing core components a modern language needs
How
For me it was difficult for like
3 days
Its way easier than c#
Because it doesn't take oop seriously
The whole language is kinda pointless imo but either way
isnt that the point
barebones
you do waht you want to do
The problem is it tries to implement them
But fails
But still keeps them in
And every update changes the language so much it feels like a completely different language sometimes
Also it's documentation is very mid
It explains the language but leaves out very important details
And the compilation error management system is bad
How do i start coding 🗿
is there a way how i can make it so i can unlock all traits without finding every single one?

youtube
or if you like damaging your eyes read some books or documentations online
It's really young
It just needs time lol
It's so enjoyable
What is bro yapping about
Ikr
It's like C if it was made now
What
Is it a game engine
What language does it use
Its own, Bauxite
Teaches you how to use it too
Someone recreated DOOM with it in like- two days
It looks kinda
Another guy made a minecraft rpg
Limited
Nah
It's really not
The code blocks are for noobs
It encourages you to learn actual Bauxite to make your own blocks
Html isn't even a programming language get a hold of yourself
You're missing <style> and </style>
And your beginning tags
Smh
Unless you're using a CSS
Have you used unity
How would you compare it to unity
In terms of like
Complexity
Ehh, I understand a little bit about unity, but rpg in a box isn't complex at all
Super easy to learn
Currently making a game to be put on steam
How much of the work does it do compared to unity
Elaborate.
Does it make you do the lighting and the
You know
Backstage stuff
Backend stuff
Yeah, but it also has presets you can fiddle with
If I could send pictures I would show you some of my models
Does it force you to use a certain physics engine
Making 2d characters in a 3d world
Or can you use your own
Nah
That's good
You can use your own, but it has one built in
Seems interesting
Now that unity kinda fell its expected more game engines will emerge
The devs wanted to make something easy-to-use so kids could learn, but complex enough to make DOOM
So they made Rpg in a box
Currently getting updates at least biweekly
Can you release games on it or is it personal use
How does the licensing work
I'm.guessing they don't tax you considering it's 25euro
100% your own
They encourage releasing games
You don't even have to have their watermark on it
It's a fucking dream
They just added some stuff to really help with analog horror
I'll find a link hold on
Really cool camera effects
And I can't send links
:/
Anyway, look up rpg in a box free ranged combat, first person
I have to go write a chapter and then edit a yt vid
See ya
Unity never fell commentary YouTubers that have never coded in their life bandwagoned on the news and rode it literally none of the changes effect their target demographic there running a business not a charity
Popularity wise they did
It doesn't matter whether they are in their right or wrong if the public doesn't like them anymore
doesnt matter there still gonna make more money
And for a while that was the case so it was expected for new game engines to emerge
Well not really, game devs aren't that oblivious
Normal people who know nothing about game development think badly of unity but pretty much all game devs know better
Completely another topic tho. I had a problem today at work, I have the same class in 2 different namespaces and need it to be like that because one namespace is in a nuget package so I thought I could just cast from one class to another because they're identical except namespace but nooooo it was way harder than that
Still haven't fully fixed it but working on using automapper to fix the problem
Manual mapping is better
The configuration of automapper is half the amount of work of manual mapping
And if the class is big then it’s annoying to do it with automapper
Automapper has been used a lot on the project already so configurations mostly aren't a problem and it's a pretty small class
Well that means that it will bite them in the future as less new people will come compared to if they didn't do that
It's still the best engine for indie, mobile and vr games
or atleast best publicly available engine
if no one else does a better engine for these unity will still be used
UE will not be it
Godot seems to be far away still
c#
what automapper
i have
headaches
trying to use that
Yeah automapper is not very good
Configuring mappings is just annoying might as well do them manually in an extension class
How does that have anything to do with the conversation
Dumb c# prophets
Smh
hail c#
It will fall
New unity projects probably won't be made
it hasnt and wont
just because commentary people bash on it doesnt mean the common demographic is just gonna stop using it especially since the change effects literally only major developers which will continue to use it as unity is their career
like jupe said theres a reason unity is being used its the best publicly available engine for a reason
the only evidence ive seen pointed otherwise is arm chair devs saying "unity greedy therefore bad"
which you couldve guessed isnt much of a counter argument
i personally believe unity made the right choice to boost profit
heres a trend of when they changed their policy people were freaked for literally two days then they stopped giving a shit
its just banwagoning
Still you gotta agree their reputation among beginner/indie devs kinda fell
Even if not significantly
It had an impact
from what ive seen in countless servers actual devs dont really care
it mightve had an impact but its so insignificant it doesnt matter
which you could expect with any policy change
people freaked out about unitys merge with ironSource aswell and nothing came of it
is it me or do the things in this maze look familair
like that they arent just random shapes
the keep reminding me of things
There’s like an upside down A but other than that it’s pretty random
A is upside down V PeepoG
Idk, for me it was easy, my coworkers have made a great way to use automapper in the project so it was a breeze to do this with it
@wet girder I have a genuine question. For your job, don’t you have to worry about ai replacing you? Or will that never happen because AI does not have that human touch?
AI is fucking stupid
I use github copilot to help me debug recently it has been more of a hastle than help
and if it can't help humans code how tf is it going to replace human coders
I was messing around with it
It can code pretty well
It just lacks the human touch
So everything is kind of bad
I agree
It can do snippets of code pretty decent
But when the code needs to be a cohesive part of a big project it fails so badly
@orchid frigate
@barren shale you will like this
🔨 Banned 855099782120341535 indefinitely
Anyone got WorldBox mods
This is #⌨coders-cave 😭😭😭
Not #🔧modding-talk
Can you guys even read?
Christ
😭
I find it funny it’s called the coder cave
Whoever named it knew what they were doing
Probably Mastef
u realize that it doesn’t say that for most people…
I named it lol
Isn't it a great name tho
It is lol
I made a new API endpoint and configured the client to used that endpoint instead of an old one and was confused for a solid 5 minutes why I get 404 error trying to use the endpoint until I realised I was connected to dev server backend and not local backend 
🤓🤓🤓
Nah this is crazy😭
—
Follow @relatabletiktokvids
—
#explorepage #threads #selfcare #explore #selfhelp #selflove #selfcaretips #gainpost #selfcareday #skincare #skincareroutne #selfcarethreads #selfcarethread #skincarethreads #niche #skincarelover #skincareobsessed #selfcareroutine #selfcarematters #haircare #health #selfcarefirst #skincaretips ...
76220
JavaScript is miserable to learn
It’s so hard to remember stuff
I still prefer python for the console related things
Java is fantastic for front end
prolly just you
I could try to teach you some python
Maybe a bit of JavaScript in the future
I don't think so
The version I have I just downloaded it then put it where I wanted and setup path
But ugh i downloaded it directly from source forge
The first website that appears when u search mingw
I think there's multiple mingw's so lol
I don't like limine
It looks really good at first but
Idk it's not fun to write
It's better than multiboot but seems kinda janky
I'm writing my own bootloader rn cuz I forgot how fun it is
Plus it's more easily controllable
Yeah
Rn im stuck with a stupid error
Suggesting that the elf is fucked up but it's not
yeah im not really liking limine
this was because limine is extremely picky about its executables..
How do you get good at coding like unironically Ive been in 3 years of cs classes and I still dont get half the stuff in this chat
Tf
How am i supposed to find the correct version then
My network speed is fked up when i download from chrome so its always like 22 kb/s
College is half the equation
It teaches you theory
That you need about 50% of or so I have heard
Without practice and self teaching you wont get any better at it
HOW DO U FKIN INSTALL MINGW
I HAVE LITERALLY SPENT 5 FKIN DAYS
TRYING TO INSTALL IT
AND ALL IT DOES IS SHOWING ERROR
WHY
This is where y'all are hiding
I should have told you earlier but forgot
I suffered with that too
Alot
Lol
Why
Tell
Downloading and setting up programming tools on windows is pain
As you saw with mingw
On Linux
Most of them are downloadable in one command
Max like 5
Oh i see
Thanks for telling me that
I was trying to install mingw for like 5 fkin days
how do i
Finish this
how do i process a post request and make a bot sned the data as a messsgae
u should read
https://developer.mozilla.org/en-US/docs/Web/HTTP
Hypertext Transfer Protocol (HTTP) is an application-layer protocol for transmitting hypermedia documents, such as HTML. It was designed for communication between web browsers and web servers, but it can also be used for other purposes. HTTP follows a classical client-server model, with a client opening a connection to make a request, then waiti...
I am very useful
seems like it
I just put 3 weeks of work in to code review
I hope I don't need to refactor all of it
hey how to fully reset vs code without uninstalling it
@wet girder @ebon sparrow The jack o lantern!
Mwhahahaha
The chocolite!
Mwahahahaha
https://tenor.com/view/shaq-the-jack-o-lantern-mwhahahaha-nyehahahaha-laughing-gif-27609104
😱😱
AI tools such as chatgpt and Github Copilot are very useful tools for IT as long as you're good enough at the topic that you know when it's spitting complete bs
My coworkers have been doing cybersecurity courses that has some pentesting excercises and they've tried to use AI to help them but as they're not that into cyber security they don't know when the AI is spitting complete bs
I've had to help a couple of them so far
Imagine an ai that could figure out if it was lying and just say idk
Idk how that would be possible. The whole text generation thing is just AI trying to guess the next word
There is currently an AI model employed, which rectifies hallucinations of the previous result
Cool
AI has once saved me hours of time, tf you mean? 😭😭😭
It‘s always how you apply it
vscode blue screened my computer without being administrator
is it vscode though?
JRE can freeze your computer by eating up all the memories if you allocate too much to it and you dont need admin permissions 
idk if they fixed it cuz that was a couple of years ago
no this was on opening vscode
opening a c project
that wasnt configured
and when it runs out of memory malloc returns null
so it would segfault, not bsod 😭
depends
its better for more commonly known languages
Someone just tried to do this scam on me
https://en.wikipedia.org/wiki/809_scam
An 809 scam is a form of phone fraud which exploits the tendency of telephone subscribers in Canada and the United States to presume that a number in the familiar North American Numbering Plan format of 1-NPA-NXX-XXXX is a domestic call at standard rates because of the absence of the 011- international prefix which normally indicates an overseas...
I hate memory management 😭😭😭

The whole deal with memory management is
If you use space free it
I never really looked into it
Thought it was unimportant for me
But my small program is gobbling up all my RAM now and don‘t know what‘s causing it
Its not unless you are making a professional/big/loop program
What language are you using?
C#
You dont need to know it lol
Ah then you're just making bad code. Sorry to say that but it's true
It does it for you
Yeah you don't need to know memory management for C#
It sadly is
Im not gonna deal with memory management if im making an 100 linr test program
Have you noticed any spots in your code that use too much ram?
Because I am learning the language I am just fooling around, am trying to make a Desktop App at the moment, which pulls the weather data from my region
The loop basically refreshed the weather data and pulled it from a website over and over again
In what format is the data given to you
Im interested because I have never made something like this
Don‘t really know how it works, I am using a plugin to convert JSON data into a string
Ah
Anyways, thanks for the help
Hello guys so I'm working on a game so I need some help with C#
Because my guy can stick to the walls
Hard to help with just this info
Has anyone tried to create mods for the WorldBox by editing the .apk file?
I've never seen one but I'd ask in #🔧modding-talk . This chat is about general coding stuff not worldbox related
Okey
ld is way easier to use than I thought
it literally worked first try
oh nevermind it didnt
mega skill issue
!rank
I can’t remember how but it has to do with physic materials, look up stuff on that
I had an issue with that for a project and patched it, don’t remember how tho
assuming your talking about Unity lol
the language of unity lol
Nice
ty im just updating list
bro i said that i'd update it
i do this with everyone
I merely stated I remember who you are 🥱
and i merely stated i'd update it with everyone
Yep
I spend at least 30 minutes a day updating peoples records
What a waste of time
I keep a last updated spreadsheet so i can calculate who has been knowledge checked the last
Today its u
Good to know, I suppose
Its a very healthy practice
Listing the toxic people
It's like segregating them from society
Sounds like a waste of time tbh
A waste of time?! 🧐
Yeah
you wouldnt know a waste of ttime if your life depended on it
you've sent 12k messages in this server
Yep, I use school breaks efficiently 🥱
You're a student
Doesn't even belong here
This is #⌨coders-cave, not #harass-someone-because-I-am-a-weirdo
You harassed me
so dont even try to make the argument that its the reverse
Okay, harasser
Circular reasoning
You aint suffering
Well, you like annoying me
Which in cause, makes me suffer to some extend
So yeah
You arent annoyed
Not right now, no
You probably dont have OCD
Pure emotional response
On God
You like switzerland
I took the W out of that
How do you figure?
It's not like you're a minor or anything
this isnt wrong
oh really?
Except who aren't 👽
how old are you?
Adding this to my weirdo compilation
i cant send images
No embed perms
would've started an inception
Nice
Tim you are going through a phase where you're melodramatic
Kids in africa would beg to have your tough day over their good days
Yeah, and people being bombed in war would like to be starving in Africa
May I call you Timothy?
You werent bombed in a war
Timothy is not a correct form
Never said I was
I was
This argument is just meaningless, as people are in different situations
Some of which are less fortunate.
You are on the more fortunate side.
Stop using full-grammar, it makes me cringe
Make me, Timophy.
Alright, goodbye
You're using 75% grammar.
Also you have no control over my usage of things. Including lists.
can you make a list of how cool i am
its gonna be a big list so youre gonna have to be ready
Thanks
How about Roman stops making a list about toxic people and just about cool people, as it spreads happiness and love 💯
Time dee
The lists are for my stimulation only.
Dish’s
TimDee2
No matter how hard you try your list wont have a fraction of the number of people in my list
Timophy, Chillax.
Please consume thy pill of thy chill.
🙏
Funny guy. That's going in the doc.
Can yall just kiss already goddamn
ok
Write it once
yeah thats what i was doing
Never bother with linking again
lol
Ld is difficult once
I tried this ```
MEMORY
{
ram (rwx) : ORIGIN = 0x00010000, LENGTH = 1M
}
SECTIONS
{
.text : { *(.text) } > ram
}``` but it didnt work
Too complicated
literally everything bare metal in two words
Just make the most basic excuse of a linker script
Stolen from somewhere
Replace the values with your values
yeah I should have jsut gotten one from osdev lemme find that rq
And hope you don't gotta change anything afterwords
this is kernel
What bootloader do you use
yes sir
Its so simple it barely does anything
But its there
You can expand on it later to add memory or boot regions if you want but its not needed
Have you done anything paging yet
I have read the paging page on os dev like
10 times
Still no idea how ot works
So I pretend it doesn't exist
Also if you spam the space bar (the jump button) you can fly
that was an hour ago, basically an internet year
lol
What was ghat argument even about
It was so random
ongoing feud really
Did you steal bis girl or smt
That's an easy thing to fix tho. Just add a check if your character is on ground or in air. How I usually do it is by adding a tiny invisible cube under the character and if it overlaps with anything you can't jump
I think its just making level 3 things only able to access pages you say it can access
gdt but pages
I know the theory
I dont know the code or how the fuck any of it actually matters
fr
lol i put him on my list of toxic people
Thank you my guy I'ma go ahead and ask my dev to do it as I'm making sprites
Intel 5-level paging, referred to simply as 5-level paging in Intel documents, is a processor extension for the x86-64 line of processors.: 11 It extends the size of virtual addresses from 48 bits to 57 bits, increasing the addressable virtual memory from 256 TB to 128 PB. The extension was first implemented in the Ice Lake processors, and the...
Why do you keep a list of toxic people
No
I cant do 4 level
Stimulation
5 level would just be humiliation
oh wait this is the one that isnt implemented on any cpu's yet nvm
Limine has it for some reason
I love dopamine too thats why J love laugh gas
It has the most random features noone has ever or will ever use
lmao
And removes features that people need
and then says its "bloat free"
bruhhh
I cant even debug anymore
I was gonna tinker with Unity today but I was so tired after work I fell asleep in my chair while Unity was installing and woke up 2 hours later and decided to just not do it because it was already 9pm
every time I try to use unity I get a bit frustrated
wait so you actually have sleeping gas?
I tried unreal but my computer was too slow to run the menu part even before the 3D editor
The fucking ceiling was talking to me
nitrous oxide?
I like using unity. I'm already familiar with the basics of it so I can just start a project and get something working pretty quick
is it illegal
woah sleeping gas?
This server is not the place to talk about this
@unique latch is laughing gas legal
Move to dms or stop the topic
oh ok
Anyway so paging
Oh right limine depricated the console feature
And another feature I liked
And the file system feature was
Awful
Worse than multiboot
And that's when I said
At this point better make my own
And chat died
??
I went to read on uefi 😭
because apparently its memory map is better
am trying out edk2 rn
Uefi is GARBAGE
Its so bad I feel bad for the people who have to make things in it
for reall
even the sdk is difficult to use and has its docs bring you around in circles
And then it randomly crashes
Or doesn't work
For no reason
And you find out its not your code but its literally just bugging out
What?
lmao
@orchid frigate what bootloader do you use?
im trying grub, and having trouble with it detecting efi partition, despite booting off of the efi partition
if it's related to coding stuff then yes ig
aight
@orchid frigate
Yes and honestly I'd love to see more of it
I think I found my new favorite tool
https://github.com/nvbn/thefuck
i dont think this is a good idea
oh wait i thought i corrects typos
holy fuck this is actually a good idea
why ping me?
💀
i dont know how to explain
ok
I fucking hate
visual studio
why does cmake's tomfoolery force me to use it because its the only fucking thing that works, despite being the thing that works the least?
omg it suddenly worked without me doing anything :amiyaya:
[100%] Built target nanogui-python ... why is it so eager to support python like just fucking make bindings in a separate repo bruh
⚠ Warned dylanthesmallboy
Please do not use, bait, or bypass the n-word
Ok

Is there mao download for iOS
No
For what do you use VS?
Psychopath*
Using window cleaner on a monitor 
You shouldn't clean your window like that
What
Currently making my own
Im sick of limine being shit and grub being grub
Grub isnt bad
But its not good either
Plus I wanna test some things in real mode
fr
im teaching C# to a senior product manager at EA
wtf lmao
just letting you know that im spreading the language of gods
yeah 
EA 👹
yeah ima convince her that these sims 4 dlcs are a bit too expensive
tell her a yearly copy paste of a game doesnt cost 120 dollars
whyy
Что я тут делаю?
try an orc file 
did you put the multiboot header in its own section
cool
Пожалуйста, английский, этот канал предназначен для сообщества программистов. если ты хочешь говорить по-русски, пожалуйста, зайди на этот канал https://discord.com/channels/522561390330904585/524957604598906890
Ello
@orchid frigate I got my ld script to finally work
i was literally using -c and being confused on why it wasnt linking lmao
I figured out the e820, the thing I copy pasted didnt work, so I tried it on my own but the first call is literally setting carry flag 😭
do_e820:
xor ebx, ebx
mov edx, dword 'smap'
mov ax, 0x7b0f
mov es, ax
xor di, di
mov ecx, 20
mov eax, 0xe820
int 0x15
jc err
.end:
ret``` sets carry flag 😭
I dont get the e820
Where is the result stored
Is there an os dev page about it
Yeah but it's useless
The thing it gives literally doesn't work
And the instructions are bad
Is better, but not working for me
How did i have access to this channel?
We all do
Please go to #817762451293470730 this channel is English only
That's literally what Izon told that other person. 
It's a joke
Oh, my bad.
so many trial mods
Causing so many messages violating the channel description.
@prisma grail it seems you’re working full time
Nope
Xd
Пон
I do have a job, but not on this server. We volunteer here as staff, we don't actually receive money for it.
we are unpayed interns
Maybe maxim will add our name to the credits one day
maybe
It would be worth it to know my fake name is slightly visible when you click through 3 insignificant menus in a slightly popular indie sandbox game
its slightly popular
Yeah the big servers have millions
yes
there's many people out there who played the game without joining the server
i used to
Im not saying its not popular im saying its slightly popular
also how do you write code in discord???
It's ridiculously popular
noo I mean like
public void aqnaq(){
boolean aqnaq = no;
if(aqnaq){
System.out.print("Yes");
}
}
System.out.print("Goodbye world");
I think I get it now
bruh how
hmmm need more
public void aqnaq(){
boolean Izon = no;
if(Izon){100
System.out.print("Yes");
}
}
System.out.print("Goodbye world");
Sum 1+1 = "Yes".copy; Invalid
Average $valid$
'public void amongUs() {
if (sus.equals(yes)){
eject();
}
else {
safe++;
}
}`
how do you do the code blocks 😔
hi
add java
ohhh ok
public void aqnaq(){
boolean Izon = no;
if(Izon){100
System.out.print("Yes");
}
}
System.out.print("Goodbye world");
Sum 1+1 = "Yes".copy; Invalid
Average $valid$
if (sus.equals(yes)){
eject();
}
else {
safe++;
}
}```
I have done it
I probably have some syntax errors
Ribbit```
How do you add the color for the different functions though
btw if you don't mind me asking. What do you do for work?
put the appreviation of the programming language you're using like this
C# is cs, Python is py etc.
I'm still in school, and have a part time job where I code various things for a slot machine company, mostly in C++. I think that getting more specific than that might violate the NDA that I signed though.
Cool
I didn't know that you can do that, that's so neat when sharing code.
You need to create a character first. Use _start
...
what?
I used an _ for italics.
So the beginning of my message was technically speaking "_I".
ye it's pretty cool
ah
interesting
Are you studying CS btw or?
That command's been haunting me for weeks. 
I'm not at university rn, I'm at a special type of school in my country (I honestly don't know how to say what it is in English though), and it's basically a type of school for us to spend our last 5 years before we either work or go to university already on learning programming specific stuff and getting a programming specific graduation. I'm kinda struggling to describe it a better way than that though, sorry.
Sounds cool. I've personally graduated from vocational school which is the minimum level of education required in Finland and now work full time as .NET full stack web developer (mostly cyber security improvements so cryptography and stuff like that and REST and SOAP apis plus some front end work including UI/UX stuff). I've also enrolled to open university classes that allow me to get into university for compsci without doing high school but idk if I'll ever go to university in reality. My plan is to work until my conscription which starts 5th of january 2025 and then after conscription see if I want to study further or continue working full time
Hmm, that sounds interesting. I enjoy coding on the server side by far the most (and have a strong distaste for UI design, I'm bad at making designs that people enjoy and don't enjoy making them myself either). Unluckily for me, my school teaches way for client side logic than server side, so I almost only get to make stuff like APIs for personal projects. I'd also love to learn a lot more about topics more closely related to cyber security, but we basically don't do that at all.
Hello. I'm new to coding and just started studying software development this year. Does anyone have any tips for me?
the bot loves you
Well, it should shut up, because I'm rejecting it very aggressively. 
damn
stupid bot
and then people come and say text commands are better than slash commands

smh
Please provide the info that that's wrong to whatever admin made the decision to tell moderators to use the text commands of the moderation bot. 
(Not leaking anything by saying that since you can see the text commands for a split second before the bot deletes them and executes the action.)
Well, yeah, but I think that it also has slash command support, but we're all still using text commands.
skill issue
Also, I might be making stuff up rn on accident, but can't you just change that over since you're the bot owner?
the bot uses a very old version of discord.js
i tried to update it and everything broke
cant be bothered
Ah, Ig that makes sense.
I use text commands because I am used to them. Whenever I don't fully remember some command I use slash commands. I encourage people to use whichever they want tho
text commands have to read all the messages
will probably get deprecated at some point
they also miss some fancy new features like interaction things and ephemeral responses
slash commands are nice
especially if you have a bunch of args
or optional args
so you can display them as you use the command without having to type the help command to view those
it also just builds an alphabetic list anytime you use / which is nice too
epheremeral is good for reporting or moderation, or just even normal commands you dont want to hog the space of whatever chat you're in
Theres a bunch of benefits
yeah
its sooooo gooooood
the autocomplete when the arg is a user
you dont have to ping people or copy their id
JavaScript is actually so fun
@short chasm hey Arthur !
Thats why you need a program that scans for any anomalies within the code
I wonder which one it is
I just made a program that can convert pictures into ascii art
Now im able to turn gifs into ascii art too
How do I start making mods in world box?
Literally Satans incarnation
this code causes me physical pain 
You've heard of Linux from Scratch, but what about running Linux... on Scratch?
Project Link: https://turbowarp.org/892602496
CORRECTION: 1000 KHz is 1 Mhz, not 1 GHz.
•Site: https://denshi.org
linux in roblox next
Linux in Minecraft bouta be insane
How can I patch this code? I looked at the method sent by keymasterer, but since I will be doing something like this for the first time, I thought it would be better to get help and I don't know where to start, I'm trying to make new personalities for worldbox
Hello smart people
I need help
If f(x) is that
What is f(4)
||Also f(2)||
Nvm I figured it out
why not send us the entire picture

