mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Lounge (https://www.mersenneforum.org/forumdisplay.php?f=7)
-   -   Official "Hot-houri" thread (https://www.mersenneforum.org/showthread.php?t=20609)

only_human 2016-10-25 07:55

Solving three Rubik's Cubes while juggling them. (about 6 minutes)
Ravi Fernando "Start: 0:26. Cubes solved at 1:38, 4:15, and 5:55. Near-drop at 2:03."
[url]https://youtu.be/K_gHa2x2OQA[/url]
[YOUTUBE]K_gHa2x2OQA[/YOUTUBE]
via [URL="https://plus.google.com/109869432137613080522/posts/KffsGgvCLFg"]Ian Agol[/URL] on Google+: "Watched him do this Saturday at the math dept. picnic."

Xyzzy 2016-11-01 13:33

[url]https://i.imgur.com/xwtwZzV.gifv[/url]

[url]https://i.imgur.com/JEzyFC6.gifv[/url]

Dubslow 2016-11-02 13:04

GAME 7 HYPE

Xyzzy 2016-11-03 22:30

[URL]http://arstechnica.com/information-technology/2016/11/this-evil-office-printer-hijacks-your-cellphone-connection/[/URL]

Edit: [url]http://electricalstrategies.com/about/in-the-news/spies-in-the-xerox-machine/[/url]

Xyzzy 2016-11-04 14:05

Does anyone have experience with this?

[url]https://www.oo-software.com/en/shutup10[/url]

Xyzzy 2016-11-04 14:13

[url]https://media.giphy.com/media/l0HlMpjn9TEm416gg/giphy.gif[/url]

kladner 2016-11-04 16:41

[QUOTE=Xyzzy;446405]Does anyone have experience with this?

[URL]https://www.oo-software.com/en/shutup10[/URL][/QUOTE]
No experience, (no W10), but if it does what it says it is a great thing to have.
[SIZE=1]I hope it doesn't send all that stuff to "Russian Hackers" instead. :smile:[/SIZE]

Xyzzy 2016-11-04 17:31

We hesitate to use it because we practice (extreme) skeptical computing.

However, it sounds like the perfect app.

:help:

Xyzzy 2016-11-05 03:38

We did some incredibly inelegant programming this evening and came up with this:[CODE]def isprime(n):
for i in xrange(2, int(n**0.5) + 1):
if n % i == 0:
return False
return True
list = [2, 3, 5, 7]
while list != []:
print list
tmp = []
for i in list:
for j in range(i * 10, i * 10 + 10):
if isprime(j) == True:
tmp.append(j)
list = tmp[/CODE]The program appears to "run out of data" at eight iterations:[CODE][2, 3, 5, 7]
[23, 29, 31, 37, 53, 59, 71, 73, 79]
[233, 239, 293, 311, 313, 317, 373, 379, 593, 599, 719, 733, 739, 797]
[2333, 2339, 2393, 2399, 2939, 3119, 3137, 3733, 3739, 3793, 3797, 5939, 7193, 7331, 7333, 7393]
[23333, 23339, 23399, 23993, 29399, 31193, 31379, 37337, 37339, 37397, 59393, 59399, 71933, 73331, 73939]
[233993, 239933, 293999, 373379, 373393, 593933, 593993, 719333, 739391, 739393, 739397, 739399]
[2339933, 2399333, 2939999, 3733799, 5939333, 7393913, 7393931, 7393933]
[23399339, 29399999, 37337999, 59393339, 73939133][/CODE]We expect this is not very interesting but it was fun for us.

:mike:

Stargate38 2016-11-05 23:33

I'm not sure what's going on here (other than the fact that there are Mersenne Prime exponents), but the title is German for "Project Floating Calculator Heating Unit". Are you using your computers to heat your home or something? That's not very energy efficient.

henryzz 2016-11-06 15:14

[QUOTE=Xyzzy;446405]Does anyone have experience with this?

[url]https://www.oo-software.com/en/shutup10[/url][/QUOTE]

[QUOTE=Xyzzy;446419]We hesitate to use it because we practice (extreme) skeptical computing.

However, it sounds like the perfect app.

:help:[/QUOTE]

Which company do you trust more? Microsoft or a company you have never heard of?


All times are UTC. The time now is 21:08.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.