Slashdot Mirror


User: Vanders

Vanders's activity in the archive.

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

Comments · 1,013

  1. Re:Don't forget Group Policy! on What's Keeping You On Windows? · · Score: 1

    On *nix platforms you have Puppet and Chef (or cfengine if you're a greybeard), which suites the way that *nix platforms work far better than trying to bend GP to work on them would.

  2. Re:As a user or as an administrator? on What's Keeping You On Windows? · · Score: 1

    Sorry, I wasn't clear. I was specifically referring to servers rather than clients. I agree that in most cases it makes more sense for the majority of end users to stay on Windows, but if you're deploying a large number of servers you can use something other than Windows and still take advantage of AD to manage your users and their permissions on those servers.

  3. Re:As a user or as an administrator? on What's Keeping You On Windows? · · Score: 2

    It's entirely possible to integrate non-Windows platforms into Active Directory via. LDAP and Kerberos. It's not necessarily simple but it's do-able. So even as an administrator, you don't have to run Windows everywhere just to use AD.

  4. Re:GNOME is a study in how to not architect softwa on GNOME Shell No Longer Requires GPU Acceleration · · Score: 2

    Perhaps you should stop filtering ACs, in order to not shit-up Slashdot with reposts just to keep you happy?

  5. Re:I thought /dev/random already looked for entrop on Exploiting Network Captures For Truer Randomness · · Score: 1

    If /dev/random has run out of entropy, so will this ridiculous hack: /dev/random already sources entropy from the packet buffers, so either there are no packets arriving and neither method works, or their are packets arriving and then you may as well stick to /dev/random

    Even better, use /dev/random to periodically seed a good psuedo-random generator, say a Mersenne Twister implementation. You could call it /dev/urandom.

    Wait...

  6. Re:Why? on Eclipse Launches New Programming Language · · Score: 1

    There is nothing magical about garbage collection that only the Java or .Net VM's are capable of implementing. GC has a long history, stretching back to languages like LISP and SmallTalk. Hell even C++ has had the Boehm GC available for nearly 20 years.

  7. Re:An act is an act is an act on High Court Rules In Favor of Top Gear Over Tesla Remarks · · Score: 1

    They didn't but they said they did

    They never said they had run the battery down. Seriously. Go watch the review and pay attention this time.

  8. Re:Corporate shills! on Look Ma, I'm Getting Arrested! · · Score: 2

    I have no problem with them using technology, as long as the tech they use is not produced by the very people they are protesting

    Just what technology would be that be, precisely? Flint knives and smoke signals?

  9. Re:Corporate shills! on Look Ma, I'm Getting Arrested! · · Score: 1

    Everyone is connected to Wall Street in some way. The protesters are wearing clothes too, and those clothes are made by companies. Are we going to declare that only naked protesters are "real" now? Like I said, "No True Scotsman"

  10. Re:Corporate shills! on Look Ma, I'm Getting Arrested! · · Score: 4, Insightful

    To be fair, I don't think it's necessary for the protesters to abhor technology: it's a "No true Scotsman" fallacy to suggest that they should. If they were protesting Google, Samsung, HTC and AT&T directly then yeah, there would be some hypocrisy there. As it is they're on Wall St. and are directing their protests at the banks, mostly.

  11. Re:He isn't dead on Dennis Ritchie, Creator of C Programming Language, Passed Away · · Score: 3, Insightful

    Surely exit(EXIT_SUCCESS); is more fitting for a man of Dennis Ritchie's talents?

  12. Re:Nothing to see here, we're fine on BlackBerry Outage Spreads To North America · · Score: 1

    What's more interesting about this is that it's taken so long for them to fix it, and that RIM themselves don't seem to understand what's wrong: the linked article in the Guardian indicates it's a failed database upgrade, but the news earlier was reporting that RIM were blaming a core switch failure.

    That they don't seem to know what the problem is indicates that their infrastructure and processes are pretty poor. I'm pretty glad I'm not a Network or Systems admin at RIM.

  13. Re:About bloody time on British Coalition Partner Attempts to Block Web Censorship Powers · · Score: 1

    Subtle sarcasm doesn't carry well on the internet. If it makes you feel less pained by my post, replace "you" with "people".

  14. Re:About bloody time on British Coalition Partner Attempts to Block Web Censorship Powers · · Score: 4, Insightful

    not have to make any compromises

    Wait: you seriously expect a party that is part of a coalition to not make compromises?

    would be able to do everything that they said in their manifesto that they would do if they had a majority

    Why in the world would anyone with half a brain expect such a thing? They have 40% of the votes in the coalition. They have 9% of the seats in the House of Commons. How, precisely, do you expect the Liberal Democrats to do this without support from either the Conservatives or Labour? Bearing in mind that apparently they're also not allowed to compromise.

    People expect magic. It's the same mind set of people who blame the President of the United States for absolutely everything but never question what the Senate or HoR are doing.

  15. Re:About bloody time on British Coalition Partner Attempts to Block Web Censorship Powers · · Score: 3, Insightful

    I'm not sure what people expect from the Liberal Democrats. Some sort of Night of the Long Knives where Nick Clegg eliminates both the Conservatives and Labour and declares himself Supreme Leader?

  16. Re:Acronym on Is the OMB Trying To End Planetary Exploration? · · Score: 1

    You need to watch The West Wing.

  17. Re:When photography is outlawed.... on Illegal To Take a Photo In a Shopping Center? · · Score: 1
    But if the self-service doohickeys have caused the store to sell him more paracetamol than it should have, isn't that the store's problem? The self service tills will stop you buying more than two packs at a time. He admits he went back and bought the rest of them in a separate trip through the till, so the self service till couldn't do much to stop him. So yes, it was the store's problem, which is why they stopped him!

    Unfortunately, your sentence doesn't have a subject

    There are precisely two subjects under discussion: the guy buying the drugs, and the store. The context seems pretty obvious from where I'm sat.

  18. Re:Good job, wants some cheese for your whine? on Linux Kernel Developer Declares VirtualBox Driver "Crap" · · Score: 1

    Yes, binary drivers can have their problems, WHEN THE ABI CHANGES!

    Linux supports 28+ different CPU architectures, so funnily enough the ABI is changing all the time. Having the majority of the drivers as source in the main tree is a massive advantage when you only need to recompile the driver for whatever architecture you're running. You simply can't do that with a binary driver...which is a problem you neatly highlighted already.

  19. Re:Oh the irony! on Linux Kernel Developer Declares VirtualBox Driver "Crap" · · Score: 1
    Qemu is both an emulator and a virtualization platform, depending on the host & guest CPU you are running and the options you compile and invoke it with:

    When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performance.

    When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.

  20. Re:When photography is outlawed.... on Illegal To Take a Photo In a Shopping Center? · · Score: 1
    Restricting you to two packs (32 tablets) is fairly standard in the UK: you'll find that Asda, Sainsburys and pretty much every other supermarket will have a similar policy. As much as I hate Yahoo! Answers, check the answer from "lozzielaws". The important bit is:

    In the UK, there is no law as such, but the maxumum amount as per the Medicines And Healthcare Products Regulatory Agency over the counter is 100. Anything over that requires a prescription. They also recommend a maximum of 32 be sold over the counter as standard practice, and most shops and pharmacies stick to this.

    So while it's possible they could have handled the situation better (I have no idea, we only have your version of events), they were probably concerned that may have been breaking the law.

  21. Re:To maximize shareholder value... on Why HP Should Sell Its PC Business To Save It · · Score: 1

    Engineering equipment like scopes and test tools and calculators. Then they added printers. Then they added PCs...Don't remember when they added workstations and minicomputers to the mix, but they aren't doing PA-RISC systems anymore.

    HP started making computers in 1966.

    Apparently "The problem with HP..." is that the vast majority of people who want to tell us all what "The problem with HP..." is don't know anything about HP.

  22. Re:Like Apple Messenger? on RIM Server Crash Leaves Millions Without BBM · · Score: 1

    Yeah, because that IP can't be an endpoint on a pair of HA load balancers.

  23. Re:Give me a call when... on OCaml For the Masses · · Score: 1
    You said

    the "platform" ABI on e.g. UNIX is meant for C programs

    Now you're talking about language ABIs, which is a different matter entirely. How Haskell or OCaml or C++ handle one function calling another function within the same process is entirely up to the language designer. That isn't anything to do with the platform ABI.

    Externally however, you have to conform to the platform ABI because you have to run on the platform. The platform ABI is language agnostic. There is absolutely nothing C specific about the x86-64 ELF ABI, for example.

  24. Re:Give me a call when... on OCaml For the Masses · · Score: 1
    What C ABI? There is no "C" ABI: just the ABI of the platform the code is running on. The machine ABI is, by it's very nature, a very low level construct: it defines things like which CPU registers are used to pass arguments, which registers may be clobbered during a call etc. How would you propose to implement an ABI in say, Haskell, that doesn't eventually describe how the CPU registers are used, or doesn't describe how the stack is used, or any other very low level details you must cover to implement a usable ABI?

    Eventually, all languages become individual CPU instructions. That's the level that the machine ABI deals with.

    As long as they provide a main entry point does it really matter?

    Yes, very very much. Even defining enough of an ABI to even get to the executables entry point is a pretty big task!

  25. Re:Give me a call when... on OCaml For the Masses · · Score: 2

    the "platform" ABI on e.g. UNIX is meant for C programs

    Huh? No it isn't. The API may most often be expressed in C, but the ABI is language agnostic.

    keep in mind the only types in C are bytes, half-words, words, double words

    Huh? The C standard doesn't define anything in terms of "bytes", "half-words" or "double words". In fact those terms are largely meaningless in the context of C: the standard offers very few guarantees about the width and endianess of it's native types. C didn't even gain portable fixed-width types until C99.