Slashdot Mirror


User: egoots

egoots's activity in the archive.

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

Comments · 110

  1. Re:Is it really not that obvious? on The Rage For MOOCs · · Score: 2

    For programming type classes (Udacity / Coursera) the assignments and tests are actual programming assignments, not multiple choice. The only Multiple choice questions are during the short lecture segments to try and help keep students engaged and reinforce (in a small way) the topic.

    For other course types it is a bit more challenging. I know Coursera was using a peer review system for "Essay" type questions, but I don't have personal experience on how that worked out.

  2. Re:Wow on Using Crowdsourcing To Identify Vancouver Rioters · · Score: 1

    There were both types of people there...

    The guys who had ski masks, gas cans, baseball bats, and hammers were clearly prepared to raise hell and break shit up are the ones the police are referring to.

    In addition to those, were all the drunk, macho, (proverbial) lemming types who thought it must be a cool thing to do.

  3. Re:Feature Bloat on Firefox 4 RC1 Released · · Score: 1

    Firefox suffers from its constant desire to meet or beat Chrome and the gajillion UI features Google throws into the browser every other day. .

    The perception is that if they don't keep up, they will lose market share. Maybe you or I don't want them, but all the people who make noise and write reviews and articles compare all these things and pan them if Feature X is not there.

    You're damned if you do, and damned if you don't (add features) these days

  4. Re:This is well known to a small community on Google, Microsoft Cheat On Slow-Start — Should You? · · Score: 5, Informative

    Are you a wizard?

    No, he's John Nagle.

  5. Re:What about internal vs. external sound card? on Do You Really Need a Discrete Sound Card? · · Score: 1

    USB isochronous interfaces guarantee timely delivery. You can also reserve bandwidth so other traffic doesn't affect it. Latency is "bounded" but I don't have figures on what the actual bounds are. (USB 1.1 had 1msec frames and USB 2.0 has microframes at 1/8th of that... so you can get a feel) Now -- given a crappy device driver and all bets are off.

  6. Re:Well, sort of lock-free. on Scalable Nonblocking Data Structures · · Score: 1
    A shared data structure is considered "lock-free" if its operations don't require mutual exclusion. So if a process is interrupted in the middle of an operation, it will not prevent the other processes from operating on that object.

    Technically, there are more formal definitions which state that it guarantees that some process in the system operating on the concurrent object, will make progress in a finite number of steps.

    An object is termed "wait-free" if each process will make progress in a finite number of steps.

  7. Re:What are the tuning parameters? on First "Real" Benchmark for PostgreSQL · · Score: 1

    hear, hear... mod the parent up.

  8. Re:Eiffel Contracts are syntactic sugar on EiffelStudio Goes Open · · Score: 1

    You can do design by contract in any language.

    Thats akin to saying you can also write any program in assembler, so why use a high level language...

    Also, dont forget that Eiffel gives enforcement of class invariants.
  9. Re:Upgrading between 8.0 and 8.1 on PostgreSQL 8.1 Available · · Score: 2, Informative

    From the Release notes:

    E.1.2. Migration to version 8.1

    A dump/restore using pg_dump is required for those wishing to migrate data from any previous release.

  10. Re:Article text for your convenience on PostgreSQL 8.1 Available · · Score: 2, Informative

    Wooww... This looks more and more like Oracle version 7 released in the early 90's. Oracle has had 2PC (2 Phase Commit) for about 15 years now. Nice catchup

    So has Firebird... See: http://firebird.sourceforge.net/index.php?op=guide &id=ib6_overview.

  11. Re:PostgreSQL vs MySQL on Sun Eyes PostgreSQL · · Score: 1

    It's fixed in the upcoming 8.1 version, now in beta.

    Are you sure?

    I didnt see it in the release notes... but I did see reference to a fix being held for 8.2. See: http://momjian.postgresql.org/cgi-bin/pgpatches_ho ld

    I hope it is not deferred until 8.2... sigh.

  12. Re:PostgreSQL vs MySQL on Sun Eyes PostgreSQL · · Score: 1

    OS Support: PostgreSQL ~= MySQL; postgres came a long way, e.g. there's now a stable Windows version.

    I just wish they would figure out a way to get a fully functioning Unicode version for Windows. It sounds like they threw the baby out with the bath water. See their FAQ for their detailed description: http://pginstaller.projects.postgresql.org/faq/FAQ _windows.html#2.6

    I think the FAQ needs clarification. They say "Unicode is not properly supported on Windows, and therefore cannot be used.". My impression is that the reality is more like, "PostgreSQL uses UTF-8, and this encoding is not fully supported on Windows the way they would like. Windows (NT, 2000, XP, 2003) does support UTF-16 natively."

  13. Re:Making DirectX faster isn't the issue on OpenGL Programming Guide · · Score: 3, Informative

    What they are doing is layering the opengl icd on top of directx, freezing it at 1.4, disallowing extensions, and NOT providing info to 3rd parties to implement their own icd driver... Net result it will be 50% slower. See http://en.wikipedia.org/wiki/Opengl for details (scroll to "Future in Microsoft Windows").

    If true, it sure sounds like they are hobbling Opengl

  14. Re:Microsoft on OpenGL Programming Guide · · Score: 1

    see http://en.wikipedia.org/wiki/Opengl and scroll down to the section entitled "Future in Microsoft Windows".

    It includes excerpts from some meetings at the recent Siggraph... it doesnt look good for OpenGL under Vista?

  15. Re:Nethack and Slash? on Review: Dungeon Siege II · · Score: 1

    Your link is dead... but the following seems to work: http://www.linuxgames.co.za/projects/vultures/

  16. Re:TR1 is interesting on Effective C++, Third Edition · · Score: 2, Informative

    Perhaps your googling skills need a bit o' work ;-)

    TR1 is the Technical Report (#1) on C++ Language Extensions. In other words it covers the standard library rather than the language itself.

    Try one of the following:
    Technical Report PDF http://www.open-std.org/jtc1/sc22/wg21/docs/papers /2005/n1745.pdf
    Scott Myers Summary: http://aristeia.com/EC3E/TR1_info_frames.html

  17. Re:Just like the AMD version on Shortcomings Revealed in nForce4 SLI Redux · · Score: 1

    I agree with you. I have NForce-4 / AMD combo. I couldnt figure out why Pegasus mail kept getting hung up when send mail via SMTP. It turns out that the Checksum Offload advanced feature on the ethernet controller was the culprit!

  18. Re:Or on Comprehensive Guide to the Windows Paging File · · Score: 2, Informative

    I had run the Windows 2000 default defragger quite often before this, and most of the actual files were defragmented just fine, but there was tons of green slivers in the display there before I ran Diskeeper, and only a few chunks of solid green afterwards. I got rid of diskeeper because I didn't like it running in the background all the time, but its reboot defrag process was pretty good.

    The Windows 2000/XP defragmentor is a limited version of the Diskeeper defragmentor that MS licensed. By definition the limited version does not defrag the MFT or Registry hives. Also, you don't have to run Diskeeper in the background. There is a configuration setting for this! Just run it when you want to defrag

  19. Re:Why MySQL and not PostGreSQL? (honest question! on Build a Database Driven Site -- Quick · · Score: 1

    "As it turns out, mysql was still an order of magnitude faster on some tests, while mysql and postgres were close on only a few of the tests."

    Which table type was used in the the default MySql setup?

  20. Re:Why MySQL and not PostGreSQL? (honest question! on Build a Database Driven Site -- Quick · · Score: 2, Informative

    Mysql installs & runs on Windows without any third party software. (Yes, the Web really runs on Linux. I know, I know.) PostGreSQL seems to run on Windows only in emulation (via Cygwin).

    This is no longer true! PostgreSQL 8.0 was recently released and one of the main feature enhancements is a Win32 Native Server

  21. Mod Parent up on Intuit Disables Features in Quicken To Force Upgrades · · Score: 1

    I tend to agree. Its one thing to stop providing a service, its another to stop a program feature from working.

    In this case, downloading of account data from your bank into your software should not require Intuit's servers or services. It is a cash grab. The question is, what can one do about it?

  22. Re:Ruby still needs ISP support on Rolling With Ruby On Rails · · Score: 1

    Have you worked through this?

  23. Re:But is the SQL any good? on Rolling With Ruby On Rails · · Score: 1

    The ORM layer is a weakness I think, the author is clearly not interested in understanding the relational model and has admitted as such in the mailing list. He commits the The First Great Blunder.

    A bit off topic, but the first great blunder that you refer to is not exactly universally accepted as an irrefutable truism. That being the case, this doesnt seem to a major barrier to me. My understanding is that the ORM layer is based on the ActiveRecord pattern which is described by Martin Fowler in his book Patterns of Enterprise Application Architecture.

  24. Re:What about SCGI? on Rolling With Ruby On Rails · · Score: 1

    I am not sure about SCGI, but FastCGI can be used for Ruby

    In fact, Ruby on Rails seem to suggest using Webrick or mod_ruby for development, but then switching to FastCGI for production (and greater speed)

  25. Re:Ruby still needs ISP support on Rolling With Ruby On Rails · · Score: 1

    I cant quite tell if the parent is joking or not, but...

    The current release of Ruby is 1.8.2. This (and mod_ruby or fastcgi) is the relevant part from an ISP host perspective.

    The current release of the Ruby on Rails framework is 0.9.4.1