Slashdot Mirror


User: Tim+Ward

Tim+Ward's activity in the archive.

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

Comments · 404

  1. auto-updates of java on Microsoft Escapes Kaspersky's Top 10 Vulnerabilities List · · Score: 4, Informative

    But you can't do auto-updates of Java, otherwise other stuff on your machine stops working.

    Java is sufficiently flaky that it's very common for particular applications to need particular versions very carefully installed and configured, so you end up with several versions on your machine - allowing auto-update is a recipe for utter chaos.

  2. The solution to all this ... on Why Does a Voting Machine Need Calibration? · · Score: 4, Insightful

    ... is, as we say every time this comes up on /., paper ballots marked by the voter with a pencil.

  3. Re:The math doesn't work on Ask Slashdot: What Stands In the Way of a Truly Solar-Powered Airliner? · · Score: 1

    Are there any cars that *don't* achieve 30mpg??

    Hmm, maybe in America perhaps.

  4. Nobody talks about how dangerous it is ... on Texas Attorney General Warns International Election Observers · · Score: 3, Interesting

    ... for elections observers to be sent to Afghanistan.

    Oh Yes They Do

    I've done OSCE election missions, and if I proposed going to Afghanistan my wife would most certainly have something to say about how dangerous it is.

  5. made over $1000 on The Struggles of Getting Into the App Store · · Score: 1

    About a day and a half's income for a decent programmer. I hope it didn't take them any longer than that to write the app (including, of course, share of setup costs and training time.)

  6. "Your browser sucks, upgrade it." on Ask Slashdot: How To Both Mirror and Protect Crowdsourced Data? · · Score: 1

    You could fix that first.

  7. Re:British local press at their best (not) on Man Finds Roman Gold Coin Hoard Worth £100,000 With Metal Detector · · Score: 1

    His job. It's a reporter's job to find out stuff. Some of them are better at their job than others.

  8. British local press at their best (not) on Man Finds Roman Gold Coin Hoard Worth £100,000 With Metal Detector · · Score: 1, Interesting

    "Are you the man who found the coins? Do you know who he is? Contact reporter David O’Neill on 01442 898451."

    Duh! - one might have expected the journo to get the name, or even an interview!

  9. Re:how about on Replacing Windows 8's Missing Start Menu · · Score: 4, Funny

    are alternating good or crap

    And Pink Floyd albums.

  10. I live at the corner of one of the busiest ... on Ask Slashdot: Hacking Urban Noise? · · Score: 1

    Er ... why, if the noise bothers you??

    When I choose somewhere to live, right at the top of my list is that it must be somewhere where nobody will have any reason to drive past unless they live in the same street.

  11. programming efficiently actually mattered on Can Anyone Become a Programmer? · · Score: 1

    I luuuurve people who thing that efficiency doesn't matter.

    I make lots of money turning their crap into something useful.

  12. This is Google's way ... on Google Kills Apps Support For Internet Explorer 8 · · Score: 1

    ... to make sure corporates thinking of moving to web applications actually decide to stick with Office.

  13. Re:But why write applications for desktop Linux .. on The Linux Desktop and ISVs/OEMs · · Score: 1

    Thought this one was worth a try :-)

    I do sometimes get things right.

  14. Re:But why write applications for desktop Linux .. on The Linux Desktop and ISVs/OEMs · · Score: 1

    (1) Well, people have certainly paid me to write software that runs on Linux, but it's always been proprietary stuff that runs on servers in turnkey systems and suchlike (in fact I'm doing one such project right now), never shrink-wrap desktop stuff for sale to end users.

    (2) Erm ... I'm afraid that my hobby is flying little aeroplanes ... and my other hobby, being an elected politician, is even more expensive.

    (3) Don't have sufficient marketing skills and expertise, in that I can make more money by writing C++ for Windows and being paid by the hour.

    (4) I really hate that business model, where you can download the source code for something for free, but the only way to find out whether it will do the job you want or not is to pay a consultant hundreds of dollars to tell you, ie to answer your pre-sales enquiries (or spend thousands of dollars worth of your own time trying it out) ... I much prefer the alternative, where the pre-sales support is free (eg there are decent specs and other documentation) but the software costs a few tens of dollars.

    (5) I realise that that does work for some people ... but it can't be that easy to get it right. I think I have never paid the extra for any such software (or service). If the free version is too crap to be useful, how can you trust that company with your money, as your only experience of them is that they produce crap software? On the other hand if the free version is wonderful there's no need to pay for the extras.

  15. But why write applications for desktop Linux ... on The Linux Desktop and ISVs/OEMs · · Score: 3, Insightful

    ... when you have children to feed and a mortgage to pay ... ... and the users expect all their software to be free?

    Better off spending one's time addressing a market where people expect to have to pay for stuff, no?

  16. Don't start as a freelancer on Ask Slashdot: How To Begin Work In IT Freelancing? · · Score: 5, Insightful

    What people are hiring in a freelancer is experience and skills and experience and ability to hit the ground running and experience. Oh, and experience.

    Do ten years in a proper job first to learn this stuff.

  17. Re:Collapse the code, not the comments on Comments On Code Comments? · · Score: 1

    Uncollapse the *code*, I meant, of course.

  18. Collapse the code, not the comments on Comments On Code Comments? · · Score: 2

    Then you can read what the code is supposed to do and understand how it is supposed to work.

    Next, you uncollapse the comments, see what the code actually does, and fix it.

  19. Exactly on Apple Rejects Drone Strike App · · Score: 5, Funny

    The problem is of course the current namby-pamby nanny-state commie liberal president you've got, who insists on signing every drone death warrant personally.

    A real red blooded conservative president, who upheld the US citizen's right to bear arms properly, would allow users of the app to kill foreigners with drones as easily as they are currently allowed to kill fellow Americans with handguns.

  20. And in other news ... on Study Shows Marijuana Use In Teens Correlates To Decreasing IQ · · Score: 1

    ... bears shit in the woods, the pope is a catholic, ect ect.

    Persuading the kids is another matter of course.

  21. Seconded on Ask Slashdot: IT Contractors, How's Your Health Insurance? · · Score: 1

    This IT contractor would have a "major medical emergency" dealt with for free.

    (OK so I am actually covered by some private insurance that goes with my wife's job and I do use it from time to time, but in the UK this mostly only covers elective stuff as the private sector isn't set up to cope with emergencies.)

  22. Algorithms on Ask Slashdot: How Many of You Actually Use Math? · · Score: 3, Insightful

    Not everybody needs to use a nondeterministic finite state machine every day, and not everybody needs to calculate the transitive closure of a sparse connectivity matrix every day, but these are (simple) examples of reasonably commonplace algorithms that you can't really understand without being able to do the maths.

    As an even simpler example, you can't really use SQL effectively without understanding the maths behind a relational database. I know this for sure, because I keep coming across SQL applications that were clearly written by people with no understanding of the maths, and I get paid lots of money to fix them up properly.

  23. The only classroom I'm likely to find ... on Ask Slashdot: Best Way To Take Notes In the Modern Classroom? · · Score: 1

    ... myself in these days is the front left hand seat of an aeroplane. Not a lot of scope for taking notes there, you just have to learn and remember. (Though it does help to have a pencil and paper, to write down clearances and suchlike.)

  24. It's a long term policy on Will Real Name Policies Improve Comments? · · Score: 5, Insightful

    Eventually people will realise that employers Google these things, and that posting nasty stuff means you can't get work.

    But this could take a generation to work through.

  25. In Cambridge ... on City Council Ordered To Stop CCTV In Taxi Cabs · · Score: 1

    ... a number of years ago the City Council offered to provide a CCTV service to the taxi trade, which was at the time somewhat concerned about the level of bad behaviour from punters, including assaults on drivers. But the trade didn't show any interest in the idea - or, at least, not in contributing to the cost! - so it was dropped.

    It never occured to us to make it compulsory, I cannot imagine a rationale for that.