#⌨coders-cave
1 messages · Page 49 of 1
The point is
Something thats not hard or easy
A Langton ant is a good idea, I just need to learn how to make one
Idk bruh
I kinda have an idea of how it works
8 hours of studying made my brain stop working properly
Its just a set of rules
Apply them each frame
And you get things like this
A small display of some of the surprisingly intricate patterns and behaviours that can arise from relatively simple rules. More information about each of the simulations below.
These simulations were made in Unity, and coded with C# and HLSL. The code for the first two simulations is currently in early access to patrons of the channel. If you'd...
Watch this
Very kewl
Just tell the ant "ok here is a number move this much in this direction then roll a random number and move this much in that direction"
Its not a good idea for a jam tho
Not very diverse
Just one idea one set of rules
What do you mean
Its just 3 rules
Or its 2
If white rotate clockwise then flip
If black rotate counter clockwise then flip
Done
Anything WorldBox related good idea? Like a completely free challenge but with WorldBox as topic
No I don't mean mod
Okay, for example that machine learning map sorter I never finished
it looks at the image and sees what type of map it is
yes
And what are the possible map types
I'm not a very productive person, I like to tell my bot what to do in litteorly every situation possible or to just give it random stuff and tell it to do whatever it wants
Cant do that wheb theres infinite situations
But hahaha I don't really know much else, I think it's possible to get more ideas tho
I trained it with 3 types:
Maps from #🌐✔cool-maps / Maps from #🌐map-downloads / Maps that auto-generated by the game
it distinguished pretty well
So its finished
mh, the model got trained but I never built an application around it that takes images and outputs a result
The model didn't need code at all, I used Visual Studio's built in model builder
cheats
Not reqlly cheats
hahaha
Model building isnt really about the code
The code isnt really complex
Ive built a deep q learning model
Taught it how to play snake
Got really good
But it took like 2 days to train on cpu
To get into a good length
nice
what do you use to mod the map size?
do you mean that you want the mod or how you code it?
I am asking if there is any easy way to edit the map sizes on world box
if you know?
Yes, there's already a mod for it called MapSizes
come to #🔧modding-talk
@orchid frigate here is code
if you wanna look how i made it
looks like what maxim sent
but flipped
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I understand most of it, but there are some things I will need to read about more
But thanks for showing it
Ooh, C#.
C# is cool
Btw i used 1d array because i think its faster
And i used bytes and ushorts intead of ints
Idk if they are faster
All i know is they are smaller
But if you want to do it just use normal ints
And a 2d array
I was wondering what ushorts were
u means its unsigned so its only positive
And short is same as an integer but it takes less space and the range is smaller
I think its 8bytes
you're so nub
Instead of 32 for int
Where did that comment even come from?
That came from so far out of left field.
That's one speedy boi
Lmao why it says main.c theb
You cant lie to us
Its obviously C
C no sharp
C numb
Xd
hi
So what libraries did you use if this is in C?
I wonder in what language rust the game is made in 
Well that answers why the physics look kinda strange
If anyone is intrested on trying to fix amp trait editor I'd be happy to give the current code for it 
I thought u meant rust the programming language not the game
Rust shouldve been made with rust
What is that
do ~traiteditor
~traiteditor
Sending trait guide to DMs!
And what is the problem
Is it like completely broken
Or what
~definetraits "lucky"
Traits defined!
~btrait umom
You must attach a map.wbox to your message!
Uh.. its working somehow
C#.
map corrupts when you use it
Oh
When did that happen
Did you change anything
Or after the game update
@wet girder
Hmm
Can i take a look at how the map data looks unencrypted
Do u have a file you can send to me
lemme decrypt one for you
What language is the traiteditor written in
Fax
Indeed
python
Ok good i can read that
Shit im on phone
Idk about that
Ill look at the code when i have my pc
In like 2 hours
Bruh mastef
U gotta work on map compression my dude
Wait
Did u just make a new map
With no people
@wet girder
I just took one that said it is populated from #🌐map-downloads lol
Finally found people data
Its probably a gigantic map
Took like two mins of scrolling
I have a pretty good idea on how to debug that
Ill do it when i get my pc
Cya in two hours
You just change the traits and then rebuild the map
not as easy as it sounds
https://gist.github.com/JupeOwl/cffc596c3964d18de08ff83062a6235e
This is the current code on amp but I created simpler and faster algorithm but it made the map even more fucked up
I should open one map at some point to see how they work, I never thought to do that
Ofc its not
But u already have everything ready
Ill just debug a bit
See what i can do
Why are you not using a JsonParser
Wtf
I just did few hotfixes
I did use for my own version
Makes life 100000 times easier
but it worked even worse than the code I showed
Can i see yours ?
I'mma try to find it
And tell igniz that he sucks at making readable code
well he made the code without thinking it'd be used this much

