Slashdot Mirror


User: MatanZ

MatanZ's activity in the archive.

Stories
0
Comments
36
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 36

  1. Re:I think this judgement defeats all copy write. on Judge Rules Pi-Based Music Is Non-Copyrightable · · Score: 1

    If pi is normal, then indeed every sequence of numbers of any lengths appears in decimal (or otherbase) presentation of pi.

    It is not enough that it "goes on forever and never repeats". There is no proof yet that pi is normal.

  2. I did not see the pop-ups problem on any device. on The eBook Backlash · · Score: 2

    For over 10 years, I am reading electronic books on platforms including Palm, Windows Mobile, Maemo, Kindle, Android.
    Except for "Battery out", I never saw any popup over the book I read. It is only a matter of configuration, and any computer user configures their device as they like it.

  3. This is not about computer hacking on Court Rules Sending Too Many Emails Is "Hacking" · · Score: 1

    This is about plutocracy and anti-labor stance. If the roles were reversed, then the union would be forced to compensate the company for the damages that the union's badly configured server caused the company.

  4. The GPL remarks GPL in the article are nonsense. on The Ugly State of ARM Support On Linux · · Score: 4, Informative

    The ARM vendors (TI, Samsung, etc.) do release their kernel changes. What they do not do is work with Linus and RMK on getting their code merged upstream. The GPL does not require that they do that.

  5. Rated for more insertions? on Micro-USB Cellphone Charger Becomes EU Standard · · Score: 2

    Someone forgot to tell Nokia that. The micro usb in the N900 seems to be rated for 100 insertions, if you are lucky.

    http://slashdot.org/submission/1180314/Nokia-N900-Hardware-failure---USB-port-falling-off

  6. 2 ohm is not a ahort circuit. on How a Leather Cover Crashes the Kindle · · Score: 2, Insightful

    If it connects directly to the battery at about 4V, it will only draw 2A, or 8W. This should be enough to warm the case, but not to make it or the device burst into flames.

  7. Android needs an application for that? on SMS Trojan Steals From Android Owners · · Score: 1

    The Nokia N900 has this feature in official firmware.

  8. Re:This makes sense on Fedora 12 Lets Users Install Signed Packages, Sans Root Privileges · · Score: 5, Insightful

    The contest might be trusted, but not wanted by the administrator of the machine.

    Another way to think about it - you are now vulnerable to local root exploits not only in packages you installed, but also in packages you chose not to install.

  9. Re:Dear Iranian nation on Iran Has Put a Satellite Into Orbit · · Score: 1

    If you know it is manufactured propaganda, why do you repeat it.

    We actually know of only one country that is crazy enough to be willing to use nuclear weapons - USA.

  10. Re:Not cell-based, cell-assisted on Toshiba Launches First Cell-based Laptop · · Score: 3, Insightful

    Most scientific calculations use integer opertation of the CPU, impelementing their own Floating/Fixed point if needed. The type of calculations for which single precision gets the wrong answer really quickly, but double precision is perfect is very rare.

  11. Re:I don't know about you all... on Prominent Mathematicians Rebuke Recent Riemann Hypothesis Proof · · Score: 1

    It does not work the other way, at least not when I (or anyone else I know) grade exams.

    Of course, I also don't use this method in class.

  12. Re:damn on MD5 To Be Considered Harmful Someday · · Score: 1

    The time is usually wasted in reading the file from disk, so calculating two hashes concurrently will take about the same time.

  13. Re:This reminds me... on Memory Card Torture Tests · · Score: 1

    Manic Miner on a ZX81?

  14. Re:/. and PDF files?? on Interviewing with the NSA · · Score: 1

    svp, available at http://www.arava.co.il/matan/svp/ is ps and pdf viewer for svgalib. Actually, it is a front end to ghostscript.

  15. Re:Cryptography on Turns out, Primes are in P · · Score: 1

    Why would proving that "factorization is in P" break modern public key cryptograph?

    If you need to factorize a 128 bit number, and you have O(n^12) method, than you'll still need 2^84 steps.

  16. Re:You are not anal enough either. (IAAL) on Abusing the GPL? · · Score: 1

    Complete bullshit. To established the "preferred" all you need is to ask any of the company's programmers one question: "When _you_ need to midify the program, do you use the obfuscated files that were released?"

  17. Re:There was NO licensing change. on lpf Removed From OpenBSD · · Score: 1

    Some lawyers disagree with you. Author's who signed book publishing rights to publishing houses suddenly find that the publishers assume electronic distribution rights, even though they were not explicitly specified.

  18. Re:Nope on 3D Microfluid Computers Used To Solve NP Problems · · Score: 1

    Not at all.

    NP stands for non-deterministic polynomial. Which means that you can solve the problem in polynomial time, but with a non-deterministic machine. Another way to say it is that given a supposed solution to the problem you can test if it is really a solution in polynomial time with a deterministic machine.

  19. Re:You don't need root to use the framebuffer on GTK+ without X! · · Score: 1

    You will probably want to lock the virtual console to prevent console switches. This requires root privileges.

  20. Re:GTK+ replacing SvgaLib on GTK+ without X! · · Score: 2

    Except that you need root privileges in order to use the framebuffer.

  21. Re:Ok on Linux Graphics Programming with SVGAlib · · Score: 1

    Yes. Somebody is still supporting svgalib, which you could find out if you followed the link to www.svgalib.org.
    What video card do you have? many new cards are supported.

  22. Re:Propaganda being used in Caldera? on Updates On The Caldera IPO · · Score: 1

    If you don't want other people to distribute you program for a profit, without sharing some of it with you, say so in the license.

  23. Re:And this is surprising because...? on Proprietary Extension to Kerberos in W2K · · Score: 1

    23:40:07:~$ cat a.c
    int main() { int n = 10; int temp[n]; exit(1); }
    23:40:53:~$ g++ -Wall -pedantic -ansi -o a a.c
    a.c: In function `int main()':
    a.c:1: warning: ANSI C++ forbids variable-size array `temp'
    a.c:1: warning: unused variable `int temp[((n - 1) + 1)]'

  24. Elephant man on Apocalypse Not · · Score: 1

    A man is standing on a roof, waving his hands. People come and say "Lunatic, get off the roof. What are you doing?" The reply is: "I'm chasing away the elephants".

    "But there are no elephants here."

    "See? It's working"

  25. Microsoft on Intel Owns Patent on Distributed Computing · · Score: 1

    > What they've really got here is a
    > patent on a method of stealing subscribers CPU cycles.

    I thought microsoft has a patent on running stealth programs on customers' computers.