HN user

cshesse

159 karma
Posts1
Comments94
View on HN

I use GOPATH only inside of a wrapper script that sets GOPATH to the directory for the current project. All libraries are stored alongside my project code in source control. I use go get when adding/changing libraries, but remove the .git folder when doing so.

Discovering Sketch 13 years ago

Sketch is on it's way to being what Illustrator should be. It's still a little buggy at times, for instance, you can't export things at high resolution and the workaround, resizing a group of objects, rarely works correctly.

It seems that (P)NaCl could be pretty close if you can, for browsers without it (same as not having asm.js), compile the LLVM bitcode into Javascript, which I think is possible with Emscripten (also what compiles to asm.js).

You would probably want some sort of layer to abstract away the NaCl API so you can call the equivalents for asm.js, but I don't actually know that asm.js has equivalents.

As I recall he did portray it as risky. I remember him saying something along the lines of them having the Wired Magazine covers on a wall from all the previous huge startups that failed miserably, to remind them to be humble. I guess it wasn't that effective.

This driver attempts to match the official drivers as closely as is reasonable. It has almost all of the functionality of the official drivers now, but won't have a stable-ish API or actual tests until the end of December.

Let me know if you have any feedback, this is the first Go language library that I have built.