#⌨coders-cave
1 messages · Page 100 of 1
i don't think this is
code relevant
and also
very worldbox related
in sortof non worldbox related channel
and for mods #🔧modding-talk
Man I just got cucked out of 5 points on an OS exam for such a shitty reason
Gee, thx
OSs 
But seriously what happened
Ok
yea
browser games are a thing
they're not good most of the time
but there's small simple stuff like wordle
how did you not know that
Pretty much anything can be a game
If you program it to be
I have the opposite issue
I have this project in which I have put so much time and work in
I cant give up on it
Why whats wrong
Show me code it will be easier to understand
A while loop with a condition that checks if var != 0
No but why are you making a loop out of it
If its a turn based game you shouldn't use loops you should use turns
Basically a very large loop where both the player and the enemy attack after each other
I always give up
I've used that technique in a lot of my unfinished python projects
Why u always sending that gif 💀
IPC did me a fucky wucky
Ah I havent gotten to that yet as Im still working on the heaps
But it seems difficult
Designing heaps and memory management has been rather fun tho it lets you literally be in control of your memory if you know what you are doing
(That's why)
Oh... i didnt think abt that... maybe you are right
wanna stream?
we havent done that in a while
get it because while loop...
That was one of the worst jokes I have made to date which is quite the accomplishment
Unfortunately i am now to busy couse my game is getting close to release
ok
ahhh writing a heap is proving to be quite difficult
I mean nothing suprising there but still
Its so weird because I know what I have to do
but when I start thinking about it I completely lose what has to happen
@knotty rootthe first 5 lines is useless
response = Console.ReadLine();
while (enemy.Health < 0 || response == "attack") {
enemy.Health -= Atk;
Console.WriteLine("Enemy " + enemy.Health);
response = Console.ReadLine();
if (enemy.Health <= 1) {
Console.WriteLine("Ok");
Console.ReadLine();
}
}
np
response = Console.ReadLine();
while (enemy.Health < 0 || response == "attack") {
enemy.Health -= Atk;
player.Health -= 1;
Console.WriteLine("You attacked the enemy (Enemy: " + enemy.Health + ")");
Console.WriteLine("The Enemy attacked you (Player: " + player.Health + ")");
response = Console.ReadLine();
if (enemy.Health <= 1) {
Console.WriteLine("Ok");
Console.ReadLine();
}
}
```this code assumes that:
-the enemy have 1 damage and will attack every time
-you have an player object
pain
JUST RECIEVE THE DATA alREaDy
i will not activate windows
Well yes but skids exist so it's not mandatory but if you're a skid, don't expect to be treated well
script kiddie
Someone who uses only premade scripts to hack and has no technical knowledge of what they're doing
whenever they choose to do something illegal they're usually idiotic enough to not know how protect themselves properly
just install kali you become a skid in an instant
Literally me 10 years ago
I used to be a skid, maybe still am
So I dont have any bad feelings for them
I also believe that even with premade tools you can do alot if you know what you are doing
ur mum is premade
every programmer has been skid once in their life
AYOOO I GOT MALLOC TO WORK
LES GOOOOO
also got free() to work
damn Im on fire today
nice
technically not fully working as it only does the equations behind it doesnt actually write it to memory
but to write it to memory I gotta actually learn paging which...yuck
another feature will be the brand new Rockstar Games culture
which will basically disappoint you with everything they have
@knotty root you are berry right?
os dev when
ok so you arent gonna do it
I had my hopes up smh
anyways here is a gif of a knight dancing
You re-implementing C or something? 😳
Dang that sounds hard
Its way harder than I expected lol but atleast I get to design everything the way I want
Which is a big + side
is there a way to get python simplegui on mobile?
Well there are tools that can run Python on android and iOS
.
yes
run it on termux with a vnc server
or use pydroid and use like
pygame
turtle
🙂
#🤖bot-commands #🤖bot-commands #🤖bot-commands #🤖bot-commands #🤖bot-commands #🤖bot-commands
What a nice channel that is
Wish someone ACTUALLY FUCKING USED IT
They can't find it I guess
can't we just make a Seperate role just for the bot so they can't access this channel
or is it really buggy that you can't do it?
no need, you can set specific user perms to channels same for bots iirc
It would most likely effect the bot if we change their existing role
not possible tho
Майка ти is only allowed to your mom 💀
💀 💀 💀 💀
no I mean you can set the channel, it wont affect anything but channel
Ow yeah I forgot that
moderation commands would still be needed
you can add a specific user in a channel then just block text perms
that said, not like removing the bots would stop anyone
I think jupe removed the commands from responding here from amp, or for some of them
could make a blacklist that removes messages if they have a command in them
hmmm true
Or just remove all users from here who are under level 30 💀
Or remove everyone and whoever wants to join has to apply
lmaooo
im getting new laptop soon
rtx 3060
gonna burn it on some ai

finally
i'll be able to train my AI to finish the snek game
Ññññññ
I find this offensive and thus would like to report you to the proper authorities
Also your mom
Hey, can someone teach me how to make a custom trait?
I can teach you how to read channel descriptions if you want
And pinned messages
Because you clearly lack the ability to do that
This channel has turned from a warzone to everyone active here complaining about people being non channel topic
Alright its time to revive the chat and ima sacrifice the peace in this chat for it
I think that in my opinion c > c++ > c# < python
And rust is on top

Hi wanna burn gpus with me
Alright
what gpu u have ?
if it's anything less than a 3050 its not worth frying
i'm looking forward to help me code Roblox 💀
they said
code roblox
not code a roblox game
make use of C++
because that's what the game is made with
giga haydot chad will help
Yea nice joke rei
I think you meant giga haydot super chad 
Also structures are now my #1 favourite thing
They are si fucking good its insane
Coding roblox should be very very similar to coding a game engine
You just need to learn a graphics API, create a semi working physics engine, sounds engine and a workspace for creating games
And you are done
yes
Good job you created roblox
Now you also have to create a stock market for children
And make sure to steal all the kid's cash from the games they have put more time on than you
A complete guide to creating roblox!
and also exploiting the labor of children
Idk why I have such beef with roblox I havent even played the game in 2 years lol
Because the way they exploit children work?
Yeah same, have no clue why I have burning hate at it
You create an int and the purpose of the int is to count how many enemies have been slain
And for each enemy that is killed you add to it
Its up to you how you make it
Remember its your game meaning you get to design everything
Even if its not the most efficient way atleast you will know that it was you who made it
I have recently realised that
Same
I think I know whats gonna happen but sadly not 😔
What
Ok so
If you want to basically repeat the previous code
You can just use a while loop in a similar fashion:
do{
//Enemy killing/dungeon code here
//Take player input to know if the player wants to exit
}while(input != "Exit" || input != "exit");
The do loop is optional
I never use em but I thought it would make a good use here
do while loops are so gud
wtf is that
If you mean the code
its fucking code
If you mean something else
Idk what you mean
is it hard to join developer team for WorldBox ?
Would love to work with them
2 years of Experience in Unity C#
Mobile and 2D mainly
Do they come to vc from time to time ?
hmm
gonna be difficult ;d
goodluck tho
a
that's probably not enough for a game like worldbox
because one bad line of code can make it run badly
that depends
what if he never ate
and he codes in unity 18 hours a day
he only eats one meal a day
never goes outside
and just codes in unity
so thats like 13140 hours of experience with unity
wat
do while, does thing then checks
while loop, checks then do thing
do
{
//thing
} while(condition);
while(condition)
{
// thing
}
Stop Shitposting you two
Is that even kimchi
yes
youtube kimchi slap
20140721 모두 다 김치
동준(원기준)이 언쟁을 벌이다 동준의 막말에 화가 난 희은(이효춘), 김치로 동준의 뺨을 세게 내리치는데..
[HOT]
do runs before the condition are met
this ensures it iterates once
its literally
do this
while this is true
instead of
while this is true
do this
you're disgusting then
you're my mother
Bad wording but sure
guess what
guess
my parents unplugged
my fucking
rpi
:D
the urge to destroy everything inside this house is raging
imagine if my db got corrupted
IMAGINE THE FILES
also dpy is gonna be stable next week ish
i think
db shouldnt get corrupted on power off
that's a bad db
@barren shale hi
hi
@orchid frigate
NEW LAPTOP COMING SOONANWEJQNEJQNWKQ
first time buying a piece of electronics with my money

Congrats
Hi
thanks
Hi
Hello
I haven't coded in 3 days
So I dont have anything to talk about
So I'm just gonna repeat hi over and over
@barren shale hi
What laptop did you buy?
I gotta play gta with the bois don't have time
gonna fry the gpu on some AI >:)
gaming with hamza
Gaming with
i don't game a lot
shame
not as long as i used to
Lenovo has nice laptops. If I'd ever buy a laptop for video games it would probably be Lenovo legion. For programming and school stuff I like hps laptops
yeah lenovo is good
i had a lenovo laptop 7 years ago and i spilled a cup of juice on it
and now my sister is using it
unlike my current laptop which had a fan broken and then the gpu got fried
3 years without a gpu finally paid off

@barren shale git gud
how did you fry a gpu
@orchid frigate dont ping me
@barren shale @barren shale @barren shale @barren shale
you noticed the fire
frying doesnt mean fire
it means some chip is broken
or capacitor got blown up
which doesnt cause a fire
it just smells bad
That's very sad
However
You can get very cheap car insurance
For just all your possessions a month
@barren shale dont leave me hanging damnit reply something funny
Finally
Good ol' Michael
fortunately yes
does anyone here really use mac?
macs are for dumb rich people
:l
I think macs are great but a bit expensive
Os devs:
Rookie numbers
😭
We make a literary two click job into a 2-3 years job
But hey at least we know how it works (we dont)
right now they are not really expensive
Gaming.
giga fat chad
||fat chad wins||
Have you head about strange entity called joe?
Gey el que lea esto (con respeto)
Var is when u dont have any idea what to do with your life and wanna make someone else angry
a good rule of thumb is to not use it lmao
that's all you need to know
Complicated question
https://medium.com/@codingsam/awesome-javascript-no-more-var-working-title-999428999994
anything you want
literally anything you code will improve your skills so just do anything that's fun
Thats the way
Just dont use it
Use let when you want to later change your variable value, const when not

When you don't know what type to give to a variable use var and the compiler will automatically give it a type considering the data inside of it
As jupe said, avoid it because it can make things complicated for no reason
But there are some cases where its useful as fuck (and I wish C had it 😔 )
Well C has auto but lets be honest
Auto sucks af
It always screws me over
in C# yeah but in JS it's just shittier let
and even in C# most of the use cases for it are just laziness. It's quick and easy to write when you're being a bit lazy but it can introduce bugs or security vulnerabilities later on
well used it can be really powerful
but not something a beginner needs
wait there is a difference between let and var? (wait rust isnt the only one with let?(wait let isnt just var?))
you learn something new everyday I guess
But I cant look at let the same way after using rust
most of the datatypes in rust are extremely weird like Options and stuff so rust without let would be a total nightmare
w h a t
everyone uses var all the time
how tf does var even cause bugs what
i remember string h = "h"; outputs the same exact il code as var h = "h";
well yeah if you hard code the variable value
but how often realistically do you actually do that
I can think of some examples where not the right type is given
for instance lets say you have
void HexToStr(var a);
where most of the time a will be a hexadecimal value
and cs will make the var into an int which is bad
because then the output will always have 8 digits even if most of them are 0s
and the hexadecimal value doesnt have 8 digits
I found template functions to be quite helpful in this case:
template<typename T>
void HexToString(T value);
actually this may only be a c++ thing because I dont get highlighting...
you can use classes in C# I think
When you dont want to type Task<IEnumrable<Beans>> BeansTask you'd use var BeansTask
I think the first one looks ugly
that's why I use var
but sometimes I don't
Idk it depends on the mood tbh
I am a pro codr
send proof
i will never enter this channel again i almost ahad a stroke
you guys are too smart for me
that's not how you spell dumb
Same. I copied and pasted some html from w3school and made a button. You and I are a true form of genius.
Lmao I remember doing that in grade 9
And downloading hacks for krunker
people: omg c# is so wordy it takes too long to write code!!1!!!11!
microsoft: adds features to make work faster
people:
What is the game engine used for worldbox
Unity
I love writing like a thousand different namespaces and classes that end up making the project very fucking complicated for the sake of making it simpler
or spending 1 minute on writing something to the screen
bruh these lines of code took me like 1hour to write:
if(Input.GetMouseButtonDown(0))
{
float scaleDevidedBy2 = transform.localScale.x/1.25f;
Vector3 newScale = new Vector3(scaleDevidedBy2,scaleDevidedBy2,1);
GameObject newObject = Instantiate(part,transform.position,Quaternion.identity);
newObject.transform.localScale = newScale;
transform.localScale = newScale;
Rigidbody2D partRB = newObject.GetComponent<Rigidbody2D>();
Vector3 mousePos = Camera.main.ScreenToWorldPoint(Input.mousePosition);
partRB.AddForce(mousePos*dashSpeed);
}
it adds an agar.io like mechanic
@cloud solar wanna stream?
i mean i dont have much time now
i can steam star wars skywalker saga but not now
I just realised I have to redesign my entire heap initlization thing to make it actually work :(
Gotta go back to the drawing board
sadge
:dynoError: The Autoroles module is disabled in this server.
Spongebob in HexaOS
since people here might know steam workshop upload file sizes and such. why is a 16x16 map too big to upload
chat not meant for worldbox
if I had to guess its just to prevent people from crashing when they try to load a map
Bru
LIGHT MODE OW
@knotty root
Im a steam worker wdym
embed fail
Did rei left?
damn
uh no
Nvm!
I just wanted to show you this!
what map
what's 16x16 map
I don't get watchu mean
thinks
oki
woah that's cool
it also gave my internet a stroke
because the embed
Ehehehe
uh-huh

Ciao, conosci Super Idol?
Yup! but this model is like the new sota
okie

It could also be c/c++
With a graphics API
I still remember how stupid writing vertecies was with opengl 😔
Obviously
at least its all worth it in c++ and assembly


yeah
I code in both of those hello
How are you 
tired
Why did you have a hard day
i didnt get good sleep
Ah I get that sometimes
Drink coffee
Its amazing
But make it as pure as possible
For best results
Yes
No
aight
Ok
No
Well this became awkward
Yes
you want me to learn assembly?
no
💀 😔
This happens every time
Anyways ima go now
Have a nice day
aight cya
Lol tell that to nikon
any ideas for a small mechanic like this?
so not that complicated, but challenging
and 2d
Assembly as in the os version or the os demandant version
Because making a bootloader in assembly and a os dependant program in assembly is like creating a website and a database
Two very different things
I mean the basics are the same but thats it
hm
not there please
@barren shale hi
hi
@cloud solar hi
"
bruh
@barren shale you should see this
or kick
do you even have achild?
ya your half a week old brother i had with your mama NOW giMME MY CHOLD SUPORT BACK
User reported to the proper authorities!
hmm...
nobody asked
,with 10000
Im so fucking sick of people using this chat for whatever they like
god did
god dont exist
,give @empty notch 10000
@nova osprey@empty notch wrong channel
thtas why your a fucking idiot
oh cmj uhhh
,work
@nova osprey@empty notch use #🤖bot-commands or #💰worldbox-casino for this, keep channels topics
im gonr
Guys, have respect to otehr people
nvm got my chils support back
He even not a moderator
ok well now that this chat isnt used for gambling
@cloud solar How is the game going
did you release it yet
ye
but u just wanted to ping him
||i mean what?||
oh thats sad but where are you releasing it to
@empty notch being on this channel sucks
with king peng studio, on android
oh ok I will try it out when it releases
eh 1$ aint much so its fine
ok, gonna inform u when it releases
100 years old
funny
older than time itself
its really funny yea
alright well ima go now as this is not channel topic and clearly you cant read english so you cant read the topic so ima not break the rules like your smartass
Result: Win
11,008

Value: 20

Value: 19
@empty notch can u say where he broke the rules?
User reported to the proper authorities!
@cloud solar ignore him until he gets muted
my stroke had a brain... @orchid frigate did i ever said that i even like dream
couse i dont
⚠ Warned Krulter#8919
omg finally
Dont be so toxic
block
right I did get kinda angry sorry
bruh didnt u see what @empty notch wrote?
but when someone shoves their face in my face I gotta defend myself
+1
Eh
⚠ Warned Krulter#8919
4th one I think
👢 Kicked Krulter#8919
ok well this is getting majorly off topic so as I was saying
is this your first project for a game
i mean it is first serious project
i mean previous onces were based on tutorials
ah nice it must be nice finishing a project
the closest I have gotten to that is...getting to 10% of the way there
I always shoot for the stars and miss because the stars are a bit too far away
well anyway hope you finish it soon
thx
yes
dont make a project thats the size of creating gta 5
make a project the size of creating cyberpunk 2077 instead
way easier because you dont have to test it for bugs at any point during development
big brain move
yeah that's a problem I've run into countless times
always thinking about big projects, making an half-baked base and then giving up either because it's too hard or I lose motivation
Im kinda doing the same here
Im aiming for basically creating an entire operating system in the span of...maybe 2 years and for 3 months I have barely even made a base
but I also really dont want to abandon it because I have put probably 500+ hours into researching on it
I think you're doing great
I wouldn't have the patience to do it
Mainly because I don't really like low level
its interesting but knowing it in theory and knowing it in code is like two very different things
because I can say that "Paging is a virtual adress going through multiple page tables to create a physical adress" but how in the fuck do you code that
this is why I have been stuck on it for 2 months now
ahahaaa you had me in the first half
Type or blocks
?
Code type it or place blocks
block based generally doesn't have any practical uses in the real world, so written code is probably going to be better
block coding is really a learning tool rather than anything practical
what about it
os demand
thingy
whats your opinion on neural networking?
ok I said the wrong word os depandant or demandant
(btw. my system is in Danish, but I just hate when english games are)
I´m just coming into the server and couldn´t find it, but thanks for being nice about it
wait this is in lua lemme translate to python real quick
fuck = 10
if fuck == 10:
while True:
print("fuck")
ok now make a class in lua 
Nice code
don't worry, OOP isn't even officially supported by lua, but you can still do it using some hacky ways
the way you speak to me about programming feels so condescending
for some reason
hah sorry about that, I like to talk about lua since I have some experience with it, but it's rarely a topic here
ah, ok
rip chat, 2015-2022
Lua sucks
its lightweight and fast tho...
many games use it
many friday night funkin mods, dont starve and dont starve together, WoW, etc
it's shit, it's barely even a modern language
python, c++, javascript. All were made during either the 1980s or 1990s
js is almost as bad as lua
Python is decent
its is made for its own purpose
c++ is superior
i cant disagree
i can disagree
fair
thats just the way it is
why not just use c lol
applications
maybe cause if you need it to run on every machine you'll have to recompile
fair
ik im just messing around
but for anything that you want to be good you shouldn't really use interpreted languages ngl
excluding web dev
fair ig
you can use python for creating kernels
nobody cares
its hard as shit to set up and even harder to code anything productive but still
but still nobody cares
I appretiate nobody for caring :)
nobody seems to be a good os dev I wonder if he has a good job
bro ur IQ is -ulong.MaxValue
very sad
however
I dont care
Nobody asked
Nobody asked you either
yesbody asked me
but this chat is not for people to ask things
its for people talking about programming stuff
Ok
try not to trip on a wire
damn
whoever makes games with java is truely different than anyone else
apparel
apparently
graphics are being
picky
graphics library
like
on alpine
you have less libs
than debian
musl based are so unpopular
that graphics ignored it
considering its used to be
fast
like in a docker
container
but
IM MAKING AN APPLICATION
that literally
depends on graphic libs
and its not even on the pkg repo
Yep
Btw... do u have any idea how i can make so clicking buttons in html is making them difrent color
Using css and javascript too ofc
really quick question
Does modding for worldbox work with C# ?
since it's made with Unity
Wait how does overall modding work for world box ?
never done modding before ;d
nvm
it's with C#
Just bought WorldBox for pc
had it on my phone for a pretty long time(bought premium)
i mean that seems legit
so try it
i guess u just go to the files and change them
It's kind of hard to find information
on how to mod it
yea problem is
I have never done dll injections
I know what they are etc
But never tried to do them myself
u good at programmin?
kind of yea
well, are u good at unity
then i am sure u will find out how to do it yourself, try to look at local files
This is the weekly reminder that this chat is looking for new very low level devs
Actually nvm I'm not doing this weekly
So this is the one time reminder that...I forgot
Ok bye
i mean i am not exacly low level but i am starting
btw, i think today i will be able to stream
i am not sure when and what, but i think i will
Starting what type of low level
I can help you with graphics APIs and programming languages without std
i mean technicly i am making a game in unity with a studio, but i still feel like i am a beginner
tho i am not sure if u understand unity well enought to teach me some things
I wouldn't call unity low level
Its a pretty high level thing I mean it manages all the dirty work for you
unity is quite far from low level
already using C# means you have a lot abstraction
and less stuff to deal with
By low level I mean doing the real dirty work like graphics APIs.... actually thats it excluding anything too low level
They are quite fun
Useless as a indie dev but fun
Yeeeeah that's usually what I stay away from lol
i ment that i am a unity dev beginner, and i dont understand some things that well
for exaple quaternions
or Raycasts
You could create your own custom game engine in one... actually it will be more like a game without an engine
also i dont understand all the things connected with the pathfinding
To make your game more independent
making game engine takes more time then accually using it
I have tried
Absolutely
True what you said
You have to go from simple triangles to complex shapes and stuff and its so much math
Hey
I would say its harder than os development
@orchid frigate i can stream for a sec
There's a reason people say "don't reinvent the wheel". If you are a beginner than this is going to be unnecessarily hard
Creating a game without an engine is actually pretty good if you know what you are doing
You can be completely independent from anyone and your game wont be as big
Congrats, you're independent but your engine is buggy, slow and doesn't support external code like plugins.
Unless you're a big game company I see no upsides in doing this
Wait I have barely gotten home
Give me 10 mins
"if you know what you are doing"
Still, is it really necessary when someone has already done all the job for you? Unless your aim is to make a custom engine, why make one when you already have to work on a game?
Not a custom engine but a game without using an engine
Creating an engine would be absolutely stupid to do lol
Unless the engine is your main goal
And not the game
A game without engine? How do you even accomplish that?
Using graphics APIs to create a graphics engine that is able to accomplish only what you need it to accomplish, physics engine dependant on your game, etc
to create a graphics engine
so you are still technically using an engine, one you made that is suited for the project you have in mind
yea basically perfectly suited
that doesnt serve any other game
and isnt usable for anything else
that sounds like a lot of work that isn't even reusable, not sure if you would really want to do this 
Like maybe at half job you change idea and want to make a different game
you'd have to scrap everything
and start from scratch
Everything I do is like that lol

I mean look at me Im creating a fucking os from scrath without the help of the only os library out there UEFI
im the most unpractical programmer there is
and Im fucking proud of it lol
Sometimes it is better to start again from scratch, maybe your skills have improved, maybe the old engine was bugged, but carrying over code to other projects is something to consider and do imo
yea try that in low level lol if something bugs out and you dont know what it is the entire project becomes unusable I have tried that
or sometimes
a linker error happens in one project
same code in another project
no linker error
its awful sometimes
that's why I don't even dare to touch that stuff 
I admire your persistence though
ok cya
Once you start a project like that
you can never leave
you have already put too much time into it
You may try to because trust me I have tried unity and web dev but
I always wonder "what is driving all this what is going on in the background"
and end up going back
that's the neat part, I don't! 
not for everything at least
I like to understand how some external libs that I use work
what da ya think?
but not how the os does everything
icons for my game special power upp
if u wanna more info abt the game dm me
I have seen your game and I can say that they seem in style with it
i can give u some screenshots
thonks
i did all the in game graphics
our team graphic did all the gui
you found the right person to talk to then :)
Do you know any basics in c++
Very shitty coding program
scratch is made to help kids get into basics of coding
scratch is code with blocks
and structural
or something
its very basic
literally made for kids
or for super simplicity
I wonder if I can make a kernel out of it
Well im sure you can make a complier for pretty much anything but I dont think scratch is one of things considering its in a website
But maybe compiler for html or css 😳
multiplayer game in js where you are just a square just moving around
features:
move
👍
and also stop
Are you sure this is a game
maybe
but you cant "cheat" by putting player.x = 100 in console
no anti cheat btw
243 lines of code 😭 (most of them are multiplayer and frameworks for the other features i will add)
@barren shale hi
Your mother
In what language is that
All of them
Havent heard of this language
sounds about right
im having confusing on what i should uh
do
to like bridge frontend with backend
auth and user session
since if i like
exposes an api specifically for user dara
data*
i need a way to verify
if its an actual user
you cant
everything can be faked
just limit uses on ips and tokens
so even if its a bot it cant use the api too many times
Can faking be faked?
yes
Wouldn't that just be not faking but actually doing it
Maybe
its a loophole
you can fake doing something
and fake a faking of doing something
basically doing the thing you swore to destroy
and it repeats
fake something -> faking the fake something -> since you're doing something you wanna fake, abort and fake it -> repeat
also me when working on a project
@cloud solar strem?
the word adress doesnt sound like a fucking word to me anymore
i can stream lego star wars skywalker saga
u wanna watch?
ok
@cloud solar I will continue coding now, thanks for streaming tho
wtf is adress
you mean address?

