Slashdot Mirror


User: Meijer

Meijer's activity in the archive.

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

Comments · 9

  1. Re:English? on Rare East German Arcade Game Unearthed · · Score: 2, Interesting

    It's true, English was less common in East Germany. However, many parents chose English first names for their children. So if you meet some middle-aged German with a name like Cindy, Barry or Peggy, chances are that they were born in the GDR.

    I guess that was a kind of subtle opposition to the enforced communist culture.

  2. C++; browser-based application on Joel On Microsoft's API Mistakes · · Score: 1
    Often I've written the same code, once in C++ calling the Windows API and once in Visual Basic, and C++ always took three or four times as much work. Why? Memory management. The easiest way to see why is to look at the documentation for any Windows API function that needs to return a string.

    His critique of C++ is actually a critique of the Windows API. You can have all the advantages of memory management in C++, and even some more (managing other resources than memory by automatic variables). Modern C++ code does rarely contain "delete" statements.

    The big meme at Microsoft these days is: "Microsoft is betting the company on the rich client."

    I don't think so. Instead, Microsoft is trying to propagate developing of browser-based application that only run on windows.

  3. Related Discussion... on Extensible Programming for the 21st Century · · Score: 2, Informative
  4. Re:Dynamic? on Super-Fast Python Implementation for .NET and Mono · · Score: 1
    Does this word really mean anything?

    Besides dynamic typing which has already been discussed above, "dynamic" languages often offer additional features that qualify them as dynamic, such as creating classes at runtime (e.g. prototype-based, as in javascript).

    Still, you are right. The term is used in a nebulous manner. A possible "definition" is:

    A dynamic language is a language in which most decisions are deferred until run time. A static language is a language in which most decisions are made at compile time.
    (don't know who said that)

    An interesting discussion: Lambda the Ultimate (google cache, site is currently down)

  5. Also affected Deutsche Post on Sasser Worm Takes Down UK's Coastguard · · Score: 3, Interesting

    On Monday, thousands of people tried to access the banking services of Deutsche Post.
    Due to stricter securities setting (because of Sasser) this was not possible for hours.

  6. Re:Which is nice... on New & Revolutionary Debugging Techniques? · · Score: 1

    In addition to the other posters' advice:

    Check whether you have any slot that has a return type different to "void". I don't know for the current version of Qt, but in older version this was not checked and could cause awful corruption of the stack frame.

  7. Extended multithreading support is interesting on A Taste of Qt 4 · · Score: 4, Interesting
    For me, the extended support for multithreading is the biggest deal.
    Qt 4 takes threading support to another level, with per-thread event loops, signals--slots connections across threads, and thread-safe implicit data sharing.
    If I am not mistaken, this will enable slots to serve as messages in message passing concurrency.
    But how will they make shared data thread-safe implicitly!? Usually, for MPC, data is just copied. But if different threads share pointers, the access must be synchronized. Will QObjects become Monitors, like Java's Objects?
  8. Re:Housing director at my college on People with real l337 speak names? · · Score: 1

    Neither SusBan nor SuBan is a proper German name. The German form of "Susan" is "Susanne". Maybe it'ss from some other language!?

    (B = German sz)

  9. Re:in other news on Mice Get Human Breasts · · Score: 1

    Interesting?!
    Mod parent "funny", otherwise he's plain wrong.