#⌨coders-cave

1 messages · Page 23 of 1

wet girder
#

naaah bro

#

C# is the best

knotty root
#

Without Java you don’t have Minecraft

distant wraith
#

Less cringe YouTubers

barren shale
#

Bro probably uses lua xzibit

rose pawn
#

Python is great

barren shale
#

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

quartz pumice
#

Python does everything well, but ridiculously slow and only on windows

ivory trail
#

@sharp finch

next lotus
#

c#

barren shale
#

And slow means not very well

#

Even on Linux python is slow

next lotus
#

tkinter is shit

#

worse than winforms

#

but hell nah bruh python is bad in general

barren shale
#

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

next lotus
#

but what if i want cute femboys

#

we go for rust

short chasm
#

I hate nested if commands so much

short chasm
stoic vortex
#

~topic

quartz pumice
short chasm
#

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.

flat valley
short chasm
flat valley
#

C++ I never fully got the only languages I’m confident in are Java and JavaScript

short chasm
#

There is a difference?!

flat valley
#

Yeah a pretty big one actually

short chasm
#

I thought Java and JavaScript were the same

flat valley
#

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

short chasm
#

I’m assuming they are both used for different purposes

flat valley
#

Yeah JavaScript is for web dev while Java is for like apps and stuff

quartz pumice
#

@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

quartz pumice
#

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

orchid frigate
#

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

orchid frigate
#

Aren't C files compiled to elf which doesn't allow defining origins

wet girder
#

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

barren shale
#

once you know how programming works, learning languages becomes easy but it still takes a lot of time

wet girder
#

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

silent root
#

fuck oop

barren shale
#

All I hear is skill issue

wet girder
#

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

barren shale
#

become the PM

#

ez fix

quartz pumice
#

And it doesn't work without it lmao

barren shale
#

me and my friends make websites and im always the pm

#

i enjoy making their life hard

#

even though i do work too

wet girder
#

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

short chasm
#

I have been messing around with HTML and C++ on the side

wet girder
#

C# and C++ are not the same thing. In fact they're extremely different

short chasm
#

Oh

#

What is C#

wet girder
#

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.

rigid mulch
short chasm
#

I regret ordering the JavaScript book now

rigid mulch
#

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

short chasm
#

Kind of

#

I will use it alongside C++

#

So far I’m decent with Python and HTML, and okay with C++

jolly field
rigid mulch
short chasm
#

It’s literally just classes and variables

#

Designs

rigid mulch
short chasm
#

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

rigid mulch
#

My thought is that you had no previous coding knowledge mb

wet girder
#

you can't use C++ with HTML

wet girder
short chasm
#

Not much

short chasm
#

So far

#

It’s so useful

short chasm
#

Cascading Style Sheets

#

I thought C++ was CSS

wet girder
#

C++ is very different

short chasm
#

I hate the names people use for languages

#

They are all so similar

ionic swan
#

hi

lethal vale
#

Ion know 1 line

ionic swan
#

I'm learning python

wild magnet
short chasm
#

Java, Javascript, C, C++, CSS

#

Each of those are vastly different

wild magnet
ionic swan
#

I heard all languages work similar

short chasm
#

Kind of

ionic swan
#

So if I learn one of them it will be easier to learn another one

lethal vale
#

What the one to crack games

short chasm
#

There are many

wild magnet
short chasm
#

Python can be used for things like that

#

Hacking

ionic swan
#

all I know rn is how to make a calculator

rigid mulch
short chasm
ionic swan
rigid mulch
#

freakin jupe burger

short chasm
#

I started with making a calculator

wet girder
short chasm
#

I upgrade it as I learn

short chasm
rigid mulch
#

well for C# as you can branch off to different C languages

lethal vale
#

What the one to learn cracks

short chasm
#

If you want to learn HTML, you NEED to learn CSS

ionic swan
short chasm
ionic swan
#

I want to make jarvis

wet girder
#

Python is very different to other languages, it's not that easy to start learning other languages with Python as the foundation

ionic swan
wild magnet
short chasm
#

They cover most of the spectrum

#

But are either complicated or simple

wet girder
short chasm
#

Can I use python and HTML together?

wet girder
#

Nope

#

Not really

#

HTML is for websites. Python can't be for website front end

short chasm
#

I just wanted to use it for calculations and data on a site

#

I’m talking about back end

wet girder
#

You can use it for server side tho

#

Back end is possible yeah

#

But I'd use something else for 99% of the cases

wild magnet
#

