#61. Idea Generation

1 messages · Page 1 of 1 (latest)

bold valley
#

How do you come up with ideas?

#

<@&1244967787936485457>

#

Silence is a great way for me

golden saffron
#

didnt sleet do this in datapck jam before

#

ideation

narrow holly
golden saffron
tiny knoll
narrow holly
#

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

bold valley
narrow holly
bold valley
#

I don't have a use for it

oblique moss
#

I like to take a walk, let my brain breathe. That usually helps

oblique moss
#

yes

narrow holly
#

"it really depends on what for"

#

that's the correct answer for you

oblique moss
#

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

pseudo wing
oblique moss
#

Or maybe fix a problem that I have

narrow holly
#

but in general it really depends on what for

bold valley
golden saffron
pseudo wing
#

and i uhh

#

i lost the solver program

#

i messed with it too mcuh

#

if i try to solve it it just turns japanese

narrow holly
#

that's chinese

golden saffron
#

yeah

#

about to say that

narrow holly
#

you were too busy talking about msa

pseudo wing
narrow holly
#

at least I get smth

pseudo wing
#

i kept the encryption program but i encrypted it as well trol

#

@narrow holly

bold valley
narrow holly
#

@bold valley give me all instances of jefferwalg using the encryptor

#

I need to work on reverse enginnering

pseudo wing
#

hold on

#

@narrow holly heres the key

#

figure out the rest yourself

narrow holly
pseudo wing
#

its hex

narrow holly
#

k

pseudo wing
#

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

golden saffron
#

wrong channl

narrow holly
#

I'm downloading all these files

#

already downloaded the deleted one

pseudo wing
#

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 :)

narrow holly
#

@pseudo wing if I decrypt the encryptor and the game will you unblock me and let me back into devscube?

pseudo wing
#

lmao

#

sure

narrow holly
#

W

#

jaegerwald personality change during nitro

#

need to do this before his subscription ends

pseudo wing
#

@narrow holly share your progress in #💻┃other-programming

#

i want to see suffering

devout cloud
#

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

grand verge
#

I just kinda need to be not on the internet

narrow holly
deft zenith
#

I want that kind of sleep schedule 😭

grand verge
#

Because that’s not even true

narrow holly
grand verge
#

Since when did I actually put thought into the datapack jam qotds

digital gorge
#

When It's finally time to go sleep, my brain just randomy turns on and generates way to many ideas and awakens me :P

oblique moss
#

Yeah, that too

golden saffron
spare oyster
#

look at some works, take interesting concept and add to it by myself

tulip thicket
#

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

harsh flicker
#

I see a thing I want to do, and I do it

restive iron
#

pen + paper + scribbles = doodles + spontaneous ideas

restive iron
#

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;
    }
}
digital gorge
#

haha

#

gotta love some java

native fossil
golden saffron