Slashdot Mirror


User: jrockway

jrockway's activity in the archive.

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

Comments · 2,859

  1. Re:US needs to be more like Europe on How Great Cheap Phones Never Get to the U.S. · · Score: 2, Funny

    This is slashdot. Nobody here has 1000 friends :)

  2. Re:Nice ad on Everglide s-500 Headphone Review · · Score: 1

    > People, for $100 you can buy yourself a kickass set of headphones, that won't only be well suited for playing games but for enjoying music aswell.

    Even for $20, you can have a good headphones. I recommend the Sennheiser HD201s... they're $20 and they sound excellent. I use them when I'm on the train or whatever since they sound decent and block out noise. At home, I use the Sennheiser HD600s (which are like $300, but you get what you pay for) and Beyerdynamic DT880s, which are also wonderful.

    I don't play a lot of games, but I noticed that positional audio in games like UT2004 is MUCH BETTER when you have phones that can reproduce all frequencies at a consistent volume (and keep the two channels in phase).

    My guess, though, is that these $99 headphones are crap compared to the $20 senns. (BTW, if you don't want to spend quite as much as the HD600s, the HD555 is good too and about $100 cheaper.)

    Also, I tend to trust headphone reviews at http://www.dansdata.com/, if you're looking for intelligent reviews before buying.

  3. Re:I'll take the Offtopic hit for this on Mars Rover Spirit Down a Wheel · · Score: 1

    >
    <//ecode>

    No. You use &lt; and &gt; which means &lt;br&gt; converts to <br>.

    Or you can use "extrans" mode, which is what I did for this post :)

  4. Re:pron.awesome on Senators Renew Call for .XXX Domain · · Score: 1

    > in_array("!=", $englishWords) == false;

    You mean scalar grep {/!=/} @english_words evaluates to 0.

  5. Re:pron.awesome on Senators Renew Call for .XXX Domain · · Score: 2, Insightful

    > programming != english

    "!=" != a word ;)

  6. Re:pron.awesome on Senators Renew Call for .XXX Domain · · Score: 5, Funny

    ??It'd be like a MySpace, but obscene!.

    A true programmer. :) You use the ! so that it's scoped to the word "obscene" and thus (mentally) need the . to actually finish the sentence. I often write things like: `` He said, "This is a sentence.". '' with the `.".' construction -- the first period ends the quoted sentence and the second ends the complete unit. Grammar nazis dislike this, but it makes sense to people who think like programmers. Glad to see I'm not the only one :)

  7. Re:Laptops + Flatbeds on Cost Effective Scan-to-FTP Products? · · Score: 1

    Keep in mind that (even when overclocked) the NSLUs are SLOW. I used mine as a mail gateway briefly, but it took almost a full minute to run spamassassin on each incoming mail. Eventually, when the load went up, mail would get lost.

    Anyway, make sure you scanning software works with 32M of RAM. Swapping just doesn't work with the NSLU.

  8. Re:Explain how? on WinXP on a Mac, Hoax? · · Score: 0

    I got Windows Server 2003 to run on my machine:

    http://driveway.uchicago.edu/

  9. Don't waste your time. on Should You Pre-Compile Binaries or Roll Your Own? · · Score: 4, Informative

    Recompiling software gets you almost nothing. Maybe 10% more performance, at the very maximum.

    There are special cases like when you want to use dynamic libraries instead of static (to save memory), or when there's a major architecture change (PPC -> x86 for Apple). In those cases you'll gain something.

    Another case is rewriting your program to use CPU-specific instructions, like Altivec or SSE3. That, in certain circumstances, will speed up your program.

    But if you're compiling OO.org or Mozilla because you think your 686 version will be 100% faster than the 386 version, you're wrong.

  10. Re:Um, no. on Opera 9.0 Fully Passes ACID2 Test · · Score: 1

    > CSS isn't like XML where if you have a syntax error the user agent is supposed to barf out some error message.

    It should be. Computers aren't good at guessing what a human means, so they shouldn't try. If I type "a = mallco(123)" the C compiler shouldn't assume that I mean "malloc(123)" -- it should error out. CSS is a programming language and shouldn't be exempted from 70 years of standard practice.

  11. Re:Um, no. on Opera 9.0 Fully Passes ACID2 Test · · Score: 2, Informative

    > It has absolutely nothing to do with testing broken css rendering at all.

    From the ACID2 site: "Note: some 827 people (rough estimate, contents may have settled during shipping) have written to point out that the CSS used in the test is invalid. This is deliberate, as a means of exposing the ability of user agents to handle invalid CSS properly."

    Sorry, handling broken CSS properly is not using the stylesheet. Anything else is gravy.

    Anyway, try the CSS validator yourself. ACID2 ain't valid CSS:

    http://jigsaw.w3.org/css-validator/validator?uri=h ttp%3A%2F%2Fwww.webstandards.org%2Fact%2Facid2%2Ft est.html%23top&usermedium=all

  12. Re:And, on cue... on Opera 9.0 Fully Passes ACID2 Test · · Score: 2, Interesting

    ACID2 has nothing to do with w3c standards. ACID2 is a test of "proper behavior" when the CSS is completely invalid. It's "important" since most web lackeys can't write correct code... so browsers need a way to display improper code in a "proper" way -- that's what ACID2 is about.

    Personally, I think the correct rendering of the ACID2 test is a blank page, or maybe an error message that says something like, "This is not a web page."

  13. Re:Whew! on Security Flaw Discovered in GPG · · Score: 1

    > What good is signing something if you never verify it?

    None. But you don't have to use GPG, you could use Crypt::OpenPGP instead.

  14. Re:The iTunes first track outsold the CD first tra on iTunes Sales Ban Does Increase CD Sales · · Score: 1

    > Noooo, Slashdot is 'news for nerds' and would never treat its readership as if they were illiterate morons.

    Slashdot posts stories to discuss. They don't write their own stories. The point of slashdot is comments like yours -- that's why people read slashdot. If you're just here for some tech articles, you're in the wrong place. (Check out digg.)

    If you're here for discussion, that's what slashdot is about. You're in the right place ;)

  15. Re:Compatibility on Google Enters Web-Office Market · · Score: 1

    > Do you login to Slashdot everytime you post or visit? I kind of like not having to. How would you do that with [sic] cookies?

    Maybe how slashdot does it, with the "You can automatically log in by clicking This Link and bookmarking the resulting page. This is totally insecure, but very convenient."

    "This Link" is available on your user preferences page.

  16. Re:Writely Vs Word on Google Enters Web-Office Market · · Score: 1

    The Googleplex is in Mountain View, California. :)

  17. Re:Whew! on Security Flaw Discovered in GPG · · Score: 1

    Mails signed with GPG are fine. It's mail that's verified with GPG that can be forged.

  18. Re:Well, there goes the current House and Senate on Massive Porn Buyer Info Leak · · Score: 1

    Is it really that big of a deal if they do look at pr0n? It means that the social taboo will be lifted if everyone does it.

    (Pr0n is a perfectly normal thing in Japan... maybe we should be as progressive as them?)

  19. Re:Limitations on Playing the World From a Basement · · Score: 1

    Two words: Google Video. Google has PLENTY of bandwidth.

  20. Re:Encryption on Google Slips Talk of Online Storage Service · · Score: 0

    The point of Google encrypting everything is to prevent the mere act of having an encrypted file be suspicious. If every file on Google's server is encrypted (possibly with your own key that only you and Google know, and maybe not Google), then having an encrypted file won't be "suspicious". If you're being investigated for a specific crime, though, then Google will give the Feds a key. This is no different than the Feds busting down your door and repossessing your computers.

  21. Re:Encryption on Google Slips Talk of Online Storage Service · · Score: 3, Interesting

    > makes the data much harder to index

    1) Upload
    2) Index
    3) Compress
    4) Encrypt.

    Problem solved.

  22. Re:What does your ISP have to say ? on Neighborhood WiFi Security · · Score: 1, Informative

    > Just wondering, who is your ISP? Sounds like either a great deal or very expensive.

    It's Speakeasy, and (in my area), they're not much more than everyone else. I pay $75/month for 1.5M/384k, which is probably expensive by most people's standards -- but you get what you pay for. (They also have 6M/768k for like $5 more... but my local telco won't let them offer that here.)

  23. Re:What does your ISP have to say ? on Neighborhood WiFi Security · · Score: 1

    > How can they tell if you have a NAT layer?

    Depending on how the packet was translated by the NAT, the TTLs between different packets may differ. Since there is no way this could happen if you just had a single computer, they can tell that you're violating the ToS.

    Linux and OpenBSD (I think) both have ways to prevent this.

    However, if you really care, you should get a real ISP. My ISP encourages me to share my connection, and will even handle billing my neighbors if they use my connection exclusively. (In addition, I can run as many servers as I want, and, of course, there's no bandwidth limit.)

  24. Re:Well, duh on CNET Accuses Apple of Over-Hyping Launch · · Score: 1

    > Apple must be scraping the bottom, because that's just pathetic.

    You're contributing to the problem (if it is one) by talking about it. It's just what Apple wants -- people to run around saying Apple, Apple, Apple. People won't remember why you're talking about Apple. They'll just remember that Apple is what you're talking about. When it comes time to fork over $100 for a piece of cloth, you can bet they'll be heading over to the Apple store to check out the Apple leather case. Why? Because you keep talking about it.

    Apple is not the one doing the hyping -- people like you are. If you want to stop the hype, then talk about something else. If you want to continue the hype, talk about how Apple is over-hyped. Because that's exactly what they want you to do.

  25. Re:Check it out on KOffice GUI Competition Winner · · Score: -1, Troll

    I would say it's a shame that OO.org runs on proprietary operating systems. Why should good Free software help M$ and Apple sell operating systems?