Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | John <john@building-m.simplistic-anti-spam-measure.net> |
|---|---|
| Newsgroups | comp.lang.go |
| Subject | Re: 2023 Project Roundup |
| Date | 2024-01-09 19:41 +0000 |
| Organization | Building M |
| Message-ID | <86a5pecn1j.fsf@building-m.net> (permalink) |
| References | <ummlh6$rvku$1@dont-email.me> |
Aaron Bieber <aaron@bolddaemon.com> writes: > Hi! > > Here is a collection of neat projects / tools I came across or used > heavily in 2023: > > - Fyne ( https://fyne.io/ ): If you haven't checked out Fyne, I HIGHLY > recommend it! > - Yarr ( https://github.com/nkanaev/yarr ): Yet another RSS > reader. This one is highly opinionated, very simple and quite > stable! > - sqlc ( https://github.com/sqlc-dev/sqlc ): I have never met an ORM > that I liked.. Which might explain why I like sqlc so much. It > generates Go code based off SQL schema / queries. Now if I could > just use it to build API endpoints too! :P > - Shiori ( https://github.com/go-shiori/shiori ): A simple bookmark manager. > - x/crypto/ssh ( https://pkg.go.dev/golang.org/x/crypto/ssh ): One of > my favorite packages in x! This implementation of ssh is one of the > most complete! I have used it to make ssh clients, ssh-agents and a > number of other ssh-related tools! > > What projects / tools / libs have you come across that made your 2023 > a bit better in some way? > > Cheers, > Aaron (qbit) I've played with Fyne and it's a pretty easy way to make a desktop GUI application in Go, but the seams started showing when I tried to bring it over to Android. Basically, Android really doesn't want you to think about "files", they're all about URIs which may or may not refer to a local file. Fyne's just not quite ready to deal with the kind of URIs Android hands it for e.g. folders. john
Back to comp.lang.go | Previous | Next — Previous in thread | Next in thread | Find similar
2023 Project Roundup Aaron Bieber <aaron@bolddaemon.com> - 2023-12-29 07:36 -0700
Re: 2023 Project Roundup rek2 hispagatos <rek2@hispagatos.org.invalid> - 2024-01-02 19:10 +0000
Re: 2023 Project Roundup John <john@building-m.simplistic-anti-spam-measure.net> - 2024-01-09 19:41 +0000
Re: 2023 Project Roundup rek2 hispagatos <rek2@hispagatos.org.invalid> - 2024-01-09 19:57 +0000
csiph-web