my code is now also in this gist
Are tou sure when youre saving the map youre overwriting the old one
wdym
Line 26
On yours
Ur saving the map that you downloaded from discord
Are you sure if there was already a map there
Its being overwritten
that's the first time that any file is touched in that command
Youre not understanding
So i used traiteditor
Now theres a map.wbox in bots machine
Then another dude used traiteditor
Is the old map.wbox deleted
Or is it overwritten
Or do you even know
It should overwrite the old map.wbox but I forgot to delete the file after the command is done
I meant to do that originally
ye
let me setup test bot
Kk
Just use the while loop and characters, it is a task xd
opencv is fucking me over again
Like how did you do it?
Unless it's the command prompt.
And what does that do
map conversion uses it
In three functions draw with the help of gotoxy and printf the walk
then in the whil loop I implemented that function it was something like this:
while (! kbhit ())
{
walk_1 ();
sleep (320);
clrsrcr ();
walk_2 ();
sleep (320);
clrsrcr ();
walk_1 ();
sleep (320);
clrsrcr ();
}
So
How is it going
@wet girder fixed
how exactly did you fix iy
first things first
on line 29
d = base64.b64decode(r)
doesnt do anything
so you should remove it
same on line 53
d = base64.b64encode(e)
both of these should be dleted
wait ill send u a file with all the fixes
you look at it
wat is this
@wet girder
here
all the edits are done after
if working == True:
I made the code actually readable too
Hamza was deceitful
Now he is lucky
Ok.
v not working v
Removed more unnecessary stuff
Cuz I cant sleep while there's unnecessary code that i know of
Please don't look at my code then you will probably never be able to sleep again
Why did it open in C# Shell I have a python interpreter.
Bruh
And it was useless.
C# Shell opened a generic file.
No
sus
nvm turns out its nessecary stuff
ill try to make it unnessceary tho
wrote one letter
now its working good
this is fully working and tested
i needed to add an s to json.load so it loads from a string instead of a file
saves like 5 lines
not really
I only tested after the fix
Its woeking
But then i did more edits that i didnt test
the code looks like it should work
I did put it to the bot
Traits defined!
Traits defined!
Traits defined!
because it is immortal not "Immortal"

