Skip to content

Instantly share code, notes, and snippets.

@tibomogul
tibomogul / flor.ipynb
Last active February 26, 2026 19:14
Long-running agents in Ruby with Flor workflow engine
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tibomogul
tibomogul / Vagrantfile
Last active February 8, 2023 07:13
Vagrantfile for Ruby on Rails development with rbenv and file system notifications. Use this to learn Rails without polluting your system.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# based on https://gist.github.com/creisor/e20f254a89070f46b91cc3e0c5cd18db
RUBY_V = File.open("./.ruby-version") { |f| f.read }.chomp
$apt_script = <<SCRIPT
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y build-essential git libssl-dev libsqlite3-dev redis ruby-dev tzdata zlib1g-dev