Difference between revisions of "Misc"

From Things and Stuff Wiki
Jump to navigation Jump to search
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{techy}}
+
{{menu}}
  
 
== Misc ==
 
== Misc ==
 +
 +
stuff i haven't focused on finding a home for in aages;
 +
 +
 
* http://swombat.com/2012/7/11/entreporn-learning-doing-wasting
 
* http://swombat.com/2012/7/11/entreporn-learning-doing-wasting
  
 
* http://news.ycombinator.com/item?id=3580367 - podcasts
 
* http://news.ycombinator.com/item?id=3580367 - podcasts
 +
** https://news.ycombinator.com/item?id=6035583
 
* http://news.ycombinator.com/item?id=3996652 - best of hn
 
* http://news.ycombinator.com/item?id=3996652 - best of hn
 
* http://news.ycombinator.com/item?id=3533410 - handy saas
 
* http://news.ycombinator.com/item?id=3533410 - handy saas
Line 26: Line 31:
  
 
* http://blog.fogus.me/2012/09/21/the-amazing-colossal-science-fiction-ketchup/
 
* http://blog.fogus.me/2012/09/21/the-amazing-colossal-science-fiction-ketchup/
 +
 +
* http://mathematica.stackexchange.com/questions/11350/xkcd-style-graphs
 +
 +
* http://www.its.caltech.edu/~atomic/snowcrystals/class/class.htm
  
 
== Length ==
 
== Length ==
<code>*1*3*5*7*9*11*14*17*20*23*26*29*32*35*38*41*44*47*50*53*56*59*62*65*68
+
*1*3*5*7*9*11*14*17*20*23*26*29*32*35*38*41*44*47*50*53*56*59*62*65*68
*71*74*77*80*83*86*89*92*95*98*101*105*109*113*117*121*125*129*133*137*141*145*149*153</code>
+
*71*74*77*80*83*86*89*92*95*98*101*105*109*113*117*121*125*129*133*137*141*145*149*153
  
== Time ==
+
== Typing ==
1h = 3600s
+
* http://play.typeracer.com/
1d = 86400s
 
1w = 604800s
 
