Results 8 comments of Mikrz

Regarding Uptime calculation, for Linux systems at least you can read /proc/uptime to get the seconds since last boot as the first number in the file. There's also /proc/net/dev that...

@ssddanbrown > ``` > > > .lum-lightbox.lum-open {z-index: 999;} > > const images = document.querySelectorAll(".page-content a > img"); > for (const image of images) { > new Luminous(image.parentElement); > }...

This is probably the same issue I experienced, and fixed, in #7. It's due to the model number being changed, probably some internal hardware revision. If you know how to...

I personally had a look into the new format, and there's some weird hashing of profile and folder names/ids going on, but it's otherwise quite a logical format still, so...

> I just copied the block from [0,0] and I did use the same actionid guid. The hashes are how the folders and parents/children are related. Without knowing that, it...

Just a quick question about editing collectionUniqueSong.js, I've had zero luck in figuring out how to access the settings from collectionUniqueSong.js. I've tried reading through the documentation on Backbone.js and...

Yep, that makes sense. Thanks!

I'm having the same issue with 1Password's forwarded agent. Initial login to a remote ssh session with the agent works fine, but any subsequent use of the *forwarded* agent fails....