Slashdot Mirror


User: Two9A

Two9A's activity in the archive.

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

Comments · 67

  1. Facebook Generation, Google Generation,... on The Impatience of the Google Generation · · Score: 4, Insightful

    I don't feel myself to be a part of whatever generation the journalists want to refer to this week. I use Google, but I also read books. I use Facebook, but I also meet up with friends.

    Can't we just use the technology available to us, without being branded with the [Insert Keyword] Generation tag?

  2. Re:Why did they buy it? on Sun Buys MySQL · · Score: 2, Informative

    On Slashdot, everyone's facetious. I don't expect to be modded Informative for this post, for example ;)

  3. Re:CV? on How to Recognize a Good Programmer · · Score: 1

    Or perhaps the author lives outside the only country in the world which calls it a "resumé". Some basic awareness of the world comes in useful when you're a programmer.

  4. Re:waste of time on How to Recognize a Good Programmer · · Score: 1

    Informative? I don't believe that's the mod Profane was going for ;)

  5. Re:It's Sphinx on Egypt to Copyright Pyramids and Sphynx · · Score: 1

    As far as I understand it, the Slashcode for submission of comments strips out any characters outside the subset of (lower ASCII + a few accented characters). Unicode pages like Greek, CJK or Klingon won't make it through to the final comment.

    So, your Greek isn't rendering because it isn't there :)

  6. Re:Why the shortage? on Retail Store Scalping Wii Consoles on eBay · · Score: 1

    And, of course, you deliberately miss the parent's point entirely.

    The issue is the shortage in the UK, even though the console hardware and retail package are exactly the same. There's no valid reason for this shortage, other than an artificial restriction somewhere in the chain.

  7. Re:Not in my experience on Where are Wii? · · Score: 1

    Oh, my kingdom for mod points. Mod parent down; he did ask for it.

  8. Re:WTF -- Re:Its an industry rag.. on The Biggest Roadblocks To Information Technology Development · · Score: 1

    You seem somewhat confused.

    OOXML is the "Microsoft version". You may be thinking of ODF, the Open Document Format.

  9. I use a spider-skimmer on Who Needs a Satellite Dish When You Have a Wok? · · Score: 3, Interesting

    I've got a wireless link (11g) set up between two Linksys routers. At one end, I've put a spider skimmer behind the antenna; it's one of those Chinese cooking tools used to pick items out of a deep fryer. Near-perfect parabola, wire mesh of 6-8mm, bamboo handle; ideal reflective surface for a 2.4GHz signal.

    I get about +12dB gain with the "dish" installed; not bad for £5.

  10. I didn't know either on Advice For Programmers Right Out of School · · Score: 1

    I just had a crazy idea one day, that it'd be cool to write an emulator for that fancy new Nintendo DS that was yet to be released (this was mid-'04). And I said what the hell, and started on it; eventually, I ended up with DSemu. Of course the code wasn't massively good, and the design of the plugin architecture was horrid; that was the point. I learned much more in a year of writing an emulator, about code structure and good design, than ever I learned at college.

    Many people on here have mentioned existing open-source projects to look at, including MAME; if you add DSemu and mic's Dualis to the list, I'd love to see the fruits of the DS emulation scene in your studies at some point. DSemu's maintained by Chris Double now, so feel free to throw any questions at either Chris or myself.

  11. So, puzzle me this on Tech Czar Unimpressed With US IT Workforce · · Score: 1

    I'm a EE grad, with multiple years of experience in programming (web and application development), open-source projects released, and even a couple of professional certifications under my belt. And I'm unemployed. I'm not feeling the "shortage" in tech workers over here.

    It's not like companies can't afford me (friends of mine will attest that I work for very little money), so I've no idea why I can't even get an interview or callback.

    That said, I do have a 0% interview success rate ;)

  12. I like the man's thinking on Håkon Responds to Questions About CSS and... · · Score: 3, Interesting

    AJACS definitely seems to apply better than the AJAX that everyone calls it at the moment: when was the last time you saw XML being thrown over xmlhttprequest, as opposed to plain HTML/CSS?

    I also definitely agree that it's the browser developers (particularly Microsoft) who are dragging their heels on CSS support. Heck, my copy of Firefox 1.5 fails Acid2 hard; fortunately, I know that work is being done there to gain compliance before too long.

    As for printing with CSS, I'm a convert. The last document I wrote that wasn't HTML/CSS was my college final project report, about 2 years ago (that was in TeX); since then, everything I've done has been HTML, styled for screen and print. Heck, even my resume's HTML.

  13. Tagging? on Netscape.com Loses Its Identity · · Score: 1

    I'll probably get modded offtopic, but do people really understand the tagging feature? I don't think "no" is a valid tag for this article, since it tells me nothing about the content. "netscape" I think is a perfect fit; if you wanted to find articles about "netscape", this would pop up, and I expect that. But articles about "no"? I don't see that happening.

  14. Commodore on N.Y. County Mandates Wireless Security · · Score: 1

    If I'm not mistaken, Westchester was the town where Commodore set up its headquarters, in its heyday of the PET/VIC series. Would they be required to conform to this law, or would they not fall under the 'small business' provisions?

    (Ignoring the fact that Commodore would probably implement their own wireless standards with lowest-cost components, to exempt themselves.)

  15. GOTO? on PHP 6 and What to Expect · · Score: 2, Insightful

    Admittedly, I didn't RTFA, but 'goto' is almost definite to be included in PHP6 upon release. Do we really need this pandering to the VB migration crowd, sacrificing code structure for the sake of a bigger PHP userbase?

  16. Reasons for passworded Wiki on Nintendo DS Homebrew and Hacking · · Score: 1

    The maintainer of the wiki has passworded the ability to edit pages, as he says he wants the information put in to be accurate and verified; only after it's been checked against different batches of hardware should the info go in. And of course, since some of the pages don't exist yet, they'll come up as passworded.

  17. Re:Emulator on Nintendo DS Homebrew and Hacking · · Score: 1

    Looks like that ndsemu place has an old version of the DSemu emulator. I saw a version that got updated today, over here.