title stringlengths 1 200 ⌀ | text stringlengths 10 100k | url stringlengths 32 885 | authors stringlengths 2 392 | timestamp stringlengths 19 32 ⌀ | tags stringlengths 6 263 |
|---|---|---|---|---|---|
Set Up Your Real Time Chat App On Amazon EC2 With Docker and FeathersJS | Introduction
Amazon AWS is a service where you can borrow a machine (sometimes for free) to do whatever you want. We are going to learn how to set up a server to run a real time Chat App with FeathersJS. FeathersJS is an open source REST and real time API framework.We will need to set up a database and Feathers. We wi... | https://medium.com/sicara/https-medium-com-redaboumahdi-amazon-aws-real-time-chat-app-simple-tutorial-with-docker-1dbbbbb9b4db | ['Reda Boumahdi'] | 2018-04-12 15:47:23.364000+00:00 | ['Feathersjs', 'Development', 'Data Engineering', 'AWS', 'Docker'] |
7 Things Highly Productive People Don’t Do | 7 Things Highly Productive People Don’t Do
They understand that time is limited.
Photo by Toni Koraza on Unsplash
You can travel the world, write books, start businesses, and retire by the time you’re 35.
People that run 10 companies from a Yacht in the Mediterranean are real.
The good news is that you can be one ... | https://medium.com/the-ascent/7-things-highly-productive-people-dont-do-de769608ef15 | ['Toni Koraza'] | 2020-10-15 22:07:38.061000+00:00 | ['Writing', 'Time Management', 'Productivity', 'Success', 'Entrepreneurship'] |
When Should You Quit? | Quitting has a negative association. We describe it as giving up, being non-committal, or lacking perseverance. When someone quits, it’s easy to assume that the person simply didn’t give it their all.
To be sure, quitting prematurely happens too often. Whenever you try something, you’re going to have difficulties. You... | https://medium.com/swlh/when-should-you-quit-114c499c6dac | ['Melissa Chu'] | 2020-02-03 15:04:08.700000+00:00 | ['Entrepreneurship', 'Life', 'Psychology', 'Productivity', 'Life Lessons'] |
The Cold Mountain Effect Explains Why Incredibly Talented People Struggle to Achieve Their Goals | The Cold Mountain Effect Explains Why Incredibly Talented People Struggle to Achieve Their Goals
Don’t be too good for your own good.
Photo by Trace Hudson from Pexels
She was too smart. I mean that.
“You should try reading Shakespeare in German,” she told me once. “It’s funny as hell. You’d get a kick out of it.”
... | https://medium.com/curious/the-cold-mountain-effect-explains-why-incredibly-talented-people-struggle-to-achieve-their-goals-2935b2af79cc | ['Jessica Wildfire'] | 2020-10-15 06:46:12.160000+00:00 | ['Writing', 'Creativity', 'Productivity', 'Self Improvement', 'Publishing'] |
Writer’s Bling Block: How Your First Recognition Can Kill Your Writing | Photo by Jp Valery on Unsplash
With the exception of the great composers, Leonardo da Vinci, and Michelangelo, an artist’s talent is not often immediately seen. They have to start from the ground up — no, the basement. They have to pound the pavement whether they be a painter, singer, dancer, actor, or in this case, a... | https://medium.com/swlh/writers-bling-block-how-your-first-recognition-can-kill-your-writing-5fe705074ec3 | ['Freya Galvin-Green'] | 2019-11-21 15:58:38.625000+00:00 | ['Marketing', 'Creativity', 'Tips', 'Money', 'Writing'] |
The 3 Most Important Things I Know About Consumers I Learned From Bartending | My day job is in digital marketing. By night, I bartend.
And it’s kind of remarkable how consistent the two are — mostly because:
People are people.
1. It’s never really about the product
People don’t drink because they need alcohol. People drink to socialize, to kill time, to have fun, to fit in, to numb their exi... | https://medium.com/swlh/the-3-most-important-things-i-know-about-consumers-i-learned-from-bartending-6a5f36829b | ['Kris Gage'] | 2017-11-11 15:57:39.755000+00:00 | ['Entrepreneurship', 'Business', 'Startup', 'Psychology', 'Digital Marketing'] |
Light on Serotonin, Heavy on Creativity | Day 86.
I’ve been unemployed for 16 days. I’m upset and frustrated. I want to go out to my favorite restaurant with my friends, order one of their on-tap cocktails and some ricotta doughnuts and stay until the waitress that somehow always manages to serve us has to remind us they are closed.
I try watching Designated... | https://medium.com/inspired-writer/light-on-serotonin-heavy-on-creativity-c3a52492de24 | ['Melissa Boles'] | 2020-07-25 23:02:15.425000+00:00 | ['Art', 'Life Lessons', 'Mental Health', 'Storytelling', 'Creativity'] |
Questions I Get as a Self-Published Writer | Questions I Get as a Self-Published Writer
And encouragement for anyone starting or thinking about their publishing journey
Photo by Da Kraplak on Unsplash
I’ve officially been a full time writer for three months, and holy cow it’s been an amazing adventure so far. In that time, I’ve started, finished, and published... | https://medium.com/the-winter-writer/questions-i-get-as-a-self-published-writer-73e4668a1a90 | ['Laura Winter'] | 2020-09-16 10:41:01.647000+00:00 | ['Books', 'Writing', 'Writers On Writing', 'Productivity', 'Writer'] |
5 Strategies To Accomplish Consistent Publishing During The Pandemic | Redefine Publishing
Staying consistent during a pandemic is ridiculously hard to do. It can feel like a massive uphill battle to publish anything on a routine basis, but today’s conditions can seem herculean.
The internet cycle of 2020 has been a constant barrage of increasingly bad news. Unemployment has skyrocketed... | https://medium.com/the-brave-writer/5-strategies-to-accomplish-consistent-publishing-during-the-pandemic-810ada5ca0b9 | ['Dayon Cotton'] | 2020-11-26 13:02:16.777000+00:00 | ['Self Improvement', 'Writing', 'Self', 'Mental Health', 'Productivity'] |
Introduction | Introduction
Hi, I’m wormwood.
Author’s favorite glass
The clouds have parted.
Blinding at first, the glow is starting
to soak into these rigid bones
and draw me to the buzz of microphones.
I have a voice — I swear
it’s rising from the depths
of my own personal hell, beware:
I’m an introvert who’s been hurt, ... | https://medium.com/no-crime-in-rhymin/introduction-fe94c0e69a5f | [] | 2020-03-10 22:03:03.520000+00:00 | ['Poetry', 'Creativity', 'Mental Health', 'Self-awareness', 'Inspiration'] |
AI Essentials: Working with Matrices | Matrix Multiplication
Matrix multiplication follows a slightly more verbose methodology than simple addition or subtraction. When multiplying matrices, each row of the previous matrix multiplies with each column of the next matrix. This will become clearer in the example to follow.
One way to think of this process is... | https://rossbulat.medium.com/ai-essentials-working-with-matrices-2ceb9ca3bd1b | ['Ross Bulat'] | 2020-12-11 15:37:36.336000+00:00 | ['Python', 'Neural Networks', 'Artificial Intelligence', 'Deep Learning', 'AI'] |
Making AI Better by Making it Slower | The difference between beneficial and destructive AI may be whether making fast thinking faster has any utility for the user.
A couple of months ago I left my job at Auth0 to join a defense and national security company founded by some friends of mine. It was a risky decision both because the company is new and becaus... | https://medium.com/software-safety/making-ai-better-by-making-it-slower-34e09ba9fcb9 | ['Marianne Bellotti'] | 2020-06-19 05:41:05.791000+00:00 | ['Software Development', 'Psychology', 'Programming', 'AI', 'Artificial Intelligence'] |
A Call for Great Stories: We’re Reimagining The Startup, Medium’s Largest Publication with +680K Followers | I’m excited to take on the role of Editor in Chief of The Startup, Medium’s largest publication (680K+ followers). Our tagline, “Build Something Awesome,” gets to the heart of our mission: to help readers get smarter at building their things; and to offer writers a platform to share their stories — of work, inspiration... | https://medium.com/swlh/a-call-for-great-stories-were-reimagining-the-startup-medium-s-largest-publication-with-680k-b06013ae1017 | ['The Startup'] | 2020-10-16 13:14:39.106000+00:00 | ['Writing', 'Creativity', 'Freelancing', 'Writing Tips', 'Startup'] |
A Simple Framework for Capturing and Organizing Your Blog Post Ideas | Several times a week, I run writing workshops. This morning one of my students mentioned that she wished she had some sort of a framework for capturing and organizing her blog post ideas.
At first I thought she meant just making a list of them, but it turned out what she really wanted a was a framework — a way of quic... | https://medium.com/the-write-brain/a-simple-framework-for-capturing-and-organizing-your-blog-post-ideas-c771da90eb38 | ['Shaunta Grimes'] | 2020-02-05 23:38:03.035000+00:00 | ['Writing', 'Creativity', 'Productivity', 'Blogging', 'Medium'] |
How to Get Your Article Distributed by the Medium Curators | Who are Medium’s Curators and What do They do?
Medium’s editorial curation team is tasked with reviewing thousands of stories every day. They have 30–50 curators with a diverse set of interests and experiences. Some come from writing and editing backgrounds, while others have specific expertise in fields that are popu... | https://medium.com/blogging-guide/how-to-get-your-article-distributed-by-the-medium-curators-be938442f81e | ['Casey Botticello'] | 2020-07-10 00:06:33.040000+00:00 | ['Curation', 'Writing', 'Entrepreneurship', 'Productivity', 'Medium Partner Program'] |
Almost Every Man I Know Is Falling Apart Because of Social Distancing | Almost Every Man I Know Is Falling Apart Because of Social Distancing
Men tend to experience depression in ways tailor made to leave us hanging in a pandemic.
By Jerónimo Roure
There’s no getting around it. This winter is already horrible, and it’s going to get worse.
Not sure how much more I can take. The constant... | https://medium.com/wholistique/almost-every-man-i-know-is-falling-apart-because-of-social-distancing-da5ef6f34b88 | ['Jeremy Mohler'] | 2020-12-10 16:09:18.456000+00:00 | ['Depression', 'Self-awareness', 'Self', 'Coronavirus', 'Psychology'] |
Writing Challenges & Prompts | Section 1: List of Challenges and Related Stories
Challenge 1: Create a story featuring your best stories.
This story, similar to your bios, is expected to showcase your writing capabilities. This story can include around five stories. You may consider even one story with details at a minimum.
However, the maximum i... | https://medium.com/illumination/writing-challenges-prompts-e030efe44f20 | ['Dr Mehmet Yildiz'] | 2020-11-06 06:10:34.472000+00:00 | ['Leadership', 'Self Improvement', 'Design', 'Writing', 'Entrepreneurship'] |
Chrissy Teigen Lost Her Baby After Folks Trashed Her “TMI” Tweet | Chrissy Teigen Lost Her Baby After Folks Trashed Her “TMI” Tweet
And that’s exactly why her brand of vulnerability matters.
Chrissy Teigen | Twitter
As I scrolled through Twitter a couple of days ago, I caught one of Chrissy Teigen’s tweets, and some of the responses were appalling.
Writing an update on her pregnan... | https://medium.com/honestly-yours/chrissy-teigen-lost-her-baby-after-folks-trashed-her-tmi-tweet-a221f50e8da7 | ['Shannon Ashley'] | 2020-10-02 14:54:28.378000+00:00 | ['Health', 'Society', 'Culture', 'Mental Health', 'Women'] |
Video: Big Data on Kubernetes - Make It Flow (Hebrew) | Big Data on Kubernetes: Make It Flow — Lior Winner
Apache Airflow is a leading framework for managing data workflows. It’s pretty good out of the box, but we think running it on K8s makes it even better! It takes out the tedious work and lets you focus on orchestrating and scheduling pipelines.
In this talk, Lior sha... | https://medium.com/riskified-technology/video-big-data-on-kubernetes-make-it-flow-hebrew-ecbd255255b3 | ['Riskified Technology'] | 2020-08-30 17:14:30.393000+00:00 | ['Airflow', 'Engineering', 'Big Data', 'Videos', 'Kubernetes'] |
Duck Typing in Python — 3 Practical Examples | Practical Examples
Iterators
In Python, iteration allows us to go over a list of items to perform particular operations. One common way to create an iteration is to use the for loops, which have the following general format.
for i in iterable:
expression
As discussed in my previous article, we can create our custo... | https://medium.com/swlh/duck-typing-in-python-3-practical-examples-a40d8113266c | ['Yong Cui'] | 2020-03-30 21:01:01.999000+00:00 | ['Software Engineering', 'Artificial Intelligence', 'Python', 'Data Science', 'Programming'] |
Tutorial: Exploratory Data Analysis (EDA) with Categorical Variables | Tutorial: Plotting EDA with Matplotlib and Seaborn
Code to load in the Titanic dataset (CSV file located in this GitHub repo):
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.patches import Patch
from matplotlib.lines import Line2D
import seaborn as sns df = pd.read_csv("... | https://medium.com/analytics-vidhya/tutorial-exploratory-data-analysis-eda-with-categorical-variables-6a569a3aea55 | ['Erin Hoffman'] | 2020-07-15 14:26:48.908000+00:00 | ['Python', 'Exploratory Data Analysis', 'Matplotlib', 'Tutorial', 'Data Science'] |
Habit Becomes a Challenge When It’s Time Bound | When I’m coaching a writer, I try to be mindful of the fact that for some people, the concept of making a big goal can be — fraught.
Some people have anxiety that looks like worrying about the other shoe falling. If something good happens, they are on edge waiting for something bad to balance it.
Some people struggle... | https://medium.com/the-write-brain/habit-becomes-a-challenge-when-its-time-bound-f652e686ae65 | ['Shaunta Grimes'] | 2020-08-16 21:11:50.679000+00:00 | ['Ninjabyob', 'Habit', 'Writing', 'Creativity', 'Productivity'] |
Are You Ready to Write Your Book in the Next Month? | We’re three days away from starting the writing part of the Blog-Your-Own-Book Challenge.
Three days from a goal of writing 31 blog posts in 31 days, all on the same topic, that come together into a book.
Are you ready?
Just in case, came up with tips for you. I hope they help.
Make sure you’ve chosen the right top... | https://medium.com/the-write-brain/are-you-ready-to-write-your-book-in-the-next-month-c0c953f0607e | ['Shaunta Grimes'] | 2020-07-29 15:20:34.238000+00:00 | ['Byob', 'Writing', 'Creativity', 'Productivity', 'Blogging'] |
How to Actually Get Your Lead Magnet to Your Reader | The rest of the Google Doc format is pretty self explanatory. I’m all about simple and this is a super simple tool, perfect for creating your first opt-in.
Make Sure It’s in Shareable Form
Once you’ve made your opt-in, you’ll need a shareable link. Here’s how to get that.
Click the blue ‘share’ button up in the righ... | https://medium.com/the-write-brain/how-to-actually-get-your-lead-magnet-to-your-reader-9ea37e292a66 | ['Shaunta Grimes'] | 2020-07-17 19:23:52.629000+00:00 | ['Creativity', 'Byob', 'Blogging', 'Productivity', 'Writing'] |
Long-Covid Risk Factors, Symptoms, and Treatments: New Insights | Long-Covid Risk Factors, Symptoms, and Treatments: New Insights
More than 5 initial symptoms predict long-Covid. And a drug just passed phase III clinical trial for chronic fatigue syndrome.
Hand vector created by freepik — www.freepik.com
As with any other systemic disease, Covid-19 may bring systemic complications... | https://medium.com/microbial-instincts/long-covid-risk-factors-symptoms-and-treatments-new-insights-555285d27698 | ['Shin Jie Yong'] | 2020-10-31 09:42:21.673000+00:00 | ['Coronavirus', 'Health', 'Science', 'Life', 'Innovation'] |
The how, when, and what of AI | 1. How probable is it that we’ll develop AI that is smarter than humans?
Of the three questions, this is the least fun but also, perhaps, the easiest to answer. At a recent conference comprised of the people most involved in working in the field of artificial intelligence, participants were asked when human-level inte... | https://medium.com/alttext/the-how-when-and-what-of-ai-cdc6df4aaabc | ['Ben Edwards'] | 2020-02-01 23:22:59.688000+00:00 | ['AI', 'Future', 'Computers', 'Humanity', 'Artificial Intelligence'] |
How I Created a Self-Published Planner in 72 Hours | This week, I launched my second self-published work, The Thriving Life Planner. It was a work that I wasn’t planning on doing this year and in fact, only had it as an idea about a month ago. But then, I got a cold with a terrible cough which would keep me up at night.
In the middle of the night during November, I woul... | https://medium.com/the-thriving-life-publication/how-i-created-a-self-published-planner-in-72-hours-a1181efa5f19 | ['Jack Heimbigner'] | 2019-12-06 14:21:57.890000+00:00 | ['Self Improvement', 'Productivity', 'Inspiration', 'Creativity', 'Writing'] |
Grokstyle wins LDV Vision Summit 2016 Entrepreneurial Computer Vision Challenge | (Originally posted on May 30, 2016 on the LDV Capital blog here.
Update April 4, 2017: GrokStyle announced raising $2M. Our annual LDV Vision Summit is May 24–25, 2017 in NYC, early bird tickets on sale now!)
Entrepreneurial Computer Vision Challenge Winner: Grokstyle, Sean Bell, CEO & Co-Founder ©Robert Wright/LDV V... | https://medium.com/ldv-capital/grokstyle-wins-ldv-vision-summit-2016-entrepreneurial-computer-vision-challenge-80a06275f6b5 | ['Ldv Capital'] | 2017-04-04 22:11:38.945000+00:00 | ['Visual Technology', 'AI', 'Artificial Intelligence', 'Computer Vision', 'Machine Learning'] |
Microservices vs. Web Services Part 2 | Continued
Before the era of web services and microservices, software engineers have always been in the pursuit to build perfect information systems and automated solutions. Trailing on old technologies have inspired new ones by adapting and improving on existing systems.
Ever wonder why web services and microservices... | https://medium.com/itwis/microservices-vs-web-services-part-2-8239e0533c81 | ['Ayo Oladele'] | 2020-11-19 10:32:39.154000+00:00 | ['Microservices', 'Software Engineering', 'Mobile App Development', 'Web App Development', 'Web Development'] |
Write, I Must — And So Must You! | Write, I Must — And So Must You!
A new publication incorporating solid foundations and modern fun
Design by the author
I’ve been writing professionally for 30 years — back when guidelines were requested by sending a self-addressed stamped envelope and waiting a few weeks. To say the process of publishing has changed... | https://medium.com/write-i-must/write-i-must-and-so-must-you-8292b81cb4a1 | ['Pamela Hazelton'] | 2020-11-05 17:19:05.118000+00:00 | ['Productivity', 'Publishing', 'Creativity', 'Writing', 'Writing Tips'] |
Entrepreneurship Is Stressful. Here’s How to Deal With It. | People tend to think of fast cars, luxury vacations, and designer clothes when they hear the word “entrepreneur”, but for many, this is far from the reality. The life of an entrepreneur is filled with hard work, long hours, and stress — the sacrifices they make to achieve their goals.
Stress management is an essential... | https://medium.com/the-first-step/entrepreneurship-is-stressful-heres-how-to-deal-with-it-8b3cece0eb66 | ['Andrew Roach'] | 2019-03-06 23:47:16.696000+00:00 | ['Stress', 'Mental Health', 'Productivity', 'Entrepreneurship', 'Entrepreneur'] |
Considering Writing a Book? Answer These 6 Questions First | Extra tips and tricks
If you’ve decided that a book is something you want to write after answering these questions, then here are some extra things that may help you, which I use and have found to be very helpful.
Journaling
More writing! Yes, but for an excellent reason. Journaling helps you identify anything that ... | https://medium.com/the-brave-writer/considering-writing-a-book-answer-these-6-questions-first-5c2c02eebb0c | ['Elizabeth Dawber'] | 2020-12-17 13:54:06.285000+00:00 | ['Creativity', 'Book Writing', 'Productivity', 'Advice', 'Writing'] |
Your Unabridged Guide to Making a Passive Income on Medium | In a lot of ways, discovering Medium can be like walking onto a red carpet. (At least, this is what I imagine it must be like.) You’re dazzled, overwhelmed, excited, and ready to vomit all at once.
Finally, you have an outlet for your writing, one that pays you! And, look at that — tons of people have made Medium into... | https://medium.com/the-partnered-pen/your-unabridged-guide-to-making-a-passive-income-on-medium-6a1cd792b11e | ['Brianna Bennett'] | 2020-09-26 14:50:50.633000+00:00 | ['Medium', 'Creativity', 'Ideas', 'Productivity', 'Writing'] |
Is the “Greatest Sales Deck” Great for Savvy Prospects? | In this series, I answer questions about crafting strategic narratives for sales, marketing, fundraising, product, and recruiting. To ask a question, respond to this article or email me: andyraskin@gmail.com.
A few days ago, I received this email from Stephen, an enterprise salesperson at a New York City-based softwar... | https://medium.com/firm-narrative/is-the-greatest-sales-deck-great-for-savvy-prospects-d5de48fb2f94 | ['Andy Raskin'] | 2017-04-17 16:45:35.314000+00:00 | ['Sales', 'Entrepreneurship', 'Startup', 'Marketing', 'Pitching'] |
Faster way to use faster RCNN : using detectron2 | We can get pretrain model in model zoo of detectron2 for training.
I believe that using model pretrain by coco dataset to detect PCB error will not get a good performance. However, I get 64 in AP value with only 3000 epochs. We could get 75 in AP value if we train for 30000 epochs. It’s better than I expect.
Here is ... | https://medium.com/disassembly/faster-way-to-use-faster-rcnn-using-detectron2-10431d4ee6e1 | ['Yuan Ko'] | 2020-05-27 03:40:22.599000+00:00 | ['Deep Learning', 'AI', 'Artificial Intelligence', 'Facebook', 'Machine Learning'] |
How to Get More out of Your Conversations | Check for intent and attitude
Photo by Marcos Paulo Prado on Unsplash
My problem is that I talk a lot and I love connecting and reconnecting with people. I am also guilty of indulging myself in long, meandering phone conversations. So much so that I have considered creating an auto cut phone app like a pre-set timer ... | https://medium.com/illumination-curated/how-to-get-more-out-of-your-conversations-be81ebc45050 | ['Primal Dhillon'] | 2020-10-31 13:30:47.671000+00:00 | ['Self-awareness', 'Self Improvement', 'Communication', 'Productivity', 'Psychology'] |
One Psychological Superpower I Wish I Had | I wish I didn’t feel so obligated to help people.
Earlier this morning, while playing a game of League of Legends, I dove headfirst into the losing side of a 2 vs 5 after my jungler (the guy who “floats” around the map) fell for a bait.
If you don’t know what a ‘bait’ in LoL is, it’s when an enemy player tricks you i... | https://medium.com/dreamweaver-stories/one-psychological-superpower-i-wish-i-had-b729ac127f22 | ['Jason Gutierrez'] | 2020-11-10 14:08:47.515000+00:00 | ['People', 'Mindset', 'Motivation', 'Psychology', 'Self Improvement'] |
The Rest Will Take Care of Itself | I’m working on a project right now. A big experiment.
I have this theory that writing short pieces — fiction and non-fiction — and publishing them on Amazon could lead to a decent income stream. My goal is to make $100 a month within 90 days and $1000 a month within a year.
Maybe I’ll do more. Maybe it’ll fail comple... | https://medium.com/the-write-brain/focus-on-what-you-can-control-47b0499f7913 | ['Shaunta Grimes'] | 2020-10-10 14:38:09.537000+00:00 | ['Writing', 'Productivity', 'Creativity', 'Blogging', 'Medium'] |
5 Tips to Talk Persuasively About Climate Disruption | 5 Tips to Talk Persuasively About Climate Disruption Katrine Follow Dec 15 · 5 min read
Photo by Jason Rosewell on Unsplash
Someone close to me does not believe in human-caused climate disruption.
He’s a successful businessman and highly rational. How is it possible that he doesn’t believe in the scientific consensu... | https://medium.com/climate-conscious/5-tips-to-talk-persuasively-about-climate-disruption-7bd364c03f5c | [] | 2020-12-15 15:03:49.049000+00:00 | ['Climate Action', 'Psychology', 'Sustainability', 'Climate Change', 'Writing'] |
This Quiz Will Tell You Exactly What Type of Writer You Are | We are not all the same.
Writers are people, of course. And people come in all varieties. We all have different goals, different interests, different needs. We all have different struggles and different strengths.
When I write about writing, I’m trying to create a blog post that will appeal to the broadest audience. ... | https://medium.com/the-write-brain/this-quiz-will-tell-you-exactly-what-type-of-writer-you-are-831b6679fa6c | ['Shaunta Grimes'] | 2020-06-17 19:30:33.608000+00:00 | ['Freelancing', 'Productivity', 'Creativity', 'Blogging', 'Writing'] |
dataxu’s journey from an Enterprise MPP database to a cloud-native data warehouse, Part 1 | This is part 1 of a series of blogs on dataxu’s efforts to build out a cloud-native data warehouse and our learnings in that process.
At dataxu, we deal with data collection, storage, processing, analysis, and consumption at massive scale. For this reason, we were an early adopter of the Hadoop framework. We quickly d... | https://medium.com/dataxutech/dataxus-journey-from-an-enterprise-mpp-database-to-a-cloud-native-data-warehouse-part-1-e36952d87a1f | ['Dong Jiang'] | 2017-12-13 19:47:41.788000+00:00 | ['Big Data', 'AWS', 'Spark', 'Data Lake', 'Data Warehouse'] |
Welcome to the Creators Hub | Medium 101
Welcome to the Creators Hub
A new blog for Medium writers
Over the last few weeks you’ve seen quite a few updates on Medium, including a move toward a Medium that is more expressive for you, and a Medium that focuses on the connection between you and your audience. And there’s more to come. Today we’re la... | https://medium.com/creators-hub/welcome-to-the-creators-hub-a67e1708fbd | ['Medium Creators'] | 2020-10-22 15:26:04.516000+00:00 | ['Creativity', 'Writing Tips', 'Medium 101', 'Productivity', 'Writing'] |
Insert Yourself Into Any Picture With C#, Dlib, and OpenCV | Just kidding!
That’s actually Bradley Cooper front and center. I used a C# ‘face-swapping’ app to superimpose my face over his, and digitally insert myself into the famous DeGeneres Oscar selfie.
Would you like to learn how I did that?
Let’s find out how to tackle this problem in C#. I am going to use the awesome Ac... | https://medium.com/machinelearningadvantage/insert-yourself-into-any-picture-with-c-dlib-and-opencv-840427bef1b2 | ['Mark Farragher'] | 2019-04-06 14:06:55.038000+00:00 | ['Programming', 'Computer Vision', 'Csharp', 'Dotnet', 'Image Processing'] |
Recovery is a Commitment to Awareness | Photo by Mink Mingle on Unsplash
To understand my commitment to awareness I have to start with all the time spent avoiding feeling. Like someone who’d grown up in a dark room not knowing what colors are, that’s how I was about my own feelings. Cut off from the neck down. Understanding feelings in theory, but never ful... | https://medium.com/a-commitment-to-awareness/recovery-is-a-commitment-to-awareness-803fad051f5f | ['Amanda O Bryan'] | 2020-12-08 19:36:29.477000+00:00 | ['Self-awareness', 'Mental Health', 'Addiction', 'Recovery', 'Psychology'] |
Treating Her Bad | 50-word Story
Treating Her Bad
His bad past.
Photo by Enzo B on Unsplash
“The only thing I can think about is that I have treated her badly?” James said.
The Man didn’t say anything and walked through the window. Then he waved to James to come over.
They went through the other cracked door. A shadow came again. T... | https://medium.com/illumination/treating-her-bad-d42514ce8540 | ['Agnes Laurens'] | 2020-10-11 03:48:11.817000+00:00 | ['Storytelling', 'Writing', '50 Word Stories', 'Short Story', 'Psychology'] |
Apple and Google Join Forces to Track the Spread of Coronavirus | Apple and Google Join Forces to Track the Spread of Coronavirus
New contact tracing apps could alert users who have been exposed to Covid-19
Image: Apple
Google and Apple announced a new partnership on Friday to develop solutions for tracking the spread of the coronavirus. The system will rely on Bluetooth technolog... | https://coronavirus.medium.com/apple-and-google-join-forces-to-track-spread-of-coronavirus-fc2c68fda0ea | ['Sarah Emerson'] | 2020-04-11 00:44:50.896000+00:00 | ['Google', 'Apple', 'Coronavirus', 'Technology', 'Smartphones'] |
3 signs of burnout and how to overcome them | Photo by Luis Villasmilon Unsplash
Let’s start with a few questions:
Do you constantly feel exhausted no matter how much sleep you get?
Do you have a sense that nothing you do will make things any better?
Do you find that you care less about things that are usually important to you?
If your answer is yes to one or... | https://natjpearce.medium.com/3-signs-of-burnout-and-how-to-overcome-them-d067f76ce81c | ['Natalie Pearce'] | 2020-11-29 16:33:44.842000+00:00 | ['Health', 'Culture', 'Mindfulness', 'Wellness', 'Mental Health'] |
More Of The Violin Taste | 350-Word Story
More Of The Violin Taste
Episode #6
Image by Bairyna from Pixabay
Vivianne smiled when she had that violin in her hands. It felt so natural like she had done this for ages. As Vivianne smiled much more because of touching the strings better and better every time she tried playing a string.
She saw h... | https://medium.com/illumination/more-of-the-violin-taste-8b9915aacb22 | ['Agnes Laurens'] | 2020-12-24 06:33:34.079000+00:00 | ['350 Word Story', 'Storytelling', 'Writing', 'Short Story', 'Music'] |
Clarifying the True Fatality Rate of Covid-19: Same as the Flu? | Clarifying the True Fatality Rate of Covid-19: Same as the Flu?
[updated Oct] Comparing fatality rate jargons may lead to nowhere, but there are better metrics to grasp the health toll of Covid-19.
Author’s note: Please see an update at the end of the article too.
On 11 March 2020, the National Institute of Allergy ... | https://medium.com/microbial-instincts/clarifying-the-true-fatality-rate-of-covid-19-same-as-the-flu-8148e38b9ab5 | ['Shin Jie Yong'] | 2020-10-09 02:35:43.478000+00:00 | ['Health', 'Science', 'Ideas', 'Coronavirus', 'Life'] |
Two More Ways Covid Has Stolen Our Health and Happiness, and How We Can Fight Back | COVID has stolen so much from us. It’s taken our comforting routines, our sense of safety, and even smaller things that bring us pleasure, such as eating out, going to the movies, and getting together with friends. And if you’re like me, the loss of these things, combined with the endless fear and anxiety of catching t... | https://medium.com/the-partnered-pen/two-more-ways-covid-has-stolen-our-health-and-happiness-and-how-we-can-fight-back-2c8f57004df5 | ['Dawn Bevier'] | 2020-11-24 12:39:21.042000+00:00 | ['Health', 'Happiness', 'Mental Health', 'Self', 'Psychology'] |
How to Impact Consumer Behaviour with a Help of Color? | The effect of color on user’s behavior can’t be overestimated, especially when it comes to web design. The virtual user can’t touch the product or service physically, therefore well-chosen colors and user-friendly interface based on user experience are the most powerful tools of online communication. Which colors will ... | https://medium.com/dayone-a-new-perspective/how-to-impact-consumer-behaviour-with-a-help-of-color-b85e50416854 | [] | 2017-10-06 11:51:46.257000+00:00 | ['Marketing', 'Design', 'Colors', 'Entrepreneurship', 'Conversion Optimization'] |
Why a 4-Minute Read is the Sweet Spot on Medium | Your Medium story can be short, long, or somewhere in the middle.
And you should absolutely write your story to the length it needs to be. I’ve written and published poems to Medium, which are usually 1-minute reads (sometimes they’re as short as 40 or 50 words!). My stories about fiction writing and writing for Mediu... | https://medium.com/the-partnered-pen/why-a-4-minute-read-is-the-sweet-spot-on-medium-b7ee4d43a245 | ['Brian Rowe'] | 2020-09-30 12:03:39.174000+00:00 | ['Success', 'Medium', 'Entrepreneurship', 'Productivity', 'Writing'] |
How Startups Outsource Their Tech Without Going Broke or Getting Screwed | How Startups Outsource Their Tech Without Going Broke or Getting Screwed
A takedown of the traditional technical build proposal
Should you spend $50,000 to build out your tech?
This is not as uncommon a question as you might think. As crazy as it sounds, quite a few entrepreneurs have access to that kind of money. O... | https://jproco.medium.com/how-startups-outsource-their-tech-without-going-broke-or-getting-screwed-6960005a588 | ['Joe Procopio'] | 2020-08-24 14:16:06.031000+00:00 | ['Technology', 'Business', 'Productivity', 'Startup', 'Entrepreneurship'] |
Welcome New Writers | Dear new writers,
Thank you for your joining ILLUMINATION, ILLUMINATION-Curated, and Technology Hits. We are excited to meet you.
Welcome to our publications.
ILLUMINATION is a unique and significant publication with many writers and readers. Our uniqueness may be one of the reasons you choose us. ILLUMINATION is a ... | https://medium.com/illumination/welcome-new-writers-b9c5156448c | [] | 2020-12-23 16:57:13.393000+00:00 | ['Writing', 'Reading', 'Business', 'Entrepreneurship', 'Marketing'] |
Long-Covid Risk Factors, Symptoms, and Treatments: New Insights | Long-Covid Risk Factors, Symptoms, and Treatments: New Insights
More than 5 initial symptoms predict long-Covid. And a drug just passed phase III clinical trial for chronic fatigue syndrome.
Hand vector created by freepik — www.freepik.com
As with any other systemic disease, Covid-19 may bring systemic complications... | https://shinjieyong.medium.com/long-covid-risk-factors-symptoms-and-treatments-new-insights-555285d27698 | ['Shin Jie Yong'] | 2020-10-31 09:42:21.673000+00:00 | ['Health', 'Science', 'Innovation', 'Coronavirus', 'Life'] |
Custom Maps on react-native-maps And react-google-maps | Read the original article on Sicara’s website here.
I recently worked on a React-Native mobile project that shows administrative divisions of countries in a colour depending on its crime rate. I found that many countries and cities provide freely their Geographical Data generated with specialized softwares known as GI... | https://medium.com/sicara/using-open-data-shapefiles-to-draw-on-your-react-native-mobile-and-web-apps-maps-2b68a549c08d | [] | 2019-12-05 10:30:50.262000+00:00 | ['React', 'Development', 'Python', 'JavaScript', 'Data Visualization'] |
It’s Like a Leaf, But Better | The field of chemistry has already had prior success in engineering artificial photosynthetic systems that can be used in tandem with carbon capture technology to turn carbon dioxide into usable fuels.
The first photosynthetic biohybrid system was produced in 2015. The system developed at UC Berkeley used semiconducto... | https://medium.com/predict/its-like-a-leaf-but-better-717689f7d1b7 | ['Madison Hunter'] | 2020-12-07 03:51:23.186000+00:00 | ['Climate Change', 'Sustainability', 'Technology', 'Environment', 'Future'] |
Data Science Reading List for May 2020 | Data Science Reading List for May 2020
This month’s Data Science reading list.
Note: I am not affiliated with any of the authors in this article. These are simply books that I’m excited to share with you. There are no referrals or a cent going in my pocket from the authors or publishers mentioned. Enjoy!
Welcome to ... | https://towardsdatascience.com/data-science-reading-list-for-may-2020-db02b406e00c | ['Luke Posey'] | 2020-05-11 15:15:05.916000+00:00 | ['Startup', 'Books', 'Data Engineering', 'Data Science', 'Reading'] |
Image Augmentation with Python | Augmenting the Images
Now we can finally get started with the image augmentation. We will use PIL’s ImageEnhance method for this.
ImageEnhance’s Contrast() , Brightness() , Sharpness() , and Color() all load the image; then, we can use their enhance() methods to enhance those properties by any factor we choose. We wi... | https://medium.com/better-programming/introduction-to-image-augmentation-in-python-1691cbf8901f | ['Siddhant Sadangi'] | 2020-11-19 12:43:08.769000+00:00 | ['Python', 'Artificial Intelligence', 'Code', 'Computer Vision', 'Programming'] |
How AI Could Have Prevented the “Great Google Outage” | How AI Could Have Prevented the “Great Google Outage”
The Black Mirror-esque Google outage.
Still from Black Mirror.
Google went down for millions, if not billions of people on December 14th, 2020. Using a Chromebook, I was locked out of my laptop, and couldn’t access any Google services on my phone. In attempts to ... | https://medium.com/dataseries/how-ai-could-have-prevented-the-great-google-outage-3b493c1537d9 | ['Frederik Bussler'] | 2020-12-15 11:33:21.723000+00:00 | ['Artificial Intelligence', 'Google', 'AI', 'Servers', 'Information Technology'] |
Tips for Startups From Peter Thiel | Tips for Startups From Peter Thiel
5 notable pieces of Zero to One: Notes on Startups, or How to Build the Future
I recently decided to read the popular book by Peter Thiel and Blake Masters titled, Zero to One: Notes on Startups, or How to Build the Future. While reading, I took some notes that I felt were important... | https://medium.com/swlh/startups-and-building-the-future-23f5accedffd | ['Aidan Wilson'] | 2019-10-29 08:01:03.570000+00:00 | ['Work', 'Business', 'Startup', 'Future', 'Productivity'] |
Essential Roles and Responsibilities of Successful Business Leaders | Essential Roles and Responsibilities of Successful Business Leaders
Innovative Leadership is my research interest. I studied prominent traits that attract us to exceptional leaders. I have been researching leadership in various settings for several decades.
In one of the leadership and business articles, I introduced... | https://medium.com/illumination-curated/essential-roles-and-responsibilities-of-successful-business-leaders-c18640297b47 | ['Dr Mehmet Yildiz'] | 2020-12-28 15:54:04.796000+00:00 | ['Business', 'Entrepreneurship', 'Startup', 'Technology', 'Writing'] |
Robots, AI and augmented stupidity: Interview with Andra Keay | Andra Keay is the Managing Director of Silicon Valley Robotics — a not-for-profit coalition of robotics companies and startups supporting the innovation and commercialisation of robotics technologies. She advises a number of startups and is the founder of Robot Launch Pad — organising events bridging startup and roboti... | https://medium.com/simpleweb/robots-ai-and-augmented-stupidity-interview-with-andra-keay-41e77069f69c | [] | 2018-04-18 08:59:12.710000+00:00 | ['Entrepreneurship', 'Robotics', 'Startup', 'Technology', 'AI'] |
Tomorrow Is Not for Sale | The Problem with Billionaire Syndrome
Problems arise when a person’s desire to join the millionaire’s club becomes directly proportional to their desire to disconnect from a beggar.
Let me call in another Medium writer to illustrate this problem further, Jessica Wildfire:
“Billionaire syndrome happens when we start ... | https://medium.com/the-masterpiece/tomorrow-is-not-for-sale-6886ebdae4d5 | ['Daniele Ihns'] | 2020-12-13 11:39:56.664000+00:00 | ['Society', 'Politics', 'The Masterpiece', 'Future', 'Environment'] |
Recovered Covid-19 Cases Still Show Brain Anomalies 3 Months Later | Infection | Brain
Recovered Covid-19 Cases Still Show Brain Anomalies 3 Months Later
First data that neurological signs and brain structural changes persist in Covid-19. But can the brain self-renew with time?
Image by rawpixel.com
Science knows that the novel coronavirus, SARS-CoV-2, can replicate in human neurons... | https://medium.com/microbial-instincts/first-data-that-brain-changes-and-neurological-signs-persist-in-covid-19-4e204554c85b | ['Shin Jie Yong'] | 2020-08-14 14:43:05.546000+00:00 | ['Covid 19', 'Mental Health', 'Technology', 'Future', 'Psychology'] |
When Nostalgia Backfires | When Nostalgia Backfires
Does reminiscing help us or hold us back?
Photo: Constance Bannister Corp/Getty Images
The sight of her husband baking bread has become all too familiar over the past six months to Sophia Yen, a California-based MD. He’ll spend hours in the kitchen doing what has now become a family event, a... | https://elemental.medium.com/when-nostalgia-backfires-30b9e738d1a6 | ['Stav Dimitropoulos'] | 2020-12-23 06:32:58.262000+00:00 | ['Nostalgia', 'Health', 'Mental Health', 'Life', 'Psychology'] |
3 Simple ways to time Python code. Benchmark your Python code and figure… | Use cProfile with snakeviz
Here is a great combo for a more detailed analysis. I recommend using this for complex code, as it’s great for finding potential performance bottlenecks.
cProfile is a built-in C extension that gives you a set of statistics that describe how often and for how long various parts of the progr... | https://medium.com/better-programming/top-3-ways-to-time-python-code-d46b37d418e0 | ['Stefan Delic'] | 2020-08-04 16:48:15.263000+00:00 | ['Python', 'Coding', 'Startup', 'Software Engineering', 'Programming'] |
Mapping Coronavirus with Python | Introduction
The coronavirus, called Covid-19 by the WHO, is continuing to spread around the world. As of April 28, 2020, COVID-19 has infected more than 3.13 million people and killed at least 217,000 people worldwide. In this tutorial, we will learn how to map the virus spread using python libraries (Folium, Geopand... | https://toarches.medium.com/mapping-coronavirus-b89880ecd400 | ['Ablajan Sulaiman'] | 2020-06-20 16:31:04.889000+00:00 | ['Python', 'Mapping', 'Folium', 'Coronavirus', 'Web Scraping'] |
A Huge List of Free Photos and Illustrations for Developers in 2021 | A Huge List of Free Photos and Illustrations for Developers in 2021
Get free photos and free illustrations for your development projects, Medium articles, and more
Image source: Adobe Stock
You’re a developer with great ideas that you know how to turn into a reality, but you lack design skills.
A good illustration ... | https://medium.com/better-programming/a-huge-list-of-free-photos-and-illustrations-for-developers-in-2021-f63dc20e878c | ['Jana Bergant'] | 2020-12-03 13:19:56.991000+00:00 | ['Programming', 'Design', 'Writing', 'Startup', 'UX'] |
Why Did I Quit Vue for React? | But, I Gave React a Try (Again)
I didn’t tell you that before learning Vue that I tried React, but it was too brutal at first glance. My knowledge about how state management works and knowing more about ES6 language specifications has changed.
I saw plenty of articles even people around me are talking about React, so... | https://medium.com/better-programming/why-did-i-quit-vue-for-react-65315285fd90 | ['Alexandre Lion'] | 2020-06-04 11:41:37.340000+00:00 | ['React', 'Typescript', 'Front End Development', 'Vuejs', 'Programming'] |
INDUSTRIAL BUILDING DESIGN | What is industrial building design?
To develop a built environment based on an undefined building typology.
The structure functions on the business programming of the managing engineers. The area brief depends on the maximum and minimum space requirements per function unit.
Industry:
Industry, a group of productive... | https://medium.com/sunshineblessings/industrial-building-design-92b950e323ff | ['Anushka Saxena'] | 2018-05-24 19:18:07.709000+00:00 | ['Architecture', 'Design', 'Industry', 'Entrepreneurship', 'Science'] |
Why I Write By Hand | This article has its genesis not in the digital domain, nor was it originally sprung forth by the tapping of keys, but its creation can be found on an old legal pad with a Pilot G-2 scratching the story into paper and giving it life.
But why would someone want to write by hand when there are so many better options?
W... | https://medium.com/the-inkwell/why-i-write-by-hand-23e950bcd49c | ['Matthew Donnellon'] | 2020-09-01 00:18:36.194000+00:00 | ['Productivity', 'Entrepreneurship', 'Business', 'Writing', 'Art'] |
32 Headline Tips Every Good Writer Needs to Know | 17. Brainstorm at Least 5 Headlines
It can be tempting to come up with one you think is incredible. But please, please never stop there. For any post, it’s ideal to write more than one headline. I like to write at least five — you’ll be surprised at how many creative, powerful headlines you’ll come up with when you ge... | https://medium.com/better-marketing/32-headline-tips-every-good-writer-needs-to-know-46852032676d | ['Cynthia Marinakos'] | 2020-03-07 07:03:30.286000+00:00 | ['Productivity', 'Creativity', 'Writing', 'Business', 'Headline Hacks'] |
Most Viruses Are Friendly and Beneficial to Us | Most Viruses Are Friendly and Beneficial to Us
You have heard the bad, here’s the good
Photo by engin akyurt on Unsplash
Most viruses have a pathogenic relationship with their hosts. They invade the host cell, take over its cellular machinery and release new viral particles that will spread out and infect more cells... | https://medium.com/predict/most-viruses-are-friendly-and-beneficial-to-us-31a723dccbea | [] | 2020-12-27 19:27:14.261000+00:00 | ['Health', 'Fitness', 'Biotechnology', 'Life', 'Science'] |
Our Brains Struggle to Process This Much Stress | Your ‘Surge Capacity’ Is Depleted — It’s Why You Feel Awful
Here’s how to pull yourself out of despair and live your life
It was the end of the world as we knew it, and I felt fine. That’s almost exactly what I told my psychiatrist at my March 16 appointment, a few days after our children’s school district extended s... | https://elemental.medium.com/your-surge-capacity-is-depleted-it-s-why-you-feel-awful-de285d542f4c | ['Tara Haelle'] | 2020-09-10 14:52:42.417000+00:00 | ['Health', 'Depression', 'Mental Health', 'Psychology', 'Anxiety'] |
Chore-Focused Wellness Practices Arrived Just in Time | Chore-Focused Wellness Practices Arrived Just in Time
We’ve been through a real ~journey~ with housekeeping and mental health this year
Photo: MediaNews Group/Boulder Daily Camera/Getty Images
Back on (checks notes) March 9, Elemental ran an excellent piece by writer and wellness-world expert Rina Raphael about how ... | https://elemental.medium.com/chore-focused-wellness-practices-arrived-just-in-time-bcc7c383a7bb | ['Anna Maltby'] | 2020-12-28 06:32:40.882000+00:00 | ['Wellness', 'Health', 'Life', 'Housekeeping', 'Mental Health'] |
Now Is the Time to Discuss Order Fulfilment | What is Order fulfilment?
Order fulfilment is the process of receiving and storing inventory to be sold online to consumers or B2B clients, during which orders are processed and delivered to each customer.
The process starts when a customer places an order and concludes once they receive it by post or courier.
What ... | https://medium.com/illumination/now-is-the-time-to-discuss-order-fulfilment-c3f9e3d93387 | ['Paul Myers Mba'] | 2020-12-26 21:14:53.293000+00:00 | ['Business', 'Entrepreneurship', 'Startup', 'Future', 'Advice'] |
AI for Software Engineering — Industry Landscape (18/Oct/2017) | “Artificial Intelligence (AI) for Software Engineering (SE)” is a new emerging Industry. It is dedicated to making Software Development better, cheaper and faster.
The Solutions (Companies/Products/Platforms/Researches) presented in the Landscape are divided into Categories by two Criteria: (1) Software Development Li... | https://medium.com/ai-for-software-engineering/ai-for-software-engineering-industry-landscape-18-oct-2017-e45d5fb83c78 | ['Valentin Grigoryevsky'] | 2018-08-13 10:24:18.229000+00:00 | ['Software Development', 'Artificial Intelligence', 'Software Engineering', 'AI', 'Landscape'] |
How I Trained My Mind to Cope with a Panic Attack | How I Trained My Mind to Cope with a Panic Attack
In 7 Steps
Photo by The Vantage Point on Unsplash
I was standing, facing my boyfriend, in the 34th street subway station in New York City. The fluorescent lights shone above my head and subway cars darted left and right on the tracks around me. It was summer in New Y... | https://medium.com/invisible-illness/how-i-trained-my-mind-to-cope-with-a-panic-attack-f226d6b78e40 | ['Liz Worotyla'] | 2018-11-14 22:30:03.331000+00:00 | ['Health', 'Neuroscience', 'Mindfulness', 'Mental Health', 'Anxiety'] |
If LeBron James Needs Rest and Recovery, You Probably Do Too | If LeBron James Needs Rest and Recovery, You Probably Do Too
Hustle culture isn’t doing you any favors
Photo: Thearon W. Henderson/Getty Images
LeBron James told the productivity guru Tim Ferriss on his show that he sleeps eight or nine hours each night. Sometimes 10. If the basketball star can’t get that stretch in... | https://forge.medium.com/why-rest-is-essential-to-high-performance-975db3f68863 | ['Niklas Göke'] | 2019-08-06 21:13:50.742000+00:00 | ['Productivity', 'Live', 'Creativity', 'Health', 'Succeed'] |
Simon Sinek Says We Got Global Warming Wrong | Global warming has a marketing problem.
We’ve learned the hard way that, unfortunately, people aren’t going to just jump on the environmental bandwagon because scientists said they needed to. That’s just not human nature. People need to be convinced, inspired, sold and left to feel like they’ve decided to act out of t... | https://medium.com/climate-conscious/simon-sinek-says-we-got-global-warming-wrong-22522b6d3484 | ['Michael Touchton'] | 2020-09-05 12:32:05.037000+00:00 | ['Marketing', 'Environment', 'Climate Action', 'Psychology', 'Climate Change'] |
Three Lessons I Learned Writing a Children’s Book | 1. Children’s Books are an Incredible Art Form
There is a difference between art and everything else. If it’s art, then it’s worth studying. It’s worth learning about. It’s worth watching or viewing over and over again. If it’s not “art” then why bother?
There is a difference between my home videos and my favorite fi... | https://medium.com/curious/three-lessons-i-learned-writing-a-childrens-book-f7379b28eca9 | ['John Mashni'] | 2020-11-26 00:10:32.160000+00:00 | ['Entrepreneurship', 'Writing', 'Books', 'Self Improvement', 'Children'] |
Habitat & Biodiversity | This enabled the DRC to map the optimal areas suitable to cultivate the African oil palm. It was possible thanks to tracking and finding an array of suitable measures: Temperature ranges (24–28°C), rainfall per year (2000–2500mm), soil types (high clay content, or loam and silt dominated soils), and soil constraints (f... | https://medium.com/nightingale/habitat-biodiversity-64d7e0b997f8 | ['Georges Hattab'] | 2020-01-21 14:01:01.509000+00:00 | ['Environment', 'Mapping', 'Design', 'Nature', 'Data Visualization'] |
Reality, Augmented? How to Drive Adoption of What’s Next | Reality, Augmented? How to Drive Adoption of What’s Next
If new mediums take off only when they fundamentally change our everyday life, what are the daily implications of augmented reality? What are some principles for the adoption of new mediums?
On the prospects of augmented reality, opinions vary widely in my conv... | https://medium.com/positiveslope/reality-augmented-how-to-drive-adoption-of-whats-next-2e96216d329a | ['Scott Belsky'] | 2019-11-14 20:39:14.804000+00:00 | ['Design', 'Augmented Reality', 'Product Management', 'Creativity', 'Future'] |
Best Machine Learning Books — Free and Paid — Editorial Recommendations | Best Machine Learning (ML) Books — Free and Paid — Editorial Recommendations
For the past year, we have looked at over 8,371 machine learning (ML) books [1], and we have picked what we consider to be the best paid and free books on ML in terms of technicality, ability to explain complex subjects, depth, and verified r... | https://medium.com/towards-artificial-intelligence/best-machine-learning-books-free-and-paid-ml-book-recommendations-40c9ab30b0c | ['Towards Ai Team'] | 2020-12-02 14:51:16.543000+00:00 | ['Artificial Intelligence', 'Innovation', 'Future', 'Education', 'Science'] |
You’re Not Lazy — Self-Isolation is Utterly Exhausting | After voluntarily entering self-isolation three days ago, I’ve come to a startling discovery.
Working from home, barely seeing people, meetings over Skype and phone, very little human contact… I have been voluntarily self-isolating for the better part of three years of my life.
I’m an introvert who runs her own busin... | https://medium.com/the-partnered-pen/youre-not-lazy-self-isolation-is-utterly-exhausting-df4695377db2 | ['Gillian Sisley'] | 2020-04-18 19:59:39.252000+00:00 | ['Society', 'Mental Health', 'Remote Working', 'Psychology', 'Work'] |
This Is What It’s Like to Eat Your Last Meal and Think About Never Waking Up Again | This annual trip to the hospital started in 2015 when I felt a little off. I saw my doctor and he told me it was nothing and to take vitamin pills. My girlfriend at the time told me to get a second opinion. I refused for six months until, finally, she forced me to see her family doctor.
The new doc’s advice was simila... | https://medium.com/the-ascent/this-is-what-its-like-to-eat-your-last-meal-and-think-about-never-waking-up-again-d4ef09d74c15 | ['Tim Denning'] | 2020-12-23 20:02:10.168000+00:00 | ['Health', 'Self Improvement', 'Psychology', 'Life Lessons', 'Writing'] |
Facebook Is Circling the Wagons, Not the Drain | Facebook Is Circling the Wagons, Not the Drain
Is it possible that the platform of the future might actually be *gasp* useful?
Photo by Randy Fath on Unsplash
Jared A. Brock’s popular story extolling Facebook’s demise presents a believable, well-documented case for the social media giant’s terminal condition. He alm... | https://medium.com/better-marketing/facebook-is-circling-the-wagons-not-the-drain-ab4763a2d0c2 | ['Melinda Crow'] | 2020-12-03 14:02:21.476000+00:00 | ['Facebook', 'Social Media', 'Marketing', 'Ideas', 'Society'] |
3 Steps to Run Better and More Effective Meetings | Meetings take a big chunk of our time. Yet, unlike with personal productivity, little is done to optimise them fully. Why? For two reasons:
We often are not in control of setting the meetings.
Even if we are in control, no one taught us how to run valuable and energising meetings.
According to Forbes, about 55 milli... | https://medium.com/swlh/3-steps-to-run-better-and-more-effective-meetings-250a6cee76fb | ['Younes Henni'] | 2020-12-04 12:58:15.671000+00:00 | ['Entrepreneurship', 'Business', 'Startup', 'Teamwork', 'Productivity'] |
5 Quotes by Rick Riordan to Make You a Better Writer | Rick Riordan (born in 1964) is the hugely popular author of the Percy Jackson series and the Heroes of Olympus series.
Here are five of his quotes about writing to inspire you!
1. There are days when I’ll write for 15 minutes and have to give up and move around, and I’ll write another paragraph and give up again. On ... | https://medium.com/read-watch-write-repeat/5-quotes-by-rick-riordan-to-make-you-a-better-writer-ce41fb8c21de | ['Brian Rowe'] | 2020-05-28 11:01:01.118000+00:00 | ['Business', 'Writing', 'Self', 'Creativity', 'Productivity'] |
An Experiment in Creating a Writing Income Stream on Amazon | I had an epiphany recently.
My daughter told me that she’d read that short-reads do well on Amazon. Especially in Kindle Unlimited. And that made sense to me. Amazon is basically a giant search engine.
In fact, I realized, writing for Kindle Unlimited is very similar to writing on Medium.
Only there’s the whole sear... | https://medium.com/the-write-brain/an-experiment-in-creating-a-writing-income-stream-on-amazon-b204a2311fe1 | ['Shaunta Grimes'] | 2020-10-05 04:48:49.711000+00:00 | ['Amazon', 'Medium', 'Blogging', 'Productivity', 'Writing'] |
The Pre-Writing Work That Will Make Blogging So Much Easier | There are 13 days left before the writing part of the Blog-Your-Own-Book Challenge starts. I’m going to give you homework tonight that you might hate me for now, but you’ll really thank me for it later.
First, a story.
I’m a novelist. Before my first novel was published, I wrote three novels that were not. I was a st... | https://medium.com/the-write-brain/the-pre-writing-work-that-will-make-blogging-so-much-easier-e189c0688397 | ['Shaunta Grimes'] | 2020-07-19 03:06:38.109000+00:00 | ['Creativity', 'Byob', 'Blogging', 'Productivity', 'Writing'] |
It’s Not ‘Writer’s Block’ — It’s Emptiness. | The phrase ‘Writer’s Block’ looms over all of us who dare to pick up a pen or tap out sentences on our computers. It suggests that we, the writer, have hit an impasse — we’ve strained too hard, or squeezed out every inch of creativity we had, with nothing left. Well, I have a confession to make…
I don’t think writer’s... | https://medium.com/swlh/its-not-writer-s-block-it-s-emptiness-fb3f7c2bcfe1 | ['Christina Hope'] | 2020-04-07 04:12:53.807000+00:00 | ['Creative Process', 'Mental Health', 'Creative Writing', 'Creativity', 'Writing'] |
When You Say “Hey Buddy, I Made It”, Make Sure Your Shadow Is There To Cheer With You | People keep telling me “It’s too difficult to be genuine”. I think I know the reasons.
Life is harsh, which is pretty clear.
The number of problems that we have to deal with keeps growing as we grow up. They are tuition fees, where to live, what to eat, how to support your family and beloved ones, how to have a car, ... | https://medium.com/in-fitness-and-in-health/when-you-say-hey-buddy-i-made-it-make-sure-your-shadow-is-there-to-cheer-with-you-a5eadbf73a81 | ['Tung Vo'] | 2020-12-24 15:30:31.738000+00:00 | ['Self-awareness', 'Self Improvement', 'Motivation', 'Mental Health', 'Inspiration'] |
Your Genes May Determine Your Covid-19 Risk | In the early throes of the coronavirus pandemic, two brothers in the Netherlands fell sick with Covid-19. They were young — 29 and 32 — and previously healthy. But both brothers developed severe symptoms and, at the end of March, were admitted to the intensive care unit. Within days, the older brother couldn’t breathe ... | https://elemental.medium.com/genetics-could-explain-why-some-people-with-covid-19-get-sicker-than-others-d8b28aa915b1 | ['Emily Mullin'] | 2020-11-11 19:41:03.367000+00:00 | ['Health', 'Covid 19', 'Coronavirus', 'Science', 'Genetics'] |
Is It Worth to Invest In Mobile E-commerce Application: Benefits and Challenges | There is no denying this fact that mobile app development technologies have revolutionized the way we live and handle our business. With the evolving trends of mobile apps and their increasing popularity, developing an Ecommerce mobile app for your business has become an urgent need of an hour.
With 90% of mobile time... | https://medium.com/quick-code/is-it-worth-to-invest-in-mobile-e-commerce-application-benefits-and-challenges-3bc2d869864e | ['Sophia Martin'] | 2020-11-20 10:46:05.505000+00:00 | ['Development', 'Mobile App Development', 'Mobile Apps', 'Ecommerce', 'Startup'] |
Let go of these things for a happier 2021 | by: E.B. Johnson
We are moving into another year, and with that comes the expectation of both change and improvement. That requires that we take some action, though, and make a mindful and concentrated effort to improve the things that held us back in 2020. Are you ready to make 2021 better than the last? Even as chao... | https://medium.com/lady-vivra/let-go-these-things-2021-4cab7c1351c2 | ['E.B. Johnson'] | 2020-12-30 08:04:48.040000+00:00 | ['Nonfiction', 'Psychology', 'Relationships', 'Mental Health', 'Self'] |
Not Everyone Will like Your Writing | Not Everyone Will like Your Writing
And some of your Medium stories will flop. And some people will make more money than you. And life is unfair. Learn to live with it.
I’ve been writing on Medium for 8 months, and I feel like it’s a privilege to have gained an audience, and an honor to be able to say I have regular ... | https://medium.com/sunday-morning-talks/not-everyone-will-like-your-writing-3226f6fcebc | ['Tesia Blake'] | 2019-06-13 12:55:41.296000+00:00 | ['Writing', 'Medium', 'Productivity', 'Creativity'] |
Is Technology Neutral? | Technology is all around us. It is at once so ubiquitous as to be almost invisible, and in other areas so remarkable as to grab the world’s attention.
From ceramic cups to nuclear weapons; from the springs in your mattress to immersive virtual worlds; from paper and pencils to intelligent algorithms—technology runs th... | https://medium.com/understanding-us/is-technology-neutral-39d5b445b315 | ['Sam Brinson'] | 2020-11-17 16:01:15.616000+00:00 | ['Technology', 'Artificial Intelligence', 'Society', 'Future', 'Philosophy'] |
Unveiling The Secrets of Navratri | Spirituality | Religion | Inspiration | Wellness
Unveiling The Secrets of Navratri
The story behind the 9 pious nights
Credits — Image from iPhone Geetika Sethi
The Navratri Special – Part 1
Do you wish to Fast this Navratri and give yourself the gift of Purification; purification of your Body, Mind and Soul?
Our... | https://medium.com/illumination-curated/unveiling-the-secrets-of-navratri-f5c8a3f406a0 | ['Geetika Sethi'] | 2020-10-17 11:35:20.279000+00:00 | ['Spirituality', 'Wellness', 'Writing', 'Religion', 'Health'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.