Slashdot Mirror


User: Nea+Ciupala

Nea+Ciupala's activity in the archive.

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

Comments · 17

  1. Re:Isn't it about time... on Appeals Circuit Ruling: ISPs Can Read E-Mail · · Score: 1

    Well, if encrypted email was the norm, yes, they would have to do it, the same way companies today send you letters in sealed envelopes and not postcards...

  2. Re:Isn't it about time... on Appeals Circuit Ruling: ISPs Can Read E-Mail · · Score: 1

    I'm in the exact same situation, but I'd say this ruling is one such serious privacy violation that could start people thinking seriously about encryption...

  3. Re:Because email encryption has FAILED on Appeals Circuit Ruling: ISPs Can Read E-Mail · · Score: 1

    Well, we now have one strong reason I'd say.

  4. Re:Isn't it about time... on Appeals Circuit Ruling: ISPs Can Read E-Mail · · Score: 1

    There reasons for using email and IM are different, and there's no need to sacrifice one or the other. And strong crypto can be applied to IM too in order to solve the sniffing problem, it's as simple as that...

  5. Isn't it about time... on Appeals Circuit Ruling: ISPs Can Read E-Mail · · Score: 5, Insightful

    ... to start using strong crypto for our email? The technology has been available for free for years now, so what's stoping us? Why this inertia?

  6. Re:Government favoratism by courts. on Northwest Privacy Lawsuit Dismissed · · Score: 1
    So If I sign up to some form of service and don't read the contract that means later on down the line when I find that my motives have changed I can ignore the contract. Excellent goodbye loans
    You don't seem to understand how it works. It's them who can ignore it claiming you didn't read it. You cannot ignore it wether you read it or not.
  7. That's why on Is the Linux Desktop Getting Heavier and Slower? · · Score: 3, Insightful

    I like using GNUstep/Window Maker on my *nix boxes. It looks great and it's a lean, mean window moving machine.

  8. I wonder on Porn Beats Search Engines in Internet Traffic · · Score: 5, Interesting

    How did they gather their data.

  9. Wouldn't it be better... on Magazine Eyeballs Its Subscribers · · Score: 3, Funny

    If they sent it directly to your gmail account?

  10. Re:Here's a more direct analogy that might help on Computerized Time Clocks Susceptible to 'Manager Attack' · · Score: 2, Insightful

    I'm not sure why you insist to relate this with copyright. This has nothing to do with copyright law. I've been reading /. for some time, and I never saw any post suggesting that altering bank records should be legal. You seem to confuse things.

  11. Here's a more direct analogy that might help on Computerized Time Clocks Susceptible to 'Manager Attack' · · Score: 3, Insightful

    Say I have a credit card. In the creditor's computer there is a record of my use of the card that shows what I owe them. This does not involve physical property either, it's just a record. If I were to hack into that bank's computer and "erase" some of the records, I would be tried as a criminal. Now the time records involved are just the same things, records of what the employee is owed. How is "erasing" the employee's time different than "erasing" charges on one's credit card?

  12. How come this is not considered theft? on Computerized Time Clocks Susceptible to 'Manager Attack' · · Score: 5, Insightful

    ... and punished by jail time for those who do it? How is stealing an employee's time any different than walking from Walmart with an item in you pocket?

  13. Who could have thought of that? on Kodak Sues Sony Over Digital Camera Patents · · Score: 5, Funny

    Using image compression in a digital camera... I think that idea must be worth... (apply pinky to lip) ONE MILLION DOLLARS!

  14. Re:Just another way.... on Remotely Counting Machines Behind A NAT Box · · Score: 1

    While I agree with you about the ISPs reasons for putting a "no home network" clause into their contract, my claim was not about ISPs reasoning. I was rather suggesting that as it stands, that clause does cannot apply to NAT setups. Now about IIS, getting rooted, etc, I'm sure it does not happen more often to NATers than to one-machine-does-it-allers as you seem to imply.

  15. Re:Just another way.... on Remotely Counting Machines Behind A NAT Box · · Score: 2

    I could never understand how could ISPs enforce a 'no home network' rule. Technically in a NAT setup there is only one computer (the NAT box) connected to the provider. Packets never travel directly from any other computer to the ISP. Now the fact that the NAT box may be "delegated" some traffic from another machine in the home network is none of the ISPs concern, i.e. they should have no control of what I do to my bits once they reach the only machine connected to them, whether I save those bits, send them to /dev/null or change headers and send them to another box.

  16. Stupid ISP rule on Remotely Counting Machines Behind A NAT Box · · Score: 1

    I never understood how could ISPs enforce a 'no home network' rule. Technically in a NAT setup there is only one computer (the NAT box) connected to the provider. Packets never travel directly from any other computer to the ISP. Now the fact that the NAT box may be "delegated" some traffic from another machine in the home network is none of the ISPs concern, i.e. they should have no control of what I do to my bits once they reach the only machine connected to them, whether I save those bits, send them to /dev/null or change headers and send them to another box.

  17. Re:We can at best hope a tie.. on Kramnik Ties Fritz; Machines Not Yet Our Masters · · Score: 1
    I keep hearing about how go is much more difficult for a computer to play than is chess. The number of possible moves in go has nothing to do with its difficulty. Computer scientists have been trying to teach computers to play chess for at least half a century and it is only now that computers have become powerful enough and for the theory to advance enough that computers can hold the world chess champion to a tie. Go has not been analyzed and picked apart enough for us to say that it us much more difficult than chess.
    Not so. The "theory" has not advanced signifiantly for chess-playing software in the last 30 years or so, it's still the brute-force approach most programs use. It's only faster hardware that made all this possible. For Go, a brute force approach simply does not work. Not only is the branching factor a lot larger, and this *is* important, but more importantly you cannot write a position evaluation function as easy as for chess.