Mal: That's not what I saw. You like to tell me what really happened? Book: I surely would. And maybe someday I will.

'Safe'


Buffistechnology 3: "Press Some Buttons, See What Happens."

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


DCJensen - May 02, 2008 5:19:16 pm PDT #6020 of 25501
All is well that ends in pizza.

indeed. [link]


DCJensen - May 03, 2008 5:10:54 pm PDT #6021 of 25501
All is well that ends in pizza.

Hacking the 512k Mac: [link]

This is a Macintosh 512k which I upgraded to run OS X by replacing the innards with a modern Mac Mini and various supporting components, including a grayscale CRT monitor, an LS-120 floppy disk drive, and a microcontroller-based USB device that interfaces the Mini to the original keyboard and mouse.


§ ita § - May 03, 2008 8:02:31 pm PDT #6022 of 25501
Well not canonically, no, but this is transformative fiction.

Has anyone here done Ruby on Rails development? Did it live up to the hype?


Rob - May 04, 2008 5:53:35 pm PDT #6023 of 25501

Yes. Oh yes.

I taught a course in it this spring at a local community college, and am quite happy to answer questions.


Typo Boy - May 04, 2008 6:28:55 pm PDT #6024 of 25501
Calli: My people have a saying. A man who trusts can never be betrayed, only mistaken.Avon: Life expectancy among your people must be extremely short.

Question I always have with highly data-driven frameworks: how is the performance?


§ ita § - May 04, 2008 9:03:09 pm PDT #6025 of 25501
Well not canonically, no, but this is transformative fiction.

What sort of applications have you developed with it? By what factors would you say it affected the rate of both development and maintenance?


Dana - May 05, 2008 3:54:14 am PDT #6026 of 25501
I'm terrifically busy with my ennui.

OTW is developing fan archive software using Ruby on Rails. There's a copy of the archive development roadmap on that site.


tommyrot - May 05, 2008 5:26:14 am PDT #6027 of 25501
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

I have no idea why, but it makes me happy that the use of Null in SQL is controversial: linky-poo

Null is awesome.

The ISO SQL implementation of Null is the subject of criticism, debate and calls for change. In The Relational Model for Database Management: Version 2, Dr. E.F. Codd suggested that the SQL implementation of Null was flawed and should be replaced by two distinct Null-type markers. The markers he proposed were to stand for "Missing but Applicable" and "Missing but Inapplicable", known as A-values and I-values, respectively. Codd's recommendation, if accepted, would have required the implementation of a four-valued logic in SQL.[3] Others have suggested adding additional Null-type markers to Codd's recommendation to indicate even more reasons that a data value might be "Missing", increasing the complexity of SQL's logic system. At various times, proposals have also been put forth to implement multiple user-defined Null markers in SQL. Because of the complexity of the Null-handling and logic systems required to support multiple Null markers, none of these proposals have gained widespread acceptance.

Now I really want to study more database theory....


Tom Scola - May 05, 2008 5:44:57 am PDT #6028 of 25501
Remember that the frontier of the Rebellion is everywhere. And even the smallest act of insurrection pushes our lines forward.

I have long been coming to the conclusion that relational databases are more trouble than they're worth. There are certain domains where they are absolutely necessary, but people use them in lots of circumstances where they don't fit the problem.

Ruby on Rails being a prime example.


tommyrot - May 05, 2008 5:55:36 am PDT #6029 of 25501
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

I have long been coming to the conclusion that relational databases are more trouble than they're worth.

Dem's fightin' words!

Ok, not really.

I don't know much about Ruby on Rails, so I googled. So I guess it requires a relational database? Huh.