RSSAmplifier

Blog

quilime.com

quilime.comRSS feed ↗10 posts

Latest posts

server

Intel nuc i3 CPU: Intel i3-3217U (4 core) @ 1.7 GHz Memory: 16Gb OS: Manjaro Linux x86_64 Shell: zsh packages mosh roaming ssh sessions tmux terminal multiplexer zerotier vpn resilio sync file sync keepasstouch password safe

Gray Area Festival Archive

Running at: https://archive.grayareafestival.io Source code: https://github.com/GrayAreaorg/festival-video-archive A filterable archive of videos from the Gray Area Festival, consisting of in-person and virtual conference talks, presentations, and group panels. The videos in the archive are currently hosted on the Gray Area YouTube Channel, which is currently the source of video metadata. The…

dotfiles

Dotfiles setup for multi-os setups (‘nix, Mac OS). Adapted for ZSH Shell from various distros (Ubuntu, Arch/Manjaro, etc) Utilizing a bare repo in a side folder ($HOME/.cfg), and an alias allows for management via git. source on github

Hyper Terra

Projection sculpture “Hyper Terra” is a projection-mapped sculpture with an embedded projector, computer, and integrated power supply. The sculpture is a mountain with simulated solar and lunar lighting that can be set up with any lat/long on Earth and a point in time. The graphics software has controls for time advancement towards the past or future, the long/lat on Earth, solar/lunar…

Simple Projection Mapper

A simple mesh-based projection-mapping tool with basic vertex editor written in C++/OpenGL. Tested on MacOS and Raspbian/Raspberry-Pi. Built as the starting point for the project Hyper Terra, source

.mov to .gif

using ffmpeg and gifsicle ffmpeg -i in.mov -s 640x360 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=6 > out.gif

NodeJS One-Time Password Auth

source on github One-Time (Single Use) Password Authentication Strategy using a JSON Web Token (JWT) and Cookies.

Organelle + Monome

Using Critter + Guitari Organelle as a host for a Monome 128. I built a patch that uses the Organelle’s keys to program the arpeggiator tones, and the Monome defines the steps. Includes OSC Installer and all patches needed to build upon this foundation for other patches. source on github and Patchstorage [1], [2] In this video, the Moog Minitaur is triggered via MIDI, and its audio is routed…

Grasshopper <-> TouchDesigner Geometry Bridge

Grasshopper <-> TouchDesigner Bridge for Polygon Mesh Geometry Source on Github (c) 2013-2015 Download .zip by @quilime and @ana00 Abstract A collection of patches that send\receive polygon geometry from Grasshopper in realtime to TouchDesigner and visa/versa via OSC. Requirements Software Rhino3D Grasshopper3D TouchDesigner Grasshopper Plugins gHowl GhPython LunchBox (Used for demo purposes) How…

Animation w/Processing Workshop

source on github