2 - 30 - 0 - 4? (number of capital in each line)
Or maybe it’s with the indexes?
2 - 30 - 0 - 4? (number of capital in each line)
Or maybe it’s with the indexes?
are the numbers of cosmetic nodes (the one’s that make the web looking thing) always the same?, I’m assuming its not valid to count them by hand lol, but like code wise, is it the same?
Simply manually edit the address and add /origin for example.
I was going to count them manually, but there was too many and I was listenning to my course at the same time (I lost my count everytime
), I’ll try again.
They (red) are influenced by pointer position and movement with a fixed radius. The nodes themselves are based on date with a capped number.
It’s a solved/resolved item.
EDIT: Slightly misread the original question to only mean the highlighted nodes.
the number is affected by pointer position as well?
ill do it lol, I was just trying to see if I could skimp out of doing work LMAO, I’ll get on it in a jiff
45 first count
Red yes, blue no.
EDIT: To make it very clear: only because the pointer radius includes more nodes.
45 2nd time as well
I counted 47 twice, but I’m listenning to a math course at the same time, so it could have made mistake.
![]()
Ill count again, could you also send me a screeny of your pattern
charge your computer lol
When I’ll go back home
, don’t have my charger yet… But I’m too hyped with this ARG to wait lol ![]()
counted 45, there are 44 in the screenshot but 2 of the nodes on screen show a web going off screen to the same area, with your 7% you wouldn’t have seen it dw, but yeah 45 seems to be the magic number, might wanna look into that
Edit; just tried counting the number of security file thingies, (or just the number of times I was able to press the next button at the bottom of each file) and its 32, so that doesn’t seem to matter, or atleast doesn’t connect to the nodes, maybe if they keep updating/adding files, thenfile 45 might be important, but until then I don’t think the number of files matters
Has anyone noticed that sec-log-113610 only uses 19 letters plus space and colon? 19 is a number associated with the Void Mother and can be found in Korvax lore. This might be pointing to the “Queen Bee” emoji ???
https://nomanssky.fandom.com/wiki/Colossal_Archive_Lore_-_Korvax
I - kzzkt - 19 - kzzkt - back - I would like to come back.
Lived for millennia - kzzkt - died, whispering of the nineteenth minute.
Not to be a wet blanket anymore then I usually am, but it works like this:
The site has a canvas particle system where nodes populate based on the current day of the month:
const day = new Date().getDate();
const count = Math.max(3, Math.round(day * (48 / 28)));
Each particle spawns at a random angle from screen center at a distance of 90–320px, then orbits its base position in a small circle.
Particles within 170px of each other draw connecting cyan lines (the “mesh”). When the mouse is within 280px, particles are pulled toward it; if within ~260px with enough intensity, they turn red with a glow.
The glow has a weird bleed under certain conditions due to a (well known) Canvas2D rendering bug.
If you want to play with it, you can grab my tampermonkey script and play around with the days/count: project_skyscraper_junk/mesh-tampermonkey.js at main · vectorcmdr/project_skyscraper_junk · GitHub
Weird.
Some results are “sky is not the limit” mention but some pages don’t even have the word sky. (Or i hallucinate)
Why would it appears as a result?
Oh and welcome @Gravnaut
It’s (*sky) in the page source in variables, links, attributes, etc.