Andrey Nering
banner
andreynering.bsky.social
Andrey Nering
@andreynering.bsky.social
🇧🇷 Software Engineer at @charm.sh and creator of @taskfile.dev
https://andrey.nering.dev/
Reposted by Andrey Nering
v3.45.5 was just released with several bug fixes 🤠

github.com/go-task/task...
Release v3.45.5 · go-task/task
Fixed bug that made a generic message, instead of an useful one, appear when a Taskfile could not be found (#2431 by @andreynering). Fixed a bug that caused an error when including a Remote Git Tas...
github.com
November 11, 2025 at 8:29 PM
Reposted by Andrey Nering
One thing I been working on this year is to put proper value on myself and my time/investment into things. It’s easy to say yes to everything but I’ve certainly felt taken for granted too many times. So do a bit less but overall feel more accomplished and appreciated.
November 6, 2025 at 4:59 AM
Reposted by Andrey Nering
“The Green Tea Garbage Collector” by Michael Knyszek and Austin Clements — https://go.dev/blog/greenteagc

#golang
October 29, 2025 at 4:59 PM
Looks like @firefox.com finally have a decent profile manager and tab groups now. It might be a good time to give it another chance.
October 20, 2025 at 1:05 PM
Reposted by Andrey Nering
After nearly 3 years of working together on @taskfile.dev, I finally got to meet @andreynering.bsky.social for the first time this week at #golab2025 in Florence, Italy.

Looking forward to many more years of collaboration!
October 10, 2025 at 3:39 PM
October 6, 2025 at 9:42 AM
Reposted by Andrey Nering
This only happens to you once
September 26, 2025 at 7:39 PM
Reposted by Andrey Nering
Rio v0.2.31 released github.com/raphamorim/r...

fyi: we are getting close to 0.3.x release that will include

- proper simd with native metal support
- complete new ui sytem (split, search bar, + other components)
- animations
- window quake support
- etc
Release v0.2.31 · raphamorim/rio
Update Rust to v1.90. Fix kitty keyboard recognition. Breaking: Simplified key binding escape sequences Replaced separate text and bytes fields with a single esc field Escape sequences are now sen...
github.com
September 26, 2025 at 12:10 PM
Reposted by Andrey Nering
Calling all Golang + Wasm enthusiasts! I’ve been building something in this space and would love your ideas or help with testing. DM me or reply here if you’re interested.
September 22, 2025 at 10:48 AM
Reposted by Andrey Nering
v3.45 is out today, and it's the most exciting release in a long time! 🤩

* Built in core utils on Windows (!!!)
* Brand new website powered by VitePress
* ~/.config/task/taskrc.yml
* Nightly builds (feat @GoReleaser)
* Official GitHub Action
* And more

github.com/go-task/task...
Release v3.45.3 · go-task/task
Task now includes built-in core utilities to greatly improve compatibility on Windows. This means that your commands that uses cp, mv, mkdir or any other common core utility will now work by defaul...
github.com
September 15, 2025 at 8:54 PM
Reposted by Andrey Nering
Meet Boo Code Editor

1. Movementation based on lexical
2. Movementation based on combo system (more details soon)
3. Introduces a replacement for LSP architecture
4. Editing predict

Fast, powerful and offline first.
August 26, 2025 at 6:43 PM
The perfect editor combo:
* Terminal: Helix helix-editor.com
* GUI: Zed zed.dev
I like how both have so much in common. They are like different UI implementations for the same concepts.
August 25, 2025 at 4:48 PM
A new release of testfixtures has landed today with something we wanted to do for a long time!

Tests were refactored into a separate Go module, and with this we reduced the number of dependencies on the main `go.mod` from several to only two!

github.com/go-testfixtu...
Release v3.18.0 · go-testfixtures/testfixtures
In this release, we drastically reduced the number of dependencies of the library. We refactored the tests into a separate Go module, and means we don't need to import the SQL drivers on the main g...
github.com
August 24, 2025 at 2:00 PM
Reposted by Andrey Nering
A new version of our VSCode extension was released with nice new features and bug fixes.

github.com/go-task/vsco...
Release v0.4.0 · go-task/vscode-task
Added terminal.per setting to allow a new terminal per task (#125, #126 by @yoiang). Added terminal.close setting to control if the existing terminal should close before running another task (by @p...
github.com
August 22, 2025 at 1:46 PM
I discovered that PowerToys for Windows is a thing.

* Spotlight-like search with Alt+Space;
* Caffeine-like app to prevent the PC from sleeping;
* Copy & paste utilities;
* etc.

It adds many of the nice things that we like on macOS. I liked it!

github.com/microsoft/Po...
GitHub - microsoft/PowerToys: Windows system utilities to maximize productivity
Windows system utilities to maximize productivity. Contribute to microsoft/PowerToys development by creating an account on GitHub.
github.com
August 21, 2025 at 7:43 PM
Reposted by Andrey Nering
What if Bubble Tea spoke every language?
Raphael Amorim shares how Charm.sh tools are being ported beyond Go — and what it takes to keep the dev experience intact.
🌐 Unchaining Charm: Making Dev Tools Speak Every Language
#golang #golab2025
August 15, 2025 at 7:30 AM
Reposted by Andrey Nering
GPT-5 is out and Crush already has it. Just open your terminal and go, no update needed. Have fun! #GPT-5
August 7, 2025 at 7:43 PM
Reposted by Andrey Nering
$HOME is in the terminal. Now your new coding bestie is available in whatever terminal emulator you use. Crush is a high performance, agentic coding tool built with Charm libraries and the quirky, playful aesthetic that you know and love.

This is just the beginning, too.
July 30, 2025 at 3:35 PM
Reposted by Andrey Nering
Bugs were killed in the just released v3.44.1 🐞💥🔨

github.com/go-task/task...
Release v3.44.1 · go-task/task
Internal tasks will no longer be shown as suggestions since they cannot be called (#2309, #2323 by @maxmzkrcensys) Fixed install script for some ARM platforms (#1516, #2291 by @trulede). Fixed a re...
github.com
July 23, 2025 at 11:07 PM
Reposted by Andrey Nering
we should build tools that make it easier to write better code, not more
July 13, 2025 at 5:08 PM
Reposted by Andrey Nering
Task v3.44.0 was just released!

It includes some small enhancements and many bug fixes. In particular, it fixes some important regressions on the watcher.

github.com/go-task/task...
Release v3.44.0 · go-task/task
Added uuid, randInt and randIntN template functions (#1346, #2225 by @pd93). Added new CLI_ARGS_LIST array variable which contains the arguments passed to Task after the -- (the same as CLI_ARGS, b...
github.com
June 9, 2025 at 12:52 AM
Reposted by Andrey Nering
I wonder why Go programmers don’t engage in large public discussions on how obtuse other languages are.

Maybe they’re too busy shipping real world code to production 🤔
May 25, 2025 at 12:18 PM
I've been giving @zed.dev a try, and liking it so far.

It has in common with Helix that it's mostly zero config. It has native support to some languages (like Go), so you don't even need to install extensions most of the time.

Also, it is extremely fast!
May 14, 2025 at 1:02 PM
Current state after only 4 days out 😭
May 7, 2025 at 12:19 PM