#⌨coders-cave
1 messages · Page 14 of 1
idk what you guys are coding in
@humble wasp why does this channel still exist
@knotty root what is your favorite coding language
Honestly lua wbu?
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
That's fair
best version of windows I’m never gonna upgrade
I like lua with VBA as a close second
the sanest this chat has ever been
(not staged)
based anf bassedpilled
How do i learn how many non expired warns i have
Not related
but you are program r!?!?
overload the database's packets using a binary decoder by the 4 bit adder method
How do i print the answer to the question "how do i learn how many non expired warns i have?" In python
use a xor gate to find out what binary digits you have on the screen
Binary?
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
Actually explain in hexadecimal not binary
It's easier and less messy
this is misinformation
rust being good is misinformation
I dont think you know the meaning of misinformation
information which is false
in my case
Rust being "good" is misinformation
polar opposites
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
3.5 or 4?
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 ```
isnt th at like the whole point
and why people use it
gpt-4 isnt public yet? and when it is im pretty sure it will cost money
it is
it costs money
invalid
there is no end in python
barely readable
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
Is THIS guy even older than 10 years old?
That certainly wouldd explain his ignoance and complete refusal to accept any factual or logical information
If you can't tell where the indentation in Python ends, you're sane
There's no any logical information in your trolling
The only thing you wanted from being like this was attention
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
/profile
elseif doesnt exist.. its only in your mind...
who is he getting attention from
the three people who use this channel?
it this wrong?
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();
}
}`
file is so big , sorry i cannot sen
ok np, I can't really compile like that so I can not help you sir
[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();
}
}```
and what is the problem with this?
I get formdata from js ajax but it saves it as null to sql
did you place a breakpoint to make sure that the data you are getting is not null
But data is not null in js , it turns null during the ajax post
Debug did not work , it says debug dos not support that format bla bla bla
show me the FormData file and what the data looks like in javascript
Here
but what is formData
Ajax
It is inputs from form
well i need to see how it looks exactly
ping me when you can and ill help
Ok thanks for your time and help
3.5
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
about you? yeah
3.5 can only remember like 200 words
so if it outputted more than 200 words its gonna start having issues remembering (not that it would forget completely)
still its incredibly impressive it recognized it as a language
the things it does are mad
if only it could actually think for itself
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.
No one would believe it
gpt-4 can
Microsoft released an entire paper on it being close to being able to think for itself
Why don't you want to share it's source code
Because I'm selfish.
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.
what
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
tis but that's why I said "without making my source code public?"
are you ?entally ddficient
that is not the point of open source
or free software
read any article on fsf's website
my network engineer posting your code on github is the best way to prove that you were the sole developer
there js git history
no
shut the fjck up
Wrong channel..?
I highly doubt thats true
it may be able to replicate self thinking
but actually doing it would be a revolutionary break through
ai gaining sentience would be awesome
we would be able to end a life without it being illegal
thats one way to look at it ig
How many neural networks have you made
what colour is your neural network?
Daman
shut up
yes
Damn
this means "the girlfriend" or "the dame(woman high in the social structure)"
in my language
because your daman
🥹
I love this emoji
idk what its supposed to be
but I love it
it looks high af
no
actually, yeah?
I make stupid compiler
lmao
if I had a neural network my brain will go back to factory settings
nah
tbh i don't entirely understand how neural networks work yet
i want to make one but everyone uses python and cringe external libraries 🤮
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
wtf is this
rust iterators at their finest
How do dowload mods to worldbox
"split(' ')" lol
fr external libraries are so cringe
making shit from scratch is the goat
fax bruh i want to make my own shit
speaking my language
ask your daman
that is why instead of using grub as a bootloader like a normal person I decided to try and write my own one in assembly
daman means "the girlfriend"
the end result was I broke a linux install
nerd
bruh
who assembled assembly?
it came from hexadecimal
so someone had to write an assembler in hexadecimal
basically writing raw programs
from scratch
Hey everyone! I upgraded a previous redstone build to support 3D Wireframe Rendering! Thanks everyone who suggested this, it was a lot of fun! :D
!!! WATCH PART 1 HERE !!!
https://youtu.be/vfPGuUDuwmo
0:00 Introduction
1:00 Defining a Wireframe
1:36 Building UI and Vertex memory
3:31 Deriving the Rendering Equations
8:15 Python Simulator
9:09...
this blew my mind
what does he mean by renderer
like straight up vulkan and opengl type shit or
something simpler
i think he just got
some corners
and then links them up
it's basic shit
he's not rendering red dead
lmao
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.
kinda exists
its a mod pack tho
lmao chatgpt just generated me a simple neural network
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
damn
pro programmer
very 😎
true
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 😎🍷
damn he a pro
pro
very and always 😎🍷
he veri pro progamer
am profesional and i create 100 thousand per month
he creat fortkngihts and pugts
i created the search box in the google so pro 😎🍷
OMG
@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
Hamza here 
Hamza!?!
?
Idk
ty for the ping
Based response ngl
says someone who doesnt have opinion rights
my name isnt hamza
its haydot
I bet hamza means stupid idiot in some language
I was productive for two days
thats enough
enough for someone like you
someone cool like me
uncool*
cool**
This is why I think you should be a mod
Oh well at least you didn’t no life it
That’s what I’d do
💀
R
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 😤🔫😎🍷
Fix tests by removing them - KennyTV committed 20 minutes ago
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
It starts in 16 bit real mode
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 😎🍷
javascript is java but in script
its the same thing if you remove the script in javascript
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
I'm impressed
Really impressed
Have you written one yourself
yeah but it was a hello world using vga
that's one of the best exceptions to get
because its so easy to fix
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)
- unknown - addons/manyathelovablecat/lua/weapons/idkmanya.lua:67
This is the error ^
This is most likely a situation where you do a pet project just to get into the company
canPrimaryAttack doesnt exist
lua is so trash you can debug it without learning it
This is best code ever to use on software
🦜🦜🦜🦜
How did you set it up
wait isnt vga long and protected mode only
Yeah just switch
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
yeah, some bios (including qemu) can handle vga for you entirely tho
wdym
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
ahhh you mean the tele-type bios function or whatever the fuck its called
tip use a cross compiler
they are hell to set up but you only have to do it once
do you know the fs setup for a legacy bootloader
thats the last thing I learned before I moved on to kernels
fat
I know what to learn but I have learned nothing about it
help 5
https://discord.gg/8ZzQEU8vfN
Images by:
CementSandwich
Kunixin
danilwhale
Maxwellcrafter
NVORON
Meikou_
Infernogates
^ All sourced from the Cursed Programming thread in the Discord server
The fifth
It sucks
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
Not so good as previous patrs
Cant I just go outside of the 0xAA55 part?
like ```x86asm
bits 16
org 0x7C00
jmp hehe
times 510 - ($ - $$) db 0
dw 0xAA55
hehe:
; stuff
lemme try that rq
aw it didnt work 😭
After decompiling .wbox file it's time to do the most fun job of parsing through json and making documentation (ᴗ˳ᴗ)
That's like the most basic shit imaginable
it isnt when all the keys have names like "sn"
I was going to make a website for my company in a gamr
Then I remembered how much coding a website sucks
pnrint("hello, world")
I don't know why this code doesnt work
c
Simply make a old fashion website with JavaScript only used to make stuff jump around on the frontend, with no fancy libraries, and maybe the only complex thing is some flask production deployment
nah just use neocities and ms frobtpage
Printing in python is sus
Print not pnrint
console.log("hello, world");
I barley understood how to use HTML in my internship course I dont have any idea what you're saying rn
I speak python not java
network engineer that is javascript
kid named ms frontpage 95:
Ah yes I love speaking python
its my favourite language to speak and listen to
you actually can
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
rust after being compiled:
Funny
Funni
Fughnigh
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
Use python and VS code why are you stressing?
?
yeah just hit run and then go eat lunch, sleep, wake up, get married, have children, die and then your grandchildren will see the output
That's just because WordPress uses php
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
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
its been like one hour but sure
Bro speedran life
Did this work for you?
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
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
what did work for me
you can also apparently use the RTC with them
you can also set an alarm with it???
you said this, I wanted to know if u tried it
but you can read the memory after 0x7e00 using the bios functions and far jump to it
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
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
Seamed
And your last print isn't even indented 
/gamemode 1
I dont like that you're right
Now I really want someone to make it a programming language
And make it as offensive as humanly possible
(”!dlrow, olleH”)tnirp
i agree
lmao
i want to learn to code
what language
javascript?
ye
for web development i assume
ye
go watch some long ass tutorials on youtube lol
it's pretty cool how good they are despite being free
ok
i know jackshit about javascript or html but i know them tutorials are good
they are
just don't get into oracle right away
its a brand of java that won't let you sell your web designs without paying them
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
Don't use Oracle in the first place, they are the greediest company rn if you discount openai
ok bro how is openai greedy
other than no longer being open
it's just ai now
Agreed but openai does the funding to prevent the plagiarism or at least discourage it
how is openai greedy lol
Some people don’t like how GPT4 software is behind a paywall but it’s mostly students cheating on college exams
gpt3 is good enough
yeah
but they spread shit about it being greedy for putting new stuff behind a paywall
Colleges made gpt copying considered plagiarism
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
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
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
Probably not
i think they should be questioned harder lol
That’s the problem!
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
kid named openjdk?
kid named w3schools:
Ouch
honestly just use command blocks
minecraft book and quill best ide
damnnnn
That totally works fr
Today is the day when
When
Discord.NET discord server be like
Hamza you should have made a sb April fools
i already did
Oh
I’m gay
Yes
Do it but if anyone asks
Hamza told you it's true
Also tell me when you have read this
For scientific purposes
I read this
ooh
dotn*t 🤮
Learnt about macro rules 😃
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
there the ruster goes again
The syntax is weird, yes. But it's not painfully hard
Not yet probably
It's so cool
Like I can create a custom syntax 😼
how are you still allowed in the chat
what I dont understand about macros is
???
how were you not removed on april fools and reinstated until kingdom come
what the fuck is the meaning of that sentence
If we time travelled, you'd be the warband leader, i'd be a 3rd century aristocrat
I just realised
im a bigger rank than you
meaning im automatically superior
meaning I dont have to speak to you
truly a groundbreaking discovery
your mother
-avarage mastef response
yo
can javascript scripters even make a proper script
No
my ballsacks are huge
does anyone know which file contains sounds/soundtracks
C
What
Hi
hi
Your hulk
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
I can relate, all I did was type print(”Hello, world!”) and now I own a multi billion dollar company
bill gates is that you
hi bill gates
@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
Old/adult people don't exist here
They can find them
And absolutely none of them have free time
Old ppl do
They don't
Trust me im speaking from experience
Old ppl are perfect and extremely reliable media mods
That doesn't mean they aren't busy
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
🤨 📸
not valid syntax in any language ever
qhat the fuck even is this
I legit have no fucking clue
Just a sleep deprived twitter dev who doesn’t know how to code but is still trying to pass off as a professional
#define (Print) printf(
int main() {
(Print)"hello wolrd"
);
}```
Simply missing some context
shouldnt that be void main()?
i dotn use c or its derivatives
Bro what
K
It needs to be int
no
in c++ it needs to be int
and if I remember it needs to return something
which this code isn't
i suffer from chronic java syndrome
also when are you putting worldbox bot on ur gh
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
not a coder but does anyone know if there's a way to convert an image download from chrome (.jfif) into a worldbox map?
Use @bitter sedge or an executable image to map in #🌐map-discussion's pins
It doesnt
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
Really 
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

this is somewhat unrelated but how did you do the encode and decide functions
ik they dont work anymore but.im still curious lol
Zlib decompress and compress 🤷
im a stupud what the fuck is that
nvm
how the fuci did it manage to break though
Define s:
Delete s
What
c
Weather report: house
\ / Clear
.-. +22(25) °C / +71(77) °F
― ( ) ― ↗ 11 km/h
`-’ 7 km
/ \ 0.0 mm
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
mix kno3 and sugar and ingest it
are there any better image to map converters than worldbox AMP? it just turned the png into green and black with no details
oh ok
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
what do you do
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
what languages
Finnish
Damn
spoken mainly in Lapland
Damn
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
bruh
It's funny how I'm literally working on code that's older than me lol
what languages do you know?
I've used python, c, c++, c#, java, vb, js, html, css and some ts
TS is typescript
Mmm microplastiks 😋
no
yes
aktualy... nooo. ..
its js if it was good
shit that sounds cool
gl on tbe job and shit
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
linux users opening notepad:
when do we get to see how linux users open notepad
also for the first time in the project I had to sadly scrap an idea
because it got too complicated
feels bad
it was obviously a reference to your messages
how is that connected to my message
bruh 💀
you're a linux user, humour is not your thing
its almost on the level of the jokes which only you understand so you gotta explain them
💀
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
like your dad?
yes, very creative
thank you
almost like i just the milk joke
i could tell
all 3 of them
insane
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
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?
"stupid"
literally the normal human way of counting
0 literally indicates nothing
it doesnt tho
Damn bro, where are we? we are at level nothing bro!
non lua programmers going outside:
so it can be used as an index
i don't think you understand how anything works
0 doesn't exist
it's not a number
nah bro
thats mad
the fact you think that is mad
it indicates nothing
but thats its whole point
to indicate nothing
thats still a number
nah
a number doesnt have to indicate the count of something
it can be used to index something
is benten a number?
in which case what the number means doesnt matter
yes
she's hella huge
not if youtube converted to ascii converted to hex is
not that
i asked a question
but not the one you answered
that one
you pulled out of your ass
💀
those steps just allowed us to see it easier
most sane rust programmer:
how many times will you use this old ass template joke
I swear its as old as time at this point
most sane rust programmer:
how do you code when you haven't even developed object permanence yet
Yall program in rust 💀
is this the worst channel in the server
best channel 😎
So should i start learn c# or c++
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
Html 😎
based
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)
lua
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
thats cool, i wanna learn it after my exams
pretty much the same thing just that it has spelt some things wrong
yes
me when me when lua roblox
c c++ then x86 if your up to it
There's also a new lang that starts with a Z
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
Anyone wanna recieve a very long very cool text message in dms that will make you go like this:
i disagree
This is coding related i coded this and stuff
the only reason i'd ever learn c would be to recreate lua
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
Why
damn
because lua is superior to all
It's.. bytecode but yeah it's cool
Ok
Why do u like it so much
I liked it too then I grew out of it
Bruh
Its cencored
Now
And i coded this and stuff
You have to code to censor? damn 😟
No
then what is bro talking about
Idk
I just found out wsl has a x11 server 😊
Meow
Absolutely based opinion I respect ot
Something your small lua based brain can't understand
It's 32bit assembly
insane that it's named x86
but is in 32 bit
32+64 = 86
Tbh it would have made more sense if 64 bit assembly was called x86
Because it consists of both 64 and 32 bit assembly
sir
this is an opinion and not a fact
💀💀
c+
Ya thanks about this i forgot even i asked this question lol
Doubt
you'd maintain normal function if i removed your brain
as you've already figured a way to work without it
Nope, not really
Just doubted that lua is the best
Never liked it and never will like it
But you do you
Hello world
@fathom wind Are you the Oklahoma Shooter?
cmon @knotty root we don't have to do this
we already know the answer..
sorry for the interference @fathom wind
What the fuck do you want with me
what langugae
If language not python:
Break()
Break function 💀💀💀
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
Fr ong bro
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
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;
}
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
you might wanna search for what you are trying to achieve instead of what you think the solution could be
there could be a whole different way to solve this and you mightve missed it
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
because ur dumb
Explain the problem to yourself in simpler terms
this is unity ofc u need math
Yes
But not text book math
Logic math
Fuck text book math
and achieved nothing
Total
Unity doesn't really require a lot of complicated math... But then something like this happens
İ made a small rpg
haydot^
Or you need to program something which involves calculating rotation, and that's a bitch...
you ruined my gif
Then went to c++ to work with more complex math
yeah rotations are the worse
İn the form of graphics apis
why is your i long
İt's a single button press too
good bye good sir
You use c++?
drugs?
C c++ assembly
Jesus christ
Surprisingly yes
||(sucks at all of them)||
I barely can handle c#
When did anyone ask for your opinion
ur mum last night
@sly schooner here is a tip
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
bro sucks at math and is coping
This way you will find the salution eaiser
go study your math
İm a straight C to low B in math
Thank you very much
You have a point here... I might just try this
solution*
Worth trying
😂