Comment better than glass 100 times thicker, eh? (Score 1) 20
Comment Re:This is historic.... (Score 1) 66
Comment Data fetishization (Score 1) 273
Comment Re: Old code never dies. Working code at least (Score 1) 157
Comment Migrated to Waterfox (Score 1) 323
Comment Re:Firefox 52 is the last real version of Firefox. (Score 1) 49
Comment Mozilla is trying to push Pale Moon adoption (Score 3, Interesting) 322
Submission + - Ask Slashtot: How to determine if your IOT device is part of a botnet? 1
Botnets and being used in DDOS Attacks. If these devices are seemingly working correctly to the user how would they ever know the device was compromised? Is there anything the average user can do to detect when they have a misbehaving device on their network?
Submission + - New formula massively reduces prime number memory requirements.
In order to determine with this sieve all primes between 1 and 100, for example, one has to write down the list of numbers in numerical order and start crossing them out in a certain order: first, the multiples of 2 (except the 2); then, the multiples of 3, except the 3; and so on, starting by the next number that had not been crossed out. The numbers that survive this procedure will be the primes. The method can be formulated as an algorithm.
But now, Helfgott has found a method to drastically reduce the amount of RAM required to run the algorithm:
Helfgott was able to modify the sieve of Eratosthenes to work with less physical memory space. In mathematical terms: instead of needing a space N, now it is enough to have the cube root of N.
So what will be the impact of this? Will we see cheaper, lower-power encryption devices? Or maybe quicker cracking times in brute force attacks?
Comment Re:Curly braces = good. Indents = bad. (Score 1) 173
Submission + - Firefox 49 Postponed One Week Due to Unexpected Bugs (softpedia.com)
Work on fixing the two issues is ongoing. The first is a problem with a slow browser script, which is also the most time-consuming issue since the Mozilla team needs around a week of telemetry data to evaluate the fix. This is also the primary reason they've delayed Firefox 49 in the first place. The second problem relates to loading Giphy GIF images on Twitter, which open in a new blank page instead of the Giphy URL. This issue was first detected in Firefox 49 Beta releases.
Firefox 49 is an important release in Mozilla's grand scheme of things when it comes to Firefox. This is the version when Mozilla will finish multi-process support rollout (a.k.a. e10s, or Electrolysis), and the version when Firefox launches the new WebExtensions API that replaces the old Add-ons API, making Firefox compatible with Chromium extensions.