Skip to content

Commit df6b7d5

Browse files
Sync notes and files as of 2026-01-19 19:54:12 UTC
1 parent a646587 commit df6b7d5

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

_notes/data-coding/Learn ChatGPT and AI.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: data-coding
55
tags: [learn, chatgpt]
66
season: summer
77
created: 2023-03-10
8-
updated: 2025-12-29
8+
updated: 2026-01-19
99
sources: Misc
1010
---
1111

@@ -84,6 +84,7 @@ This makes it more powerful and flexible, and allows it to achieve better perfor
8484
- [ej:aj](https://ejaj.cz/): Czech database of AI tools
8585
- [BenCzechMark - Can your LLM Understand Czech?](https://huggingface.co/blog/benczechmark)
8686
- [Advent of No-Code](https://www.adventofnocode.io/): advent calendar of AI no-code tools
87+
- [poslední ping](https://blog.timutti.cz/): an experiment daily blog written by AI (in CS)
8788

8889
## Text
8990
- [ChatGPT](https://chatgpt.com/): needs no introduction
@@ -179,6 +180,7 @@ This makes it more powerful and flexible, and allows it to achieve better perfor
179180
| [Krea](https://www.krea.ai/3d) | [TRELLIS.2](https://huggingface.co/spaces/microsoft/TRELLIS.2) | 0 | 0 | 1 | simple | 6 | |
180181
| [Shapen](https://shapen.com/) | TRELLIS | 0 | 1 | 1 | simple | 4 | |
181182

183+
- [Zoo Design Studio](https://zoo.dev/): text-to-CAD for generating models for CAD
182184
- [LegoGPT](https://avalovelace1.github.io/LegoGPT/): generate physically stable and buildable LEGO® designs from text
183185

184186
# Details

_notes/data-coding/Learn SQL.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: data-coding
55
tags: [learn, sql]
66
season: summer
77
created: 2021-02-21
8-
updated: 2025-02-18
8+
updated: 2026-01-19
99
sources: Misc
1010
---
1111

@@ -32,13 +32,14 @@ sources: Misc
3232
- [Collection of insane and fun facts about SQLite](https://avi.im/blag/2024/sqlite-facts/)
3333

3434
## Tools
35-
- [Trino](https://trino.io/) SQL query engine that runs at ludicrous speed. Used to be PrestoSQL.
35+
- [Trino](https://trino.io/): SQL query engine that runs at ludicrous speed. Used to be PrestoSQL.
3636
- [SQLite](https://sqliteonline.com/)
37-
- [Malloy](https://www.malloydata.dev/)["React of SQL"](https://roundup.getdbt.com/p/lots-going-on-metrics-malloy-sanity)
38-
- [Splink](https://github.com/moj-analytical-services/splink) – fast, accurate and scalable probabilistic data linkage
39-
- [Ibis](https://github.com/ibis-project/ibis) – translate Python to SQL
40-
- [SQLGlot](https://github.com/tobymao/sqlglot) – translate between SQL flavours
41-
- [SQLable](https://sqlable.com/) – format and validate SQL, test SQL regex, generate data, and explore SQL playgrounds
37+
- [Malloy](https://www.malloydata.dev/): ["React of SQL"](https://roundup.getdbt.com/p/lots-going-on-metrics-malloy-sanity)
38+
- [Splink](https://github.com/moj-analytical-services/splink): fast, accurate and scalable probabilistic data linkage
39+
- [Ibis](https://github.com/ibis-project/ibis): translate Python to SQL
40+
- [SQLGlot](https://github.com/tobymao/sqlglot): translate between SQL flavours
41+
- [SQLable](https://sqlable.com/): format & validate SQL, test SQL regex, generate data, SQL playgrounds
42+
- [TailwindSQL](https://github.com/mmarinovic/tailwindsql): write SQL as CSS, hah
4243

4344
## Snippets
4445
- [Snippets](https://sql-snippets.count.co/)

_notes/data-coding/Learn YAML.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ category: data-coding
55
tags: [learn, yaml]
66
season: spring
77
created: 2021-03-11
8-
updated: 2023-04-12
8+
updated: 2026-01-19
99
sources: Misc
1010
---
1111

12-
- [YAML Multiline](https://yaml-multiline.info/)
13-
- Find the right syntax for your YAML multiline strings
14-
- [YAML anchors](https://joshdevlin.com/blog/yaml-repeating-sections/)
15-
- Be DRY in YAMLs by using anchors
12+
- [YAML Multiline](https://yaml-multiline.info/): find the right syntax for your YAML multiline strings
13+
- [YAML anchors](https://joshdevlin.com/blog/yaml-repeating-sections/): be DRY in YAMLs by using anchors
14+
- [YAML? That’s Norway problem](https://lab174.com/blog/202601-yaml-norway/): an emblematic example of YAML complexities

0 commit comments

Comments
 (0)