|
| 1 | +--- |
| 2 | +title: "Hybrid Meetup #44 wrap-up" |
| 3 | +date: 2024-09-25T20:00:00+01:00 |
| 4 | +draft: true |
| 5 | +tags: |
| 6 | +- summary |
| 7 | +- meetup |
| 8 | +--- |
| 9 | + |
| 10 | +## Ideas and Tools |
| 11 | + |
| 12 | +Hybrid Meetup #44 took place |
| 13 | +[2024-09-24](https://www.meetup.com/leipzig-golang/events/298066362/) 19:00 at |
| 14 | +[Basislager](https://basislager.co) Leipzig. The topic was everyday tools and |
| 15 | +libraries, with demos from a few people. |
| 16 | + |
| 17 | +Here's a list of tools presented, mentioned, praised: |
| 18 | + |
| 19 | +* smart-branches (git): stacked commits |
| 20 | +* git [fixup](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---fixupamendrewordltcommitgt) (git): cleaner history |
| 21 | +* awk and xargs, GNU parallel (cli): data wrangling |
| 22 | +* [roxvet](https://github.com/stackrox/stackrox/tree/master/tools/roxvet) (go): example custom code vetting |
| 23 | +* [strace](https://strace.io/) (linux): syscalls and more |
| 24 | +* [tilt](https://tilt.dev/) (k8s): local k8s env |
| 25 | +* [just](https://just.systems), [task](https://taskfile.dev/) (cli): task runner, similar to [make](https://www.gnu.org/software/make/) |
| 26 | +* [tmux](https://github.com/tmux/tmux/wiki) (sh): terminal multiplexing |
| 27 | +* [btop](https://github.com/aristocratos/btop), [zenith](https://github.com/bvaisvil/zenith): system monitors |
| 28 | +* [git-cal](https://github.com/k4rthik/git-cal) |
| 29 | +* [cobra](https://github.com/spf13/cobra) (go): cli tool scaffold |
| 30 | +* [charm](https://charm.sh/libs/) (go): TUI |
| 31 | +* [direnv](https://direnv.net/) (sh): project management |
| 32 | +* [lazyvim](http://www.lazyvim.org/) (vim): editor |
| 33 | +* [devspace](https://www.devspace.sh/), [devpod](https://devpod.sh/), [gitpod](https://www.gitpod.io/), and more (ops): dev env |
| 34 | +* [asciinema](https://asciinema.org/) (linux): [script(1)](https://en.wikipedia.org/wiki/Script_(Unix)) heir, [agg](https://github.com/asciinema/agg) |
| 35 | +* ai tools: good for learning or to sketch out a problem space; less usable code just yet |
| 36 | + |
0 commit comments