diff options
| author | Fuwn <[email protected]> | 2022-07-18 02:26:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-18 02:26:08 -0700 |
| commit | fcdadaad6ffbe0e3301fb7ffd5bfdb1c7cc949d8 (patch) | |
| tree | 7915c3335cf2452dda08216c4ac4dae690d938c1 /content | |
| parent | fix(sydney.rs): api response mime (diff) | |
| download | locus-fcdadaad6ffbe0e3301fb7ffd5bfdb1c7cc949d8.tar.xz locus-fcdadaad6ffbe0e3301fb7ffd5bfdb1c7cc949d8.zip | |
feat(remarks.json): add new remark
Diffstat (limited to 'content')
| -rw-r--r-- | content/json/remarks.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/json/remarks.json b/content/json/remarks.json index 54ca901..cc11bea 100644 --- a/content/json/remarks.json +++ b/content/json/remarks.json @@ -10,5 +10,9 @@ { "remark": "Haskell is a cool language, but it's just so weird.", "created": "2022. 06. 14." + }, + { + "remark": "One of the reasons I scrapped my Gemini crawler/ search engine is because the more I delved into it, the more I realized how political indexing is.", + "created": "2022. 07. 18." } ] |