Slashdot Mirror


User: thoughtsatthemoment

thoughtsatthemoment's activity in the archive.

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

Comments · 458

  1. no brainer? on Something For (Almost) Every Developer · · Score: 4, Informative

    I've been using VC++ Express 2008 and was excited to get an upgrade. But instead I was surprised by a few seemingly "dumb" moves:

    1. The default fonts for the editor and tool windows have been changed to a font that looks very blurry on Windows XP. To change them back, you have to change them one by one for every window.

    2. The drag'n Drop capability to add buttons to the tool bars is gone. You have to find the button from another dialog and then click "MoveUp/Down" several times to move it to the place you want.

    3. The GUI I used the most in the Option Dialog, the directories of Exe/Include/Lib, is moved to a place that I haven't yet found.

    4. The startup time is much longer than that of 2008.

    5. The new GUI has a high contrast. Maybe it's just me, but after staring at it for a long time, I feel like I am starting to see ghost images.

  2. Re:XSS is really hard to eliminate on Apache Foundation Attacked, Passwords Stolen · · Score: 1

    If one site has to get confidential info from another size, it must be https. That shouldn't be too hard to do.

  3. Re:Bad summary on How To Exploit NULL Pointers · · Score: 1

    OK, you rephrased it the best.

  4. Re:Bad summary on How To Exploit NULL Pointers · · Score: 1

    hmm, it should be any NULL *function* pointer.

  5. Re:Bad summary on How To Exploit NULL Pointers · · Score: 1

    Well, if the hacker put his function at address 0, to deference any NULL pointer would effectively be calling that function, assuming this memory mapping really works.

  6. Re:Is the kernel address mapping part still true? on How To Exploit NULL Pointers · · Score: 1

    Yeah, shouldn't switch be easily take care of by a base register?

  7. Re:More like a battle between IE and Firefox on Google to Open Source the VP8 Codec · · Score: 1

    Are you sure? I heard firefox's gonna use direct2d, which is not available on XP.

  8. A better idea on South Korea Announces Daily MMO Blackouts For Youths · · Score: 1

    Let them learning some serious programming and they will forget about all these MMO in no time.

  9. Re:Great idea! on Google Rebuilds Docs Platform · · Score: 1

    But two brakes are no joke. When I was learning driving, the extra brake was a life saver.

  10. Re:HTML5 Features on Google Rebuilds Docs Platform · · Score: 1

    If you look at the world at the atomic level, every thing is beautifully structured.

  11. Re:Still sounds shittier than OpenOffice.org. on Google Rebuilds Docs Platform · · Score: 1

    If you need to convert one high level language to another, there is something seriously wrong with one of them, or both. Also can you convert how threading is done?

  12. Re:Perhaps now he can admit a few mistakes in Java on "Father of Java" Resigns From Sun/Oracle · · Score: 1

    It's easier to read as it is closer to an English sentence, like space between words, no uppercase in the middle of the sentence. I don't know about typing though as my typing is far from being that advanced.

  13. Re:Its a Technical Decision on Adobe Evangelist Lashes Out Over Apple's "Original Language" Policy · · Score: 1

    Javascript does not do low level graphics operations like drawing lines or filling gradients, while flash does. Among open standards, the closest equivalent to flash is SVG, not javascript. Native calls are indeed slow compared to desktops, and adding a script language on top of that would be too much.

  14. Re:One of Many on "Father of Java" Resigns From Sun/Oracle · · Score: 1

    “obtuse, difficult to maintain, esoteric software stack” aka, a command line.

  15. Re:Perhaps now he can admit a few mistakes in Java on "Father of Java" Resigns From Sun/Oracle · · Score: 1

    Grouping is indeed very important. Although print_string_with_format is more natural, string_print_with_format can group all string function together.

  16. Re:Perhaps now he can admit a few mistakes in Java on "Father of Java" Resigns From Sun/Oracle · · Score: 1

    The traditional C way is names like strcpy, sprintf, etc. But would names like string_copy, string_print_with_format be better?

  17. Re:Its a Technical Decision on Adobe Evangelist Lashes Out Over Apple's "Original Language" Policy · · Score: 1

    Flash handles graphics a lots. Don't know much about iPhone but my impression about Window Mobile is that graphics API calls are extremely slow.

  18. Re:Several key concepts missing from the summary on VisLab Sponsors Milan-to-Shanghai Driverless Trek · · Score: 1

    "I expect China will disassemble, reverse engineer, and then copy these vehicles en masse" Oh yeah, if we copy you we'll always be one step behind, or be misled. Nice strategy though.

  19. Re:Perhaps now he can admit a few mistakes in Java on "Father of Java" Resigns From Sun/Oracle · · Score: 1

    try what again? I know what pre-processor does. I just don't see the reason to criticize Java for long names.

  20. Re:Not a big deal on "Father of Java" Resigns From Sun/Oracle · · Score: 1

    You are making a Greek tragedy out of this. Java was a marketing idea from the beginning. He is not as visionary as you might think.

  21. Re:Perhaps now he can admit a few mistakes in Java on "Father of Java" Resigns From Sun/Oracle · · Score: 1

    Well, how long is too long? Even in C code you can use long names without having to resort to MACROS to save typing.

  22. Re:Job hunting on "Father of Java" Resigns From Sun/Oracle · · Score: 1

    Who not go to college? Java is a very good language for learning programming.

  23. Re:Surprised? I'm not.. on Adobe Evangelist Lashes Out Over Apple's "Original Language" Policy · · Score: 1

    "With flash, applications can be downloaded and run on demand inside a browser." Or you can just write a C/C++ app and run without flash or a browser.

  24. library support on Adobe Evangelist Lashes Out Over Apple's "Original Language" Policy · · Score: 1

    Do C, C++, and Objective C have equal library support? say there is a cool feature, can it be used in either of the languages with about the same performance and convenience? I'd hate to jump too many hoops just because of my language choice.

  25. Re:Its a Technical Decision on Adobe Evangelist Lashes Out Over Apple's "Original Language" Policy · · Score: 3, Interesting

    "the fundamental problem is the TIMER /EVENT" That's worth an insightful mod. And there is no way adobe can change that baring a total rewrite, which I believe, is not really a bad idea for adobe.