Slashdot Mirror


User: gbjbaanb

gbjbaanb's activity in the archive.

Stories
0
Comments
5,859
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,859

  1. Re:incremental backups on If Your Cloud Vendor Goes Out of Business, Are You Ready? · · Score: 1

    The colo server - if the provider goes bust, you might turn up att heir doors only to find it locked down and facing a lengthy battle with the administrators to prove its your kit. Even then, when you get it back both hardware and data will be obsolete.

  2. incremental backups on If Your Cloud Vendor Goes Out of Business, Are You Ready? · · Score: 3, Interesting

    This is the same problem we've always had, whether its someone's website on a shared host or a colo server. You need to back it all up and doing a naive dump of the entire thing will take too long and cost too much in bandwidth, so you take a dump of the entire thing once (preferably when you have the thing you're deploying locally) and then take incremental backups from there.

    The big question is what's the best backup tools to do this, and do they work on cloud systems that don't look like real servers? eg. I recall rsoft that did very good incrementals based on disk blocks changing so the backups were also continuous. Not sure if that'd fly on AWS.

  3. Re:Just goto the codeplex site and verify the comm on VeraCrypt Is the New TrueCrypt -- and It's Better · · Score: 1

    boatloader beer, of course.

  4. Re: IE 6? on Windows Users, Get Ready For a Bigger-Than-Usual Patch Tuesday · · Score: 4, Insightful

    the difference is: when Linux has a critical bug, its front-page news; when Windows has a critical bug, its just another Tuesday.

  5. Re:Still being made... on The Greatest Keyboard Ever Made · · Score: 1

    Its not about the flexibility, its about the solidity. I want the keyboard to stay still, even if I knock it sideways or with the palm of my hand accidentally. A heavy keyboard sits there and takes it, a cheapo one bounces around slightly, its annoying.

    I do have a build machine at work that sits on some drawers between desks, the keyboard is just too wide to sit nicely on the drawers so one end is always raised. A good keyboard would improve that situation, but its so little used directly that we live with it.

  6. Re:Still being made... on The Greatest Keyboard Ever Made · · Score: 1

    Biggest problem for me is that I'm in the UK and the layout is different from the standard US-style keyboards (and far superior :) )

    So Deck, Code and similar new manufacturers just don't cut it.

  7. Re:Wait a minute... on The Greatest Keyboard Ever Made · · Score: 1

    if they can be taken apart, you can put the mechanical bit in the dishwasher (detergent not really recommended). Do not put the electronics in though, some people say it works if you leave it to dry out, but I think it's probably not as guaranteed as they think.

    I did it with the keyboard part of my old compaq, when I spilt beer on it (sticky keys... for sure). Came out squeaky clean.

  8. Re:Still being made... on The Greatest Keyboard Ever Made · · Score: 4, Informative

    The thing is, its more than the keys.
    A good keyboard must have weight to it, so its solid and won't wriggle or bend. It must have a decent size so its not slightly cramped to save plastic, It must have decent legs to raise the typing angle up, and it should have a little runner to store your pencils without resting them on the top of the function keys.

    Cherry keys are a good thing, but there's more to it than just those.

    Myself, I use an ancient compaq keyboard that I'm sure will be classed as a deadly weapon if I ever have to beat off burglars with it. Best thing is it doesn't have those 2 crappy Windows keys either!

  9. Re:Sounds like he hasn't gotten the message on Lennart Poettering: Open Source Community "Quite a Sick Place To Be In" · · Score: 1

    I recall a quote:

    FreeBSD is what you get when you take a unix developer and ask him to write a PC OS. Linux is what you get when you take a PC developer and ask him to write a Unix OS.

    I guess this now is shown to be true in ways the original author never thought possible!

  10. Re:Systemd AND PULSE AUDIO on Lennart Poettering: Open Source Community "Quite a Sick Place To Be In" · · Score: 1

    I prefer:

    When you look back at all your failed relationships, you will find a single common factor in all of them .... you.

  11. Re:Yes on Is an Octopus Too Smart For Us To Eat? · · Score: 4, Interesting

    I recall an article about a aquarium that had a big tank of cuttlefish installed. Then every night one cuttlefish would disappear and no-one could figure out who'd come and steal cuttllefish, so they stuck some night-vision camera in and waited.

    An octopus in a tank across the walkway would pop out the top of its tank, shimmy across the floor, up the side of the cuttlefish tank, grab one, eat it and then retreat back to its tank. I figure anything that figure out that its human keepers had put a fresh source of food for it across the hall is intelligent enough to not be eaten. Incidentally octopi are intelligent enough to take the trapped crabs and lobster from traps.

    but hey, human eat fucking everything, destroying the environment it lives in as we all know nothing is more important than our bellies, and the profits made from selling it for other people's bellies.

  12. Re:Its not about intelligence on Is an Octopus Too Smart For Us To Eat? · · Score: 1

    Generally speaking, us in the west eat herbivores only. We don't tend to eat horses (knowingly, you never know what is in that cheap burger you bought) simply because they were more important as assets than food, and we seem to still have that cultural aversion to them.

    rabbits are cute as anything, and yet they are a very popular source of meat for many rural peoples (urban ones, tend to eat those cheap burgers already mentioned). Cuteness doesn't factor into it, mainly because the meat in your supermarket is as divorced from the source as the marketing people can make it.

    If you think eating thing that aren't cute, then I have some blobfish that you'll tuck into without problem.

  13. Re:People on Is an Octopus Too Smart For Us To Eat? · · Score: 1

    so just another chicken burger then?

    with extra fatty sauce, of course.

  14. Re:Nevertheless, Microsoft is doomed on Samsung Paid Microsoft $1 Billion Last Year In Android Royalties · · Score: 1

    Not all of them, Google only uses its patents when someone sue it.

    Microsoft not only sues anyone they see as a competitor, but also is part of several patent-collective companies that sue left, right and centre.

    In any case, it seems the company's "IP strategy" is to register as many patents as possible, regardless of validity or ingenuity involved in creating the concepts behind them, and then sue away. Fortunately since the Supreme Court ruled on Alice, these are being taken apart when they get to court.

    Hopefully, Samsung and Microsoft will see each other in court and half the patents involved will be struck down as being fucking pointless.

  15. Re:Why do people still care about C++ for kernel d on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    and yes the ABI is a serious thing. I asked Bjarne about it in the recent slashdot Q&A, and he basically said "meh, its not important and the vendors wouldn't like it, next question".

    An ABI wouldn't be difficult to implement - all the vendors could add a compatibility switch to emit the bespoke mangling if they liked. But the rest of us (who compile the entire software suite every time anyway, or use C bindings because of C++ mangling incompatibilities between different versions of a vendor's compiler) would love it. I think one of the reasons C# and co do so well is because they have the ability to generate a binary and then it just works in other people's programs.

    An ABI might mean more binary objects being released for Linux, so you wouldn't get the source, but that's more an idealogical issue than technical.

  16. Re:Why do people still care about C++ for kernel d on Object Oriented Linux Kernel With C++ Driver Support · · Score: 1

    I'm not so sure of that, the NT kernel is C. Look at the low-level APIs used in win32, these are all C based, with handles and whatnot.

    Microsoft is perfectly happy to put a C++ wrapper around a lot of things, but I think the Windows kernel team are basically C coders.(which is not a bad thing).

    One interesting example is Windows Web Services - a kernel equivalent of the shitty .NET WCF. Its completely compatible, but is much, much, much faster. The APIs for that are C, not C++ as you'd probably expect.

  17. Re:Yay! on David Cameron Says Brits Should Be Taught Imperial Measures · · Score: 1

    I don't really understand why Britain is still in the EU

    The people hate the EU but the business leaders and political elite love it. That's why we're still in it.

    No, I don't understand why either, nobody has bothered to tell me. Maybe the aliens who are threatening to destroy the world have demanded a single planetary government and our leaders are trying to slowly bring such a thing about... but that's all I can come up with for the existence of the EU at all.

  18. Re:FP? on David Cameron Says Brits Should Be Taught Imperial Measures · · Score: 1

    no, I was just having a go at the poster who appeared to see the world in very divisive and ignorant ways.

    Racism isn't just white oppressing blacks, its anyone with a stupid prejudiced view against others not of their preferred racial type. I think its important to remember that, to stop the "politically correct" from hijacking the problem for their own ends (again).

  19. Re:FP? on David Cameron Says Brits Should Be Taught Imperial Measures · · Score: -1

    British impewrialism shook off slavery quite quickly, you'rte thinking of the Americans, and the Africans who used to do akll that nasty capturing and selling the slaves of rival tribes (or is that concept that the poor Africans weren't such victims as bleeding heart liberals want you to think not politically correct enough for you?)

    Anyay, the old imperial currecy worked just fine for all old people who were used to it, and it had the big advantage of being more divisible than just 2 and 5.

    Personally, I'm sure that making everything base 10 simplifies it so much our brains have withered. The mental effort required to understand complex numbering systems meant we had to be better than we are today. I know guys in the 50s who made nuclear bomb designs with little more than a slide rule, and yet today we need supercomputers to do all our thinking for us.

    As for me... I can;t find my way anywhere anymore, not since I bought a satnav, yet once I could go anywhere with a big paper map, some notes and my memory!

  20. Re:Missed opportunity on Microsoft Announces Windows 10 · · Score: 1

    They tried to call it Windows One, but someone noticed they'd already released that version, so it got changed to "Windows One Nothing", or Windows 10 as written in the short form.

  21. Re:Start menu usage dropped in lieu of what? on Microsoft's Asimov System To Monitor Users' Machines In Real Time · · Score: 1

    Take away the start menu, and then be surprised that start menu usage dropped.

    This from the guys who look at Office usage data and figured out that Paste was used twice as often as Cut and Copy, and therefore was the most important function, deserving of a huge icon on the ribbon while cut and copy were relegated to tiny icons because they were not used as much.

  22. Re:It seems to me... on The Physics of Space Battles · · Score: 1

    Its possible they could be, but certainly they'll be carrier based - a big ship that sits very far away and sends smaller craft out, but even them I figure the smaller craft will be small command and control ships that help guide semi (or fully) autonomous munitions at targets. Weapons are very simple in space, a lump of metal can be devastating when given enough velocity, explosives not needed. The problem comes from targetting and hitting it, but if you can detect the enemy, you can get a distant ship to send off a missile with as much propulsion as you can manage and by the time the target notices they've been noticed, that missile coming in with huge velocity rips straight through them. Not so much "incoming, take cover" but "inco...."

    Even "close in" is a matter of relativity - close battles in space are still likely to be hundreds of km apart.

    Or consider the battle in Larry Niven's protector. 1 space craft chasing another, pursued craft drops bomb, 3 days later they detect a flash :-)

  23. Re:Porn needs Javascript on Tor Executive Director Hints At Firefox Integration · · Score: 2

    All websites use Javascript now, having an option to turn it off is meaningless.

    What you need is either a fine-grained javascript blocker (NoScript addon for Firefox) or a web browser that's more suited for you (Lynx).

  24. Re:When will they act as nodes? on Tor Executive Director Hints At Firefox Integration · · Score: 1

    Well, you could read the article, or you could read the summary.

    include Tor as a "private browsing mode" in a mainstream Web browser, allowing users to easily toggle connectivity to the Tor anonymity network on and off.

    So I guess it'd be a different style 'private mode' where you open a new 'secure' or 'anonymous' window and surf using that, and whilst its open, it serves as a Tor node.

    Still, we don;t know if it is Firefox or not, so it could be anything. This is a very speculative article.

  25. Re:Finally on Apple Faces Large Penalties In EU Tax Probe · · Score: 3, Interesting

    real offices.... 1 real office block with 100,000 post office boxes and a lawyer. that's how they roll in the Cayman Isles at least, I figured Luxembourg did the same.

    Either way, are you getting "Google Luxembourg" confused with Google? A bit like Google UK that is staffed by salesmen... oh no, wait, they don't actually have any salesmen, oh no, because all sales are made by a member of staff from Google Ireland, I forgot. Or at least, that's what they told the taxman.

    All countries have a subsidiary office for the company, if only to be a front to pass the "IP licencing money" back to the real HQ in the Bahamas (via the other subsidiaries in Holland and Ireland of course)