Slashdot Mirror


User: Mendy

Mendy's activity in the archive.

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

Comments · 116

  1. Re:A nice idea... on China May Build an Undersea Train To America · · Score: 1

    CrossRail also seems to be going okay.

  2. Re:wait a minute on Physician Operates On Server, Costs His Hospital $4.8 Million · · Score: 3, Informative

    This describes it in a little more detail.

    My guess is that he turned off a webapp which then caused the HTTP server to provide open directory access. This doesn't explain why he was doing it though or indeed why he was able to.

  3. Re:Small IR cameras are expensive on Criminals Using Drones To Find Cannabis Farms and Steal Crops · · Score: 1

    Something like this?

  4. Rhod Gilbert on Smart Toothbrush Aims For Better Brushing Habits · · Score: 1

    This reminded me of this.

  5. John Titor... on Searching the Internet For Evidence of Time Travelers · · Score: 5, Funny

    ...would have been found but there isn't a Twitter client for an IBM 5100.

  6. Re:***FEAR*** as a very powerful tool on Where Does America's Fear Come From? · · Score: 1

    A true analogy : Fish farmers who ship live fishes in flexitanks used to be troubled by the large number of fish turned belly up during the transit, and finally someone found a simple way to solve the problem --- they put a live crab inside the same flexitank with the fish.

    Because of that one live crab, the fishes were pre-occupied with fear throughout the journey, and as a result, up to 95% of the fishes arrived at the destination still alive.

    *or* the crab had eaten all the dead ones.

  7. GForge on Ask Slashdot: Where to Host Many Small, Related Projects? · · Score: 1

    If you could get somewhere to host it GForge would seem to fit what I think you're asking. It'd be similar to in effect to running your own "sourceforge" and then hosting each application on that.

    Sadly the free/open source version seems to be defunct now from what I can see but the company who do the commercial version seem to offer free licences for non-profits so it might still be an option.

  8. Re:Why not? on Some UK Councils Barred From Using Gov't Vehicle Database · · Score: 5, Informative

    Not sure why any local government should have access to the vehicle database anyway. All taxation, etc, is done by national government.

    The council I used to work for had access to identify the owners of abandoned cars. We didn't have access to identify fly-tippers or people who might be disposing of trade waste at household sites which I understood would have made that job easier or indeed possible so some of the violations could have been through this kind of temptation or ignorance about the limitations.

    Technically it was quite a secure system - access was done from a private, locked room via a dedicated ISDN line whose number was registered with them and then several levels of authentication by users who had had to sign an agreement. They were very strict about the paperwork being up to date so I can believe the comments in the article about some having lost their access temporarily due to not getting the renewal forms back in time.

  9. External Hosting on Ask Slashdot: Explaining Version Control To Non-Technical People? · · Score: 1

    It would be worth thinking about how secure you need your code to be before you entrust it to a 3rd party. The services should be secure but it is an additional risk.

    What I have in mind here is not so much the actual code but hard coded passwords or even data that might have found its way in amongst the code.

    If it hasn't been mentioned elsewhere you can use SVN without a server but with a repository created on a shared file share which might be an option and at least if all the data is staying on the same share you can't be making things less secure than they are now.

  10. Re:How Much Would What Cost? on Ask Slashdot: Explaining Version Control To Non-Technical People? · · Score: 1

    A SharePoint versioned document library handles this quite well for Word documents and can also be used as a basic version control system for other things if you can't install additional software.

  11. Kaspersky Pricing on Ask Slashdot: Actual Best-in-Show For Free Anti Virus? · · Score: 1

    Kaspersky are surprisingly uncompetitive when it comes to selling their own products, including via in-application upgrade 'offers'.

    If you're otherwise happy with the product have a look on Amazon instead. I do this and pay less than £20 for a 3-user licence each year.

  12. Mitchell and Webb on The UK's New Minister For Magic · · Score: 1

    Hopefully this isn't the future of the NHS...

  13. File Groupings on Ask Slashdot: How Do I De-Dupe a System With 4.2 Million Files? · · Score: 1

    The problem with a lot of file duplication tools is that they only consider files individually and not their location or the type of file. Often we have a lot of rules about what we'd like to keep and delete - such as keeping an mp3 in an album folder but deleting the one from the 'random mp3s' folder, or always keeping duplicate DLL files to avoid breaking backups of certain programs.

    With a large and varied enough collection of files it would take more time to automate that than you would want to spend. There are a couple of options though:

    You could get some software to replace duplicate files with hard links. This will save you space but not make things any neater - DupeMerge looks like it would do it on NTFS but I haven't tried it myself.

    Another alternative would be to move your data to a file system that has built in de-duplication such as ZFS and let that handle everything.

    Finally when I was looking at this myself what I found was that the problem was not individual duplicate files but that certain trees of files occurred identically in multiple places (adhoc backups of systems were a big culprit here). What you could do with but which I couldn't find and didn't get round to finishing writing was something that would CRC not individual files but entire trees of files/folders and report back the matches. If something does already exist to do that I'd be quite interested myself.

  14. Silicon Roundabout on Can the UK Create Something To Rival Silicon Valley? · · Score: 1

    I'm with El Reg on this one...

    Silicon Roundabout

  15. Re:...why would they want to upgrade your phone? on Google Trying New Strategy to Fix Fragmentation · · Score: 1

    I'd suggest it's more likely that it's because Apple has an interest in the continued and increased use of a device (through itunes, the app store, search revenues etc.) so the updates make sense.

  16. Re:These things were too successful. on Researchers Find Slew of Flaws In SCADA Hardware, Software · · Score: 1

    And to give you a reason why I think they should plan for it: Windows XP SP1 is what they not only use on their own systems but also set as a requirement for developers to use with their SDK's (together with some custom packages and Visual Studio 6).

    From my experience this is because the changes to DCOM security in SP2 break how they've written their applications. You can get it to work by fiddling in dcomcnfg yourself but this didn't seem to be something the Siemens guys had tried.

  17. Re:Peanuts on Stephen Hawking Looking For Personal Techie · · Score: 5, Funny

    It's only temporary until you learn to make it say to give you a pay increase...

  18. British Prior Art? on IBM Tracks Pork Chops From Pig To Plate · · Score: 1

    This sounds very similar to the cattle passport system that was setup in the UK after the BSE outbreak, if taken a stage further. http://en.wikipedia.org/wiki/British_Cattle_Movement_Service/

  19. Joel on Software on Ask Slashdot: How To Get Non-Developers To Send Meaningful Bug Reports? · · Score: 1

    Joel has a interesting article on this.

  20. Re:Don't do it... on Ask Slashdot: Moving From *nix To Windows Automation? · · Score: 1

    PowerShell is nice but it's a single purpose tool. Arguably this is a good thing but as you can do the same things with Python (including working with WMI etc.) I prefer to use that instead.

  21. Re:Good on New Red Dwarf Series Threatened By the Twitter Era · · Score: 2

    I seriously don't understand what you mean by 'doesn't work any more'.

    Since Rob Grant ceased to be involved with the writing (after series 6) the quality of the episodes has been generally poor. As it's now been over 10 years since the series was on (Dave specials excluded) they would likely have to assume viewers weren't familiar with the characters and do a lot of work setting up their personas which might bore fans of the existing episodes. The writers may also struggle to come up with anything new to write about after 8 series as they can't cover "relationship humour" without adding a woman and breaking the "blokes in spaaaaaaaace" thing.

    I also think they'd need a new Cat, unfortunately Danny John-Jules is getting a bit too old now to be convincing in the "Cool" role.

  22. Re:Israeli Airport Security folks are professional on Bruce Schneier vs. the TSA · · Score: 1

    I would rather be grilled a Inspector Columbo at a security check, than scanned by a machine operated by some doofus.

    I feel the opposite, I don't think flying justifies people being interrogated. It might also not be that effective, there are many reasons for taking a trip that people would be reluctant to discuss with a stranger and it would be hard to distinguish between these secrets and those which did relate to airline security.

  23. Re:Deforest the roadways... on Gold Nanoparticles Turn Trees Into Streetlights · · Score: 1

    Another likely problem would be damage to the roads caused by the root systems of all these trees planted nearby.

  24. Re:WARNING! WARNING! DAILY TELEGRAPH! on UK To Track All Browsing, Email, and Phone Calls · · Score: 1

    I think you may be confusing The Telegraph with the Daily Mail :)

    Anyway, the story has also been covered on The Register

  25. Re:Trojan time? on Thief Returns Stolen Laptop Contents On USB Stick · · Score: 1

    Or the work could have been altered in some way, whether changing scientific data or inserting expletives into the middle of a thesis.