I have always thought a functional language like ML or Haskell would work well in a spreadsheet.
The compact functional code would visually fit well in a cell expression. And functional concepts like map and foldr would fit would work great for aggregating columns.
Also, it is insane that Excel does not have regular expression functions. Regular expression search/replace would work sooo well in a spreadsheet.
Don't buy a 7xxx (Southern Islands) or (I assume) a 8xxx (Sea Islands) card, since they don't have open source 3D drivers for Linux; a 6xxx graphics card is the best bet (Northern Islands). For integrated graphics, I suppose the 2012 A series trinity should work, since it is based on the well-supported Northern Islands GPU.
Debian is no substitute for Ubuntu LTS. If you look at http://en.wikipedia.org/wiki/Debian#Release_history , Debian releases have generally only been supported for 3 years. Ubuntu LTS is supported for 5 years. The extra 2 years of not being forced to dist-upgrade a stable working system just to get security upgrades are very useful!
Surely the bad publicity from a root exploit is worth more to Oracle than $5000? $5000 is peanuts in this context. Why doesn't Oracle have a bug bounty program to avoid problems like this?
Standalone Java apps already have full arbitrary code execution and full access to the system. What would be the point of using an exploit to gain access to a system you can already access. If you are running a standalone Java app, you have already chosen to trust the code completely, unlike a sandboxed app in a browser.
In summary, they claim that a testing profile (which creates intermediate certificates) on a test system were accidentally copied to a production system, and in effect for two days. The MitM *.google.com cert is claimed to be have been automatically issued by a Checkpoint firewall once a CA cert is installed, without intention from the owner of the accidental CA cert.
Asia got all the address it asked for, until the pool ran out. Unless the address sharing stated in the last year (after the IANA pool ran dry), it was your own choice to use shared IP space.
While AMD is releasing documentation, Intel is releasing actual open source drivers. And now that Intel's graphics hardware is no longer a complete joke, Intel is becoming a real alternative for some users.
AMD is still better than NVIDIA, which doesn't release documentation.
For a concrete example, the RSA public key includes a number n, which is the sum of two secret primes p and q. The encryption is broken if an attacker can derive p and q from n by factorization. ( http://en.wikipedia.org/wiki/RSA_(algorithm)#Operation )
if you could factorize an RSA public key 48% of the time then it would be a pretty big deal, since it would render RSA completely obsolete.
> That would break the main goal of NTP, which is to provide high accuracy time to computers. Many systems, such as telescope control systems, financial trading software etc, depend on NTP to regulate the computer clock at the millisecond or microsecond level, and this accuracy would be lost during a google-style smearing operation.
Anybody who really cares about reliable time, such as telescopes, should use TAI and not UTC (and I think they do).
To me it is incomprehensible why Unix uses UTC instead of TAI for the hardware clock - TAI is the obviously correct choice.
> Why not bundle them and apply them every 10 or 20 years?
The problem we have here is that leap seconds are rare. Things that are common are tested for, and quickly found if broken. Having something which only happens every 20 years is a recipee for disaster every 20 years.
The article says the suit was about whether the APIs could be patented. That is not so - the suit was about whether the APIs could be copyrighted. The article author probably has no idea what he is talking about.
The linked article makes the claim that Oracle was suing for API patents. But AFAIK, Oracle was suing for API copyright. The article author probably has no idea what he is talking about.
I have needed it to restore some old inherited laptops with Windows. And once for my home computer, which I assembled from scratch, reusing a Windows key from a laptop, so no OEM to call.
> 4. You can call Microsoft direct if you have a key.
Last time I called them (in Denmark), asking for a link to an iso, their supporter told me I couldn't get one. He suggested I download one off the pirate bay.
Computers nowadays don't come with a Windows CD. So if a virus messes up my computer, what am I to do?
I have always downloaded a Windows ISO off the Pirate Bay, which I do with an entirely clean conscience, since I own a valid Windows Key, which Microsoft also checks when I actually install windows. Websites like the Pirate Bay is what makes it actually a tiny bit user-friendly to use Windows, in spite of Microsoft.
I have always thought a functional language like ML or Haskell would work well in a spreadsheet.
The compact functional code would visually fit well in a cell expression. And functional concepts like map and foldr would fit would work great for aggregating columns.
Also, it is insane that Excel does not have regular expression functions. Regular expression search/replace would work sooo well in a spreadsheet.
For transfers between Danish banks it is free. Don't know about international transfers.
> Not once have I seen one where you could actually use the online system to arbitrarily move money outside the account owner's accounts.
Huh? Just go to "transfer money", write the account number of the receiver and the amount, and off the money goes.
At least that is how it works here in Denmark. Very handy, too. Is the US still using personal paper checks?
> Python IMO is a whole lot easier to learn than BASIC ever was and you can do a lot more with it.
The language you already know every corner of is almost always faster if you just want to get something done.
Since Microsoft got started with a basic compiler, I assume that Bill Gates know BASIC pretty well.
IE10 bundles Flash, so I guess the flash bugfixes can be related.
But IE does not bundle Java - why would the IE bugfixes be related to the Java bugfixes?
This page is your friend: http://www.x.org/wiki/RadeonFeature
Don't buy a 7xxx (Southern Islands) or (I assume) a 8xxx (Sea Islands) card, since they don't have open source 3D drivers for Linux; a 6xxx graphics card is the best bet (Northern Islands). For integrated graphics, I suppose the 2012 A series trinity should work, since it is based on the well-supported Northern Islands GPU.
Debian is no substitute for Ubuntu LTS. If you look at http://en.wikipedia.org/wiki/Debian#Release_history , Debian releases have generally only been supported for 3 years. Ubuntu LTS is supported for 5 years. The extra 2 years of not being forced to dist-upgrade a stable working system just to get security upgrades are very useful!
Surely the bad publicity from a root exploit is worth more to Oracle than $5000? $5000 is peanuts in this context. Why doesn't Oracle have a bug bounty program to avoid problems like this?
Standalone Java apps already have full arbitrary code execution and full access to the system. What would be the point of using an exploit to gain access to a system you can already access. If you are running a standalone Java app, you have already chosen to trust the code completely, unlike a sandboxed app in a browser.
In summary, they claim that a testing profile (which creates intermediate certificates) on a test system were accidentally copied to a production system, and in effect for two days. The MitM *.google.com cert is claimed to be have been automatically issued by a Checkpoint firewall once a CA cert is installed, without intention from the owner of the accidental CA cert.
So TURKTRUST claims it has all been an accident.
TURKTRUST's explanation is here: https://groups.google.com/forum/#!msg/mozilla.dev.security.policy/aqn0Zm-KxQ0/x1hfTMGwE2AJ
Asia got all the address it asked for, until the pool ran out. Unless the address sharing stated in the last year (after the IANA pool ran dry), it was your own choice to use shared IP space.
Serious users should insist on SSD with a battery or super capacitor. If not, then you might lose data in internal caches in an unclean shutdown.
Unlike the Intel 320 series, I can't find anywhere whether the 335 series has backup power, so I strongly assume that it doesn't.
While AMD is releasing documentation, Intel is releasing actual open source drivers. And now that Intel's graphics hardware is no longer a complete joke, Intel is becoming a real alternative for some users.
AMD is still better than NVIDIA, which doesn't release documentation.
Typo - I meant to write product :(.
For a concrete example, the RSA public key includes a number n, which is the sum of two secret primes p and q. The encryption is broken if an attacker can derive p and q from n by factorization. ( http://en.wikipedia.org/wiki/RSA_(algorithm)#Operation )
if you could factorize an RSA public key 48% of the time then it would be a pretty big deal, since it would render RSA completely obsolete.
> He betrayed them with this massive stunt.
Massive stunt? He has offered to go to Sweden if he is not extradited to the US. And the whole handling of the rape allegation is obviously related to WikiLeaks. This is an attack on WikiLeaks, not a stunt by Assange.
Why do you think transaction costs would go back up if we abolished HFT?
nt
> That would break the main goal of NTP, which is to provide high accuracy time to computers. Many systems, such as telescope control systems, financial trading software etc, depend on NTP to regulate the computer clock at the millisecond or microsecond level, and this accuracy would be lost during a google-style smearing operation.
Anybody who really cares about reliable time, such as telescopes, should use TAI and not UTC (and I think they do).
To me it is incomprehensible why Unix uses UTC instead of TAI for the hardware clock - TAI is the obviously correct choice.
> Why not bundle them and apply them every 10 or 20 years?
The problem we have here is that leap seconds are rare. Things that are common are tested for, and quickly found if broken. Having something which only happens every 20 years is a recipee for disaster every 20 years.
My view is that NTP is at fault, because the 61th second is a brittle way to handle it. NTP should use the same method as google for smearing the leap second out over fx an hour: http://googleblog.blogspot.dk/2011/09/time-technology-and-leaping-seconds.html
The article says the suit was about whether the APIs could be patented. That is not so - the suit was about whether the APIs could be copyrighted. The article author probably has no idea what he is talking about.
The linked article makes the claim that Oracle was suing for API patents. But AFAIK, Oracle was suing for API copyright. The article author probably has no idea what he is talking about.
> 1. 2. 3.
I have needed it to restore some old inherited laptops with Windows. And once for my home computer, which I assembled from scratch, reusing a Windows key from a laptop, so no OEM to call.
> 4. You can call Microsoft direct if you have a key.
Last time I called them (in Denmark), asking for a link to an iso, their supporter told me I couldn't get one. He suggested I download one off the pirate bay.
Computers nowadays don't come with a Windows CD. So if a virus messes up my computer, what am I to do?
I have always downloaded a Windows ISO off the Pirate Bay, which I do with an entirely clean conscience, since I own a valid Windows Key, which Microsoft also checks when I actually install windows. Websites like the Pirate Bay is what makes it actually a tiny bit user-friendly to use Windows, in spite of Microsoft.