Simon Klee's Avatar

Simon Klee

@simonklee.dk

Fan of building fast software, databases, and all things open source. https://simonklee.dk

30
Followers
98
Following
8
Posts
16.11.2024
Joined
Posts Following

Latest posts by Simon Klee @simonklee.dk

LOLWUT 8 computer poetry LOLWUT 8 computer poetry

To see what kind of poems this produces I had Claude 3.7 translate it to JavaScript: simonklee.dk/lolwut

15.05.2025 11:16 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸ˜‰

```
GOMAXPROCS=1 go run main.go
main
C
A
B
GOMAXPROCS=1 go run main.go
main
C
A
B
```

28.01.2025 09:06 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ive been writing Go for 15 years and still don’t like the syntax. Much more prefer Armin’s Jinja2/minijinja.

26.12.2024 06:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Where is the discussion on this?

19.12.2024 05:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Riza | Your AI agent writes code. Riza runs it safely. Riza is the production-ready isolated runtime for untrusted code.

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)

24.11.2024 19:20 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Introducing scaling to 0 capacity with Amazon Aurora Serverless v2 | Amazon Web Services Amazon Aurora Serverless v2 now supports scaling capacity down to 0 ACUs, enabling you to optimize costs during periods of database inactivity. Aurora ServerlessΒ isΒ an on-demand, auto scaling configur...

aws.amazon.com/blogs/databa...

22.11.2024 08:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Use serverless, they said.

22.11.2024 08:09 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Offset Considered Harmful or: The Surprising Complexity of Pagination in SQL Have you ever wondered why you sometimes see duplicate results when clicking on the second page of a website? In this blog post, we explore techniques for result pagination, how they impact the work n...

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.

20.11.2024 09:25 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0