WTF? You have to sign in to read medium articles now? Do they think this will make me read more articles? Sigh, another domain for the shit list.
(Nobody else complaining out of politeness? Or you all signed up already? Or did I just win the A/B lottery?)
(So it seems to come and go. When I’m “lucky”, it says “you’ve already read one article this month. Sign in to read more. Sign in with Google. Sign in with Facebook. Sign in…” but there’s no way to avoid signing in. Switch browsers, no popup.)
I’m not signed in, but I remember that Medium bugged be once to log in. I do believe that I had the option to choose “go away and don’t bug me again”.
I’m on desktop Edge. It’s not asking me to sign in. Perhaps it knows you have an account? Try clearing your cookies.
Yes, the bug is from 2014, which makes it all the more “interesting” that it’s still not closed and got the “serious” tag in June 2017.
My research group runs our entire grid computing (that is, a “cloud” for you young ones) infrastructure from a LackRack in an old bathroom. We’re poor I guess.
Good news - the neomutt project has you covered.
karelzak’s patched version of mutt adds notmuch integration making it stupidly fast, even with huge mailboxes. It’s based on the development version, so I think everything in upstream v1.6 is included.
This is extremely interesting! I’d like to take a look at the diff–anyone have a link? Given the succinctness of the plege interface, I assume its minimal, but strategic.
This is a great showcase for httpd(8) actually. I don’t think I’m the only one who has fought a fight with nginx or apache to get cgit running nicely.
Very nice. The lobste.rs interface isn’t too bad on mobile already, but I’d love a native implementation. Great work and I look forward to testing out the beta.
FWIW there is also Pinchy.
I actually pushed an update for it recently enough (June 2nd), after someone emailed me with a request. I guess I forgot to push the source to github though.
I swapped to iOS recently, so haven’t been actively developing, because I don’t use it. But I’m happy to update it if people have suggestions
Edit: pushed latest to dev branch ….
Learn You Some Erlang for Great Good is also worth mentioning here then :)
I’ve found a couple of good papers via lobste.rs, so I thought I’d share a paper I chose for a reading group in case others are interested.
Agreed. Good papers seem to surface on lobste.rs from time to time and this is a great submission. Keep it up!
I’ve found that the Canonicalize-family of options are my best friends.
This allows me to do stuff like
Such a setup allows me to not rely on the system resolver for hostname lookups. It works by canonicalizing hostnames and then re-reading the configuration file. You can see how this is done with
-vand how options are applied. But most importantly, it allows me to easily overwrite the default options for some hosts. Something that does not “just works” without theCanonicalizeHostnameoption.