Slashdot Mirror


User: e8johan

e8johan's activity in the archive.

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

Comments · 349

  1. Use Qt on Recommendations For C++/OpenGL Linux Tutorials? · · Score: 3, Insightful
  2. Use Qt on Web Interfaces for C++ Introspection? · · Score: 2, Interesting

    Use Qt and declare your tunable parameters as properties. Writing a minimal server using Qt is trivial.

  3. Re:Documentation on VCF - A Free BSD Competitor To Trolltech's Qt? · · Score: 1

    I just browsed the docs that you refer to and they make me laugh. There wasn't much content in there, merely the method names and parameters, no additional text.

  4. Re:Frameworks arent platform specific on VCF - A Free BSD Competitor To Trolltech's Qt? · · Score: 1

    Since the moc just works, Qt is extremely simple and clean.

  5. Documentation on VCF - A Free BSD Competitor To Trolltech's Qt? · · Score: 3, Informative

    I believe that one part of Qt's success is the great documentation. This: http://vcf.sourceforge.net/docs/ref_manual/ch03s04 .html does not look like great docs to me (the page has only titles, no text).

  6. Re:What am I missing? on VCF - A Free BSD Competitor To Trolltech's Qt? · · Score: 2, Insightful

    The product seems to be missing database support. That is pretty much a requirement to compete with Qt. Many, if not most, custom applications used in businesses today use databases in some way.

  7. CLI Fractals on The Latest And Greatest Console Applications? · · Score: 1
  8. Re:KDE On Windows on KDE 3.2.2 Released · · Score: 2, Informative

    This is how you do it: http://kde-cygwin.sourceforge.net/qt3-win32/index. php

  9. Re:Microsoft will come out with it's own version on C, Objective-C, C++... D! Future Or failure? · · Score: 0, Funny

    Nope, D#.

  10. What I dislike about .Net on What Do Programmers Like About .NET? · · Score: 3, Informative

    http://www.kuro5hin.org/story/2003/7/11/21859/2846

  11. Re:Free Speech, not Free Oxygen on GUI Toolkits for the X Window System · · Score: 1

    Think RedHat, SuSe, IBM, etc. Open Source software can pay - big time!

  12. Re:Dependant on Qt? on Qt Script For Applications 1.0 Released Today · · Score: 1

    You can use it without prividing a Qt GUI, but you still need to use Qt as QSA uses the metadata provided by the Qt object model.

  13. MenuetOS on 80x86 ASM for ASP.NET · · Score: 2, Interesting

    Does this mean that we can run MenuetOS on .Net? (MenuetOS is 100% x86 asm)...

  14. Offtopic on Translucent Windows for X using OpenGL · · Score: 2, Insightful

    Why is this in science and not in developer?

  15. Hmm on Run For Cover; It's Mozilla 1.4 Alpha · · Score: 1, Funny

    "don't use it unless you are willing to live with the risks inherent in such a release (ie. crashes, data loss, etc.)."

    I thought Windows was for x86, but accordin to this is more like alpha to me... :)

  16. Re:Speculative on Rocky Mountains Keep Europe Warm · · Score: 1

    All these models are based on chaos theory, i.e. a small change in the input may cause huge changes in the output (butterfly in asia, thunderstorm in europe - you know the drill). Thus just altering a very small parameter may mean a *very* long (>1000 years) winter in Europe. The biggest problem with this is that this small parameter change may be a rounding error, i.e. the reality means winter, the rounded simulated result means grapes growing in northen Sweden.

  17. Summary on Pragmatic Programmers on Designing with Metadata · · Score: 1

    To summarize the article.

    1. The meta data is data concerning the business functions encoded, not what is commonly refered to meta data in programming, i.e. data concerning for example object heirarchies and such.
    2. The article simply says: do not encode "known" constants (such as tax levels, etc.) into the code, but put it in an external XML database.

    Any professional programmer somewhat experienced (i.e. anyone who has run into a respecification of a constant occuring in 52 locations thoughout 30000 lines of code) would concider this common sence. But, hey, anyone who didn't know this might find the article useful!

  18. Drawers on Creative Uses for 5.25" Drive Bays? · · Score: 1

    Make some nice drawers that fit. Perhaps you can have your CDs and such in there.

  19. Re:1984 on False Information A-Okay in Primary FBI Database · · Score: 1

    I mean the Bush administration that has used the 9/11 attacks as an excuse to limit both freedoms and privacy.

  20. 1984 on False Information A-Okay in Primary FBI Database · · Score: 2, Interesting
    In "1984" the big-brother society that Bush is trying to create is described. To motivate the restictions is freedoms and privacy the leaders create a never-ending war. Does any one seriously think that terror stops if you try to scare the terrorists into decent people? Terrorists are the fruits of fear and lack of influence. And since terror thus never ends (as no-body will do anything about it) the never-ending war is here.

    I thought Bush never read any books, but apparently he has been inspired by one! The irony, the irony!

  21. Re:Intel on Extreme Multithreading on a Chip · · Score: 1

    The thing is that most modern OSs runs more than one task at a them. Just try "ps -a" on your Linux box, or Ctrl-Alt-Delete, Task Manager on you Windows machine and look. Now, don't tell me that architectures that allow several processes to share the CPU have been obsolete up 'till now.

    My guess is that the GHz have far more to do with marketing as that is the field where Intel beats AMD. Performance wise AMD has fought of Intel pretty well running at lower frequencies executing Intel-x86-compatible binaries (i.e. no "...[imposed] multithreaded standard for programming to improve performance..." just a better design.

  22. It's ironic on Adobe Says PCs Are Preferred · · Score: 0, Troll

    Is it only me, or isn't ironic that they move now when UNIX (include MacOS X) is gaining ground at all fronts including the desktop users.

  23. Re:First Sale on Legality of Renting Video Games? · · Score: 1

    Actually, I live in the state and countrt of Sweden, a part of the European Union. Here, it is not illegal (but perhaps imoral) to download stuff for private use so if I was a gamer I would probably not have any problems buying or renting games :)

    The above statement has not been tried in a court, so do not take my word(s) for it.

  24. Re:First Sale on Legality of Renting Video Games? · · Score: 1

    The problem is that you don't own it, but rather a very limited license that allows you to use it if the owner wants you to.

    Just look at Microsoft Office for example, you may only run it as long as you own a copy of Windows, thus wine cannot compete as you still have to pay your "taxes".

  25. Intel on Extreme Multithreading on a Chip · · Score: 2, Interesting

    It is nice to see that (non-super-computing) people finally come to the conclusion that clock speed isn't everything. All students studying computer architecture learns about the help of parallel tasks. Yet it seems as if everything has been about MHz and GHz the last ten-fifteen years. This is probably not due to the engineers, but rather, due to the Intel marketing department. What surprises me is how many engineers that followed...