Slashdot Mirror


User: satuon

satuon's activity in the archive.

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

Comments · 452

  1. Re:This is how it *should* work. on Russia Backs Sending Top Students Abroad With a Catch · · Score: 1

    I have an interest in history, and I've read that the Hittites, who had discovered iron, initially tried to keep it secret from the rest of the world, as an advantage.

    I don't know if it's true, never fact-checked it, but nowadays when I see someone worrying about technology transfers, I always remember how the Hittites wanted to keep iron secret, and it's somehow very funny.

  2. Re:This is how it *should* work. on Russia Backs Sending Top Students Abroad With a Catch · · Score: 1

    And now I hear that ordinary Japanese have turned insular again, English knowledge is low, and studying abroad doesn't help your prospects, it harms them.

  3. The drive-by might be the autorun.inf types which rely on a setting in Windows that any removable media that has an autorun.inf at the top directory will have it executed.

  4. Re:GTK+ is a C library on Intel Dev: GTK's Biggest Problem, and What Qt Does Better · · Score: 2

    That's right, when people are comparing languages, they really are comparing the libraries available for them. And for C++, Qt is a damn good one.

  5. Re:Native Widgets on Intel Dev: GTK's Biggest Problem, and What Qt Does Better · · Score: 3, Informative

    In reality, I've never noticed practical differences between Qt and a native application on Windows, or on Gnome Linux. On Android currently it doesn't look native at all, but that's because it's not implemented yet, they plan on doing it later.

  6. Re:GTK is trash on Intel Dev: GTK's Biggest Problem, and What Qt Does Better · · Score: 1

    Qt4 didn't use native widgets either, so Qt5 didn't 'drop' them.

  7. Re:GTK is trash on Intel Dev: GTK's Biggest Problem, and What Qt Does Better · · Score: 1

    In case you mean that's an advantage for Gtk - the next commercial Gtk app I see will be the first.

  8. Isn't most malware these days just worms that trick the user into executing them? I doubt that more than 1-2% of the malware uses actual exploits.

  9. Re:Texting during the *previews* on Man Shot To Death For Texting During Movie · · Score: 4, Funny

    Had it been during the movie, he would have been waterboarded as well.

  10. Re:Some of them expose to the internet via VNC... on Hackers Gain "Full Control" of Critical SCADA Systems · · Score: 1

    What's interesting is, why are news of anyone actually exploiting those vulnerabilities so rare? It seems even though the vulnerabilities are there, nobody is exploiting them.

  11. Re:i hope people with SCADA systems learned. on Hackers Gain "Full Control" of Critical SCADA Systems · · Score: 1

    Can't they put a computer before them, that requires SSL/TSL connections, and authenticates any socket before forwarding it to the SCADA computer? A proxy, so to speak.

  12. Greeks had that on Why We Think There's a Multiverse, Not Just Our Universe · · Score: 4, Informative

    The ancient Greeks had this system - it's called Sortition, or drawing of lots - http://en.wikipedia.org/wiki/Sortition

    The idea was that they didn't even vote, they just picked citizens at random for various committees, similar to how a jury is chosen.

  13. Re:Words, words on Why We Think There's a Multiverse, Not Just Our Universe · · Score: 0

    If it's possible to create an Alcubierre drive, you could theoretically reach those other universes.

  14. Re:Current PCs are good enough. on PC Shipments In 2013 See the Worst Yearly Decline In History · · Score: 1

    He said it runs Debian Linux. I don't know what desktop environment he uses, but I use Debian+LXDE, and it needs around 200-250 MB RAM when no applications are running. With Chrome and 5-6 other apps I currently use up 800 MB RAM.

  15. How it would feel living in that solar system? on New Class of "Hypervelocity Stars" Discovered Escaping the Galaxy · · Score: 1

    I wonder how it would have felt for humanity if Earth happened to orbit such a star, and we knew that every moment we were going farther and farther from the galaxy.

  16. Re:Cant be worse on Largest Bitcoin Mining Pool Pledges Not To Execute '51% Attack' · · Score: 1

    Deflation is bad because SMART people stop buying things that will be cheaper tomorrow.

    That's not the half of it. The real problem is that food also starts getting cheaper, which will cause SMART people to stop buying food, eventually dying from starvation.

  17. Re:Simple on Why Do Projects Continue To Support Old Python Releases? · · Score: 1

    One of my colleagues migrated his project from Qt4 to Qt5, because he just couldn't live with the thought of using an older version while the newer one had been released for 6 months already.

    So far only headaches, time wasted migrating, time wasted fixing bugs, and I still haven't seen anything good come out of it. Now when I reporting a bug introduced in Qt5 to my colleague, I preface it with "Qt5 strikes again."

  18. Re:People don't upgrade on Why Do Projects Continue To Support Old Python Releases? · · Score: 1

    > Microsoft C

    Is that the DOS Microsoft C (not Visual C++)? From what version to what version was the migration?

  19. Re:OS versions on Why Do Projects Continue To Support Old Python Releases? · · Score: 1

    What about FORTRAN code?

  20. Re: C++ GC on Cairo 2D Graphics May Become Part of ISO C++ · · Score: 1

    Yes, I've wondered if part of the problem is that the Java community is taught that productivity trumps performance. I mean the language advertises that its goal is to make it easier to write code by not thinking about speed.

  21. Re:Hmmm ... on Creating Better Malware Warnings Through Psychology · · Score: 1

    You can't duplicate the cursor behavior, though - if the image is a link, it shows, the cursor turns to a hand.

  22. Re: C++ GC on Cairo 2D Graphics May Become Part of ISO C++ · · Score: 1

    This is the link that inspired my comment btw - http://programmers.stackexchange.com/a/409/31462

  23. Re: C++ GC on Cairo 2D Graphics May Become Part of ISO C++ · · Score: 1

    Well, that's not what I do. I never keep an application open after I'm done with it - mostly because it clutters my taskbar. Btw, are you talking about desktop applications, or server applications?

  24. Re: C++ GC on Cairo 2D Graphics May Become Part of ISO C++ · · Score: 2

    I've noticed that regardless of all claims about how Java can be faster than C++, I've never seen Java desktop applications beat C++ at the most important thing - startup time. I'll give you an example with JDownloader - that application takes 10-15 seconds to start.

    Speed perception from the user's point of view is based on startup time and latency. I still haven't seen a Java desktop application that feels responsive.

  25. Re:But... why? on Cairo 2D Graphics May Become Part of ISO C++ · · Score: 1

    I use Qt Creator, and never notice MOC. I know it's there and it does its work, but It has never caused any problems for me.