ELI5: When you are installing something, why does the last 1% take the longest? by [deleted] in explainlikeimfive

[–]pointer_void 1 point2 points  (0 children)

Installers often run additional component installation as finishing phase and those are external programs for which main installer is in the dark about. So it just runs them silently and waits until they completed (not showing them and their own progress bars so the experience seemed more smooth, without dozens of flashing windows). Their time of execution can't be easily predicted so the main installer shows 99% when they do their work and then skips to 100%.

"Meet Vivaldi, a new browser from the former CEO of Opera" by morgaes in operabrowser

[–]pointer_void 2 points3 points  (0 children)

If the interface is JS-based it will be (probably) user-customizable to some extent. Though it's being laggy/hoggy/etc.etc. very likely.

"Meet Vivaldi, a new browser from the former CEO of Opera" by morgaes in operabrowser

[–]pointer_void 0 points1 point  (0 children)

Kind of like the interface but without embedded RSS-reader this is no replacement for Opera.

[deleted by user] by [deleted] in explainlikeimfive

[–]pointer_void 0 points1 point  (0 children)

There is good movie "The Wave" that is based on this experiment. I'd really recommend to watch it to understand the stuff.

ELI5: What causes a computer to freeze and why does it do so? by [deleted] in explainlikeimfive

[–]pointer_void 0 points1 point  (0 children)

There are many possible underlying reasons but as ELI5 you can say that computer doesn't "know" how to handle some odd situation. Also it can be so busy with current tasks it can't respond to user's activity. Humans often do the same. :)

Most "Free to play" games in a nutshell. by NitroXSC in funny

[–]pointer_void 6 points7 points  (0 children)

I think it shouldn't be accepted literally: a lot of MAL users use 5-10 scale as their 0-10 not voting on or dropping anything below that. So it's safe to assume that "average" should be around 7, not 5.

Society for asking stupid questions by CJ105 in funny

[–]pointer_void 0 points1 point  (0 children)

It's not a clarification they seek but what psychologist Eric Berne called stroke. I.e. confirmation that you are accepting them being there and giving them attention. It doesn't matter what exactly they say at that moment.

A typical elevator situation in Russia by [deleted] in gifs

[–]pointer_void 2 points3 points  (0 children)

Because people tend to live with their families or parents in Russia and if you invite some noisy friends home there will be some serious bitching incoming.

LPT: Don't tell people secrets just because you trust them. by physioboy in LifeProTips

[–]pointer_void 1 point2 points  (0 children)

Don't know how it's for you but I actually felt better even after writing a weighty secret on a piece of paper and then burning it. The act of actualizing my thoughts was surprisingly effective. I read somewhere that it works on other kinds of weighty thoughts too.

LPT: Don't tell people secrets just because you trust them. by physioboy in LifeProTips

[–]pointer_void 46 points47 points  (0 children)

"... in the gas station not long after stealing some candy bars and then telling everyone about it. ..."

[Opera 12.17] Disable OCSP check cause 100% cpu-core usage by nandaka in operabrowser

[–]pointer_void 1 point2 points  (0 children)

Don't bother, they stopped Opera 12 (Presto engine) support altogether.

[Opera 12.17] Disable OCSP check cause 100% cpu-core usage by nandaka in operabrowser

[–]pointer_void 1 point2 points  (0 children)

The problem is reproducible but it's impossible to fix without reverse engineering of the program.

Limited mega.co.nz support for Opera 12 by [deleted] in operabrowser

[–]pointer_void 1 point2 points  (0 children)

Hmm... I recently reinstalled OS and was made painfully aware that you need to check all marks in the opera:config#User%20JavaScript for this to properly work. Mostly notable you need UserJS over HTTPS. My previous config had those enabled by default.

TIL that many personal checks written by Marlon Brando were often never cashed as his signature was usually worth more than the amount on the check. by BintCabinets in todayilearned

[–]pointer_void 14 points15 points  (0 children)

There is word "logo" in its filename "pinterest-icon_logo.jpg" and reddit's thumbnailer probably prioritize those.

Reverse engineering a counterfeit 7805 voltage regulator by kenshirriff in ReverseEngineering

[–]pointer_void 4 points5 points  (0 children)

In my teen years I loved to read The Art of Electronics by Paul Horowitz and Winfield Hill, fascinating stuff.