mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#go

20 posts16 participants0 posts today

In Go (weiqi, baduk), the word "urgent" is used a lot to identify what should be done first.

I wonder if it is an unfortunate mistranslation from Japanese, Chinese or Korean, because I think the most appropriate term should have been "critical" instead.

"It’s not that hard to build a fully functioning, code-editing agent.

It seems like it would be. When you look at an agent editing files, running commands, wriggling itself out of errors, retrying different strategies - it seems like there has to be a secret behind it.

There isn’t. It’s an LLM, a loop, and enough tokens. It’s what we’ve been saying on the podcast from the start. The rest, the stuff that makes Amp so addictive and impressive? Elbow grease.

But building a small and yet highly impressive agent doesn’t even require that. You can do it in less than 400 lines of code, most of which is boilerplate.

I’m going to show you how, right now. We’re going to write some code together and go from zero lines of code to “oh wow, this is… a game changer.”

I urge you to follow along. No, really. You might think you can just read this and that you don’t have to type out the code, but it’s less than 400 lines of code. I need you to feel how little code it is and I want you to see this with your own eyes in your own terminal in your own folders.

Here’s what we need:

- Go
- Anthropic API key that you set as an environment variable, ANTHROPIC_API_KEY"

ampcode.com/how-to-build-an-ag

ampcode.comHow To Build An Agent | AmpBuilding a fully functional, code-editing agent in less than 400 lines.

[[g0v]] looks great:

en.wikipedia.org/wiki/G0v_move

#go g0v.tw

Gemini:

> This decentralized, non-hierarchical community of hackers, activists, and citizens develops open-source tools and platforms to promote government transparency, citizen participation, and collaborative problem-solving. They use the internet to "fork" the government – creating alternative, open versions of government services and data.

en.wikipedia.orgg0v movement - Wikipedia

Got localization and a planned pipeline working on apply.coop for @limeleaf last evening. Shout out to Alex Edward's post alexedwards.net/blog/i18n-mana and code from the folks working on @Codeberg for pointing me in the right direction to find a solution that doesn't involve external dependencies in Go (aside from golang.org/x packages)

Also, if you've never heard of @weblate you should absolutely check it out. Super awesome project!

www.alexedwards.netI18n in Go: Managing Translations - Alex Edwards