#⌨coders-cave

1 messages · Page 14 of 1

main stag
#

I code in binary

#

idk what you guys are coding in

#

@humble wasp why does this channel still exist

#

@knotty root what is your favorite coding language

knotty root
main stag
#

I don’t know what it does but I love it

knotty root
#

Yeah its honestly the best most customizable language

#

Like

#

Sure its great for beginners

#

But all true pros come back to lua

#

You'd have yo be pretty shit to want to use something else tbh

main stag
#

I only use lua and binary

#

only two that work on my windows 97 pc

knotty root
#

That's fair

main stag
#

best version of windows I’m never gonna upgrade

knotty root
#

I like lua with VBA as a close second

cunning summit
#

the sanest this chat has ever been

main stag
#

(not staged)

noble ginkgo
rose pawn
#

How do i learn how many non expired warns i have

distant wraith
#

Not related

cunning summit
#

overload the database's packets using a binary decoder by the 4 bit adder method

rose pawn
#

How do i print the answer to the question "how do i learn how many non expired warns i have?" In python

cunning summit
orchid frigate
#

Hmmm lemme test you

#

Instructions tell me how they work, how arguments are represented in binary

#

How many bits is your average instruction

#

And the hexadecimal representation of mov

orchid frigate
#

It's easier and less messy

#

this is misinformation

cunning summit
orchid frigate
cunning summit
#

in my case

#

Rust being "good" is misinformation

amber monolith
orchid frigate
#

bro I gave chatGPT the source code for a small integrated language I made

#

and it turned into a fucking debugger for it

#

I can run my language in chatgpt

#

this is so fucking impressive

cunning summit
#
if Response == 3.5 then
print("STOP THE CAP BRO")
elseif Response == 4 then
print("Understandable")
end```
#

rust and python users shaking their heads in disbelief when lua users pull up with the

#
if object then
print("it exists")
end ```
barren shale
#
if obj:
  print("it exists")
#

python seems simpler

quartz pumice
#

and why people use it

quartz pumice
cunning summit
#

it costs money

cunning summit
#

there is no end in python

#

barely readable

barren shale
#

so its kinda private

cunning summit
#

goteem

distant wraith
#

Is this guy even older than 10 years old?

#

That certainly would explain the stupidity and the complete refusal to accept any facts

#

If you can't tell where the indentation in Python ends, you've already failed

cunning summit
distant wraith
#

There's no any logical information in your trolling

#

The only thing you wanted from being like this was attention

cunning summit
#

i repeaetd what you said and you called me a troll

#

that speaks volumes

distant wraith
#

All things you've ever done in this channel was trolling

#

What am I supposed to say

#

Celebrate a troll?

#

You'll only find a new way to argue back to someone no matter what

#

I still don't know why I should care

rose pawn
#

/profile

random bolt
knotty root
#

it exists in PHP😳

main stag
#

the three people who use this channel?

knotty root
muted harness
#

anyone can help me about c# mvc

#

