Also "As may be apparent by the theme of this site and its currently broken CSS for articles , I am an avid console user, most of my machines don't have X11 installed" might explain the site presentation.
It really is a nice overview of the options without being overly prescriptive about what option to pick.
in chrome, right click on page->inspect element-> uncheck font-family.
this is pretty good, I've always thought that docker is solving an education problem but fixing the education part is a better thing that 'just use docker' since not understanding a system can be very problematic in future.
A much better title would be "Such container - an attempt to document the ins and outs of containers on Linux.". This way I would instantly know what the article is about... I wish there would be some way to add a tldr to the title.
This is really the one thing I hate about HN nowadays. Usually at least a third of the submissiond have completely meaningless titled. For example currently there are "Jitterdämmerung" and "A letter from Transnistria" on the front page. How am I supposed to know what those are about without clicking on them?
(Sorry for the rant...)
It's more of a subculture than a generational zeitgeist. By the time you see it among your Facebook friends, much less HN, it's far removed.
var getFont = function(url) {
var link = document.createElement('link');
link.rel='stylesheet';
link.type='text/css';
link.href = url;
document.head.appendChild(link);
}
getFont('https://fonts.googleapis.com/css?family=Open+Sans|Roboto')
var sheet = (function() {
var style = document.createElement('style');
document.head.appendChild(style);
return style.sheet;
})();
sheet.insertRule('body { font: 400 16px/24px Roboto,sans-serif!important; -webkit-font-smoothing: antialiased; }', 0);Edit: guess this is an iOS issue...
A quote from that: "Those who read about the aliens in an easy-to-read font (16-point Arial pure black) answered correctly 72.8 percent of the time, compared to 86.5 percent of those who reviewed the material in hard-to-read fonts (12-point Comic Sans MS or Bondoni MT in a lighter shade)."
I'm partially complaining because it irritated me (out of selfishness), but mostly saying "why would you do that?" (out of curiosity).
edit oh no, it seems LibreSSL changed the font! :( But I quite remember it being different (or perhaps it was another website related to the OpenBSD foundation)