Slashdot Mirror


User: Skuto

Skuto's activity in the archive.

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

Comments · 569

  1. Re:How about learning some statistics? on Which Grad Students Are the Most Miserable? · · Score: 1

    I just took point that generalizing scientists, and then females as being bad at math, which is just wrong.

    Of course. The parent post's impression that woman are bad at math must have been a bad joke. I'm going to generalize from my countries data (which I'd expect to apply to most of Europe and the US), but pure mathematics has one of the largest populations of female students (about 33%) of any hard science.

    I don't have the data on how many graduate, but clearly, those that start don't seem to think math is "too hard".

    It's a line of study where a geek has an actual chance of landing a girlfriend!

  2. Re:How about learning some statistics? on Which Grad Students Are the Most Miserable? · · Score: 3, Interesting

    Very rarely do they understand what they are doing, they just throw some numbers into SPSS and hope the right answer comes out. Today's xkcd seems appropriate: http://xkcd.com/882/

    They probably do know what they're doing: getting publishable results. They're just optimizing their situation. Who cares if it's just wrong (because of lack of multiple-test adjustment)? They're encouraged to publish (i.e. get past peer review), not to be right.

    The conclusions are worthless? Well, I never had the impression much people in academia cared. In the fields I'm familiar with, most of the published improvements are good for the trashcan. There ain't a good enough feedback loop between publishing useful results and getting funding, I guess.

  3. Re:Interface? USB vs PS/2 on High Performance Gaming Mice Don't Perform · · Score: 1

    As far as I know it's limited to 120Hz on Windows (I guess the interrupt is really just on a timer, then).

    USB can do far more.

  4. Re:Interface? USB vs PS/2 on High Performance Gaming Mice Don't Perform · · Score: 1

    Polling rate on USB is configurable. (Many gaming mouse change this, but on Windows it's just a registry setting so it can be done manually too).

    So I guess this is a myth.

  5. Re:Logitech MX510 - best mouse I have ever owned. on High Performance Gaming Mice Don't Perform · · Score: 1

    The G9x has a similar shape and design if you use the "big" cover. I used it to replace my MX510 after it wore out completely.

    You can argue that a G9x doesn't add much over an MX518 for the price, but then again, 60 bucks for critical computer equipment that lasts 7 years? What a bargain!

  6. Re:No they're not on High Performance Gaming Mice Don't Perform · · Score: 1

    So, we use one crappy example to draw a generic conclusion? Silly.

    At best you can conclude that your particular mouse needs to be turned in for replacement, or that this is a very bad model (in which case one would hope reading enough reviews beforehand can avoid a bad purchase).

    But some of them are good. The Logitech MX518 was mentioned here, and I second that. I used it until it was completely worn out. Now I have a G9x, and it's also good. They just work. Everywhere.

  7. Re:Jesus Flipping Christ... on Firefox 4, A Day Later · · Score: 4, Informative

    Why is the non-profit Mozilla Corp not spending that money to hire developers to add new features to their browser?

    Just look at their jobs page...

  8. Re:All good except DirectWrite font rendering. on Firefox 4 Released! · · Score: 1

    No, as far as I'm concerned this is a serious regression and not an improvement. The fonts look really ugly and the font rendering in Firefox make it stand out as a non-native app (it looks distinct and different from any other Windows app).

    The "good" news is that this is now the recommended way of doing things on Windows to utilize the HW acceleration in the GPU and IE9 is doing it as well, with more apps likely to follow.

    No really, I hope that a better solution than just turning off HW acceleration turns up.

  9. Re:Slow! -- XP user? on Firefox 4 Released! · · Score: 1

    There's an Anti-Aliasing Tuner plugin.

  10. Customizing your userChrome.css on Firefox 4 Released! · · Score: 1

    It can really pay off to do some optimizing of your userChrome.css file. For example, one thing that annoyed me greatly was that the tabs don't move next to the menu, losing precious vertical screen estate. And most of the context menu entries just get in the way. All of this is fixable without any plugins or whatever. There are many examples of annotated userChromes around, if you're anything beyond a casual user it pays off to have a quick look.

  11. Re:Firefox 4? No thanks. on Firefox 4 Released! · · Score: 1

    Look at the status-4-evar extension.

  12. Re:Anyone know how to turn off cleartype? on IE9 Released, Media Has Opinions · · Score: 2

    I think your problem is DirectWrite, not ClearType. It's what makes the canvas demos so fast, at the "slight" cost of making text almost unreadable.

    You can try switching the page view to compatibility mode, which disables it.

  13. Re:It's Called 'Experience'! on IT Graduates Not "Well-Trained, Ready-To-Go" · · Score: 1

    I'm glad you posted this: the reactions to your post are stellar in how misguided or narrow-minded the common view on computer science seems to be.

    To the responders, this article is a good start:
    http://www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html

  14. Re:Article is dead on on IT Graduates Not "Well-Trained, Ready-To-Go" · · Score: 1

    And you're right, people should know SQL.... CSS or web services? Those I don't care so much about.

    If you're hiring people to do database development, that makes sense. But as a general rule, it's stupid. I wouldn't see what advantage a programmer has over knowing a domain-specific language for databases over knowing a domain-specific one for webapps. I would expect anyone with programming skills to be able to figure out either. But requiring hands-on knowledge of a specific technology? You're needlessly narrowing the candidate field or unwilling to invest in your key asset: your people.

  15. Bugzilla link + vote on Firefox 4 Beta 12 Released; Fixes Over 650 Bugs · · Score: 1

    This is the relevant bug. The developers don't seem to think this is a serious issue. So feel free to upvote it.

    https://bugzilla.mozilla.org/show_bug.cgi?id=635490

  16. Re:Status bar? on Firefox 4 Beta 12 Released; Fixes Over 650 Bugs · · Score: 1

    What else is new? "Imitate Chrome" has been the mantra for the entire Firefox 4 project. Everything about it reeks of "we can't think of anything original, so let's just copy Chrome".

    Chrome has a pretty nice UI, so that ain't that bad. While I agree the "new" design can be more fragile, it maximizes the screen estate for reading, which matters. I'm happy with a Chrome-like browser that doesn't send everything I do off to Google, anyway.

  17. Re:Pet Peeve on Firefox 4 Beta 12 Released; Fixes Over 650 Bugs · · Score: 1

    Not only under Windows 7 (Vista here). And yes, it's really weird that they ship the browser with default settings that make webpages look like shit!

  18. Re:Is QT fully open source right now? licensing? on Nokia Gives Some Hints On the Future of Qt · · Score: 1

    I don't *think* there's a way of making closed-source apps without buying a commercial license (unlike for GTK, interestingly)

    This has been possible ever since they went LGPL instead of GPL.

    I guess some things like the Visual Studio integration are not open source. But that one can live without...

  19. Re:Is Qt even relevant anymore? on Nokia Gives Some Hints On the Future of Qt · · Score: 1

    I agree with your point. It's starting to become the most reliable way to provide cross-platform user interfaces.

  20. Re:XKCD on Why Dumbphones Still Dominate, For Now · · Score: 1

    Yes, that's why I asked for the link, which you just provided :)

  21. Re:counter on MPEG LA Attempts To Start VP8 Patent Pool · · Score: 1

    What makes you think those don't already exist?

  22. Re:Sell sell sell on Nokia and Microsoft Make Smartphone Alliance · · Score: 1

    Yeah, but those are users, not developers.

  23. Re:Looks like "legal racketeering" to me on MPEG LA Attempts To Start VP8 Patent Pool · · Score: 1

    You know that you won't have to worry about any of these legal threats if you just license h.264

    You think the MPEG-LA owns all the patents on H264? Really? Ask them if they can guarantee that the moment you put down your $$$.

  24. Re:Sell sell sell on Nokia and Microsoft Make Smartphone Alliance · · Score: 1

    Really, who?

  25. Re:Probably it is a good news... on Nokia and Microsoft Make Smartphone Alliance · · Score: 1