~definetraits lucky
Traits defined!
Traits defined!
I already fixed the tutorial
You should make the first argument the name
And the others are the traits
Instead of having to seperate commands
well yeah true
Its working
And try not to name things with 1 letter
Makes fixing things harder
Its so bad you couldnt tell that somethings dont do anything
I only name file as f but otherwise I 99% of the time use more than one character
The compressed and encoded things were r and e
And there was a d
That was never used
oh yeah I copied those from Igniz's code
~definetraits lucky
Traits defined!
~definetraits strong
Traits defined!
Just use #🤖bot-commands in the future
ok
can u fix
Something went wrong while processing this image, try again and if this image doesn't work contact Jupe#1829
Sorry I didn't see,
they are right tho.
a+b+c=4
a^(2)+b^(2)+c^(2)=10
a^(3)+b^(3)+c^(3)=22
a^(4)+b^(4)+c^(4)=
The one who can solve this,
is a genius.
bruh 3 equations
3 varibales
or however u spell it
veribles
idk
variable
it should be 46 tho
if im not wrong
i see you guys are fmiliar with worlfram alpha
~define trait "strong","regeneration","giant","immune","tough"
~definetrait "strong","regeneration","giant","immune","tough"
~define trait "strong","regeneration","immune","tough"
~definetrait "strong","regeneration","immune","tough"
~definetraits "strong","regeneration","giant","immune","tough"
Traits defined!
Next time use #🤖bot-commands
@wet girder trait editor isnt working on characters with spaces in their name
Nvm its 50
AND MAKE IT ONE COMMAND
And if the name doesn't exist make it write an error
And then its perfect
Did the traits added? Or is it planned today too?
Gonna do it today
gonna do it now
["boat", "healing_aura", "energized", "ratKing", "vermin", "savage", "miner", "veteran", "wise", "strong_minded", "peaceful", "zombie", "infected", "plague", "blessed", "madness", "immortal", "crippled", "eyepatch", "tough", "strong", "weak", "stupid", "genius", "regeneration", "ugly", "fat", "attractive", "fast", "slow", "gluttonous", "burning_feet", "cold_aura", "bomberman", "pyromaniac", "eagle_eyed", "short_sighted", "lucky", "unlucky", "immune", "agile", "deceitful", "bloodlust", "pacifist", "ambitious", "content", "honest", "paranoid", "greedy", "weightless", "giant"]```
This is everything amp has atm so it is kinda hard to find the ones that are not in it yet
@sick belfry if you know any missing could you tell those
added
There seems to be lots of odd traits missing
["freeze_proof", "fire_proof", "fire_blood", "acid_proof", "acid_blood", "burning_feet", "tiny", "mageslayer", "kingslayer", "boat", "healing_aura", "energized", "ratKing", "vermin", "savage", "miner", "veteran", "wise", "strong_minded", "peaceful", "zombie", "infected", "plague", "blessed", "madness", "immortal", "crippled", "eyepatch", "tough", "strong", "weak", "stupid", "genius", "regeneration", "ugly", "fat", "attractive", "fast", "slow", "gluttonous", "burning_feet", "cold_aura", "bomberman", "pyromaniac", "eagle_eyed", "short_sighted", "lucky", "unlucky", "immune", "agile", "deceitful", "bloodlust", "pacifist", "ambitious", "content", "honest", "paranoid", "greedy", "weightless", "giant"]```
These are there now
I'll translate and ask for help to other people
Nice, thank you 
There is two burning_feet
Show me
heres all of them from the list u gave me
used code to get them
dont think i dont have a life and started writing them one by one
There is no mageslayer trait in that
Well then it doesnt exist in the list he gave me
Just checked with Search
Doesnt exist there
I wann try something
~definetraits boat,energized,ratKing,rat,healing_aura,savage,miner,veteran,wise,strong_minded,peaceful,zombie,infected,plague,blessed,cursed,evil,kingslayer,giant,tiny,madness,immortal,crippled,eyepatch,skin_burns,tough,strong,weak,stupid,genius,regeneration,ugly,fat,attractive,fast,slow,gluttonous,burning_feet,acid_blood,acid_proof,fire_blood,fire_proof,freeze_proof,cold_aura,bomberman,pyromaniac,eagle_eyed,short_sighted,lucky,unlucky,immune,agile,deceitful,bloodlust,pacifist,ambitious,content,honest,paranoid,greedy,weightless
Traits defined!
what does king rat trait do
~btrait Hamza
The king rat has it
Probably
@wet girder u added them yet ?
I want my all trait hamza
not yet
oh yeah i know the rat king has it but what does it do
what is the language worldbox is using ?
C# unity
Im from syria
Nice i'm from morocco :)
where do i download maps
🗿
Sending trait guide to DMs!

