边界条件之场
66 subscribers
680 photos
4 videos
10 files
1.03K links
Do you hear the sirens sing?

main: @cvf_cha
group: @cvf_gro
forwards: @cvf_for
Download Telegram
边界条件之场
先是遇到了上面提及的 form reset 问题,尝试解决的过程中遇到了一连串更加让人不安的灵车行为 😨 #svelte #web
If the binding points into a component (i.e. event_type -> component prop -> binding inside component) then flip state also won't work 😕. The outer variable flipped but the variable inside the component won't.
I feel like this is partially due to some js async shenanigan?
摸鱼见闻
Message
我现在看到 pan . baidu . com 都不费心找脚本了,直接开虚拟机装它们的客户端 😇
还好现在平均下来一年都用不到一次国产网盘。
toymil
「afaik it's a licensing issue, try switching to ltsc non-iot with the kms key, launching it, and changing back」— Windows Sandbox does not work on Windows 10 IoT LTSC WTF???
才知道 IoT LTSC 2021 现在能用沙箱了! #windows

「Sandbox - Initial release (19044.1288) of Iot LTSC didn’t have sandbox but non-Iot version had. Later updates enabled it in Iot as well, so there is no difference anymore.」
-- https://massgrave.dev/windows_ltsc_links.html
边界条件之场
android 上怎么用 rsync 啊,adb push/pull 不保留时间戳很烦
刚刚摸索出了 android 和 pc 间传输大量文件比较可行的方法

1. adb pull/push ,在我的设备上能跑 35 MiB/s,但是不保留文件时间戳
2.a MTP 协议连接 pc,通过 jmtpfs 等工具挂载到文件夹
2.b rsync --size-only --times 同步时间戳

一开始我是直接挂载 mtp 然后 rsync 传输全部的,但 mtp 这个垃圾协议实在太慢了,只能跑到 1.5 MiB/s 左右。为什么都 2023 年了各方面都是狗屎的 mtp 仍然是 android 跟 pc 连接的唯一可选协议??
#tips #android #trash #mtp
边界条件之场
“a modern CPU socket is only rated for around 10 insertions” what the heck? 10????? https://www.youtube.com/watch?v=J4OUucCT7MM
草,我上次拔 amd 甚至是不拉把手直接拔的(硅脂太粘,拆散热器把 cpu 扯下来了 😨
There is no way ... 🤯
https://youtu.be/9qljpi5jiMQ?t=1149
(正确答案震撼我一整年
总觉得 ttrss 里的多选框很难用,刚才看了一眼审查元素实在泵不住了 😅
那个视觉上的 checkbox 是一个 div, 实际响应点击的 input 元素不可见,且可点击区域与视觉元素有偏移 💩

用了这么多年 tiny tiny rss, 总能发现点新屎,好感与日俱减
断断续续摸爬滚打一个月才搞明白 sveltekit 的 prerenderssr 同时使用时的行为(毕竟文档里也没写(是我看漏了吗?

- prerender at compile time generates static assets, not necessarily (or not at all?) rendered html files.
- ssr at run time sends the client rendered html

- so prerender + !ssr might give you a bunch of shell html files that need to be hydrated to load the actual content.
- while prerender + ssr will give you a bunch of rendered html files that only need to hydrate for interactivity.