Mass Surveillance Is Coming to a City Near You

Mass Surveillance Is Coming to a City Near You

McNutt, who runs Persistent Surveillance Systems, was inspired by his stint in the Air Force tracking Iraqi insurgents. And now a billionaire donor wants to help Persistent Surveillance Systems to monitor the residents of an entire high-crime municipality for an extended period of time––McNutt told KMOX that it may be Baltimore, St. Louis, or Chicago. McNutt’s technology is straightforward: a fixed-wing plane outfitted with high resolution video cameras circles for hours on end, recording everything in large swaths of a city.

Source: www.theatlantic.com

How Virginia Won Amazon’s HQ2

How Virginia Won Amazon’s HQ2

It was September 2017, just days after Amazon unveiled its HQ2 contest, the nationwide race for a second corporate headquarters, and Moret, the top economic-development official in Virginia, had been scrambling to assemble the Commonwealth’s bid. Using data from 20 distinct categories, the consultants had measured Northern Virginia against cities they considered top contenders and charted each location’s positives (in green) and negatives (in red) on the heat map for Moret. You know the broad outlines of what happened next: On November 13, 2018, Amazon announced it had selected Northern Virginia and, in a since-abandoned arrangement, New York City—two of the most expensive regions in contention.

Source: www.washingtonian.com

Why [‘1’, ‘7’, ’11’].map(parseInt) returns [1, NaN, 3] in JavaScript

Why [‘1’, ‘7’, ’11’].map(parseInt) returns [1, NaN, 3] in JavaScript

map(parseInt); = [1, NaN, 3]// First iteration: val = ‘1’, index = 0, array = [‘1’, ‘7’, ’11’]parseInt(‘1’, 0, [‘1’, ‘7’, ’11’]); = 1Since 0 is falsy, the radix is set to the default value 10. // Second iteration: val = ‘7’, index = 1, array = [‘1’, ‘7’, ’11’]parseInt(‘7’, 1, [‘1’, ‘7’, ’11’]); = NaNIn a radix 1 system, the symbol ‘7’ does not exist. // Third iteration: val = ’11’, index = 2, array = [‘1’, ‘7’, ’11’]parseInt(’11’, 2, [‘1’, ‘7’, ’11’]); = 3In a radix 2 (binary) system, the symbol ’11’ refers to the number 3.

Source: medium.com

Gmail confidential mode is not secure or private

Gmail confidential mode is not secure or private

Gmail’s confidential mode does not make emails private because Google can always read them. Other Gmail users can read the email in their inbox, but outside users only receive an email notifying them that a sender “has sent you an email via Gmail confidential mode” along with a link to a page on google.com. You can read a full explanation of how end-to-end encryption works)

ProtonMail also lets you send end-to-end encrypted emails to non-ProtonMail accounts (such as your friends and family on Gmail, to prevent Google from reading your messages to them).

Source: protonmail.com

How will movies survive the next ten years?

How will movies survive the next ten years?

We had a screening of “Beale Street” in Washington, D.C., at the National Museum of African American History and Culture, and a fire broke out. So, irony of ironies, we had to go across the street to the Air and Space Museum, where there’s an Imax theater. To see Regina King as a black mom trying to save her family on that larger-than-life screen, in the Air and Space Museum — where, when you walk out, all you see are images of white men going into space — I thought, “O.K., this is what it was like when people sat in a movie chair and thought a train was coming toward them.”

Source: www.nytimes.com

Top academic institutions in 2018: normalized

Top academic institutions in 2018: normalized

Some of the top 10 have tiny article counts compared with the likes of Harvard University: the Cold Spring Harbor Laboratory is number one, yet comes 345th in our Annual Tables; the 30-year-old Jawaharlal Nehru Centre for Advanced Scientific Research of Bangalore in India is 7th in the normalized ranking and otherwise 413th. Established just 30 years ago in Bangalore, India, and today with some 53 faculty members and 300 students, the Jawaharlal Nehru Centre for Advanced Scientific Research (JNCASR) is significantly younger and smaller than many of the institutions in the Nature Index Annual Tables. Major studies involving JNCASR researchers in recent years include a Science Translational Medicine paper about spinal-cord injuries, and a Nature Neuroscience paper with new insights into the hippocampus.

Source: www.nature.com

Information is like snacks, money, and drugs to the brain

Information is like snacks, money, and drugs to the brain

Analyzing the fMRI scans, the researchers found that the information about the games’ odds activated the regions of the brain specifically known to be involved in valuation (the striatum and ventromedial prefrontal cortex or VMPFC), which are the same dopamine-producing reward areas activated by food, money, and many drugs. Next, the researchers were able to determine that the brain uses the same neural code for information about the lottery odds as it does for money by using a machine learning technique (called support vector regression). In other words, just as we can convert such disparate things as a painting, a steak dinner, and a vacation into a dollar value, the brain converts curiosity about information into the same common code it uses for concrete rewards like money, Hsu says.

Source: newsroom.haas.berkeley.edu

Wine Developers Concerned with Ubuntu Dropping 32-Bit Support with Ubuntu 19.10

Wine Developers Concerned with Ubuntu Dropping 32-Bit Support with Ubuntu 19.10

The news that Ubuntu will drop support for the 32-bit x86 architecture was discussed recently by the Wine developers, on the Wine-devel mailing list. It’s also worth noting that Jens Reyer, the Debian Wine maintainer (Ubuntu gets its Wine package from Debian) has said that Debian has no plans to retire the 32-bit x86 architecture for now, adding that ”
I don’t see us (Debian maintainers) changing anything in or for Ubuntu about i386″. The discussion about Ubuntu dropping the 32-bit x86 architecture and the plans for Wine regarding this can be found on the wine-devel mailing list (Click “Next message” to read the replies to the initial message).

Source: www.linuxuprising.com

Wootz steel

Wootz steel

Wootz steel originated in South India, in Tamilakam present day Tamil Nadu and Kerala, and ancient Sri Lanka (Tamraparni). [6][7] The Chinese and locals in Sri Lanka adopted the production methods of creating wootz steel from the Chera Tamils by the 5th century BC. J.D Verhoeven and Alfred Pendray reconstructed methods of production, proved the role of impurities of ore in the pattern creation, and reproduced Wootz steel with patterns microscopically and visually identical to one of the ancient blade patterns.

Source: en.wikipedia.org

How 13 Became the Internet’s Age of Adulthood

How 13 Became the Internet’s Age of Adulthood

And yet parents and educators unleash them on the internet at that age—if not before—because they’re told children in the U.S. must be at least 13 to download certain apps, create email accounts and sign up for social media. Tech companies are just abiding by a 1998 law called the Children’s Online Privacy Protection Act (COPPA), which was intended to protect the privacy of children ages 12 or under. To go on a field trip, a 13-year-old still needs a parent’s signature, but once kids turn 13, they’re eligible to create Facebook, Instagram and other social media accounts without any parental oversight.

Source: www.wsj.com