Slashdot Mirror


User: lonegd

lonegd's activity in the archive.

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

Comments · 7

  1. Pay? Is that the main incentive?? on Hiring (Superstar) Programmers · · Score: 1

    Reading the comments, it seems pay appears top of the list as far as criteria goes. This is sad as you guys in the US and UK will never be able to compete with the up and coming markets in China and India.

    I've used freelance coders from India and Russia, who are technically as good, or better, than people here in my native UK. Why *should* I pay more for the same piece of code? For the same price, I can pay someone in the developing world top dollar, or I can listen to someone in the developed world bitch at me that I'm not paying enough.

  2. Re:Another way to browse on Browsing the Web, One Sentence at a Time · · Score: 5, Interesting

    Here's a far funkier way to browse the web.. JAVA GoogleBrowser ;)

  3. 1,000 percent? on The New Linux Speed Trick · · Score: 2, Insightful
    That seems rather high. Either something was broken/badly coded or someone's been adding a couple of zero's ;)

    Linux Devices has an article on the 2.6 network features here http://linuxdevices.com/articles/AT7885999771.html

  4. PVR Hardware on Home-Grown TiVo Stories? · · Score: 1
    As far as hardware goes, you could check out the PVR Hardware Database at http://www.goldfish.org/~mcooper/pvrhw/. It holds a rated list of peoples different hardware set-ups.

    Software wise, MythTV is by far the best solution atm, although Freevo is coming along.

  5. Watching the watchers watch you on Ask Kevin Mitnick · · Score: 1

    Whats it like to see the online 'transcripts' of your old telnet sessions on Shimomura's website?

    What sort of emotions/memories do they present to you?

    --
    Just because your paranoid - doesn't mean they are not out to get you!!

  6. Re:Very Close on How Close is the Open Entertainment Center? · · Score: 2, Informative

    1) There's a thread in the mythtv-dev mailing list regarding the creation of ISO images. So don't worry - its in the works.

    2) There are a number of different mythtv themes to choose from and remember its not a finished product...its gonna get better

    3) If you can mount it, you can use it :) The only restriction would be the bandwidth available.

  7. Secure setup for Kiosk/Public station? on Linux and Public Access Computing? · · Score: 1

    Kiosk's and public workstations will normally come in for some abuse from script kiddies etc. So for security/privacy reasons, I would consider a diskless ( floppy and CDROM ) workstation that boots from a DHCP server with a network provided OS image. This would ensure a secure baseline OS for each user. This would also reduce OS update/patch problems to a single image.

    By tailoring the OS ( through permission's ) you could ensure that users could only save to their home directory which could be stored on an NFS mount. This enables users to have their data each time they login without the worry of someone else tampering/reading it.

    Network security would also need to be addressed with the use of switches, firewalls and an IDS. Ensure the switches are intelligent enough to accept filters or firewall rules :)

    Depending on the application's available to the users, a good general rule of thumb is limit network access to the bare minimum. So filter outgoing aswell as incoming.

    Hope that all makes sense.