I am but I use discord.py
#include <iostream>
using namespace std;
class MathClass {
public:
//addition functions
int add(int num1, int num2) {
return(num1 + num2);
}
float add(float num1, float num2) {
return(num1 + num2);
}
};
int main() {
//create math object
MathClass mathObj;
//make calculator in loop
while(true){
//ask user what action they want to do
cout << "What action do you want to do" << endl;
cout << "1. add" << endl;
//take users input of what they want to do
int want;
cin >> want;
//do what users want to do with MathClass
switch (want) {
case 1:
int x, y;
cout << "What 2 numbers do you want to add" << endl;
cin >> x;
cin >> y;
int sum = mathObj(x, y);
cout << sum << endl;
}
//ask user if they want to continue using the calculator
int cont;
cout << "Do you want to continue using this application" << endl << "1. Yes" << endl << "2. No" << endl;
cin >> cont;
if(cont != 1){
break;
}
}
return 0;
}```
I am making some shitty calculator in IT class
this code totally works atm
like totally
for sure no errors that I don't know how to resolve
that must be hard
Well not harder than anything else. Discord.py is pretty damn easy to use and it can be used to so many things with pretty basic knowledge
@commands.command()
@commands.cooldown(1, 30, commands.BucketType.user)
async def dadjoke(self, ctx):
jokes = ["Did you hear about the circus fire? It was in tents.", "Can February March? No, but April May!", "It’s inappropriate to make a ‘dad joke’ if you’re not a dad. It’s a faux pa.", "Wanna hear a joke about paper? Never mind—it’s tearable.", "How do lawyers say goodbye? We’ll be suing ya!", "What’s the best way to watch a fly fishing tournament? Live stream.", "Spring is here! I got so excited I wet my plants.", "I could tell a joke about pizza, but it’s a little cheesy.", "Don’t trust atoms. They make up everything!", "When does a joke become a dad joke? When it becomes apparent.", "What’s an astronaut’s favourite part of a computer? The space bar.", "I don’t play soccer because I enjoy the sport. I’m just doing it for kicks!", "Why are elevator jokes so classic and good? They work on many levels.", "Why do bees have sticky hair? Because they use a honeycomb.", "What do you call a fake noodle? An impasta.", "Which state has the most streets? Rhode Island.", "What did the coffee report to the police? A mugging.", "Why did the scarecrow win an award? Because he was outstanding in his field.", "I made a pencil with two erasers. It was pointless.", "I’m reading a book about anti-gravity. It’s impossible to put down!"]
await ctx.send(random.choice(jokes))```
This is abadonded command but I need to mostly do stuff like this
but there's #🔁map-conversion which is definetly hard
I didn't create the original code for it
but I try to update it every now and then
that's look kinda easy
it is
cool, as long as I know firebase is kinda fast for large data sets
Making a game engine is so fun to do, unity code was so boring in comparison
Wow im in a cave
You could MathClass::add a template function and it'll allow any type. It could also be used to concatenate strings if you're smart.
template<typename T>
class MathClass {
public:
// Addition function
T add(T num1, T num2) {
return (num1 + num2);
}
};
Something like that.
On top of that, ensure all variables are declared as well.
I'm gonna mess with that code hold up.
the code wasn't even meant to be good but thank you for this. I'm real trying to learn c++ but it's hard af
It is.
Coming from python background stuff like declaring variables and adding semicolons etc. is harder for me to learn
Also learncpp.com is pretty useful.
I understand that.
I'mma check that out for sure
I love python so much. I can do almost anything so quickly and it most of the times just works
Ig I have some python specific habits because I don't remember when was the last time I've had TabError
or just use doubles
because that wont work if the class doesnt have an override for the + operation
ints get casted to doubles or floats automatically
atleast in C#
They do in C++ as well but if the user gives a string then reality breaks @barren shale.
A try block will work though.
you can + a string
Actually...
No the method takes a double parameter.
why would you give a string in a MathClass
Mistype?
Uhhh
just check
Trying to break it?
before trying to add
Or use a try... catch block.
they are expensive
checking is way better
you only use try for things that you dont know how they can go wrong
but you know thye can go wrong
Yeah true
in C# you just do int.TryParse
if ((typeof(want) == string) || (typeof(want) == char) {
mathObj.add();
else {
cout << "Don't break me.";
}
yea but that doesnt cover all the types
But I don't know if that'll work.
Doubles, into, floats will work.
Bools are weird.
You only need to check if it's a string or a char.
Does anyone know if you buy the game on the website will you have to rebuy it we it's released on steam?
No you don't. You'll get free Steam key
Imagine reading #📕information
Anyway so this will be my daily message for saying how much I hate coding on phone
Sadly I'm out of town once more so this will be my only choice again
I like to use those as opportunities to learn more with Sololearn and YouTube
So basically when I can't code I watch shit ton of YouTube videos about cybersec, coding etc. and use Sololearn to learn coding
it's way more fun than trying to code on phone
I don't watch alot of videos about coding because I mainly do it for fun right now, plus I have like no free time nor place to be able to hear what they are saying so I just write a couple of lines and adding to a lil project I have on phone
I have noise cancelling headphones so I can just put those on when I want to listen to something
Just learned that Windows forms are better then I thought, who knew
At first I thought they are complete garbage for an app, which they are but they can be used as a base for a game engine
Dont
They are shit for drawing things on them
They use the CPU too
I've tried before
Not fun
I’m haking into your roblox account

Yes, but yes
I'm only using them for testing until I figure out a better way to do it
hey
I use the semicolons so frequently at this point I put them in everything, even outside of coding
Python code is hard for me to read sometimes just because there are no semicolons, but yea they are pretty annoying sometimes
There are some specific situations in which they are hard to figure out where to be put
Like in big code blocks with a shit ton of every type of bracket or even in for statements
I always put a , in the for statements because I forget it should be a ;
hi
@orchid frigate DirectX?
Or java.awt?
Or anything else?
HTML forms would be better.
i dont like cpp ignore whitespaces
Why?
It's convenient.
And Python, which doesn't, takes a hit in my opinion of it for it's whitespace policy.
Hell even unity.
lol when i type something in terminal it content white space c++ just ignore it and wont read it all
Oh mean cin?
ye
Use getline(cin, varname) for that.
Syntax may be different.
It's a part of the <string> header file.
Although I think it's included in <iostream> as well.
can i do #include <bits/stdc++.h>?
ok
I have no idea how to start making a game engine
I found this article and this seems good to follow atleast to some point
Short list of resources and tutorials for writing your own game engine in OpenGl and C++
some materials in that are almost 4 years old but still
wtf is this https://www.youtube.com/watch?v=j0_u26Vpb4w
The unimaginable evil of C++ is unleashed. Be afraid. Global Variables, Macros, Void*, Goto, Namespace STD, New & Delete, all the tools every C++ programmer needs... right?
Patreon: https://www.patreon.com/javidx9
YouTube: https://www.youtube.com/javidx9
https://www.youtube.com/javidx9extra
Discord: https://discord.gg/WhwHUMV
Twitter: https:...
I think I broke my brain with this video
This is hard
What language do you want to use ?
When making an engine you just need something that lets you draw on the screen to start off of
if youre using c++ maybe go with DirectX or OpenGL which is the hard option or something like SFML which is the easy option
I'm gonna use opengl
Yes, I can now send images.
should i install manjaro or ubuntu
feels like im getting bored of ubuntu
but damn i dont wanna lose the features
like not able to install unstable package
(that message about unstable package was sarcasm btw)
you should yes
I like most of Debian based linux distros but Ubuntu is my favorite
My friend is trying to get me to use Arch
Okay?
I have 2 choices:
- learn web development for summer job I have in about 30 days because I have no fucking idea how it works
- learn how to make game engine and worry about the summer job later
2nd is way more fun but 1st would be more useful
Does anyone know where I can find the code that controls citizens to remove ruins?
lua syntax is not only art, it's perfection
lua interpreter is not hell, its heaven with satan
:(
:(
What's that
hmmm im thinking of starting to learn rust but i dont know if i should, can any of yall rust people say something about it
i mainly just want to learn a second language, not anything in particular but i dont know which language to choose
I couldnt run the alime simulation on it
It ran on 1.6 FPS
Had to switch to java
Which ran stably at 100k slime in a 750x750 map
ah java is also interesting to me
Java is C#
Like i dont know shit in java
Still made the simulation in an hour
They are super similar
ye i have mistaken java for c# on multiple occasions
i wanna create a game engine but i dont want it to be in c# nor c++, mainly because im bored of c# and dont really like c++, im thinking lua might be good
Java
It is
Heres the library
And there are youtube videos on how to use it
Its a bit hard
You can use a framework
Which has some things done for you so its easier
I think lua is only good for scripting
Its very slow
how tf do you pronounce this name
What name
lwjgl
Light weight java game librrary
Minecraft is made with it
Its just a collection of binded libraries
ah nice i thought that lwjgl is just a bunch of keyboard smashes
Like opengl and openal
i think ima do something crazy and attempt to game a game engine in rust, its a crazy idea i know but atleast it might be more fun then writing "public" and "void" for the 10000 time
Ita not a crazy idea
Rust is built for performance and stability
Making it a great idea
Gtfo of my cave
What isnt working
half the time
@wet girder fix ur shit
Np
Go away
Writing public void is the funnest thing
the bug report was great tho
"idk whats broken but just fix it ok?"

Top tier speech skills
ima go insane if i type it one more time
You just do
P
U
B
L
I
C
Like that
There are public things in rust
I think
Idk its similar to c
its always great when it takes 30 minutes to figure out how to install rust because visual studio code doesnt have like any language previously installed
I would if I knew what was broken and had time and motivation
@knotty root whats beoken
What isnt working
oh ye
when you do ~c or ~dc it might randomly not analyze the image correctly
works 90% of the time
vut sometimes with certain images noy
Is it random
Like u tried the same image
Sometimes it work sometimes it dowsnt
Oe what
no it works 50% of the time lol
yes pslsss
You changed nothing with the code?
when ws the last time you saw #🔁map-conversion
Never touched it ?
I've done same changes but not to image analyzing

like i do ~c with the image
Bruh doesnt matter
and then it doesn't work and tells me to do it again
and i have to wait for the slow down to end
and then i do ~c again
lol
and then it doesn't work
I always reinstall the image and it somehow works
Maybe try to revert the changes?
Then it'd break everything
rust uses pub instead of public which is amazing
i already like this language

also im realising that whoever made this language really doesnt like to type full words
for instance: public is pub(awesome name btw), function is fn, printline is println
Println in java too
damn rust is way more difficult then expected
its also difficult to learn because there are like 0 forums about it
there are, alot of them are from the rust cookbook
Well if you are experienced enough
You should be able to do something with them
If you cant
Go for a high level language
its sorta like javascript and at times like c# but at the same time its way different
my main problem are the use tags, im trying to generate random nums and all sources and telling me to use std::rand but there is no std::rand
Maybe watch a youtube video
i wonder if i havent downloaded something
On how to get started
i did but i got bored, the guy was mainly explaining stuff like how variables work and how to print out stuff in the console
which is pretty universal for all languages
you should totally learn rockstar not some rust or anything that's actually usable in the real world
rockstar is the real deal
hell ye
just imagine being able to call yourself rockstar developer
we can finally work on gta 69 bois
which makes me think about in what language gta is made in
i mean people might mistake you for a rockstar games developer so...
But its lower level which makes it better for complex games
Free marketing
Ohh yes

I honestly started learning rockstar in my IT class just for the lulz
Go rewrite amp in C#
no
Makes ur life a lot easier
if you are coming from python c# might not be the best choice
Oh right jupe doesnt know c#
hmm, would honestly be intresting
Or does he
I know some basics
C# much more stable
but i can always learn ya know
And much more easy to debug with
And i think its easier to understand
For me atleast
c# is very easy
well it's meant to actually ve used in large scale so ofc
but takes alot of time to learn
python is made for scripting so it's not the best
it's easier after already knowing a programming language
Machine learning
And things like that
After you learn your first language its done
You know what to google on your second one
look at rust and you will realise thats not the case, there are functions inside of functions in there its crazy
lol
I can code with any language
i (always) never use google for my code
but that's honestly true
Ive never made something mildly complicated without using google
In my 6 years
Of coding
I still have coding projects from 2013
The code is shit

My dad has been software developer almost 20 years and still uses google sometimes
imagine the people who made stack overflow without stack overflow
the legends
The thing is i could debug and code without google if I had like documentation but it'd way slower and more annoying
But documentation is sometimes too hard for my brain
The only thing i googled for java
Is how to print on the console
Havent google anything else yet
I don't honestly understand why java is used
the examples in documentations are always insane
in c# i searched for a try/catch statement example and got code that i could hardly understand the first line of
it doesn't seem good for basically anything compared to other languages
High level but also fast
Java is very fast for a high level language
Its like 20x times faster than python
And likw 2-3 times faster than X#
C#
Python is super slow ofc
Easy for cross platform
who cares about fast when you can make a game that runs at a constant 40 fps
at this point companies should just cap the fps at a const lol
How fast is Lua
since when lol
No i mean lua is as fast as python
I use linux cuz windows wont boot on my broken laptop
binding of isaac is made in lua so i like it
And i couldnt get C# to draw a gui on my screen
For the alime simulation
So i had to go python
But it was too slow for it
I'd use linux if I didn't want to play video games without having to deal with so much shit
The i went for java and everything just worked
I wouldnt
i would use lua if i wasnt too lazy to figuere out how a virtual machine works
linux*
It becomes harder
I deleted one thing because of a problem
And spotify stopped working
And chrome stopped working
And shit ton od other things
I had to reinstall a lot of things
when there is an error in your code just delete the code block lol
Just because i deleted one thing
Stackoverflow told me to delete it
And wrote the warning after it told me to delete it
Like wtf

Github student pack
rust is so fucking fun to learn damn
It's the best, once you get into it you start missing it everywhere else.
linux looks great ngl, i need to try it some time
It's awesome
after a couple of hours
i managed to implement sprite rendering
making a game engine is hard
HamzaEngine games when
ive used kali and ubuntu for some projects, mainly ubuntu for servers and kali for cybersec, didnt hate it. Also the pi distro
You used them for projects
My advice is to try dual booting and try if you like it that way
Yea maybe try dual booting
i had dual booting set up. but i recently reformatted. ill get it again though
Most of the things u can do in linux can be done in windows
But it doesnt apply the other way
I daily drived Linux Mint for a week with dual booting and gosh I hate Linux Mint but otherwise I fell in love with it, just need to chance distro
Linux gives way more control
and freedom
vut it's also shit ton of work
yep
Ive been forced to use ubuntu for a year now
Still dont know what is the difference between apt and apt-get
If one doesnt work i try the other

I knew it at some point vut I forgot because it wasn't significant thing
Huh so this is where all the nerds go


this is where i kill my brain
why do people think you have to be a nerd if youre a programmer
i just literally can google better than u
nothing more
Uh oh
im a tf2 script maker 
Here comes the nerd train
but bad scripts 
/blurplefy classic variation:Extra White gradient:Extra More Gradient order:Dark Blurple, Blurple, White
Well I'd consider myself a nerd to some extent
is your example of all of that... a png with 1 pixel visible







