Slashdot Mirror


User: davegaramond

davegaramond's activity in the archive.

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

Comments · 160

  1. Re:genexps on Python 2.4 Final Released · · Score: 1

    Oh, and Ruby does have continuations, and that can be used to implement generators and coroutines if you want.

  2. Re:18 Months on Python 2.4 Final Released · · Score: 1

    I'm sorry to sound trollish, but if that's the best the Python folks can do in 18 months, I'm disappointed. Those things you mentioned (except maybe decorators) are mostly minor, hardly "worth the wait of 1,5 years"! Syntax enhancement for import, big deal. A new command line option, yawn. No OverflowWarning, well that's the consequence of transparent int-bigint conversion. Etc.

    I'm sure there are many improvements and new features in the included libraries ("batteries"), but as far as the language goes, little interesting new stuff I say (again, except for decorators which is quite controversial).

    Where's Python 3000 anyway? When will we see it, if ever?

  3. Re:MySQL much cleaner than Postgres IMHO on The Definitive Guide to MySQL, 2nd Ed. · · Score: 1

    Please define "clean".

    If you mean source code readability, people have said that MySQL's C++ source code is very obfuscated and hard to read, while the Postgres' C source code are pretty well organized.

    If you mean SQL, they're basically the same, but MySQL has some shortcuts like INSERT IGNORE, REPLACE INTO, not requiring "AS" in column/table aliases, etc. But I don't see why this would be regarded as being "cleaner". Not standard-compliance, that's what it is.

    If you mean the app code, why are apps using MySQL cleaner than the ones using PostgreSQL? The API are basically similar (connect, query, etc). Plus if you use a DB abstraction layer (like DBI in Perl), the distinction is even smaller.

    So what do you mean by "cleaner" anyway??? "Not using transactions" is cleaner? (Shudder).

  4. Re:Other side of coin. on NYT Firefox Campaign Raises $250,000 · · Score: 1

    Over IE? Security, security, security.

    Over Mozilla on Windows? Simplicity and IE-like appearance.

    Over Konqueror? Wake me up when Konqueror/KDE is "ready for Windows".

    Personally I use Opera. But the nearest thing today that can replace IE for most people is Firefox.

  5. Re:Other side of coin. on NYT Firefox Campaign Raises $250,000 · · Score: 1

    Agreed. I can't wait the day IE is like 50%, Windows is 50-60% and open source is the rest. I'm sick of being minority and the "standards" being driven by Microsoft.

  6. Re:That seems cool... on Google In A Box · · Score: 1

    Choice C: Use Google Desktop Search. It's free, you just write an adapter to it. But you have to use Windows servers though. :-)

  7. Re:Eager to have this book on Programming Ruby: The Pragmatic Programmers' Guide · · Score: 1

    Second that. Sometimes I'm scared to think that we might dismiss Ruby because there are no good English books about it. It was this book (and the freeing of it to the Internet) that started it all. So, thanks Dave and Andy!

  8. Who's the best e-gov? on 5000 OpenOffice.org Seats for Singapore Government · · Score: 2, Interesting

    Okay, this begs the question. If Singapore is the second best, who's the first. (Also, who's 3rd, 4th, and 5th)?

  9. Crappy Chinese-made products on Chinese Satellite Crashes Into House · · Score: -1, Troll

    I've never had good experiences with Chinese products. Motorcycles, harddisk rackmounts, mosquito zappers, MP3 players, ... they're all cheap and crappy.

    Expect many more Chinese space incidents as they still focus on cost saving and not on stricter QA.

  10. Re:not really on Proposal: Put Library of Congress' Contents Online · · Score: 1

    well, how do we know how much knowledge were lost? for all we know, we could have been more advanced by say 30-40 years had the library persisted...

  11. Re:For Linux/FreeBSD/etc. on Backups to CD-R? · · Score: 1

    um, tar --files-from.

  12. Re:Does it work properly/completely with Opera yet on Gmail Adds Features · · Score: 1

    What I miss from Opera is not the core protocol/language it supports, but HttpWatch-/LiveHttpHeaders-like plugin. I want to be able to peek into the headers of each HTTP request/response Opera is making/getting.

  13. Re:Does it work properly/completely with Opera yet on Gmail Adds Features · · Score: 1

    Agreed. I find that Mozilla/Firefox are the most robust browsers nowadays. IE crashes now and then, and Opera even more (7.5x on Windows and Linux). There's not a week passes by without my Opera crashes at least once, on random occasion and on various sites. I've had Opera freezes too (while eating CPU) several times, mostly due to deleting items in the Wand. The Opera team needs to improve their browser's stability. It's at least the same or worse as IE's.

  14. Re:fanless? on AMD 2500+ Socket A CPUs Compared · · Score: 1

    Even better, can I run my desktop PC completely fanless? I don't use high-end video card or anything fancy.

  15. fanless? on AMD 2500+ Socket A CPUs Compared · · Score: 3, Interesting

    Is there a desktop processor (at least 1700+ or better, AMD preferrably, x86 or amd64) that can run without a fan? I am quite annoyed with CPU fans nowadays. They tend to make more annoying noise compared to power supply fans. I am considering a Thermaltek liquid-cooling solution (around $150-$200) but really what I'd love is to have something that can run without a fan. I don't mind underclocking or buying a slightly more expensive processor. Remember the good old 486/Pentium days?

  16. Re:AOL Employees on AOL Moves Beyond Single Passwords for Log-Ons · · Score: 2, Interesting

    Can't they use a 95% percentile (or 90% or something) to calculate the daily average call time? This way, if you get say 41 calls a day, and only 1-2 calls take a long time, they don't count. But if more than 3 calls take long time, only then they start to affect your average call time.

  17. Re:Ruby - Perl 6 now on perl6-compiler Mailing List Started · · Score: 1

    Python for sysadmin tasks? Blech. You need at least twice the number of characters to type Python snippet than Perl's, on average. With so many typing to do in CLI, you'd definitely want a terse language. Besides, Python is not really suitable to type at the command line (with that whitespace thingy and the limited command-line options). You really will prefer a language that can be specified on the command line as much as possible (e.g. when doing remote SSH commands, etc).

    As for PHP, I really pity the people who prefers PHP (and even thinks it's the greatest thing since the sliced bread). Sure, it works, kinda, but I don't enjoy coding in PHP. PHP for work, Ruby for fun.

  18. Re:So what exactly is the difference... on JRuby Great Addition To Java Development · · Score: 1

    The difference is, Groovy is not Ruby :-) Groovy is a new language, and it borrows some syntax/features from Ruby (as well as Python).

  19. Re:I agree with the article on RMS On How To Fight Software Patents · · Score: 1

    But surely more companies are contributing code to BSD-ish projects right now? Examples: Fujitsu with PostgreSQL, Apache, Ruby, Perl, PHP. And I bet Yahoo! is contributing lots of code into FreeBSD. Linux is one big exception, of course.

  20. Re:Tom Lane on Unsung Heroes of Open Source Software? · · Score: 1

    Agreed. Tom Lane's dedication to the PostgreSQL project (including being active in the users' mailiing lists) is admirable.

  21. Re:python's list processing rules on Dive Into Python · · Score: 1

    Sorry, your post is kind of stupid. You confessed you never use Ruby but you proclaim that Python 2.3 is better. WTF? Ruby has been converting int-bigint automatically since waaaaay before Python 2.3.

  22. Argh... My database is 5.1GB! on Sybase Releases Free Enterprise Database on Linux · · Score: 1

    Oh well, back to PostgreSQL then :-)

  23. Not fair! on PostgreSQL 8.0 Enters Beta · · Score: 2, Insightful

    Dude, with "kill -9" it will not be long until you corrupt PostgreSQL, MySQL, etc. too.

  24. Re:Windows support on PostgreSQL 8.0 Enters Beta · · Score: 1
    For many, many databases, the special features of foreign keys, stored procedures, etc. are not required.

    Foreign keys are _special features_? Not needed? Argh! The only kind of people who say something like this are: a) idiots; b) people who have been brainwashed by MySQL marketing. And to think that you said you have extensive experience with Oracle... (shudder).

    Even with only two tables, most databases need foreign keys to maintain data integrity.

  25. Re:in other news: on PostgreSQL 8.0 Enters Beta · · Score: 1

    This is not even a good troll, not by far. Beta news is important, especially for a software that's used by many. It will encourage people to try it, and thus find more bugs. Postgres 8.0 in particular is important, as it introduces a new platform (win32). Slashdot also carries news about XP2 being delayed (and then re-delayed, and then again). That's even less interesting than Postgres 8.0beta news, in which new software are actually delivered.