|
You are here |
carlschwan.eu | ||
| | | | |
solariz.de
|
|
| | | | | On my tuxedo infinity book pro the battery acted strange, could replace it yesterday - issue solved. Thanks tuxedo computers | |
| | | | |
solariz.de
|
|
| | | | | I do not want to miss FZF in my linux shell in general, a great tool for parsing things like listing or history with a fuzzy search. But recently I added the functionality to use it for fuzzy search my ssh config too. | |
| | | | |
adriano.fyi
|
|
| | | | | Problem synopsis I'm a huge fan of sqlc's approach to code generation. I've seen sqlc called a reverse ORM, and I really like that moniker. However, as a sqlc newbie, I'm still discovering its edge cases. Today's edge case is using postgres UPSERT queries with sqlc. The crux is that when upserting, it's necessary for unique key conflicts to occur so that the UPDATE portion of the query executes. But non-null uuid Go types tend to have a zero-value of 00000000-0000-0000-0000-000000000000. This results in new records inserting with the uuid Go type's zero value, and every following new record upserts the existing zero ID record. | |
| | | | |
imaginarytext.ca
|
|
| | | [AI summary] The author discusses their transition from WordPress and Grav to Eleventy for building a static site, emphasizing simplicity, markdown usage, and avoiding proprietary systems like GitHub Pages. | ||