蛋挞观察室
进行了停更
这年头,人们已经意识不到「进行了停止」这种说法的逻辑问题了
探讨身体各部分关系的奇妙视觉小说(?
https://dominoclub.itch.io/erostasis
dabr.ca, 2025-06-05T15:12:41
This message was sent automatically with n8n
米哈游、鹰角这些基本可以说是国内顶尖的设计、美术、音乐、编剧等人才,屈居二游这种体裁,不由得让人感叹。既为他们的才能,也为本该由他们创造的真正的艺术品。
dabr.ca, 2025-06-05T16:18:11
This message was sent automatically with n8n
@aya 轻体量、重流水导致玩法基本没有创新,游戏机制枯燥;就算撇开游戏性,演出受制于体量也很难有太大突破。玩家称赞的高质量内容往往就是影像和文字,去掉「游戏」的外壳也不会有太大影响。
新瓶旧酒本身并没什么,但这么多人才聚集在一起时,我们总会期待他们能拿出一些令人惊艳的作品。何况还赚了那么多钱。
dabr.ca, 2025-06-05T16:40:28
This message was sent automatically with n8n
@aya 我能想到的二游「创新」只有一个,还是演出上的:
https://www.weibo.com/2214106520/MFvhjA42t
当然也可能是我孤陋寡闻了
dabr.ca, 2025-06-05T16:49:10
This message was sent automatically with n8n
"writing/coding/illustration gacha"
dabr.ca, 2025-06-05T16:51:37
This message was sent automatically with n8n
#TIL 微信(或者是 QQ 授权登录页)会检查 QQ 的 bundle ID 是否安装,安装了才能拉起;但实际拉起时似乎是走自己的 URL scheme,于是先注册的 TIM 接了起来。也就是说,QQ 只安装就行了,不用登录,依然可以用 TIM 授权。
dabr.ca, 2025-06-12T16:44:19
This message was sent automatically with n8n
mildly curious why people still call thoughts left- & right-wing i.e. binary when there are hundreds of genders.
dabr.ca, 2025-06-26T17:55:16
This message was sent automatically with n8n
麻烦当然是很麻烦,问题显然是有很多问题,所以做是不可能做的,但是只要一直不做就可以一直嘲讽想做的人来表现自己很懂
dabr.ca, 2025-07-16T01:37:19
This message was sent automatically with n8n
为什么 flatpak 更新包的时候会需要 modify-repo 呢……
dabr.ca, 2025-07-19T15:59:24
This message was sent automatically with n8n
Debian is built on emails, text files, and (stone age) Perl, that won't change in probably another ten years
dabr.ca, 2025-07-23T01:19:30
This message was sent automatically with n8n
I'm entitled to revoke your entitlements
dabr.ca, 2025-07-24T04:13:15
This message was sent automatically with n8n
Forwarded from QC 的小树林
避免 r-a 补全
Ok
的时候自动导入 anyhow::Ok
"rust-analyzer.completion.autoimport.exclude": [
{
"path": "anyhow::Ok",
"type": "always"
}
]