Difference between revisions of "Misc"

From Things and Stuff Wiki
Jump to navigation Jump to search
 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{techy}}
+
{{menu}}
 +
 
 +
== 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 17: Line 23:
 
[[feedstest]]
 
[[feedstest]]
  
=== Length ===
+
01:00.0 VGA compatible controller: NVIDIA Corporation G72 [GeForce 7300 LE] (rev a1)
<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
+
 
*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>
+
NV46 (G72) - GeForce 7200 (GS, Go), 7300 (LE, GS, Go), 7400 Go, 7500 LE
 +
Quadro FX 350(M), NVS (110M, 120M, 300M, 510M)
 +
 
 +
* http://tl.reddit.com/r/IAmA/comments/wnj2d/iama_heroin_addict_been_clean_now_for_4_months/c5ez7ne
 +
 
 +
* 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 ==
 +
*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 ==
 +
* http://play.typeracer.com/
 +
 
 +
== Other ==
 +
* [[Tattoo]]
 +
 
 +
 
 +
<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 ==
 +
* 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
 +
 
 +
== Notes ==
 +
Anahata - Vishnu
 +
 
 +
== My Funeral ==
 +
 
 +
* Biosphere - Kobresia
 +
* Mike Oldfield - High Places
  
===mixes===
+
== Other ==
  
* psychill, psybient, technoid, funky dubby glitchy brakey electro etc.
+
550 + 150 + 270 + 320
** kilowatts, bluetech, kattoo, gridlock, µ-Ziq [http://grooveshark.com/#/album/Bilious+Paths/1495058]Siege of Antioch,  beefcake
 
  
* http://www.youtube.com/v/rWl0Gnh_Pu0
 
  
===setup.sh===
+
standard 73.10
add local machine entry in /etc/hosts for dnsmasq. to do; dhcp.
+
(dla pop) sdp 65.85
 +
138.95
  
[http://christophermaier.name/blog/2010/09/01/host-only-networking-with-virtualbox]
+
65% taper
  
sudo ifconfig eth1 192.168.56.101 netmask 255.255.255.0 up
+
pop not income
sudo echo "" >> /etc/network/interfaces
 
sudo echo "auto eth1" >> /etc/network/interfaces
 
sudo echo "iface eth1 inet static" >> /etc/network/interfaces
 
sudo echo "address 192.168.56.101" >> /etc/network/interfaces
 
sudo echo "netmask 255.255.255.0" >> /etc/network/interfaces
 
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 -
+
SEISS 19.02 week
wget http://drupalcode.org/project/barracuda.git/blob_plain/refs/heads/master:/BARRACUDA.sh.txt
+
wtc 74.13 + 19.02 = 93.15
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
 
  
ssh-keygen -t rsa -C "aegir@vm.local"
 
cat .ssh/id_rsa.pub
 
  cp to github
 
  
scp ~/.tmux.conf ~/.tmux user@domain.org:~
+
* [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]
  
scp ~/.vimrc ~/.vim user@domain.org:~
+
* [https://selamjie.medium.com/remove-richard-stallman-fec6ec210794 Remove Richard Stallman. And everyone else horrible in tech. | by Selam G. | Medium]
  
== Coffee ==
+
* https://github.com/rms-open-letter/rms-open-letter.github.io
=== Moka pot ===
 
* http://coffeegeek.com/forums/coffee/machines/464086
 

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