Euler's Partition Function Theory Finished 117
Comment Re:Testing Slashdots Methods for Anonymization (Score 3, Funny) 36
- Your "anonymous" name, #34103516
- Date and Time: (Tuesday, November 02 @ 6:04PM)
- You were one of the first posts so you probably read Slashdot often. Also, you probably visit Slashdot regularly around 6:00 PM.
- Writing Style: Short messages, funny
So I could search for regular Slashdot users who tend to be active around 6:00 PM, post brief messages, and are often one of the first to comment. Narrow down that list to users who actually did log in on 11/02/2010. Since, we know that you did read this article there is also a decent chance that you commented on this article with your actual user name.
We will find you!
Comment Re:Solving a different problem (Score 1) 394
I had been thinking of a scheme where you essentially would add a tunnel between each pair of flowers, and artificially constrain the paths so that the bees have to travel through the tunnels. You could then artificially make the lengths of some of the tunnels longer than others. However, because ETSP itself is NP-Complete we could reduce factoring to ETSP directly.
I would agree that there could potentially a few useful heuristic's for ETSP that we could learn from the bees, but I highly doubt that any of these heuristics will actually allow us to solve the really hard instances.
Comment Re:Solving a different problem (Score 1) 394
- 1. Euclidean Traveling Salesman is probably not NP-Complete.
- 2. In fact there is a PTAS (polynomial time approximation scheme) for ETSP so the bees could be computing approximate solutions to ETSP.
- 2. Even if we were solving the standard TSP we are only solving it for 'average' case instances. Just because you can solve 'average' case instance doesn't mean you can solve arbitrary instances. With a few exceptions 3-SAT solvers tend to work well for many 'average' case instances.
I propose a new experiment:- 1. We can pick a hard cryptographic problem (say factoring a number N). We can take our specific instance N from some large public RSA key.
- 2. We can easily reduce factoring to TSP to get some specific TSP instance T. This ensures that we pick a hard TSP instance (either that or factoring N and breaking RSA wasn't that hard in the first place). Note that these distances are not necessarily Euclidean!
- 3. Add a flower for each vertex in T
- 3. Artificially constrain the pathways between flowers so that only direct path between two flowers has distance corresponding to the length of this edge in T.
- 4. See what solutions the bees find now.
- 5. If the bees do actually find the optimal TSP solution to T then we can use this solution to easily recover the factors of N.
Comment Breaking RSA (Score 1) 394
- 1. Pick the RSA key (N=pq) for some large company (say ebay)
- 2. Reduce the problem of factoring N into a traveling salesman instance.
- 3. Let bees find the solution to traveling salesman instance.
- 4. Recover p,q from this solution
- 5. Profit
Comment Re:What would the impacts of this be for cryptogra (Score 1) 457
Comment Re:this is going to create history (Score 4, Interesting) 457
On the flip side, showing P = NP could be easier, but most people believe this is false, since it would mean that there is essentially one "master algorithm" that can solve any problem in NP efficiently.
The current state of computational complexity theory is that we are no where close to resolving P!=NP, that is unless this proof actually checks out. Honestly, we can't even settle "easier" questions like P vs PSPACE. The implications of a correct proof would be absolutely mind blowing.
Comment Re:'limousine liberalism' (Score 1) 589
First, Moore's law will not necessarily apply to the development of battery technology. Moore's law has been amazing and awesome. In my humble opinion one of the major forces behind this rapid growth in the speed of the processor was the processor itself. It would be very difficult to design a chip by hand, but once you have a processor to run some optimizations automatically and build a better chip. Of course once you've built a more powerful processor you can use it to help design even better chips etc... I don't see how this cycle would apply to batteries....
I personally think that R & D is never wasted (unless we know for certain that we can't achieve the goal). Maybe the new technology will drive down the cost of EV's while making them more convenient, maybe it won't. Even if it doesn't we still may end up developing new technologies in other areas. I say its worth it.
Comment Re:Barred for 20 years? (Score 1) 72
Comment Re:So? (Score 1) 691
Submission + - 02 Scraps Unlimited Data Usage for Smart-Phones (bbc.co.uk)
All new and upgrading customers will have their usage capped at between 500 Megabytes (MB) and one gigabyte (GB) depending on their monthly tariff.
Analysts said the move was "inevitable" as more and more consumers switch to data-intensive smartphones that can surf the web and show video.
Other networks are likely to follow O2, they said.
Submission + - Adobe Goes To Flash 10.1 Forgoes Securefix For 10
Adobe 10.1 boasts the much anticipated H.264 hardware acceleration. Except for Linux and Mac OS:
Flash Player 10.1, H.264 hardware acceleration is not supported under Linux and Mac OS. Linux currently lacks a developed standard API that supports H.264 hardware video decoding, and Mac OS X does not expose access to the required APIs.
For me, your humble anonymous reporter, who is using Fedora Linux with a ATI IGP 340M, is very pleased that the developers of the OSS drivers have provided hardware acceleration for my GPU: "glxinfo : direct rendering: Yes", "OpenGL renderer string: Mesa DRI R100 (RS200 4337) 20090101 NO-TCL DRI2" but even if Adobe did provide Hardware acceleration H.264 on linux, they would'nt provide it for me because they disable it for GPU's with SGI in the Client vendor string.
Adobe 10.1, with all its goodness, now gives me around 95% CPU usage as opposed to about 75% with the previous release. Good times. I anticipate my windows friends will have a much better experience.
Submission + - Prosecuting DDOS attacls 1
I've done some research and it appears the answer is very few (Well duh!). And those that are successfully prosecuted tend to have teenagers as the instigators. Does this mean DDOS is a fairly safe crime to conduct? Are the repercussions nonexistent?
Does anyone have some knowledge an insight into this that I don't have? How would you go about prosecuting a DDOS attacker? As this becomes tool in the political toolbox of countries and organizations this becomes more important. So I need your help. What's your experience with getting the responsible parties to justice?
Comment Re:Wannabee fools. (Score 3, Interesting) 90
From a security standpoint, I have often wanted to be able to generate something like a one time password when logging in through a public computer.