FLOW password/ComputerZeroTime

PW
ComputerZeroTime

9 Likes

REMEMBERING
this page is in motion…the flow of time…

flow.init link gets you there too

6 Likes

clicking on the dates will take you to the corresponding page

5 Likes

I called it.

Apparently @Rinha did too.

Go team! Do we get cookies?

6 Likes

But the font is different, the zeros are missing the vertical line inside them.

They have their lines for me. Might be dependent on platform and your local font cache

3 Likes

For context, this was my prediction:

I got the direction wrong :sweat_smile:

8 Likes

7 Likes

I didnt indicate a direction but I assumed right to left cos 2d side scroller brained. Same way the glitching was moving.

With our powers combined, we are captain nailed-it.

2 Likes

On phone, apparently I just have no font. No dates go past for me :rofl:

It took quite a few seconds for the dates to appear in my browser

1 Like


I really like the graphic and animation. : )

4 Likes

I just clicked on 9/8/2016, lets see if selecting them in the memory stream causes them to stabilize.

All the ones I have selected are no value, wondering if we are supposed to be filling in these blank?

ETA They are all 2016 too.

1 Like

FYI (trying to maintain the Discord ↔ ETARC connection during the madness of a drop):

/*
    PROJECT SKYSCRAPER - MEMORY RECONSTRUCTION
    "Weak memories never last."
    
    They drift in the silence between moments.
*/
Weak memories — drifting fragments
this.date = Math.random() < 0.06 
  ? new Date(2016, Math.floor(Math.random()*12), Math.floor(Math.random()*28)+1) 
  : null;
Year: 2016 only
new Date(2016, ...)

Month: 0–11 (Jan–Dec)
Math.floor(Math.random()*12)

Day: 1–28 only
Math.floor(Math.random()*28)+1

Floaty numbers string: 86320164579

Dates will fall between at random:

  1. /event-01012016 (Jan 1)
  2. /event-28122016 (Dec 28)
6 Likes

This is a piece of computer performance art. It’s a really cool ‘byte’ of unfolding history.
Curiously a little unnerving too. : )

1 Like

Simple algorithm to keep a feb/30/2016 or an April/31/2016 from populating.

1 Like

Is this our last chance to save any dates before they fade, or perhaps this is just a visual of the system compiling what has been verified before the next stage?

Putting this here for now as semi-related but might need to end up in it’s own thread depending?

XMP Layer of image (stacked 7 times in the layers): “3.141592653589793238462643383279502884197169399375105”
lol <3

7 Likes