Slashdot Mirror


User: jisatsusha

jisatsusha's activity in the archive.

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

Comments · 181

  1. Re:It has external dependancies on Beautifully Rendered Music Notation With HTML5 · · Score: 1

    Read the summary, there's a link to the demo - http://0xfe.muthanna.com/jsnotation/demo.html

  2. Re:So what? on Exam Board Deletes C and PHP From CompSci A-Levels · · Score: 1

    If I'm a Ruby developer am I aware that in a .NET language if I add two strings together in c# "Hello" + "World" It constructs a new immutable string. But if I do String.Format("{0}{1}","Hello","World" it is much faster and uses less memory?

    I'd hope you didn't believe that at all. I can't really speak in terms of memory usage, but in terms of CPU time, using String.Format() as you described is actually takes around 50 times as long as simply using the + operator.

  3. Re:Buffalo buffalo on Rest In Peas — the Death of Speech Recognition · · Score: 1

    James while John had had had had had had had had had had had a better effect on the teacher.

  4. Re:Linux ? on StarCraft II Mac Client Beta Available · · Score: 2, Insightful

    Maybe so, but GP seemed to think that a mac client implied a possible Linux client, whereas a mac client is just business as usual for Blizzard.

  5. Re:Linux ? on StarCraft II Mac Client Beta Available · · Score: 2, Insightful

    Not going to happen. Blizzard games have always been Mac + PC.

  6. Re:Pr0n! on Android Ported To iPhone · · Score: 1

    Why should it even matter? iPhone already has parental controls and an iPhone App Store rating system, if parents really don't want their kids using that kind of thing, it's very easy to prevent it.

  7. Re:Perhaps nobody else cares? on HDTV Has Ruined the LCD Market · · Score: 1

    Most systems using vector graphics (including KDE/Gnome/Windows Vista/Windows 7) actually specify different images for small icon sizes for exactly this reason. Sure, it means you have to create more icons, but it's not as difficult as you claim.

  8. Re:Perhaps nobody else cares? on HDTV Has Ruined the LCD Market · · Score: 1

    Some particularly retarded applications mark themselves as DPI aware, then do absolutely no UI scaling. Skype, for example.

  9. Re:Microsoft Dreamspark on Why Linux Is Not Attracting Young Developers · · Score: 1

    Any student can get Visual Studio, Server 2008, etc, but only CS students can get Windows 7 for some reason. Not that it really matters all that much, Windows 2008 R2 is virtually the same thing, it just requires some tweaking to use it as a desktop OS.

  10. Re:IDEs on Something For (Almost) Every Developer · · Score: 1

    There is. Select with the keyboard (I doubt I have to tell you how, but hold down shift when you move the input cursor), then press ctrl+k, s. virtually everything in VS has a keyboard shortcut.

  11. Re:Justice on PS3 Owner Refunded For Missing "Other OS" · · Score: 1

    I'm pretty sure GP was speaking about the law in general, and not the PS3 issue specifically.

  12. Re:Justice on PS3 Owner Refunded For Missing "Other OS" · · Score: 1

    The other reason being blu ray, I presume?

  13. Re:Just remember to be aware of multi PROCESSOR on Memory Management Technique Speeds Apps By 20% · · Score: 1

    Windows does - SetThreadIdealProcessor().

  14. Re:Technical reasons? on Internet Explorer 9 Will Not Support Windows XP · · Score: 1

    No DirectWrite on XP, that's a technical reason.

  15. Re:Forced WAT? on Microsoft Announces Windows 7 SP1 · · Score: 1

    Newer hardware generally has more compatibility problems on Linux, etc, than older hardware, so maybe Linux wasn't an option.

  16. Re:Am I the only one? on Netflix Gauging Interest In an iPhone App · · Score: 2, Informative

    Really? I've had no problem with watching BBC iPlayer on my 3GS for a couple of hours at least, and I've had it since June.

  17. Re:You believed them when the promised? on UK Police Promise Not To Retain DNA Data, But Do Anyway · · Score: 1

    Small clarification, but the vast majority of police in the uk do not carry guns. When arms are involved, specialised armed response teams are called. The uk is fairly unique in that respect.

  18. Re:If the data can be read it can be exploited on The Awful Anti-Pirate System That Will Probably Work · · Score: 1

    I suspect that the game probably uses PKI encryption to ensure it's talking to a valid server. Now that doesn't mean it's not hackable, it always is eventually, but that kind of thing /would/ require a game patch.

  19. Re:But Windows OS still sucks. on Microsoft Wins Windows XP Downgrade Lawsuit · · Score: 2, Interesting

    In theory, you're correct. In practice, however, things don't really work that way. What is the content size of a terminal window? Even Apple can't decide. since the "zoom" button in Terminal.app simply fills the screen. Then there's web browsers. Safari seems to implement that zoom style behaviour, but Firefox does not. It's application specific behaviour on a control that appears on every window, and that's what's confusing.

    Contrast this with Windows, where the maximise button always either makes the window fill the entire screen, or returns it to its original size. As other commenters stated, the button does indeed change its icon to indicate that this is the case, and it may not be entirely intuitive (two overlapped boxes?) but neither is an x, a - or a + sign with traffic light colours, it's all something the user has to learn.

  20. Re:"I hope you have the time of your life"- Green on Losing Google Would Hit Chinese Science Hard · · Score: 1

    Doesn't the Chinese government have control over the cn tld? If so, putting up a message is unlikely to help, if the government don't like it, they can just have it disabled.

  21. Re:"I hope you have the time of your life"- Green on Losing Google Would Hit Chinese Science Hard · · Score: 1

    Google have offices in China, so I suspect "pulling out" would mean closing that and the google.cn domain.

  22. Re:Why You Can't Pry IE6 Out of Their Cold Dead Ha on Why You Can't Pry IE6 Out of Their Cold, Dead Hands · · Score: 2, Funny

    You clearly haven't seen the sort of people who run these companies.

  23. Re:No surprise there.... on Adobe Download Manager Installing Software Without Consent · · Score: 1
    P2P, basically.

    I'm not sure if this applies to all download managers, but speaking specifically of the Adobe one, the reason they pressure you into using it, and make it more difficult to find the direct HTTP-link, is because it uses P2P technology from Akamai to spread out the bandwidth cost among all the people downloading.

  24. Re:She just love my big 10 inch on Acer Announces First NVIDIA Ion2-Based Netbook · · Score: 1, Insightful

    It's a 10" screen, it's not like you can watch 1080p on it anyway. Sure, you can probably connect an external display, but I doubt that many people are going to buy this kind of computer to do that.

  25. Re:No security on Facebook Now Supports Jabber/XMPP · · Score: 1

    Stop talking about things that you clearly do not understand. The lack of protocol encryption makes MITM attacks possible.