Slashdot Mirror


User: Uzik2

Uzik2's activity in the archive.

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

Comments · 440

  1. that would make the best bot net around! on Free Software To Save Us From Social Networks · · Score: 1

    wall-warts can be hacked too

  2. Re:Moondust-From Wikipedia on 3-D Printer Creates Buildings From Dust and Glue · · Score: 1

    Gypsum: The stuff in all the drywall in your house.

    From the MSDS:
    "Chronic exposures may result in lung disease (silicosis and/or lung cancer)"

    etc. I don't think this is a very well thought out argument.

  3. firewall on Coping With 1 Million SSH Authentication Failures? · · Score: 1

    It's trivial to put in rules to only accept ssh connections from specific IP addresses. Perhaps you might consider only accepting connections from your customer's IP's, or doing the reverse and blocking abusing IP subnets.

  4. A suggestion on Learning and Maintaining a Large Inherited Codebase? · · Score: 1

    This will kill two birds with one stone. Write unit tests for the codebase. You will learn the code and learn what it's supposed to do well while you're doing it. Further you'll be in a better position to make changes without breaking the existing functionality.

  5. I think I can now charge everyone with a crime on Appeals Court Rules On Internet Obscenity Standards · · Score: 2, Insightful

    Surely I can find a place where anything is illegal. How did these judges get into office again?

  6. I was considering switching to the new suse anyway on Google Docs Replaces OpenOffice In Ubuntu Netbook Edition · · Score: 2, Informative

    The version of Ubuntu I tried gets high marks for a great install, but low marks for usability. The cd burner doesn't work at all, the archive manager and file system explorer both have horrible bugs and very poor usability design. That they're choosing to put my documents at risk further emphasizes their poor judgment at the leadership level.

  7. I think the real story is... on Half of Google News Users Browse But Don't Click · · Score: 1

    half the times you visit you don't click, not half the visitors don't click. A lot of times the news is not interesting to me so why bother.

  8. Re:"No flight ceiling" on NASA Designs All-Electric Personal Flight Vehicle · · Score: 2, Insightful

    I don't get fear of heights at 30000ft... At 30ft it's another story.

  9. seems like a standard breach of contract lawsuit on CES Vendors Kicked Out of Hotels For Showcasing Wares in Room · · Score: 2, Interesting

    Should be easily dealt with in court.

  10. just poor management on Office Work Ethic In the IT Industry? · · Score: 1

    I've worked at companies that had both extremes. It's a sign of poor management but that's their job not yours. If you find it too offensive to put up with then leave. Just be aware the next place you work at may be the other extreme and that's MUCH worse for you

  11. Re:WTH is Sherman Alexie? on Novelist Blames Piracy On Open Source Culture · · Score: 1

    After reading his story I can't give him any credibility as a deep thinker about intellectual property. Sorry, don't mean to dump on your favorite author.

  12. Re:WTH is Sherman Alexie? on Novelist Blames Piracy On Open Source Culture · · Score: 1

    I didn't see him as a "filthy greedy novelist". His opinions are probably what's best for HIM, not what's best for EVERYONE. If he had the best of intentions for everyone his perceptions and intelligence are limited by being a finite single human. He's not well known as a thinker, and his profession gives him little credit in that regard. I have serious doubts about his opinion being worthy of more than casual consideration.

  13. Re:WTH is Sherman Alexie? on Novelist Blames Piracy On Open Source Culture · · Score: 1

    LOL! Thanks for clearing that up! :)

  14. pretty large pile of misconceptions on Myths About Code Comments · · Score: 1

    In my long career I've never heard anyone advance the first two arguments, and only one manager ever required we comment every function. This guy must have just had a difficult time finding something to blog about if this is all he can post. Can you guys posting this do some vetting? Please?

  15. WTH is Sherman Alexie? on Novelist Blames Piracy On Open Source Culture · · Score: 1

    and why do we care about his opinion? It's trivial to find an "expert" who will give you any opinion you want.

  16. Re:no on Are You Using SPF Records? · · Score: 1

    Thanks. I wasn't aware of some of the politics behind this.

  17. no on Are You Using SPF Records? · · Score: 1

    and spamhaus put me on the pbl as well. (I don't send spam)

  18. Re:Ideas on How Do I Keep My Privacy While Using Google? · · Score: 1

    >if you can't figure out how to relay through the ISPs SMTP server maybe you shouldn't be setting up mail servers.

    Why do I want the cable company, or any third party with something to gain by selling information about me, reading my mail? Is privacy something difficult for you to understand?

    Why should I be penalized because other people are abusing the system?

    If the cable company wanted to fix the problem they could do it easily. It would cost them money, and you're the one who'd benefit, so they don't bother.

    I've implemented a grey list on my own server and it works much better than what many commercial email services provide. It takes no effort to maintain, cost me nothing, and has very little cost in terms of resources. Spamhaus is careless, foolish, and in bed with people that pay them. You've either got poor judgement or are a sock puppet if you're sticking up for these guys.

  19. Re:Ideas on How Do I Keep My Privacy While Using Google? · · Score: 2, Interesting

    I run my own email server for privacy and educational reasons. Spamhaus has gotten into bed with big companies and they tell everyone to ignore all email from anyone using a cable modem. You're on the public block list not because you sent spam, but because of your IP.

  20. Re:Programming without music? on Music While Programming? · · Score: 1

    I second this. If your boss is that stupid looking for a new job is probably an excellent idea.

  21. Hey Eric! on Google CEO Says Privacy Worries Are For Wrongdoers · · Score: 1

    I want video of you having sex on the internet. I want your home phone number, social security number, and address too. After all, you have nothing to hide because you're not doing anything wrong.

  22. why waste your time on this? on Ethics of Releasing Non-Malicious Linux Malware? · · Score: 1

    There isn't something all white you could be doing instead? Priorities man! Priorities.

  23. Re:A Natural Progression Yet So Many Caveats on Dumbing Down Programming? · · Score: 1

    >if an implementation of a language incurs on average of 10% overhead, your hardware will catch up in a matter of months. If you leave out cost and the advantage of being 10% faster than your competitors this might be a fine argument.

  24. BRAIN on Best Tool For Remembering Passwords? · · Score: 1

    Mnemonic techniques work well, and will help you keep your brain active and healthy longer.

  25. Re:Poor QA on Why Computers Suck At Math · · Score: 2, Interesting

    Agreed completely!

    Why did this thing not get designed with continuous feedback on position instead of a closed loop with cumulative errors?

    Also, it's not the computer that sucks at math. It's the guy who decided a cheaper programmer was more cost effective than a good one. Turned out not to be a very wise decision.