I started programming in games when Unity 3D supported Javascript and I'm not ashamed

ionic swan
#

How do you guys use coding languages

short chasm
#

Like Java/Script

short chasm
#

It’s a side hobby that I want to work on

wet girder
#

Coding is my job, I do full stack .NET development

wet girder
short chasm
#

Jobs like that seem interesting

#

Is it a fun job?

ionic swan
#

and fun

wet girder
short chasm
#

Can’t you work from literally anywhere

wet girder
#

I like working from the office but technically yeah

orchid frigate
#

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

jolly field
#

So mean

orchid frigate
#

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

barren shale
#

barebones

#

you do waht you want to do

static solar
#

C++ is overrated tbh

#

There are way better alternatives already

orchid frigate
#

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

gentle fractal
#

How do i start coding 🗿

white merlin
#

is there a way how i can make it so i can unlock all traits without finding every single one?

knotty root
silent root
#

or if you like damaging your eyes read some books or documentations online

quartz pumice
#

It just needs time lol

#

It's so enjoyable

orchid frigate
#

What is bro yapping about

orchid frigate
strange mesa
#

Rpg is a box is legit a dream to use, making a game rn.

#

Very fun.

orchid frigate
#

It's like C if it was made now

strange mesa
#

Rpg in a box

#

It's on steam

orchid frigate
#

Is it a game engine

strange mesa
#

Yeah

#

Really fun to use

orchid frigate
#

What language does it use

strange mesa
#

Its own, Bauxite

#

Teaches you how to use it too

#

Someone recreated DOOM with it in like- two days

orchid frigate
#

It looks kinda

strange mesa
#

Another guy made a minecraft rpg

orchid frigate
#

Limited

strange mesa
#

Nah

#

It's really not

#

The code blocks are for noobs

#

It encourages you to learn actual Bauxite to make your own blocks

orchid frigate
#

Html isn't even a programming language get a hold of yourself

strange mesa
#

You're missing <style> and </style>

#

And your beginning tags

#

Smh

#

Unless you're using a CSS

orchid frigate
#

How would you compare it to unity

#

In terms of like

#

Complexity

strange mesa
#

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

orchid frigate
strange mesa
orchid frigate
#

Does it make you do the lighting and the

#

You know

#

Backstage stuff

#

Backend stuff

strange mesa
#

Yeah, but it also has presets you can fiddle with

#

If I could send pictures I would show you some of my models

orchid frigate
#

Does it force you to use a certain physics engine

strange mesa
#

Making 2d characters in a 3d world

orchid frigate
#

Or can you use your own

orchid frigate
#

That's good

strange mesa
#

You can use your own, but it has one built in

orchid frigate
#

Seems interesting

#

Now that unity kinda fell its expected more game engines will emerge

strange mesa
#

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

orchid frigate
#

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

strange mesa
#

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

rigid mulch
orchid frigate
#

It doesn't matter whether they are in their right or wrong if the public doesn't like them anymore

rigid mulch
orchid frigate
#

And for a while that was the case so it was expected for new game engines to emerge

wet girder
#

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

barren shale
#

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

wet girder
#

Automapper has been used a lot on the project already so configurations mostly aren't a problem and it's a pretty small class

orchid frigate
wet girder
#

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

next lotus
next lotus
#

i have

#

headaches

#

trying to use that

barren shale
#

Yeah automapper is not very good

#

Configuring mappings is just annoying might as well do them manually in an extension class

orchid frigate
#

Dumb c# prophets

#

Smh

lofty phoenix
#

hail c#

quartz pumice
#

New unity projects probably won't be made

rigid mulch
#

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

orchid frigate
#

Still you gotta agree their reputation among beginner/indie devs kinda fell

#

Even if not significantly

#

It had an impact

rigid mulch
#

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

quartz pumice
#

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

flat valley
#

There’s like an upside down A but other than that it’s pretty random

hushed eagle
#

A is upside down V PeepoG

wet girder
wet girder
rose pawn
#

Real

#

Goldilocks alchohol concentration level

short chasm
#

@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?

wet girder
#

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

short chasm
#

I was messing around with it

#

It can code pretty well

#

It just lacks the human touch

#

So everything is kind of bad

short chasm
wet girder
#

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

short chasm
#

True

#

It is decent with html though

#

That’s about it

quartz pumice
#

@orchid frigate

orchid frigate
#

@barren shale you will like this

barren shale
#

true

#

but now even better than java

#

by a lot

half warrenBOT
#

