Slashdot Mirror


User: kthreadd

kthreadd's activity in the archive.

Stories
0
Comments
1,958
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,958

  1. Re:To check your OpenSSL version... on OpenSSL Bug Allows Attackers To Read Memory In 64k Chunks · · Score: 1

    Unless you're running a custom version of OpenSSL, like the one on Debian. Ir reports itself as 1.0.1e, but is in fact a 1.0.1e with the specific bug fix backported.

  2. Re:Ubuntu on OpenSSL Bug Allows Attackers To Read Memory In 64k Chunks · · Score: 1

    That's absolutely not the case. OpenSSL has a stable ABI within each major release, like 0.9.8 or 1.0.1. This is no different from any other library. They have a slightly odd version scheme compared to most other libraries but that's about it.

  3. Re:Ironic on OpenSSL Bug Allows Attackers To Read Memory In 64k Chunks · · Score: 2

    You're probably thinking of OpenSSH. OpenSSL is independent as far as I know.

  4. Re:Python, etc? on Should Microsoft Give Kids Programmable Versions of Office? · · Score: 2

    Perl. Control flow based on indentation is a novel idea, but doesn't really make sense to most users. Especially until the tab vs spaces problem is solved.

  5. Re:Warranty on Should Microsoft Be Required To Extend Support For Windows XP? · · Score: 1

    They're however not obligated to provide warranty.

  6. Re:Application and driver compatibility on Slashdot Asks: Will You Need the Windows XP Black Market? · · Score: 1

    Technically Windows 3.1 is just a shell on top of DOS.

  7. Re:Government on Intel Releases $99 'MinnowBoard Max,' an Open-Source Single-Board Computer · · Score: 1

    Sales taxes in Europe are lower than the US.

    It costs EUR 190 after taxes in the UK. Thats about $260. Fucking insane.

    A more or less complete computer at that form factor for $260 is quite neat actually.

  8. Re:Ignorant, wicked & self-destructing mass on Microsoft To Allow Code Contributions To F# · · Score: 1

    C# is not related to C just because the name is similar.

  9. Re:... really 13 years to update? on UK Government Pays Microsoft £5.5M For Extended Support of Windows XP · · Score: 2

    It's actually worse than that. We have a number of systems where I am which was just recently upgraded to XP, including the main security system for the buildings. It ran on Windows 2000 up until a year ago or so.

  10. Re:As a citizen of the UK on UK To Finally Legalize Ripping CDs and DVDs · · Score: 1

    We all have our good and our bad sides.

  11. Re:Still trying to wrap my head... on oVirt 3.4 Means Management, VMs Can Live On the Same Machine · · Score: 2

    GNU/Linux with LXC and Btrfs will give you more or less the same isolation that you get with virtual machines, but with no overhead. The moving to new hardware is still somewhat lagging behind, but once Criu becomes useful I see no reason why that shouldn't be possible.

  12. Re:Must keep running XP on Ask Slashdot: Preparing For Windows XP EOL? · · Score: 4, Insightful

    So what's your plan going forward? Will you use XP ten or twenty years from now? If not then you should start a migration now rather than later.

  13. Re:Antivirus is obsolete on Ask Slashdot: Preparing For Windows XP EOL? · · Score: 1

    Anti virus is sort of an incomplete term. Trojans are much more popular these days, and despite its name an anti virus program can protect against them too. It's just software when it comes down to it.

  14. Re:Of course you should not use US stuff on Russian Officials Dump iPads For Samsung Tablets Over Spy Fears · · Score: 1

    You just cannot trust anything with bits&bytes made in the US. How can anyone think otherwise these days?

    There's a reason why Apple products don't say made in the USA, but rather that they are designed in the USA.

  15. Programming on Interview: Ask John McAfee What You Will · · Score: 1

    Hi. I don't know how much programming you used to do back when you were more closely related to the software field, but I'm going to assume that you used to have at least some experience with it. Do you still do any form of programming any more? Are there any specific programming languages, frameworks/libraries and tools that you prefer?

  16. Re:That needed a judge? on Florida Judge Rules IP Address Can't Identify a BitTorrent Pirate · · Score: 4, Insightful

    Why even bother with a cable. It's not impossible to crack wireless networks.

  17. Re:Opensource and web services keys on AWS Urges Devs To Scrub Secret Keys From GitHub · · Score: 5, Insightful

    I'm sorry but you can't bundle a secret key in either source code or a binary, ship it to a user and somehow think that the user will be unable to extract it.

  18. Re:Opensource and web services keys on AWS Urges Devs To Scrub Secret Keys From GitHub · · Score: 1

    Can't you just ship the software and let the user provide the key?

  19. Re:EU on Turkey Heightens Twitter Censorship with Mandated IP Blocking · · Score: 1

    To be honest. Given what's going on within the EU I wouldn't be surprised if this had come from there.

  20. Re:Vim's Bram Moolenaar on 'Neovim' on Neovim: Rebuilding Vim For the 21st Century · · Score: 1

    The problem with requiring C11 is that a lot of compilers don't support it. C99 support is getting better, but a lot of compilers are still lacking behind.

  21. Re:sdsdsdfsdfasdf on Neovim: Rebuilding Vim For the 21st Century · · Score: 1

    Vim has had a GUI for quite some time now, since 4.0 or so. It's called gVim and it's actually good.

  22. Re:Have they talked to Bram first? on Neovim: Rebuilding Vim For the 21st Century · · Score: 1

    I see. Well, it's going to be interesting to see what comes out of it.

  23. Have they talked to Bram first? on Neovim: Rebuilding Vim For the 21st Century · · Score: 1

    It's a pretty big step to just fork a major project like that. Have they actually talked to Bram and the other vim hackers first? I can only assume that if their ideas are sound that he would have no problem integrating them upstream.

  24. Re:Forget Windows and Linux on Linux May Succeed Windows XP As OS of Choice For ATMs · · Score: 2

    Which turns out will just be Ubuntu with a custom desktop.

  25. Re:define _GNU_SOURCE on GNU C Library Alternative Musl Libc Hits 1.0 Milestone · · Score: 1

    Sounds reasonable since this library is mostly focused on GNU/Linux and not just POSIX compliance.