Slashdot Mirror


User: cerberusti

cerberusti's activity in the archive.

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

Comments · 326

  1. Then join on ICANN Recommends ISOC Run .org TLD · · Score: 2, Interesting

    Just so you know anyone can join ISOC. If you are concerned, join ISOC.

    An ISOC Member

  2. ISOC is also made up of individuals on ICANN Recommends ISOC Run .org TLD · · Score: 2, Interesting

    I am a member of ISOC. As long as I have been a memeber, ISOC has never done anything shady. I think them getting control of .org is a VERY GOOD THING. Become informed before you bash them, I challenge anyone to come up with anything ISOC has done that harmed the internet community.

  3. Re:theme party on RIAA Sues Backbone ISPs to Censor Website · · Score: 1

    I was thinking Belize actually. Looks like a nice place and, the laws look somewhat relxed. Anybody interested in helping to organize a mass exodus of techies to a small (and hopefully very supportive) country? Belize is at the top of my list so far (after a couple of years of research) but, any suggestions of possible countries are welcome.

  4. Re:Nasty thing to do to buffer cache on New Two-Headed Hard Drive Intended To Secure Web Sites · · Score: 1

    I believe he is referring to the cache in RAM on the machine, not the cache memory on the drive. Many operating systems use unused RAM to cache what has been read off of the drive. This would pose a problem.

  5. Re:I actually like MTV's idea... on Pop-up Ads Coming to A TV Near You · · Score: 1

    yes, but once every year or so, they take a break from that commercial. Usually it is a fairly short one though...

  6. Re:Best line on Review: Men In Black II · · Score: 1

    I thought the best line was: "Hey its a neuraliz.. "

  7. Re:Article Revealing on Data Mining, Cocaine and Secrecy · · Score: 1

    You obviously don't know anybody who uses excessively. After about 6 months of 25+ pills a week, the long term effects rear their ugly heads (my favorite is the paranoia, oh the paranoia.) If you don't do it so often, and most don't do it nearly often enough for the bad ones, you will notice almost no effects at all. And it is generally cheaper than a night of drinking. But, look at the long term effects of alchohol, when consumed in extreme quantity, and it does not look so bad.

  8. Re:Legalize It !@#$ on Data Mining, Cocaine and Secrecy · · Score: 1

    > okay so education will stop someone from OD'ing?

    No, but that is not the governments problem. It is the person who took its. If you want to be sure about not overdosing, don't take drugs, see, problem solved. And the only people who die are the ones who choose to take that risk (which, I believe, is a choice a person should be allowed to make.)

  9. Re:Bill Gates' reply on The True Story of Website Results · · Score: 1

    I drive 40MPH over (and I do believe in statistics), but that is what insurance is for ( =

  10. Re:This wasn't a bug so much as a missing feature on Pet Bugs? · · Score: 1

    Try exporting the entry point. Sadly, I have do this far too often (I use BCB4).

  11. Re:Organized Crime? on Web Thinkers Warn of Culture Clash · · Score: 1

    Do not meddle in the affairs of sysadmins, for they are subtle and quick to anger.

  12. Re:What needs to happen... on ICANN Updates · · Score: 1

    Yes, it is better than tug of war between corporations and other corporations. ICANN is becoming a commercial entity. That is NOT good, another system needs to be put in place. It is very unethical of a standards body to do this, and I think they fall into the same general category. I think these people should be volenteers. Many standards bodies charge to be part of them, and people still participate, I do not think finding people to do this would be a problem. I do not think they should take a salary. I think finding places to host the root servers would be no problem at all, although I think a university (come on MIT, we all know you have the money, Stanford, what about you?) would be best. I think the naming rules should be changed to first one to register it owns it, and can do whatever they want with it, unless they let registration lapse (current TLDs reserved and controlled by the root, keep them under the same rules. I think any tld should be allowed, let it be part of the registerable domain names, allow, up to 10 per person (or corporate entity), and keep the rules that simple... it will sort itself out. this will allow a solution to the technical problem without letting it become a political one. New versions can even be voted in, (with backward compatability being a big thing.) hint rfc process hint. Make these the rules, and go from there. I think that would fix most of their problems.

  13. Re:What kind of crack are they on on Hong Kong Gets Smart ID Cards · · Score: 2, Informative

    As of right now, card readers (all of them can also write) are not that expensive, the security comes in the form of encrypted data on the card. It would be about as difficult as decrypting an SSL session to get the data from the card.

  14. Re:No first use on U.S. Works Up Plans for Using Nuclear Arms · · Score: 1

    The best way of life yet realized? Do you speak for everyone on this planet? You certainly do not speak for me. You say the US is about freedom and security. Freedom and security are conflicting goals, you cannot have both. Security necessarily takes away freedom. A balance can be achieved by governing only interactions between people, some freedom is lost, some security is gained, but only the minimum needed to ensure individuals do not interact in a way that is detrimental to one of them without consent. That should be the purpose of government, to find the correct balance. The purpose of the US seems to be to force the way of life of the majority on the minority. The strong oppress the weak. This is the way of life, it is the accepted way, but do not try to suggest it is something else. The US is not about freedom, it is not about security, it is not about balance, it is about the majority oppressing the minority. This is the nature of a democracy (and a replublic). It is an ideal form of government only for those of the majority. Think of how many crimes have no victim other than the one who commits them (drug laws come to mind). These acts harm nobody but the one who does them, yet, they are crimes. I call this an unneccesary loss of freedom, as they serve no purpose other than to force the ideals of the majority on the minority. You, sir, seem to be in the majority, try looking at things from another perspective.

  15. The first thing to be done... on Spam Slows AT&T Email · · Score: 1

    is to extend SMTP to include the ability to require a username/password to send mail. I realize this would not solve all problems but, it is a better solution than the current kludge most people use (requiring a POP3 login first). It will take a while to become supported, but then again, it is a good first step.

  16. nearly useless on Can OO Programming Solve Engineering Problems? · · Score: 1

    The point of OOP is to protect you from yourself. There is nothing you can do with OOP that cannot be accomplised in structural or procedural languages. For instance a class in C++ really gives you nothing more than a structure and functions designed to operate on that structure in C. The difference being that the programmer must use the member functions to manipulate the data (unless they are public of course). This is more of a hinderence than a help on complex problems, as there are times that you will need to make many small manipulations to the data but, they do not need to be reused (making them worthless as a function, unless you think it makes the code clearer in some way.) Stick with C for complex problems. Use C++ when the staff is inexperienced (or not very good), or when your problem will fit very nicely into an OO framework (which does not happen often with complex problems.)

  17. it's actually very easy on Spam-Free Email-How Much Would that Be Worth to You? · · Score: 1

    NEVER give out your "real" e-mail address. Use a free one for sites on which you must supply one, and only check that when you have to reply to a confirmation. In addition, if someone randomly guesses your e-mail address (which does happen occasionally), manually send a rejection. They will think that the address is invalid and, you will not be added to their list. It is also a good idea either to turn off HTML or to set your mail client not to process images unless told to(this keeps the shady people who use an image to see if you got the e-mail.) I hope this helps (and by the way, the address above is not my real address). I also immediately send a copy of the spam and a note to the origination ISP and server administrator (not using my normal address). It really works well, I have only gotten 3 pieces of spam in the last 2 years (and I receive upwards of 20 e-mails a day.)

  18. Re:That really does depend... on Quirky Engineers Gone the Way of the Dinosaur? · · Score: 1

    A guru who admits to knowing VB... not likely.

  19. Re:In a word... yes... on Quirky Engineers Gone the Way of the Dinosaur? · · Score: 1

    I spent several years working on a mainframe(IBM S/390). I have long hair, do not wear a tie, and once did not show up at work for half a year, because the time they were open happened to clash with my current sleeping schedule. They had no problem with this as long as eveything got done on time. I could work for 160 hours in a row and take the rest of the month off if I wanted to (and did this occasionally). Not everyone who works on a mainframe works from 9 - 5.

  20. Re:Weird co-workers on Quirky Engineers Gone the Way of the Dinosaur? · · Score: 1

    You can't write a program of more than a couple hundred lines that compiles the first time?

    I think my best is around 6000 (in C).

    Guru status comes when you can write a couple tens of thousands without any errors.

  21. Re:um, yeah, whatever on Make Your Own DSL · · Score: 1

    I can't speak for canada but, the normal pricing in the US is approx 1,500 for a T1 (with internet access) or 30,000 for a T3. These prices are monthly.

  22. Re:um, yeah, whatever on Make Your Own DSL · · Score: 1

    At fifty miles, not a chance in hell. The absolute best (and this is really pushing it, with much lowered transmission rates) is about five miles.

  23. Re:People need to be educated about this on CD Copy "Protection" in California · · Score: 1

    I believe it is the RED book standard, not orange.

  24. Re:Nice Elitism on Java as a CS Introductory Language? · · Score: 1

    my first language WAS assembly, even worse x86 assembly.

  25. Re:Do not teach ASM. Ever. on Java as a CS Introductory Language? · · Score: 1

    yes, I refuse to use recursive functions unless I know ahead of time how many times it will recurse. otherwise you are limiting how much data the program can process. On a side note, a non-recursive solutions is NEVER much more work than a recursive one. and for those who try to use the towers of hanoi problem, I solved it in less lines of code with non-recursive than the example for recursive.