🔨 Banned 855099782120341535 indefinitely

glacial prism
#

Anyone got WorldBox mods

static solar
#

Can you guys even read?

#

Christ

#

😭

jolly field
#

Whoever named it knew what they were doing

#

Probably Mastef

pseudo musk
quartz pumice
#

after like 8 months ive abandoned everything and am trying again with limine

wet girder
#

Isn't it a great name tho

jolly field
wet girder
#

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 wbfacepalm

rose pawn
#

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 ...

Likes

76220

short chasm
#

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

humble wasp
rotund latch
#

sso yall code stuff?

#

teach me pls

short chasm
#

Maybe a bit of JavaScript in the future

remote wraith
#

Ugh guys

#

Is this the correct version?

#

Click on image

#

It says beta

quartz pumice
#

The version I have I just downloaded it then put it where I wanted and setup path

remote wraith
#

The first website that appears when u search mingw

quartz pumice
#

I think there's multiple mingw's so lol

orchid frigate
#

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

quartz pumice
#

Rn im stuck with a stupid error

#

Suggesting that the elf is fucked up but it's not

quartz pumice
#

yeah im not really liking limine

quartz pumice
orchid frigate
#

Make your own

#

Atleast if something fails

#

You know you are the one that sucks

flat valley
#

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

remote wraith
orchid frigate
#

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

remote wraith
#

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

remote wraith
#

AHHAHAHHAH it FIXED

#

IT FIXED FINALLY

#

i only did hello world tho

onyx ginkgo
#

This is where y'all are hiding

orchid frigate
#

Please use wsl2

#

Please without it you will suffer

orchid frigate
#

I suffered with that too

#

Alot

quartz pumice
#

Lol

next shell
remote wraith
remote wraith
orchid frigate
#

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

remote wraith
#

Thanks for telling me that

#

I was trying to install mingw for like 5 fkin days

next lotus
#

how do i

remote wraith
old mural
#

how do i process a post request and make a bot sned the data as a messsgae

quartz pumice
# old mural how do i process a post request and make a bot sned the data as a messsgae

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

old mural
#

seems like it

wet girder
#

I just put 3 weeks of work in to code review

#

I hope I don't need to refactor all of it

velvet fable
#

hey how to fully reset vs code without uninstalling it

jolly field
wet girder
#

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

quartz pumice
#

Imagine an ai that could figure out if it was lying and just say idk

wet girder
#

Idk how that would be possible. The whole text generation thing is just AI trying to guess the next word

static solar
wet girder
#

Cool

old mural
#

ai for writing code is shit.

#

(not always but i have some experiences)

barren shale
#

depends

#

ai solves all of my css problems

#

i love it

static solar
#

It‘s always how you apply it

quartz pumice
#

vscode blue screened my computer without being administrator

barren shale
#

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 xzibit

#

idk if they fixed it cuz that was a couple of years ago

quartz pumice
#

opening a c project

#

that wasnt configured

quartz pumice
#

so it would segfault, not bsod 😭

old mural
#

its better for more commonly known languages

wet girder
#

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...

static solar
#

I hate memory management 😭😭😭

next lotus
#

lmao imagine having to manually manage memory

#

laugh at this person

static solar
orchid frigate
#

If you use space free it

static solar
#

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

orchid frigate
#

Its not unless you are making a professional/big/loop program

wet girder
#

What language are you using?

static solar
orchid frigate
wet girder
#

Ah then you're just making bad code. Sorry to say that but it's true

orchid frigate
#

It does it for you

wet girder
#

Yeah you don't need to know memory management for C#

static solar
#

It sadly is

orchid frigate
static solar
#

It is a clusterfuck at this point

#

Can barely read it myself

wet girder
static solar
#

Wait

#

Bruh, I just forgot to remove a loop

#

Alright, works now

wet girder
#

nice

#

what are you making?

orchid frigate
#

I didn't even know there was an issue

#

But at least its fixed ig

static solar
#

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

orchid frigate
#

In what format is the data given to you

#

Im interested because I have never made something like this

static solar
#

Don‘t really know how it works, I am using a plugin to convert JSON data into a string

orchid frigate
#

Ah

static solar
#

Anyways, thanks for the help

hollow sky
#

Hello guys so I'm working on a game so I need some help with C#

#

Because my guy can stick to the wallswbsuffer

wet girder
snow ibex
#

Has anyone tried to create mods for the WorldBox by editing the .apk file?

wet girder
quartz pumice
#

ld is way easier to use than I thought

