| YaK:: 2WiMC (GLEET) | [Changes] [Calendar] [Search] [Index] [PhotoTags] |
http://jeremykun.com/2013/04/16/categories-whats-the-point/
0 75 144 20 97 0
/subsection GLEET
Eric:
hmmmmm
http://home.cogeco.ca/~ve3ll/jstutorh.htm <---- Javascript Classes
static uint_fast32_t
dl_new_hash (const char *s)
{
uint_fast32_t h = 5381;
for (unsigned char c = *s; c != '\0'; c = *++s)
h = h * 33 + c;
return h & 0xffffffff;
}
(Dan Bernstein's string hash function posted eons ago on comp.lang.c.)
Treasure Island Muni 108 Bus Schedule:
A Plan for the Improvement of English Spelling
by Mark Twain (?)
For example, in Year 1 that useless letter "c" would be dropped to be replased either by "k" or "s", and likewise "x" would no longer be part of the alphabet. The only kase in which "c" would be retained would be the "ch" formation, which will be dealt with later. Year 2 might reform "w" spelling, so that "which" and "one" would take the same konsonant, wile Year 3 might well abolish "y" replasing it with "i" and Iear 4 might fiks the "g/j" anomali wonse and for all.
Jenerally, then, the improvement would kontinue iear bai iear with Iear 5 doing awai with useless double konsonants, and Iears 6-12 or so modifaiing vowlz and the rimeining voist and unvoist konsonants.
Bai Iear 15 or sou, it wud fainali bi posibl tu meik ius ov thi ridandant letez "c", "y" and "x"âbai now jast a memori in the maindz ov ould doderezâtu riplais "ch", "sh", and "th" rispektivli.
Fainali, xen, aafte sam 20 iers ov orxogrefkl riform, wi wud hev a lojikl, kohirnt speling in ius xrewawt xe Ingliy-spiking werld.
http://iris.lib.virginia.edu/tibet/texts/reprints/jbs/JBS_02_01_04.pdf Yaks do not take salt voluntarily and it has to be fed forcefully. The head is secured to the post by a short rope. The front and hind legs are tied together and the yaks brought to the ground on their sides. While one person holds the head and turns the mouth upwards, another person pours the salt down the animal's throat and follows it up with a mouthful of water to wash it down. Salt is fed thus to every animal monthly at the rate of 300-350 g per adult and 150- 200 g for yearlings.
ắἆῨΌﻛE¶ĆĝД
| "If you make gold out of lemons and lemonade, mean rude people will crush your gold and jewelry too. This is why the birds fly sometimes not." -Daxflame |
http://www.cfcl.com/vlb/weblog/archives/000538.html (inverse femtobarns)
RE: IHNP4 ==> http://communication.ucsd.edu/bjones/Usenet.Hist/Nethist/0085.html
|
Attack mitigation
You'll want to use iptables u32 to skip over the IP and TCP headers of the packet, and match the first 4 bytes of the packet against "POST", like so: -m u32 --u32 0x0>>0x16&0x3c@0xc>>0x1a&0x3c@0x0=0x504f5354 -m recent --set --name lastmeasure --rsource -j DROP One command. Seriously. Any linux machine you can drop in this single line into your iptables configuration and boom, you've stopped the attack. This is what EFnet did. This is what Buttesnet did (which has exactly ONE lazy stoner administrating it). You break out tcpdump, you look at what is going on, you block it in iptables. This is what Freenode could not do, because they don't know anything about anything. Also, you'll want a rule to make sure any subsequent traffic refreshes the drop entry: -m recent --update --seconds 86400 --name lastmeasure --rsource -j DROP |
http://world.nycsubway.org/us/atlanta/marta-provisions.html
http://cuiltheory.wikidot.com/what-is-cuil-theory
http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
http://forums.afterdawn.com/thread_view.cfm/704121 => mencoder -ovc x264 -oac faac -vf scale=320:240,dsize=320:240,harddup -x264encopts bitrate=448:vbv_maxrate=448:vbv_bufsize=2000:nocabac:threads=2:global_header:level_idc=30:me=umh -faacopts mpeg=4:object=2:br=128:raw -of lavf -lavfopts format=mp4 -o last-ever.mp4 9d98.last-ever.flv
"Time flies like an arrow, but fruit flies like a banana." ( http://www.theregister.co.uk/2007/05/15/google_translation/ )
http://www.subspacefield.org/~travis/good_ideas.txt
|
http://www.google.com/patents/about?id=hhYJAAAAEBAJ
An apparatus for use as a toy by an animal, for example a dog, to either fetch carry or chew includes a main section with at least one protrusion extending therefrom that resembles a branch in appearance. The toy is formed of any of a number of materials including rubber, plastic, or wood... Inventors: Ross Eugene Long, III Primary Examiner: Thomas Price |
http://www.amk.ca/python/writing/functional
bytecode interpreters for tiny computers by Kragen Javier Sitaker, 2007
http://www.lifesmith.com/mathfun.html
http://www.jfsowa.com/logic/math.htm Mathematical Background -- by John F. Sowa
x86/x64 docshttp://www.codemachine.com/article_x64deepdive.html -- X64 Deep Dive -- codemachine https://docs.google.com/gview?url=http://www.cs.usfca.edu/~cruse/cs686s07/lesson23.ppt&pli=1 -- special segment-registers -- how to utilize registers FS and GS http://siyobik.info/main/reference -- x86/x64 instruction set ref http://download.intel.com/design/intarch/papers/323246.pdf Minimal Intel Architecture Boot Loader |
CCC (Chaos Communications Camp) 2011 -- https://plus.google.com/photos/107725094985199419268/albums/5642455704953863937
|
http://web.archive.org/web/20060813132807/http://www.research.ibm.com/journal/sj/032/falkoff.pdf -- A Formal Description of SYSTEM/360 by Adin D. Falkoff, Kenneth E. Iverson, and Edward H. Sussenguth, Jr., IBM Systems Journal, Volume 3, Number 3, 1964.
http://www.jsoftware.com/papers/APLEvol1.htm -- The Evolution of APL, by Adin D. Falkoff and Kenneth E. Iverson. ACM SIGPLAN Notices 13, 1978-08.
|
( http://okmij.org/ftp/Computation/ -> . Programming_and_Computation )
SVG http://srufaculty.sru.edu/david.dailey/svg/
http://htwins.net/scale2/ <- scale of the universe (awesome)
http://rtw.ml.cmu.edu/rtw/ <- NELL: Never-Ending Language Learning
http://search.cpan.org/~book/perlsecret-1.001/lib/perlsecret.pod#NAME
http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/
http://eli.thegreenplace.net/2012/08/13/how-staticall
http://www.ft.com/cms/s/2/0ca06172-bfe9-11de-aed2-00144feab49a.html#axzz2KF8USa1z -- Soros
http://haskell.cs.yale.edu/wp-content/uploads/2011/01/cs.pdf The Conception, Evolution, and Application of Functional Programming Languages Paul Hudak
http://www.cypherpunks.ca/otr/Protocol-v2-3.1.0.html For the Diffie-Hellman group computations, the group is the one defined in RFC 3526 with 1536-bit modulus (hex, big-endian): and a generator (g) of 2.
$ git remote -v remote git@github.com:strickyak/AnttiYak.git (fetch) remote git@github.com:strickyak/AnttiYak.git (push) $ $ git pull remote master $ git push remote master |
https://github.com/strickyak/AnttiYak
https://github.com/strickyak/goterp
https://groups.google.com/a/lispnyc.org/forum/m/?fromgroups#!topic/lisp/-NVNhsdQrHo
http://ascii.textfiles.com/archives/1717
$ for x ; do echo $x ======== ; ffmpeg -i $x -an -b 600k -s 800x600 -r 10 /tmp/ptmp/$x.mp4 ; done
| (last modified 2013-04-21) [Login] |