Jump to content

Funny Videos

- - - - -

  • Please log in to reply
4 replies to this topic

#1
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
  • Location:New York, NY
Funniest videos I've seen in a long time.

YouTube - Episode 1 - Mongo DB Is Web Scale

YouTube - Episode 2 - All The Cool Kids Use Ruby

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Those are pretty funny.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
  • Location:New York, NY
You work with databases a lot. How many times have you had to switch to a different database software (mysql -> oracle for example)? Does it make ORM's worth the abstraction? Also, have you ever found the need to use a document oriented database (CouchDB / MongoDB) or does optimizing the poorly crafted SQL suffice 99.99% of the time?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
I have written software that has to work with three different backends, depending on what the customer wants to use/invest in (Firebird, Oracles, MS SQL). My experience has been that a solid database structure means you don't have to use complicated SQL under most circumstances. It's more likely that the DB is missing an index or two than that the SQL is an issue.

I generally approach new technologies with one simple attitude: can you clearly and simply state the advantages in a convincing way? So far, my take on the ORMs is they are more about protecting programmers from thinking outside their OOP paradigm than about making a better product. I've also seen several database connection libraries that attempt to do the same thing with traditional RDBMS's, to mask the SQL from the user.

"It doesn't use SQL" is not an inherent advantage, to me. What does it let me do that I couldn't do before? What is the cost? As a contrast, when .NET came out, I could see the advantages, after a while. It does give MS developers a common platform to work with. I don't care to use it, because I mainly work on Linux for personal work, but I can see its benefits.

I've also worked with SQL Server database that are around 300+GB in size. They can be VERY fast, when properly tuned. Not the SQL statements, the database. Anyone who says RDBMS databases don't scale well has some proving to do.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
DEViANT

DEViANT

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 358 posts
This video contains content from Comcast Entertainment Group, who has blocked it in your country on copyright grounds.
Sorry about that.

Posted Image

:D You should rep+ me so that I can win :D

My Blog | Ask me!
Error : Satan did it




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users