I'm loving the recent explosion in self-published books, but as a (general) request: they are so, so much more useful when they come in multiple formats (mobi, epub and pdf).
+1 .mobi for kindle avdi: let me know if you'd like any help packing a .mobi, I'm working on a quick-tutorial post.
I just released an eBook about exceptions and failure handling in Ruby
21–30 of 39 posts
Re: I just released an eBook about exceptions and failure handling in Ruby
#22I'm loving the recent explosion in self-published books, but as a (general) request: they are so, so much more useful when they come in multiple formats (mobi, epub and pdf).
Re: I just released an eBook about exceptions and failure handling in Ruby
#23I'm loving the recent explosion in self-published books, but as a (general) request: they are so, so much more useful when they come in multiple formats (mobi, epub and pdf).
I'm gathering feedback on which format to work on next. So far the most-requested has been .epub.
You'll also get a .mobi version simultaneously.
Re: I just released an eBook about exceptions and failure handling in Ruby
#24I'm loving the recent explosion in self-published books, but as a (general) request: they are so, so much more useful when they come in multiple formats (mobi, epub and pdf).
It's shameless self-promotion, but my startup Leanpub ( http://leanpub.com ) lets you write in HTML or Markdown, embed external code samples, save your files in Dropbox and produce PDF, EPUB and MOBI with one click. We sell all 3 formats, with automatic update distribution to existing readers when you publish a new version (so you can sell your book while it's in progress). You keep the rights to your book, etc.
Re: I just released an eBook about exceptions and failure handling in Ruby
#25Re: I just released an eBook about exceptions and failure handling in Ruby
#26Anything like this for Python?
try:
your code
except:
handle the exception
finally:
clean upRe: I just released an eBook about exceptions and failure handling in Ruby
#27I want to read this book because I'm curious as to how you can stretch this topic beyond two pages. But I don't want to pay $15 for that. Any ideas?
Re: I just released an eBook about exceptions and failure handling in Ruby
#28I want to read this book because I'm curious as to how you can stretch this topic beyond two pages. But I don't want to pay $15 for that. Any ideas?
Re: I just released an eBook about exceptions and failure handling in Ruby
#29Bought the book, found out Ruby has retry. Money well spent.
Wow, the timing could not be more perfect as Im trying to deal with a validate_uniqueness race condition :)
You must add constraints to the database and handle the resulting exceptions to ensure unique values.
They really need to kill validate_uniqueness since it is so totally broken
Re: I just released an eBook about exceptions and failure handling in Ruby
#30I want to read this book because I'm curious as to how you can stretch this topic beyond two pages. But I don't want to pay $15 for that. Any ideas?