Slashdot Mirror


User: coofercat

coofercat's activity in the archive.

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

Comments · 1,287

  1. Re:Duh on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 1

    Whilst I dispute the claim about Drupal being crap, the core works just fine on Postgres (although you will have to live without a good chunk of the contrib modules, but in my experience most of them fall into your PHPtards category).

    There is one very, very good module called dbtng_migrator which can take one type of Drupal database and convert it into another one. I just used it to convert some old MySQL based sites to Postgres. There are comments on the website about someone using it to convert from something to SQLite to 'sunset' a couple of Drupal sites. Either way, it's excellent - and means there's literally no reason to use MySQL (unless you want to). I'll be converting my home projects to Postgres when I get time to do it.

  2. Re:It is time to get up one way or the other on Obama: Maybe It's Time For Mandatory Voting In US · · Score: 1

    So what you're saying is that if "they" made the whole presidential race thing less boring, more people might be inclined to vote usefully?

    It certainly sounds sensible to me - here in the UK we've got to endure something like 4 months of "cam-pain", during which all that really happens is a whole lot of name calling and seeing politicians doing things (very badly) in suits where they should have worn jeans and maybe practiced ping pong, cricket or digging holes or whatever they're doing. All pretty boring, and not at all inspiring to vote for the person you think is the best - you almost have to vote for the least worst because they've all engaged in the name calling, and they've all had lots of dirt thrown at them.

    In the US it seems like an almost endless schedule of "woop woop" rallies and pseudo-religious pseudo-monarchy praising. I cannot imagine ever wanting to go to any US political rallies - I could barely hold myself back from slapping most politicians in the face if I ever met them, so doing lots of cheering and clapping and then crying when you get to shake their hand seems like a very strange idea to me.

  3. The year of Linux on the desktop ;-) on NZ Customs Wants Power To Require Passwords · · Score: 1

    With all the dozens of different Linux/BSD/Unix variants, and the different window systems they have, as a full time IT worker, I'd have a hard time working out what was what on them all. Good luck to the rent-a-goon at customs when I pull out my FreeNAS box with VMware hypervisor with an Ubuntu guest with Xmonad windowing system with an AES encrypted partition that's mounted by cryptsetup based bash script.

  4. Re:The UK had this years ago! on Leaked Document Reveals Upcoming Biometric Experiments At US Customs · · Score: 2

    ...and it didn't work in a lot of cases. In fact, it failed to meet half of the targets set for the programme (http://www.telegraph.co.uk/travel/travelnews/9087049/Iris-recognition-gates-scrapped-at-two-airports.html). All this, after the government touted the scheme as "watertight". Just goes to show the standards the government works to, eh?

  5. Re:The NSA will respond on To Avoid NSA Interception, Cisco Will Ship To Decoy Addresses · · Score: 1

    No - that's the chinese ;-)

  6. Re:This ex-Swatch guy doesn't have a clue on Swatch Co-Inventor Predicts Apple Will Bring an 'Ice Age' To Swiss Watch Market · · Score: 1

    I'll bet most of them have an iphone though (instead of an Android of any variety).

  7. Re:This ex-Swatch guy doesn't have a clue on Swatch Co-Inventor Predicts Apple Will Bring an 'Ice Age' To Swiss Watch Market · · Score: 1

    Which one is going to get a girl to say "ooh, nice watch!" though? That's what'll matter to Apple.

  8. Re:Backup software? on Google Nearline Delivers Some Serious Competition To Amazon Glacier · · Score: 1

    I recently 'discovered' duplicity - it's very good for this sort of thing, but it can't use this or Glacier as a store. I can use S3 though, which you can use as staging for Glacier.

    Personally, I use Duplicity to backup my NAS to another disk. I then have a script that copies full backups up to Glacier (and then deletes them). I'm working on a nicer glacier client for this, but the java one I downloaded from github works well enough to get going.

  9. Re:Seriously? on Scotland Yard Chief: Put CCTV In Every Home To Help Solve Crimes · · Score: 1

    After a burglary:

    Officer: Oh, so you have a camera right over your safe. Was it on and recording?
    You: Yes, I have the guys face nice and clearly, good resolution, lighting etc.
    Officer: Can we have a copy, please? We'll run it against our mugshot database
    You: No, but you can give me your mugshots and I'll run it though my system if you like

    As an aside, I got burgled once - I was the nice bloke in a crappy neighbourhood. I had 4 computers in the house at the time - only my laptop got nicked - I'm sure I could have had camera all over the place and got pictures of the guy. Not sure it'd have helped all that much back then though.

    The beat cops asked for a crime scene investigator because they found a bit of a boot print on the floor. She came next morning (Saturday), and looked and sounded like she had a hangover. She wasn't impressed with the boot print. Eventually, another cop came over to sort of round things off. I asked what was really going to happen about this - to his credit, he was honest - he said not much, but it'll go on the crime map so will be contributory to any possible future work if there's a pattern. Never did see my stuff again, and whilst the insurance paid out well, you never replace everything exactly as you'd like it.

  10. Re: Thanks to Wang on Exploiting the DRAM Rowhammer Bug To Gain Kernel Privileges · · Score: 1

    Calling their global support service Wang Care wasn't a great move.

    (the story goes that the European head had to answer directly to Dr. Wang about why the name had been changed from Wang Care to whatever it ended up being)

    Opening an office in Cologne, Germany wasn't a successful one either - no one wanted to go to Wang Cologne ;-)

  11. Re:Try before you buy on UK Gov't Asks: Is 10 Years In Jail the Answer To Online Pirates? · · Score: 1

    In the downloading sense, no one spent any (appreciable) time or money delivering the content, Further, by listening to it, you didn't deprive anyone else of that quantity of content. This, this is nothing like ordering food (or indeed anything else) and not paying for it.

    The point here is to clearly understand the differences between digital content and physical property or goods. It's then to clearly understand the similarities between them and design new laws, or apply existing ones appropriately. At the moment, all we have is the media distribution companies (who have a dwindling business model) talking about how digital content is just like physical - but unfortunately for them, that's simply not true. It doesn't matter if you're a so-called "freetard", a hardened criminal, a law abiding citizen, a media exec, a politician or an alien from the planet Zod - digital content is never, ever going to be the same as physical property. Thus, laws surrounding it cannot be the same either.

  12. eh? on Red Hat Strips Down For Docker · · Score: 2

    I don't get it... what's the for? is it for the host running the containers, or for the containers themselves?

    I set up a bit of Docker goodness at work because I needed to do some stuff in RHEL5, 6 and 7 sort of simultaneously. I found getting the base image of a RHEL system into a container to be annoyingly hard - first of all, you somehow have to know what all the bajillions of 'base' packages are that you're going to need. Then you make your container and spin it up to a bash prompt. Great - all looking good, right? Wrong. For any other packages you want to install you need an RPM repo, only Redhat give you a satellite - for which you need a client license. You'll need one of those for every container you ever create - that can't be right, can it?

    Maybe I'm completely missing the Chosen Path here, but getting Dockers up and going in an enterprise setting seems remarkably fiddly. That said, being able to spin up a considerably smaller container would be very welcome. I'm not so sure having a stripped down host to run them on necessarily excites me all that much, but whatever it takes to get the bloat out of distributions is fine with me.

  13. Re:The Brock string on Ubisoft Has New Video Game Designed To Treat Lazy Eye · · Score: 1

    I had non-binocular vision when I was a kid. the guy in the white coat just took a length of cardboard, drew a line down the middle of it and drew some blobs on the line which he marked from 1..10. I got a bunch of other exercises too (I seem to remember two stick men, one with arms but no legs and one with legs but no arms and having to make them into one complete stick man). I can't remember those very well, but that bit of cardboard fixed it for me.

    As an aside, if lazy eye affects such a small proportion of the population, how is that most of them seem to end up in engineering/technical jobs?

  14. Re:Politics aside for a moment. on Hillary Clinton Used Personal Email At State Dept., Possibly Breaking Rules · · Score: 3, Insightful

    ...and I'll bet pretty much any ranking politician does much the same, and thinks along the same lines - in any party, in any country, in any system of governance.

    If I'm honest, I reckon to be a politician of any note, you pretty much have to be a bit under-handed from time to time, and you pretty much have to push the rules to their limits. If you just want to be a local politician, or even maybe a national politician that doesn't do much more than that (what we call 'back bench' here in the UK) then you can probably be fairly noble, if you really want to be. If you've got any sort of ambition though, then you've got to 'play the game' considerably harder than that, and so pushing boundaries of the rules/decency/morality start to become more of a requirement.

  15. Re:Thanks on 3 Million Strong RAMNIT Botnet Taken Down · · Score: 1

    The National Crime Agency has been looking for crimes to work on since it started. I'm glad they've found something useful to do.

  16. Re:AI endpoint is key on Facebook AI Director Discusses Deep Learning, Hype, and the Singularity · · Score: 1

    interesting... so if your genetic algorithm were written in some "simple" high level language, then the second level 'noodling' would be easier as it would have less potential options to choose from. Thus, it could arrive at the destination in fewer generations, and the destination would be (hopefully) easier for us puny humans to understand.

    This approach means you need higher raw power to run the first and second level algorithms, and as such will need a higher minimum processing power to achieve it. However, I look forward to the day where you buy a "vanilla" computer, and just ask it "make me a word processor", whereupon it just goes ahead and 'evolves' one for you (admittedly, you might not need a word processor much by then, but you get the point). When you've written your book, you send it to your friend to read. She receives a bunch of bytes in an email attachment, and just says to her computer "find a way to read it", rather than having to know it was created in SomeonesProduct v2.3 - her computer just 'evolves' a reader for your particular file type - there's no need to make sure both of you have the same software at the same time.

  17. Re:Almost going after the guys who ruined the econ on FBI Offers $3 Million Reward For Russian Hacker · · Score: 1

    Anyone know how the FBI/others know it was him? I mean, he's been charged, presumably whilst absent, so there must be some 'damning' evidence of some sort. It's easy to say "we traced some connections to his house in Meerkovo", but how on earth did they do such a thing, and how can they be sure that it was actually him? I mean, wouldn't he have covered his tracks pretty comprehensively? I presume they (also?) found him lurking on some IRC channels or some such, but again, how would they know it was really him?

    I dare say a lot of the methods they use are secret (eg. the NSA methods), but surely the principles of them must be public record if they've been used on anyone else.

  18. Re:Can someone explain node's supposed speed on Java Vs. Node.js: Epic Battle For Dev Mindshare · · Score: 1

    Just to add, that the event driven thing makes a difference where you're doing lots of small transactions - in that case, you can support thousands of incoming requests with just one process using a relatively small amount of RAM. You can really make it fly by locking it to a CPU core and giving it real-time priority. If you expand that out to all but one of your system's cores, then assuming you have the ram, one box can serve nearly everyone on the planet, just so long as no one asks for anything too complicated. That's a pretty specialised use-case, which very few of us really need to think about.

    However, as you say, almost no one really needs to squeeze the last few percent of performance out of any web app they're running. Your boss might complain about the cost of another server, but it's easily manageable in the grand scheme of things. That being the case, having a slightly inefficient stack, and some occasional cross-core IPC, in exchange for keeping your systems pretty close to vanilla, and keeping your code, testing and deployments super-simple makes a lot of sense.

  19. Re:... and this is surprising how? on Samsung Smart TVs Don't Encrypt the Voice Data They Collect · · Score: 1

    Absolutely.

    Samsung just can't write software. Every piece of software they're responsible for has a problem one way or another (or at least all the ones I've ever seen - and I've got a Samsung phone or two, so I've seen a lot). Their hardware is generally good, so they should stick to doing that and let the rest of us take over their software. Hell, if they had the whole of their "smart" features in a sort of plug-in box, then they could invite other 'partners' to make entirely new TVs out of their base hardware - that would be awesome for us consumers and it would mitigate the utter shitness of their own software.

    If in doubt, unplug the TV - all the smart bollocks you've paid for are now useless, but at least you're safe.

  20. Re:Who cares? on Samsung Smart TVs Don't Encrypt the Voice Data They Collect · · Score: 1

    I know you're A/C and so have a lower bar of thinking to reach than the rest of us, but it amazes me that you can't see the problem here.

    You live in a neighbourhood, that presumably you chose and like. You presumably know your neighbours, at least vaguely. This TV (with the feature enabled, and if it's buggy, without the feature enabled) means you're now living in some shithole backwater in Elbonia where some geeks are using what you say for nefarious purposes. You're also living next door to the NSA, GCHQ, whomever the KGB turned into, and countless others - in fact, you have no way of ever knowing who you "neighbours" are.

  21. Re:Wait till the time is right? on Another Star Passed Through Our Oort Cloud 70,000 Years Ago · · Score: 1

    Not interstella, but the Voyagers were able to do what they did because "the planets aligned" to allow for lots of slingshots. You could argue mankind waited a few millennia for that specific situation before launching those probes...

    Repeating the exercise either takes some supremely advanced technology, lots of additional effort, lots of time, or possibly waiting the however-many-years until it happens again.

  22. Re:Microsoft Education © on Bill Gates On Educating the World · · Score: 1

    This time around though, Microsoft has a warehouse or two full of Surface 1s to 'dump'. A quick firmware change, and poof! 'budget' Windows tablet for the masses.

  23. .onion is easy on The Dark Web Still Thrives After Silk Road · · Score: 2

    I recently put my blog on the .onion. You can get to it via the "normal web" via it's .com address, via google searches and whatnot, or you can use a .onion address to get the same stuff. I have to say, it was pathetically simple to set up, and I encourage everyone with a server of their own to do the same. Feel free to upgrade to a Tor relay if you have bandwidth too.

    You may well ask what's the point? Well, my motivation was to see how easy it was, and to increase the amount of content available on the .onion network. I'm pretty sure the only people who've ever visited it are me and one friend of mine, but the fact there's another IP on the internet talking to Tor nodes, and the fact that on very rare occasions those Tor nodes talk back to it makes me feel good.

    If ever I have too much spare time, maybe I'll make a search engine for .onion addresses...? ;-)

    Back on topic: the Silk Road had a restrictions policy (albeit an inconsistent one), but other people have no such qualms. The authorities have succeeded in one sense in that they've fragmented the market, they've also put some additional risk onto the purchaser because it's now less clear how legit the site or vendor are. However, they've enabled someone looking for something minor like a bit of weed to also find all manner of other things. I'm sure someone looking for an RPG would have found one with or without the SR, but someone looking for weed might start thinking "I could also buy an RPG", where they might not have done before. In that sense, shutting down SR was a failure.

    Ultimately, if there's a demand, there'll be supply. Shutting down websites of any kind doesn't alter demand very much, and so there'll always be supply. If the authorities wanted to do anything about this, they'd spend more time working on the demand side of the problem. Sadly, that doesn't have instant results, doesn't get headlines and for every success it has there's a notable failure too.

  24. Re:MP = BS on What Happened To the Photography Industry In 2014? · · Score: 1

    Does that imply there's a problem with the image processing then? I mean, if a high res sensor gets 100% red on one pixel, and 50% red on the ones surrounding it, should the image processor actually puff up the surrounding pixels to (say) 75%? My thinking being that the blob of light that got to the central pixel was partly lost in the gaps between pixels, so the ones surrounding it don't fully represent what was actually hitting the sensor.

  25. Re:Totally wrong and very concerning. on Ross Ulbricht Found Guilty On All 7 Counts In Silk Road Trial · · Score: 2

    As much as I agree that this case seems to have lots of holes in it, running a marketplace is not 'common carrier'. The important distinction is that a common carrier is paid to provide a 'connection' service, after which you can do anything you like with it. A marketplace connects a buyer to a seller, handles the money, and takes a fee for that introduction. Thus, the marketplace has to know what is being sold and whom the buyer and seller are, and further more collects the money from the buyer and gives it to the seller.

    Had the Silk Road been more like a chat room, then there'd be many more parallels with the 'common carrier'. If Silk Road had provided the place to advertise goods and to connect buyers to the sellers, but otherwise kept out of any transactions, it's possible the 'common carrier' thing might work. However, as soon as SR started handling the money, it became part of the transaction, and so became implicated. As I understand it, the goods and services didn't have 'code names', so there's no way DPR could claim he thought he'd just brokered a 'cleaning' service for someone's apartment - so no 'reasonable doubt' there either.