Slashdot Mirror


User: los+furtive

los+furtive's activity in the archive.

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

Comments · 604

  1. I did it before, and I'll do it again on Gmail in the News · · Score: 5, Interesting
    I've you'd like a Gmail account, send me an email at chrislamothe@gmail.com and as I get invites I'll hook you up. I've hooked up 18 people this week alone.

    What I noticed was that as soon as Yahoo announced they were upping their email limit, Gmail started letting me invite about 5 people a day.

    Understand that I already have a backlog of 10 slashdotters waiting for accounts, but I labeled them all and as the invites trickle in, I'll pass them on...my friends and family and irc buddies are already hooked up.

    Cheers!

  2. Re:Sex on Best To-Do List Software? · · Score: 1
    I'll second that recommendation. Its unobtrusive shrinking to a tiny box when you're not using it, it saves without having to hit a save button, it encrypts your data, it works great for dumping snippets of code, it goes away when it loses focus, I love it.

    Some things I don't love about it? Well, sometimes it hides itself off the screen (negative coordinates) and I'm forced to manually change it in the ini file (mostly happens on my notebook when i switch from monitor to lcd). I wish it pasted to one font/color, rather than keeping the font/color of whatever you're copying/pasting. The right click menu doesn't have copy/paste (for when my hands aren't on the keyboard).

    Of course, I have no reason to complain since the source is freely available...I just lack C++ skills.

  3. Re:The Truth About Hotmail on Slashback: Munich, Harlan, Alacrity · · Score: 1

    Okay, I gave away my five invites, you'll have to ask someone else, to those that got them, enjoy! To the rest, you will be slowly digested by google's advertising bots over the span of a thousand megabytes.

  4. Re:The Truth About Hotmail on Slashback: Munich, Harlan, Alacrity · · Score: 1

    Since Yahoo upped their limit Google has been giving me five Gmail invites a day... ChrisLamothe@gmail.com I'll be glad to hook you up, already done it for two slashdot strangers.

  5. Re:Scripting with Java on Searching for the Best Scripting Language · · Score: 1
    Did you even check out the link? Its a JavaScript API for Java, which allows you to do JavaScript like scripting using Java objects. Everyone who works with this stuff is already well aware that Java != JavaScript. Its aimed at people like you who works with this stuff for a living and realizes that its quite easy to whip stuff together with JavaScript, but that there is no file access with JS, while there is file access with Java but its not always easy to whip something together quickly.

    I simply did a bad job explaining Rhino in the first post (yes, I had been drinking).

  6. Scripting with Java on Searching for the Best Scripting Language · · Score: 2, Informative

    If you'd like to try scripting with Java, then I suggest looking into Mozilla Rhino, which allows one to script Java via JavaScript.

  7. Re:Why not... on Preview of Moon-To-Mars Report · · Score: 1
    Oh yeah, 'cause there's a whole wack of profit to be made from outter space...like slave labour from the other planets, and getting breadfruit trees that grow on the small moons, and lord knows we need better spice routes.

    Bah, the vastness of space doesn't elude my imagination, and I can't see why any business would want to do it beyond the tourist/wow-bang factor. There's plenty of things to invest in here on earth that are closer to being fruiteful (e.g. biotechnology and nanotechnology) and profitable than anything to be had above the earth.

  8. Re:xorg changes on Mandrakelinux Goes X.org · · Score: 4, Funny

    Slightly older versions? You are obviously not familiar with Mandrake.

  9. Airtunes...bah! on Apple Rolls Out AirPort Express, AirTunes · · Score: 1

    My Homepod is way cooler than that, and has a display as well. Still, maybe we'll be able to do away with the Homepod's server software and use whats built into iTunes to work with AirTunes.

  10. Boycotting isn't enough on Linux Today Founder Calls for Boycott of Linux Today · · Score: 2, Insightful

    You also have to tell them that you're boycotting their product, and why. The best link I could find was to contribute a news story to their site.

  11. Re:$2k huh? on Gaming PC Makers Take Aim at Lucrative Niche · · Score: 1
    Crap, i previewed and yet still somehow managed to delete the total cost.

    Total cost was $2000 Canadian, or about $1500 US.

  12. Re:$2k huh? on Gaming PC Makers Take Aim at Lucrative Niche · · Score: 1
    I'm running FarCry at 1280x1024 with everything set to max and feeling very comfortable. My box is this little baby with a gig of dual ddr, a 2.8Ghz 800fsb P4 overclocked to 3.2Ghz with an ATI AIW 9800pro and a WD 120gb 7200 with 8megs cache...total cost? Anyone who pays more than that for their PC is a fool.

    P.S. Its not just a gaming box, i do all my work on it too, just in case someone thinks i'd spend $1500 to play games.

  13. Re:I would be wary of this news on Sun COO Schwartz Promises Open Source Solaris · · Score: 1
    You forgot the content type in the script tag you lazy haxor. Type is a required field.
    <script type="text/javascript"> alert('Haxored'); </script>
    Next time do it properly
  14. Re:HTML on Programming For Terrified Adults? · · Score: 1

    Crap you're right. I guess I'm so anal that I forgot about all the things you can get away with. Another weakness about JavaScript is I have yet to find a decent tutorial to point people to besides W3 Schools.

  15. Re:I agree on Programming For Terrified Adults? · · Score: 5, Insightful
    What would be the point?

    It has a syntax.

    It is easy to deploy

    It applies the concept of nesting

    Its a weak introduction to xml

    It can be mastered in a matter of days

    Its a great launchpad towards JavaScript

    It makes old ladies smile a heck of a lot more than

    public static void main(String[] args){ System.out.println("Hello world!");}
  16. Re:HTML on Programming For Terrified Adults? · · Score: 2, Informative

    The problem is that HTML "intrpreters" as well as ECMA Script (Java Script, JScript, etc) are very lax as far as enforcing good syntax.

    HTML lax? Absolutely.

    ECMAScript? No way jose.

    JavaScript/JScript may be lax in following ECMAScript standards, but if you don't follow the syntax, it blows up in your face as soon as its called. I think HTML is lax, but still requires enough accuracy that it can reward the person with results, while not driving them nuts with nitpicking of details, while JS will turn it up a notch when the time comes.

  17. Re:HTML on Programming For Terrified Adults? · · Score: 5, Insightful

    True, but it is a good introduction to other more involved laguages.

    In what way ?

    In this way:

    1. It shows the user that most programming can be done by a text editor alone (lets not confuse her with a compiler just yet).
    2. It shows her how important syntax can be.
    3. It gives tangible results very quickly.
    4. After you've created a static page, you can introduce her to JavaScript... a programming language that again doesn't require a compiler but contains a C like syntax, gives her a feel for conditions, arrays, loops and even regex if she wants to go there. Best of all it is simple, has loosely typed variables and runs from just about any browser. Plus Mozilla has an excelent debugger.
    5. After she's figured out how for loops and comparators and functions work and realizes she can only do so much with JavaScript, introduce her to a server side language, and go crazy from there.
    But the most important reason of all I can think of starting her off with HTML, is because she can show off her work to her friends, both faster and in a much more impressive manner than writing something in perl/c/c++/java/vb/python/whatever, and they will be able to appreciate it.
  18. Mod parent up! on Sneak Preview of VIA's next-gen mini-ITX mobo · · Score: 1

    Mod this guy up...that's cooler than the article itself!

  19. Re:ice age on Pentagon Climate Change Author Interviewed · · Score: 1

    Any Calgary fans know the story on Regehr? The guy was born in Brazil?

    His parents where Christian missionaries. He's played for Team Canada as well as Kamloops, so he's pretty Canadian.

  20. Re:State of the art STORIES? on Shrek 2 How-To · · Score: 1

    I really wanted to like more the first "Shrek"

    You'll like it once you go see it. It does a good job at poking fun of Disneyfied fairy-tales, while actually having a decent moral to it. And some effects, such as the grass/wheatfields and the dragon's lair are quite well done.

    I had my doubts before seeing it as well, but I'm glad I saw it. Now as to whether the sequal is any good, I again am filled with a certain amount of reservation, although the ratings have been quite high.

  21. Re:Documentary? on Cannes' Palme d'Or goes to Michael Moore · · Score: 1

    I like the part where you omit the fact that Godard hadn't seen the movie. Any critic that judges without having seen the evidence deserves not to be heard.

  22. Re:300W? on Small Form Factor Dual Opteron · · Score: 1

    SFF boards usually only have one PCI slot and handle only one 5 1/4 device and two 3 1/2 devices, so already there's less changes of maxing out your power supply...at the same time they usually have quality power supplies. My Shuttle SB65G2 only has a 220w power supply but has no problem handling a P4c 2.8GHz (overclocked to 3.2GHz) and a ATI AIW9800Pro.

  23. Re:Does this mean Graffiti will make a return? on Xerox Patent Ruled Invalid, palmOne Exonerated · · Score: 3, Interesting

    Hear hear! I've been going nuts with my Tungsten E, having owned a Palm IIIe for the longest time before. Even after five months I still make the same mistakes. I refuse to be forced to learn yet another alphabet.

  24. Re:0+0=0 on McBride At A Loss For Words · · Score: 1
    Hehe, reminds of me the Kids in the Hall skit where Dave Folley asks his son:

    "How many girls did you go out with today son? None? Well you know what they say, zero plus zero equals FAG! That's right son, zero times any given number equals FAG! Think about it ya little mathematician."

  25. Re:Another Rip Off on Modded XBox The Ultimate Multimedia PC? · · Score: 1

    Imagine if the wheel had been square when it was first invented.

    Fool, if the wheel hadn't been invented round, it wouldn't be what it is for that very reason.

    Perhaps a better argument for the original poster to use would have been "If it ain't broke, don't fix it."