918 entries in 0.148s
phf: ben_vulpes: man is anyone from X3J13 still alive at this point? << probably better question, who has died, because the majority of the people form the committee are still alive.
http://quimby.gnus.org/circus/cl/dpANS3/chap-0-edit-history.tex has an almost complete list of 104 ("These are attendees from minutes back through 3/88"), of those i recognize about 40, of those ~~10 i've been in touch with in the past year and another ~~10 are
phf:
http://log.bitcoin-assets.com/?date=06-02-2016#1397760 << when i was interviewing last year, was straight up told by several different companies that i should adjust my rate because i won't be able to compete in the market (that's a direct quote from on of the hr people). one company we went through several phone calls where different people were telling me that the salary requirement is a bit high, but maybe we can work something out
☝︎ phf: mircea_popescu: i've been using his guide in the early 2000s, but then i think he caved and switched to laptops, because he stopped updating it. he has a recent build recommendation
https://blog.cr.yp.to/20140602-saber.html from his "saber cluster"
phf: but curl works reliably on any of the posting services. or anyway anything that can do an
http post without fucking up the payload
phf: a curio for the lisp aficionados
http://mumble.net/~jar/pseudoscheme/ an implementation of scheme in common lisp forward ported from lisp machines. a precursor to scheme48, so gets a lot of things right
phf: so i dropped patches from "[BTC-dev] Tinyscheme Genesis, Cleanup, and Fixes, CORRECTED; -and- Shiva Pedigree Bridge." but i'm still missing something so they are just hanging there separately,
http://104.131.72.249/patches/ ☟︎ phf: mircea_popescu: hey trinque jurov phf : would it be possible to take that very nice graph phf showed, turn it into a proper svg and have the nodes clickable ? << like
http://104.131.72.249/patches/? (is in no way bulletproof, so i expect it to be down by the time i come back from breakfast)
☟︎ phf: shitgnomes held an emacs conference, complete with code of conduct
https://emacsconf.github.io/emacsconf2015/ , names on that page of projects and people are the usual suspects. organizers are sacha chua and john wiegley, who is the current emacs maintainer.
phf:
http://www.bbc.com/news/world-europe-35237173 << "It's completely improper... to link a group that appeared to come from North Africa with the refugees" "In Cologne at least one woman was raped and many were groped, including a volunteer policewoman." etc.
phf: ben_vulpes: can still run mcl if you have a ppc mac laying around.
https://code.google.com/p/mcl/ and ftp://clozure.com/pub/rmcl.zip. the source was released when digitool finally disolved couple of years ago, and some clozure people did work on it to get it to work under rosetta (that's the rmcl thing).
phf: what i meant is something like this
http://paste.lisp.org/display/304383. of course each execution of script creates a fresh gnupg keys folder, imports the wot, import from sks if we're going that way, does the operation, kills the gnupg folder
phf: ben_vulpes: fyi copy/paste between emacs running x11 or in terminal is trivial, using pbcopy/pbpaste
http://paste.lisp.org/display/304224. just wrap it in (when (not (member window-system '(mac ns))) ...) (cc asciilifeform)
phf: ;;later tell asciilifeform another minimal unix
http://ulixos.org, this one is 31k loc of noweb. has threads and fs caching
☟︎ phf: kakobrekla: hey, uploaded log files are busted, title fetches done by assbot have extra newlines, that correspond to newlines in the title. here's affected entry ids,
http://paste.lisp.org/display/163299 ☟︎ phf: ;;later tell wyrdmantis PMed, but not sure if you got it before timeouting.
http://www.eulorum.org/OS_X works, let me know if you run into any issues
phf: heh, guy spent paypal money to start
http://osfund.co. two of the companies were trashed on that chem blog, ginkgo bioworks and emerald therapeutics.
phf: jurov: apparently most irc clients try utf8, if invalid, then cp1252 fallback:
http://xchat.org/encoding/ << yeah, that's basically the hack that i'm using in my homegrown log reader. read the stream, if it errors out on encoding issues, rewind back to last known good position, read again with latin-1, switch back to utf-8
phf: and to tie it all nicely, latest muppet lab announcement,
http://isrl.byu.edu/506-2/ "Kent Seamons and Daniel Zappala received an NSF grant for Middleware for Certificate-Based Authentication. This is a three-year award for $496,900. The goal of this research is to develop a trust platform that consolidates the decision-making process into a single location to provide a correct, consistent, and usable service for all existing and
☟︎ phf:
http://arxiv.org/pdf/1510.08555.pdf "Why Johnny Still, Still Can’t Encrypt: Evaluating the Usability of a Modern PGP Client". wtf is the point of these "studies"? "We elected to test Mailvelope, a modern PGP tool, for our study. Mailvelope is a browser extension that integrates with users’ webmail systems." "Participants were allocated sixty minutes to com- plete the study, with about 35-40 minutes spent using Mail- velope."
phf: mod6: you might be right not wanting to `use`. i decided to look at file::temp to see how they do ffi, but instead it's a custom perl written blob. probably reasonable to use, but.. in any case i recommend at least conforming to the api of mkdtemp("/tmp/fooXXX") => /tmp/fooAj5. i took a stab at a sample code,
http://paste.lisp.org/display/158520, but there are some other things to keep in mind,
☟︎ phf: vulpes_a_hopital: edi weitz's code only recently got its own github repos when others took over the maintenance (mostly to ensure that it can be packaged into quicklisp). but a canonical place for cl-ppcre (and a handful of other lisp packages for doing "modern" programming) is
http://weitz.de/lisp.html