i send formdata with ajax $.ajax({ type: 'POST', url: '/applications/index', contentType: false, processData: false, data: formData, success: function (response) { // Handle the server response here alert("Application sent, Check your email") } }); but my c# action saves datas as null to sql here is my action ` [HttpPost]
public IActionResult Index(FormData formData)
{

        if (ModelState.IsValid) // Check if the form data is valid
        {

            // Create a new record and set its properties from the form data
            ApplicationClient AppClientDatas = new ApplicationClient
            {
                Name = formData.name,
                Email = formData.email,
                Number = formData.number,
                Context = formData.message
            };


            _context.applicationClients.Add(AppClientDatas);
            _context.SaveChanges();

            return RedirectToAction("index", "home");
        }
        else
        {
            // Return a JSON object indicating failure and including an error message
            return NotFound();
        }


    }`
knotty root
#

emm can you send the file

#

this just looks so weird

muted harness
knotty root
#

ok np, I can't really compile like that so I can not help you sir

muted harness
#
 [HttpPost]
        public IActionResult Index(FormData formData)
        {

 

            if (ModelState.IsValid) // Check if the form data is valid
            {

                // Create a new record and set its properties from the form data
                ApplicationClient AppClientDatas = new ApplicationClient
                {
                    Name = formData.name,
                    Email = formData.email,
                    Number = formData.number,
                    Context = formData.message
                };


                _context.applicationClients.Add(AppClientDatas);
                _context.SaveChanges();

                return RedirectToAction("index", "home");
            }
            else
            {
                // Return a JSON object indicating failure and including an error message
                return NotFound();
            }


        }```
barren shale
muted harness
barren shale
#

did you place a breakpoint to make sure that the data you are getting is not null

muted harness
#

But data is not null in js , it turns null during the ajax post

muted harness
barren shale
#

show me the FormData file and what the data looks like in javascript

barren shale
#

but what is formData

muted harness
#

Ajax

muted harness
barren shale
#

well i need to see how it looks exactly

muted harness
#

Sorry i am texting from phone

#

So i cannot share code

barren shale
#

ping me when you can and ill help

muted harness
#

Ok thanks for your time and help

orchid frigate
#

and it turns out its not that great at doing it

#

It forgot half the rules of the language the second run

#

and by the third it started writing straight up assembly replacing its registers with mine

quartz pumice
quartz pumice
#

so if it outputted more than 200 words its gonna start having issues remembering (not that it would forget completely)

orchid frigate
#

still its incredibly impressive it recognized it as a language

#

the things it does are mad

#

if only it could actually think for itself

upbeat pine
#

Does anyone have an idea of how to prove I've completed a project to an employer without making my source code public?
for instance I build a website and want to prove that i was the sole developer but i dont want to post my code on github for everyone to see.

distant wraith
#

No one would believe it

quartz pumice
#

Microsoft released an entire paper on it being close to being able to think for itself

quartz pumice
upbeat pine
upbeat pine
# quartz pumice Why don't you want to share it's source code

Because I Worked On it For Months and for someone to be able to copy and paste a complex website that I had to work hard on would kind of suck. It would make if feel unoriginal if I were to see a similar website with similar functions. And the person who copied and pasted it could be somebody thats not nearly as skilled on code and they could still slap there name on it even though they could never hope to build a site like that.

quartz pumice
#

isnt that the entire point of open sourcing for someone to copy paste it

#

I shouldve said this earlier; but if its a website cant you just host it

upbeat pine
noble ginkgo
#

that is not the point of open source

#

or free software

#

read any article on fsf's website

noble ginkgo
#

there js git history

cunning summit
outer geode
#

Hi

#

Guys image you can control the civilians

noble ginkgo
static solar
orchid frigate
#

it may be able to replicate self thinking

#

but actually doing it would be a revolutionary break through

cunning summit
#

ai gaining sentience would be awesome

#

we would be able to end a life without it being illegal

orchid frigate
#

thats one way to look at it ig

cunning summit
#

what colour is your neural network?

orchid frigate
#

a grand total of

#

0

#

I dont do neural networks

cunning summit
#

daman

#

damn

#

why not

orchid frigate
#

Daman

cunning summit
#

shut up

orchid frigate
#

should I answer or shut up

cunning summit
#

your sister is related to you

#

and your mother

orchid frigate
#

yes

cunning summit
#

Damn

orchid frigate
#

but I dont know how that asnwers my question

#

Daman

cunning summit
#

in my language

orchid frigate
#

🥹

#

I love this emoji

#

idk what its supposed to be

#

but I love it

#

it looks high af

cunning summit
#

lmao

#

ok go make a neural network

orchid frigate
#

no

cunning summit
#

actually, yeah?

orchid frigate
#

I make stupid compiler

cunning summit
#

add neural network to compiler

#

yes???

orchid frigate
#

hell nah

#

I already dont understand how this shit works and I wrote it

cunning summit
#

lmao

orchid frigate
#

if I had a neural network my brain will go back to factory settings

cunning summit
#

tbh i don't entirely understand how neural networks work yet

#

i want to make one but everyone uses python and cringe external libraries 🤮

orchid frigate
#
fn transform(s: String) -> Vec<String>{
    let ret = s.to_lowercase()
                    .chars() //hello fds cds fgd!
                    .filter(|&c| {
                        !c.is_ascii_punctuation() 
                    }) //hello fds cds fdg
                    .collect::<String>()
                    .replace('\n', " ")
                    .split(' ')
                    .collect::<Vec<&str>>()
                    .iter()
                    .map(|c| {
                        c.to_string();
                        let c = c.trim();
                        c.to_string()
                    })
                    .filter(|s| !s.is_empty())
                    .map(|s| {
                        s.chars().filter(|&c| {
                            c != ' ' 
                        })
                        .collect::<String>()
                        .trim()
                        .to_string()
                    })
                    .collect::<Vec<String>>();
    ret               
}
#

look at this beauty

orchid frigate
#

rust iterators at their finest

lofty hare
#

How do dowload mods to worldbox

cunning summit
#

"split(' ')" lol

orchid frigate
#

making shit from scratch is the goat

cunning summit
cunning summit
cunning summit
#

ask your mum

orchid frigate
#

ask your daman

orchid frigate
cunning summit
#

daman means "the girlfriend"

orchid frigate
#

the end result was I broke a linux install

cunning summit
#

nerd

cunning summit
#

who assembled assembly?

orchid frigate
#

it came from hexadecimal

#

so someone had to write an assembler in hexadecimal

#

basically writing raw programs

#

from scratch

cunning summit
#

very cringe

#

i make all of my programs by moving logic gates

orchid frigate
#

high level nerd lmao

#

I send electrical impulses to my cpu to write my programs

cunning summit
#

lmao

#

have you seen the shit people build in minecraft using redstone?

orchid frigate
#

yes

#

people need jobs

#

and build a boat mfs making particle accelerators

cunning summit
#

this blew my mind

orchid frigate
#

like straight up vulkan and opengl type shit or

#

something simpler

cunning summit
#

i think he just got

#

some corners

#

and then links them up

#

it's basic shit

#

he's not rendering red dead

orchid frigate
#

damn not impressive

#

I want to be able to play rd2 in minecraft

cunning summit
#

lmao

mossy cedar
#

Is C language really that common in ECE courses? Lots of websites I've visited, even ChatGPT says so. To be honest, I just want confirmation since there's this corner of my mind that's constantly screaming whenever I'm not sure about something.

fading obsidian
#

its a mod pack tho

cunning summit
#

lmao chatgpt just generated me a simple neural network

wide sail
#

Hello

#

im pro programmer because i know python
its
print("hello, world);
and its print hello world
am so pro

#

i also know js

console.log("hello, world");

it print hello world

cunning summit
#

pro programmer

wide sail
cunning summit
#

true

wide sail
#

i also know c# it

console.writeline("hello, world");
#

very pro 😎🍷

#

i run code so i pro very much 😎🍷

#

i can solve complex code like this

cnsole.log("hello, world")

there is a typo and there is no semi colon am so pro for noticing that 😎🍷

fading obsidian
#

damn he a pro

wide sail
cunning summit
wide sail
#

am profesional and i create 100 thousand per month

cunning summit
wide sail
#

i created the search box in the google so pro 😎🍷

orchid frigate
#

@wide sail Explain how a legacy bootloader for a x86_64 system works, how it loads itself into memory and say which bit mode it starts with

#

or no pro title is given to you

barren shale
#

ahhh yes

#

explain things that no one cares about

rocky elm
#

Hamza here aye

jolly field
barren shale
jolly field
#

Idk

barren shale
#

ty for the ping

jolly field
#

I take pride in it

#

I have pinged everyone

barren shale
#

i take pride in blocking people

jolly field
#

Based response ngl

orchid frigate
barren shale
#

that's you

orchid frigate
#

my name isnt hamza

barren shale
#

its haydot

orchid frigate
#

yes

#

exactly

barren shale
#

should be idiot

#

when ur github page looks like this

orchid frigate
#

I bet hamza means stupid idiot in some language

orchid frigate
#

thats enough

barren shale
#

enough for someone like you

orchid frigate
#

someone cool like me

barren shale
#

uncool*

orchid frigate
#

cool**

rocky elm
barren shale
#

its too boring

rocky elm
#

Oh well at least you didn’t no life it

barren shale
#

banned like half of the server

#

then quit

rocky elm
#

That’s what I’d do

slim creek
#

💀

quartz pumice
#

R

wide sail
# orchid frigate <@873869206519689238> Explain how a legacy bootloader for a x86_64 system works,...

A legacy bootloader for an x86_64 system is a small program that is stored in the boot sector of a storage device, like a hard disk or USB drive. When the computer is turned on, the BIOS initializes the hardware and searches for a bootable device. If it finds one, the BIOS transfers control to the bootloader.

The bootloader's main job is to find and load the operating system kernel into memory, so it can be executed. The bootloader is typically written in assembly language, which allows it to be very efficient and low-level. The bootloader starts in the bit mode that matches the architecture of the processor, in this case, x86_64. 😎🍷

#

believe me?

#

I'm so pro 😤🔫😎🍷

quartz pumice
#

Fix tests by removing them - KennyTV committed 20 minutes ago

quartz pumice
# orchid frigate <@873869206519689238> Explain how a legacy bootloader for a x86_64 system works,...

Like I know the question isnt for me I'm actually learning that stuff so like can you grade me

The BIOS loads the bootloader from the first sector on a readable disk, back in the time of floppy's they were organized into 512 byte sectors, the first sector of which is called the "bootsector", modern storage mediums don't work this way, but act like they do for the sake of simplicity.
The first 512 bytes is rather limiting for the high-level orientated programmers of today, so modern programmers would make a "micro" bootloader that's just a few lines which switches to a 64 bit real mode or 32 bit protected mode based on their preference and start the kernel directly. This is known as a micro bootloader.

The kernel, in turn, maps usable memory, loads some built in drivers and modifies itself to fit the requirements of the machine

quartz pumice
wide sail
#

Hello guyz its me profesional programmer i can solve complex code liek this:

documnet.write("hello word")

this is an error cuz there is a typo and also there is no semi colon am so pro for noticing that 😎🍷

#

i also know this language it's java 😎🍷

next lotus
#

javascript is java but in script

#

its the same thing if you remove the script in javascript

light canyon
#

All idiots I'm best programmer ever I can do this in binary

#

01100100 01101111 01100011 01110101 01101101 01100101 01101110 01110100 00101110 01110111 01110010 01101001 01110100 01100101 00101000 00100010 01101000 01100101 01101100 01101100 01101111 00100000 01110111 01101111 01110010 01101100 01100100 00100010 00101001

orchid frigate
#

Really impressed

#

Have you written one yourself

quartz pumice
frozen idol
#

одощгшглгшг не могу найти в

#

🚒🚒🚒🚒⚰️⚰️⚰️⚰️⚰️

barren shale
#

because its so easy to fix

fallow slate
#

If anyone is familiar with Lua can you help me, I'm trying to make a weapon and its currently a WIP so its just a pistol, can someone tell me why it wont shoot?

#

[manyathelovablecat] addons/manyathelovablecat/lua/weapons/idkmanya.lua:67: attempt to call method 'canPrimaryAttack' (a nil value)

  1. unknown - addons/manyathelovablecat/lua/weapons/idkmanya.lua:67
    This is the error ^
vapid flint
barren shale
#

lua is so trash you can debug it without learning it

halcyon jungle
topaz horizon
#

🦜🦜🦜🦜

orchid frigate
#

wait isnt vga long and protected mode only

quartz pumice
#

Yeah just switch

orchid frigate
#

the switching process sucks

#

I dont really remember it but I think you had to nullify all the segment registers and set up a gdt in assembly

#

which was basically setting it up in binary simplified

quartz pumice
#

yeah, some bios (including qemu) can handle vga for you entirely tho

orchid frigate
#

wdym

quartz pumice
#

int 0x10?

#

INT 10h, INT 10H or INT 16 is shorthand for BIOS interrupt call 10hex, the 17th interrupt vector in an x86-based computer system. The BIOS typically sets up a real mode interrupt handler at this vector that provides video services. Such services include setting the video mode, character and string output, and graphics primitives (reading and writing pixels in graphics mode).

#

just learned this yesterday then took a nap for 3 hours, then ate alot then slept again so my memory is shit

#
bits 16
org 0x7C00

helloworld: db "Hello World!",10,0

mov bp, $
mov si, helloworld
call print_str
jmp bp

print_str:
    mov ah,0x0E ; register prep for bios
    mov bh,0x00
    mov bl,0x07
print:
    mov al, [si] ; get char from pointer
    inc si ; increase pointer

    or al,al ; if end of string 0
    jz return

    int 0x10

    jmp print ; move to next character
return:
    ret

times 510 - ($ - $$) db 0
dw 0xAA55```
#

makefile ```make
asmc = nasm
cc = gcc
src = src
out = out

main:
$(asmc) $(src)/boot.asm -f bin -o $(out)/os.img

run:
qemu-system-i386 -fda $(out)/os.img```

#

@orchid frigate

#

im gonna make a github for it

#

then work on a micro bootloader and setup for kernel

orchid frigate
#

ahhh you mean the tele-type bios function or whatever the fuck its called

orchid frigate
#

they are hell to set up but you only have to do it once

orchid frigate
#

thats the last thing I learned before I moved on to kernels

quartz pumice
#

I know what to learn but I have learned nothing about it

lapis flint
#

The fifth

orchid frigate
#

You gotta write an entire fs driver

#

In the span of like 300 bytes

#

Cuz the headers and the other bootloader stuff take alot of space

#

I did it once and said never again

lapis flint
quartz pumice
#

like ```x86asm
bits 16
org 0x7C00

jmp hehe

times 510 - ($ - $$) db 0
dw 0xAA55

hehe:
; stuff

#

lemme try that rq

#

aw it didnt work 😭

knotty root
#

omg even better

strong saddle
#

After decompiling .wbox file it's time to do the most fun job of parsing through json and making documentation (ᴗ˳ᴗ)

distant wraith
#

That's like the most basic shit imaginable

noble ginkgo
cinder surge
#

I was going to make a website for my company in a gamr

#

Then I remembered how much coding a website sucks

wide sail
#

pnrint("hello, world")

I don't know why this code doesnt work

arctic escarp
#

c

quartz pumice
noble ginkgo
#

nah just use neocities and ms frobtpage

nova wagon
nova wagon
wide sail
#
console.log("hello, world");
cinder surge
#

I speak python not java

noble ginkgo
orchid frigate
#

its my favourite language to speak and listen to

orchid frigate
#

but you gotta read that into memory first I think

#

Im pretty sure there was some problem with doing this and writing a fs driver but I dont remember

#

wait now you got me thinking how to do that hold up

#

ok you can]

#

idk why I didnt do it

#

but you can read the memory after 0x7e00 using the bios functions and far jump to it

quartz pumice
steel fox
fading obsidian
steel fox
wet girder
#

Anyone who calls IDEs useless has no idea

#

At work I've been assigned to a project that was first made back in 1998. Some of this code is older than I am and if visual studio wasn't there to help me I'd not manage to do anything fr

nova wagon
#

Use python and VS code why are you stressing?

noble ginkgo
#

?

barren shale
wet girder
#

That's just because WordPress uses php

wet girder
#

It's so old that it was the only option back when it was first made. They've just stuck with it for their development time even though better options exist nowadays

#

Nah, I was taught PHP in school just 6 months ago

#

Never gonna use it tho

#

If I ever make a website it's either some simple thing I can do with WordPress or something more complex that I'll do with asp.net

barren shale
#

php is not dead its just trash

wet girder
#

I code websites from scratch but only for competitions that require me to

#

Going to a one in like a month

#

It's always a pain yet I'm still going back

barren shale
#

its been like one hour but sure

orchid frigate
quartz pumice
#

I get a syntax error, but I will try to figure out how to do that

#

oh I allready found it on wikipedia

#

hol up bios handles keyboard for me?? yay

orchid frigate
#

ye its really cool

#

you can make a small 16 bit cmd

#

its kinda difficult because the bios functions arent really made for this but still

orchid frigate
#

you can also apparently use the RTC with them

#

you can also set an alarm with it???

quartz pumice
orchid frigate
#

I have done it

#

but its kinda weird to set up

#

because the first file for the bootloader cannot go over 512 bytes because nasm

#

so you gotta make a second file with a common...entry point and link them together in a single file

#

I dont remember when you had to far jump tho

#

it divides the bootloader into two stages

magic topaz
#

I know this ain't coding but my 2 mf vms no longer work on the same network and domain 💀☠️ one of them is a DHCP server and the user vm IS NOT getting that Mf ip 💀

#

Guys I don't know why that took so long to send but I fixed it

noble ginkgo
#

i have waited aeons for thos

jolly field
#

Seamed

distant wraith
#

Sync http spam 🤮

#

Use aiohttp

distant wraith
#

And your last print isn't even indented confusedcat

noble ginkgo
#

mf got muted lmfao

#

skull emoji

frozen basin
#

/gamemode 1

barren shale
#

hard r

#

could be the name of a programming language

cinder surge
#

I dont like that you're right

orchid frigate
#

Now I really want someone to make it a programming language

#

And make it as offensive as humanly possible

winged gust
#

(”!dlrow, olleH”)tnirp

steel fox
#

i agree

quartz pumice
exotic dune
#

i want to learn to code

cunning summit
exotic dune
#

java

#

or html

cunning summit
exotic dune
#

ye

cunning summit
#

for web development i assume

exotic dune
#

ye

cunning summit
#

go watch some long ass tutorials on youtube lol

#

it's pretty cool how good they are despite being free

exotic dune
#

ok

cunning summit
#

i know jackshit about javascript or html but i know them tutorials are good

steel fox
#

they are

steel fox
#

its a brand of java that won't let you sell your web designs without paying them

hexed socket
#

does anyone know how I could make a mod that takes over the naming system and replaces it with my own code?

#

I've already made a standalone program that implements my naming code, but I can't figure out how I could put the idea into the game

quartz pumice
#

Don't use Oracle in the first place, they are the greediest company rn if you discount openai

cunning summit
#

other than no longer being open

#

it's just ai now

steel fox
cunning summit
#

how is openai greedy lol

steel fox
#

Some people don’t like how GPT4 software is behind a paywall but it’s mostly students cheating on college exams

cunning summit
#

gpt3 is good enough

steel fox
#

yeah

cunning summit
#

they hit us up with gpt 3 for free

#

also what plagiarism

steel fox
#

but they spread shit about it being greedy for putting new stuff behind a paywall

#

Colleges made gpt copying considered plagiarism

cunning summit
#

honestly gpt should be allowed

#

it's impossible to stop it

#

so you can rather teach people to use it

#

and correct its information and learn from it

#

some computer science teachers are doing that i believe

steel fox
#

But then the students don’t learn they use it to fill out their essays but don’t actually understand the topics

#

Idk much more but like google why they did it

cunning summit
#

if the students didn't learn enough to understand the topics already

#

have they even been paying attention

#

at that point would it even matter

steel fox
#

Probably not

cunning summit
#

i think they should be questioned harder lol

steel fox
#

Anyway gpt 3 is still amazing but gpt 4 is useful for ai studying and auditing its more targeted at the professional side of things

cunning summit
#

ai will take over anyways

#

i pray to the robot overlords

noble ginkgo
steel fox
#

Ouch

cunning summit
#

honestly just use command blocks

noble ginkgo
steel fox
#

damnnnn

steel fox
rose pawn
#

Today is the day when

fading obsidian
#

When

barren shale
rocky elm
#

Hamza you should have made a sb April fools

barren shale
rocky elm
#

Oh

wooden grove
#

I’m gay

distant wraith
rose pawn
#

I heard that spamming in random channels is allowed today

#

Cuz its april fools

orchid frigate
#

Yes

#

Do it but if anyone asks

#

Hamza told you it's true

#

Also tell me when you have read this

#

For scientific purposes

rose pawn
uncut schooner
#

ooh

noble ginkgo
orchid frigate
#

but thank you for the intel

rose pawn
#

@coders

#

This place is dead

distant wraith
#

Learnt about macro rules 😃

orchid frigate
#

in rust?

#

dont learn macros

#

unless you want to end up in a mental hospital

#

this shit is more complex than the entirety of C

cunning summit
#

there the ruster goes again

distant wraith
#

Not yet probably

#

It's so cool

#

Like I can create a custom syntax 😼

orchid frigate
orchid frigate
cunning summit
orchid frigate
#

why use them in the first place

#

what can they do that normal functions cant

cunning summit
#

how were you not removed on april fools and reinstated until kingdom come

orchid frigate
#

what the fuck is the meaning of that sentence

cunning summit
#

If we time travelled, you'd be the warband leader, i'd be a 3rd century aristocrat

orchid frigate
#

im a bigger rank than you

#

meaning im automatically superior

#

meaning I dont have to speak to you

#

truly a groundbreaking discovery

cunning summit
#

your mother

rose pawn
#

-avarage mastef response

hot steppe
#

yo

devout cipher
#

Me when uhh umm bug?!

#

😎

#

I know basic JavaScript

#

😎

cunning summit
#

can javascript scripters even make a proper script

next lotus
haughty glade
#

does anyone know which file contains sounds/soundtracks

echo ermine
#

C

outer geode
#

Hi

fading obsidian
outer geode
#

Your hulk

orchid frigate
#

idk how it happened

#

but I randomly started typing some shit in rust

#

without a goal

#

and it has turned into a multi-week project

#

that consists of some of the most complex stuff I have written

winged gust
#

I can relate, all I did was type print(”Hello, world!”) and now I own a multi billion dollar company

orchid frigate
#

bill gates is that you

quartz pumice
#

hi bill gates

rose pawn
#

@shrewd gyro microsof gates

#

Hello im here once again to complain about #🌎general and the brain-deadness there

#

(Print)"hello wolrd"

#

/Afak Karay !Ban

#

Remove half of the mods (they are unnecessary) and replace them with a handful of old/adult people with a lot of free time

#

Do admin have stats for how many warns, bans, banishments etc each mod have issued

#

And stats like how many of those bans were later appealed and stuff

quartz pumice
rose pawn
#

They can find them

quartz pumice
#

And absolutely none of them have free time

rose pawn
#

Old ppl do

quartz pumice
#

They don't

rose pawn
#

Trust me im speaking from experience

#

Old ppl are perfect and extremely reliable media mods

quartz pumice
#

Well yeah but

#

They don't have free time

rose pawn
#

They do

#

I know they do

#

They are retired

quartz pumice
#

That doesn't mean they aren't busy

rose pawn
#

10 cat pfp mods < 1 elderly mod

#

Create a channel that will lure old ppl in this server

#

Take those old ppl and make them mods

#

Yay better moderation

quartz pumice
noble ginkgo
noble ginkgo
radiant agate
devout cipher
quartz pumice
#

Simply missing some context

noble ginkgo
#

i dotn use c or its derivatives

astral basin
vernal herald
fading obsidian
distant wraith
wet girder
#

in c++ it needs to be int

#

and if I remember it needs to return something

#

which this code isn't

noble ginkgo
#

also when are you putting worldbox bot on ur gh

wet girder
#

it's there

#

just not public

noble ginkgo
#

ah shit

#

lemme guess you commited the fuckibg bot token to main

wet girder
#

Ye lol, I've been thinking of removing all tokens from the code and do it in env files as you should and making a public amp repo

half onyx
#

not a coder but does anyone know if there's a way to convert an image download from chrome (.jfif) into a worldbox map?

distant wraith
quartz pumice
wet girder
#

Never knew

#

Never actually used it for anything so could be why

quartz pumice
#

It's because after main returns it hased to do a syscall to return a error code

#

If you set the int to void the compiler just replaces whatever the main function would return with 0 and still does the syscall

distant wraith
#

Really Thonk

wet girder
#

So technically if you don't return anything from main, your program is never exited?

#

"The return value of main() function shows how the program exited. The normal exit of program is represented by zero return value. If the code has errors, fault etc., it will be terminated by non-zero value.

In C++ language, the main() function can be left without return value. By default, it will return zero."

#

Hmm

noble ginkgo
#

ik they dont work anymore but.im still curious lol

distant wraith
#

Zlib decompress and compress 🤷

noble ginkgo
#

nvm

#

how the fuci did it manage to break though

rose pawn
#

Define s:
Delete s

quartz pumice
half warrenBOT
#
Weather report: house

      \   /     Clear
       .-.      +22(25) °C / +71(77) °F
    ― (   ) ―   ↗ 11 km/h
       `-’      7 km
      /   \     0.0 mm

orchid frigate
#

my name is dakata and today I introduce to you

#

virtual machine

#

assembly

#

its like assembly but with less features and fucking useless

#

but it was written entirely by me so thats a plus

#

here is some functioning code

#
set #03 $4000
set #00 $500
call setup_reg1
set #02 $1000
eq #01 #02
stop

setup_reg1:
add #00 #00
cpy #06 #01
ret
#

it has features like:
labels(they can be put anywhere)
11 instructions total I think
thats it

#

oh and cool fancy real-assembly like syntax

#

but the labels are also impressive(Im most proud of the labels)

#

oh and a custom debugger

noble ginkgo
half onyx
#

are there any better image to map converters than worldbox AMP? it just turned the png into green and black with no details

distant wraith
#

That's just the preview

#

The actual map file is fine

half onyx
#

oh ok

wet girder
#

Ngl being junior software developer is great. I get to see everything cool and help out everywhere but I never have any responsibility of the timeline for the stuff I'm doing. All the fun of software development with none of the stress basically

wet girder
#

I'm a junior software developer in small software development company that sells software solutions and consulting. I've recently started working for our biggest client and my work for now is basically taking some easy tickets for sprints or taking part in the biggest tickets as basically just a helping hand. Right now our CEO is working on fixing a problem in code that appeared when the clients network architecture was changed and I am just helping him diagnose the problems and find a fix

#

fun stuff

cunning summit
#

what languages

main stag
cunning summit
wet girder
cunning summit
wet girder
#

Visual basic

#

a lot of legacy code is written in it

main stag
cunning summit
cunning summit
wet girder
# cunning summit modernise it

That would take a couple of years if that was our main priority. The client has been in bussiness for 25 years and some of this code is from when they started

wet girder
#

It's funny how I'm literally working on code that's older than me lol

cunning summit
#

what languages do you know?

wet girder
#

I've used python, c, c++, c#, java, vb, js, html, css and some ts

cunning summit
#

i've never heard of ts

#

honestly i know lua and can do basic stuff in python

wet girder
#

TS is typescript

cunning summit
fading obsidian
rose pawn
#

aktualy... nooo. ..

noble ginkgo
noble ginkgo
#

gl on tbe job and shit

orchid frigate
#

day idk on working on vm assembly

#

im going insane

#

this shit got extremely complicated fast

#

530 lines of code compiler and I only remember what 10% of it does

#

the labels are getting hella confusing too

#

be vm assembly will provail

#

thats not how you write that but it doesnt matter

cunning summit
#

linux users opening notepad:

fleet sparrowBOT
#
Toast Man#8008
User Avatar
orchid frigate
#

also for the first time in the project I had to sadly scrap an idea

#

because it got too complicated

#

feels bad

cunning summit
#

it was obviously a reference to your messages

orchid frigate
cunning summit
#

bruh 💀

orchid frigate
#

I get it but the connection is so bad

#

it makes me cringe at you

cunning summit
#

you're a linux user, humour is not your thing

orchid frigate
#

its almost on the level of the jokes which only you understand so you gotta explain them

cunning summit
#

💀

#

i do not know what it is called

#

but the part of the brain that gathers social context

#

for you

#

is missing

#

it's gone

#

poof

#

stolen

#

robbed

#

it took the milk and headed out

#

never to be seen again

orchid frigate
#

like your dad?

cunning summit
#

yes, very creative

orchid frigate
#

thank you

cunning summit
#

almost like i just the milk joke

orchid frigate
#

I tried hard

#

put all my brain cells into that

cunning summit
#

i could tell

orchid frigate
#

very proud

#

indeed

cunning summit
#

all 3 of them

orchid frigate
#

mind you

cunning summit
#

insane

orchid frigate
#

they are the best ones too

#

they managed to make an assembler of 500 lines and a vm of 400 lines in rust in about 3 days

#

very proud of them too

cunning summit
#

the function of your brain cells
cell 1: control
cell 2: c
cell 3: complain on the WorldBox - God Simulator official discord

#

did you get that or do i have to start the count at 0?

orchid frigate
#

start the count at 0

#

I dont understand stupid lua indexes

cunning summit
#

"stupid"

literally the normal human way of counting

#

0 literally indicates nothing

orchid frigate
#

it doesnt tho

cunning summit
#

Damn bro, where are we? we are at level nothing bro!

orchid frigate
#

0 as a number means nothing of something

#

yes

#

but it is a number

cunning summit
orchid frigate
#

so it can be used as an index

cunning summit
#

Bro

#

you use rust

#

💀

#

need more be said?

orchid frigate
#

I dont think you understand how numbers work

#

by your logic 0 shouldnt exist

cunning summit
#

i don't think you understand how anything works

#

0 doesn't exist

#

it's not a number

orchid frigate
#

nah bro

cunning summit
#

it's the lack of a number

#

0.1 is a number

orchid frigate
#

thats mad

#

the fact you think that is mad

#

it indicates nothing

#

but thats its whole point

#

to indicate nothing

#

thats still a number

cunning summit
#

nah

orchid frigate
#

a number doesnt have to indicate the count of something

#

it can be used to index something

cunning summit
orchid frigate
#

in which case what the number means doesnt matter

cunning summit
#

is youtube a number?

#

is your mother a number?

#

if she is

orchid frigate
cunning summit
#

she's hella huge

orchid frigate
#

if we convert to ascii and then we convert that to hexa

#

it is

cunning summit
#

that was not the question

#

i did not give those steps

#

you made them up

orchid frigate
#

you asked

#

I asnwered

cunning summit
#

i did not ask for you to perform those steps

#

i asked if youtube is a number

orchid frigate
#

idc

#

you asked a question

cunning summit
#

not if youtube converted to ascii converted to hex is

cunning summit
#

i asked a question

#

but not the one you answered

#

that one

#

you pulled out of your ass

orchid frigate
#

whether its converted or not

#

its still a number

cunning summit
#

💀

orchid frigate
#

those steps just allowed us to see it easier

cunning summit
#

most sane rust programmer:

orchid frigate
#

how many times will you use this old ass template joke

#

I swear its as old as time at this point

cunning summit
#

most sane rust programmer:

orchid frigate
#

nah your wild

#

have a pleasant day or night and may luck be on your side

cunning summit
#

how do you code when you haven't even developed object permanence yet

knotty root
orchid frigate
#

Bro wtf is y'all's problem with rust

#

It's one of the best pl out there period 💅

main stag
#

is this the worst channel in the server

wet girder
#

Why is Visual Basic so goofy ahh

#

almost as goofy as lua

wet girder
frigid kettle
#

Hello

#

Where I can download map?

tiny valley
#

So should i start learn c# or c++

wet girder
#

C# has more modern usecases but c++ is also great

#

c++ great for unreal engine especially if you wanna do that

#

or something lower lever coding

barren shale
#

C# = job

#

C++ = poor

fringe leaf
#

Html 😎

fading obsidian
cunning summit
#

honestly learning python was very fun

#

what language should i learn next

#

(rust is not a language, so do not even try to suggest it)

fading obsidian
cunning summit
#

i know lua and some python

fading obsidian
#

java

#

i only know java and phyton

cunning summit
#

programming languages

#

java doesn't count

fading obsidian
#

c#

#

c++

cunning summit
#

c# is cool ig

#

i tried to learn it once

#

i had heard that it was highly complicated and that my simpleton lua brain wouldn't understand

fading obsidian
cunning summit
#

pretty much the same thing just that it has spelt some things wrong

fading spindle
#

me when me when lua roblox

quartz pumice
#

There's also a new lang that starts with a Z

cunning summit
#

c

#

why c

#

and wtf ix x86

quartz pumice
# cunning summit why c

It's useful to know because you can use it on embedded electronics, it's the only other lang than rust that can do it effectively

#

Like every other lang you can but it's not recommended

rose pawn
#

Anyone wanna recieve a very long very cool text message in dms that will make you go like this:

rose pawn
cunning summit
#

the only reason i'd ever learn c would be to recreate lua

rose pawn
#

yo a new review just dropped

#

Dont worry the text message isnt nsfw

rose pawn
# rose pawn yo a new review just dropped

Okay apparently for some reason saying d*ck (🤭) is banned in this server even tho you can say all sorts of fuck bitch shit ass hoe words so i had to delete that image of the review

cunning summit
quartz pumice
cunning summit
#

is

#

the

#

best

quartz pumice
#

Why do u like it so much

#

I liked it too then I grew out of it

cunning summit
rose pawn
#

Its cencored

#

Now

#

And i coded this and stuff

knotty root
knotty root
rose pawn
#

No

knotty root
#

then what is bro talking about

rose pawn
#

Idk

quartz pumice
#

I just found out wsl has a x11 server 😊

quartz pumice
#

atoi

#

Oh c#

distant wraith
#

Meow

orchid frigate
orchid frigate
#

It's 32bit assembly

cunning summit
#

but is in 32 bit

orchid frigate
#

Because many Intel processors ended in 86

#

At the time x86 came about

barren shale
#

32+64 = 86

orchid frigate
#

Tbh it would have made more sense if 64 bit assembly was called x86

#

Because it consists of both 64 and 32 bit assembly

cunning summit
barren shale
#

can you not ping me tho

cunning summit
#

can you not ping me
pings me

#

💀

knotty root
next lotus
tiny valley
static solar
cunning summit
#

as you've already figured a way to work without it

static solar
#

Nope, not really

#

Just doubted that lua is the best

#

Never liked it and never will like it

#

But you do you

wraith ibex
#

Hello world

knotty root
#

@fathom wind Are you the Oklahoma Shooter?

fathom wind
#

Who the fuck?

#

Get out of here maybe

#

That place is behind me.

knotty root
#

cmon @knotty root we don't have to do this

#

we already know the answer..

#

sorry for the interference @fathom wind

fathom wind
noble ginkgo
noble ginkgo
#

what langugae

rose pawn
#

If language not python:
Break()

orchid frigate
rose pawn
#

Yeag

#

It was intentional

#

Ft

#

Fr

orchid frigate
#

Thy don't need such a formal way of speaking for thy is in a channel full of airheaded lua enjoyers

#

But idk İ stopped doing c#

#

Like 2 years ago

#

When it was still considered a c like language

orchid frigate
#

Also capital B 💀💀💀

#

Also just to try and spite war in the chat

#

İ will make the assumption that anyone who uses python as their main language

#

Either started coding a month ago via one of those huge how to python videos, only knows python or has no idea how programming works but heard about python from their nerdy wanna be programmer friend who does discord bots for a living

barren shale
#

ez clap

#
    public static void Main(string[] args)
    {
        var selected = PromptOptions("Welcome to RPG Console!, Choose an Option and USE Numbers please",
            "Start", "Option", "Quit");

        switch (selected)
        {
            case 0:
                // Start
                break;
            case 1:
                // Option
                break;
            case 3:
                // Quit
                break;
        }
    }

    private static int PromptOptions(string prompt, params string[] options)
    {
        int selected;
        do
        {
            Console.Clear();

            Console.WriteLine(prompt);
            for (var i = 0; i < options.Length; i++)
            {
                Console.WriteLine($"{i + 1}. {options[i]}");
            }

            var input = Console.ReadLine();
            _ = int.TryParse(input, out selected);
        } while (selected <= 0 || selected > options.Length);

        return selected;
    }
sly schooner
#

Idk if it fits here, but I have a maths question (which I"ll use in my code)
What I'm trying to find in short: I'm trying to find an approximate value for my StartLifeTime (Y). Y depends on another variable which we will call X.
Problem: I need to calculate value Y using an established pattern.
So how do I find an exponential function using points? I have 11 points. It's not a problem to find a little more points (but not like 50 points lol)
I tried using linear regression as the calculator for the Y value, but it's too much imprecise (as seen in the picture).

#

What I'm actually trying to achieve:
I just want the wind particles fit the collider. I tried resizing the collider to fit the particles, but that didn't work.
Any way that will be easy to implement will be appreciated. Thank you

barren shale
#

there could be a whole different way to solve this and you mightve missed it

sly schooner
#

That's the problem, I already have

#

Which is why I need to think of a new solution

orchid frigate
#

Do you need to use maths like is this an assignment

#

Or do you just need to figure out the problem for yourself

#

Cuz this is the first time İ have seen such complex maths in programming in 3 years of experience

sly schooner
#

It's that bad huh

#

I guess I need a simpler solution lol

orchid frigate
#

Explain the problem to yourself in simpler terms

barren shale
#

this is unity ofc u need math

orchid frigate
#

But not text book math

#

Logic math

barren shale
#

sometimes it is text book math

#

you used unity for like 1 day

orchid frigate
#

Fuck text book math

orchid frigate
#

Or.more

#

Actually a year

barren shale
#

and achieved nothing

orchid frigate
#

Total

sly schooner
#

Unity doesn't really require a lot of complicated math... But then something like this happens

barren shale
orchid frigate
barren shale
#

haydot^

sly schooner
#

Or you need to program something which involves calculating rotation, and that's a bitch...

barren shale
orchid frigate
#

Then went to c++ to work with more complex math

orchid frigate
#

İn the form of graphics apis

barren shale
#

why is your i long

orchid frigate
#

My friend changed my keyboard to turkish

#

And I'm too lazy to.switch back

barren shale
#

you mean you suck

#

okay

orchid frigate
#

İt's a single button press too

barren shale
#

good bye good sir

sly schooner
#

You use c++?

orchid frigate
#

İ use everything

#

Low level

barren shale
orchid frigate
#

C c++ assembly

sly schooner
#

Jesus christ

orchid frigate
barren shale
#

||(sucks at all of them)||

sly schooner
#

I barely can handle c#

orchid frigate
barren shale
orchid frigate
#

@sly schooner here is a tip

barren shale
#

dont listen to haydot

#

that's the tip

orchid frigate
#

When working on personal projects and you get a problem

#

Stop using text book knowledge

#

And explain the problem to yourself

#

İn a way you understand

barren shale
#

bro sucks at math and is coping

orchid frigate
#

This way you will find the salution eaiser

barren shale
#

go study your math

orchid frigate
barren shale
#

how old are you again

#

12

#

?

orchid frigate
#

Thank you very much

sly schooner
#

You have a point here... I might just try this

barren shale
orchid frigate
barren shale