HN user

quartzic

22 karma
Posts1
Comments16
View on HN

Not OP, but practically all of those lines are from a package-lock.json file (6755 lines) and a changelog (541 lines). It looks like the actual source is 179 lines long.

Tried this out and got this result:

            import json
            presidents = ["Biden", "Obama", "Bush", "Clinton", "Carter"]
            limerick = "There once were presidents five, " \
            "Biden, Obama, Bush, Clinton, and Carter alive. " \
            "They served our country with pride, " \
            "And kept our democracy alive. " \
            "May they continue to thrive!"
            print(json.dumps({"limerick": limerick, "presidents": presidents}))
Tailscale SSH 4 years ago

But you still can't have multiple tailnets. The strategy of "have hobbyists try out the software themselves, like it, then implement it at their work" seems incompatible with this fact.

Nice project! BTW, Hugo actually doesn’t need an always-on server; you just run `hugo` on update and it spits out static files ready to host. I would strongly recommend it if you’re looking to upgrade your blog a bit - I’ve found it wonderful.