From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 28CB03B2A3 for ; Sat, 11 Jun 2016 15:09:15 -0400 (EDT) Received: by mail-oi0-x22c.google.com with SMTP id w5so78188789oib.2 for ; Sat, 11 Jun 2016 12:09:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=H9PbHe2049fWoZD98JJA2OpRtLf19pfuOPYeabwt3qU=; b=Z1YRTqhlvMsWLdUvpUJ0FGDcEpj3dHyEyJShgNv6sh/VLbxVe0fK8zOMjzO+w7XmIx vwnG43gfc3+5tj+tRCTuKOhYzF5XkPRPDJrhmIK9nHUv8vtgMvOr28h6NAr+lOgp/ttq k7N+qAdHdODKymnIygz+Hbu9D92qR2QEZDCgVEIi3HhV/fOy7/S8Q13p4zT7kSuCoocY SRqkANFI52KrLcl1U+23KzB0ihaGv5obO/AqDbmzPY3c6GdgOPNO7qq/zFLWGbg9j8p6 58vu5zgfmbRpmT7Zh657ejYBFsJO5kFlECh0ZRy2Hc9zZkZ+Zup/1RIZLFxdzc/9jPqL elZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=H9PbHe2049fWoZD98JJA2OpRtLf19pfuOPYeabwt3qU=; b=k82POsRIxOJVUTpJSjuqi27QeHXYRyQmJZhiwRq01lV/KsEP8xBJkXdzhwYJ3pKthi M/vuzc/aIuGUQrca14qKTDmH7mGJgLyOU2+hZlbu5SzsQMTufn+GCbky3mnX5WjWq3WQ CyBJ4WtxUw5kvcePhJdDn1mm4rbFtQsfWc/Z78O+QtUGEaeNywcOwsFYufc2Qp2eIXlh qhK0ExHtozn4UQCPWd1y745wrmN83Fby9q1H43zP4unVEZrL+BEKVGuGTcYu8v1XNpfO hHxmvRaBjK+3dc6+CzGTPunC5fZ4ZElAEGcWyoxfsCUfLROcY7ciPGYNFef0DbyRcoxh 3LLA== X-Gm-Message-State: ALyK8tIal1bQERL42TKkubM396pHI5YGxys1aOwzT6uibSUPbvnKH4B5TPBN0P2GVmIj9M/28wkGXk3DSBBMig== X-Received: by 10.157.18.180 with SMTP id g49mr3613364otg.127.1465672154606; Sat, 11 Jun 2016 12:09:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.229.210 with HTTP; Sat, 11 Jun 2016 12:09:13 -0700 (PDT) In-Reply-To: <87eg83k24p.fsf@toke.dk> References: <86DAC1A9-D218-40A4-AD48-D9C0B4B01103@gmail.com> <87twh0j5dg.fsf@toke.dk> <87inxfk28r.fsf@toke.dk> <87eg83k24p.fsf@toke.dk> From: Dave Taht Date: Sat, 11 Jun 2016 12:09:13 -0700 Message-ID: To: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= Cc: Rich Brown , bloat Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Bloat] bufferbloat.net is sorely missed. X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2016 19:09:15 -0000 for those of you that are not used to the wonderfulness of using hugo to develop web content, it is amazing. Install hugo from: https://gohugo.io/ do a git clone of toke's repo. cd into that dir. hugo -D server It currently on my hardware generates the entire site statically in 490ms (note that as best I recall we had 360 wiki pages not 188, btw), and you can go and edit anything until you are satisified with it with one editor and one web window open. There is a great deal of curation that can be done (after it stablizes), and also it can be easily checked for errors with tools like html linkcheckers, etc. It also loads tons faster than the redmine version. d@dancer:~/git/bufferbloat-net$ hugo -D server 0 draft content 0 future content 188 pages created 0 non-page files copied 0 paginator pages created 0 tags created 0 categories created in 490 ms Watching for changes in /home/d/git/bufferbloat-net/{content,layouts,static= } Serving pages from memory Web Server is available at http://localhost:1313/projects/ On Sat, Jun 11, 2016 at 11:32 AM, Toke H=C3=B8iland-J=C3=B8rgensen wrote: > Toke H=C3=B8iland-J=C3=B8rgensen writes: > >> I did an nsupdate, but the linode nameservers don't seem to have >> picked it up yet. Not sure how to poke them to do so. > > Ah, they seem to be switching over now... > > -Toke --=20 Dave T=C3=A4ht Let's go make home routers and wifi faster! With better software! http://blog.cerowrt.org