Compare commits

..

6 commits

Author SHA1 Message Date
sevichecc
bc1a63a3c6
post: ♻️ refactor content 2023-02-04 00:05:09 +08:00
sevichecc
ba77428863
post: 🧼 make some improvement 2023-02-03 23:49:21 +08:00
sevichecc
6887d2d2f4
post: 🔨 missing url 2023-02-03 23:47:17 +08:00
sevichecc
67fc487ebd
refactor: ♻️ remove deploy test 2023-02-03 23:40:54 +08:00
sevichecc
76c25dca25
chore: ⬆️ merge with upsteam 8ce01f4b70 2023-02-03 23:39:47 +08:00
sevichecc
8e03d5a6f9
chore: ⬆️ merge with upsteam a8e5c55228 2023-02-03 23:37:25 +08:00
4 changed files with 63 additions and 41 deletions

1
.gitignore vendored
View file

@ -21,5 +21,6 @@ pnpm-debug.log*
# temp file
src/routes/**/+page.svelte.md
src/routes/**/+page.md
src/static
*.config.js
urara.js

View file

@ -1,7 +1,5 @@
#!/bin/bash
echo "————————1. Build locally————————"
netlify build
echo "————————2.Deploy test———————————"
netlify deploy
echo "————————3.Deploy————————————————"
echo "————————2.Deploy————————————————"
netlify deploy --prod

View file

