Wednesday, December 30, 2020
NGINX — Disable direct access (via http and https) to a website using IP address
Knoldus Inc. Mar 23, 2018 · 2 min read For the requirements wherein direct access to a website using IP address has to be disabled/blocked, following steps can…
December 30, 2020 at 05:29PM
via Instapaper https://bit.ly/3n1secj
Saturday, December 26, 2020
What, Exactly, is Entropy?
Top highlight A very disordered system, but not necessaily high in entropy. Cole Persch Dec 5 · 5 min read Entropy is a bit of a buzzword in modern science.…
December 26, 2020 at 02:34PM
via Instapaper https://bit.ly/3nVaikM
How To Have The Courage To Be Disliked
Top highlight Don’t let your past mess up your future. Peter Burns Sep 23 · 10 min read Photo by Japheth Mast on Unsplash “No experience is a cause of success…
December 26, 2020 at 02:03PM
via Instapaper https://bit.ly/3aFjh5X
Ask Ethan: Why Doesn’t Gravity Happen Instantly?
When you look at the Sun, the light you’re seeing isn’t the light that’s being emitted right now. Instead, you’re seeing light that’s a little more than eight…
December 26, 2020 at 01:12PM
via Instapaper https://bit.ly/3nPxBwt
Saturday, December 12, 2020
Becoming Root Via a Misconfigured PATH
Linux privilege escalation by exploiting a misconfigured PATH variable Vickie Li Nov 11 · 4 min read Photo by Kevin Horvat on Unsplash . Welcome back to the…
December 12, 2020 at 10:06AM
via Instapaper https://bit.ly/3m7zpPL
Essay.dev
Essay.dev is a blogging service by OneGraph that lets you publish your own blog by creating an issue on GitHub. Create an issue on OneGraph/essay.dev and it…
December 12, 2020 at 09:35AM
via Instapaper https://bit.ly/2IHH8Gz
Researchers identify a new personality construct that describes the tendency to see oneself as a victim
A new personality construct has been defined that describes people who persistently see themselves as victims within interpersonal conflicts. The research was…
December 12, 2020 at 09:03AM
via Instapaper https://bit.ly/344POOt
Friday, December 11, 2020
This Is How I Hacked My Neighbors Computer
Not only websites and companies get hack, A real life story c0d3x27 Nov 26 · 4 min read Photo by Azamat E on Unsplash Disclaimer: This a person I’m friends with…
December 11, 2020 at 02:44PM
via Instapaper https://bit.ly/3a2wLIo
Thursday, December 10, 2020
Mathematician Solves Centuries-Old Grazing Goat Problem Exactly
Here’s a simple-sounding problem: Imagine a circular fence that encloses one acre of grass. If you tie a goat to the inside of the fence, how long a rope do you…
December 10, 2020 at 10:02AM
via Instapaper https://bit.ly/2JUcvxY
Wednesday, December 09, 2020
TED: Lori Gottlieb asks: What if the stories we tell ourselves are wrong?
&Stories help you make sense of your life -- but when these narratives are incomplete or misleading, they can keep you stuck instead of providing clarity. In an actionable talk, psychotherapist and advice columnist Lori Gottlieb shows how to break free from the stories you've been telling yourself by becoming your own editor and rewriting your narrative from a different point of view. This talk was presented at a TED Institute event given in partnership with DuPont. TED editors featured it among our selections on the home page. Read more about the TED Institute.;
The Myth Of Sisyphus: How To Find Meaning In A Meaningless World
Top highlight Lessons from Camus on how to live with purpose. Nate Muller Sep 16 · 5 min read Photo by Keith Jonson on Unsplash France, 1940. French troops are…
December 9, 2020 at 10:31AM
via Instapaper https://bit.ly/2Lorzoh
Guess Who Just Achieved Quantum Supremacy
There were many doubts as to whether or not quantum computing could ever become a reality. The circuitry relies on tricky manipulation of ions and photons, or…
December 9, 2020 at 09:59AM
via Instapaper https://bit.ly/3qD05Lz
Monday, November 16, 2020
Jeffrey Paul: Your Computer Isn't Yours
Also available in: It’s here. It happened. Did you notice? I’m speaking, of course, of the world that Richard Stallman predicted in 1997 . The one Cory Doctorow…
November 16, 2020 at 09:28AM
via Instapaper https://bit.ly/36Dc6rk
Thursday, November 12, 2020
Yikes, They Rewrote Evernote?
Terry Crowley Sep 17 · 4 min read I couldn’t resist commenting on this interview with Evernote’s CEO about the project to rewrite Evernote. First, disclaimer. I…
November 12, 2020 at 07:22AM
via Instapaper https://bit.ly/3kjzxdP
Wednesday, November 11, 2020
How to write good software technical documentation
First of all, you need to understand you are not writing documentation for you, nor for your current team. You are writing documentation for the future…
November 11, 2020 at 02:10PM
via Instapaper https://bit.ly/2GUgjOu
WhatsApp Business API Pricing: WhatsApp Partner Comparison (Sept 2020)
If you've gotten to this article it means you've firmly decided that you need a WhatsApp API account for your company. Now, you need to choose a WhatsApp…
November 11, 2020 at 09:14AM
via Instapaper https://bit.ly/38xsJqI
Tuesday, November 10, 2020
Automate Your Scripts With Expect
Use the power of Expect scripting language to automate your programs Kirshi Yin Oct 29 · 3 min read Photo by Jake Givens on Unsplash Expect is a powerful…
November 10, 2020 at 04:43PM
via Instapaper https://bit.ly/3n9YvOH
Friday, November 06, 2020
4 Tricks to Effectively Use JSON in Python
Erik van Baaren Aug 10 · 4 min read Illustration by author Python has two data types that, together, form the perfect tool for working with JSON: dictionaries…
November 6, 2020 at 09:18AM
via Instapaper https://bit.ly/2GxgiQc
Friday, October 30, 2020
Git Worktrees: The Best Git Feature You’ve Never Heard Of
Eventually, I got frustrated with the pain of stashing and unstashing, and decided that I should just clone the repository into another directory, and I would…
October 30, 2020 at 11:02AM
via Instapaper https://bit.ly/31XWD3p
Tuesday, October 20, 2020
How to Sign Your Git Commits
And why you should do it Alessandro Segala May 17 · 12 min read Even if you don’t know about signed Git commits, you might have seen the screen above on GitHub.…
October 20, 2020 at 02:51PM
via Instapaper https://bit.ly/3oaynVa
Thursday, September 17, 2020
Probably the Best Practice of Object-Oriented Python — Attr
Makes Python Object-Oriented Programming Even Easier Christopher Tao Jun 21 · 6 min read It is known that Python is very flexible that can be written in…
September 17, 2020 at 10:29AM
via Instapaper https://bit.ly/32CuG1I
Friday, September 11, 2020
How Big is the Earth?
Juan Diego Barrero Sep 9 · 4 min read More than 2 millennia ago– In the times after the death of Alexander the Great– there were a library and a librarian. This…
September 11, 2020 at 11:15AM
via Instapaper https://bit.ly/3k7mgWi
My Husband’s New Hobby is Harrassing People
Coronavirus arrived in February and my husband retired in May. Like the rest of us, he isn’t doing what he planned. Gone are any thoughts of traveling,…
September 11, 2020 at 11:05AM
via Instapaper https://bit.ly/2GQyl3L
Wednesday, September 09, 2020
The World Needs All Kinds Of Minds
Temple Grandin, diagnosed with autism as a child, talks about how her
mind works -- sharing her ability to "think in pictures," which helps
her solve problems that neurotypical brains might miss. She makes the
case that the world needs people on the autism spectrum: visual
thinkers, pattern thinkers, verbal thinkers, and all kinds of smart
geeky kids.
Tuesday, September 08, 2020
These Star Trails From The International Space Station Remind Us That We’re All One World
From anywhere on Earth, the entire sky rotates a full 360° every 24 hours. From Earth, star trails always appear to rotate around the celestial poles. From the…
September 8, 2020 at 08:34AM
via Instapaper https://bit.ly/3icCm00
Saturday, September 05, 2020
The Loudest Sound Ever Recorded
It was heard nearly 3,000 miles away and the shock wave circled the globe three times Grant Piper Aug 27 · 4 min read Throughout the day on August 27th, 1883,…
September 5, 2020 at 11:26AM
via Instapaper https://bit.ly/3340OKI
Wednesday, September 02, 2020
Automating Unit Tests in Python with Hypothesis
Photo by Kevin Ku on Unsplash Unit testing is key to producing quality code. Here’s how to automate it. Niels Goet Aug 30 · 7 min read Unit testing is key to…
September 2, 2020 at 04:13PM
via Instapaper https://bit.ly/31PYwPU
Tuesday, September 01, 2020
If-Else Is a Poor Man’s Polymorphism
September 1, 2020 at 10:51AM
via Instapaper https://bit.ly/2QJZSW5
Saturday, August 29, 2020
Python 3.9 Update New Features
Python Cheat Sheet Write less code, achieve more! Radian Krisno Jul 22 · 4 min read As you are reading this article, you are all probably using Python 3.8. Be…
August 29, 2020 at 10:36AM
via Instapaper https://bit.ly/3jtroDR
Saturday, August 15, 2020
Bill Gates on Covid: Most US Tests Are ‘Completely Garbage’
The techie-turned-philanthropist on vaccines, Trump, and why social media is “a poisoned chalice.” For 20 years, Bill Gates has been easing out of the roles…
August 15, 2020 at 12:22PM
via Instapaper https://bit.ly/3h01CGp
Why Plato Hated Democracy
The Republic’s clues about modern leaders and their popularity Arc Ninian Jun 12 · 9 min read (Source) A ncient Greece is famed for both it’s democracy and…
August 15, 2020 at 11:41AM
via Instapaper https://bit.ly/2CsMuCf
The Psychology Behind Mathematical Thinking
The mystery behind how our human mind works Andrei Tapalaga ✒️ Aug 11 · 4 min read Photo by Bekky Bekks on Unsplash Albert Einstein’s brain was studied long…
August 15, 2020 at 11:25AM
via Instapaper https://bit.ly/310MVgN
Monday, August 10, 2020
Centralize Your Docker Logging With Syslog
Centralized Logging The best way to understand our systems and their successes or failures is through great logging Al-Waleed Shihadeh Nov 24, 2019 · 6 min read…
August 10, 2020 at 02:27PM
via Instapaper https://bit.ly/3gJuwu5
Manet: The Difference Between Nude and Naked
How a “Girl of our Time” Made Modern Art Possible Steven Gambardella Aug 8 · 11 min read Édouard Manet, Le Dejeneur sur l’Herbe (“The Luncheon on the Grass”),…
August 10, 2020 at 12:01PM
via Instapaper https://bit.ly/33LmRrQ
From Nazis to Churchill: The stink behind Chanel No. 5
Chanel No. 5 perfume Evgeny Biyatov / Sputnik From Nazis to Churchill: The Stink Behind Chanel No. 5 The director of a new film tells how the icon of Parisian…
August 10, 2020 at 12:01PM
via Instapaper https://bit.ly/3ithi54
How the Winklevoss Twins Found Vindication in a Bitcoin Fortune
The virtual currency stockpile that Cameron and Tyler Winklevoss began amassing in 2012 is now worth around $1.65 billion. They have no plans to sell. By…
August 10, 2020 at 12:01PM
via Instapaper https://bit.ly/3kop2Y9
Sunday, August 09, 2020
Map subdomains to docker containers with Traefik
Roman Coedo Feb 24 · 3 min read Photo by Cris Ovalle I run a server at home where I host some services for myself. Among others, I run a calibre-web instance, a…
August 9, 2020 at 11:59AM
via Instapaper https://bit.ly/2Fa5Hdb
Why developers are falling in love with functional programming
F unctional programming has been around for the last 60 years , but so far it’s always been a niche phenomenon. Although game-changers like Google rely on its…
August 9, 2020 at 11:34AM
via Instapaper https://bit.ly/30IoZP8
Monday, August 03, 2020
How to build a resume parsing tool
The most efficient way that I have discovered Low Wei Hong Feb 2 · 6 min read Photo by Lukas from Pexels When I am still a student at university, I am curious…
August 3, 2020 at 12:28PM
via Instapaper https://bit.ly/3i7GXQZ
Universal Basic Income is Capitalism 2.0 | TimJRobinson
A Universal Basic Income (UBI) would improve everyone’s lives, increase our free time, empower workers, and ensure everyone has food and a roof over their head.…
August 3, 2020 at 10:45AM
via Instapaper https://bit.ly/2Xi98Va
Apple May Lose the Developer Crowd
Top highlight Skyler Thompson Jul 27 · 4 min read Credit Unsplash In June, Apple announced at WWDC2020 that they would be switching all Mac computers to their…
August 3, 2020 at 10:02AM
via Instapaper https://bit.ly/3fhwKQ0
How to analyse 100s of GBs of data on your laptop with Python
Image Credit: Flickr User Kenny Louie Jovan Veljanoski Dec 2, 2019 · 15 min read Many organizations are trying to gather and utilise as much data as possible to…
August 3, 2020 at 09:59AM
via Instapaper https://bit.ly/39QXkOX
Tuesday, July 28, 2020
Do You Know Python Has A Built-In Database? | by Christopher Tao | Jul, 2020 | Towards Data Science
An introduction of Python built-in library — sqlite3 Christopher Tao Follow Jul 26 · 6 min read If you are a software developer, I believe you must know or even…
July 28, 2020 at 10:07AM
via Instapaper https://bit.ly/3f6TWjQ
Thursday, July 09, 2020
Python Logging Basics
How to log message in Python using the standard logging module Patrick Kalkman Jun 14 · 4 min read Photo by Chris Ried on Unsplash The standard library with…
July 9, 2020 at 10:44AM
via Instapaper https://bit.ly/2ZOHyiY
Monday, July 06, 2020
Use Binary Encoding Instead of JSON
Top highlight Encode the same data in far fewer bytes Shilpi Gupta Jun 16 · 6 min read Photo by Christopher Gower on Unsplash . Why Should I Care? In memory,…
July 6, 2020 at 10:34AM
via Instapaper https://bit.ly/2BI4mIT
The Darkest Material in the World
Daniel Ganninger May 15 · 4 min read S cientists in 2014 created the darkest commercially available material in the world called Vantablack. Then they bested…
July 6, 2020 at 09:44AM
via Instapaper https://bit.ly/3ea1KB3
Saturday, July 04, 2020
Kurt Gödel’s Brilliant Madness
Top highlight Arnold Newman’s iconic 1956 portraits of Kurt Gödel Jørgen Veisdal Jun 12 · 36 min read “Modern math’s absolute Prince of Darkness” — David Foster…
July 4, 2020 at 05:10PM
via Instapaper https://bit.ly/2Dac9zL
Why every Pythonista must-read “Automate the boring stuff with Python”?
Bible for Python Programmers! Vishal Sharma Jun 9 · 4 min read Image by Brian Ego from Pixabay If not the most, Python is definitely one of the most loved…
July 4, 2020 at 04:00PM
via Instapaper https://bit.ly/31QEl4K
Python Underscores Explained
Underscore tips and tricks Prashant Sharma Mar 23 · 4 min read Photo by boris misevic on Unsplash Single and double underscores have a meaning in Python’s…
July 4, 2020 at 03:50PM
via Instapaper https://bit.ly/3ixQ6D9
Friday, July 03, 2020
Privacy is not the problem with the Apple-Google contact-tracing toolkit | Michael Veale
‘The Apple-Google contact-tracing system is great for individual privacy, but the kind of infrastructural power it enables should give us sleepless…
July 3, 2020 at 11:00AM
via Instapaper https://bit.ly/38pyTY2
Thursday, June 25, 2020
Dr. Carl Gustav Jung: The Wotan Essay
WOTAN by Dr. C.G. Jung En Germanie naistront diverses sectes, S’approchans fort de l’heureux paganisme: Le coeur captif et petites receptes Feront retour a…
June 25, 2020 at 09:52AM
via Instapaper https://bit.ly/31lUnTY
Monday, June 22, 2020
Deploy a Docker Registry Using Self-Signed Certificates and htpasswd
Deploy a Docker Registry using TLS (key/certificate) and htpasswd (authentication) Lorenz Vanthillo May 23, 2018 · 3 min read Photo by Tirza van Dijk on…
June 22, 2020 at 06:34PM
via Instapaper https://bit.ly/3en6W5q
Use “git add” smarter with “--patch”
Duy Nguyen May 6 · 6 min read Have you ever pushed a commit and later get a comment from a reviewer saying that you left a debugging message in your files? This…
June 22, 2020 at 06:32PM
via Instapaper https://bit.ly/2Cw1VcF
Wednesday, June 10, 2020
Advanced Python: Itertools Library — The Gem Of Python Language
Explaining The Features Of The Must-Know Amazing Python Library Farhad Malik May 20 · 9 min read Did you know that the Python Itertools library is regarded as…
June 10, 2020 at 10:08AM
via Instapaper https://bit.ly/30qvtSL
Horrific Stories From Heinrich Himmler’s Journals
More of the truth coming to light from the journal found in 2016 Andrei Tapalaga ✒️ Jun 3 · 3 min read Heinrich Himmler in 1942 H immler’s personal journals had…
June 10, 2020 at 09:34AM
via Instapaper https://bit.ly/30rEQBD
Tuesday, June 09, 2020
IKEA’s Best-Selling Product Is Not a Piece of Furniture
Top highlight With over 1 billion units sold, this tiny item outsells all others Geraint Clarke Jun 1 · 4 min read Photo by Semen Borisov on Unsplash Dave…
June 9, 2020 at 09:03AM
via Instapaper https://bit.ly/3cL4UKH
Sunday, June 07, 2020
Exciting Python features to look forward to in 2020
Tessa Ian Norton Feb 24 · 6 min read Python is an experiment in how much freedom programmers need. Too much freedom and nobody can read another’s code; too…
June 7, 2020 at 11:14AM
via Instapaper https://bit.ly/2zZjeC5
You Should Start Using FastAPI Now
If you haven’t tried FastAPI yet, it is time Tivadar Danka May 30 · 5 min read Python has always been a popular choice for developing lightweight web apps,…
June 7, 2020 at 11:03AM
via Instapaper https://bit.ly/2UimOxY
Coca-Cola Nearly Died Because of One Decision
Top highlight Over $30 million down the drain — how it happened Sean Kernan Jun 3 · 4 min read Pic via Pixabay on Pexels Coca-Cola’s decades of dominance would…
June 7, 2020 at 09:02AM
via Instapaper https://bit.ly/3cGWaVY
Saturday, June 06, 2020
I’ve Been Meditating for 48 Years
Planet Soul I’ve learned an incredible amount about myself and the world around me Don Johnson Apr 10 · 10 min read Illustration: Benjavisa/Getty Images In the…
June 6, 2020 at 06:16PM
via Instapaper https://bit.ly/2Uh3Acd
Wednesday, May 27, 2020
SQL for Beginners
Photo by Annie Spratt on Unsplash Learn the basics of SQL with fun data from ABC’s hit show The Bachelor Rachel Koenig Apr 15 · 11 min read After studying data…
May 27, 2020 at 03:27PM
via Instapaper https://bit.ly/2XCWP5h
String Formatting in Python — 6 Things to Know About f-strings
Photo by Samuel Ramos on Unsplash Use f-strings to improve your string literals’ readability Yong Cui, Ph.D. May 10 · 7 min read When we learn any programming…
May 27, 2020 at 02:48PM
via Instapaper https://bit.ly/3guLzjM
Understand Python’s Iterators and Iterables and Create Custom Iterators
Photo by Tine Ivanič on Unsplash Iteration is one of the most important concepts in Python. Two terms that pertain to iteration are iterators and iterables.…
May 27, 2020 at 01:42PM
via Instapaper https://bit.ly/3gqsboj
Quick Python Tip: Suppress Known Exception Without Try Except
Handle known exceptions in a more elegant way in Python. Christopher Tao May 24 · 5 min read It is very common to use the try ... except ... block to handle…
May 27, 2020 at 12:41PM
via Instapaper https://bit.ly/2AXRQUX
Removing Duplicates in Python
Duplicate removal is a common problem that often causes significant issues across industries. For example, if a company’s marketing team accidentally imported…
May 27, 2020 at 12:34PM
via Instapaper https://bit.ly/2X4GI14
The Art of ‘One-Lining’ in Python
Salvador Aleguas Apr 23 · 4 min read When multiple lines just aren’t cool enough Photo by Marcus Cramer on Unsplash ‘One-Lining’ is not simply compressing code…
May 27, 2020 at 11:41AM
via Instapaper https://bit.ly/2ZEWbGY
Monday, May 25, 2020
Python Functions: Lambdas, Closures, Decorators, and Currying
Python Functions: Lambdas, Closures, Decorators, and Currying
Understand four advanced function concepts in Python Yong Cui, Ph.D. Apr 22 · 5 min read Photo by Tim Swaan on Unsplash . Python functions are a block of code…
May 25, 2020 at 09:42AM
via Instapaper https://bit.ly/2LVo19N
Tuesday, May 19, 2020
The Kyoto School of Philosophy
Soon after Nishida Kitaro’s appointment at Kyoto Imperial University in 1913, a regular circle of students began to meet with the new professor, often at his…
May 19, 2020 at 05:14PM
via Instapaper https://bit.ly/2zTmmyI
Friday, May 15, 2020
Let’s bury the hustle – Signal v. Noise
I love Gary Vaynerchuk dearly. So much of his message about patience and perseverance is completely in line with how I view the world. But I can’t take any more…
May 15, 2020 at 07:11PM
via Instapaper https://bit.ly/2zKAWZe
Imagining the Future Is Just Another Form of Memory
“Imagining the future is a kind of nostalgia.” This is a line from John Green’s young-adult book Looking for Alaska . It’s pretty, and melancholy, and very…
May 15, 2020 at 07:02PM
via Instapaper https://bit.ly/2X0gGef
Don’t do it at runtime. Do it at design time. – freeCodeCamp
Photo by Amanda Flavell on Unsplash Long ago a wise old developer gave me a piece of advice that I didn’t fully appreciate until very recently. We were in a…
May 15, 2020 at 06:53PM
via Instapaper https://bit.ly/2Z8zfzQ
Organizing Your Git Pull Request
Gonzalo Bañuelos Feb 5 · 8 min read Succinct PRs Git Reviewed The better we present our code for review, the more likely the reviewer will be engaged with a…
May 15, 2020 at 06:38PM
via Instapaper https://bit.ly/3byUNYL
Reference Fields in Odoo
By: Ajmal JK 12/02/2020 Reference Fields in Odoo Odoo 13 Odoo has different types of fields like Character, Integer, Boolean, etc. Also, have the relational…
May 15, 2020 at 06:33PM
via Instapaper https://bit.ly/3cFaKhq
Thursday, May 14, 2020
Excel to Python
Building front-end Excel workbooks for Python tools James Briggs May 1 · 6 min read Photo by M. B. M. on Unsplash D uring the Build 2016 conference, Microsoft…
May 14, 2020 at 07:30PM
via Instapaper https://bit.ly/3cymFh0
Boost your efficiency and process Excel-files with Python
Load, transform, modify and save Excel-files with Python to improve your reporting processes Benedikt Droste Nov 1, 2019 · 5 min read If you work with data, you…
May 14, 2020 at 07:06PM
via Instapaper https://bit.ly/3btNHER
What Is Zorn’s Lemma?
Maths and Musings Apr 23 · 5 min read The quick and dirty guide to one of the stranger mathematical curiosities. Above: an illustration of the Axiom of Choice.…
May 14, 2020 at 06:00PM
via Instapaper https://bit.ly/2LrZTvd
Monday, May 11, 2020
Do Not Use “+” to Join Strings in Python
A comparison of the approaches for joining strings in Python, using “+” and join() method. Christopher Tao May 10 · 5 min read When I start to use Python, it is…
May 11, 2020 at 10:43AM
via Instapaper https://bit.ly/2LfdXIs
Saturday, May 09, 2020
A Beginner’s Guide to Python List Comprehensions
matrix = [[x for x in range(1,4)] for y in range(1,4)]
May 9, 2020 at 01:40PM
via Instapaper https://bit.ly/2LaiBrg
GoodBye Linux : the next OS
Apr 25 · 2 min read The server operating system has not changed in 50 years Our current server operating systems have not changed in 50 years and do not reflect…
May 9, 2020 at 01:19PM
via Instapaper https://bit.ly/2Lhxyri
Thursday, May 07, 2020
How Zoom Beat the Tech Giants
Eric Ravenscraft May 1 · 5 min read Photo: Maja Hitij/Getty Images On Wednesday, Google made its premium videoconferencing app, Google Meet, free for everyone .…
May 7, 2020 at 08:40AM
via Instapaper https://bit.ly/2WaFQrp
Automate Your (Boring!) Excel Reporting with Python!
There’s no escaping Excel — and that’s ok! Excel is everywhere. There’s no escaping it, even with powerful tools like Python at your disposal. And that’s ok!…
May 7, 2020 at 08:35AM
via Instapaper https://bit.ly/2W9HRUD
Parsing XML Data in Python
Extensible Mark up Language (XML) is a mark up language that encodes data in a human and machine readable format. XML is used in a variety of programs for…
May 7, 2020 at 08:35AM
via Instapaper https://bit.ly/2YFNVGj
Online Learning Was Supposed to Democratize Education. Coronavirus Shows It Hasn’t.
OneZero spoke to teachers worried about students being left behind Sarah Emerson Apr 9 · 6 min read Photo: mtreasure/Getty Images O ne afternoon in March,…
May 7, 2020 at 08:35AM
via Instapaper https://bit.ly/2Wy5TYC
Monday, May 04, 2020
Nervous Republicans See Trump Sinking, and Taking Senate With Him
The election is still six months away, but a rash of ominous new polls and the president’s erratic briefings have the G.O.P. worried about a Democratic…
May 4, 2020 at 11:04AM
via Instapaper https://nyti.ms/35tYRIk
Seattle’s Leaders Let Scientists Take the Lead. New York’s Did Not
The first diagnosis of the coronavirus in the United States occurred in mid-January, in a Seattle suburb not far from the hospital where Dr. Francis Riedo, an…
May 4, 2020 at 10:43AM
via Instapaper https://bit.ly/2W27A1n
Saturday, May 02, 2020
The American Economy is Dying
See that chart above? The line plunging into the abyss? That’s an economy having a heart attack and dying. The line is GDP. It just fell to about -5%, from 2%.…
May 2, 2020 at 12:05PM
via Instapaper https://bit.ly/2KTijFa
A Complete Beginners Guide to Document Similarity Algorithms
Learn the code and math behind Euclidean Distance, Cosine Similarity and Pearson Correlation to power recommendation engines Chris May 1 · 6 min read Photo by…
May 2, 2020 at 11:44AM
via Instapaper https://bit.ly/2KUnxjI
What you need to know about the COVID-19 vaccine
One of the questions I get asked the most these days is when the world will be able to go back to the way things were in December before the coronavirus…
May 2, 2020 at 11:28AM
via Instapaper https://gatesnot.es/2VULCgx
Monday, April 27, 2020
Donald Trump, American Idiot
“Hey, Umair. Did you inject yourself with Lysol yet?” Ben, the London copper, shouted from across the dog park. I looked up, confused. Massimo, the Italian…
April 27, 2020 at 11:17AM
via Instapaper https://bit.ly/2VFLW2L
What Happened When I Recorded Myself Speaking Every Single Day
It was awful — until it wasn’t Jan 16 · 3 min read Credit: Westend61 /Getty Images I sat down on my couch, switched my phone to selfie mode, and hit record.…
April 27, 2020 at 10:59AM
via Instapaper https://bit.ly/2W5Q7no
IT'S TIME TO BUILD - Andreessen Horowitz
Every Western institution was unprepared for the coronavirus pandemic, despite many prior warnings. This monumental failure of institutional effectiveness will…
April 27, 2020 at 10:54AM
via Instapaper https://bit.ly/3eTmiPv
Why we can’t build
The Capitol building in Washington, DC, on April 19. Xinhua News Agency/Getty Images In a viral essay , venture capitalist Marc Andreessen makes a simple…
April 27, 2020 at 10:39AM
via Instapaper https://bit.ly/2y1V74A
The first modern pandemic
The coronavirus pandemic pits all of humanity against the virus. The damage to health, wealth, and well-being has already been enormous. This is like a world…
April 27, 2020 at 10:22AM
via Instapaper https://gatesnot.es/2yMqikx
Sans le cash, il suffira d'un "clic" pour que votre argent soit bloqué !
15/06/15 à 15:37 Mise à jour le 31/10/19 à 16:26 opinion Sans le cash, il suffira d'un "clic" pour que votre argent soit bloqué ! 15/06/15 à 15:37 Mise à jour…
April 27, 2020 at 10:06AM
via Instapaper https://bit.ly/3f06St9
Sunday, April 26, 2020
Creating A Github Action to Tag Commits
Nick Sjostrom Sep 9, 2019 · 4 min read source: Github GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build,…
April 26, 2020 at 10:10AM
via Instapaper https://bit.ly/2S8WNA0
Thursday, April 23, 2020
Sweden’s government has tried a risky coronavirus strategy. It could backfire.
Hilmar Gerber, operations manager of the primary health clinic at Sophiahemmet hospital, steps out of a tent for testing and receiving potential coronavirus…
April 23, 2020 at 11:42AM
via Instapaper https://bit.ly/2Vw3cHz
Start Writing Python Docstrings
Top highlight Simplify your life and the life of whoever is trying to read your code Louis de Bruijn Jan 23 · 3 min read Everybody has written good pieces of…
April 23, 2020 at 11:21AM
via Instapaper https://bit.ly/2zoR9Dv
This Is How Much YouTube Paid Me for My 1,000,000 Viewed Video
Shelby Church Apr 3 · 5 min read The numbers may surprise you! Photo: Shelby Church I started making videos in 2009, back before being a YouTuber was a thing. I…
April 23, 2020 at 11:17AM
via Instapaper https://bit.ly/3eDNgL7
Wednesday, April 22, 2020
TED: Anil Seth - Your Brain Hallucinates Your Conscious Reality
Right now, billions of neurons in your brain are working together to generate a conscious experience -- and not just any conscious experience, your experience of the world around you and of yourself within it. How does this happen? According to neuroscientist Anil Seth, we're all hallucinating all the time; when we agree about our hallucinations, we call it "reality." Join Seth for a delightfully disorienting talk that may leave you questioning the very nature of your existence.
Tuesday, April 21, 2020
Leonard Cohen's Prince Of Asturias Speech
Sunday, April 19, 2020
Ask Ethan: How Do We Feel Acceleration In Space?
While most of us have never had the opportunity to go into space, we all have the chance to dream about it and wonder what it would be like. Across a wide…
April 19, 2020 at 02:48PM
via Instapaper https://bit.ly/2KfiD0i
Friday, April 17, 2020
10 Extraordinary GitHub Repos for All Developers
Top highlight Interview resources, build your own X, a list of great public APIs, and more Simon Holdorf Mar 31 · 4 min read Photo by Vishnu R Nair on Unsplash…
April 17, 2020 at 12:58PM
via Instapaper https://bit.ly/2XFcwdP
Wednesday, April 15, 2020
'Netanyahu's actions more dangerous than coronavirus'
Edward Snowden can’t understand why the Israelis are not furious, about the use of the Shin Bet’s mass surveillance database to track people infected by the…
April 15, 2020 at 11:12AM
via Instapaper https://bit.ly/3ckvEBT
Monday, April 13, 2020
L’être, l’avoir et le pouvoir dans la crise, par Dominique Strauss-Kahn - Le Club des Juristes
Par Dominique Strauss-Kahn, ancien ministre de l’Économie et des Finances, ancien directeur-général du Fonds Monétaire International Cet important article a été…
April 13, 2020 at 12:40PM
via Instapaper https://bit.ly/2JXwFUr
Thursday, April 09, 2020
Wednesday, April 08, 2020
Ask Ethan: If Einstein Is Right And E = mc², Where Does Mass Get Its Energy From?
Of all the equations that we use to describe the Universe, perhaps the most famous one, E = mc ², is also the most profound. First discovered by Einstein more…
April 8, 2020 at 11:58AM
via Instapaper https://bit.ly/3aS0fX3
This Is Why Earth, Surprisingly, Is The Densest Object In Our Solar System
Of all the planets, dwarf planets, moons, asteroids and more in the Solar System, only one object can be the densest. You might think, based on the fact that…
April 8, 2020 at 11:12AM
via Instapaper https://bit.ly/2USRnLk
Building a Decision Engine
At multiple companies, I’ve had to build relatively simple decision engines. Something like “given this series of conditions, do we send the customer down one…
April 8, 2020 at 10:56AM
via Instapaper https://bit.ly/3c5lLIh
Monday, April 06, 2020
How to Take Smart Notes: A Step-by-Step Guide - Nat Eliason
How to Take Smart Notes is a book by Sonke Ahrens explaining the "Zettlekasten" methodology developed by Niklas Luhmann , a 20th century Sociologist who…
April 6, 2020 at 05:09PM
via Instapaper https://bit.ly/2xSqONr
Enforcing Commit Templates
Erik Englund Apr 12, 2019 · 6 min read Photo by Pixabay from Pexels Often times companies will have a standard template for their commit messages. Something…
April 6, 2020 at 12:15PM
via Instapaper https://bit.ly/39KIuI6
JSON Objects in Python
Java Script Object Notation (JSON) is a light weight data format with many similarities to python dictionaries. JSON objects are useful because browsers can…
April 6, 2020 at 11:25AM
via Instapaper https://bit.ly/2V6gOrF
Sunday, April 05, 2020
The Anarchist Abstractionist — Who was Alexander Grothendieck?
Jørgen Veisdal Apr 2 · 25 min read “The greatest mathematician of the 20th century” — Le Monde M athematician Alexander Grothendieck was born in 1928 to…
April 5, 2020 at 04:44PM
via Instapaper https://bit.ly/3bMjx06
Automate These 3 (Boring!!) Excel Tasks with Python!
No More Opening Hundreds of Excel Files Nik Piepenbreier Mar 26 · 4 min read Let’s learn how to automate some boring Excel tasks! Source: Nik Piepenbreier Excel…
April 5, 2020 at 01:18PM
via Instapaper https://bit.ly/2UIPukp
Bad News Wrapped in Protein: Inside the Coronavirus Genome
A virus is “simply a piece of bad news wrapped up in protein,” the biologists Jean and Peter Medawar wrote in 1977. In January, scientists deciphered a piece of…
April 5, 2020 at 09:29AM
via Instapaper https://nyti.ms/2V2scVx