Slashdot Mirror


User: primus_sucks

primus_sucks's activity in the archive.

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

Comments · 232

  1. car sharing on How Will We Get Around Near-Future Earth? · · Score: 2, Insightful

    I know this is starting to come to some cities, but it would be great to be more widespread. Why should every person pay hundreds or dollars a month for a car they only use 10% of the time? If everyone just shared cars we could cut down the number of cars needed and also would create opportunities for car-pooling. It would cut down on US dependancy on foreign oil and help bring world peace.

  2. Re:The much despised "tax and spend" policy... on Bush Says Americans 'Ought to Have' Broadband and a Pony by 2007 · · Score: 1

    It's like the Simpson's episode where Homer get elected to sanitation commisioner and rapidly bankrupts the department with his crazy spending. You can say anything in a campaign - remember "No new taxes" from Bush's father? Maybe we should make it against the law to lie when running for office?

  3. Read my lips. on Bush Says Americans 'Ought to Have' Broadband and a Pony by 2007 · · Score: 1

    No new taxes.

  4. Re:Hmmm on Bush Says Americans 'Ought to Have' Broadband and a Pony by 2007 · · Score: 1

    3) Spend over $100 million on advertising telling everyone how great you are.

  5. Re:Next step for microsoft on Firefox Extension Lets You Pick the Name · · Score: 1

    Step 3.5: add millions of security holes.

  6. Re:Working in software development.. on Six Barriers to Open Source Adoption · · Score: 1

    Yes, on my present project, we have discovered serious bugs on 3 separate occasions in WebLogic Container Managed Persistance code. The first two times it took them over a month to get us patches and we are still waiting for the third fix. If we would have been using an open source application server we could have easily fixed it ourselves, or paid a developer a couple hundred bucks to fix (it cost us way more than that in inconveinance). We also probably could have got it fixed for free, since open-source developers are probably more apt to stand behind there code - most closed source projects don't have public forums and mailing lists with people bitching about bugs!

  7. Re:Big mistake. on McNealy Answers: No Open Source Java · · Score: 1

    Consider the issues...

    What issues? IMO, SWT is exactly what Java needs to be successful on the Desktop. Also, there is Rich Client Platform that is an entire GUI application development framework thats goes way beyond any simple windowing toolkit.

  8. Re:Cheaper with Linux . . . or not? on HP to Globally Launch Linux-Based PCs · · Score: 0, Troll

    Linux should be more expensive, since it's more secure and stable. My Linux applications at home never crashes 10 times a day like my piece of crap work Windows applications (mostly windows explorer). I've never had viruses installed on my Linux computer like I've had on my work computer (just by visiting the wrong website, not by opening any email attachements!).

  9. Re:Thunderbird... buggiest thing on earth on Mozilla 1.7 Beta Is Faster And Smaller · · Score: 1

    Maybe that's why the version is .5 not 1.0!

  10. Re:Building code from specification on Why Programming Still Stinks · · Score: 1

    Has Simonyi cracked this problem with something entirely new?

    Well based on his track record of writing the core Windows code and inventing some fucked up, unreadable way of naming variables, I'd say no.

  11. ebay security on eBay Fraud Vigilantes · · Score: 1

    I noticed that if you go to ebay stores and click on the store name, it brings you into a non-https sign in page. Seems like this could be a major source of the problem.

  12. Re:Languages on Learning Functional Programming through Multimedia · · Score: 1

    You might want to check out Scala. It is a combination of OO and fuctional that compiles to Java byte code (and supposedly will support .Net compilation in a few weeks). It also lets you interact with existing Java/.Net code.

  13. Re:sign me up. on Review Of Verizon's New Wireless Network · · Score: 1, Troll

    Its Windows-only PC Card modem...

    Sign me too up when it runs on a real OS, not some insecure, overpriced POS.

  14. Re:Rough terrain's a bitch on Grand Challenge 1, Competitors 0 · · Score: 2, Interesting

    Kind of make me wonder if a biped design might be the way to go.

  15. Re:Why Mono Will Fail on Mono Poises to Take Over the Linux Desktop · · Score: 4, Informative

    Put in a GTK or QT library interface instead of the slow and huge Swing (that Smalltalkers foisted on Java) and you're golden -- there's every reason to use Java, especially for applications.

    SWT is a crossplatform UI toolkit that feels like a native app, unlike Swing. In Linux it's just a wrapper over GTK or Motif.

  16. Re:Overnight on Mono Poises to Take Over the Linux Desktop · · Score: 4, Interesting

    But as it is I see the tremendous duplication of effort across the world to do the same things in Java and C#, and it just makes me sad.

    I think this problem would be solved by writing things in Scala. Scala compiles to .Net or Java runtime and is a far more advanced language than C# or Java.

  17. Re:Who actually pays? on Is Windows Worth $45? · · Score: 4, Interesting

    I can afford Windows, but I still choose Linux. Why would I want to pay for an inferior, insecure product when I can get Linux for free?

  18. Re:Give me a break!! on SCO - EV1, Licensees, Groklaw, Armed Guards · · Score: 1

    see this for US gun laws...

  19. Re:OCaml on Purely Functional Data Structures · · Score: 1

    Scala can use any Java library, and eventually it will be able to use .Net libraries. I don't think OCaml has more libraries than Java and .Net combined! (Not that I think OCaml isn't a cool language, much better than C or C++ for native apps, IMO)

  20. Re:Not very important for me on Sun Agrees to Talk to IBM over Open Sourcing Java · · Score: 1

    Anyone who ever has turned Java down in favor of something else, because it is not free?

    No, but it certainly has made me look at alternatives more closely (Python, Ruby, C++, etc.).

  21. Re:Good Science?? on Electric Shavers Rot Your Brain · · Score: 1

    Sure if you're a rat it's probably totally accurate.

  22. Re:Well... on Electric Shavers Rot Your Brain · · Score: 1

    My guess is that it will be less harmful than all that carbon monoxide and other pollution that cars cause.

  23. Re:cant deny msoft does good things also on Microsoft, Monocultures, Security FUD & Other Fun · · Score: 1

    Yes, MS shows us how not to design an OS.

  24. Re:He obviously doesn't get it on Mono and dotGnu: What's the Point? · · Score: 1

    .NET performs *MUCH* better than Java.

    You may want to check this out. Java beats .Net in all categories except trig calculations.

    Sadly, the cross-platform promise of Java, especially for GUI desktop applications, was never realized.

    Since you admitted you're a former C++ and now a .Net developer, I don't think you're qualified to make this statement. I've developed Java apps for 6 years and I haven't seen any cross-platform problems for at least the last 5 years. I'll agree with you that Swing sucks, but SWT or wx4j gives you native look & feel and native performance and cross-platformedness. So I think that even if you are developing a client side app, there is no reason not to use Java. Why lose the 10% or so Linux/Mac users when Java is just as good as .Net for client side development?

  25. Re:Java 3.0 on Java SDK 1.5 'Tiger' Beta Finally Released · · Score: 1

    Nice is actually a super-set of Java, so if you know Nice, you know Java. So you're argument would be like saying 10 years ago "I don't want to learn C++ because C is more popular". Nice and Scala both can seamlessly interoperate with Java (i.e. compile to byte codes and run on JVM, classes can extend/be extended by Java, can use any Java libraries, etc.). Also, some people (like me) just want to develop software in the most efficient way possible, and IMO this is the way to it. You never know, your employer might appreciate if you can show them how to speed up their software development by a factor of 2 or 3!