Skip to content

Commit 6c1b513

Browse files
Sync notes and files as of 2026-03-24 19:00:16 UTC
1 parent 03d1457 commit 6c1b513

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

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

Lines changed: 6 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: 2026-03-18
8+
updated: 2026-03-24
99
sources: Misc
1010
---
1111

@@ -312,3 +312,8 @@ This makes it more powerful and flexible, and allows it to achieve better perfor
312312
> An odd fact about the internet is that we’re all a few clicks or keystrokes from incomprehensible power and wealth. Right now, if you log into Robinhood and click on a few buttons in the right order, you could retire next week. Type a few thousand of the right characters into a code editor, and you’ll end up pulling the technical strings that control the world. Sure, the odds of that happening are small, but it is still strange—we are all one fifteen minute fugue state from owning an island.
313313
>
314314
> What are those characters though? Obviously, nobody knows. But now, more than ever, it seems like the only way to find them—no matter who you are, whether that’s a grizzled veteran or at college student—it is to start typing.
315+
316+
[Ezra Klein – The Case Against Writing with AI](https://www.youtube.com/watch?v=smb7hy6KufQ&t=2761s)
317+
> Part of what is happening when you spend seven hours reading a book is you spend seven hours with your mind on this topic. The idea that LLMs can summarize it for you…you didn’t have the engagement. It doesn’t impress itself upon you. It doesn’t change _you_. What knowledge is supposed to do is change _you_, and it changes you because you make connections to it. …
318+
>
319+
> Not very much that AI has given me has really changed me very much.

_notes/data-coding/Learn Python.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: data-coding
55
tags: [learn, python]
66
season: summer
77
created: 2021-02-21
8-
updated: 2024-11-16
8+
updated: 2026-03-24
99
sources: Misc
1010
---
1111

@@ -37,14 +37,13 @@ sources: Misc
3737
- See [my updated implementation](https://github.com/one-data-cookie/brno-part-budget/blob/main/.github/workflows/cronjob.yaml)
3838

3939
## General tools
40-
- [shillelagh](https://github.com/betodealmeida/shillelagh/)
41-
- Making it easy to query APIs via SQL
42-
- [pythonji](https://github.com/gahjelle/pythonji)
43-
- Write Python with emojis
44-
- [Pyscript](https://www.anaconda.com/blog/pyscript-python-in-the-browser)
45-
- Python in the browser – running directly on browser client through virtual machine
40+
- [shillelagh](https://github.com/betodealmeida/shillelagh/): making it easy to query APIs via SQL
41+
- [pythonji](https://github.com/gahjelle/pythonji): write Python with emojis
42+
- [Pyscript](https://www.anaconda.com/blog/pyscript-python-in-the-browser): Python in the browser
43+
- Running directly on browser client through virtual machine
4644
- Has some limitations over standard Python
4745
- Slow but it's expected it will speed up
46+
- [ruff](https://github.com/astral-sh/ruff): extremely fast Python linter and code formatter, written in Rust
4847

4948
## Data tools
5049
- [PyGWalker](https://github.com/Kanaries/pygwalker)

0 commit comments

Comments
 (0)