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
😃
Forwarded from Hacker News
Zoom has a signed binary that runs any unsigned script (Score: 102+ in 3 hours)
Link: https://readhacker.news/s/4jxse
Comments: https://readhacker.news/c/4jxse
Link: https://readhacker.news/s/4jxse
Comments: https://readhacker.news/c/4jxse
Twitter
Dan Amodio
Worth noting that zoomAutenticationTool is a signed bin.. and you can use it as an auth trampoline for whatever script you want... https://t.co/s3aGq0oQco