#⌨coders-cave
1 messages · Page 66 of 1
Its hardly custamizable
And costs a shit ton of money
To not have a stupid watermark at the start
Plus when creating your own engine
You understand how things work way better
Its hard but its worth it
Haydot is trying to say that he doesn't know how to use unity properly
No its like ur mum
ENORMOUS

Every day, im closer and closer to banning you
power abuse
LMAO
i mean u aren’t wrong
iam never wrong
Damn. Funny.
Indeed.
If else
Let's get Right to Repair passed! https://gofund.me/1cba2545We repair Macbook logic boards: https://rossmanngroup.com/macbook-logic-board-repair👉 DISCORD ch...
i made an async sqlite3 wrapper
that also support connection pool

due to its design made to not have race condition
and doesn't use threads
but probably should
neard

yeah
Im pretty much neutral to the word and thus never reply when someone calls me that
I've gotten called a nerd in school a shit ton because no one else in my class seems to have ever coded
same
whos nerd the man who make good game like Steve Jobs
Being one of the devs is surely a helpful thing
Tho the apk website idea is just incredibly bad in my opinion.
Yeah pretty much.
yes
but like
if there's a generalized version
for mods
like a .wbmod
extension file
and you can just put it on the game
like a plugin

and the web are literally community handled one
(we don't take any responsibility if your game broke because you installed a shady mod)
also
i finished making this yesterday
Yeah but it would be much more difficult than just installing from an official marketplace if you have a centralized mod file.
Mobile would have to copy/paste files.
Google and Apple not like.
- it's mobile so everything is 10x harder because bad UI.
Official marketplace would be easier to use.
- it would allow mobile to buy premium if they're smart with it.
It would also allow PC to have much easier to install mods as well.
if i want program c# , what is ther better editor code ¿visual studio code or intellij IDEA
PC can just use Steam marketplace when WorldBox releases in steam this Q4
But intelliJ does too probably.
That is pretty opinion based. I personally use Visual studio
Yeah.
I use VS.
ok if i wnat use visual studio what extensions i need download you can help me ?
Just use the .NET stuff.
In the installer.
Or whatever it's called.
I don't have access to my PC rn so I can't send pictures.
Oh thx bro
dont worry
Ight.
Cool! What can it do?
what error is it? This is what happened when I was editing the age value.
we're tryingto edit units by decoding the file
Seems to be error while loading a save. Something's wrong with your save file most likely
only edited this
what did you do to it? Just add traits?
he edited the units age
ah
traits are by your editor, not by hand
what did you edit with?
quick edit
txt editor
not possible. You'd need to code a decoder to be able to do that
or use some premade one
I coded one myself with @bitter sedge
yes we decoded it
ah, how did you encode it?
I need to know the encoding process used to help
amp
ohh wait yeah, amp can decode and encode. I completely forgot

can I have the decoded file?
time to pull out the good old json formatter and debug this
are you sure nothing was ever done to this encoded file?
Hm Wait a minute..
if no, none of this makes any sense
oh fuck, I just realised one thing. What version was this map made in?
Since he might using mobile, the recent one I bet
Isn't this the file in question? sorry i think i sent it wrong
it seems to be
this question can be forgotten
lol
I just need to know answer to this
I think this might be bug in worldbox
@grand scarab Check your version
"Age:30" this is the part i edited
Is it 0.9.7 or anything
^
I just need to know the version
okay, this is a bug I believe. I am going to talk with mastef and get back to you
👍
this made me to stop making marketplace for world box mobile
Did you have a stroke?
Normally I can read stuff like that but I have a headache.
reminds me an idea though
what if worldbox have this
"Plugin Installer"
or basically
when you open a .wbmod file
it'll work on Worldbox
and then it automatically install it
similar to how minecraft did it
(on bedrock edition as far as i know)

Bedrock edition uses json in a very specific directory.

There's the experimental mod loader that does something similar to this
ah nice
only on PC atm tho
nuu
Holy shit. I get Visual Studio Enterprise 2019, any windows version I want, .com domains and lots more from azure for free for being in this school
:o

He can get Windows 11.
More bloat ware
Also he can go backwards.
Less bloat ware
Less feature too
Normal people: I'll choose windows 11
Literally programmer: Which linux flavour should i install today
Vocational school. Programming line of it
lmao tru
Aren't you one
i know
look at this
i have 3 cool distros
in exchange for a game i never played
700mb is alot
linux overrated
i use msdos
The irony.
Irony...Metal?
Metal is a low-level, low-overhead hardware-accelerated 3D graphic and compute shader API created by Apple. It debuted in iOS 8. Metal combines functions similar to OpenGL and OpenCL in one API. It is intended to improve performance by offering low-level access to the GPU hardware for apps on iOS, iPadOS, macOS, and tvOS. It can be compared to l...
How can I build a CSS without visual studio
that

doesn't make sense
Yes
CSS is not a program-
though
sorry i just mistaked it
Yes i know i just misatakly typed program
ar
With google chrome.
You should just use VS for C#.
But otherwise, Google is a much better informant than we could ever be.
thanks for that mate
arson*
With Roblox Corporation now being valued at more than $45 billion, we ask whether the kids making the vast majority of its content are being taken advantage of?
Support us on Patreon: https://www.patreon.com/PeopleMakeGames
Written and presented by Quintin Smith:
https://twitter.com/Quinns108
Design and art direction by Anni Sayers:
https://t...
nothing else needs to be said than, holy shit
Stop, please.
society is a shity thing in present days
Saw that video yesterday, yeah I've always knew it was this way, but roblox is pretty good at making game development seem "easy" and "accessible", and when you eventually make your own game, you come to meet the hard truth that it had never been easy in the first place.
void SpawnObjectAtRandom(){
Vector3 randomPosX = Random.Range(-400f,350f);
Vector3 randomPosY = Random.Range(-280f,230f);
Instantiate(ItemPrefab, randomPos, Quaternion.identity);
}
why does this not work
C#
anyone know
yeah! i watched this video like yesterday
never thought it was that bad
like yeah there's competition
but that's just 
This is how Economy run
yeah there's competition but Roblox is telling lies to children to use them as free labour. I don't even understand how that's legal
These things are why I want to get a PhD in cyber security. If I'll go online saying that stuff like this should be stopped and did real effort to stop it with this PhD, I'd most definitely have bigger possibilities than just random hacker of internet personality
Kinda sick to be honest
That large of wealth being Generated by a single game and Barely is being givin back to the Creators
Thing is that they're not legally obligated to continue because they're publico traded. Only way it's gonna stop is through lawsuits or new regulations
What error do you get
Oh so randompos isn’t identified
RandomPosX and RandomPosY should be floats and not vectors
Then you should have a vector called RandomPos which has an X value of randomPosX and an Y value of randomPosY
spent 1 hour
to make this
jk
i made this in 10m
because i already have the css
Bruh
10m is still long for two sentences
Not even two
Rei slow
Cuz doesn’t use C#
Alright so news
I promised a random reddit dude that im going to make him a 3d stardew valley like game with triple A graphics in a few years in vulkan
So i guess i gotta do that now lol
I dont lie
I want that game too
You see i dont make games for others to enjoy playing
I make games for me to enjoy playing
Just make a mod in Minecraft with shaders
But honest goodluck,Wish everything's goes well
Will i feel good about what i did? No. Plus vulkan has been really fun to learn
Thank you appreciate it
“_____ is very fun to learn”
Love to support 
Just fill the empty space with whatever you want
Why havent i blocked you yet and why will i not block you now 
Cuz I’m speaking the truth
No
Yeah
Vulkan has way less compile timr errors
You mean it’s easier to start with
No
Yeah
Its way harder tgen openGL
Do you have a rectangle?
Im out

You are bullying me and i do not like it
Okeh
Goodbye
U got it all tyty
Np
@knotty root keep it in context for this channel
Your mum fat channel
Who
when it releases on steam will mods be allowed?
okeh
i want you banned so bad
Why
cuz this isnt #🚑help-chat
@barren shale Just be nice
Steam workshop for mods will most likely be allowed yes.
Next time just use #🚑help-chat for questions about the game and no one will get pissed at you 
next time it won't be only verbal so better be nice 
heyo
im back
i also made like
4 helper packages
- a HTTP session manager
- Key and Value storage wrapper
- css components
- advanced configured discord bot
time to upload all of this to github
probably the first 2
the last 2 is more of a specific project
not for globally adaptive
im gonna make a Redis HTTP session
and memcached

im also gonna make it faster
maybe
Congrats Rei :v
that's sus bro
Oof
Sup
I need help
How get started in modding and stuff
Any tutorials that are more helpful than others?
#🔧modding-talk is a better place for that.
But not all tutorial are built equally.
Ight.
Look up the language you want to use and look for official documentation.
Spend time practicing and stick with one language for a while.
So you learn general concepts and stuff.
wanna bet i wont get swatted
Fuck around and find out 😈
I don’t think swat teams exist in Syria
People think a lot of things 

plus
i don't think tor is gonna track you
isn't the purpose of TOR is to be more encrypted
like you can't even know who is who
as in tor nodes
ah
noob
The third layer (node) of TOR is the last one and haves all the info decrypted, govs have powerful servers set up as TOR servers and with that it can compromise your data but no personal info bout ya so be more careful with searching or use VPN over tor so the VPN server gonna decrypt it. Yeah, VPN's log all the stuff but u can set up a VPN server of yours
But no worrys if u r not sellin some stuff in there u r fine 99%
V2 links dont rly work in new versions of tor
Ya can refresh your memory now (read the stuff above)
ty
Np m8
tbh im thinking about moving to i2p
@hasty bane no need in that. Less stuff 2 find and slower, so meh. Well ofc if u r hidin then u should get rid of discord, VK, etc etc. But eh
I don't use social media besides discord
buuut
yeah good point
esp considering how i need tor for selenium stuff
tuples are objects
so youre fine

sigma grindset: ignore cringe OOP, learn functions
sadly I won't be able to ignore cringe oop because I'll be coming back to unity

OOP is actually not that bad. I used to really hate it but it's quite nice
i agree tbh
My school has kinda forced me to learn OOP best practices and damn it has helped
I can write decent OOP code pretty easily because of the practice with it
i can write oop code. not decent tho :d
our schools don't reeeally teach programming
some basics
like I've taken this year's exams already (from a website) and i passed with fairly high scores
I'm working on 2 degrees, High school degree and software development degree through vocational school. The software developer is so easy for me that after a month the teacher has already said I'll most likely be able to skip rest of the first year and go straight to second year studies because my programming knowledge is bigger than what we're taught the first year
If it's gonna go like this I'm gonna be able to do full 3 years of high school and about 1.5-2 years of vocational school which means I'll have the last and hardest year completely about high school
which is fuckin amazing

rip me i guess
Say goodbye.
that is pretty cool
it is pretty inspiring
its functional programming
with boilerplate code

based
Ive got a software development class and its all too easy
My first year in it
we have beginner courses the first year and I am definetly not a beginner so he's just putting me to next years classes
python is good for certain stuff but I still don't really like it that much anumore
Anything can be done with python
well most things are better done in other languages
What lanuage u use?
Language
C# mostly
Damn i wanna learn that
I maintain @bitter sedge too and it is in Python. But I really don't like discord.py
it isn't that weird after you get used to it but it's hard to write clean code with it. Even like discord.net feels better to write
It’s uses C# aka the best language indeed
Is haydot alive ?
No he died trying to become actually decent at coding
Bruh
He died a trash coder
Now how do I find m2.mid
I found it too
Yes
How does it sound
Loud
I'm talking about this one
Just play the song
is it easy enough to learn?
No
Its hard
on a scale of 1-10, how difficult
7.5
I don’t think I can play it on IOS
Python - 3
Java - 8
Rust - 10
C# - 7.5
C++ - 7
Lua - 6
well i pick things up fast
What
Bruh
u rate lua a 6?
lua is easier than being born
C++ is way harder than C#
I never tried lua
If you want help with C# tell me
Ok imma go and watch
C# easy and good and best
thanks
Someone I taught C# got banned
got bannned from what
From this server
why
Cuz I taught him C#
It does
were you that bad
Yes
Maybe even worse
The problem is
Since C# has garbage collection
Making bad code is really easy
xd
After you get a bit advanced into the language
Start watching nick chapsas on YouTube
He makes good videos on how to make your code faster and cleaner
Helps a lot with performance
what kind of games u made
All the kinds
fps?
is a person?
Yes
K
C# is one of the best first languages. It is pretty easy to get started on and the learning curve for other languages will be smaller than with like Python
Yeah it is
Fuck no, Lua is a mess in every way. It has nothing easy in it
Not one of the best
It’s the best
its a mess, but its easy

I can actually agree with this
i think hamza here likes C#
C# is quite nice but I don't like it as much as C++
whats the difference between C# and C++
C# is good and C++ is bad
is that the only difference?
C++ is lower level
That’s not one difference but a lot
Which doesn’t matter
it doesn't yes
You can do low level programming in C#
I just like to type C++ more than C#
Well the best part of c# is that it has dynamic and static typing discipline, but c++ haves only static. BUT c++ isnt bad. They both are easy and its just what u wanna do with em makes em good or bad
It does if you want to make lower level projects
Ewwwwwwwww
Never use dynamic types in C#
Don’t even talk about it
Bruh
It’s the worst thing that came to C#

i came back
with more knowledge
websocket[refined], tcp packet chunking, svelte, tailwind
That's lovely rei

Imagine not chunking packets
Sounds unefficient
C++ is not easy by any stretch of the word.
As soon as you move from basic I/O and variables/functions it starts to just skyrocket in difficulty.
Classes will be easy if you already know OOP.
But C++ has too much and it's low-level.
So if there isn't something already in the std namespace for what you want to do, good luck.
But if you can figure it out, it's extremely fast and extremely powerful.
It's used a lot to make games and things that need high performance.
@tropic dagger c++ is easy IMO. Not as python and stuff like that but not hard. There are just things that seems like they are hard, because many people did not invest time on it to learn, or has very little documentation etc. so it seems to be hard. But c++ haves a lot of people who can help ya. What u cant say about ASM or Haskell. People are just lazy and want to go fast. But when something goes slow they think its hard, in fact its not.
And as I said its IMO
Maybe it is hard for some maybe not
well as starter
the old way would be
receive all
until
something like
receive exactly X bytes
and if the bytes isn't exact
then its probably the end of the stream
or use a end byte
I've been using C++ consistently for about a year now, and it is NOT easy. It was easy when I started C++ but now that I'm starting to do more with it it's getting really hard.
Just look up "template metaprogramming" and tell me with a straight face that it's easy.
- C++ being low level makes it much more difficult. Memory leaks and segfaults are very annoying and can be hard to deal with.
Some the syntax is just not okay.
int(x); creates a variable named x, it doesn't cast x to int, even though it looks like it should.
Although, if you're having an easy time with C++, then good job.
Even if you're using the very basic features of the language.
You are right about the size of the community around a language being important.
And you are right about assembly being a very difficult language (family) without much community support for new programmers.
Kinda why I didn't learn more of it.
It's useless for most people. I'm personally intrigued about Assembly code because it lets me do very low level programming
Assembly is used to make low level programming languages
No one actually uses assembly to make anything
Do You guys Think If we Put a learning neural network in one of WorldBox Agents with one simple Rule And rewards them (Don't Die And Stay Alive for longer) It can work?
(I mean there's other Promblems That The Worldbox Agents Wouldn't know from The beginning and They just die over and over again without learning anything,So implement Some Existing Function, Farming , Berry picking , Punching things Etc.)
WorldBox isn’t the type of game for this sort of things
And having a neural network learn about more than one thing in a video game takes billion of steps
Which takes week on huge computers
Even snake game takes around a million of steps to actual start playing decently
This would be Paper Worthy research
I’ve done it
It started to get pretty decent
But training on cpu is slow
Took like 2 days to start playing fine
But it did work?
Yeah
That's impressive
It just needed more time to get better
Normally people don’t train with a maximum speed
They just play the game as fast as possible
Hm
And they have more than one instance of the game
To gather as much data as possible
At least for reinforcement learning
Data is definitely key,Just Getting them is hard
I don’t think you can train it on anything other than reinforcement learning
I mean,The player doesn't Control the Agent it self
Doesn't the Agent Replicate The same thing in Game with 0 Changes if we're going to do RL?
Yeah
But most games That The player has 0 control like The DL OpenAI Hide'nSeek Agents
Is different
Also if you're thinking why im interested in ML/DL Agents in Worldbox,It just looks Fun
The Game Like Godus is amazing and I love How The People Has "There own mind" (It's just scripts) looks so fun and interesting
Having there own mind doesn’t have to be a neural network
A behavior tree with a lot of parameters can work pretty good
I mean A Continues Learning Architecture Would be nice,But yeah Behavior tree can work
ASM language is used primarily for direct hardware manipulation, access to specialized processor instructions, or to address critical performance issues. Typical uses are device drivers, low-level embedded systems, and real-time systems. ASM language is as close to the processor as you can get as a programmer so a well designed algorithm is blazing. ASM is great for speed optimization. It's all about performance and efficiency. ASM language gives you complete control over the system's resources. Much like an ASM line, you write code to push single values into registers, deal with memory addresses directly to retrieve values or pointers.

Currently learning assembly x86-64 cuz i wanna learn how the pc works and at some point, if im good enough, make a very simple os, and i would say its pretty important to know assembly if you wanna know how your pc works
i see
Also bios's are so fucking good like they do so much at booting
I thought they just kinda look for the os and boot it but they actually provide some insanely cool tools that you can use
Oh and reverse engineering
Take Linux From Scratch and ya can make your own distro m8
But assembly is, undoubtedly, thr hardest language i have attempted to learn
Nah i wanna create an os from scratch scratch
Like no kernel to support me
Learn BrainFuck
I learned...kinsa learned rust
learn malbolge
Which is definitely harder then cpp so i have some experience with hard languages
Oh god no
Ok lets go
no.
yes
I can show ya hello world on BrainFuck
You are a madman
(=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk**hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O<
malbolge hello world
+++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++.+++++++++++++++++ ++++++++++++.+++++++..+++.------------------- --------------------------------------------- ---------------.+++++++++++++++++++++++++++++ ++++++++++++++++++++++++++.++++++++++++++++++ ++++++.+++.------.--------.------------------ --------------------------------------------- ----.-----------------------.
no
Yes
i wonder if you can write a virus in malbolge
and how hard would it be to reverse engineer it

Easy innit?
yeah pretty easy tbh
watch me code the entirety of windows 10 in brainfuck
++++++++++++.----.---.+++
here
Oh geez
let's goooooo
The thing is
I cannt really like....use any other language other then assembly rn
As i dont have an os to have a compiler that compiles any language
ah
When you are creating an os you need 2 languages:
A low level language like assembly x86-64 or just x86
And a high level for later usage like C, C++ or python even
But those are for when yoy actually have a sorta working os
But learning how the pc is actually really interesting, like how the bios finds the os file
With the magic numbers
I always wanted to use cozy for something
Frontend or backend
i have no idea :D
Wdym like no idea what those are or no idea what you want to learn
no idea what i want to learn
Ah i feel you
Mu problem is the exact opposite
I want to learn everything
i will get my hands on them lambdas
Werent they the => expressions?
iirc
I remember rust uses a shit ton of them
They are used alot in match cases
Trust me they are way more boring and hard to use in terms of writing them then they look
yes but compacttm
Also look at what your average match statement has in rust
_ => (),
looks lame
I thought it looked cool 😔
:D
Compact™®©¶π
yes
i should write a discord bot in c#
Yea im also learning that and....dont
why
Keep your sanity its hard
Way harder than i could have expected
i'll just use python oop then
My joke is
ye
I just say i have a joke to seem funny i dont actually have a joke

Oh wait i have one
kek
Knock knock
im still working on the discord bot rpg thing
who's there
Assembly
lel
assembly who
Assembly x86 is bad and sucks becaude bad 👍 👍
yeahhhh!
alright
Hamza is gud programer guy person
Wtf is bamsed 
bamsed is bamsed
Mayonnaise flavour?
yes
go ahead
"girl are you assembly, because you look as nice as x64"
Anyone that tries this will get my respect for 5 years

Unless its hamza
hamza gets disrespect for -iforgotthemax32bitnumberpleasepretendiputithere years
Rust has it
WHY
170141183460469231731687303715884105727
jbgahkgehagwejh why
For i128
WHY
why not go 512 bit
Most of the time to test stuff
13,407,807,929,942,597,099,574,024,998,205,846,127,479,365,820,592,393,377,723,561,443,721,764,030,073,546,976,801,874,298,166,903,427,690,031,858,186,486,050,853,753,882,811,946,569,946,433,649,006,084,095
I dont think it has that
😔
Its a pretty small number honestly
small?
SMALL?
Doesnt even have 100 zeros smh my head
AAAAAAAAAAAAAAAAAAAAA
Actually i think it has
Well doesnt have 1000 zeros bruh
Smol
I can count to it in a day
While im eating breakfast
I HATE 128-BIT
Why
I wanna try to make a 128 bit os
yes c#
Real gamers use binary or hexagonal
binary
Or fuck it they just create their own pc Architecture
yes
You cant tell them what to do they create their own pc parts
With their own mats
With their own molecules
With their own...you get the idea
They create their own realities
yes
You know, as you do
i create dimensions and universes every day for the lulz
Lets talk about how awesome cpus are
They're awful
I underestimated what they do and how cool their software part is
No
so bad i cant even type properly
Smh you gpu user

none of that RAM GPU CPU HDD SSD bullshit
I respect that
It may be 165db but it works
You have earned my respect for 0xaa55 years

handheld fan
I use a marvel fan to hold a cooling fan to cool my pc
point it at the display and it does computer things
Rei
what does it do
I wanna tell you something
after breaking my back for days
broadcast news
neat
goodluck with that
we all know how that usually goes
:DDD
yes
Ye ima make cozyOS in no time
when you add new feature to an alternative good project:
haha no
lmfao
this
Look
Donr exoect it to have fancy things like
goodluck with that twice
ok so
does it come with a cute wallpaper
thought so
there is
Nope
binary language
Just a console
or you know
damn you're right
modern language
they compile down to native binary language
so works on arm and amd
just the third party packages
still neat
now have fun handling which is amd and which is arm
architecture
Its gonna be 128 bit if i figure out how to do that
do 512 bit
Yes






PCs

