Explore >> Select a destination


You are here

reverse.put.as
| | reillyspitzfaden.com
12.4 parsecs away

Travel
| | I'm continuing my databending series. Today we'll discuss how to use Python to easily glitch up MP3s, adding warbles, clicks, and other cool noise!
| | blog.nobugware.com
7.5 parsecs away

Travel
| | It's more a reminder to myself, gevent depends on libevent2 but the setup.py doesn't correcty look for it, a simple solution: export CFLAGS=-I/usr/local/include export LDFLAGS=-L/usr/local/lib pip install gevent change it for /opt/local/... if you are on OSX or you will get a bunch of errors /Developer/usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c...
| | pewpewthespells.com
7.1 parsecs away

Travel
| |
| | tilde.team
28.6 parsecs away

Travel
| [AI summary] Mozilla's blog post discusses the potential game-changing impact of compiling WebAssembly (WASM) as it streams into the browser, similar to image decoding, which could significantly improve performance compared to traditional JavaScript parsing and compilation.