This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./autogen.sh | |
one line above ./configure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmp -n `stat -c '%s' path/to/iso` path/to/iso /dev/sdX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Playlist | |
Prelude: Road To Shiraz, by RA | |
Introduction by Ken Kesey, The Original Merry Prankster | |
Vaporized & Confused, by Chromosome | |
Yoga, by Lost Buddha | |
The God Of Resurrection, by Visaj'ih | |
Monkshroom, by Portamento | |
Lifethread, by RA | |
Reality Of Life, by Nova Fractal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ich sehe zwei polare Möglichkeiten: | |
1) Zusammenhänge komplexer Art grob herunterzubrechen | |
2) Zusammenhänge komplexer Art einfach verständlich zu erklären | |
Die meisten Menschen lehnen beides ab, weil sie ihr gelehrt bekommen, dass Fehler machen und diese eingestehen einen dummen Menschen definiert - während genau das Gegenteil der Fall ist. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Psychoaktive Substanzen sind, im Vergleich zu der Muttermilch einer anderen Spezies leicht von unserem menschlichen Stoffwechsel zu verarbeiten. | |
Kühe sind beispielsweise Fluchttiere: Ihr Stoffwechsel ist darauf ausgelegt, sofort nach der Geburt sehr schnell zu wachsen und somit bei einer Attacke schnell flüchten zu können. | |
Menschliche Babys werden getragen, ihr körperliches Wachstum wirds also vorerst auf andere Faktoren gelegt, insbesondere das Gehirnwachstum. | |
Das Gehirn einer ausgewachsenen Kuh ist in etwa so groß wie das eines Menschenbabys. Die Hormone, die in der Milch enthalten sind, steuern diese Prozesse, die Nährstoffe darin sind diesbezüglich ideal verteilt und so weiter. | |
Diese Anpassung fand und findet seit Millionen Jahren statt. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cute open source mindreading operating system | |
Dolphin: Werkzeugleiste ordnen, keine Vorschau auf Ordnern, von externen Datenträgern immer kopieren statt verschieben und immer nochfragen beim löschen | |
Ark: Entpacken in Unterordner immer default | |
Seitenleiste in Dolphin: Musik Player adaptieren | |
SMPlayer: Bildschirmfotos deaktivieren, by default in den Vollbildschirm, immer von Anfang an spielen | |
Spectacle: Dynamischer Speichernknopf, default Time counter auf 3 setzen. | |
Fatrat: Kein ablegen in den systray, Erscheinungsbild dem System anpassen | |
Qupzilla: NEUE FUNKTION: Verschieben vom Klartext Backend ins verschlüsselte Backend, Image finder, Systray icons, PIM und Mausgesten default aktivieren |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// --------- Model --------- | |
// | |
type Details = | |
{ Name: string | |
Description: string } | |
type Item = | |
{ Details: Details } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://krita.org/en/item/goodbye-photoshop-and-hello-krita-at-university-paris-8/ | |
http://libregraphicsworld.org/blog/entry/the-complete-story-of-paris-8-university-going-for-krita-blender-natron |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cute open source mindreading operating system | |
Dolphin: Werkzeugleiste ordnen, keine Vorschau auf Ordnern, von externen Datenträgern immer kopieren statt verschieben und immer nochfragen beim löschen | |
Seitenleiste in Dolphin: NEUE FUNKTION: Adaptieren und vollwertigen Musikplayer einbauen | |
SMPlayer: Bildschirmfotos deaktivieren, by default in den Vollbildschirm, immer von Anfang an spielen | |
Spectacle: Dynamischer Speichernknopf, default Time counter auf 3 setzen. | |
Fatrat: Kein ablegen in den systray, Erscheinungsbild dem System anpassen | |
Qupzilla: NEUE FUNKTION: Verschieben vom Klartext Backend ins verschlüsselte Backend, Image finder, Systray icons, PIM und Mausgesten default aktivieren | |
SimpleScreenRecorder: Einen Standardnamen setzen bei jeder neuen Aufnahme, "seperate Datei pro Segement" default ausschalten |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# video demo at: http://www.youtube.com/watch?v=90xoathBYfk | |
# written by "mhwombat": https://bbs.archlinux.org/viewtopic.php?id=71938&p=2 | |
# Based on "snippy" by "sessy" | |
# (https://bbs.archlinux.org/viewtopic.php?id=71938) | |
# | |
# You will also need "dmenu", "xsel" and "xdotool". Get them from your linux | |
# distro in the usual way. | |
# |