The slides are built with org-isolide. (@kuanyui == the best)
All the mentioned links:
- Shrine File Uploads
- Ruby Day Turino
- Rubinius Compute
- Rubytown 2015
- AWS Lambda with JRuby
- euruko 2015 Recap Blogpost
- hasbeen.in - Your trusted Geek Travel Platform
- Bodos Blog Post: Ruby > Web
- Rusts unsafe{} in Ruby
- Padrino 0.13.0 was released.
- It’s been too long since I looked into Padrino.
- So, no Padrino Talk that was prepared in a hurry.
- Promise: I’ll make it up for it.
- **Turin**, this very Friday (November 13th).
- 3 Track conference (at least one in en_US)
- Ticket sale ends **tomorrow**
- **52€**
- (by Brian Shirai)
- compute.rubinius.com
- Distributed, resilient, collaborating networks of compute nodes are the future of applications in a connected world.
- InterPlanetary File System (IPFS)
- Well.
http://twin.github.io/introducing-shrine/
class ImageUploader < Shrine
plugin :sequel
plugin :pretty_location
plugin :logging, format: :json
end
class User < Sequel::Model
include ImageUploader[:avatar] # creates and includes an attachment module
end
user = User.create(avatar: File.open("path/to/avatar.jpg"))
user.avatar.id # "user/532/avatar/f753g598sm3l2.jpg"
Habemus Wiki Page.
- Unsafe in Rust
unsafe {}
- Unsafe in Ruby!
unsafe {}
- github.com/bascht/unsafe
dev.mensfeld.pl/2015/10/euruko-2015-review-conference-in-a-nutshell