🌸
357 subscribers
127 photos
17 videos
197 links
记录一些 学习笔记,工具,和其它奇怪的东西
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from Hacker News (yahnc_bot)
Hacker News
Zas Editor https://www.zeditor.app/
这真的不是Xcode换了个皮嘛
#看了什么
Typescript as fast as Rust: Typescript++
https://zaplib.com/docs/blog_ts++.html
才发现 Go 的 const 默认是没类型的,之前没怎么注意过

const a = 10
math.Sqrt(a * a) //passed


如果把 a 换成变量就不行了:

var a = 10
math.Sqrt(a * a) // Cannot use ‘a * a’ (type int) as the type float64


#experience
👍1
reduce 和 Promise 的阴间搭配
AdGuard 的新版本 2.8.0.1133 增加了一项对“深度包检测”的保护
Audio
长瀞同学里那首超好听的BGM,从OST里扒出来的
这Aria2 RPC太怪了,所有字段都是string
Forwarded from 三咲雅 🍓
发现GIF做静态图还不错