Slashdot Mirror


User: ZeroConcept

ZeroConcept's activity in the archive.

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

Comments · 177

  1. Re:Discovery vs Invention on Fair IP Laws? · · Score: 1

    One to add:

    On Patents:
    4) No patents for any form of life capable of reproducing. That should stop companies like Monsanto from suing farmers when their patented genes contaminate a farmer's crop.

  2. Re:spying? on Sonicblue Wins Stay of Spying Order · · Score: 1

    I agree, is like ordering the defendant to gather evidence for the prosecution.

  3. Re:Java features on Interview With James Gosling · · Score: 3, Informative

    1) Integer and String classes are inmutable, their value cannot be changed.

    2) I Agree with this, but some people argue that you should use the return value or create your own mutable wrapper of int.

    3) Try using Inner classes. I like the idea of the filename matching the classname as it makes it easier to browse trough code and reduces source control conflicts.

  4. Hmm... on Alternatives to the CBDTPA? · · Score: 1

    Lets say that the music industry wants to create a safe way of distribute content...they can start selling or giving away this encryption/decription cards that a users have to plug into a computer in order to be able to listen to safe content sold by the music industry.

    The problem with this? No one would buy the damn cards and they won't sell anything.

    Their alternative?...make not having one of those cards illegal. That's how I see it.

  5. Re:Just a thought. on Fighting Back Against EULAs · · Score: 1

    Yep...a friend of mine returned Asheron's Call after finding out that the registration process wasn't working. When the store (Compu USA) informed him about their returns policy, he handed them the EULA that comes with the game...he got his money back ;)

  6. Re:You are misinformed on Trouble Ahead for Java · · Score: 1

    >They could have been fixed them. Like
    >getting rid of terminal windows on
    >spawned program.

    Call javaw.exe instead of java.exe

  7. .2 cents on Tips on Managing Concurrent Development? · · Score: 2, Insightful

    My experiences on a 80ppl project:

    1) Minimize dependencies through refactoring.
    2) Try to avoid branching as much as possible.
    3) If branch, minimize the lifetime of it.
    4) Before merging back a branch into the main, merge the main to your branch, recompile, test and then merge back.

    Just some thougths...

  8. Re:Multiple Inheritance on What Makes a Powerful Programming Language? · · Score: 1

    I agree with you. One book I read (Don't remember which one though and feel free to correct me If I missed any of the terms), divides complexity into two types:

    1) Inherent, that is the complexity of the problem that needs to be solved.
    2) Added, that is the complexity that compiler, language, IDE, OS, etc. Adds to the programming task that has no direct relation with the problem that we are trying to solve.

    The trend since people started to solve problems with computers has been to reduce "Added" complexity so that programmers can spend more time dealig with Inherent complexity.

    I think of languages as Java and C# as a step in that direction, that doesn't mean C++ is no longer useful, it just means that new tools will replace it in areas where the fine level of control it provides are not required.

    Great engineers have an arsenal of tools at their disposal and choose the best fit to solve the task at hand. Lousy ones only have a hammer and see everything as a nail.

    Cheers,

  9. Multiple Inheritance on What Makes a Powerful Programming Language? · · Score: 1

    "advanced object oriented design including multiple inheritance"

    In my opinion, the complexity it adds outweights the benefits it provides. I like the Java and C# approach of allowing inheriting from one class while allowing multiple interfaces.

  10. Re:You have to look at it from both sides. on Mythic Sued Over Blocking Auctions of Game Tokens · · Score: 2, Informative

    This is not a troll, if you don't agree with my opinion, that doesn't make it "troll", "flamebait" or "offtopic", I metamod accordingly.

    I have played both EQ and DaOC.

    In DaOC:
    Items decay with use to the point where they are no longer useful.

    In EQ:
    Items don't wear out, that means rare items cannot remain rare for long.

    In DaOC:
    - You get bonuses by using items closer to your level and penalties for using items too high for you. If you use an item that is too high for your level it decays very fast.

    In EQ:
    - You can wear mostly anything regardless of level. Twinks love and exploit this, rare items become common as players farm them and the items end up in the hands of players that otherwise would have no chance of aquiring the item on their own.

    In DaOC:
    The penalty for dying is loosing some exp and having to pay a small amount of cash for getting your constitution restored(no item loss). This is not a big thing which encourages exploring new zones. Clerics also get resurrect spells quite early in the game (lvl 10). Binding to zones is also less restrictive and equal to all classes.

    In EQ:
    Dying in a bad place carries a big penalty, you have to retreive your corpse or you will loose all your stuff after a few days. If you died in a dangerous area, prepare for a long downtime. Clerics at EQ get rez arround lvl 30ish. My point is that dying in EQ is more traumatic.

    In DaOC:
    Traveling back and forth between zones is easy, you can use a horse at any level by paying a very small amount of cash. It is also very safe to travel by foot.

    In EQ:
    No horses unless you are high level, traveling by foot is very time consuming and dangerous as you progress in levels. Zone designers make zones full of hills to make this even more difficult.

    Again, this is an opinion based on personal experience. If you feel the urge to respond negatively, I urge you to play DaOC and join the ex-EQ support group.

  11. Interesting on An Earth Lifeform Suitable For Mars · · Score: 1

    This sounds like the begining of a bad sci-fi movie

  12. Re:Sleeping dogs on When Making a Comprehensive Retrofit of your Code... · · Score: 1

    Another strategy is to have a group of persons updating/fixing the current code while another group writes a framework and migrate the pages one by one to the new codebase.

    Try to make the iterations as small as possible, that way if you missed something in your design you can fix your design earlier.

    I've seen projects where ppl create a HUGE design, implement it and at the end, requirements changed/were missed and the whole thing needs to be hacked to make it work...test your design the earliest possible by migrating pages early.

  13. law of indeterminacy?? on Single-Photon LED: Key To Uncrackable Encryption? · · Score: 2, Insightful

    Are they referring to the Heisenberg Uncertainty Principle? What is the law of indeterminacy??

  14. Strange that... on Lunar Lasers · · Score: 2, Funny

    The project is receiving unexpected economical support from this organization.

  15. Interesting on Online Journalism Same As Print/TV · · Score: 5, Interesting

    The interesting part about this story is that a Mexican banker was trying to sue Mexican journalists that run a Mexican website...guess where?...In the US.

    Why?...because the Mexican court threw the case several times.

  16. Re:Guess I'll wait.. on EQ 'Shadow of Luclin' -- Pretty Graphics, Ugly Release · · Score: 2, Insightful

    One ling I like about DAoC that EQ doesn't have:
    "Lack of suffering"

    After playing DAoC I will never go back to EQ-series games...there are so many annoying details about EQ...here are a few:
    - Loosing items when you give them to the wrong NPC
    - You have to buy water and food.
    - The boats take too much time...designed to slow you down
    - Money weights too much and cannot be converted on the fly...that means you have to drop you 500s800c to get rid of weight
    - Zones are designed to keep you in the same place...traveling from one place to the other is very dangerous.
    - If you go to a zone you dont know to explore...you die.
    - Aggroed mobs will follow you arround for the rest of their lives
    - Tradeskills require WAY to much money to start
    - Downtime required to meditate sucks.
    - Having to run to your corpse after dying sucks and it's an enormous time drain.
    - Clerics get rez at lvl 34???? in DAoC is lvl 10

    The game has a "against the user" feel to it, I just got tired of getting annoyed and moved over to DAoC...and is sooo more fun!!

    If the same ppl that designed EQ designed Shadows of lucin...im not interested.

  17. Re:I think... on California Takes Issue With Microsoft Settlement Idea · · Score: 2

    Yes, donationg equipment to schools can be beneficial to a company as you depict in the Sun example.

    Usually settlements costs act as a deterrant to further violations, and in this specific case (since it can potentially benefit Microsoft) I fail to see how the settlement will prevent further violations.

  18. Re:A nice mail I received from VeriSign... on .biz Open For Biz · · Score: 1

    Is your lastname Dell?

  19. Re:Blame Educational Institutions. on HP Calculator Department Closing · · Score: 1

    I remember programmimg my 48GX to solve all problems in the process control exams. The programs I made will simply display all the steps that I would have needed to do manually in such way that I just had to enter the data and copy a page of calculations from the screen to paper. The teacher never figured out how I was able to solve a 2hr exam in 30 minutes. Some fellow students perceived as cheating, I perceive it as using the best tool to solve a problem with the least effort... and after all...I wrote the program.

  20. Kid Rock starves to death on Disney's Anti-File Swapping Cartoon · · Score: 1

    Reminds me of this onion article

  21. Re:Odd ranking there, Timothy... on Erector Set Turns 100 · · Score: 1

    Rivetron??...check this out:
    http://www.quadro.de/englisch/index_e.htm

  22. Re:Where should I buy an Athlon on Motherboards with i845 Chipsets · · Score: 1

    Any1 knows where can buy a dual TBird system?>

  23. Re:actually i am kind of bummed. on Motherboards with i845 Chipsets · · Score: 1

    Who are you? Edward Scissorhands?

  24. German Astronauts say: on Beer In Space · · Score: 1

    "Amerrican asstonaut beerr is bad" When interviewed by an international news agency.

  25. Re:Schools--why? on Scientific Elites vs. Illiterates · · Score: 1

    Really interesting, mod it up!