Thread
Stories related to "walle/lll - Line length linter" across the full archive.
Gozim, The entirety of Wikipedia on your computer. Accessible offline at all times.
(akhenakh.github.io)
Fulfilling a Pikedream: the ups of downs of porting 50k lines of C++ to Go.
(togototo.wordpress.com)
Big Sourcegraph update: new code browsing UI, cross-repository references, inline blame
(text.sourcegraph.com)
So, between gopherjs, some hand-rolled JS, and a bit of refactoring on the PISC side, there is finally an online playground for PISC. For now, it's implemented as a client-side bit of Go compiled to JS via gopherjs.
I don't have a good way to share code snippets via this yet, though I'm consider...
A little timestamping/stopwatch tool I built last week. Initially, I just wanted a way to "profile" docker builds in a CI pipeline (the [example](https://github.com/sgreben/tj#example) at the end of the README), but ended up building this more generic tool.
I'm aware of [other implementations](ht...
As [noted in the follow-up](https://lobste.rs/s/ljmv47/ezrgif_simple_gif_effects_sh_imagemagick#c_1um9sv) to the `ezrgif` post, I re-wrote the imagemagick/shell gif thing in go, and it has been a most joyful experience.
After happily sinking hours into making silly gifs, I concluded that the tool...
Great Docker-centric tool that builds on [shellcheck](https://github.com/koalaman/shellcheck), can help with basic Docker performance issues (especially around image consistency and reducing layer size)