boot.js · feed.js · prompt.js · archive.js · gauges.js · session.js
function startGauges(reduceMotion) {
const hasHeapInfo = !!(performance
&& performance.memory);
if (!hasHeapInfo) {
heapBar.innerHTML = '';
heapPct.textContent = 'n/a';
}
const fps = frameCount;
frameCount = 0;
[ OK ] Starting kernel…
[ OK ] Mounting /home/dirosan
[ OK ] Loading personal archive index
[ WARN ] Unindexed entry detected in /var/log
[ OK ] Network reachable — ******.dirosan.com
[ OK ] Network reachable — ******.dirosan.com
[ OK ] Network reachable — *****.dirosan.com
[ OK ] Idle. Awaiting input.
guest@dirosan:~$
ls -la /var/log
-rw-r--r-- 1 dirosan staff 142B archive.log
-rw-r--r-- 1 dirosan staff 88B network.log
-rw------- 1 dirosan staff 0B ????????.tmp
guest@dirosan:~$
guest@dirosan:~$ cd /archive && ls -la
| -rw------- | ******.dirosan.com | [private] | not started |
| -rw------- | ******.dirosan.com | [private] | built · not deployed |
| -rw------- | *****.dirosan.com | [private] | not started |
| d--------- | ????/ | [reserved] | — |
dirosanscanning
.frame-scan{
position:absolute;
left:0; right:0; height:2px;
background:linear-gradient(90deg,
transparent,
rgba(244,234,210,0.8),
transparent);
animation:frameScanMove 4s
ease-in-out infinite alternate;
}