#61. Idea Generation
1 messages · Page 1 of 1 (latest)
sleep/lack thereof
i try to combine ideas that have worked out for other people to make a new idea
The electricity in his brain tells @gloomy tapir what to do
@heavy edge has no clue
it really depends on what for for @oblique moss
@grand verge reads books, mainly
sleeping/lack thereof, both do for @golden saffron
@fleet parrot showers
@formal fossil loves Jesus (okay?)
@forest python walks in circles for hours
thank your for listening to my presentation
Wouldn't know, I'm not in it
join
I don't have a use for it
I like to take a walk, let my brain breathe. That usually helps
yes
In terms of active idea generation, I take a walk
For passive idea generation, it depends
Usually something I see online; I want to recreate it, or make a variation of it
Or maybe fix a problem that I have
but in general it really depends on what for
Stop playing with your encryption
why is it .txt despite not being plain text
its encrypted
and i uhh
i lost the solver program
i messed with it too mcuh
if i try to solve it it just turns japanese
that's chinese
you were too busy talking about msa
i will finish your game and encrypt it so you can never play it
I would like that
at least I get smth

@bold valley give me all instances of jefferwalg using the encryptor
I need to work on reverse enginnering
lmao
hold on
@narrow holly heres the key
figure out the rest yourself
is this utf-8?
its hex
k
and lets just say one of each of those hex characters might take up some space when it comes to calculating the changes
its just a basic algorithm
i really wanna open source the encryption but that makes it easier to reverse engineer so i'd rather not
wrong channl
damn
normal keys are usually way longer
they also use more different programming
complicated more like easy
but i would like to see you try :)
@pseudo wing if I decrypt the encryptor and the game will you unblock me and let me back into devscube?
W
jaegerwald personality change during nitro
need to do this before his subscription ends
@narrow holly share your progress in #💻┃other-programming
i want to see suffering
It just needs to become 11 pm
my brain knows i'm not going to actually do anything anymore because i usually sleep at that time
so it starts giving me ideas which never get to see the light of the day
I just kinda need to be not on the internet
no, you need to read books
Do you sleep at 11 PM?
I want that kind of sleep schedule ðŸ˜
Dunno who made you have superior knowledge of me
Because that’s not even true
#1273669308588753012 message
Since when did I actually put thought into the datapack jam qotds
When It's finally time to go sleep, my brain just randomy turns on and generates way to many ideas and awakens me :P
Yeah, that too
Write them down, look at them tomorrow
look at some works, take interesting concept and add to it by myself
Either I talk to myself
Or I walk around in circles
Or they just randomly pop into existence
And there are probably a million other ways too
:p
I see a thing I want to do, and I do it
pen + paper + scribbles = doodles + spontaneous ideas
in other words:
public class Idea {
public static void main(String args[]){
String idea = scribble();
System.out.println(idea);
}
public static String scribble(){
double idea_chance = Math.random();
if(idea_chance < 0.05){
return "IDEA";
}
else if(idea_chance < 0.2){
return "cute doodle";
}
else{
return "useless gibberish" + makeGibberish();
}
}
public static String makeGibberish(){
String gibberish = "";
for(int i = 0; i < 10; i++){
gibberish += Math.random();
}
return gibberish;
}
}
that was beautiful
woudl the useless gibberish in this case just be 0.535490.6120.4180.15640.984630.12340.6548
