Advanced Search
Search Results
167 total results found
noVNC and SUDA web interface
- install noVNC - the open source VNC client wget -O $HOME/suda-git/noVNCv1.4.0.zip https://github.com/novnc/noVNC/archive/refs/tags/v1.4.0.zip - unzip the archive to the suda-git directory unzip -q $HOME/suda-git/noVNCv1.4.0.zip -d $HOME/suda-git/ -...
MAPS Icecast
- copy icecast settings (icecst-local.xml) to /etc/icecast2/icecast.xml sudo cp $HOME/suda-git/config/icecast-local.xml /etc/icecast2/icecast.xml - generate a password and put it the variable $secret secret=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 1...
MAPS PureData
- make a directory for pd libraries in the home directory mkdir -p $HOME/.local/lib - unzip pd libraries to the newly created dir unzip -q $HOME/suda-git/art/maps/pd.zip -d $HOME/.local/lib - copy pd and MAPS scripts and config files to their place...
Tunnelling - rathole client
Setting up a SUDA rathole client (a machine set to run SUDA locally)Prerequisites: - a rathole server already setup - the secret string used to setup the server - a local server already setup for local (ethernet) use- this process takes place on that server ...
Tunneling - rathole server
Rathole is used To setup tunneling and expose the SUDA computer to the internet using NAT traversal. Prerequisites: - a server that is exposed to the internet which will stand between the internet and tunnel all data from the local SUDA server - a dom...
Git repository
The git repository (https://gitlab.com/hacklab01/suda) keeps all SUDA files. It's used to easily migrate configuration files, service files, static files (art scripts, HTML, JS, and CSS) and all other neccesary settings to a suda installation. |-- README.md -...
Rezultati mjerenja
Uvod Podatkovna protočnost u tehnološkim instalacijama integriranim s prirodnim kiparskim materijalima. Pojašnjenje metodologije Serverske skulpture - drvo Serverske skulpture - keramika Serverske skulpture - staklo Zaključak
Koncept
Simbioze mrežne skulpture su umjetničko istraživanje na temu likovnog i mrežnog kiparstva koje teži istražiti, razumjeti i predložiti nove i radikalne oblikovne postupke za ekološku izradu umjetničkih “serverskih skulptura” i time doprinijeti slojevitosti repr...
Mjere opreza
U tijeku procesa cijelog istraživanja posebna je pozornost usmjerena na osiguravanje sigurnih uvjeta za rad te izbjegavanje ozljeda s uzrocima: mehaničkim (primarno kod obrade drva ali i stakla) toplinskim (kod toplinske obrade gline ali i stakla) kemijsk...
Impresum
Projekt "Simbioze mrežne skulpture" provodi Umjetnička organizacija "Format C".Podržan je resursima Organizacije i njenih suradnika_ca te djelomice sredstvima Ministarstva kulture i medija RH putem Programa javnih potreba u kulturi 2022 kao dio djelatnosti Ino...
Add to Proxmox after installation
add repos https://pve.proxmox.com/wiki/Package_Repositories add ubuntu server iso under local -> iso images download gitbash (optional) https://git-scm.com
Pivilion on ESP32
download zip from git and just add libraries from menu into Arduino IDE https://iotespresso.com/create-captive-portal-using-esp32/ https://randomnerdtutorials.com/esp32-web-server-microsd-card/ https://randomnerdtutorials.com/power-esp32-esp8266-solar-p...
Run certbot on windows with txt record
certbot -d $domain --manual --preferred-challenges dns certonly Certificate is saved at: C:\Certbot\live\$domain\fullchain.pemKey is saved at: C:\Certbot\live\$domain\privkey.pem
AR markers
Ar markers are much like QR codes, a black and white (or other high contrast color combination) pattern that stores information. In AR they're used as markers that denote positions of 3D models. Builtin Barcode Markers These are built into ar.js (or rathe...
Starter template
This is a heavily commented template that can be expanded upon easily. It's recommended to read the comments of the entire file before using it. <!DOCTYPE html> <html> <!--load aframe-master and aframe-ar--> <script src="js/aframe-master.min.js"></script> ...
AR marker examples
To access the AR 3D sculptures (part of the "../sections_across/networked_sculpture/../" exhibition): use your mobile device to go to ar.formatc.hr, allow camera access and point your device at each marker. This is how it looks like in the instal...
Credits
Tech + text: Vedran GligoArt + media: Dina GligoThis documentation is part of the "../sections_across/networked_sculpture/../" exhibition and the #inqinc production program by Format C art org. "Cross Sections of Network Sculpture" is an artistic research on ...
500 videos with numbers
#!/bin/bash # Output directory output_dir="output_videos" mkdir -p "$output_dir" # Set the video dimensions and duration width=1920 height=1080 duration=30 # Loop to create 500 videos for i in {1..500}; do # Use FFmpeg to generate the video w...
text overlay scripting
https://gitlab.com/hacklab01/fftypefx