Live data from Hacker News

Such container

doger.io

41–48 of 48 posts

Re: Such container

#42

I hate to admit that I mindlessly upvote doge-related submissions and comments. Very shaem

I would have almost upvoted this submission, but as it is often the case, the title on HN is complete meaningless garbage. 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 a…

Perhaps the mods have been asleep lately? Glad that I am not the only who has noticed how clickbait-ish, or nondescript, some titles are.

Re: Such container

#43

I hate to admit that I mindlessly upvote doge-related submissions and comments. Very shaem

I would have almost upvoted this submission, but as it is often the case, the title on HN is complete meaningless garbage. 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 a…

[deleted]

Re: Such container

#46
post #2

This is a subject I really want to know about. But the presentation of this this page is (no better word for it) obnoxious. I wonder why the author did it. Annoyingly the 'reader' feature of Safari doesn't work on this page.

I actually keep a Chrome Snippet for such cases.

    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);

Re: Such container

#47
Feels nice being on a computer that doesn't have Comic Sans. I just see the default sans-serif font for my system. Fonts aside, this is a nice resource. A number of good articles that I read to understand how containers work are collected here. I'll have to ask the author to include GNU Guix in the implementations list once our next release is out the door.

Re: Such container

#48

D+ for the presentation but the content gets an A. It really is a nice overview of the options without being overly prescriptive about what option to pick.

Disagree. Reminds me of the old, cute (and still useful) internet (geocities, web rings etc).

Doge is just a currently popular meme thing though. Although I stay away from stuff like this, I am pretty sure it is already 'over'.
Post reply on HN