![]() |
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." |
[url]https://i.imgur.com/xwtwZzV.gifv[/url]
[url]https://i.imgur.com/JEzyFC6.gifv[/url] |
GAME 7 HYPE
|
[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] |
Does anyone have experience with this?
[url]https://www.oo-software.com/en/shutup10[/url] |
[url]https://media.giphy.com/media/l0HlMpjn9TEm416gg/giphy.gif[/url]
|
[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] |
We hesitate to use it because we practice (extreme) skeptical computing.
However, it sounds like the perfect app. :help: |
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: |
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.
|
[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.