Slashdot Mirror


User: leerpm

leerpm's activity in the archive.

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

Comments · 501

  1. Re:The logistics of building the Death Star on Star Wars Minutiae · · Score: 1

    Well I believe most of the construction in that era was performed by large robots. Timothy Zahn mentions this in his later trilogy when talking about constrution that went on at Coruscant.

  2. Re:Inflation! BAH! on Slack LCD TV Market Means Cheaper Phones And Monitors · · Score: 0

    And you've just stumbled across one of the best kept secrets about the state of our economy. While real inflation has remained relatively low since the 80's, it is still there, gradually increasing the cost of living bit-by-bit year after year. Unfortunately wages have essentially remained flat for the past 2 decades. Even though people are still making the same amount of money dollar-wise, its worth a lot less now than it was years ago.

    What is the end result? Consumer debt. People start borrowing more and more to finance their lifestyles. Sooner or later though, this will come to and end, and there will be a 'market adjustion' as government and businesses wake up and realize no one can afford to even live on minimum wage. At that point the economy is not going to continue to function unless some major steps are taken to realign the imbalance in power that exists between corporations and the middle-class.

  3. Re:Beware of old Dells :P on Energy Efficient and Cheap Servers for Home Use? · · Score: 1

    I have one of those Latitude CPx's. After a few hours of heavy use, it gets so hot on the bottom you can burn if you touch the wrong spot.

  4. Re:let me help you understand on A Working, Quantum-Encrypted Intranet · · Score: 1

    No, I'm afraid you don't understand. HTML page mangling (at least the kind referred to by the article summary) doesn't happen by man-in-middle attacks. You don't fix exploits by using encryption.

    Securing the transmissions does not nothing to protect against exploits. You have to actually patch the faulty code on the server to protect against them. It only makes hacking slightly harder as the attacker has to send their malicious HTTP request thru HTTPS/SSL, rather than plain HTTP. It does not make it any harder to hack other than the attacker has to write an HTTPS harness.

  5. Encryption != Security on A Working, Quantum-Encrypted Intranet · · Score: 4, Insightful

    If the technology is working and 100% secure, how long until it makes its way at least into government websites? This might be the end of the hacked by Chinese index pages!"

    Just because the network and all of the transmissions are encrypted, doesn't mean the server is secure. Having IIS running HTTPS exclusively doesn't mean you don't have to patch it.

  6. Re:The thing about corporations... on Companies, Government and Community Fiber Rollouts · · Score: 1

    Except that philosophy doesn't work in a monopoly situation. And in a lot of communities now, there exists a monopoly or duopoly preventing real competition from happening.

  7. Re:Be interesting to see if they actually acquire on Federal Judge Rules Oracle can Bid for PeopleSoft · · Score: 1

    JD Edwards is/was an ERP software vendor. You are thinking of JP Morgan.

  8. Re:We are all doomed on Robot Walks on Water · · Score: 1

    That would require the robots to be able to self-reproduce.. now THAT would be quite a feat of engineering!

  9. Re:IPv6 will never happen on An Introduction to IPv6 · · Score: 1

    It will take an act of god, government, or microsoft to force all ISPs, all web sites, and all Joe Users over to IPv6.

    You mean like the DoD mandating that all its networks be moved over to IPv6 by 2008?

  10. Re:Home on An Introduction to IPv6 · · Score: 3, Informative

    No, ::1 is the home/localhost/loopback address. ::0 is when you have no assigned IP address, logically equivalent to 0.0.0.0 in IPv4.

  11. Re:Blue - or Red? on Slashdot Goes Political: Announcing politics.slashdot.org · · Score: 1

    Ahh, nothing like braindead moderators who don't realize Canada actually IS a socialist country.

    ps. This is coming from a Canadian.

  12. Re:Blue - or Red? on Slashdot Goes Political: Announcing politics.slashdot.org · · Score: 0, Troll

    Is there a socialist flag?

    Yes. It's red and white, with a maple leaf in the middle.

  13. Re:We need to fix this on the pay side on CAN-SPAM Is A Bust · · Score: 1

    I don't think most these spammers are actually processing the cards. They are simply harvesting the credit card numbers and selling them to someone else, who then goes and makes fraudalent purchases with the number.

  14. Re:How is it implemened? on IPv6 is Here · · Score: 1

    How about a .six TLD, and make it mandatory for hosts to have native Ipv6 connectivity. And then purposely screw up the spelling, so that it's named .sex!

    If you ever wanted to see the modern day version of a gold rush, you would have a pretty good chance with the launch of a .sex TLD.

  15. Re:Slightly OT: Reserved IP adresses in IPv6 on IPv6 is Here · · Score: 1

    There is an address range prefix reserved for private use. I don't have the information in front of me, but I believe the prefix used is fe80:.

    But the whole point of IPv6 is that you don't need to use private addresses. You can use real ones so that all your devices are accessible from anywhere (and use firewalls to block those that you want to limit access to).

  16. Re:the protection of NAT on IPv6 is Here · · Score: 1

    You could achieve the same level of protection with a box that did ipv6 routing, and had a built-in firewall to block incoming connections (or at least just those connections with destination port 1024).

  17. Re:Microsoft agrees with you on IPv6 is Here · · Score: 1

    Yeah, it would be nice though if they took the incentive to introduce this in their own products first. They do make consumer level routers / home gateways themselves..

  18. Re:And get paid 40% less? No thanks. on Why Offshore When Canada's Next Door? · · Score: 1

    Just not the #1 place to live for retail mall store operators.

  19. Re:Well, they're on track... on PlayStation 3 To Debut at E3 2005 · · Score: 1

    You could spend all the money you want developing a revolutionary console, and it can come with a zillion features. But if you have no good games for your console, no one is going to buy into it. As you increase the complexity of your console, you also make it harder and more expensive to develop games for your console.

    Now, if somebody could come up with a revolutionary console AND a new way for developing to the console that is significantly easier than other platforms, you would have a winner.

  20. Re:IE to block popups. on Microsoft Responds to IE Criticism · · Score: 3, Insightful

    But there is a major difference. CSS layers die when you close the window with the originating webpage. You have to close popups individually(putting aside those users that know how to kill the process), and thats why everyone hates them so much.

  21. Re:Umm.... that will be $250,000 in modifications on Auto Manufacturers Running Out Of Unique IDs · · Score: 1

    I know you are joking, but I would like to to point out the VIN is probably a primary key in many databases. And you don't just go changing the length of your primary key that easily, because all the other tables that reference it, have to update their foreign key columns. Then all your indexes have to be updated, plus any db tier procedural code that declares the length of the field.

    And that's just the database. Then you have to go and modify all the application layer code to handle the longer field length. I pity those developers who hardcoded the VIN field as char[17]. Then you have to update your UI code to make sure the screen output and fields can handle input that long.

    That's just the software side. Then you have to worry about all that hardware used for printing/stamping out the VINs.

  22. Re:No, silly on Auto Manufacturers Running Out Of Unique IDs · · Score: 1

    No ::0 means no address, and ::1 is the local loopbac, so you can't start with either of those. You'd have to start with 0000:0000:0000:0000:0000:0000:0000:0002 :)

  23. Re:he's a good lobbyist on MPAA Names Dan Glickman To Replace Jack Valenti · · Score: 1

    He was a lobbyist for Walt Disney. How much more connected to the industry does one have to be? It's not like Steve Jobs is going to get the job.

  24. Re:IP and phone numbers on Court Says Customers May Take IPs Away From ISP · · Score: 1

    It is scary when we have to rely on the lobbying power of large corporations to 'overturn' stupid decisions by the courts.

  25. Re:The human factor on Blame Bad Security on Sloppy Programming · · Score: 1

    No users have not been demanding it for a long time. Up until a year or two ago, a lot of organizations did not even bother patching their computers frequently. It has only come in the last year or so that people have started to take this serious. Of course people have wanted some sort of security all along, but they were not willing to pay extra for it, and the almighty buck is what rules the day everytime.

    Since you seem so fixated on using Microsoft as an example for this, I'd like to point out there has been a change too. Windows 2003 is not having the same amount of serious flaws found as its earlier counterpart, Windows 2000. Future releases from Microsoft are going to have even more code written in managed code. This is a good for security because it means no more buffer overflows.

    Microsoft listens to their customers, but not all of their customers want the same thing or have the same priorities. They cannot please all of them, so they have to make a choice.