Hacker News new | past | comments | ask | show | jobs | submit | kungfudoi's comments login



HTTPS Everywhere, Privacy Badger, uBlock Origin


Here's the presentation slides from the author's blog:

http://blog.evanweaver.com/articles/2009/03/13/qcon-presenta...


Even if and when Oracle kills MySQL, there's already a fork of it as of version 6.0 called Drizzle. More background information of this can be found at http://en.wikipedia.org/wiki/Drizzle_%28database_server%29.

Official homepage: http://drizzle.org Blog: http://blog.drizzle.org Source code: https://launchpad.net/drizzle


Drizzle is not a valid choice for apps that require things like stored procs and triggers, which they removed. Of course, not every app requires what they remove; MariaDB is a fork by the core MySQL team, if those features are needed and MySQL cannot be used.


They're planning to add "server side scripting" in any language to replace stored procedures. It sounds quite cool.

http://krow.livejournal.com/638941.html

I have been writing extensions to Postgresql in C++ recently, and it's amazing what you can do if you have the full flexibility of loading a .so into the db process and doing whatever you want.


I didn't mean to imply that it is no longer a useful or interesting piece of software; just that it is not a simple migration for some project that specifically use MySQL features.

I did the same thing in SQL Server, too, so it's not a new concept and the other RDBMs with that ability still have a use for traditional stored procs.

My experience with both stored procs and running actual programming languages on the database is that one does not replace the other; but I'll wait with an open mind to see.


Congratulations to these projects. Definitely a win for the open source community.


...and a loss for privacy evangelists worldwide.


Absolutely agree


I was in your shoes couple of years ago and was researching for an application to do prototyping and storyboarding. I ran into an open source project called Denim coming out of University of Washington. I never got the chance to use it though. Good luck and here's the homepage is:

http://dub.washington.edu:2007/projects/denim/


DENIM is quite cool. A bit quirky last time I used it, but really handy.

However, it seemed to get wonky with 10+ pages in a site.

Maybe that's changed.

Works really well with a tablet interface, though a plain mouse will work too.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: