Slashdot Mirror


User: tunah

tunah's activity in the archive.

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

Comments · 634

  1. Re:this will totally crush BSD on Gentoo 2005.0: A Live CD And [No] Graphical Installer · · Score: 1

    And with -march=i666 -fomit-instruction-pointer, it's dying 110% faster!


    (pity, I quite like it...)

  2. Re:Google embraces Internet Explorer on Opera Facing Losses While Firefox Usage Grows · · Score: 1

    http://www.google.ie/ ?

  3. ObInfiniteCats on Video iPod Available... Sort of · · Score: 1
  4. Re:Well, on Kerry Concedes Election To Bush · · Score: 1

    Or even Americans.

  5. Re:no on U.S. Election Gives VoIP Traffic A Bump · · Score: 1
    And most people on the internet by virtue of being international, tend to be very liberal.

    What? It'd be more valid to say that most people voting, by virtue of being US citizens, tend to be on the far right. (Not valid of course, just more so). Get some perspective.

  6. Re:small minority of Congress seriously contested on Monitoring the U.S. Elections Online? · · Score: 1

    Or the over on there being -4?

  7. Re:Citizens of USA aren't americans ? on What's Going On in Canada? · · Score: 1

    Citizens of canada, who's data is managed by a company that outsourced the job to the USA. At least that's what I got from the summary.

  8. Re:Electoral college on DIY Polling Shows Bush, Kerry Will Win · · Score: 1
    I will be spending the next four years tracking down democratic voters who didn't vote and beating them savagely with a dead trout.

    Something tells me it will take you longer than four years.

  9. Re:Dancing in the streets on Stanford Predicts The Presidential Election · · Score: 1
    You say that the polls themselves are all biased in the same direction, reflecting the viewpoint of likely voters who answer their landline. While I can't invalidate that completely, the fact that multiple polls find similar results tends to weaken the idea.

    Not at all. It means the polls are reliable, but quite possibly reliably biased in the same direction.

  10. Re:FireFox question on Firefox Shooting For 10 Percent · · Score: 1

    Nope, I get these indecipherable symbols all over the page :-\

  11. Re:Why this has so much impact on Jon Stewart on CNN's Crossfire · · Score: 1

    Interesting, but if what we've just had is at most a couple of years of GW, I wouldn't like the possibility of 6 years with no time for second thoughts...

  12. Re:Cherry Os on Cherry OS Claims Mac OS X Capability For x86 · · Score: 1

    Must not have been the right one after all.

  13. One word on Libertarians Lose Case to Block Presidential Debate · · Score: 1

    Electable.

  14. Re:Slow down there cowboy on If Mac OS X Came to x86, Would You Switch? · · Score: 1

    Probably. I hear bad things about anthrax.

  15. Re:Huh... on GMail Drive Shell Extension · · Score: 1

    User-space filesystem packages generally have a kernel level component to expose the needed features to user-space. It could work if wrote a version of the kernel module for darwin, i guess.

  16. Re:Language for new OS's on Ask Unix Co-Creator Rob Pike · · Score: 1

    Who said anything about C++?

  17. MOD PARENT DOWN! on Help Select Questions for Bush and Kerry · · Score: 1

    I can't believe you guys are so naive... can't you see Roblimo is after free karma?

  18. Re:What's the point..? on FTP Client For Firefox · · Score: 2, Informative
    XPI's are _not_ neccesarily meant to work on any platform. It's the installer that's cross platform, not the code itself (java runtimes, flash, etc can come in XPIs).

    That said, I'd imagine this is written in xul + javascript, so it should be fine.

  19. Re:#!?% FF install protection on FTP Client For Firefox · · Score: 1
    If you want to disable it entirely, go to about:config and change xpinstall.whitelist.required to false.

    I wrote a little extension that adds UI for this, xul error pages (browser.xul.error_pages.enabled), and popup window attributes (dom.disable_window_open_feature.*). Mainly just to learn about xul/javascript, but it's marginally less work than changing them by hand on each of my installs.

    Any other hidden prefs that are really useful but you'd never know about?

  20. Re:I've been using an older version.... on Microsoft Releases A New Monad Command Shell Beta · · Score: 1

    Ruby might be nice enough, not quite as terse as shell though. Not just the perlish bits: Iterators would probably work quite well in a shell language.

  21. Re:coolness on 1 Million Firefoxes in 4 Days · · Score: 1

    Type about:config into the location bar, filter by "xul", and double click the "browser.xul_error_pages.enabled" setting to turn it on. There might still be some bugs in it.

  22. Like java's HotSpot? on Universal Emulators Return · · Score: 4, Interesting

    They're talking about recompiling sections of critical code, like java's HotSpot. It'll be interesting to see how fast it ends up - the startup time is a pain in java, but it's pretty decent after that. I can't find a source for the "no performance hit" bit. It looks real, and quite impressive, but not exactly what the summary indicates ;-)

  23. Re:Contradiction on ATI Updates Linux Drivers · · Score: 1

    Seems like a fairly simple story to me, people are pragmatic and just want drivers that work. NVIDIA deliver them, ATI don't.

  24. Re:More than Just P=NP on The End of Encryption? · · Score: 1

    Well then that would make it false, wouldn't it? "Every nontrivial zero of zeta has real part 1/2"

  25. Re:More than Just P=NP on The End of Encryption? · · Score: 1
    No, it can't be true but not provable.

    If P=NP then there exists an algorithm for (say) 3-SAT that runs in polynomial time. Exhibiting such an algorithm would be a proof. It could, however, be false but not provable.

    I'm not sure what you even mean by neither true nor false, P and NP are sets of problems. Sets are equal if they contain the same elements. Either there is a problem that is in NP that's not in P, or there isn't.