Personal channel of @lancern

Topics: programming, hacking, memes, life, and more. Forward anything as you wish.

Join the discussion group for more fun.

Discord: https://discord.gg/RwUx9et7
Efficiently Searching In-Memory Sorted Arrays: Revenge of Interpolation Search? [pdf] https://pages.cs.wisc.edu/~chronis/files/efficiently_searching_sorted_arrays.pdf
Firefox Profiler⁩ — ⁨Firefox⁩ 性能分析网页应用程序

支持导入并分析多种性能筛查器所记录的分析数据:
- Firefox profiler
- Linux perf
- Android SimplePerf
- Chrome 性能面板
- Android Studio

支持直接导入以 dhat 或 Google Trace Event 格式保存的性能分析数据。

https://profiler.firefox.com/
What are the enduring innovations of Lisp? (2022) https://elliottslaughter.com/2022/12/lisp
pointer::as_mut 的原型是
unsafe fn as_mut(self) -> ...

NonNull::as_mut 的原型是
unsafe fn as_mut(&mut self) -> ...

NonNull 也是 Copy 的情况下,为什么前者是 self 而后者是 &mut self
走出超市了才想起来手里拿的东西还没结账
https://twitter.com/mattjay/status/1663621621909790722

通过超声波向各种语音助手发送指令实现攻击
Back to Top