Summary
Google’s account recovery process has been a long-standing issue for users suffering from the inability to regain access to their accounts and recover data. An example of a failed case is a nearly 90 years old woman who was unable to recover her 15+ years legacy Gmail account and subsequently created a new one as there was no back-channel for her account.
Fact
Source: Noise Is All around Usβand Itβs Affecting You More than You Think
Summary
The COVID-19 quarantine provided a brief pause in human activity, allowing researchers to observe how noise impacts every corner of the planet. With the “anthropause”, researchers noticed a significant change in the song repertoire of whales in the oceans. Meanwhile, the conversation around noise and control is not new. It has always been a struggle to find the right balance between unwanted and wanted sounds.
Fact
Source: Is Consciousness More Like Chess or the Weather?
Summary
Anil Seth, a cognitive and computational neuroscientist at the University of Sussex, discusses the relationship between consciousness and intelligence and the possibility of creating machines that not only think but also feel. He argues that consciousness and intelligence are two different things and building a conscious machine requires understanding the sufficient mechanisms.
Fact
π Consciousness and intelligence are two different things. Intelligence is about achieving goals in a flexible way, while consciousness is about subjective, raw experience and feelings.
π» Building a conscious machine requires understanding the sufficient mechanisms, and there is no consensus on what those mechanisms are.
Source: LLVM’s libc Gets Much Faster memcpy For RISC-V
Summary
An optimized memory copy function “memcpy” was merged into LLVM’s libc library for RISC-V, which shows a significant improvement in benchmarks with results dropping to as low as 126 ns. However, Glibc still produces much faster RISC-V memcpy results compared to LLVM libc.
Facts
– πΎ An optimized memory copy function “memcpy” was merged into LLVM’s libc library for RISC-V.- ποΈ The new implementation better handles where unaligned memory accesses are either illegal or extremely slow, resulting in better benchmarks.- π§ͺ Benchmarks of this updated implementation show some tests dropping to as low as 126 ns (from 474 ns), but GNU’s Glibc still shows much faster results in some cases.- π The updated implementation is currently enabled for the RISC-V 32-bit and 64-bit software, but it could also benefit ARM32 in the future.