南宫雪珊
2.65K subscribers
146 photos
6 videos
9 files
218 links
消息备份频道
Download Telegram
On machines configured to a UTF-8 system active code page, Legacy will revert the process to the system locale code pages.

终于能放心打开它
R8 独有关键字 -checkdiscard 用于确保删除其指示的内容,当无法删除时,R8会返回错误并且提供详细的保留原因。
https://github.com/RikkaApps/Shizuku/issues/69#issuecomment-1171409393
大骂一通,舒服了。

一句话:可以改,别让作者知道就行。正所谓:眼不见心不烦。
我认为这也适用于大多数应用级别的开源项目。

至于GPL的约束力,只对网络暴力和大公司有效。GPL 3.0,生来就是为了宣传它的哲学和打官司。公司恐惧于官司,而一般人则害怕FOSS信徒。当忽略GPL的约束力后,发现还是简单的许可证更好,毕竟大多数人选许可证只是为了免责——不想考虑法律问题而已。
GNU哲学的根基:软件可以更容易地被复制或修改
Forwarded from 我推的炼金工坊街角转生LycoReco抹茶味mfy猫薄荷重度依赖 🐾
务必为 Telegram Desktop 设置 本地锁定码:Settings -> Privacy and Security -> Local passcode
南宫雪珊
请务必为 Telegram Desktop 设置 本地锁定码:Settings -> Privacy and Security -> Local passcode
可以防御第三方软件提取保存在文件中的登录凭证,直接登录进该账户。
我不理解
看了半天,只有新加的namespace稳定,其它全部不稳定??
遇到证书过期的HSTS网站,在此界面直接输入thisisunsafe,即可忽略HSTS继续连接。
图片仅供参考
南宫雪珊
遇到证书过期的HSTS网站,在此界面直接输入thisisunsafe,即可忽略HSTS继续连接。 图片仅供参考
奇怪的是没找到具体代码 https://source.chromium.org/search?q=%22thisisunsafe%22

更新:原来在这里 https://source.chromium.org/search?q=%22dGhpc2lzdW5zYWZl%22 所以在控制台输入 sendCommand(SecurityInterstitialCommandId.CMD_PROCEED); 也有效。

更新:https://chromium-review.googlesource.com/c/chromium/src/+/860418 看起来会定期修改口令,只有控制台输入命令稳定。
https://android.googlesource.com/platform/system/logging/+/refs/heads/master/logd/README.property
日志控制属性

例如
setprop persist.log.tag.<tag> S
能让logd丢弃某tag的日志
又想大骂kotlin没有受检异常。
Adding checked exceptions to Kotlin would be a major breaking change, and as such, would require very strong new arguments in favor of it. At this time, given the experience of many different languages which do and don’t include checked exceptions, and the fact that large stable systems with several tiers and multiple modules have been built in languages which do not include any form of checked exceptions, we do not expect such new arguments to ever appear.
瞧瞧这些理由,也亏他说得出口。
没有受检异常,只会让所有kotlin程序要么发生崩溃,要么catch Throwable。或者,遍历整个调用路径,找到全部抛出异常的地方。
Java先进的异常系统被糟蹋成这这样子,真是人笨怪刀钝。
https://docs.gradle.org/current/dsl/org.gradle.plugins.ide.idea.model.IdeaModule.html

idea {
module {
downloadJavadoc = false
downloadSources = false
}
}

同步比构建还慢,以上代码可有效节约生命。(当打开别人的项目时