Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
xro:xro [2009-06-06 16:24]
xro
xro:xro [2024-04-19 18:00] (current)
xro
Line 2: Line 2:
  
 ==== Kontakt ==== ==== Kontakt ====
-  * Jabber: xro at jabber punkt tittelbach punkt at+  * <del>Jabber: xro at jabber punkt tittelbach punkt at</​del>​
   * e-mail: xro at realraum punkt at   * e-mail: xro at realraum punkt at
 +  * Matrix: @xro:​matrix.tittelbach.at
 +  * [[xro:​gnupg|GPG]]
  
 +<​html><​a style="​color:​white;​ font-size:​1pt;"​ href="​mailto:​wontread@tittelbach.org">​wontread@tittelbach.org oder info@tittelbach.org</​a></​html>​
 +
 +==== Funktion @ r3 ====
 +  * Kassier 2009-2015
 +  * Obmann 2015-2017
 +  * Schriftführer 2017-2019
 +  * Rechnungsprüfer 2019-2021
 +  * [[intern:​ansprechpersonen|Ansprechperson]] für 3D Drucker, Lasercutter,​ Tesla-Labortisch
 +  * r3ledger System
 +  * [[roomauto:​roomauto|Raumautomatisierung]]:​ Lichtsteuerrung,​ MQTT, Sensoren, SpaceAPI, Lüftung
 +  * NOC
 +
 +==== Tasker for Android ====
 +
 +{{topic>​tasker&​nouser&​list}}
 +
 +==== BeagleBone Black ====
 +
 +  * [[https://​github.com/​btittelbach/​go-bbhw|Go GPIO Library]]
 +  * [[http://​kilobaser.com/​blog/​2014-07-15-beaglebone-black-gpios | BeagleBone Black GPIO Tutorial]]
 +  * [[http://​kilobaser.com/​blog/​2014-07-28-beaglebone-black-devicetreeoverlay-generator | BeagleBone Black Device Tree Overlay Generator]]
 +  * [[BeagleBone|BeagleBone Notes,​Tips&​Tricks]]
  
 ==== Diverse Daten ==== ==== Diverse Daten ====
 +  * [[inprogress:​PrivacyVortragIdeen]]
   * {{linguistikwochen08-haskell-folien.pdf}} (Vortrag: Einführung in Haskell)   * {{linguistikwochen08-haskell-folien.pdf}} (Vortrag: Einführung in Haskell)
   * {{linugistikwochen08-python-vortrag.pdf}} (Vortrag: Einführung in Python)   * {{linugistikwochen08-python-vortrag.pdf}} (Vortrag: Einführung in Python)
Line 12: Line 37:
   * {{realraum-vorstellung.pdf}} (Vortrag am Grazer Linuxtag 09)   * {{realraum-vorstellung.pdf}} (Vortrag am Grazer Linuxtag 09)
   * {{realraum_folien_mit_beamer.tar.gz}} (Latex Beamer Vorlagen)   * {{realraum_folien_mit_beamer.tar.gz}} (Latex Beamer Vorlagen)
 +  * {{:​xro:​realraum.xml.gz| realraum.at HTTPS Everywhere description (gzipped)}}
  
 +==== Notes to Self ====
 +
 +=== Vereinsbuchhaltung Software ===
 +
 +(incomplete)
 +  * https://​www.firefly-iii.org/​
 +  * https://​github.com/​HamburgerJungeJr/​pyVerein
 +  * https://​github.com/​btittelbach/​pyhledger
 +  * https://​github.com/​LilithWittmann/​vereinsverwaltung
 +  * https://​github.com/​Metalab/​mos
 +  * https://​wiki.hackerspaces.org/​Hackerspace_Software
 +  * https://​milliways.social/​@mcfly/​111037472992892168
 +
 +
 +=== realraum git-svn to individual git repos ===
 +
 +  git svn clone -A ~r3/​authors_transform_svn_git.txt https://​svn.spreadspace.org/​realraum realraum-svn
 +  git clone <github repo>
 +  cd <github repo>
 +  git pull --rebase ..../​realraum-svn
 +  # discard all but subdir and make subdir new root
 +  git filter-branch -f --subdirectory-filter <​subdir>​ -- --all
 +  # remove a subdir1..2 from the git repository and history
 +  for subdir (subidr1 subdir2) git filter-branch -f --index-filter "git rm --cached --ignore-unmatch -r $subdir"​ --prune-empty HEAD
 +  # remove svn-id info
 +  git filter-branch -f --msg-filter 'sed -e "/​git-svn-id:/​d"'​ -- --all
 +  rm -rf .git/​refs/​original/​ && git reflog expire --all && git gc --aggressive --prune
 +  git push -f origin master
 +
 +
 +  # remove all subdires / files from history except x,y,z
 +  # (note you need --tree-filter since this actually checks out the tree for each command, otherwise the zsh globbing pattern would not work
 +  #  note --index-filter would not check out the working tree, thus only git commands work there)
 +  git filter-branch -f --tree-filter "zsh -3 --extendedglob -c 'rm -rfv *~x~y~z(N)'"​ --prune-empty HEAD
 ==== Sonstiges ==== ==== Sonstiges ====
  
-=== MX900 mit Schalter ===+[[.:​camping_rope_tensioners | Camping-Seil-Spanner Review]] 
 + 
 +[[.:​earplugs | Ohropax Earplug Sleep or Music Review]] 
 + 
 +[[.:​cccamp-packliste | Chaos Communication Camp Packliste]] 
 + 
 +[[:​olga:​platinenaetzen]] 
 + 
 +=== Sansa Clip Zip Battery Mod === 
 + 
 +[[:​xro:​SansaClipZip1AhMod|{{:​xro:​sansaclipzip1ah_5.jpg?​300}}]] 
 + 
 +[[:​xro:​SansaClipZip1AhMod | More about Sansa ClipZip 1Ah Battery Mod]] 
 + 
 +=== Met Blubber Zähler mit ZigBee === 
 +{{:​xro:​met_blubber_zaehler.jpg?​600}} 
 + 
 + 
 +=== Skizze der Realraum Tuer&​Sensor Komponenten === 
 + 
 +{{xro:​doorpowersensordaemons.png|}} 
 + 
 +=== Realraum Tuer&​Sensor Anwesenheits-Entscheidungsalgorithmus === 
 + 
 +{{xro:​presence_detection_algorithm.png}} 
 + 
 +(Flowchart absichtlich konfus gestaltet, soll ja ein "​Hack"​ sein :-) ) 
 + 
 +=== Realraum Sensor und rf433ctl Board === 
 +{{xro:​sensor_board.jpg?​800|}} 
 + 
 +=== Ein/Aus Schalter für eine MX900 === 
 + 
 +{{xro:​mx900_schalter.jpg| ​MX900 mit Schalter ​}} 
 + 
 +=== HDR Versuch mit qtpfsgui === 
 +{{xro:​realraum_hdr.jpg|}} 
 + 
 +=== Andere Alte Projekte === 
 + 
 +  * SWEB [[http://​sourceforge.net/​projects/​sweb/?​source=directory|SourceForge]]
  
-{{xro:mx900_schalter.jpg|}}+=== GriCal Plugin Testrealraum previous events === 
 +<grical reverse='​1'​ jsonuri='​http://​grical.realraum.at/​s/?​query=!realraum%20{today-90}%20{today+5}&​view=json'​ />
realraum Graz, Brockmanngasse 15, 8010 Graz, realraum - Verein für Technik in Kultur und Gesellschaft
  • /var/lib/dokuwiki/data/attic/xro/xro.1244298245.txt.gz
  • Last modified: 2009-06-06 16:24
  • by xro