You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't define a description, so FB infers this one:
Searching for the Holy Grail2017-7-20I recently came to the conclusion that, when it comes to programming languages, there is no Holy Grail, just a bunch of cups, and perhaps we should just get on with drinking. I've worked with a lot of languages over the years. I started as a 10-year-old writing i...
I think we can do better than that. Basically grab the body, could even grab the HTML of it, then strip the tags to get back to the plain-text. In this case, we could produce a description similar to this:
I recently came to the conclusion that, when it comes to programming languages, there is no Holy Grail, just a bunch of cups, and perhaps we should just get on with drinking. I've worked with a lot of languages over the years. I started as a 10-year-old writing i...
Could optionally use some heuristics like preferring to stop after a period if that won't make the excerpt too short.
Consider an article like: https://wincent.com/blog/languages
I didn't define a description, so FB infers this one:
I think we can do better than that. Basically grab the
body
, could even grab the HTML of it, then strip the tags to get back to the plain-text. In this case, we could produce a description similar to this:Could optionally use some heuristics like preferring to stop after a period if that won't make the excerpt too short.
See also:
The text was updated successfully, but these errors were encountered: