Zhuoyun Wei

Results 32 comments of Zhuoyun Wei

This repository tends to be a collection of various Beancount-related tools, not necessary those for financial institutes in China. Renaming the repository is fine, but maybe to another name.

I see. I used to think that filesystem stores timestamps in a timezone-independant way, like Unix epoch time, and it is filesystem driver's job to calculate the local time according...

Thank you @relan for adding support for timezone in exfat-fuse! Maybe it is time to make a new release? Off-topic but fun: today I tried the native (non-fuse) exFAT support...

I also made an AUR package that integrates the patch from #119 into the tagged release of 1.3.0. If you are an Arch Linux user and read this, you could...

It seems WeChat cannot obtain IMEI on Android 10 devices, so the `md5(imei + wxuin)[:7]` trick does not work for me. So I went for brute-force tracking. I tried all...

@chg-hou I looked up "file change counter" in SQLite [doc](https://www.sqlite.org/fileformat.html): > The file change counter is a 4-byte big-endian integer at offset 24 that is incremented whenever the database file...

Great I solved it. It seems there's a bug in `tools/decrypt_db_with_password.py`. I tried the `do_decrypt()` function in ppwwyyxx/wechat-dump and it successfully decrypted the db. I'll file up a PR to...

Okay according to [this comment](https://github.com/WANZIzZ/WeChatRecord/issues/7#issuecomment-695331151), on Android 10 devices where WeChat cannot get hold of the IMEI, it just uses a fixed string `1234567890ABCDEF` as the IMEI. Combining this with...

Regarding large (in size and/or in number of files) backups. Here is my use case. In the past, I only used BorgBackup for not-very-busy servers. But recently I decided to...

Well. `curl` does show TLS info when being invoked with `-v` flag (as @InAnimaTe shows). If you do not want to add additional complecity to httpstat, you may parse the...