28d = 2419200s
 
  
* [http://www.askapache.com/hacking/speed-site-caching-cache-control.html#htaccess_time_cheatsheet time cheatsheet]
+
== Other ==
 +
* [[Tattoo]]
  
==mixes==
 
  
* psychill, psybient, technoid, funky dubby glitchy brakey electro etc.
+
<hanetzer> ever heard of 0x901084092304 encoding?
** kilowatts, bluetech, kattoo, gridlock, µ-Ziq [http://grooveshark.com/#/album/Bilious+Paths/1495058]Siege of Antioch,  beefcake
+
<icecream95> What's that?
 +
<hanetzer> dawson's algorithm
 +
<hanetzer> icecream95: its a joke. dawson's creek was a show, intro song or sommat was "I don't wanna wait, for our lives to be over" and those numbers spoken aloud kinda sound like the lyrics :P
  
* http://www.youtube.com/v/rWl0Gnh_Pu0
+
== To check ==
 +
* Krull
 +
* Limitless
 +
* The_Day_of_the_Beast_(film)
 +
* Gentlemen Broncos
 +
* http://www.openculture.com/2014/09/derek-jarmans-jubilee-its-the-best-film-about-punk-1978.html
 +
* http://flavorwire.com/476770/the-50-weirdest-movies-ever-made
 +
* http://truththeory.com/2014/10/27/6-mind-expanding-movies-that-will-make-you-question-reality-and-life/
 +
* Mindwalk
 +
* mr nice
 +
* Counterpart
 +
* Final Space
  
==setup.sh==
+
== Notes ==
add local machine entry in /etc/hosts for dnsmasq. to do; dhcp.
+
Anahata - Vishnu
  
[http://christophermaier.name/blog/2010/09/01/host-only-networking-with-virtualbox]
+
== My Funeral ==
  
sudo ifconfig eth1 192.168.56.101 netmask 255.255.255.0 up
+
* Biosphere - Kobresia
sudo echo "" >> /etc/network/interfaces
+
* Mike Oldfield - High Places
sudo echo "auto eth1" >> /etc/network/interfaces
+
 
sudo echo "iface eth1 inet static" >> /etc/network/interfaces
+
== Other ==
sudo echo "address 192.168.56.101" >> /etc/network/interfaces
+
 
sudo echo "netmask 255.255.255.0" >> /etc/network/interfaces
+
550 + 150 + 270 + 320
sudo echo "network 192.168.56.0" >> /etc/network/interfaces
 
sudo echo "broadcast 192.168.56.255" >> /etc/network/interfaces
 
 
sudo apt-get install zsh tmux git-core
 
 
ssh-keygen -t rsa -C "milk@vm.local"
 
cat .ssh/id_rsa.pub
 
  cp to github
 
 
sudo ssh-keygen -t rsa -C "root@vm.local"
 
sudo cat /root/.ssh/id_rsa.pub
 
  cp to github
 
 
git clone git@github.com:milkmiruku/dottmux.git .tmux
 
ln -s ~/.tmux/.tmux.conf ~/.tmux.conf
 
 
git clone git@github.com:milkmiruku/dotvim.git .vim
 
ln -s ~/.vim/vimrc ~/.vimrc
 
sudo ln -s ~/.vim/vimrc /root/.vimrc
 
 
sudo rm -rf /etc/zsh
 
sudo git clone git@github.com:milkmiruku/zsh.git /etc/zsh
 
sudo git submodule update /etc/zsh/git-prompt (?)
 
  
sudo su -
 
wget http://drupalcode.org/project/barracuda.git/blob_plain/refs/heads/master:/BARRACUDA.sh.txt
 
sed -i 's/notify@omega8.cc/milkmiruku@gmail.com/' BARRACUDA.sh.txt
 
sed -i 's/CHV CSF/CHV CGP CSF WMN/' BARRACUDA.sh.txt
 
sed -i 's/_AUTOPILOT=NO/_AUTOPILOT=YES/' BARRACUDA.sh.txt
 
sed -i 's/_DEBUG_MODE=NO/_DEBUG_MODE=YES/' BARRACUDA.sh.txt
 
sed -i 's/_SSH_PORT=22/_SSH_PORT=321/' BARRACUDA.sh.txt
 
sed -i 's/_LOCAL_DEBIAN_MIRROR=\"\"/_LOCAL_DEBIAN_MIRROR=\"ftp.uk.debian.org\"/' BARRACUDA.sh.txt
 
sed -i 's/_LOCAL_UBUNTU_MIRROR=""/_LOCAL_UBUNTU_MIRROR="uk.archive.ubuntu.com"/' BARRACUDA.sh.txt
 
sed -i 's/_MY_OWNIP=""/_MY_OWNIP="192.168.56.101"/' BARRACUDA.sh.txt
 
sed -i 's/_MY_HOSTN=""/_MY_HOSTN="pink.local"/' BARRACUDA.sh.txt
 
sed -i 's/_MY_FRONT=""/_MY_FRONT="pink.local"/' BARRACUDA.sh.txt
 
sed -i 's/_SMTP_RELAY_HOST=""/_SMTP_RELAY_HOST="smtp.gmail.com"/' BARRACUDA.sh.txt
 
bash BARRACUDA.sh.txt
 
  db pass, etc.
 
  
service nginx restart
+
standard 73.10
 +
(dla pop) sdp 65.85
 +
138.95
  
ssh-keygen -t rsa -C "aegir@vm.local"
+
65% taper
cat .ssh/id_rsa.pub
 
  cp to github
 
  
scp ~/.tmux.conf ~/.tmux user@domain.org:~
+
pop not income
  
scp ~/.vimrc ~/.vim user@domain.org:~
+
SEISS 19.02 week
 +
wtc 74.13 + 19.02 = 93.15
  
== Coffee ==
 
* http://www.thecoffeefaq.com/
 
  
=== Moka pot ===
 
* http://coffeegeek.com/forums/coffee/machines/464086
 
  
== Typing ==
+
* [https://medium.com/@thomas.bushnell/a-reflection-on-the-departure-of-rms-18e6a835fd84 A reflection on the departure of RMS | by Thomas Bushnell, BSG | Medium]
* http://play.typeracer.com/
+
 
 +
* [https://selamjie.medium.com/remove-richard-stallman-fec6ec210794 Remove Richard Stallman. And everyone else horrible in tech. | by Selam G. | Medium]
  
== Other ==
+
* https://github.com/rms-open-letter/rms-open-letter.github.io
* http://boingboing.net/2012/08/25/switching-to-a-straight-razor.html
 

Latest revision as of 05:55, 24 March 2021

Misc

stuff i haven't focused on finding a home for in aages;


feedstest

01:00.0 VGA compatible controller: NVIDIA Corporation G72 [GeForce 7300 LE] (rev a1)
NV46 (G72) - GeForce 7200 (GS, Go), 7300 (LE, GS, Go), 7400 Go, 7500 LE

Quadro FX 350(M), NVS (110M, 120M, 300M, 510M)

Length

*1*3*5*7*9*11*14*17*20*23*26*29*32*35*38*41*44*47*50*53*56*59*62*65*68
*71*74*77*80*83*86*89*92*95*98*101*105*109*113*117*121*125*129*133*137*141*145*149*153

Typing

Other


<hanetzer> ever heard of 0x901084092304 encoding?
<icecream95> What's that?
<hanetzer> dawson's algorithm
<hanetzer> icecream95: its a joke. dawson's creek was a show, intro song or sommat was "I don't wanna wait, for our lives to be over" and those numbers spoken aloud kinda sound like the lyrics :P

To check

Notes

Anahata - Vishnu

My Funeral

  • Biosphere - Kobresia
  • Mike Oldfield - High Places

Other

550 + 150 + 270 + 320


standard 73.10 (dla pop) sdp 65.85 138.95

65% taper

pop not income

SEISS 19.02 week wtc 74.13 + 19.02 = 93.15