Slashdot Mirror


User: growse

growse's activity in the archive.

Stories
0
Comments
333
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 333

  1. Re:Two words on MPAA Asks Again For Control Of TV Analog Ports · · Score: 1

    Now is the month of May-ing, and merry lads are playing?
    Fa la la la la la la, Fa la la la la la la?

    ?

  2. USB boot? on Intel Updates SSDs, Supports TRIM, Faster Writes · · Score: 1

    Anyone got any idea on how to boot the ISO from a USB drive? I don't have a CD/DVD drive :(

  3. Re:What a Troll! on Microsoft Freeloading In Washington State Courts · · Score: 1

    My other pet peeve phrase is "Absence of evidence is not evidence of absence" which is misleading at best. A more correct statement would be "Absence of evidence before reasonable investigation is not evidence of absence". Once a reasonable search for evidence has been made, especially if said evidence should be reasonably detectable by currently available methods, then an absence of evidence IS evidence of absence.

    This only works if it is understood by both sides of the debate what the evidence looks like and that it's possible for it to exist. People tend to use this phrase when talking about atheism / agnosticism, because some people state "There's no evidence that there's a God" to imply "Therefore there is no God". The problem with this is that it's logical positivism, which in my view is a fallacy. In that particular debate, no-one can define what evidence for or against the existence of a God would look like, hence the only evidence-based conclusion is to say "I don't know". Absence of evidence is most certainly not evidence of absence.

    But I take your point, for most topics, if you look hard enough and at least know what you're looking for, you'll find evidence either for, or against your hypothesis. Otherwise it's a crap hypothesis.

  4. Re:Why the need to 'discover' the elements? on Element 114 Verified · · Score: 3, Funny

    You failed chemistry, didn't you?

  5. Re:Huh? on IPv6 Adoption Will Grow With Smart Grid Adoption, Hopes Cisco · · Score: 1

    What's IPv6 got to do with information security?

  6. Re:Wishful thinking on IPv6 Adoption Will Grow With Smart Grid Adoption, Hopes Cisco · · Score: 1, Interesting

    You mean, every IPv4 application you can conceive of....?

    Don't lets limit the rest of the world because you're too stupid to realise that NAT and IPv4 causes huge problems on a day to day basis for a lot of people.

  7. Re:What Part of "No" Don't You Understand? on BBC Wants DRM On HD Broadcasts · · Score: 1
    As I commented to a different poster, you're incorrect. You need a license if you watch or record TV as it's broadcast. From the TV licensing site:

    You must be covered by a valid TV Licence if you watch or record television programmes as they're being shown on TV. It makes no difference what equipment you use - whether itâ(TM)s a laptop, PC, mobile phone, digital box, DVD recorder or a TV set - you still need a licence.

  8. Re:You're obliged to pay for it on BBC Wants DRM On HD Broadcasts · · Score: 1
    Wrong. You have to pay if you watch live TV. Owning a TV has nothing to do with it.

    You must be covered by a valid TV Licence if you watch or record television programmes as they're being shown on TV. It makes no difference what equipment you use - whether itâ(TM)s a laptop, PC, mobile phone, digital box, DVD recorder or a TV set - you still need a licence.

    TV License site

  9. Re:Apps on Google Apps Not the DC Success Many Believe? · · Score: 1

    GP's general point is right, but he was wrong to suggest that it 'can be cracked'.

    The general point is that if someone wants your data badly enough, they'll get your data. Whether it's worth it for what it'll cost is a completely different question. Using a BB over an iPhone just closes off one of the many vulnerabilities that exist when humans try to handle confidential information.

  10. Re:Groklaw coverage on Appeals Court Overturns 2007 Unix Copyright Decision · · Score: 4, Informative

    Novell Response
    Novell points out that the Judge affirmed the payment ($3million) SCO was ordered to make to Novell, so there's hope yet.

  11. Re:OTP !! on Real-Time Keyloggers · · Score: 1

    Think it's Cain and Able that can work out successive securID values based on 3 or 4 sequential correct values. What we really need is challenge response, done properly.

  12. Hull = Bad ISP area. on UK Lifeguards Dig Their Own 100Mbps Fiber-Optic Link · · Score: 3, Insightful

    They probably felt the need to do this given that all of Hull ISPs are crap.

  13. Re:Tax dodge? on English DJ Claims Wi-Fi Allergy · · Score: 1

    No. The taxpayers will laugh at him.

  14. Re:The SQL language is also an issue on Researchers Create Database-Hadoop Hybrid · · Score: 1

    It's a bit like saying "Lets blame the internet for Cross-site scripting vulnerabilities!".

    No, it's about having less issues by using modern tools, rather than trying to find who's to blame.

    If HTML/JS/CSS/HTTP could be redesigned today, do you think that the way a browser manage cookies, XHR requests and sandboxing in general would be the same as it is today? Do you think that the SMTP protocol that was good enough 30 years ago is not a big pile of crap nowadays, even, just like ORMs, their content is now shown in webmails? SQL is just like SMTP. Or the FAT filesystem. An old thing. There are worthy proposals and even working products that could superscede them, but because of legacy applications and people who want to stick with the same technologies till the end of the universe, these old things remain. They just get bloated with new extensions instead, in order to keep up with mandatory requirements.

    Of course, if you were designing something today to do the job of 'relational database', you'd probably get something different from SQL. That doesn't change the fact that today, the SQL / RDBMS combo is the best tool for solving a lot of problems. That doesn't mean that people won't try and use it improperly, but those people are idiots. People don't stick with SQL because it's old, they stick with SQL because it gets the job done, and in the hands of someone who knows what they're doing, it gets the job done well as long as the job is a sensible one for which a relational database makes sense. Like storing millions of customer records.

    they exist because of the crappy programmer who doesn't know how to use the database

    "Our GUI _is_ user-friendly! Customers just don't understand how to use it because _they_ are clueless!"

    "hey, and there's a workaround to make them use it properly. Just tell them to top an GUIORM (pick one out of hundreds), an extra layer that hides our wonderful GUI and shows another GUI that's closer to reality, and transparently translates events both way, while introducing some new limitations (thinking about that other ORM that has no way to issue OR-like statements) and some grain of extra sluginess!"

    Typically, you don't have any control over how smart your users are, so you make GUIs nice and simple to use. However, the analogy doesn't hold for developer tools and technologies. You do have control over how smart your developers are, and if they're stupid to use SQL properly, they're idiots. It's not the fault of the technology that muppets use it improperly.

  15. Re:The SQL language is also an issue on Researchers Create Database-Hadoop Hybrid · · Score: 1

    SQL injection vulnerabilities don't exist because of the database, they exist because of the crappy programmer who doesn't know how to use the database being let loose writing production code. It's a bit like saying "Lets blame the internet for Cross-site scripting vulnerabilities!".

    And there's nothing wrong with SQL. There's a lot wrong with people who think SQL will solve every single problem under the sun. Unfortunately, those people seem to be employed writing 3rd-party abstraction layers and ORMs.

  16. Re:No reliability issues? on What Would You Want In a Large-Scale Monitoring System? · · Score: 1

    I had the same issue. Features are great. Reliability sucks.

    I guess if you're enterprisy, you could deploy the servers as resiliant pairs (I believe it supports that), but I couldn't afford that for my smallish system.

  17. Re:A more interesting question on What Would You Want In a Large-Scale Monitoring System? · · Score: 1

    Oh god - zabbix - nooooooo.

    I had a horrible experience trying to get zabbix to work. Initially, it works great and looks useful and pretty. But then the zabbix-server process just stops reporting on stuff for no apparent reason at all. The processes are still there, they're just not updating anything. The log files are also giving no indication as to what's going on. Worst of all, you have no way of knowing when or why it stops working, so I ended up writing a cron job to restart it every 6 hours. Then I ditched it.

    It's got great functionality, but crappy reliability. And I like my monitoring systems to be reliable.

  18. Re:Difference between Linux and Windows on Ksplice Offers Rebootless Updates For Ubuntu Systems · · Score: 1

    Mission critical systems usually have redundant systems they can fail over to in almost real-time. Patch your hot-standby (after testing of course), fail over to that, then patch the other side.

  19. Re:Imperial measurements are for song lyrics *only on NASA Sticking To Imperial Units For Shuttle Replacement · · Score: 1

    It's how we like to deliberately confuse foreigners :)

  20. Re:If you believe in zero viscosity on Steorn's "Free Energy" Jury Comes Back To Bite Them · · Score: 1

    'Perpetual motion' is a bad term to use, because perpetual motion is guaranteed by Newton's first law.

  21. Re:Dropbox on How Do You Sync & Manage Your Home Directories? · · Score: 1

    How many do they have?

  22. Re:Clarification: This femto is given away free on UK Gets Europe's First 3G Femtocell · · Score: 1

    Link says £60 pm contract, not £30 - unless I'm blind?

  23. Re:Unison on How Do You Sync & Manage Your Home Directories? · · Score: 1

    Did they solve the issue of different versions not being able to talk to each other? I remember playing with it trying to sync cygwin with a debian box, and it just complained that the versions were different...

  24. Re:Dropbox on How Do You Sync & Manage Your Home Directories? · · Score: 2, Interesting

    What if your house burns down?

  25. Re:Thank you on An Experiment In BlackBerry Development · · Score: 2, Interesting

    Ah, interesting, this makes more sense. Yes, I think I'd agree with you that the BB model works best with huge deployments and probably is less suitable to the small / medium size, mainly for cost reasons.

    It tends to be the really big shops that (a) have the cash and (b) draw the attention of the regulators meaning they have to have devices and systems that follow the regulations. I believe, but am not authoritative on this, that the BB system is the only mobile email device that's certified for use under certain regulations. I work in financial services and know that there's a whole bunch of law that intersects with IT there.

    But absolutely. If you've got a small shop, winmo is probably the best bang / buck from what I can see. Doesn't make BB a bad platform though, just makes it the wrong tool for that particular job.