Given the widespread use of profile pics, are people still using Gravatar for this purpose (or potentially some alternative)? Or is using your real pic no longer a thing?
Unfortunately, reading Medium articles (even free ones) after a certain number of visits drops the registration banner and prevents you from continuing/reading without an account as a reader.
To me, this engagement model is parasitic and suggests that their valuation/monetization strategy is "eyeballs". Not sure this necessarily helps writers but it certainly helps Medium to drive sign-ups with free content.
Gists do not require an account/login for readers AFAIK.
I agree that there is a disconnect between Github repos and Gists. Unifying them with Github profiles would probably increase both the visibility and adoption (particularly if they were listed with your repos).
Mostly a question of simplicity. I don't want to spend a tonne of time maintaining a personal blog site if I can find a quick way to publish material quickly using gists with an editor (like Obsidian) which is tolerable ;-).
I've used Jekyll before on github.io, but am looking for an even lighter-weight solution (if possible).
I use Obsidian and want to incorporate it in with my Gist usage. Found this which might be helpful: https://github.com/defunkt/gist
P.S. My biggest peeve with Gist is the missing dark mode :(. Otherwise, I find that the ability to use Markdown and embedded images in my gist's actually covers most of my documenting/blogging use case. Obsidian will hopefully address the dark mode issue.
I'm not sure I agree that Gists are `orphaned single public commits` as they have a number of features which encourage collaboration (commenting/stars/history/forking). My concern is that most tech articles represent a perspective at a point-in-time and that the broader community would benefit from a living document. YMMV ;-)
Infrastructure-as-code suffers from a tool ergonomics problem. I created this gist to discuss some of the challenges associated with Terraform. Comments/feedback welcome!
His ability to find the people who shared his vision (regardless of their educational backgrounds) and motivate them to do the best work of their lives. This was his superpower and the basis of his reality distortion field.
Got this from reading Isaacson's biography (which BTW showed what an asshole he could be).
Thanks for the info. I'm pretty sure I won't need SAML for my application, but the Secure Data Connector is definitely something that I will be looking into.
Actually, I was considering using GWT over the AppEngine. It provides a lot of supported functionality (such as fast Image serving, OAuth & OpenID, BLOBStore, Memcache) that seem a bit of a pain to integrate with ROR. Those features in conjunction with the free quota limitations (for approximately 5 million page views per month) make it seem like an ideal low investment platform that can scale one demand. I'm just wondering if anyone chose ROR/Django over GAE and what their reasoning might be.