Slashdot Mirror


User: aurelianito

aurelianito's activity in the archive.

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

Comments · 59

  1. Re:Misleading on Simon Phipps on the Process of Opening Java · · Score: 1

    As far as I know, both Bea's and IBM's implementation of the SDK are based on the Sun one. I really don't think that they can open source it without Sun approval.

  2. Unit test the bugs you need to fix on Writing Unit Tests for Existing Code? · · Score: 2, Insightful

    Before you actually fix it.

  3. Re:What about wx? on Miguel de Icaza Talks About Mono · · Score: 1

    I think that they are missing a good IDE (where is the eclipse equivalent for python?)

  4. Second post on ORM Goes Open Source · · Score: -1, Offtopic

    This is slashdot history! Claiming a second post!

  5. Koffice on Koffice 1.3 Released · · Score: 1

    I've read "Koffice" and interpretated "coffee". I think I should get some sleep!

  6. It's pathetic on Constructing a New College IT Curriculum? · · Score: 3, Insightful

    The things that one should learn at college should be more permanent. Learning a technology or other is irrelevant. And technology changes (a lot). Today is Windows and Linux, but in ten years, who knows?. Formal education should go to the basics. If you learn about networking, you should learn the difference between state-full and state-less protocols, and the two army dilemma. If you are learning about programming, you should learn about paradigms (several of them, imperative, functional, objects, etc) and, maybe, concurrency issues and stuff. If you are learning databases, the best thing is the relational model. Focusing on tools instead of concepts it's bread for today and hunger for tomorrow. Hope it helps, Aureliano

  7. Damn transformers on What is the Worst Tech Mistake You Ever Made? · · Score: 1

    At work, I was working with a fiscal printer. It worked with 110V, and here the electricity is 220V. The transformer worked both ways, being able to choose the voltage change with a switch. So I setted up the switch on the wrong position. Long story short. I've plugged the 110V printer at 440V. So I've broken the printer power almost instantly. I still remember the delicate smell of the power source burning up.

  8. Re:Let me get this straight... on Wearing a Tie May Cause Blindness! · · Score: 1

    Please post an URL refering to the pizza stuff. Thank you.

  9. What about TCP/IP? on Intrusion Tolerance - Security's Next Big Thing? · · Score: 1

    Military is looking for options like this a long time ago. That's why they funded the research of packet switched networks (like TCP/IP) when all the known networks first established a path an then routed all the communitacions throw this path (circuit switching networks, like telephone networks). The whole idea behind military funding TCP/IP is to be able to shut-down compromised nodes without taking down the entire network. Id est keeping the system running even when the system is partially compromised. Aureliano.