VirtualTam's bookmarks
89 bookmarks found
-
jackc/pgx - PostgreSQL Driver and Toolkit
2023-07-04 - Getting started with
pgx
- https://donchev.is/post/working-with-postgresql-in-go-using-pgx/
- jackc/pgx/v5/pgtype - Map between all common base types directly between Go and PostgreSQL
- jackc/pgx/v5/pgxpool - Concurrency-safe connection pool for
pgx
- scany/v2/pgxscan - Scan data into Go structs and other composite types
- Bulk INSERT in Postgres in GO using pgx
- Postgres table batch updates using golang pgxpool not reflected in database
- pgx.Conn can see uncommitted changes made from a pgx.Tx - TL;DR use
pgxpool
for concurrency-safe transactions - Not clear if caller is required to close in case of QueryRow or if QueryRow properly closes in case of error
- Getting started with
-
- Rust Performance 101 in 5 Minutes
- https://www.jibbow.com/posts/criterion-flamegraphs/
- https://www.notamonadtutorial.com/benchmarking-and-analyzing-rust-performance-with-criterion-and-iai/
- https://github.com/bheisler/criterion.rs
- https://github.com/bheisler/criterion.rs/issues/97 - Compare memory usage
- https://github.com/bheisler/iai
- https://github.com/tikv/pprof-rs
- https://github.com/KDE/heaptrack
-
The JSON License
2022-03-23 The Software shall be used for Good, not Evil.
-
Introduction to the Zettelkasten Method
2021-10-17 - https://luhmann.surge.sh/communicating-with-slip-boxes
- https://news.ycombinator.com/item?id=24916536
- https://forum.zettelkasten.de/discussion/comment/5918/
- https://zettelkasten.de/posts/understanding-hierarchy-translating-folgezettel/
- https://zettelkasten.de/posts/luhmanns-second-zettelkasten/
- https://en.wikipedia.org/wiki/Zettelkasten
- https://www.foleymusicandarts.com/blog/2019/3/5/how-i-use-the-archive-and-my-music-staff-to-create-engaging-lesson-notes
-
FTTH / Fibre sans box opérateur
2020-12-18 - https://blog.desgrange.net/post/2016/03/21/ftth-free-sans-freebox.html
- https://blog.tristramg.eu/fibre-free-sans-freebox
- https://lafibre.info/remplacer-freebox/remplacer-le-modem-fibre-optique-du-fai-par-un-serveur/
- https://www.tp-link.com/fr/business-networking/accessory/mc220l/
- https://www.tp-link.com/fr/business-networking/accessory/tl-sm321b/
- https://fr.wikipedia.org/wiki/Connecteur_optique_LC
- https://fr.wikipedia.org/wiki/Connecteur_optique_SC
- https://lafibre.info/remplacer-freebox/utiliser-un-serveur-linux-a-la-place-de-la-freebox-pour-debrider-la-connexion/
- https://forum.universfreebox.com/viewtopic.php?t=61767
- https://freebox.toosurtoo.com/forum/viewtopic.php?p=93815
- https://www.asuswrt-merlin.net/
- https://smpfr.info/viewtopic.php?t=1565
-
Property-based testing
2020-01-06 - https://github.com/leanovate/gopter
- https://itnext.io/gopter-property-based-testing-in-golang-b36728c7c6d7
- https://hypothesis.works/articles/what-is-property-based-testing/
- https://hypothesis.works/articles/integrated-shrinking/
- https://hackage.haskell.org/package/QuickCheck
- https://github.com/emil-e/rapidcheck
- https://labs.spotify.com/2015/06/25/rapid-check/
- https://andrealeopardi.com/posts/the-guts-of-a-property-testing-library/