Forwarded from 小破不入渠🌏
你来到无人岛,给它取一个名字,把它一点点建设成一座美丽的宝岛,过程中各种动物朋友和现实中的朋友加入进来,岛上渐渐有了生机,你也收获了真正的友谊。这不正是你在现实中不断幻想,却一直得不到的那种美妙生活吗?
https://jesor.me/2020/animal-crossing-review/
https://jesor.me/2020/animal-crossing-review/
大破进击
动物森友会:与森林交朋友 | 大破进击
有人半开玩笑地「诟病」这个游戏隐喻了现实的丑恶,你每天要还贷,炒股,剥削岛上的底层动物。但如果你真的认真体验了这款游戏,你会知道,钱和里程在这里只不过是一种介质,《动物森友会》本质上是一个与森林、动物交朋友的过程,是一个与现实中的朋友重新成为朋友的过程。
Forwarded from Hacker News
Adding tests when you don't have time to (Score: 100+ in 1 day)
Link: https://readhacker.news/s/4jdJh
Comments: https://readhacker.news/c/4jdJh
Link: https://readhacker.news/s/4jdJh
Comments: https://readhacker.news/c/4jdJh
Understandlegacycode
3 steps to add tests on existing code when you have short deadlines
Here's a recipe you can follow when you want to add tests on Legacy Code, but you don't have much time to do so.
Forwarded from Hacker News
Zoom needs to clean up its privacy act (🔥 Score: 106+ in 41 minutes)
Link: https://readhacker.news/s/4jhuJ
Comments: https://readhacker.news/c/4jhuJ
Link: https://readhacker.news/s/4jhuJ
Comments: https://readhacker.news/c/4jhuJ
Forwarded from Hacker News
Static Analysis in GCC 10 (Score: 101+ in 2 hours)
Link: https://readhacker.news/s/4jkaz
Comments: https://readhacker.news/c/4jkaz
Link: https://readhacker.news/s/4jkaz
Comments: https://readhacker.news/c/4jkaz
Red Hat Developer
Static analysis in GCC 10 - Red Hat Developer
Discover the new -fanalyzer option coming to GCC 10 that provides a static analysis pass to identify problems at compile-time, rather than at runtime.
Forwarded from Hacker News
Show HN: Colors.lol – Overly descriptive color palettes (Score: 103+ in 6 hours)
Link: https://readhacker.news/s/4jnFA
Comments: https://readhacker.news/c/4jnFA
Link: https://readhacker.news/s/4jnFA
Comments: https://readhacker.news/c/4jnFA
colors.lol - Overly descriptive color palettes
A fun way to discover interesting color combinations.
Forwarded from Hacker News
Writing an OS in Rust: Async/Await (Score: 108+ in 2 hours)
Link: https://readhacker.news/s/4jrsT
Comments: https://readhacker.news/c/4jrsT
Link: https://readhacker.news/s/4jrsT
Comments: https://readhacker.news/c/4jrsT
Phil-Opp
Async/Await | Writing an OS in Rust
In this post we explore cooperative multitasking and the async/await feature of Rust. We take a detailed look how async/await works in Rust, including…
Forwarded from Hacker News
Show HN: Use-sound, a React hook for sound effects on the web (Score: 101+ in 18 hours)
Link: https://readhacker.news/s/4js4n
Comments: https://readhacker.news/c/4js4n
Link: https://readhacker.news/s/4js4n
Comments: https://readhacker.news/c/4js4n
Joshwcomeau
Beep Boop! Announcing “use-sound”
Maybe it's because I was an audio engineer, but I wish the web was louder. I know a bunch of folks will disagree, and for good reason! Sound…
Forwarded from Hacker News
How the Zoom macOS installer does its job without you ever clicking install (🔥 Score: 108+ in 1 hour)
Link: https://readhacker.news/s/4jucS
Comments: https://readhacker.news/c/4jucS
Link: https://readhacker.news/s/4jucS
Comments: https://readhacker.news/c/4jucS
Twitter
Felix
Ever wondered how the @zoom_us macOS installer does it’s job without you ever clicking install? Turns out they (ab)use preinstallation scripts, manually unpack the app using a bundled 7zip and install it to /Applications if the current user is in the admin…
Forwarded from Rust 视界
New RFC : Add a
https://github.com/rust-lang/rfcs/pull/2893
😃
trustme
keyword to define unsafe code blocks https://github.com/rust-lang/rfcs/pull/2893
😃