Slashdot Mirror


User: Koyaanisqatsi

Koyaanisqatsi's activity in the archive.

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

Comments · 277

  1. "Gameboard" notebook on A High-School Hacker's Notebook · · Score: 1

    At some point during high school I remember using a notebook for playing chess and checkers. For obvious reasons, boards were not allowed during class time, but you know there are some *really* boring classes and you gotta find something to keep you awake.

    We would layout the checkered pattern with a pen, with minimal difference between dark and white squares, then use pencil and rubber to "move" the pieces around. Each match demanded a new page, as the previous one was trashed.

  2. Re:Brute Force on Speaking in Tongues · · Score: 1


    The listener should still be able to figure it out; context interpretation is only a problem for machines

    But what if the word "bank" have a different translation on the target language depending on the context? In English bank can be used to refer to the edge of the river or the money lenders, no problem. But what if these two distinct concepts are expressed by different words on the other language?

    The same problem happens the other way around. I speak Portuguese and there are so many things like that, you have to apply context when translating something to English. Quick example: the work "casa" can be both the noun house/home or the verb "to marry". Go figure it :-)

  3. Re:Odd, that... on From Software to Soup: On Trading Coding for Crepes · · Score: 1


    I swear, no matter how great my accomplishments in the computing field, there is still the feeling of nothing REAL accomplished. Nothing permanent, nothing that anyone appreciates. I don't like that feeling.

    Hell yeah! that's exactly what I feel. Dunno yet what I'm gonna do when I get tired enough to quit (this career, not a job), but I've been thinking of a small hostel or a ice-cream shop as acceptable "retirement jobs". Not sure though.

    Or, if the "accomplish something" beats too hard, I could always take the dust out of my degree in electronics - which I like, but traded for the more abstract wonders of CS long ago.

  4. Re:I can live with that. on California Tracks Everyone Using Toll Transponders · · Score: 1

    Hey, the article this guy mentioned deserves to be posted on the front page, on its own. Its pretty impressive, if it is like they say. I never heard of such stuff before, and btw got pretty impressed.

  5. Range? on Lasers for Pain-free Dentistry · · Score: 1

    I would be curious about one thing: the range. The drill bit is of a limited size, and it cannot easily get to your throat if is accidentally slips of the teeth you're getting fixed. But the laser is basically (at short distances) a straight line from its emitter, so one small mistake and all that raw power will be frying your inner skin. No good!

  6. Re:How can they rate ?! on Customers Rate PC Vendors' Tech Support · · Score: 1

    Hey-ho, PC is not limited to only IBM-PCs and their clones, as someone wisely pointed out. Look around ;-)

  7. Re:An idea: UL/DL ratios on Closed Gnutella System to Prevent Bandwidth Hogs · · Score: 1

    Audiogalaxy had something like this, remember? If you were sharing less than 10 files you'd be limited to 2 simultaneous downloads.

    I think it was pretty fair a restriction. But not bullet-proof: you could always place some 10 obscure files on your share that no-one would download and still get your download quota ...

  8. Re:A solution for the rest of us on Consumer Friendly (or Disney Hostile) DVD Players? · · Score: 2

    Except if your player (like mine) don't let you access the chapter menu (or *any* menu/key) while displaying that boring warning in three different languages (I'm on region 4), one at a time.

  9. Re:Northern Hemisphere on Perseid Meteor Showers · · Score: 2, Informative


    Saw this on the article over at Space.com:

    Few Perseids are ever visible from the Southern Hemisphere.

    So I guess you're out of luck, uh? (and me too, by the way)

  10. Re:In the air... on Perseid Meteor Showers · · Score: 1

    Considering the very limited sky view from an airplane's window, you might as well not see anything at all. Specially if the lights are on (you may have some luck with light off).

  11. Re:Heinlein: "The Door into Summer" on Techies On Ice: The Coming Age of Cryonics · · Score: 1


    The idea is to pre-pay for the cryonics and put the rest of your assets into investments so that you're rich when you wake up

    Now that's just a fucked-up idea! Mind most (economically active) people do that, who's left to actually run the economy and make sure your investments will deserve some return?

    :-P

    That being said, I want to check the book out, its sure going to be a interesting read at least ...

  12. OT Futurama anyone? on More on the Effect of Digital TV · · Score: 1


    Jack Valenti, the head of the Motion Picture Association of America

    Instantly brings me the image of a head in a jar, on the best Futurama style. I was laughing on the idea.

  13. Re:No, we won't on Governmental ID System in Japan · · Score: 1


    We only have a 9 digit number instead...

    9 digits? Last time I checked, that made room for about 1 billion people. It's still a long way before getting there, but sometime in the future applications will need to be rewritten to accommodate a wider SS#.

    Just think of it as the YSN bug, or whatever acronym you can come up with :-))

  14. Re:so what about non-gui's? on Click-Thru Licensing on Open Source Software? · · Score: 1

    when first installed or on compile

    And would you like all your tens or hundreds of modules to prompt you their particular license every time you build the app? Not for me, thanks.

  15. Re:For good and evil? on Wireless Clouds for Good and Ill · · Score: 1

    I think he really meant 3. Otherwise, he would had written DCLXVI, right?

  16. Re:They're already is. on Suddenly a JPEG Patent and Licensing Fee · · Score: 1

    The problem is, PNG is well suited for images with few colors, or large areas with the same colors, like computer graphics.

    Just try to convert your JPEGs to PNG and see how much space they take now ...

    Yeah, I know you loose info on the JPEG algorithm, but for the eye it does not matter much (at least on moderated compression rates)

  17. Burn you're JPEGs on Suddenly a JPEG Patent and Licensing Fee · · Score: 1

    When is the "burn you're JPEGs" day going to be?

    Trouble is, there is no PNG-like alternate that's widely accepted, not yet.

  18. It *is* the code on Mono and .NET - An Interview · · Score: 3, Insightful

    I can't speak for all the "dot-net languages", but I've been writing lots of ASP.Net code in C# and VB.Net recently and guess what? It's not the tools, it is the framework itself.

    I'm not using Visual Studio, I'm working out of the .Net SDK and what makes me all wowed is how quickly I can do things that used to take hours to build on ASP 2.0, like complex form interfaces, data validation, query output, etc. It's well worth looking at the samples to get acquainted with, I bet you'll be surprised with how powerfull and flexible the framework is :-)

  19. Re:Who else is amused... on Mono and .NET - An Interview · · Score: 2, Interesting

    Will .net apps written for windows similarly only work with the "windows gui toolkit" (or whatever)?

    Yes, they will. As soon as the implementation of the Windows.Forms classes are implemented. That's within the scope of the project and is a big challenge, check it out here.

  20. What about Dot-GNU? on Mono and .NET - An Interview · · Score: 3, Interesting


    On a side note, I would like to see Ximian or the GNU Foundation talking at how MONO and DOT-GNU differ on purpose or how they are similar.

    Frankly, they seem to have the same end goal, and I'm afraid this is a duplicate effort that would be better off if they joined forces.

    Dot-GNU: http://www.gnu.org/projects/dotgnu/index.html

  21. Yes, I definitively would! on Mono and .NET - An Interview · · Score: 5, Interesting

    The .Net framework is a very clean and interesting initiative. Forget Passport, forget web-services and all the other pieces and focus only on the framework and the common language runtime (that the focus of MONO) - its neat, and being able to compile code on several platforms without worrying about ports is a great achievement.

    Off course, don't use platform-specific calls (PInvoke) if you want interoperability, but almost everything else is ok.

  22. Interesting, but ... on Caffeine May Reduce Alzheimers · · Score: 3, Insightful

    Should we now scrap all that other studies that suggest coffee consumption can be linked to higher blood pressure, which can in turn be linked to higher risk of heart attacks?

  23. Re:Problem for USA... No automatic diesels on Alternative-Fuel Vehicle Recommendations? · · Score: 1

    Go for a tiptronic transmission maybe. Pure automatic just means you're out of the loop and don't have control over engine RPM. Don't get me wrong, for inner-city its ok to drive automatic, but on the road I preffer manual.

  24. Re:Also Illegal: on Danish Court Rules Deep Linking Illegal · · Score: 1

    Gee, what's wrong with you people? the parent post should be moded as 5:Funny, it's pure irony!

  25. And for the next release event ... on GNOME 2.0 Released · · Score: 1


    Tomorrow (Jun/27) Miguel de Icaza itself will present Gnome 2.0 in a event promoted by the "Free Software Project", a local state-sponsored initiative in Free Software, here in the south of Brazil (Porto Alegre, Rio Grande do Sul, Brazil)

    For those near by, here are some pointers:

    Roadshow calendar:
    http://www.gnome.org/resources/calendar/roadshow/G NOMEenelSur.html

    The local announcement and invitation:
    http://www.softwarelivre.rs.gov.br/index.php?menu= mais_noticias2&cod=1024761626&tab=1
    (Portuguese only!)

    Way to go guys!