HN user

sethish

389 karma

[ my public key: https://keybase.io/sethwolfwood; my proof: https://keybase.io/sethwolfwood/sigs/DfrtOKBQuY-qkzd1sIXAC4TTFkLy9Di2MxxiVD-QcpU ]

Posts2
Comments164
View on HN
SCP-055 5 years ago

I don't see a question in the parent's comment?

Nothing in particular on the 055 page isn't canonical. But any other page on the wiki might contradict anything on any other page. For instance, there are a number of other SCPs and articles that provide conflicting explanations of SCP-055.

The release was moved back to September 7th. The book ended up being 2x the length, and extra weird to typeset and translate to audiobook. I quite like the existing audiobooks. The narrator seems to be good with languages, and is familiar with the Iliad (Rage!)

Debatable. Venture capital in the technology market hasn't shown consistent return on investment in terms of revenue. Contrawise, the interstate system and the CCC were effective government investments.

I'm not sure who I would trust, but I don't generally trust university research departments to produce high quality, reusable software. Not that industry projects produce consistent quality software either, but fewer of those projects are open sourced.

It's not so much about just adding git to books, but git to the transcriptions of books from printed materials. There are errors in the transcriptions, many books are lacking formatting, and many books pre-date Unicode and are in ascii. Tracking the book's source files in git makes it easier to collaborate on making these changes, or seeing what changes have been made.

Now I remember, that was the reason I wasn't more clear about the connection to PG when I wrote the website https://github.com/gitenberg-dev/giten_site/. Since then my co-founder Eric Hellman has been doing engineering work for Project Gutenberg, as well as running the rest of the Free Ebook Foundation, which is the parent org of GITenberg, free-programing-ebooks, and Unglue.it.

I think that the GITenberg collection contains all of the books in PG. At this point, the creation of new repos is automatically done when Distributed Proofreaders creates a new book in PG. Originally, I didn't include around 400 PG books due to their creators claiming copyright, and didn't include Bruce Sterling's book because he wouldn't let me re-license it creative commons rather than his pseudo-public-domain license.

Not much has been happening with GITenberg itself in the past few years. But luckily, a lot of the concepts and code are getting upstreamed into PG. Which in my opinion, is way way better.

Yes, absolutely. Apologies if that's not clear from the website. GITenberg started as an experimental fork of PG, but due to the work of Eric Hellman at the Free Ebook Foundation, much of the infrastructure such as metadata formats, CI/CD for building books, and DVCS backend are being ported upstream to the Project Gutenberg infrastructure.

This would be more suitable to large json files if used with the `--stream` flag. Here's my take on it:

  jq -c --stream '
    . as $in 
    | select(length == 2) 
    | (
      $in[0] | map(
        if type == "number" 
        then "[" + tostring + "]" 
        else "." + . 
        end
      ) | add
    ) + " = " + ($in[1] | tostring)'
Using `--stream` allows jq to start before parsing the entire json file. In my experience, a 700mb json file can take up 5gb of ram in either jq or python -m json.

It was removed because it wasn't going to generate enough power without cranking it constantly. And the ergonomics weren't great for kids. They did end up making an add-on crank at one point, but I don't think it ever was widely distributed

I see Zarf around Cambridge from time to time. Either on the red line or at PorchFest. He's a recognizable dude. I feel like I'm one of the few people to fanboy at him in the real world. He's really nice!

I got a mechanical keyboard without a trackpoint after requiring one for many years. I was worried about using a trackpad or mouse, but I tried out mousekeys and am very happy with the result.

I am a long time trackpoint user. I'd been using the Lenovo Bluetooth keyboard for several years but wanted to upgrade to a nice split mechanical. I looked into several models of mechanical keyboards that had trackpoints, but none of them appealed. And looking into the various hacks to add one were a bit beyond what I wanted to try on an expensive new keyboard. I noticed that qmk firmware seemed to have a nice implementation of mouse keys. I figured it would be an ok stopgap until I figured out a better solution. After a few days and several remappings, it's now my preferred solution.