#

it literally worked first try

#

oh nevermind it didnt

barren shale
#

mega skill issue

vale hinge
#

!rank

split parrotBOT
lofty phoenix
#

I had an issue with that for a project and patched it, don’t remember how tho

#

assuming your talking about Unity lol

oak parrot
static solar
oak parrot
static solar
#

Ah, you are that fuck

#

I remember

oak parrot
#

i do this with everyone

static solar
#

I merely stated I remember who you are 🥱

oak parrot
static solar
#

Yep

oak parrot
static solar
#

What a waste of time

oak parrot
#

Today its u

static solar
#

Good to know, I suppose

oak parrot
#

Listing the toxic people

#

It's like segregating them from society

static solar
#

Sounds like a waste of time tbh

oak parrot
static solar
#

Yeah

oak parrot
#

you wouldnt know a waste of ttime if your life depended on it

#

you've sent 12k messages in this server

static solar
#

Yep, I use school breaks efficiently 🥱

oak parrot
#

You're a student

static solar
#

Doesn't even belong here

static solar
oak parrot
#

so dont even try to make the argument that its the reverse

static solar
#

Okay, harasser

oak parrot
static solar
#

Literally getting out a raise out of the suffering of a person

#

Actualy weirdo

oak parrot
static solar
#

Well, you like annoying me

#

Which in cause, makes me suffer to some extend

#

So yeah

oak parrot
static solar
#

Not right now, no

oak parrot
#

You probably dont have OCD

static solar
#

Yeah, yeah

#

You probably don't have a father

oak parrot
static solar
#

On God

oak parrot
static solar
#

Tf

oak parrot
static solar
#

How do you figure?

oak parrot
#

This is a life long hobby

static solar
#

Lmao

#

Abusing emotionally unstable people?

oak parrot
#

this isnt wrong

static solar
#

I certainly am

#

Lmao

oak parrot
static solar
#

This is Discord

#

Almost everyone here is a minor

static solar
#

Except who aren't 👽

oak parrot
#

how old are you?

static solar
barren shale
#

sounds like witchhunting

#

bean

oak parrot
#

is that an illegal question

static solar
oak parrot
#

lol

#

im adding minor to my compilation

static solar
oak parrot
#

i cant send images

static solar
#

No embed perms

oak parrot
#

would've started an inception

static solar
#

Nice

oak parrot
#

Tim you are going through a phase where you're melodramatic

static solar
#

No, today was just pretty tough

#

Not feeling too well

oak parrot
#

Kids in africa would beg to have your tough day over their good days

static solar
#

On God

#

Glad I am not there

static solar
#

Yeah, and people being bombed in war would like to be starving in Africa

oak parrot
#

May I call you Timothy?

static solar
#

🥱

#

It's Timophy

#

Idiot

oak parrot
static solar
#

Timothy is not a correct form

static solar
barren shale
static solar
#

This argument is just meaningless, as people are in different situations

oak parrot
#

You are on the more fortunate side.

static solar
#

Stop using full-grammar, it makes me cringe

oak parrot
static solar
#

Alright, goodbye

oak parrot
#

Also you have no control over my usage of things. Including lists.

barren shale
#

can you make a list of how cool i am

#

its gonna be a big list so youre gonna have to be ready

static solar
#

Hamza really is cool

#

Oh, my game finally started

barren shale
#

i know

#

good luck

static solar
#

Thanks

#

How about Roman stops making a list about toxic people and just about cool people, as it spreads happiness and love 💯

jolly field
#

Time dee

oak parrot
jolly field
#

Dish’s

static solar
oak parrot
#

TimDee2

#

No matter how hard you try your list wont have a fraction of the number of people in my list

jolly field
#

Tim

#

Dee

static solar
#

Dec

#

afa

oak parrot
static solar
#

What is an ax and why is the so chill?

#

🥱

oak parrot
static solar
#

🙏

oak parrot
orchid frigate
orchid frigate
#

Linker*

quartz pumice
#

ok

orchid frigate
#

Write it once

quartz pumice
#

yeah thats what i was doing

orchid frigate
#

Never bother with linking again

quartz pumice
#

lol

orchid frigate
#

Ld is difficult once

quartz pumice
#

I tried this ```
MEMORY
{
ram (rwx) : ORIGIN = 0x00010000, LENGTH = 1M
}

SECTIONS
{
.text : { *(.text) } > ram
}``` but it didnt work

orchid frigate
#

Too complicated

quartz pumice
orchid frigate
#

