Slashdot Mirror


User: smash

smash's activity in the archive.

Stories
0
Comments
7,084
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7,084

  1. Re:Cool, but.. on OpenZFS Project Launches, Uniting ZFS Developers · · Score: 3, Informative

    That. Those who don't understand ZFS are condemned to reinvent it, poorly.

  2. Re:So, if I manufacture chargers.... on USB "Condom" Allows You To Practice Safe Charging · · Score: 1

    Maybe another less invasive option.... a security ring/bracelet/wristwatch/etc.

    If you don't have the jewellery in close proximity, the phone won't unlock. Chicks would love that.

  3. Re:Howsabout fixing the braindead OS... on USB "Condom" Allows You To Practice Safe Charging · · Score: 1

    May be more difficult than that. You'd need to guarantee that the implementation of the protocol it talks to a host PC by is defect free. Which may be difficult to do.

    It's probably easier and more provably secure to just "firewall" it in hardware.

  4. Re:So, if I manufacture chargers.... on USB "Condom" Allows You To Practice Safe Charging · · Score: 4, Insightful

    Well... if you're going to remove a device specifically designed for device security because some unknown third party device/person tells you to - your security problems aren't of a technical nature. As they say, there's no technical fix for stupid. Not saying it won't happen, but there's not a lot a security accessory vendor can do to protect against that.

  5. Re:Not Completely Safe on USB "Condom" Allows You To Practice Safe Charging · · Score: 5, Insightful

    If someone has physical access to your phone unsupervised, ALL BETS ARE OFF.

  6. Re:So, if I manufacture chargers.... on USB "Condom" Allows You To Practice Safe Charging · · Score: 2

    You could do that. I could also not buy your broken charger.

  7. Re:What did I do wrong? on Feature-Rich FreeBSD 10 Alpha Released · · Score: 1

    If you're new to unix, FreeBSD 10 alpha is definitely not what you want. By default, FreeBSD installs no GUI, and v10 is not production ready yet - it is a development snapshot. If you want something equivalent to Ubuntu, check out PC-BSD, which is the user-friendly desktop oriented variant of FreeBSD.

  8. Re:Advantages / disadvantages vis-a-vis Linux? on Feature-Rich FreeBSD 10 Alpha Released · · Score: 1

    There's no single killer advantage, but the general trend i've seen with FreeBSD after having used it since 2001 (Linux since 1996) is that in general, whilst some things seem to take longer to be supported in FreeBSD, generally once implemented, the implementation is stable. As in, it isn't junked and replaced with something completely different 18 months later. Linux tends to be in much more of a state of flux - this can be good if you want to run the very latest, however if you want something a bit more battle tested, it is not.

    FreeBSD has different trees which are "supported" for a much longer period of time than most Linux distributions. Due to the seperation of the base OS and ports, you can run a battle-tested, stable core OS and updated ports. This is a lot trickier to do and far less common in the Linux world.

  9. Re:The real problem with BSD on Feature-Rich FreeBSD 10 Alpha Released · · Score: 1

    In short: yes. The handbook is front and center on the main website menu under documentation. If someone is unable to find that even before they find the link to the ISO, there's no helping them.

  10. Re:The real problem with BSD on Feature-Rich FreeBSD 10 Alpha Released · · Score: 1

    I'm not quite sure how one can point out the exceedingly obvious documentation without sounding condescending?

  11. Re:The real problem with BSD on Feature-Rich FreeBSD 10 Alpha Released · · Score: 1

    Just because you are doing it wrong, it doesn't mean rm is poo. Try: "rm -Rf foo" instead.

  12. Re:Werll said sir ! now... on Feature-Rich FreeBSD 10 Alpha Released · · Score: 1

    Uh... iOS has supported ipv6 for some time now. I have native IPv6 at home and my iPhone/iPad pick up an ipv6 address and work dual-stack just fine?

  13. Re: Hurrah? on Feature-Rich FreeBSD 10 Alpha Released · · Score: 1

    Self-contained applications is a nice idea, but it makes sense primarily with non-free binary only applications which the user or the OS distribution can't build from source code

    Uh... no. It makes sense for any OS if you want to get away from dependency hell.

    I can take an OS X application and simply drag/drop to any other OS X install (so long as it is of a supported version of the OS). There is one dependency - the OS version.

    I can also run apps from anywhere (hell, even the disk image I downloaded them from), no need to worry about where they are installed.

    Apple is sandboxing applications because writing software that is secure is hard, whether it is open source or closed source. Sandboxing and least privilege access is a way of attempting to deal with this problem: simply attempting to write secure applications has been proven over the last 30 years or so to be a problem we're not going to solve any time soon. Containing the problem as best we can via sandboxing perhaps reduces the amount of code that is security critical (the sandbox enforcement).

  14. pfft... nothing to do with windows 8 on Majority of Enterprise Customers Finally 'Migrating Away From Windows XP' · · Score: 1

    ... it's more to do with the fact that Windows XP extended support (for security updates) ends in April. Which is just over 6 months away.

    Contrary to what some believe, the enterprise is not stupid. If XP performs the functions required (and for many, it does) and is supported for security fixes (it currently is) and there is no compelling financial reason to encourage migration to another platform, guess what? The platform stays.

  15. Re:Poor statistics on SSD Annual Failure Rates Around 1.5%, HDDs About 5% · · Score: 1

    Whilst I agree IOPs are what counts - storage is not free. I gather you are referring to cloud provided storage, which has its own non-$ cost associated with it.

  16. Re:Poor statistics on SSD Annual Failure Rates Around 1.5%, HDDs About 5% · · Score: 1

    Of course. Not disputing that. I am however disputing the article's premise that SSD is more reliable than hard drive storage. If you compare like for like in terms of the amount of data stored, SSD has a long way to go. If you compare like for like in terms of data stored plus cost, it's not even close. Of course performance is better. That is not in dispute.

  17. Re:Poor statistics on SSD Annual Failure Rates Around 1.5%, HDDs About 5% · · Score: 1

    As I said, for far less money you can get redundant storage in the multi terabyte range. My point is this: if i need to store x amount of data in a reliable way, the money i save vs. SSD on buying a spinning disk means I could buy several of them to mitigate the increased failure rate vs. SSD and far exceed the reliability of an SSD for the same money.

  18. Re:Poor statistics on SSD Annual Failure Rates Around 1.5%, HDDs About 5% · · Score: 3, Interesting

    Not only that, if you add enough SSDs to store the same amount of bytes as a 4TB hard drive you either need to RAID them or you will have cumulative failure rate far higher than the HD failure rate, which you could mirror (or hell, RAID6 it) for way less money.

  19. not as good as it sounds.... on SSD Annual Failure Rates Around 1.5%, HDDs About 5% · · Score: 1

    ... if i need to store x TB of data, i can set up a RAID1 mirror and have fault tolerance for way less than the cost of SSD based storage to hold it in a non-fault tolerant manner.

  20. same as any new iphone launch on Apple Has a Lot In Common With The Rolling Stones (Video) · · Score: -1

    Internet "experts" poo poo the announcement, because it doesn't cure cancer and settle mars. Claim apple is "done" and how you should sell. Device then goes on to break all previous sales records. The 5, 4s and from memory 3g-s launches were all met with "meh" as far as i can remember.

    I predict that, yet again, the 5s/5c will break previous records. I've spent the last few days (going to keep it for a week) using a HTC one. Sure on paper its better than my 4s. In actual use, it's a pain in the arse - buggy and unpolished (yes i'm now running android 4.2.2 on it), this morning for example, the timer i set for 6 minutes reverted back to the previous timer setting of 1:30 and went off at 1:30. Yes, i verified thjat it was counting down from 6 minutes before i opened another app. Cant even get basic stuff right.

  21. Re:8,346,892% wrong. on FreeBSD Removes GCC From Default Base System · · Score: 1

    removed one of the licenses.

    I've just decided I'm going to remove the license for the software I have on my machine because I don't like it. I'm sure Microsoft and Apple will be just fine with this, as the precedent has been set by somebody doing this with BSD code and replacing it with GPL.

    for the sarcasm impaired: you can't REMOVE somebody's license simply because you don't like it.

  22. Re:Clang is Slower on FreeBSD Removes GCC From Default Base System · · Score: 1

    I know a lot of the Linux zealots don't care to acknowledge it, but the reality is that the viral clauses are just a matter of cutting off your own nose to spite your face. There's a real incentive to contributing back patches in that it's expensive to maintain your own fork, just for a few patches.

    Let alone going to the trouble of writing your own entire compiler framework...

  23. Re:Clang is Slower on FreeBSD Removes GCC From Default Base System · · Score: 1

    Phoronix - adview trolling website for Linux/GNU fanboys to set up rigged benchmarks of Linux vs. X, to get users/developers/fans of X enraged and visiting the site.

    The number of massively flawed benchmarks done by phoronix lead me to believe this is the only logical purpose of the site. One or two benchmark screw ups is one thing, but to consistently screw up benchmarks to make everybody else's software look bad via subtle omission ro selection of bad configuration is just trolling.

  24. Re:Just one question on FreeBSD Removes GCC From Default Base System · · Score: 1

    Have you read the CLANG source to compare?

  25. Re:Just one question on FreeBSD Removes GCC From Default Base System · · Score: 1

    Benchmarks are nothing to do with it. CLANG is more modular, generates better compiler warnings, plays nicely with IDEs and works better with Objective-C, for a start.

    Benchmark performance can be improved with time. CLANG was started mostly because the GCC maintainer(s) were not interested in improving the objective-c support.