Slashdot Mirror


User: JohnFluxx

JohnFluxx's activity in the archive.

Stories
0
Comments
3,079
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,079

  1. Re:The real question is (to me): on KDE 4.2 Is Released · · Score: 2, Insightful

    That's pretty awful logic you have there. If the value of the features added is greater than the value of the features lost, then it should be worth switching.

  2. Re:Woah on KDE 4.2 Is Released · · Score: 4, Informative

    Speaking as a KDE developer, it seems that most of us are embarrassed by it all and just keeping our heads down, coding the best we can, and hoping that it will eventually blow over.

    To be honest, even I thought it was a reasonable idea at the time to release early. The trouble was that none of the application developers wanted to even start developing for KDE4 until we had a release out (since they wanted to develop for a stable API). And we risk ending up being like enlightenment - where they are never happy with the code and are continually improving without ever releasing.

    Anyway, benefit of hindsight and all that.. :-)

  3. Re:this comes as no surprise... on Microsoft To Exit the Zune Business? · · Score: 5, Insightful

    I don't know if it was a factor, but it is deliciously funny, that Microsoft's Zune did not play Microsoft's PlayForSure format. :-)

  4. Re:Adult entertainment? on Child Online Protection Act Appeal Rejected · · Score: 1

    "It's an adult thing - some adults like to do that".

    Not really much different to trying to answer why it's on the news that people are trying to kill each other in horrible ways. Or are you going to block the TV news too?

  5. Re:Yes on Is Microsoft Improving Its Image? · · Score: 1

    > Microsoft assist SAMBA team with interop
    Isn't that just because they were forced to by the government?

    > Microsoft donates to moonlight
    Of course - they are trying to push for silverlight. It's the same as .net - get the very basics working on multiple platforms, then claim to everyone that you have a cross-platform solution. Except that in reality most .net/silverlight programs won't actually run on mono/moonlight.

    > Microsoft supports ODF
    Because they were pretty much forced. 'Regulatory feedback'.

  6. Re:Switching to Windows on Virus Infection Hits UK's Ministry of Defense, Including Warships · · Score: 1

    Ah, thanks for finding that

  7. Re:Switching to Windows on Virus Infection Hits UK's Ministry of Defense, Including Warships · · Score: 1

    Yeah, there was another article about the rest of the Navy switching to Windows iirc.

  8. Switching to Windows on Virus Infection Hits UK's Ministry of Defense, Including Warships · · Score: 4, Informative

    Wasn't it big news about a year ago that the UK Navy were switching to Windows?

    Yeah, here it is:

    http://tech.slashdot.org/article.pl?sid=08%2F12%2F18%2F006226&from=rss

    Slashdot article from December 18 2008

  9. Re:It's good news, but is it too late? on Qt Becomes LGPL · · Score: 1

    > The point was, that this problem is still there, as detailed in the mailing list posting, if you don't use Q_SIGNAL

    You're complaining that the problem is there if the programmer chooses it to be there? How that a problem? Even if Qt removed the option to enable 'signal', a programmer could still "#define signal Q_SIGNAL" if they wanted, and thus 'polute' the namespace.

    > why bother to construct the UI from an XML file during runtime?

    Some programs allow the user to construct their own GUIs. Kontact does it, for example, as part of their exchange support. If you're not convinced - how about DBUS support?
    DBus communication is an example of when you want to convert a string to an actual function.
    Or scripting support - if you want to use a Qt object via javascript?

    (Btw, you realise that you're talking to two different people?)

  10. Re:It's good news, but is it too late? on Qt Becomes LGPL · · Score: 1

    > I don't really see the point in using a language, when you don't actually use pretty much anything of this language.

    Templates are hardly the only feature of c++. Can't you make your point without completely over exaggerating everything?

    > especially when they pollute the main namespace.

    You're linking to a post that is 7 years old? Qt lets you choose between using 'signals' or using Q_SIGNALS. KDE uses latter, specifically to avoid namespace problems.

    > Moc is imho simply a hack for something the language can deliver itself by now.

    Not at all. Read:
    http://doc.trolltech.com/4.4/templates.html

    Another big advantage that that link doesn't mention is scripting support. Qt binds very nicely to javascript, python, etc. C++ templates don't allow for introspection and calling functions based purely on a string name. (At least, afaik. Correct me if I'm wrong)

  11. Re:It's good news, but is it too late? on Qt Becomes LGPL · · Score: 1

    > Because it forces me to program C++ in a way that is very unlike C++.

    Wow, that's your whole argument for why it's a major nuisance? Really? It takes about 10 minutes to learn.

  12. Re:It's good news, but is it too late? on Qt Becomes LGPL · · Score: 1

    Specifically, what about MOC causes a major nuisance to you?

  13. Re:time to port gnome! on Qt Becomes LGPL · · Score: 1

    Qt Creator is a programming IDE. Qt Designer is a for designing the GUI. Qt Creator uses Qt Designer.

  14. Re:Strategy fail on Qt Becomes LGPL · · Score: 1

    For example? What copy-paste doesn't work between KDE and Gnome?

  15. Re:I'm not a copyright lawyer on Qt Becomes LGPL · · Score: 1

    I think what you are complaining about is that you cannot use GPLed code in a BSD project and then treat the whole thing as BSD licensed code.

    You can, however, use GPL code in a BSD project, and then treat the GPL code as GPL code and the BSD code as BSD code...

  16. Re:I'm not a copyright lawyer on Qt Becomes LGPL · · Score: 1

    A proprietary (closed-sourced) program cannot use a GPL'ed library. So previously you couldn't write a closed-sourced program with the GPL'ed version of Qt.

    But now you can.

  17. Re:Two questions: on State Dept E-mail Crash After "Reply-All" Storm · · Score: 0, Offtopic

    You know, firefox has a built in spell checker. That way your posts are automatically spell checked as you type.

  18. Re:Hang on... on Sony Teases 3D Playstation 3 · · Score: 1

    True, but given that you have a brain, you're expected to use it.

  19. Re:Hang on... on Sony Teases 3D Playstation 3 · · Score: 1

    Given that they are talking about 3D gaming on the playstation, surely it's obvious that "any source" refers to games, rather than some DVD movie.

  20. Re:They should have started selling it to American on OLPC Downsizes Half of Its Staff, Cuts Sugar · · Score: 1

    > No, they were hostile to changing the design for the developed world

    Okay, so don't change the design. Solved that problem already.

    > hostile to selling to any agency other than national ministries of education or something similar, because dealing with smaller lots and smaller entities drives up per-unit costs.

    By how much? It seems that people were willing to pay the extra per-unit cost. So there's no real problem here either.

  21. Re:Bastard. on Perl Migrates To the Git Version Control System · · Score: 1

    You should read the history on why git was created to find out why it's called git.

  22. Re:Why Linux? on Linux Kernel 2.4 Or 2.6 In Embedded System? · · Score: 1

    For example?

  23. Re:H Tree Indexing .. Will it speed ls & rm? on Linux 2.6.28 Promises Year-End Presents · · Score: 1

    First fetch

  24. Re:H Tree Indexing .. Will it speed ls & rm? on Linux 2.6.28 Promises Year-End Presents · · Score: 1

    I also have raid 1, but it doesn't take longer than a 10th of a second to list a few thousand files

  25. Re:H Tree Indexing .. Will it speed ls & rm? on Linux 2.6.28 Promises Year-End Presents · · Score: 1

    Um, there's something seriously wrong with your machine.

    cd /usr/share/doc; time ls | wc -l

    real 0m0.021s
    user 0m0.008s
    sys 0m0.004s

    That folder contains just under 2000 files/directories. Repeating on /etc (with about 500 files) gives similar results.
    Likewise deleting files shouldn't take so long