log☇︎
918 entries in 0.163s
phf: trinque: http://paste.lisp.org/display/157633 untested, but that's the general idea
phf: jurov: so http://www.eulorum.org/OS_X produces a working build, just not something you can upload as an archive, because the links between binaries rely on absolute paths. i think it's possible to go over all of them and replace absolute paths with relative paths using install_name_tool, but i haven't had a chance to try it yet. (just finished moving to DC yesterday, so i've been busy)
phf: http://www.ebay.com/itm/RARE-VINTAGE-COMPUTER-SYMBOLICS-3600-LISP-MACHINE-KEYBOARD/321810769726 << was trying to buy this one, got as high as $1100 on best offer, guy wouldn't go any lower then $1400 ☟︎
phf: <ascii_field> BingoBoingo, ben_vulpes, other aficionados: http://www.ebay.com/itm/RARE-VINTAGE-COMPUTER-SYMBOLICS-XL1201-LISP-MACHINE-/221915599560 << given that prices on symbolics hardware gone 3x in the past five years, i expect that same machine to fetch $40 000 in a year or two
phf: http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node129.html
phf: shinohai: i think you want these if you're trying to buterin, http://www.amazon.com/gp/product/B001BLWW8A
phf: http://media-cache-ak0.pinimg.com/736x/51/af/bb/51afbbec842a18006aa399b4d40bbd5a.jpg << for reference
phf: http://www.imdb.com/title/tt0442933/ <<
phf: by the way i stopped by some russian bookstore on the way to saunas and spotted this utterly ridiculous shalamov cover http://static.ozone.ru/multimedia/books_covers/1011527549.jpg. i don't even.
phf: https://en.wikipedia.org/wiki/Andrew_Bromfield
phf: there's even an english translation, http://www.amazon.com/S-N-U-F-F-Victor-Pelevin/dp/1473213037
phf: https://c2.staticflickr.com/4/3395/3439554866_696f955b46.jpg one of these?
phf uses http://www.amazon.com/HP-Optical-Button-Mouse-accessory/dp/B0002Y5LZ8
phf: oh hey i wrote a poc for pgp filter at toorcon, when that other wifi mitm came out. no need to figure out what's where, just sit on the http stream, catch text/*, grep it for gpg headers, and then rewrite on the fly
phf: BingoBoingo: so apparently those masks could get a lot more elaborate then just a pillowcase with eye holes, http://imgur.com/r/creepy/xdNRHH3
phf: known as блат in russian, https://en.wikipedia.org/wiki/Blat_(favors). though that word is more often used in context of getting ahead i think it basically applies to overall structure of society. when shit hits the fan you call a your sister's husband's uncle who's a general, "vasily mikhalich, this is such and such..." ☟︎
phf: https://www.washingtonpost.com/news/the-intersect/wp/2015/09/30/everyone-you-know-will-be-able-to-rate-you-on-the-terrifying-yelp-for-people-whether-you-want-them-to-or-not/ ☟︎☟︎
phf: i added eatbulk to bitcoind that takes a folder with blk dat files and eats them in order, provisioning the node at the moment. pointless graphs time! http://glyf.org/tmp/height-time.png hours vs block height, http://glyf.org/tmp/height-delta.png block height vs delay from previous ACCEPTED ☟︎
phf: http://arstechnica.com/apple/2015/09/os-x-10-11-el-capitan-the-ars-technica-review/8/ << oh boy mac os x new "System Integrity Protection"
phf: actually reminds me of this guy, fred reed, from earlier internet, http://www.fredoneverything.net. he used to be a dc journalist, so he has a lot of candid comments about dc northeast and generally race in america
phf: mircea_popescu: i did not publish the instructions, i will update http://www.eulorum.org/OS_X
phf: jurov: this is in reference to this conversation http://log.bitcoin-assets.com/?date=30-08-2015#1256535 ☝︎
phf: to misbehave, idle however long and send data as large as they want. what's not implemented: prioritizing trusted nodes over others during node selection: you might still lose connection by natural means, in which case -addnode nodes will be dropped, and a standard node selection mechanism is used. the patch so far is here http://paste.lisp.org/display/155710. i'm thinking that ultimate vs. trusted distinction might be unnecessary. i would
phf: that was copy paste fail, but i'm still getting wrong shasums, http://paste.lisp.org/display/155678
phf: http://2.bp.blogspot.com/_7sRArBiqnC4/SU7ROynutjI/AAAAAAAAAP8/sKqNE7ZyxHI/s1600/PBF244-Preach_Skate.jpg << 'man of the people'
phf: http://emarsden.chez.com/downloads/mandel.ps << mandelbrot in postscript, apropos code vs. serialised formats
phf: http://jarkko1.deviantart.xyz/art/raudan-valmistus-324286519
phf: (http://orig15.deviantart.net/58c6/f/2012/243/f/2/raudan_valmistus_by_jarkko1-d5d2l2v.jpg)
phf: http://www.cs.cmu.edu/~mihaib/kernighan-interview/
phf: https://images-na.ssl-images-amazon.com/images/G/01/vince/boost/detailpages/21inc8d._SR1062,670_.jpg << note that the tag on asic seems to be blurred, compared to very readable labels all around it
phf: https://images-na.ssl-images-amazon.com/images/G/01/vince/boost/detailpages/21inc3b.jpg
phf: http://www.wired.com/2015/09/amazon-tablet-casio-calculator/ << "the pricey calculator" section about new casio s100, which costs $220, about as much ebay hp-16c, but otherwise is a piece of shit ☟︎
phf: ben_vulpes: have you seen http://appscript.sourceforge.net/status.html ?
phf: https://sks-keyservers.net/pks/lookup?op=vindex&search=0x86AC5789F93ED2E7
phf: hardware we build from scratch, i'm assembling some reference material http://orig15.deviantart.net/58c6/f/2012/243/f/2/raudan_valmistus_by_jarkko1-d5d2l2v.jpg ☟︎
phf: trinque: re lisp rps, you might want to look at cmucl's WIRE and REMOTE packages, https://common-lisp.net/project/cmucl/doc/cmu-user/ipc.html. while you can send sexps over the wire and slime/swank do it by sending readable forms in netstring format, you start running into issues when you need to ipc opaque blobs, like lambdas, hashtables or clos instances. cmucl's ipc solves all those issues, unfortunately married to cmucl. i think it woul
phf: ben_vulpes: reference material http://michaelgmunz.com/wp-content/uploads/2015/06/thats-a-paddlin-30027.jpg
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