Just make the most basic excuse of a linker script

#

Stolen from somewhere

#

Replace the values with your values

quartz pumice
#

yeah I should have jsut gotten one from osdev lemme find that rq

orchid frigate
#

And hope you don't gotta change anything afterwords

quartz pumice
orchid frigate
#

No

#

What are you working on like whay bootloader type

quartz pumice
#

this is kernel

orchid frigate
#

What bootloader do you use

quartz pumice
#

my own

#

bios

orchid frigate
#

Steal the linker script from

#

C++ bare bones

quartz pumice
quartz pumice
orchid frigate
#

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

quartz pumice
#

no I am still figuring out E820 helnasob

#

its giving me 137 entries every time

orchid frigate
#

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

hollow sky
oak parrot
quartz pumice
orchid frigate
#

It was so random

oak parrot
orchid frigate
#

Did you steal bis girl or smt

wet girder
quartz pumice
#

gdt but pages

orchid frigate
#

I know the theory

#

I dont know the code or how the fuck any of it actually matters

quartz pumice
#

fr

oak parrot
hollow sky
quartz pumice
#

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...

orchid frigate
#

Why do you keep a list of toxic people

orchid frigate
#

I cant do 4 level

oak parrot
orchid frigate
#

5 level would just be humiliation

quartz pumice
orchid frigate
quartz pumice
#

lol limine moment

#

probably doesnt even work

orchid frigate
orchid frigate
oak parrot
#

lmao

orchid frigate
#

And removes features that people need

quartz pumice
#

and then says its "bloat free"

orchid frigate
#

Like removing the console

#

And making it framebuffer only

#

Like why?????

quartz pumice
orchid frigate
#

I cant even debug anymore

wet girder
#

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

half warrenBOT
#
quartz pumice
oak parrot
#

wait so you actually have sleeping gas?

quartz pumice
#

I tried unreal but my computer was too slow to run the menu part even before the 3D editor

orchid frigate
#

The fucking ceiling was talking to me

oak parrot
#

nitrous oxide?

wet girder
#

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

oak parrot
#

is it illegal

quartz pumice
#

woah sleeping gas?

orchid frigate
#

I dont think so

#

Not sure

wet girder
#

This server is not the place to talk about this

oak parrot
#

@unique latch is laughing gas legal

wet girder
#

Move to dms or stop the topic

oak parrot
#

oh ok

orchid frigate
#

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

quartz pumice
#

I went to read on uefi 😭

#

because apparently its memory map is better

#

am trying out edk2 rn

orchid frigate
#

Uefi is GARBAGE

#

Its so bad I feel bad for the people who have to make things in it

quartz pumice
#

even the sdk is difficult to use and has its docs bring you around in circles

orchid frigate
#

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

unique latch
orchid frigate
#

Dw about it

#

Admins said to drop the topic

quartz pumice
#

@orchid frigate what bootloader do you use?

quartz pumice
#

im trying grub, and having trouble with it detecting efi partition, despite booting off of the efi partition

frigid cairn
#

Is 3d modeling discussion allowed here?

#

for games

young flume
frigid cairn
#

aight

barren shale
#

@orchid frigate

wet girder
wet girder
next lotus
#

oh wait i thought i corrects typos

#

holy fuck this is actually a good idea

quartz pumice
#

uwa

quartz pumice
#

why ping me?

north bane
#

sry

#

didnt mean to

quartz pumice
#

💀

quartz pumice
#

just edit it helnasob

north bane
#

i dont know how to explain

quartz pumice
#

ok

quartz pumice
#

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

half warrenBOT
#

⚠ Warned dylanthesmallboy

hardy field
#

Please do not use, bait, or bypass the n-word

indigo vessel
#

Ok

young flume
indigo vessel
#

Is there mao download for iOS

young flume
quartz pumice
#

hes a psycopath

static solar
short chasm
late torrent
#

Clean code

flat valley
neat spoke
orchid frigate
orchid frigate
#

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

quartz pumice
barren shale
wet girder
#

wtf lmao

barren shale
#

just letting you know that im spreading the language of gods

barren shale
orchid frigate
barren shale
orchid frigate
#

tell her a yearly copy paste of a game doesnt cost 120 dollars

quartz pumice
dry geyser
#

Что я тут делаю?

barren shale
orchid frigate
quartz pumice
#

I fixed it

#

it works now

orchid frigate
#

cool

young flume
still bramble
#

Ello

quartz pumice
#

@orchid frigate I got my ld script to finally work

