This commit is contained in:
sevichecc 2022-12-08 18:25:41 +08:00
parent 08949974ff
commit 20200c540f
4 changed files with 1064 additions and 979 deletions

View file

@ -25,65 +25,65 @@
"zhlint": "zhlint urara/*/*.md --fix && zhlint urara/*.md --fix"
},
"devDependencies": {
"@iconify-json/heroicons-outline": "^1.1.4",
"@iconify-json/heroicons-solid": "^1.1.5",
"@iconify-json/ic": "^1.1.9",
"@iconify-json/material-symbols": "1.1.22",
"@iconify-json/mdi": "^1.1.34",
"@iconify-json/simple-icons": "1.1.34",
"@iconify-json/uil": "^1.1.2",
"@sveltejs/adapter-auto": "1.0.0-next.88",
"@sveltejs/adapter-node": "1.0.0-next.100",
"@sveltejs/adapter-static": "1.0.0-next.48",
"@sveltejs/kit": "1.0.0-next.551",
"@tailwindcss/typography": "^0.5.8",
"@iconify-json/heroicons-outline": "^1.1.5",
"@iconify-json/heroicons-solid": "^1.1.6",
"@iconify-json/ic": "^1.1.10",
"@iconify-json/material-symbols": "1.1.25",
"@iconify-json/mdi": "^1.1.36",
"@iconify-json/simple-icons": "1.1.38",
"@iconify-json/uil": "^1.1.3",
"@sveltejs/adapter-auto": "1.0.0-next.90",
"@sveltejs/adapter-netlify": "1.0.0-next.84",
"@types/node": "^18.11.9",
"@sveltejs/adapter-node": "1.0.0-next.102",
"@sveltejs/adapter-static": "1.0.0-next.48",
"@sveltejs/kit": "1.0.0-next.572",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "^18.11.11",
"@types/unist": "^2.0.6",
"@types/workbox-build": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vite-pwa/sveltekit": "^0.0.1",
"autoprefixer": "^10.4.13",
"chalk": "^5.1.2",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"cssnano": "^5.1.14",
"daisyui": "^2.41.0",
"eslint": "^8.27.0",
"daisyui": "^2.42.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"fenceparser": "2.2.0",
"fff-flavored-frontmatter": "~0.4.1",
"fff-flavored-frontmatter": "~0.4.2",
"github-slugger": "^2.0.0",
"mdast-util-to-string": "^3.1.0",
"mdsvex": "^0.10.6",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.8.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.0.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
"remark-fff": "~0.4.1",
"remark-fff": "~0.4.2",
"remark-footnotes": "~2.0.0",
"shiki-twoslash": "^3.1.0",
"svelte": "^3.53.1",
"svelte": "^3.54.0",
"svelte-bricks": "^0.1.7",
"svelte-check": "^2.9.2",
"svelte-check": "^2.10.1",
"svelte-preprocess": "^4.10.7",
"svelte-typeahead": "^4.4.1",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"typescript": "^4.9.4",
"unist-util-visit": "^4.1.1",
"unocss": "^0.46.5",
"vite": "^3.2.4",
"unocss": "^0.47.5",
"vite": "^3.2.5",
"vite-plugin-pwa": "^0.13.3",
"workbox-window": "^6.5.4"
},
"dependencies": {
"netlify-cli": "^12.2.0"
"netlify-cli": "^12.2.9"
}
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
---
title: 我在看什么 · 11月
created: 2022-12-08
summary: Geohash / Rewind / Code Editor Slander
tags:
- 我在看什么
image: /2022-12-01-reading-11/Noverber.png
---
这个月基本上是没看什么,就不分类了
- [a16z 种子轮投 1000 万美金Rewind 要帮你搜索你的人生](https://mp.weixin.qq.com/s/VWJB0u_H7N5liMb7ymRbYQ)
> 「很多时候,当我们想要重新审视一个想法时,我们不记得更精细的细节,也不记得我们在哪里读过、看到过、说过、听到或分享过它。这也就是 Rewind 这款产品想解决的问题。」
> 「无需做任何云端和 IT 集成Rewind 采用了原生 macOS API 和 OCR 来识别和索引你屏幕上出现的所有文字,你不需要与 Gmail、Dropbox 或者 Slack 等产品做集成,之前一些类似产品需要你集成获得授权才可能搜索到这些产品里的内容;」
- [npm ERR code ERR*SOCKET_TIMEOUT npm ERR 出现错误改正方法*](https://blog.csdn.net/m0_57446284/article/details/123183221)
- 实现「附近的人」功能的原理——Geohash
- [Geohash-Wikipedia](https://en.wikipedia.org/wiki/Geohash)
- [一文了解 geohash 原理,实践实战设计思路,面试官不嘲笑我了](https://juejin.cn/post/6960459958185885710)
- [GeoHash 核心原理解析](https://www.cnblogs.com/LBSer/p/3310455.html)
- [Unlocking Your Intuition: How to Solve Hard Problems Easily - YouTube](https://www.youtube.com/watch?v=1f6N2UrCK6o)
- [How To Master Data Structures & Algorithms - YouTube](https://www.youtube.com/watch?v=QsIzwrEZG8U)
- [Use RSS for privacy and efficiency :: \[rsapkf/www\]](https://rsapkf.org/weblog/q2z)
- [不想被 mansplaining你想要的女性科技博主都在这里](https://mp.weixin.qq.com/s/WKJqSXuAAQxzxpz24TYO2w)
- 一些笑话 : [Code Editor Slander…](https://www.youtube.com/watch?v=RHh888YSCoc)
- [Bookshelf · Patrick Collison](https://patrickcollison.com/bookshelf)
- [英语自学指南](https://bewaters.me/limxtop/2021/08/18/English-introduction/)
- [维生素片不仅没用,还有可能损害健康](https://www.bbc.com/ukchina/simp/vert-fut-38529250)

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 MiB