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
Topics: programming, hacking, memes, life, and more. Forward anything as you wish.
Join the discussion group for more fun.
Discord: https://discord.gg/RwUx9et7
Improvements to static analysis in the GCC 13 compiler
Comments
via fcambus@users.lobste.rs (fcambus)
Comments
via fcambus@users.lobste.rs (fcambus)
pointer::as_mut 的原型是
unsafe fn as_mut(self) -> ...
NonNull::as_mut 的原型是unsafe fn as_mut(&mut self) -> ...
在 NonNull
也是 Copy
的情况下,为什么前者是 self
而后者是 &mut self
Introducing Iguana: extremely fast SIMD-optimized decompression
Comments
via lorddimwit@users.lobste.rs (lorddimwit)
Comments
via lorddimwit@users.lobste.rs (lorddimwit)
走出超市了才想起来手里拿的东西还没结账
Random Number Generator Recommendations for Applications https://peteroupc.github.io/random.html
Apple’s big test of data integrity https://eclecticlight.co/2023/05/30/apples-big-test-of-data-integrity/
Creating a Memory-Safe Workstation with CheriBSD [pdf] https://www.bsdcan.org/events/bsdcan_2023/sessions/session/142/slides/58/20230520-memory-safe-desktop-compressed.pdf
Haskell Optimization Handbook https://github.com/haskellfoundation/hs-opt-handbook.github.io
Modern CPUs have a backstage cast https://www.devever.net/~hl/backstage-cast
The role of cat eye narrowing movements in cat–human communication (2020) https://www.nature.com/articles/s41598-020-73426-0
On writing functions that accept any specialization of a C++ template type
https://devblogs.microsoft.com/oldnewthing/20230529-00/?p=108259
https://devblogs.microsoft.com/oldnewthing/20230529-00/?p=108259
My first superoptimizer https://austinhenley.com/blog/superoptimizer.html
下周即将前往上海租房,各位有无任何建议
Why I Left Rust https://www.jntrnr.com/why-i-left-rust/
https://wiki.haskell.org/Monad_tutorials_timeline
This is a comprehensive timeline of #monad tutorials and related articles.
This is a comprehensive timeline of #monad tutorials and related articles.
Programming in Standard ML (2011) [pdf] http://www.cs.cmu.edu/~rwh/isml/book.pdf
Modern SAT solvers: fast, neat and underused (2018) https://codingnest.com/modern-sat-solvers-fast-neat-underused-part-1-of-n/
今日学习typst并制作了一份个人简历模板,typst好用