@ -7,7 +7,7 @@
h: number
}
const sources = import.meta.glob<Image[]>(['/static/**/*.{jpg,jpeg,png,webp,avif}', '!/static/assets'], {
const sources = import.meta.glob<Image[]>(['/src/static/**/*.{jpg,jpeg,png,webp,avif}', '!/src/static/assets'], {
query: {
format: 'avif',
quality: '80',
@ -24,7 +24,7 @@
export let alt: string = src
export let loading: 'eager' | 'lazy' = 'lazy'
export let decoding: 'async' | 'sync' | 'auto' = 'async'
let source: Image[] | undefined = sources[`/static${src}`]
let source: Image[] | undefined = sources[`/src/static${src}`]
</script>
{#if source}

View file

@ -7,6 +7,35 @@ tags:
image: /2023-02-03-reading-1/jan.jpg
---
## 未分类
- [ipfs 公共网关](https://iui.su/2753/)
- [MacStories Selects 2022: Recognizing the Best Apps of the Year](https://www.macstories.net/stories/macstories-selects-2022-recognizing-the-best-apps-of-the-year/)
- [用户最讨厌的 15 个交互行为,需要你找到更好的时机](https://mp.weixin.qq.com/s/KFTMDzL5Mxulqj3iB0RF6Q)
> 大部分时候,我们都是用最简单、粗暴的逻辑去强迫用户接受。但数据却告诉我们用户并不买单,同时我们的客户体验也在受到严重的影响。
- [The State Of Usability In 2023](https://www.smashingmagazine.com/2023/01/usability-2023/)
- [Fuck it直接上线就好不要执着于完美了 - Owen 的博客存档](https://archive.owenyoung.com/blog/just-make-it-online)
- [Digital detoxes dont actually work - Ness Labs - Brave](https://nesslabs.com/digital-detoxes)
> A collaboration between Oxford University, The Education University of Hong Kong, Reading University and Durham University has found “no evidence to suggest abstaining from social media has a positive effect on an individuals well-being.” The researchers noted that this contrasts popular beliefs about the benefits of digital detoxes.
> Moreover, this international study found that those who took a break from social media didnt replace online socializing with face-to-face, voice, or email interactions, as the researchers had expected. Taking a break from social media therefore led to reduced overall interaction and loneliness as social media was not replaced with forms of socializing.
- [Generative Art vs AI Art Generators (highlights)](https://davidmatthew.ie/generative-art-vs-ai-art-generators/)
> I understand of AI art as a kind of outsourcing of our inner lives as artists, defeating one of primary purposes of art: the active process of creating. This is the lifeblood of art, and while AI text-to-image tools can certainly be fun to play with and could even form valuable sources of inspiration, as in end in themselves theyre actually quite parasitic to the artistic process, relegating us to relatively passive observers. Is that where we want generative art to go, or art in general?
>
> 我认为人工智能艺术是对我们作为艺术家的内心生活的一种外包,违背了艺术的主要目的之一:积极的创造过程。这是艺术的命脉,虽然人工智能文本到图像的工具当然可以玩得很开心,甚至可以形成有价值的灵感来源,但就其本身而言,它们实际上是对艺术过程的一种寄生,使我们沦为相对被动的观察者。这就是我们想让生成式艺术发展的方向?或者说是一般的艺术
- [IRC - 维基百科,自由的百科全书](https://zh.wikipedia.org/wiki/IRC)
- [朝知万象 | 《Whole Earth Catalog》如何成为完整的人](https://archive.ph/Yvpqr)
> 地球是完整的人也应该是完整的。《Whole Earth Catalog》是给任何想成为完整的人准备的目录。
- [Claire Morwood 给所有人的 Bitsy 游戏制作教程 A Bitsy Tutorial (2017) ](https://mp.weixin.qq.com/s/mBZMUrvM2Ko4E__VgGiyiw)
- [但是春联不只一种颜色](https://mp.weixin.qq.com/s/XQeYHUe31qAvzXV0FrXlMQ)
- 不相关的十二面体
- [About](https://a.exozy.me/about/)
- [每个面都是凹多边形的多面体](http://www.matrix67.com/blog/archives/7132)
## 开发相关
- [ArrayBuffer - JavaScript | MDN](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)
@ -34,61 +63,55 @@ image: /2023-02-03-reading-1/jan.jpg
- [前端主题切换方案详解](https://mp.weixin.qq.com/s/KMFarLh0Xjl-NYmkxFZRrg)
- [开发人员为什么更喜欢 NeoVim 而不是 Vim - Linux 迷](https://www.linuxmi.com/neovim-vs-vim.html)
- [动手写一个 Hugo 博客主题 | Yuanji's Blog](https://blog.gimo.me/posts/creating-a-hugo-theme/)
- [Cyber](https://cyberscript.dev/)
- [termpdf.py](https://github.com/dsanson/termpdf.py)
> A graphical pdf and epub reader that works inside the kitty terminal
## 新的发现
- UnifiedPush
> UnifiedPush is a set of specifications and tools that lets the user choose how push notifications\* are delivered. All in a free and open source way. [^1]
- [ntfy.sh](https://ntfy.sh/)
> Send push notifications to your phone or desktop via PUT/POST
- [Hacker News: UnifiedPush: A decentralized, open-source push notification protocol (f-droid.org)](https://news.ycombinator.com/item?id=34094497)
- nostr
- [awesome-nostr](https://github.com/aljazceru/awesome-nostr)
- [GitHub - nostr-protocol/nostr: a truly censorship-resistant alternative to Twitter that has a chance of working](https://github.com/nostr-protocol/nostr)
- AI 生成视频
- [Text-to-4D dynamic scene generation - Marginal REVOLUTION](https://marginalrevolution.com/marginalrevolution/2023/01/text-to-4d-dynamic-scene-generation.html)
- [Text-To-4D Dynamic Scene Generation](https://make-a-video3d.github.io/)
- [Self-hosting | Briefkasten Home](https://docs.briefkastenhq.com/docs/self-hosting.html)
- [ALL-about-RSS](https://github.com/AboutRSS/ALL-about-RSS)
- [Cyber](https://cyberscript.dev/)
- 头戴式 E ink 阅读器  [The Sol Reader Is An E-Reader Disguised As A Headset](https://screenrant.com/sol-reader-head-mounted-ereader/)
## Art / 像素画
- [带你领略马赛克之美,游戏像素画基本原理分析]()
- [带你领略马赛克之美,游戏像素画基本原理分析](https://mp.weixin.qq.com/s/2sgLpsflpj_ZYNZRg0TrDQ)
- [saint11 像素宝典- 文集 哔哩哔哩专栏](https://www.bilibili.com/read/readlist/rl38114)
- [Pixel Art Articles](https://saint11.org/pixel_articles/)
- [Pixel perfect: the story of eBoy](https://www.theverge.com/2014/6/17/5803850/pixel-perfect-the-story-of-eboy)
- [我知道的大佬们:像素画家郎](https://mp.weixin.qq.com/s/F81nF-QbYt0IX5lYmnjtPA)
- [LDtk 2D level editor](https://ldtk.io/)
- [GitHub - giventofly/pixelit: Create pixel art from an image](https://github.com/giventofly/pixelit)
- [我知道的大佬们:像素画家郎](https://mp.weixin.qq.com/s/F81nF-QbYt0IX5lYmnjtPA)
- [Pixel Art Articles](https://saint11.org/pixel_articles/)
- [saint11 像素宝典](https://www.bilibili.com/read/readlist/rl38114)
- [Pixel perfect: the story of eBoy](https://www.theverge.com/2014/6/17/5803850/pixel-perfect-the-story-of-eboy)
## linux / unix 相关
- [How to use the head command - by The Linux Information Project (LINFO)](http://www.linfo.org/head.html)
- [Archive file - Wikipedia](https://en.wikipedia.org/wiki/Archive_file)
- [Shell 脚本自动输入 - Person Sink](https://ignorantshr.github.io/person-blog/shell/shell%E8%84%9A%E6%9C%AC%E8%87%AA%E5%8A%A8%E8%BE%93%E5%85%A5/)
- [关于 GNU/Linux 操作系统的 10 个神话 - Linux 迷](https://www.linuxmi.com/gnu-linux-myths.html)
- [History of Unix - Wikipedia](https://en.wikipedia.org/wiki/History_of_Unix)
- [AT&T Archives: The UNIX Operating System - YouTube](https://www.youtube.com/watch?v=tc4ROCJYbm0)
- [Linux Command Line Cheat Sheet by DaveChild](https://cheatography.com/davechild/cheat-sheets/linux-command-line/)
## 未分类
* [How to use the head command - by The Linux Information Project (LINFO)](http://www.linfo.org/head.html)
* [Archive file - Wikipedia](https://en.wikipedia.org/wiki/Archive_file)
* [Shell 脚本自动输入 - Person Sink](https://ignorantshr.github.io/person-blog/shell/shell%E8%84%9A%E6%9C%AC%E8%87%AA%E5%8A%A8%E8%BE%93%E5%85%A5/)
* [关于 GNU/Linux 操作系统的 10 个神话 - Linux 迷](https://www.linuxmi.com/gnu-linux-myths.html)
* [History of Unix - Wikipedia](https://en.wikipedia.org/wiki/History_of_Unix)
* [AT&T Archives: The UNIX Operating System - YouTube](https://www.youtube.com/watch?v=tc4ROCJYbm0)
- [用户最讨厌的 15 个交互行为,需要你找到更好的时机](https://mp.weixin.qq.com/s/KFTMDzL5Mxulqj3iB0RF6Q)
> 大部分时候,我们都是用最简单、粗暴的逻辑去强迫用户接受。但数据却告诉我们用户并不买单,同时我们的客户体验也在受到严重的影响。
- [The State Of Usability In 2023](https://www.smashingmagazine.com/2023/01/usability-2023/)
- [Fuck it直接上线就好不要执着于完美了 - Owen 的博客存档](https://archive.owenyoung.com/blog/just-make-it-online)
- [Digital detoxes dont actually work - Ness Labs - Brave](https://nesslabs.com/digital-detoxes)
## Self Host
> A collaboration between Oxford University, The Education University of Hong Kong, Reading University and Durham University has found “no evidence to suggest abstaining from social media has a positive effect on an individuals well-being.” The researchers noted that this contrasts popular beliefs about the benefits of digital detoxes.
> Moreover, this international study found that those who took a break from social media didnt replace online socializing with face-to-face, voice, or email interactions, as the researchers had expected. Taking a break from social media therefore led to reduced overall interaction and loneliness as social media was not replaced with forms of socializing.
- [Generative Art vs AI Art Generators (highlights)](https://davidmatthew.ie/generative-art-vs-ai-art-generators/)
> I understand of AI art as a kind of outsourcing of our inner lives as artists, defeating one of primary purposes of art: the active process of creating. This is the lifeblood of art, and while AI text-to-image tools can certainly be fun to play with and could even form valuable sources of inspiration, as in end in themselves theyre actually quite parasitic to the artistic process, relegating us to relatively passive observers. Is that where we want generative art to go, or art in general? ([View Highlight](https://read.readwise.io/read/01gqvg72nfhes9452yzhfgqfm4))
>
> 我认为人工智能艺术是对我们作为艺术家的内心生活的一种外包,违背了艺术的主要目的之一:积极的创造过程。这是艺术的命脉,虽然人工智能文本到图像的工具当然可以玩得很开心,甚至可以形成有价值的灵感来源,但就其本身而言,它们实际上是对艺术过程的一种寄生,使我们沦为相对被动的观察者。这就是我们想让生成式艺术发展的方向?或者说是一般的艺术
- [IRC - 维基百科,自由的百科全书](https://zh.wikipedia.org/wiki/IRC)
- [朝知万象 | 《Whole Earth Catalog》如何成为完整的人](https://archive.ph/Yvpqr)
> 地球是完整的人也应该是完整的。《Whole Earth Catalog》是给任何想成为完整的人准备的目录。
- [Claire Morwood 给所有人的 Bitsy 游戏制作教程 A Bitsy Tutorial (2017) ](https://mp.weixin.qq.com/s/mBZMUrvM2Ko4E__VgGiyiw)
- [但是春联不只一种颜色](https://mp.weixin.qq.com/s/XQeYHUe31qAvzXV0FrXlMQ)
- 甚至可以 self-host Firefox account[Run your own Firefox Accounts Server](https://mozilla-services.readthedocs.io/en/latest/howtos/run-fxa.html)
- [Self Host Your Own Message Board Forum With Flarum](https://noted.lol/self-host-your-own-message-board-forum-with-flarum/)
- [Self-hosting | Briefkasten Home](https://docs.briefkastenhq.com/docs/self-hosting.html)
- [Duplicacy CLI 备份工具基本使用笔记](https://www.dejavu.moe/posts/duplicacy-cli-basic-guide/)
- [Duplicacy CLI 备份工具基本使用笔记](https://www.dejavu.moe/posts/duplicacy-cli-basic-guide/)
好了,什么东西都写了,那么 Nonsense Wander 5 写什么好呢?
[^1]: [unifiedpush.org](https://unifiedpush.org/)