Make Your Own Celluloid Ruby Gem
verboselogging.com
Make Your Own Celluloid Ruby Gem
1–9 of 9 posts
Re: Make Your Own Celluloid Ruby Gem
#2Re: Make Your Own Celluloid Ruby Gem
#3I guess the hard part is getting a good supply of guncotton: http://en.wikipedia.org/wiki/Guncotton#Uses
Re: Make Your Own Celluloid Ruby Gem
#4(http://hackaday.com/2009/12/08/homebrew-kodachrome/)
(http://www.flickr.com/photos/dark_orange/sets/72157603226919...)
> In this set you will find random photos and information on a project a friend has undertaken - a machine to make his own camera film.
> Plastic and goop go in one end, and camera film comes out the other end. This is not a trivial undertaking.
(http://www.apug.org/forums/forum205/45479-film-coating-machi...)
Re: Make Your Own Celluloid Ruby Gem
#5Of course, adding the word "gem" to the title might indeed help. Now, an article on creating the material celluloid would indeed be awesome... volunteers?
Re: Make Your Own Celluloid Ruby Gem
#6Disappointed that this is about ruby something or other, and not about homebrew kodachrome. ( http://hackaday.com/2009/12/08/homebrew-kodachrome/ ) ( http://www.flickr.com/photos/dark_orange/sets/72157603226919... ) > In this set you will find random photos and information on a project a friend has undertaken - a machine to make his own camera film. > Plastic and goop go in one end, and camera film comes out the othe…
Re: Make Your Own Celluloid Ruby Gem
#7Re: Make Your Own Celluloid Ruby Gem
#8Disappointed that this is about ruby something or other, and not about homebrew kodachrome. ( http://hackaday.com/2009/12/08/homebrew-kodachrome/ ) ( http://www.flickr.com/photos/dark_orange/sets/72157603226919... ) > In this set you will find random photos and information on a project a friend has undertaken - a machine to make his own camera film. > Plastic and goop go in one end, and camera film comes out the othe…
Re: Make Your Own Celluloid Ruby Gem
#9I must be the only person who thought this was about the gem using Actor pattern. Great write-up. I really appreciated it as concurrency was something I've been looking into and was about to start toying with the Celluloid gem. This was a really good, clear example with useful code. Thanks! Of course, adding the word "gem" to the title might indeed help. Now, an article on creating the material celluloid would indeed…
If you liked this article, you may also enjoy "A gentle introduction to actor-based concurrency"(*), which shows how to solve the dining philosopher's problem using Ruby threading primitives, celluloid, and a made-from-scratch actor model similar to what is shown in this article:
https://practicingruby.com/articles/shared/plgjjonrkggl
Disclaimer: I am the editor for practicingruby.com, and this is one of our contributed articles (from Alberto Fernandez-Capel).