log☇︎
1681 entries in 0.144s
phf: i remember that we were actually taught how to properly treat teachers https://www.youtube.com/watch?v=rcZgoOyalaI amusingly i'd never seen that short on tv, it would always play during "entertainment break" when they would send us to a school movie hall to watch random stuff
phf: we brought these all through highschool, http://i.ytimg.com/vi/Osxvvm0Yu74/hqdefault.jpg i actually do have a note in my "personal file" for throwing those into teachers from the top of a entrance
phf: http://www.ratemyprofessors.com/ShowRatings.jsp?tid=761872 << michael brin "rating"
phf: nah, at $200 price <body style="margin: 0px"><img style="-webkit-user-select:none; display:block; margin:auto;" src="http://www.swissmicros.com/photos_nov2012/DM-41_pouch+back_large.png"></body>
phf: http://www.riflegear.com/blogimages/ShootingKitty1.jpg
phf: http://i.dailymail.co.uk/i/pix/2013/09/28/article-0-18565E9200000578-190_634x424.jpg
phf: https://pro.sony.com/bbsc/ssr/product-DPTS1/?PID=I:digitalpaper:digitalpaperproductpage target market lawyers, government and "higher ed"
phf: http://commerce.hpcalc.org/34s.php
phf: elsewhere on the internet http://www.ebay.com/itm/181823958627
phf: asciilifeform: what about something like this http://paste.lisp.org/display/154647, put a flag on sighup, put a couple of checks (i'm not sure if my guess as far as mainloop is correct) for the flag, do a stop the world snapshot. can have it running normally, periodically send kill -HUP ... ☟︎
phf: https://www.gnupg.org/faq/gnupg-faq.html#keep_dreaming 8.21 I’m a programmer and I need a way to call GnuPG internals directly. Is there a library for this? No, nor will there be.
phf: ccl for example uses a hacked up version of this ffi generator http://www.ccs.neu.edu/home/lth/ffigen/, which is in turn a set of intrusive patches against gcc. can be done, but wouldn't go into upstream for political reasons
phf: <ben_vulpes> asciilifeform has referred to rms doing this with i believe a compiler as well, and i would hear the story << https://lwn.net/Articles/629259/
phf: for example this code http://paste.lisp.org/display/154625 validates signatures (using ccl's ffi generator and slightly patched gnupg 1.4.19), but on failure verify_signature either prints to stdout, with no notable return code or sometimes exit(...)'s the whole process
phf: (asciilifeform: by the way if you haven't played http://www.hardcoregaming101.net/darkeye/darkeye.htm. it's not much of a quest, but it has a consistently fantastic mood. Burroughs does voice acting for one of the characters)
phf: (http://russiapedia.rt.com/on-this-day/july-17/)
phf: <mircea_popescu> http://log.bitcoin-assets.com/?date=29-08-2015#1255201 << is that soft pr0n on his monitor ? << yes, i didn't actually notice until i posted, probably a 2ch gag ☝︎
phf: (entire perelman archive in djvu http://publ.lib.ru/ARCHIVES/P/PEREL'MAN_Yakov_Isidorovich/_Perel'man_Ya.I..html, probably of interest only for ascii) ☟︎
phf: ha, found it, flea balloon idea was in "Mechanics for entertainment", http://glyf.org/tmp/flea-balloon-1.png http://glyf.org/tmp/flea-balloon-2.png ☟︎
phf: <asciilifeform> mircea_popescu et al: dulap rebooted today for no reason known to me. << if you start evaluating new hosting solutions, try these guys http://www.tummy.com. uptime on my box 529 days
phf: http://cs.pikabu.ru/images/big_size_comm/2014-01_6/13908191208532.jpg ☟︎☟︎
phf: http://j.livelib.ru/boocover/1000317190/o/4e97/A._Zaretskij_A._Truhanov__A_ya_byl_v_kompyuternom_gorode.jpeg << book i was given as a small boy << i remember that book! it had a totally soviet intelligentsia cat guy
phf: main issue is that ecigs can never look this cool https://www.youtube.com/watch?v=NuZklVrHspM
phf: https://www.youtube.com/watch?v=GOYfxqsBoFY ☟︎
phf: trinque: https://en.wikipedia.org/wiki/MMM_(Ponzi_scheme_company)
phf: http://mmmglobal.org/mmm_abroad/russia/ redirects to http://sergey-mavrodi.com
phf: like here's his blog entry about bitcoin, http://3py4p4ods8eqivzcenynzr9rp7gt35bzg399i2tksesul6wmpyfe1nsawtno.com/news/33371-pro_bitkoin.html which is hosted on the same domain as http://sergeymavrodi.com
phf: mircea_popescu: https://i.imgur.com/neNetGr.png, http://mmmglobal.org
phf: infos from which links to btctalk threads https://forum.bits.media/index.php?/topic/3684-mavrodi-sobralsia-valit-bitkoin/, but archive doesn't pick anything up from mmmcoin.com
phf: for the curious ftp://ftp.pgpi.org/pub/pgp/2.x/doc/pgformat.txt, http://www.spinnaker.com/crypt/pgp/pgp26ui/pgp26uis.zip (src/crypto.c:1289)
phf: hah http://www.ozon.ru/context/detail/id/5964408/
phf: ascii_field: i've tried reproducing the leak, but so far it looks like so according to my small test, mapTransactions.clear() should just work. http://glyf.org/tmp/foo.cpp.html there's a bunch of copy allocations that get cleaned up, but you'll notice when foo.clear() is called that picks up the leftover objects.
phf: map code in question http://paste.lisp.org/display/153933
phf: thestringpuller: you should try patching that patch, by adding http://www.cplusplus.com/reference/map/map/begin/, for(...) { delete iter->second; } for mapTransactions and mapNextTx in the JettisonMempool function. seems like an easy fix, i don't have my env setup at the moment ☟︎
phf: trinque: that's the gsm package i was thinking of http://wammu.eu/docs/manual/smsd/
phf: https://common-lisp.net/project/closure/ for the curious
phf: asciilifeform: this one https://en.wikipedia.org/wiki/Labyrinth_of_Reflections
phf: ben_vulpes: no, this https://www.gnu.org/software/emacs/manual/html_node/eieio/ is emacs's whacky clos. i think advice is a separate lineage, by way of interlisp. there's defadvice in lispworks for example
phf: also relevant https://github.com/xoreaxeaxeax/sinkhole ☟︎
phf: (the pig scene, for the curious https://www.youtube.com/watch?v=Pmy07aO10qM&t=2m18s)
phf: according to bitcoin script documentation "Some of the more complicated opcodes are disabled out of concern that the client might have a bug in their implementation" (https://en.bitcoin.it/wiki/Script). an example of disabled script OP_CAT, Concatenates two strings
phf: pete_dushenski: fyi, it's available freely on kat.cr, probably can be downloaded at pipe saturation level, rather then pulling it from someone's http
phf: ben_vulpes: http://dpaste.com/2Q2YKDB << so we were poking at gernika yesterday and it looks like CS didn't fully build. i'll take a look at his "successful" cs build log today, and see what comes up
phf: ben_vulpes: http://paste.lisp.org/display/152828#1 << read-sequence reads octets (i.e. unsigned bytes) into an array, so you want (make-array size :element-type '(unsigned-byte 8)) and you also want to then explicitly convert an octet array into a string. later is implementation dependent (since concerns encodings, etc.), ccl has DECODE-STRING-FROM-OCTETS and sbcl OCTETS-TO-STRING, both support encodings. since version is ascii, a naive converte
phf: for the record i think a secure and verifiable path for receiving a key of person in wot is to ssl connect to freenode using explicit server key, request !shasum wot from assbot, download http://files.bitcoin-assets.com/wot/wot_users.sql.gz, verify its shasum, do `zgrep -oE '\([^)]+phf[^)]+\)' wot_users.sql.gz` (or whatever nick), the second number in the grep output is going to be the key fingerprint, next grep --recv-key <fingerprint>
phf: asciilifeform: you might enjoy reading his autobiography, Panegyric, http://debordiana.chez.com/english/panegyric.htm
phf: williamdunne: not builtin, but here's a generic object printer, http://paste.lisp.org/display/153363. if you have an instance of a class, you'll get #<FOO (A . 1) (B . "test") C #x123123> (where C is unbound)
phf: xach.com/rpw3/articles/TJadnRSn8I_o8qHZ4p2dnA%40speakeasy.net.html and http://xach.com/rpw3/articles/PqOdndt5Kr6E9BnUnZ2dnUVZ_juWnZ2d%40speakeasy.net.html (there's probably more, but it's worthwhile to read through those)
phf: williamdunne: rob warnock has a series of posts on how to use lisp effectively even if you don't have emacs running, i often find it a reasonable path for lisp novices, particularly when you don't want the complexity of emacs to get in the way of early explorations. http://xach.com/rpw3/articles/BJqdnd9R65ee3qDbnZ2dnUVZ_vGinZ2d%40speakeasy.net.html, http://xach.com/rpw3/articles/PJudnYz2hfC-HQbYnZ2dnUVZ_ternZ2d%40speakeasy.net.html, http://
phf: next step in SEO, leaving links on b-a. "hitler lizard diddled singles! http://..."
phf_mobile: obligatory http://oglaf.com/son-of-kronar/
phf: trinque: http://paste.lisp.org/display/152720
phf: you could use something like https://github.com/selectel/pyte with cs3d's python plugin. that sounds unholy though
phf: jurov: http://glterm.sourceforge.net/screensh.html maybe?
phf: asciilifeform: http://bumpngrind.co are supplied by a dc roaster, without "blends"
phf: a good common lisp book to have in addition to keene's clos book is AMOP http://www.amazon.com/The-Metaobject-Protocol-Gregor-Kiczales/dp/0262610744
phf: (for those who want to police scan with rtl-sdr i followed this guide back when i had a spare windows install https://sites.google.com/site/policescannerhowto/)
phf: punkman: samovar has a source of heat builtin. traditional models will have a tube in the center, that's used to burn wood like http://magazin-samovarov.ru/upload/medialibrary/3e9/%20golxwmp%207.JPG
phf: http://www.freshcoffeeshop.com/en/hovoli-1000s-turkish-coffee-machine-en.html
phf: danielpbarron: http://media-1.web.britannica.com/eb-media/31/144531-004-B9389269.jpg
phf: re: feature phones, i used this one for a bit http://www.amazon.com/Samsung-GT-E1182L-Unlocked-Quad-Band-Organizer/dp/B007F9XJDY, main perk that it supports u.s. and international freq. downside that i discovered with phones like that is that sounds quality is shit, compared with iphone+apple-earbuds
phf: asciilifeform: that's what it looks like, re ailerons, the image is from here http://www.gas-copter.com/Description
phf: https://9c02d171-a-62cb3a1a-s-sites.googlegroups.com/site/gascopter/Description/3%20diff%20with_numbers.jpg
phf: windows: http://minigame.bz/eulora/binaries/cs-win32libs-2.1_003.exe, ubuntu: svn co -r 38934 http://svn.code.sf.net/p/crystal/code/CS/trunk, osx: http://crystalspace3d.org/cvs-snapshots/zip/cs-current-snapshot.zip, gentoo: svn co -r 39798 http://svn.code.sf.net/p/crystal/code/CS/trunk cs, fedora: svn co -r 39798 http://svn.code.sf.net/p/crystal/code/CS/trunk cs
phf: http://paste.lisp.org/display/152068
phf: https://www.youtube.com/watch?v=p3fsSL4Bw9w&t=0m15s
phf: https://vimeo.com/25479104 has some shots of butugychag around 24:05, though the whole documentary is interesting, done by a shalamov fan in early 90s
phf: ben_vulpes: re server deploy http://www.nicklevine.org/play/patching-made-easy.html, not the only solution, but pretty cool
phf: ben_vulpes: http://glyf.org/screenshots/eulora3.png!
phf: jurov: bunnie's mostly famous for reverse engineering first xbox http://hackingthexbox.com, and recently designing novena laptop ☟︎
phf: trinque, gabriel_laddel http://paste.lisp.org/display/151403 ☟︎
phf: https://github.com/abridgewater/nq-clim
phf: http://1.bp.blogspot.com/-rw9Z6h3DDMo/TrTY5FJydDI/AAAAAAAAG4Y/m-uVqliksdA/s1600/denali%2Bhwy-6.jpg
phf: i had to make some minor changes http://paste.lisp.org/display/151074
phf: mod6: no, i'm asking you to provide an archive of raw messages as they were received and stored by mailman. something like this http://therealbitcoin.org/ml/btc-dev/2014-October.txt, but withtout attachments split into separate files
phf: mod6: http://therealbitcoin.org/ml/btc-dev/2014-October/thread.html etc.
phf: i was exploring block storage format, so i wrote some lisp code to read blocks out of .dat in sequence or directly from dumpblock'ed file http://paste.lisp.org/+38JG. i'm not sure where i'm going with it, so i'm leaving it here for interested parties. ☟︎☟︎
phf: asciilifeform: blk format is magic 4 byte sequence (http://btc.yt/lxr/satoshi/source/src/main.cpp#1779), then int32 size, then cblock
phf: asciilifeform: you might find this interesting http://glyf.org/tmp/bastard-delay.png. red dots are bastards when they are finally accepted, green dots are corresponding failed attempts
phf: can anyone confirm that this looks like a complete list of patches to date http://paste.lisp.org/display/150429? (afaik those marked as U have been rejected on ml)
phf: benkay, http://en.wikipedia.org/wiki/Kaschenism