Lessons from History

Lessons from History

But the most important lessons from history are things that are so fundamental to the behaviors of so many people that they’re likely to apply to you and situations you’ll face in your own lifetime. The reason stocks might fall 30% is because big groups of people, companies, and politicians screwed something up, and their screw ups might sap my confidence in our ability to recover. Lesson #2: Reversion to the mean occurs because people persuasive enough to make something grow don’t have the kind of personalities that allow them to stop before pushing too far.

Source: www.collaborativefund.com

A plan to change how Harvard teaches economics

A plan to change how Harvard teaches economics

But another Harvard economist has a different idea of how to introduce students to economics. Raj Chetty, a prominent faculty member whom Harvard recently poached back from Stanford, this spring unveiled “Economics 1152: Using Big Data to Solve Economic and Social Problems.” Economics 101 courses are often the only exposure to economic thinking many college students receive — and especially at a place like Harvard, those students grow up to run major cultural, political, and financial institutions.

Source: www.vox.com

The Pentagon is battling the clock to fix serious, unreported F-35 problems

The Pentagon is battling the clock to fix serious, unreported F-35 problems

According to documents exclusively obtained by Defense News, the F-35 continues to be marred by flaws and glitches that, if left unfixed, could create risks to pilot safety and call into question the fighter jet’s ability to accomplish key parts of its mission:

F-35B and F-35C pilots, compelled to observe limitations on airspeed to avoid damage to the F-35’s airframe or stealth coating. S. Air Force)

The F-35 Joint Program Office appears to be making fast progress, but not all problems will be solved before the full-rate production decision, said Vice Adm. Mat Winter, the Defense Department’s F-35 program executive. All told, Winter expects to have about nine category 1 deficiencies still on the books as the F-35 moves to full-rate production: the eight problems defined above, and whatever surprises occur as the jet continues operational tests.

Source: www.defensenews.com

Metaprogramming: An Introduction to JavaScript(ES6) Proxy by Tapas Adhikary

Metaprogramming: An Introduction to JavaScript(ES6) Proxy by Tapas Adhikary

Proxy object is an ES6 concept used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc). Here is the syntax for creating a Proxy Object:

Now let us take an example of an object and try to print some of the properties of it:

Well, we know the expected output would be,

Now let us use the object to alter this program of handling and provide some behavior to it:

We will be using a trap called which is a trap for getting a property value. Here are the list of available traps:

More on these can be found here, Proxy – JavaScript | MSDN

Let’s create a handler(we can name it as, validator):

Again, we can create a object as:

If you do,

The output would be a as,

Similarly, try doing this!

Source: blog.greenroots.info

Five Timeless Lessons from History

Five Timeless Lessons from History

But the most important lessons from history are things that are so fundamental to the behaviors of so many people that they’re likely to apply to you and situations you’ll face in your own lifetime. The reason stocks might fall 30% is because big groups of people, companies, and politicians screwed something up, and their screw ups might sap my confidence in our ability to recover. Lesson #2: Reversion to the mean occurs because people persuasive enough to make something grow don’t have the kind of personalities that allow them to stop before pushing too far.

Source: www.collaborativefund.com

Harvard’s Economics 1152: Using Big Data to Solve Economic and Social Problems

Harvard’s Economics 1152: Using Big Data to Solve Economic and Social Problems

This page provides lecture materials and videos for a course entitled “Using Big Data Solve Economic and Social Problems,” taught by Raj Chetty and Greg Bruich at Harvard University. The course also increased gender diversity in Economics: 49% of the students who took the course were women, higher than in any other undergraduate Economics course taught at Harvard in the past academic year (among classes with at least 20 students). Opportunity Insights is eager to partner with and support college professors and high school teachers who may be interested in using these teaching materials in their own courses.

Source: opportunityinsights.org

Sensorimotor Mechanics of People with a Sixth Finger

Sensorimotor Mechanics of People with a Sixth Finger

However, a breakthrough open-access study in Nature Communications – the first to study the physiology and sensorimotor mechanics of polydactyly volunteers (people born with extra fingers) – shows the feasibility and practical advantages that would be gained from such an extra appendage. Using MRI of the volunteers’ hands, the researchers established that the extra finger has a saddle joint, similar to a typical thumb, and that it is innervated by its own dedicated nerves. “Polydactyl individuals with functional [extra fingers] offer a unique opportunity to investigate the neural control of supernumerary limbs, analyse internal representations of body and the limits of sensorimotor capabilities in humans.”

Source: digest.bps.org.uk

Human Interest (YC S15) Is Hiring a Senior Product Manager

Human Interest (YC S15) Is Hiring a Senior Product Manager

We’ve built an automated, paperless 401(k) that makes it possible for small and medium-sized businesses to offer a 401(k) benefit to their employees — something that only 14% of them are able to do today. In doing so, we’re empowering businesses of any size to safeguard the financial futures of their employees. As an employee benefits company, benefits are very important to us, and Human Interest’s philosophy is to be generous when it comes to employees’ wellness.

Source: humaninterest.com

Helium

Helium

And today, we are excited to announce that USV has made an investment in a decentralized network infrastructure project called Helium. I would encourage you to read that blog post as it explains a lot about how Helium works, how the token economics builds the supply side of the network infrastructure, and why it fits so neatly into our investment thesis. We plan to run a Helium hotspot or two at USV and it would be great to see people powered Helium networks popping up all over the place and providing very low cost, low power, highly reliable long range network infrastructure.

Source: avc.com

The ideal DevOps team structure

The ideal DevOps team structure

Several factors come into play when it comes to team structure:

Matthew Skelton’s blog covers a number of different DevOps scenarios in great detail, but we’ll discuss just a few of the silos he mentions specifically and how they impact an organization. In this team structure, there are still separate Dev and Ops teams, but there is now a “DevOps” team that sits between, as a facilitator of sorts. A team structure that facilitates collaboration and visibility between the Dev and Ops teams, as well as tools that automate processes, are the hallmarks of an ideal DevOps lifecycle.

Source: about.gitlab.com