Slashdot Mirror


User: yup2000

yup2000's activity in the archive.

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

Comments · 57

  1. Re:rsync causes lockups? on The State of ZFS On Linux · · Score: 3, Insightful

    I've been using ZFS on linux for years with nightly backup jobs that rely on rsync. I've never had a problem.

  2. Once a person, always a person on Should Cyborgs Have the Same Privacy Rights As Humans? · · Score: 1

    don't over think it!

  3. Re:Stop the presses! on In the US, Rich Now Work Longer Hours Than the Poor · · Score: 1

    mod parent up!

  4. OpenDNS on Ask Slashdot: Best Way To Monitor Traffic? · · Score: 1

    Forget about trying to monitor everything. It's not possible. Just set him up with OpenDNS and have it block 'unsavory' websites for him. Beyond that you're going to need to invent HAL... and we all know how that turned out.

  5. Re:A few... on Ask Slashdot: Successful Software From Academia? · · Score: 1

    rsync

  6. Where's the story? on The Dead Sea Scrolls and Information Paranoia · · Score: 1

    I don't see how these two topics are tied together. The article is full of a few facts and plenty of uninformed opinion. Parts of the scrolls have been displayed in PUBLIC in the past. I've seen them in Milwaukee WI. http://www.mpm.edu/dead-sea-scrolls/

      I also personally know scholars who have studied the scrolls. So they finally got around to putting them on the internet. Great. But the author of this article is the paranoid one - we weren't suffering from any type of information paranoia until he showed up.

  7. Boxes and Letters on USPS Losing Battle Against the E-mail Age · · Score: 1

    The digital age hasn't killed the post office. they're just too focused on what they used to do: letters. Inability to change is killing the USPS. They should be focused on what people do now: buy goods online and have it shipped in a box to their home. I almost never see the USPS listed as a shipping option. The post office needs to ask themselves why this isn't so, and then figure out how to fix it.

  8. Re:Telnet on Pakistan Bans Encryption · · Score: 1

    ...and then.... tunnel ssh through the unencrypted link! genus!

  9. Senior Seminar Project on Unsecured IP Cameras Accessible To Everyone · · Score: 1

    My senior seminar project as a CS undergrad (2005) was the creation of a motion sensing surveillance system. Part of the demonstration I did during the presentation was to show how my software could monitor cameras from around the world for motion. In many cases I had no idea where the cameras were physically located. Later as part of my Masters thesis (2010), I extended the software to include face recognition... now it can identify "John Doe" and you can have it tell you when it see's specific people in a specific scene (white lists, black lists and reports on who has been seen).

    I've always thought that combining the face recognition and motion sensing features with a library of pictures harvested from Facebook and LinkedIn would result in something very interesting from many points of view...

  10. Re:Checksums - 1 feature ZFS has that Ext4 doesn't on Running ZFS Natively On Linux Slower Than Btrfs · · Score: 1

    i only have one computer connected to that server via gigabit, and i'm 90% sure that there is a problem with the gigabit chipset on that client computer. It's an older chipset that does't properly support jumbo frames. The harddisks/zfs aren't the bottleneck.

  11. Checksums - 1 feature ZFS has that Ext4 doesn't on Running ZFS Natively On Linux Slower Than Btrfs · · Score: 4, Informative

    hmmm, well the most obvious feature that ZFS has that Ext4 does not is check summing.

    That feature is one reason why ZFS is better (it will tell you if your disk is going bad, and if you have a raid setup, it will go get the good data for you). However, this is also one reason why ZFS is slower... it spends time making sure your data is safe and that it always gives you the correct bits from your disk.

    That single feature is why I run FreeBSD (looking forward to kFreeBSD/debian!) on my file server in a mirrored raid configuration. Yes, it is "slower", but I still pull data off that server at over 50MB/sec on my home gigabit lan! The specs on that server aren't great either... 2GB ram, and an old 1.6GHZ single core sempron.

  12. Re:Permanently modified? on Windows Phone Permanently Modifies MicroSD Cards, Warns Samsung · · Score: 5, Interesting

    The S in SD means "Secure" which is an acronym for DRM ... and how that DRM exactly works is not public... Microsoft is probably using the DRM feature of the cards... where as most other companies to this point have not been that brave...

  13. Re:OSNews? Thom Holwerda? Seriously? on OpenBSD 4.8 Released · · Score: 2, Insightful

    I agree and that's why I use it for internet facing machines I don't want have to worry about!
    Just look at the 4.7 release. There were 7 patches for the kernel & userland 2 of which were categorized as security. The best someone attacking the system could do is cause a daemon to crash or possibly cause a panic. During the same 6 month time frame linux quite a few more security issues crop up including one that could be used to get root on a box. ouch.

  14. Check that fingerprint... especially at WORK on Google Offers Encrypted Web Search Option · · Score: 3, Interesting

    but be sure to write down google's ssl fingerprint... and check it every now and then yourself. You never know when your place of work decides to start intercepting https! Mine did recently until I pointed out issues with HIPAA compliance in conjunction with our limited personal use policy! They (work) installed their own certificate on everyone's computers (but they didn't do Firefox which is why i noticed)... and then they modified the proxy servers to start taking a peek before re-encrypting and sending it along :(

  15. Re:notepad.exe on How To Behave At a Software Company? · · Score: 5, Informative

    Also, read this: http://samizdat.mines.edu/howto/HowToBeAProgrammer.html

  16. notepad.exe on How To Behave At a Software Company? · · Score: 2, Informative

    Use notepad or nano and write down everything. This way you won't have to ask more than once for something.

  17. Re:Sure it does. on Ubuntu LTS Experiences X.org Memory Leak · · Score: 1

    you, sir, have just preached to the choir ;)

  18. huh? on Ubuntu LTS Experiences X.org Memory Leak · · Score: -1, Flamebait

    but... Linux doesn't have bugs!!

  19. Re:Future of Internet and firewalls on What Is the Future of Firewalls? · · Score: 1

    even inbound it's true, but in a different way. My ISP blocks port 80, but not 443 :) So I run my webserver on 443 with a self signed cert which is quite hard to spoof ;) Luckily they don't block 22... though maybe they should given how much work my DenyHosts is doing for me......

    At work, I use a tunnel to bypass the special filtering they do, 443 (cgi-proxy) and 22 (ssh) are my friends...

    In the end they haven't prevented anything, just made me go through a couple of extra hops - both at work and at home.

  20. what no one wants you to know on Government Could Forge SSL Certificates · · Score: 5, Informative

    And it took you how long to figure this out? Anyone with real security in mind would create their own certificates and sign them. What's always been missing is a convenient way to verify the identify of the person you're communicating with. CAs only help in certain situations. SSL has always been more about encrypted content than identification no matter what people try to tell you.

  21. Re:Thanks for the TRUTH on Health Care Reform · · Score: 1

    ad hominem arguments do not help the debate

  22. Re:A false choice, of course... on Health Care Reform · · Score: 1

    No they don't have a better resume, but you can switch from one bad insurance company to another. You still have that choice (some might call it a freedom).

    With the government as your provider, you're stuck if you don't like how things are working. You can't just switch to another provider. Allowing many providers and promoting competition is democracy at work. People switch to the ones that are best meeting their needs. You might have to pick between several providers that are not perfect fits for what you need, but at least you have that freedom. This is the whole idea of democracy.

  23. The Pointy Haired Boss Knows Best, People on Health Care Reform · · Score: 1

    I do software.... all software has bugs. Bills are a lot like software that is interpreted by people. I'm a little bit skeptical of something this large being thrown into production all at once with almost no testing to replace an aging program that has worked (albeit with flaws) for decades. This has all the feel of a Dilbert comic, but with a completely new level of pointy haired bossedness (Ph. B.)... we tried this once where I work on a $20millon project, and it ended up costing over $75M to fix!

  24. Re:Is it a constant? on Cisco Introduces a 322 Tbit/sec. Router · · Score: 1

    the problem is actually worse than you think... especially if the library of congress keeps on site backups in the form of hard disks.... that contain the "entire" library of congress...

  25. Re:Light cant pass thru walls on 1Gbps Optical Wireless Network Might Replace Wi-Fi · · Score: 3, Funny

    since when can't lasers pass through walls!? :) Use a BIGGER lazer!