Slashdot Mirror


User: spongman

spongman's activity in the archive.

Stories
0
Comments
2,450
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,450

  1. Re:Scrolling on Major New Features in Debian Etch · · Score: 4, Funny
    apt-get update

    apt-get install scroll-knobs

  2. Re:I can't find my copy of the memo from Google, on Google Sends Legal Threats to Media Organizations · · Score: 1
  3. Re:Well then on GUIs From 1984 to the Present · · Score: 1

    err, Windows has had device-independant vector-based rendering (GDI) since version 1.0 (1985)

  4. Re:Illinois won't be paying on Illinois to Pay for Unconstitutional Gaming Law · · Score: 4, Insightful
    right, it's up to the fools who voted these people into office to pay the bill. maybe they'll be a little more careful in the future?

    I can dream, can't I?

  5. well... on PR Firm Behind Al Gore YouTube Spoof? · · Score: 3, Interesting

    Gore may well be a boring old fart, but these images are pretty interesting...

  6. Re:A prediction... on Patent Reform Act Proposes Sweeping Changes · · Score: 1

    you didn't need to wait for an article about patents to post this...

  7. easy! on Investing Tips for College Students? · · Score: 1

    1) Go to college 2) Ask Slashdot about saving money 3) ... 4) Profit!

  8. icfp contest on Celebrating Puzzles · · Score: 1
    speaking of puzzles, the ICFP Programming Contest this year was full of great programming puzzles. The depth and ingenuity of this year's contest is simply breathtaking, one of the best computer games I've played for years, all in a 2.2MB download.

    I believe you can still register on the site, get a key to the codex, and solve away at your leisure...

  9. Re:Black holes colliding? on NASA Scientists Simulate Black Hole Collision · · Score: 1

    AFAIK black holes aren't any heavier than the original stars (plus any matter they accrued) and the gravitational attraction (at a distance) isn't any stronger than that of the original star...

  10. Re:SQL server 2005 tools much improved on Learning SQL on SQL Server 2005 · · Score: 1

    FYI: the "GO" command isn't part of the T-SQL language. it's a special pseudo-command used by the tools & APIs to separate batches of T-SQL statements.

  11. Re:What about C:\Progra~2 ??? on Linux/Mac/Windows File Name Friction · · Score: 1
    The long/short name stuff should have been implemented in a different way

    What different way?

    Sure, the exact formatting of the generated short-names could be different, but if you think about it for more than a few seconds, the requirement that the short names cannot change over time requires that you save them in the FS. and that implies that the actual names you get depend on the order in which they're created.

    the bug is that they made the names almost predictable, so people assumed that "c:\progra~1" mapped to "c:\program files" - an invalid assumption.

    the reason these names existed at all was for backwards compatibility with DOS & Win16 (or poorly-ported Win32) apps that couldn't handle long filenames.

  12. Re:Let's see. on Microsoft Releases IE7 Beta 3 · · Score: 1

    no, it's because they want to push WPF as an alterenative to XHTML/CSS and have no interest in improving these competing technologies.

  13. Re:I wouldn't do it.. on Microsoft Workers Prefer Google · · Score: 5, Funny

    yeah, they'll just patch their proxies to rewrite the 'Referrer:' headers...

  14. waste of time on Pirate Party Comes to the U.S. · · Score: 3, Interesting

    why don't all these groups that want to repeal such and such bad law, or change this law, or whatnot, just get together and lobby for campaign finance reform. once that's done they can actually have a snowball's chance in hell of actually getting done what they originally set out to do.

  15. Re:tabindex? on Opera 9.0 Released · · Score: 1
    none, I didn't say the spec supports it, only IE & firefox.

    the tabindex spec, however, states:

    Those elements that do not support the tabindex attribute or support it and assign it a value of "0" are navigated next. These elements are navigated in the order they appear in the character stream.
    which opera doesn't seem to support either.

    i would say, however, that IE & firefox's non-conformant behaviour is actually more functional than that defined in the spec, since it allows you to change the tab order of those elements that don't support tabindex.

  16. Re:tabindex? on Opera 9.0 Released · · Score: 1

    yeah, tabindex is only defined for a few elements, but ie & firefox support it for pretty much everything. it allows you to write custom input fields that handle focus correctly with the keyboard: the stylability of the standard input elements is generally very poor.

  17. Re:tabindex? on Opera 9.0 Released · · Score: 1

    i know it works for input elements and links, but can you set focus on the div in the following:

    <html><body><div tabindex="1" onfocus="alert('yes!');">foo</div></body></html>

    this works on IE/firefox, but not on Opera(8) or Safari.

  18. tabindex? on Opera 9.0 Released · · Score: 1

    do they allow focus on non-'input' elements via TABINDEX yet?

  19. Access 2007? on A Database for the Office? · · Score: 1

    I haven't used it, but there's bunch of new stuff in Access 2007 that might be of interest, including an attachment datatype (documents, images, etc...), improved SharePoint integration (access control, workflow, offline lists). of course, you can pass through to a DBMS if Jet become a limiting factor...

  20. Four Laws on The Question of Robot Safety · · Score: 1
    Asimov wrote four laws of robotics, the zeroth law was
    A robot may not injure humanity, or, through inaction, allow humanity to come to harm.
    The problem with the zeroth law, of course, is that, unlike the other laws, it's up to interpretation as to whether or not a particular action/inaction would break it.
  21. SBC cannot charge more on U.S. House Rejects Net Neutrality · · Score: 1
    I'm pretty sure that if SBC charges web sites more for increased bandwidth then they'll be facing anti-trust suits.

    My company (Grouper) is an online video sharing service. If SBC starts charging us more for access to their customers, then won't they be abusing their monopoly position in that market the to the benifit of Yahoo's video service?

  22. Re:Security Hole == Windows Message Pump on Details on Refining Vista's User Control · · Score: 1

    vista pretty much makes DropMyRights obsolete. you have reduced privileges by default, even when running as admin, and you can only get those priviliges back via UAC which gives the new app different token. you can't elevate an already-running app, it has to be done on process start.

  23. Re:Examples Please! on The Pirate Bay Is Back Online · · Score: 2, Interesting
    the part that interests me the most is the reports that they were denied lawyers because there wasn't a possibility of a prison sentance, but that they were forced to provde DNA samples becuase, wait for it... there was possibility of a prison sentance.

    Sounds like a law's being broken in Sweden, and it's not copyright...

  24. Re:Security Hole == Windows Message Pump on Details on Refining Vista's User Control · · Score: 1
    not any more: a non-elevated application cannot send windows messages to an elevated one.

    in fact, i believe that an application running with one security token cannot send messages to another application that's running with a different token.

    elevated and non-elevated apps, while running as the same user, have different security tokens (and thus different rights).

  25. Re:malware safeguards on Details on Refining Vista's User Control · · Score: 2, Informative
    good question. i'm not sure. the built-in narrator works while the UAC dialog is up, though, and while it's not as good as some of the 3rd party readers, it should suffice for the UAC dialog navigation.

    maybe they should add an option to enable the build-in reader during UAC elevation...