Slashdot Mirror


User: Nicolay77

Nicolay77's activity in the archive.

Stories
0
Comments
1,108
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,108

  1. Large screen devices are durable on iPhone, Apple TV Headline MacWorld Keynote · · Score: 1

    I have dropped my P900 too many times. The screen is just like new. I need a new plastic case though.

    My mother dropped her phone once. Much less harder than I have dropped my phone. The crystal broke immediately, and the phone was useless.

    Right now I believe that LCD touch-screens are much more durable than any other cell phone screens.

  2. Language vs runtime on 2007 Java Predictions · · Score: 1

    Looking only at language features, both Python and Ruby are much better than Java.

    However, the Java VM is probably the best crafted runtime interpreter & JIT compiler in existence.

    Java has, in some cases, the performance of C++ or at least half the performance of it, while Ruby is (AFAIR) 18 times slower than C. Python is better, but is not in Java territory.

    Lisp is better than Java for big complex apps, and can have very good performance (in some cases better than C), but then, we are lacking a free multiplatform open implementation (that doesn't make all your code GPL), and that kills Lisp in the marketplace (and has for a decade).

    All that accounts in part for the results you present.

  3. C++ MP Toolkits on 2007 Java Predictions · · Score: 1

    There are C++ multi-platform toolkits: at least Qt and wxWidgets are of professional quality. Audacity is written with wxWidgets and runs in Windows, Linux and Mac.

    I don't object about using Java in your project, it's a sensible decision in a team with only two programmers.

    However to say that there are no alternatives is very short sighted. It's better to say that there are alternatives but you have choosen the best one for your programming team.

    Also keep in mind that creating a C++ object in the stack is 25 times faster than creating a Java object (even with the server VM) according to my benchmarks. So a sightly bigger team using C++ would possibly make software that outperforms yours and uses smaller amounts of memory, if somebody would like to invest in that team.

    However, I do agree with your point, Web-only applications are dumbing down this industry.

  4. URL? on Boston Globe to Blogger — "Stop Using Opera" · · Score: 1

    Show us the URL, otherwise you're only trolling the Opera fans.

  5. Most people are not experts on Vista Zero-Day Exploit For Sale · · Score: 1

    If the same people that use Windows for Powerpoint and Word and have a gazillion worms in their system used Linux, their systems would be as infected as they are now.

    They would probably using a 2.2 kernel, a very old build of KDE, and so on.

    The fact is: Smart users don't get infected, naive users do. Some smart users use Linux, some smart users use Windows. Most naive users use Windows.

    Target the naive users and ignore the smart. No matter what OS the smart people use.

  6. OOP is overrated on Resources for Teaching C to High School Students? · · Score: 1

    Nah, if you want to teach higher level concepts teach them Lisp. That's something that REALLY changes the way you think about programming, forever.

    Patterns are for languages that doesn't support adding higher level constructs based on others.

    Meanwhile, C teaches them how the computer really works without the excruciating detail of assembler, so they can evaluate in an intuitive way the performance of a given algorithm.

    However, C++ seems a good compromise to me. It is multi-paradigm, so you can use objects if you need them, or generic template programming if you need them, or use stack-instantiated simple objects if you need them (try that with Java!).

    Keeping with C++ I second the sugestion of Bruce Eckel. That's the best C++ book I've ever read.

  7. Java and .NET on AMD Reveals Plans to Move Beyond the Core Race · · Score: 1

    C++ programing needs a professional (and probably expensive) programmer. If they can code some parts in assembler that's a bonus.

    Java and .NET programming only need a cheap fresh graduated CS mayor.

    Performance hurts, but is cheap!

  8. Re:Yes, if those were competitors. on AMD Reveals Plans to Move Beyond the Core Race · · Score: 1

    I believe you about the Mac, in all applications that are not games.

    But games are so strong in Windows that Vista has a new DirectX 10 and graphic cards manufacturers are making DX10 cards, that blow out of the water an XBOX360 or a PS3.

    Just now I truly enjoy rFactor (a driving simulation) and some other Windows-only games.

    If games were not important to Windows domination (probably the only exclusive part of windows now) MS would had not invested that much in Vista DirectX10.

  9. What about $20 ? on Do Next-Gen Games Have to be 3D? · · Score: 1

    A 2D game would sell for $20 and give as much profits as an expensive 3D game, because it would cost hundreds instead of millions to develop.

  10. Re:Why stop there? on Independent Benchmarking System for Mice · · Score: 1

    Well, I don't know about you, but I touch my power button perhaps once a week, if I touch it at all.

    The mouse, on the other hand, is used almost constantly and I find that review very useful. And I'm a gamer. I will buy a Logitech MX518 based in that, and of course the pictures of the mouse. It looks comfortable.

  11. Re:Dynamic language support ? on Java SE 6 Released · · Score: 1

    Then I'm not sold.

    I remember about SISC, the pool of stack frames and all. Impressive indeed, very nice ideas there. But nothing specific to complete dynamic languages in the JVM, AFAIK it adds dynamic classes, but everything is NOT a class in a real program.

  12. Stupid hardware devices? on Vista the End of An Era? · · Score: 1

    MS seem to be the only ones making the ergonomic keyboards I like to use. And they are high quality.

    That everybody hates MS for other reasons doesn't mean their hardware is bad.

  13. Dynamic language support ? on Java SE 6 Released · · Score: 1

    If I can run a dialect of Lisp with all the speed of the JVM, then I'm sold.

  14. Java? on Sun Exec Backs GPLv3 · · Score: 1

    Hey, I'm happy that you can't put Java into Apache.

    Ups, wrong religion war.

  15. RTS on Pro Gaming Comes to Network TV · · Score: 1

    "how would rts's be handled? would they even get attention?"

    Like this: http://www.youtube.com/watch?v=BjL7WtKgb04 ???

  16. Door manufacturers on Air Force Jams Garage Doors · · Score: 1

    ... will be very very happy to sell you another one.

    What else can you do? Stop using the door?

  17. Re:Some people are happy about this, I am sure. on Corporate America Not Ready For Vista · · Score: 1

    A better Office than OpenOffice?

    Seriously, I'm tired of the myriad of blogs that claim: 'Vista is a problem for the users, so everybody will switch to Linux! Finally!'

    The competition to Vista is not Linux, is XP. Everyone who might want to use Linux already uses it.

  18. Winamp on Sony Probably Going To Do PlayStation 4 · · Score: 1

    Well, that explains why there were no Winamp 4!

    (Yes I know the 2+3=5 stuff and all that :P)

  19. Opera Mini != spyware ? on Opera Mini 3.0 Now Available · · Score: 2, Informative

    They have to use a proxy because they run the rendering engine in their servers in order to send a small and handheld friendly page to your device.

    As most cell phone companies bill you by the kilobyte, this results in HUGE savings there. Do you see the point?

    And no, Opera Mini is not spyware.

  20. Re:FF problems on Firefox 2.0 Password Manager Bug Exposes Passwords · · Score: 1

    Opera of course.

  21. Some of us already knew... on Behavior May Influence Evolution · · Score: 1

    After all, we play with the Zerg.

  22. True but fixable on Optimus OLED Keyboard Pre-Orders Start Dec. 12 · · Score: 1

    Conductive ink seemed to work for me. Still using it, it's 8 years old by now.

    However, ony two keys were dead and then fixed, not the entire keyboard.

  23. XML? on Optimus OLED Keyboard Pre-Orders Start Dec. 12 · · Score: 1

    I do agree with you about the setup.

    But XML? I prefer plain text files all the time.

    There are APIs to read and write plain text files, if your argument is the "there are libraries!" one.

    Hopefully you don't want to make the keyboard "Web 3.0" compatible.

  24. MOD PARENT UP on A New Vulnerability In RSA Cryptography · · Score: 1

    This kind of comments are what keeps slashdot above digg and all the rest.

  25. Re:Moving on to the games consoles ? on Leopard Vs. Vista · · Score: 1

    Oops.

    I mean "like I can aim with my mouse".