🦞🌯 Lobster Roll

Thread

walle/lll - Line length linter (github.com)

Stories related to "walle/lll - Line length linter" across the full archive.

walle/lll - Line length linter (github.com)
Online upgrades in Go (darkcoding.net)
Go Concurrency Patterns: Pipelines and cancellation (blog.golang.org)
Go: pay upfront or get a credit line (blog.splice.com)
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)
Gostock - Command line stock ticker in golang (github.com)
wiki - Command line tool to fetch summaries from mediawiki wikis, like Wikipedia (github.com)
fzf - a command-line fuzzy-finder written in Go (github.com)
Simple command-line utilities for Redis pubsub (github.com)
Go Pipelines (gist.github.com)
Todolist: The perfect command-line task management app. Fast, simple, GTD. (todolist.site)
Big Sourcegraph update: new code browsing UI, cross-repository references, inline blame (text.sourcegraph.com)
Usql: universal command-line interface for SQL databases (github.com)
3.5 Years, 500k Lines of Go (Part 1) (npf.io)
Go Concurrency Patterns: Pipelines and cancellation (2014) (blog.golang.org)
Position Independant Source Code(PISC) Online Playground (pisc.junglecoder.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...
Strace in 60 lines of Go (medium.com)
Strace in 60 lines of Go (hackernoon.com)
Faster command line tools with Go (aadrake.com)
Faster command line tools with Haskell (codygman.github.io)
Go does not inline functions when it should (lemire.me)
Subnet - Encrypted VPN in 2k lines of Go (github.com)
tj - stdin line timestamps (github.com)
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...
yeetgif - command-line GIF effects (Go rewrite) (github.com)
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...
Go package to make lightweight ASCII line graph in command line apps with no other dependencies (github.com)
A specialized database server for linear algebra and machine learning (github.com)
Context Deadlines and How to Set Them (engineering.grab.com)
Dockerfile linter, validate inline bash, written in Haskell (github.com)
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)
BFS in a few lines of code using Go standard library (cybernetist.com)