Andrey Nering's Avatar

Andrey Nering

@andreynering.bsky.social

πŸ‡§πŸ‡· Software Engineer at @charm.sh and creator of @taskfile.dev https://andrey.nering.dev/

32 Followers  |  61 Following  |  6 Posts  |  Joined: 16.12.2023  |  1.5709

Latest posts by andreynering.bsky.social on Bluesky

Video thumbnail

$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.

30.07.2025 15:35 β€” πŸ‘ 10    πŸ” 3    πŸ’¬ 2    πŸ“Œ 1
Preview
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...

Bugs were killed in the just released v3.44.1 🐞πŸ’₯πŸ”¨

github.com/go-task/task...

23.07.2025 23:07 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

we should build tools that make it easier to write better code, not more

13.07.2025 17:08 β€” πŸ‘ 155    πŸ” 25    πŸ’¬ 5    πŸ“Œ 3
Preview
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...

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...

09.06.2025 00:52 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Proposal: Support inline "if" statement syntax Β· Issue #32860 Β· golang/go This is a brainstorming idea that came from #32825 (comment). To be honest, I'm not sure if a agree with my own proposal, since it goes against some Go conventions, which disallow one-line-ifs (#27...

`try` looks a bit magic. I proposed tweaking the `if` statement at the time:

return err if err != nil

Or simply:

if err != nil { return err }

(allow ifs without indentation)

github.com/golang/go/is...

02.06.2025 22:36 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

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 πŸ€”

25.05.2025 12:18 β€” πŸ‘ 194    πŸ” 16    πŸ’¬ 13    πŸ“Œ 4

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!

14.05.2025 13:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Current state after only 4 days out 😭

07.05.2025 12:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

This has been an *awesome* ongoing collab with the @github.com CLI team. I’m most proud of the fact that, together with, we managed to crush accessibility on the CLI 🀘

05.05.2025 07:47 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

While you've all been loving Huh, your favourite library for terminal forms, you might not know that it was actually built in collaboration with @github.com. As of today it's officially used for the GitHub CLI! Check out their blog post linked below πŸ’

02.05.2025 21:30 β€” πŸ‘ 8    πŸ” 1    πŸ’¬ 1    πŸ“Œ 1
Post image

While we can't all be @andreynering.bsky.social, we can create high quality PRs. πŸ’ Here's what we love about his PR style... (and how to create these high quality photos of source code and terminal outputs)

25.04.2025 15:00 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Release v3.43.1 Β· go-task/task Changelog Significant improvements were made to the watcher. We migrated from watcher to fsnotify. The former library used polling, which means Task had a high CPU usage when watching too many fil...

Task v3.43 is out with several improvements and fixes! 🀩

- The watcher has been overhauled
- The map variables experiments was launched
- The remote taskfiles experiment continues to advance
- Many small enhacements
- Many bug fixes

github.com/go-task/task...

21.04.2025 17:23 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Post image

We've heard that some people dislike Taskfiles because they hate YAML...

To please everyone, we're happy to announce that we're going to support XML soon! 🀩✨

Stay tuned!

01.04.2025 13:20 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 2    πŸ“Œ 1

I just discovered @taskfile.dev today - where have you been??? - and I've replaced my entire build pipeline with it and ... well ... it's just been a while since I've been amazed and just plain-old-happy with a tool 😍 - i'm sure ill find dark corners later, but right now 🌈

18.03.2025 00:09 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Release v3.42.0 Β· go-task/task Made --init less verbose by default and respect --silent and --verbose flags (#2009, #2011 by @HeCorr). --init now accepts a file name or directory as an argument (#2008, #2018 by @HeCorr). Fix a b...

🌟 Task v3.42.0 was just released with many enhancements! 🌟

In this version, we enhanced the API when it comes to using Task as a library. We're moving towards making the API stable so users are start relying on it as officially supported soon.

github.com/go-task/task...

09.03.2025 02:02 β€” πŸ‘ 4    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Release v3.41.0 Β· go-task/task Fixed an issue where dynamic variables were not properly logged in verbose mode (#1920, #1921 by @mgbowman). Support silent for defer statements (#1877, #1879 by @danilobuerger). Added an option to...

The first release of 2025 just arrived with many bug fixes and enhancements! πŸš€

8 external contributors helped on this release, which is just awesome! πŸ”₯

Check out the changes in the link below πŸ‘‡

github.com/go-task/task...

18.01.2025 14:31 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
A virtual certificate with text "Celebrating 10M users on Bluesky, #2,537,985, Andrey Nering β€ͺ@andreynering.bsky.social‬, joined on Dec 16, 2023"

A virtual certificate with text "Celebrating 10M users on Bluesky, #2,537,985, Andrey Nering β€ͺ@andreynering.bsky.social‬, joined on Dec 16, 2023"

Bluesky now has over 10 million users, and I was #2,537,985!

03.10.2024 19:01 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Interessante que vocΓͺ morou por aqui!

O Digital Foundry Γ© um excelente canal, e muito original, mas a maioria por aqui tende a procurar conteΓΊdo em portuguΓͺs mesmo, o que cria certas bolhas.

(Escrevi em portuguΓͺs de propΓ³sito pra vocΓͺ treinar. πŸ™ƒ)

07.09.2024 18:38 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Posta nas duas redes.

31.08.2024 16:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@andreynering is following 20 prominent accounts