800+ entries in 0.033s
phf:
http://btcbase.org/log/2018-02-25#1785986 << i thought that it was just a helpful warning, but upon reflection i realized that this is actually a bug. investigating it further i took a wrong direction on a diff's command line flag switch, and as it stands if you see this warning it
☝︎☟︎ phf:
http://btcbase.org/log/2018-02-23#1785630 << so offending attribute is _Noreturn, which is a c11 feature that was only introduced in 4.7. but! i tested with 4.6.4 on freebsd before release, i now also compiled 4.4.3 and it still works. running cpp-4.4 on the file it looks like something in freebsd headers actually replaces _Noreturn with an __attribute__ call that older gcc's support. with a test file with `void _Noreturn foo() {...}' but without any includes,
☝︎ phf:
http://btcbase.org/log/2018-02-22#1785473 << thanks for fast testing! the warning is harmless, i frankly got desensitized to it, and it slipped through the cracks. the entire error.c needs to be cut anyway, but it's a low hanging fruit
☝︎☟︎ phf:
http://btcbase.org/log/2018-02-18#1784792 << i got overwhelmed with vdiff becoming all things to all people, and since 4 year designs are no longer in vogue, i'm going to change the strategy and unblock specific people waiting for me
☝︎ phf: "For the past several years, we've moved toward a more secure web by strongly advocating that sites adopt
HTTPS encryption. And within the last year, we've also helped users understand that
HTTP sites are not secure by gradually marking a larger subset of
HTTP pages as "not secure". Beginning in July 2018 with the release of Chrome 68, Chrome will mark all
HTTP sites as "not secure"."
phf: fwiw
http protocol is built around verbs on resources, cutting head is going to remove the specific mechanism you're dispatching to, but not the dispatch mechanism itself (that you still need for e.g. POST)
phf:
https://pineapplefund.org/ << "The organization was started in December by an anonymous donor who goes by the nickname Pine and claims to be among the 250 largest holders of Bitcoin in the world. The fund aims to give away $86 million worth of Bitcoin, and has already given $20 million worth of the currency to 13 organizations, including...
phf:
http://btcbase.org/log/2018-01-28#1777688 << there's a handful of lords that are running ppc hardware, which is big endian. there's also sparc, that like ppc, is a somewhat saner cpu than x86, and that can be had for cheap for server etc. purposes
☝︎ phf:
http://btcbase.org/log/2018-01-23#1774643 << you've been tricked, there's two kinds of pentesters: "modern" ones, which are basically a security equivalent of a coder, they are taught how to use nessus and metasploit effectively so that their parent company can charge $x for a regulatory assurance "penntesting performed, following findings communicated and addressed"
☝︎ phf:
http://btcbase.org/log/2018-01-23#1774622 << this was left non-deliberately, but it's a safe change. safer than having /bin/bash there. /bin/sh is posix, so any unix is going to have ~something~ there. on this freebsd machine /bin/sh is a pure posix shell, while bash lives in /usr/local/bin/bash
☝︎ phf:
http://btcbase.org/log/2018-01-22#1774395 << what i don't understand is how i can have the same conversation ~with ascii~ over and over again and still he'd be repeating the same original stuff. i don't think it's a question of my blog here, unless you're saying that me saying things in log have no merit because i don't have a blog post to back it up with. this is a novel take by the way, because log used to be canon
☝︎☟︎ phf:
http://btcbase.org/log/2018-01-21#1773562 << pretty sure that's one of mine, it's either comments.diff or it could be a diff against the baseline wp of that vintage (i wanted to see what kind of modifications exactly mp version introduced)
☝︎ phf:
http://btcbase.org/log/2018-01-08#1766790 << xemacs was joint work by sun and lucid, it's hard to say who's the durps here, since it was a bunch of professionals with lisp machine background trying to plug particularly nasty holes in emacs architecture (back before there even was an architecture)
☝︎ phf: a forced popup that warns you that you're sending to
http from
https, but there's no about:config to disable the popup. 9 years of "ffs put a boolean in configs, you fucks"
☟︎ phf:
http://btcbase.org/log/2018-01-04#1763609 << not sure Dugin falls into either category, he's one of the "national bolshevik party" leaders, and wikipedia is eager to point out that he's a "fascist!11" and calls to hasten "end of times" with "all-out war", but linked piece is just lulzy in its Vladimir Sorokin slavic nationalist futurism
☝︎ phf:
http://btcbase.org/log/2018-01-03#1763208 << i think that's a matter of perspective. i treat is as what knuth&graham call a "recurrent problem", i.e. it can be solved by finding a small case, which is self-similar to the whole. the solution can also be proved by induction
☝︎☟︎