Roc – Real-Time streaming over the network

Roc – Real-Time streaming over the network

Finally, Roc provides proof-of-concept PulseAudio modules allowing PulseAudio to improve the network service quality by using Roc as a transport. Roc addresses all these problems by using a jitter buffer to counter network jitter and packet reordering, Forward Erasure Correction codes to recover lost packets, and a frequency estimation algorithm with a resampler to compensate the clocks difference between the sender and receiver. Roc is conceived to support multiple audio encodings, FEC schemes, and network protocols and let the user select what is most appropriate for the specific use-case.

Source: gavv.github.io

Advanced Data Structures

Advanced Data Structures

You interact with data structures even more often than with algorithms (think Google, your mail server, and even your network routers). This course covers major results and current research directions in data structures:

This year, we’re experimenting with inverted lectures: most material is covered in video lectures recorded in 2012 (already watched by over 100,000 people), which you can conveniently play at faster speed than real time. In-class time will be divided between answers to questions, new material presented by the professor and/or guest lecturers, and in-class problem solving, with a focus on problem solving.

Source: courses.csail.mit.edu

U.S. Warns Of Spy Dangers Of Chinese-Made Drones

U.S. Warns Of Spy Dangers Of Chinese-Made Drones

But the Department of Homeland Security is warning that drones manufactured by Chinese companies could pose security risks, including that the data they gather could be stolen. Lanier Watkins, a cyber-research scientist at Johns Hopkins University’s Information Security Institute, said his team discovered vulnerabilities in DJI’s drones. DJI is leading the industry on this topic and our technology platform has enabled businesses and government agencies to establish best practices for managing their drone data.

Source: www.npr.org

Prevented mortality from historical and projected nuclear power (2013)

Prevented mortality from historical and projected nuclear power (2013)

Because nuclear power is an abundant, low-carbon source of base-load power, it could make a large contribution to mitigation of global climate change and air pollution. Using historical production data, we calculate that global nuclear power has prevented an average of 1.84 million air pollution-related deaths and 64 gigatonnes of CO -equivalent (GtCO -eq) greenhouse gas (GHG) emissions that would have resulted from fossil fuel burning. On the basis of global projection data that take into account the effects of the Fukushima accident, we find that nuclear power could additionally prevent an average of 420,000-7.04 million deaths and 80-240 GtCO -eq emissions due to fossil fuels by midcentury, depending on which fuel it replaces.

Source: pubs.giss.nasa.gov

Chevron exec enlists Arizona retirees in effort against electric cars

Chevron exec enlists Arizona retirees in effort against electric cars

A handful of people who either retired from Chevron or from Unocal, which Chevron acquired in 2005, have used the form letter to urge Arizona Corporation Commissioners not to require electric companies here to build electric-car charging stations. Court Rich, a senior partner and founder at Rose Law Group on Chevron anti-electric car form letter campaign
“Ironically, I bet this is the same failed tactic that a desperate horse and buggy lobbyist once used to try and scare the public against gas automobiles,” Rich said. He was asked by Chevron’s California-based lobbyist, Marian Catedral-King to get them to write letters and call the commission to oppose electric vehicles, according to an email another Chevron retiree shared with regulators.

Source: www.azcentral.com

With His Job Gone, an Autoworker Wonders, ‘What Am I as a Man?’

With His Job Gone, an Autoworker Wonders, ‘What Am I as a Man?’

LORDSTOWN, Ohio — In the weeks since he lost his job at the car plant, Rick Marsh has blasted Pink Floyd while cleaning the house. For Mr. Marsh the plant is personal, but in the three months since G.M. stopped making cars there, it has become political. President Trump has taken an interest too, berating both G.M. and the union on Twitter, and then suddenly announcing brightly in early May that the plant would be sold to a small company that few people in Lordstown had ever heard of.

Source: www.nytimes.com

Google to restrict modern ad blocking Chrome extensions to enterprise users

Google to restrict modern ad blocking Chrome extensions to enterprise users

Back in January, Google announced a proposed change to Chrome’s extensions system, called Manifest V3, that would stop current ad blockers from working efficiently. In a response to the overwhelming negative feedback, Google is standing firm on Chrome’s ad blocking changes, sharing that current ad blocking capabilities will be restricted to enterprise users. Manifest V3 comprises a major change to Chrome’s extensions system, including a revamp to the permissions system and a fundamental change to the way ad blockers operate.

Source: 9to5google.com

Open-sourcing the Lightning Web Components framework

Open-sourcing the Lightning Web Components framework

A few months ago, we introduced Lightning Web Components, a new JavaScript framework that leverages the web standards breakthroughs of the last five years. Today, we are excited to announce the open sourcing of the Lightning Web Components framework, allowing developers to contribute to the roadmap and to use the same framework whether they are building applications on Salesforce or on any other platform. Today, we are excited to announce the open sourcing of the Lightning Web Components framework, allowing developers to contribute to the roadmap, learn the framework at a deeper level by exploring the source code, and use the same JavaScript framework whether they are building on Salesforce or any other platform.

Source: developer.salesforce.com

Complex life may only exist because of millions of years of groundwork by fungi

Complex life may only exist because of millions of years of groundwork by fungi

Extracted from Arctic Canadian shales, the newly discovered billion-year-old fossilised fungal spores and hyphae (long thin tubes) plug the gap in the fossil record and suggest that fungi may have occupied land well before plants. But in showing that fungi probably arrived on land 500m years before plants, the new fossil evidence raises fundamental questions about the start of this symbiotic journey. It was previously thought that plants made the transition to terrestrial life simultaneously with aquatic fungal partners, but the new discovery opens up the possibility that Earth’s lands may have been already being prepared for successful plant life for hundreds of millions of years.

Source: theconversation.com

TypeScript 3.5

TypeScript 3.5

Built on top of all this is also a language service which uses all the type information TypeScript has to provide powerful editor functionality like code completions, find-all-references, quick fixes, and refactorings. This regression was serious not just because it led to much higher build times for TypeScript code, but because editor operations for both TypeScript and JavaScript users became unbearably slow. Thanks to Wenlu Wang (GitHub user @Kingwl), TypeScript supports a useful new refactoring to extract types to local type aliases.

Source: devblogs.microsoft.com