#

i was literally using -c and being confused on why it wasnt linking lmao

quartz pumice
#

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 😭
orchid frigate
#

Where is the result stored

#

Is there an os dev page about it

quartz pumice
#

The thing it gives literally doesn't work

#

And the instructions are bad

#

Is better, but not working for me

livid mural
#

How did i have access to this channel?

knotty root
prisma grail
prisma grail
#

Oh, my bad.

quartz pumice
#

so many trial mods

prisma grail
#

Causing so many messages violating the channel description.

celest tendon
#

Worldbox

#

Am I right

queen zodiac
#

@prisma grail it seems you’re working full time

queen zodiac
hoary cloak
#

Xd

burnt kettle
#

Пон

prisma grail
jolly field
flat valley
#

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

young flume
#

what did you just say?!

#

slightly popular?!

flat valley
#

its slightly popular

half hedge
#

You have 500k members

#

On this discord server

flat valley
#

Yeah the big servers have millions

half hedge
#

No 😭

#

Minecraft doesn't

#

It's JUST the discord server

young flume
#

yes

half hedge
#

The number of people that actually join is like 1 in 75

#

Maybe

#

Or even less

young flume
#

there's many people out there who played the game without joining the server

#

i used to

flat valley
#

Im not saying its not popular im saying its slightly popular

#

also how do you write code in discord???

half hedge
half hedge
#

I'm a coder

flat valley
#

noo I mean like

half hedge
#

Yes

#

I read that wrong

#

IDC

young flume
flat valley
#

I think I get it now

half hedge
#

Nope

#

Wrong one

flat valley
#

bruh how

young flume
#

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$
flat valley
#

'public void amongUs() {
if (sus.equals(yes)){
eject();
}
else {
safe++;
}
}`

#

how do you do the code blocks 😔

half hedge
#

hi

half hedge
young flume
#

add java

flat valley
#

ohhh ok

young flume
#
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$
flat valley
#
if (sus.equals(yes)){
eject();
}
else {
safe++;
}
}```
#

I have done it

#

I probably have some syntax errors

half hedge
#
Ribbit```
flat valley
#

How do you add the color for the different functions though

wet girder
wet girder
#

C# is cs, Python is py etc.

prisma grail
wet girder
#

Cool

prisma grail
rocky kernelBOT
#

You need to create a character first. Use _start

prisma grail
#

...

prisma grail
#

So the beginning of my message was technically speaking "_I".

wet girder
#

ah

#

interesting

prisma grail
prisma grail
# wet girder Are you studying CS btw or?

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.

wet girder
#

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

prisma grail
# wet girder Sounds cool. I've personally graduated from vocational school which is the minim...

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.

clear sonnet
#

Hello. I'm new to coding and just started studying software development this year. Does anyone have any tips for me?

young flume
prisma grail
young flume
#

damn

knotty root
barren shale
knotty root
#

smh

prisma grail
#

(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.)

barren shale
#

i mean im talking about speciesbox

#

admins probably didnt make the moderation bot

prisma grail
barren shale
#

skill issue

prisma grail
barren shale
#

the bot uses a very old version of discord.js

#

i tried to update it and everything broke

#

cant be bothered

prisma grail
#

Ah, Ig that makes sense.

wet girder
barren shale
#

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

hollow bronze
#

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

barren shale
#

yeah

#

its sooooo gooooood

#

the autocomplete when the arg is a user

#

you dont have to ping people or copy their id

next lotus
#

C#

#

microsoft

#

Console.WriteLine(Console.ReadLine());

short chasm
#

JavaScript is actually so fun

mystic flint
#

@short chasm hey Arthur !

candid swift
fringe knot
#

That

#

That's pure evil

hollow bronze
normal torrent
# candid swift

Thats why you need a program that scans for any anomalies within the code

queen zodiac
barren lichen
#

I just made a program that can convert pictures into ascii art

#

Now im able to turn gifs into ascii art too

copper owl
#

How do I start making mods in world box?

static solar
wet girder
wet girder
quartz pumice
#

linux in roblox next

orchid frigate
#

Linux in Minecraft bouta be insane

barren shale
#

not possible sadly

#

or it is but super slow and super low memory

thorny surge
#

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

still bramble
#

Hello smart people

#

I need help

#

If f(x) is that

#

What is f(4)

#

||Also f(2)||

#

Nvm I figured it out

quartz pumice
#

why not send us the entire picture

barren shale
#

oh yeah i know this one 😂

#

its perfect