To see what kind of poems this produces I had Claude 3.7 translate it to JavaScript: simonklee.dk/lolwut
To see what kind of poems this produces I had Claude 3.7 translate it to JavaScript: simonklee.dk/lolwut
π
```
GOMAXPROCS=1 go run main.go
main
C
A
B
GOMAXPROCS=1 go run main.go
main
C
A
B
```
Ive been writing Go for 15 years and still donβt like the syntax. Much more prefer Arminβs Jinja2/minijinja.
Where is the discussion on this?
riza.io - looks like one startup addressing this problem. I haven't used it, but the people building it also created sqlc (a commonly used SQL generator for Go)
Use serverless, they said.
cedardb.com/blog/paginat... - This is a surprisingly clear explanation to a concept that is often overlooked because `LIMIT count OFFSET start` is so ubiquitous and easy to get into.