title
stringlengths
1
200
text
stringlengths
10
100k
url
stringlengths
32
885
authors
stringlengths
2
392
timestamp
stringlengths
19
32
tags
stringlengths
6
263
How to Ramp Up to a Daily Writing Habit
I’ve written something every day of my life since I was about ten. I actually have a strong memory of the day when I decided that I wanted to be a writer and that I was going to practice every day. I was in the sixth grade. (Because my birthday is in late October, near the cut off, I was ten in the sixth grade — one o...
https://medium.com/the-write-brain/how-to-ramp-up-to-a-daily-writing-habit-894c12418660
['Shaunta Grimes']
2020-08-08 15:33:04.061000+00:00
['Creativity', 'Productivity', 'Habits', 'Ninjabyob', 'Writing']
The Dark Side of Creativity
When our species first arose on this planet, it was in the midst of a rather cold and indifferent natural environment. Mother Nature didn’t necessarily care about whether our particular primate offshoot would survive long enough to develop civilization. The dinosaurs that had dominated the planet for millions of year...
https://medium.com/the-innovation/the-dark-side-of-creativity-7a1ca9679079
['Colton Tanner Casados-Medve']
2020-12-24 18:03:58.734000+00:00
['Growth', 'Creativity', 'Technology', 'Self-awareness', 'Future']
Amazon is commoditising your products!
Amazon. A buzz word that’s been floating around for quite some time now, which eventually drifted its way into the product marketing space. I know we are all aware of the rise of “commoditisation” — the increasing homogeneity across products and higher price sensitivity of consumers. But what we’re also seeing is that ...
https://medium.com/drizzlin/amazon-is-commoditising-your-products-96835a9a6c9f
['Andrea Virrey']
2017-11-23 04:23:45.422000+00:00
['Amazon', 'Amazon Echo', 'Startup', 'Alexa', 'AI']
6 Ways to Focus and Get Shit Done
You have a full time job, brilliant ideas to share with the world, a side hustle to manage, sleep to catch up on, exercise to power through, and about 100 other #adulting things to take care of. 24 hours in a day seems like we would have plenty of time to get all of our shit done — doesn’t Beyonce have those same 1,44...
https://medium.com/swlh/6-ways-to-focus-and-get-shit-done-9bff3fb77aa5
['Stephanie Huston']
2018-03-06 18:48:21.614000+00:00
['Startup', 'Life Lessons', 'Self', 'Productivity', 'Creativity']
Two Surprising Ways Collecting Data on Myself Transformed My Life
Two Surprising Ways Collecting Data on Myself Transformed My Life For real growth, go deeper than an app on your smartphone Photo by Chris Liverani on Unsplash If you haven’t tried collecting data on yourself, you need to start right now. Until you do, you may have trouble understanding your own actions. Since I s...
https://medium.com/the-innovation/two-surprising-ways-collecting-data-on-myself-transformed-my-life-46d932a29a46
['Adam Rains']
2020-12-14 16:22:31.378000+00:00
['Self-awareness', 'Self Improvement', 'Work', 'Productivity', 'Creativity']
Deploying a Spring Boot Microservice to Application Container — Oracle Cloud
In the development of large systems, it is common to develop various components and libraries that implement various functions, ranging from the implementation of business requirements to technical tasks, such as an XML parser, for example. Microservices architecture allows to avoid monolith application for large syste...
https://medium.com/oracledevs/deploying-a-spring-boot-micro-services-application-to-oracle-application-container-cloud-95238f1b7ab7
['Vinay Kumar']
2017-08-29 18:04:05.752000+00:00
['Microservices', 'Java', 'Oracle Cloud', 'Spring Boot', 'Cloud Computing']
A Short Guide to Writing Personal Essays That Rock
The Formula I will be brief, because I did not lie when I said this was a short guide. 1. Open with a Bang Drawing your reader in is a difficult task, especially if you tend to have a dry and expositional voice. That’s why I find that opening with a beautiful sensory image helps to transition the reader into the ess...
https://medium.com/swlh/a-short-guide-to-writing-personal-essays-that-rock-8b364bea853c
['Sam Ripples']
2020-06-28 09:57:01.368000+00:00
['Writing', 'Productivity', 'Writing Tips', 'Creativity', 'Inspiration']
The Race Is On to Find the Holy Grail of Covid-19 Antibodies
The Race Is On to Find the Holy Grail of Covid-19 Antibodies Lab-made antibodies could be our best hope against the pandemic — and future ones A nurse handles Covid-19 blood samples. Photo: Emanuele Cremaschi/Getty Images Carl Hansen was in the middle of running a pandemic simulation at AbCellera, the Vancouver biot...
https://onezero.medium.com/the-race-is-on-to-find-the-holy-grail-of-covid-19-antibodies-db8f8961ac20
['Emily Mullin']
2020-08-01 17:52:05.672000+00:00
['Health', 'Covid 19', 'Coronavirus', 'Science', 'Antibodies']
An Intro to Integer Programming for Engineers: Simplified Bus Scheduling
Image: Steve Skiena This article was originally part of Remix’s series on the software engineering problems they face. In this installment, Dan Hipschman walks through bus driver scheduling and a simplified approach to solving it using integer programming. I studied NP-Hardness in school but never tackled any problem...
https://medium.com/make-computer-science-fun-again/an-intro-to-integer-programming-for-engineers-simplified-bus-scheduling-bd3d64895e92
['Dan Hipschman']
2020-04-11 22:35:26.543000+00:00
['Scheduling', 'Python', 'Software Engineering', 'Product At Remix', 'Engineering']
6 Morning Habits to Help You Seize the Day, Every Day
6 Morning Habits to Help You Seize the Day, Every Day Your morning routine is the single most constructive part of your day — invest in it. Photo by Jeremy Bishop on Unsplash There are days where I manage to check everything off my to-do list. And there are days where I don’t even come close. You’ve probably experie...
https://medium.com/the-ascent/6-morning-habits-to-help-you-seize-the-day-every-day-f6c0e0d5540a
['Laura Izquierdo']
2020-12-13 16:02:37.865000+00:00
['Work', 'Productivity', 'Success', 'Creativity', 'Psychology']
Answers to the Important FAQs About KNN Algorithm
In KNN, K stands for the number of nearest observations considered for predicting the class of new observation. e.g, There are two classes to predict i.e, 0 or 1. Now there are 5 neighbors near to the given observation and the class of those 5 neighbours is 1,1,1,0,0. It means new observation belong to the class 1. I h...
https://medium.com/nerd-for-tech/answers-to-the-most-frequently-asked-questions-about-knn-algorithm-7e5de68e7b73
['Laxman Singh']
2020-12-15 12:15:06.917000+00:00
['Machine Learning', 'Technology', 'Artificial Intelligence', 'Python', 'AI']
Could Carbon Save The Planet?
Could Carbon Save The Planet? A new miracle material could turn the tides on global warming. The world faces a crisis, one propagated by a single element, carbon. Humanity is pumping out record levels of carbon dioxide, methane, plastics and pollutants, all of which use carbon chemistry at their core. These chemicals...
https://medium.com/predict/could-carbon-save-the-planet-229fe4598c36
['Will Lockett']
2020-10-14 21:52:33.178000+00:00
['Environment', 'Climate Change', 'Science', 'Technology', 'Future']
How to Never Run Out of Story Ideas Again
Thanks to Ninja Writers, I interact with thousands of writers every week. It’s pretty damn cool. My job is to talk about writing with writers. Seriously. There are two things I hear, probably more than anything else. Where do you get your ideas? I want to be a writer, but I don’t know what to write about. Those are ...
https://medium.com/the-1000-day-mfa/how-to-never-run-out-of-story-ideas-again-13609f57b9c4
['Shaunta Grimes']
2019-05-26 13:01:31.153000+00:00
['Ideas', 'Writing', 'Productivity', 'Creativity', 'Fiction']
Creating a Daily Writing Habit Means Being the Boss of Yourself
I wake up thinking about writing. On a really good morning, I’ve dreamed about my novel the night before and the writing just flows super easy. I know exactly what I’m going to write. On a less good morning, it’s painful to pick a few words out of my head and it’s even worse knowing that they suck so bad there’s no w...
https://medium.com/the-write-brain/creating-a-daily-writing-habit-means-being-the-boss-of-yourself-b0c92ec80d72
['Shaunta Grimes']
2020-08-14 13:11:29.895000+00:00
['Creativity', 'Productivity', 'Habits', 'Ninjabyob', 'Writing']
If You Have Mid-Life Burnout, Do These 4 Things — Quickly
You’re tired upon tired: short on energy, low on motivation. There’s always so much to do: work, relationship, family, chores, life admin — you’re on the hamster wheel and it never ends. Even a weekend away doesn’t refresh you. Mid-life is a common time for the cracks to appear. That’s when people are often sandwiche...
https://medium.com/on-the-couch/if-you-have-mid-life-burnout-do-these-4-things-quickly-c6971c787fe4
['Karen Nimmo']
2020-12-01 18:56:35.447000+00:00
['Self Improvement', 'Life Lessons', 'Mental Health', 'Productivity', 'Psychology']
5 Ways We Misunderstand the Mechanics of COVID-19 Infection
COVID has set records for infection all over the country. It took only ten days for the nation’s total number of cases to go from 9 million to ten million. Every time we break a record, news outlets compare the new total with the previous one. They highlight the challenge that awaits President-elect Joe Biden and Vice...
https://medium.com/swlh/5-ways-we-misunderstand-the-mechanics-of-covid-19-infection-6ae1f3ea114e
['Michael B. Wharton']
2020-11-11 12:29:42.224000+00:00
['Science', 'Data Science', 'Health', 'Coronavirus']
How Apps Are Helping Us With Our Mental Health
How Apps Are Helping Us With Our Mental Health COVID-19 unveiled a promising frontier in digital mental health solutions. Living through a global pandemic may feel a bit surreal and otherworldly. You’re stuck at home, deprived of your everyday routine overnight. So you’re sitting there, trying to navigate through th...
https://medium.com/elpassion/digital-products-are-consoling-our-troubled-minds-fc9f940a5299
['Patrycja Paterska']
2020-07-08 10:13:37.854000+00:00
['Entrepreneurship', 'Business', 'Startup', 'Mental Health', 'Apps']
Optimized World. Optimized World: Part 1
The following is the answer from OR-Tools — Get Started with OR-Tools for Python source: https://developers.google.com/optimization/introduction/python The following sections will get you started with OR-Tools for Python: What is an optimization problem? The goal of optimization is to find the best solution to a pr...
https://medium.com/python-in-plain-english/optimized-world-253bed3dfc2d
['Venali Sonone']
2020-11-27 09:09:02.681000+00:00
['Python', 'Artificial Intelligence', 'Big Data', 'Data Analysis', 'Data Science']
Is Migrate for Anthos a real game changer?
Over the years, GCP (Google Cloud Platform) has introduced plethora of new services, but the US-based cloud giant is still mainly known for two products: Kubernetes and AI. As you may know since 2003 Google has been an early adopter of containerized infrastructure for their own internal workloads. They developed a cont...
https://medium.com/adfolks/is-migrate-for-anthos-a-real-game-changer-13aac3568e9f
['Shine Rappy']
2020-06-17 08:45:38.095000+00:00
['Google Cloud Platform', 'Google', 'Containers', 'Cloud Computing', 'Kubernetes']
The Vicious Circle of Mediocre Work
1. Identify your quadrants on how you spend time Stephen Covey famous quadrants of busyness illustrate the problem. Most of us think we’re working on urgent and important stuff. The irony is that urgent often doesn’t equate to important at all. Urgent needs to be done, but important is where you can have impact. Not ...
https://medium.com/swlh/the-vicious-circle-of-mediocre-work-c15e98a30798
['Adrian Zumbrunnen']
2017-12-15 09:22:22.259000+00:00
['Design Thinking', 'Startup', 'Design', 'Self Improvement', 'Productivity']
How To Reverse 4 of the Most Dangerous Consumer Biases With Your Brand
You don’t need to understand every bias. What you need to understand is how they work in the flow of logic, according to Benson: 1. Information overload sucks, so we aggressively filter. Noise becomes signal. 2. Lack of meaning is confusing, so we fill in the gaps. Signal becomes a story. 3. Need to act fast lest we l...
https://medium.com/startup-grind/an-antidote-for-the-most-dangerous-consumer-biases-5e5341385629
['Jasmine Bina']
2020-02-07 17:45:32.734000+00:00
['Psychology', 'Startup', 'Branding', 'Marketing', 'Brand Strategy']
What If Apple, Google or Amazon Accepted Bitcoin?
Apple Known for its lineup of Mac computers, the iPhone and iTunes, Apple has been ranked the most valuable brand in the world. The company is trying to compete with bitcoin through its mobile payments product called Apple Pay. “Apple would not have as strong of an impact compared to Amazon or Google.” — David Moon...
https://medium.com/zapchain-magazine/what-if-apple-google-or-amazon-accepted-bitcoin-96ea4b9fe87a
['Daniel Cawrey']
2015-04-01 17:12:20.801000+00:00
['Amazon', 'Apple', 'Ripple Labs', 'Google']
In Search of Awe
In Search of Awe Consumption is a progressive disease* Photo by Benjamin Davies on Unsplash One benefit of pregnancy which counters the joys of lightning crotch (Google it, I dare you) is the guilt-less freedom to say no. At first, I felt like a wing-clipped bird but now it’s as though those secret fantasies of hav...
https://medium.com/publishous/in-search-of-awe-9a51f8500a03
['Cherie Gilmour']
2019-08-27 21:58:53.610000+00:00
['Life', 'Motivation', 'Self-awareness', 'Storytelling', 'Self Improvement']
How to Use a Journalistic Mindset to Write About Any Topic
How to Use a Journalistic Mindset to Write About Any Topic To create stories about subjects you’re unfamiliar with, be inquisitive and do your research like a journalist would. Photo by LUM3N on Unsplash Being humble enough to admit what you don’t know is generally a great trait, but if you only stick to writing abo...
https://medium.com/swlh/how-to-use-a-journalistic-mindset-to-write-about-any-topic-2289652a588f
['Jake Safane']
2020-05-25 22:57:42.568000+00:00
['Journalism', 'Marketing', 'Content Marketing', 'Content Creation', 'Writing']
Here’s what your playlist says about you.
Music maybe the most powerful way in which we express our personalities. But how much can we really learn about ourselves based on just our favorite music? Believe it or not our musical taste say more about who we really are than the clothes we wear or the friends we choose to hang out with. We can’t deny the fact th...
https://medium.com/the-psychic-dose/heres-what-your-playlist-says-about-you-f6dc680276fd
['Mr. Curiosity']
2020-09-26 07:33:58.427000+00:00
['Self-awareness', 'Music', 'Love', 'Psychology', 'Self Improvement']
Draw your goals
Working alone (mostly in my house) as the solo founder of Pictal Health, it’s hard to get anything done. I find myself tossing a load in the laundry, wiping down counters, and getting into the weeds with home office organization. Before I know it, multiple hours have disappeared, my house is sparkling, and I am disappo...
https://medium.com/pictal-health/draw-your-goals-f32b39465e1b
['Katie Mccurdy']
2019-12-06 15:05:30.099000+00:00
['Entrepreneurship', 'Startup', 'Drawing', 'Productivity']
[原來根本搞錯問題] 從模式選擇談壞味道識別
Kuma老師的軟體工程教室 Welcome to the Kingdom of Software Engineering
https://medium.com/kuma%E8%80%81%E5%B8%AB%E7%9A%84%E8%BB%9F%E9%AB%94%E5%B7%A5%E7%A8%8B%E6%95%99%E5%AE%A4/%E5%8E%9F%E4%BE%86%E6%A0%B9%E6%9C%AC%E6%90%9E%E9%8C%AF%E5%95%8F%E9%A1%8C-%E5%BE%9E%E6%A8%A1%E5%BC%8F%E9%81%B8%E6%93%87%E8%AB%87%E5%A3%9E%E5%91%B3%E9%81%93%E8%AD%98%E5%88%A5-c4a4339d279f
['Yu-Song Syu']
2020-10-26 14:09:42.747000+00:00
['Design Patterns', 'Coding', 'Development', 'Code Smells', 'Software Engineering']
How to Never Run Out of Things to Blog About
When I talk to people about whether or not they should be blogging one thing comes up over and over again. What will I write about? What if I run out of ideas? I just don’t have that much to say. I get it. I’ve been there. I’ve felt that panic when you’re staring at a blank page and you’re absolutely sure that ther...
https://medium.com/the-write-brain/how-to-never-run-out-of-things-to-blog-about-614f7961a204
['Shaunta Grimes']
2019-11-13 13:37:14.172000+00:00
['Freelancing', 'Writing', 'Blogging', 'Creativity', 'Productivity']
AI for Software Engineering — Industry Landscape (03/Oct/2017)
Columns Semantics The Primary Criteria to categorize Solutions is the SDLC Phase. Independent on which Software Development Methodology you use, size of your team or type of your Product, you need to go through these Phases. We took the Software Engineering Body of Knowledge (SWEBOK) Knowledge Areas and merged some of...
https://medium.com/ai-for-software-engineering/ai-for-software-engineering-industry-landscape-d8c7c7f82ba
['Valentin Grigoryevsky']
2018-08-13 10:16:23.480000+00:00
['AI', 'Software Engineering', 'Software Development', 'Artificial Intelligence', 'Landscape']
Submit your Medium story to The Startup in two easy steps
1. Have a peek at our guidelines: What to avoid Already-published stories: we accept unpublished drafts only. we accept Stock photography: instead of using cheap stock images, try giving your story some love by picking a beautiful, free picture from websites like Unsplash, Pexels, Burst, The Stocks. instead of usin...
https://medium.com/swlh/when-one-upvote-is-worth-a-thousand-visitors-3e8ed27bcd3e
['Ali Mese']
2020-04-15 07:21:24.342000+00:00
['Growth', 'Marketing', 'Entrepreneurship', 'Startup', 'Tech']
The Best Way to Succeed as a Writer Is to Demand Less of Yourself
The Best Way to Succeed as a Writer Is to Demand Less of Yourself Paul Kix Follow Nov 11 · 3 min read The power that comes from meeting ridiculously modest goals Photo by Jan Kahánek on Unsplash I finished the first draft of a screenplay last week. It’s the fourth one I’ve written in three years, and I’ve written al...
https://medium.com/swlh/the-best-way-to-succeed-as-a-writer-is-to-demand-less-of-yourself-234dd7fdd777
['Paul Kix']
2020-11-12 03:06:13.702000+00:00
['Self Improvement', 'Writing', 'Psychology', 'Creative Process', 'Creativity']
Decouple Your Code With Dependency Injection
Dependency Injection James Shore, the author of The Art of Agile Development, put it quite nicely: “Dependency injection is a 25-dollar term for a 5-cent concept.” The concept is actually really simple: Giving a component all the things it needs to do its job. In general, it means decoupling components by providing...
https://medium.com/better-programming/decouple-your-code-with-dependency-injection-d893ae9edcf8
['Ben Weidig']
2020-02-25 22:48:34.350000+00:00
['Java', 'Programming', 'Software Engineering', 'Software Development', 'Development']
Locked Into Routine
I go to the same coffee shop every day, except on Tuesdays when I’m in a different part of town — then I go to a different coffee shop. I take my laptop, order my usual coffee, and get to work quietly. The staff know my name, I know them, and I’m comfortable there. But what happens when the routine has to change? I’...
https://medium.com/swlh/locked-into-routine-357d2cf90d4
['Kirsty Hutton']
2019-11-29 22:02:06.545000+00:00
['Mental Health', 'Routine', 'Productivity', 'Motivation', 'Coffee']
I’m Not Really Keen On Getting A COVID-19 Vaccine. Here’s Why.
What a vaccine does contain According to the World Health Organization, Vaccines contain weakened or inactive parts of a particular organism (antigen) that triggers an immune response within the body. Newer vaccines contain the blueprint for producing antigens rather than the antigen itself. Regardless of whether the...
https://medium.com/datadriveninvestor/im-not-really-keen-on-getting-a-covid-19-vaccine-here-s-why-9f7d93469c2f
['Dr Joel Yong']
2020-12-26 15:17:41.825000+00:00
['Covid 19', 'Healthcare', 'Health', 'Science', 'Coronavirus']
How to Make a Health App in 5 Steps
How to Make a Health App in 5 Steps Development of a tool to organize medical records Health data is essential for medicine in the work of saving lives. Medical records provide vital information about the patients’ physical situation. We file these records disorganized, usually on a piece of paper. This information ...
https://medium.com/4devs/how-to-make-a-health-app-in-5-steps-6e17a0868bd0
['Daniel Roncaglia']
2020-05-20 22:26:50.605000+00:00
['Serverless', 'Apps', 'Health', 'Development', 'Design']
COVID-19 Cases Are Rising, So Why Are Deaths Flatlining?
COVID-19 Cases Are Rising, So Why Are Deaths Flatlining? The gap between soaring cases and falling deaths is being weaponized by the right to claim a hollow victory in the face of shameless failure. What’s really going on? Image: The Atlantic By Derek Thompson For the past few weeks, I have been obsessed with a mys...
https://medium.com/the-atlantic/covid-19-cases-are-rising-so-why-are-deaths-flatlining-3d801eb78871
['The Atlantic']
2020-07-09 16:41:16.630000+00:00
['Science', 'Health', 'Coronavirus']
The Girl Who Saved Me From Panic Disorder
A photo I took of Louise in the hills of San Luis Obispo The Girl Who Saved Me From Panic Disorder And the tools I used to heal. It began at my bank. The teller noticed something was wrong. “Sir? Sir, are you okay?” In retrospect, he probably thought I was choking. Choking or having a meltdown. It was a meltdown....
https://medium.com/invisible-illness/the-girl-who-saved-me-from-panic-disorder-ee6cd38db5da
['Jacob Lopez']
2020-08-27 20:43:04.765000+00:00
['Life Lessons', 'Mental Health', 'Health', 'Psychology', 'Mindfulness']
How to manage states with State Design Pattern in C#?
State design challenges The pattern was developed to overcome two primary design challenges: How can an object change its behavior when its internal state changes? How can state-specific behaviors be defined in a way that states can be added without altering the behaviors of existing states? Boolean Flag Pattern can...
https://medium.com/net-core/how-to-manage-states-with-state-design-pattern-in-c-d4ca47ec6aa
['Daniel Rusnok']
2020-10-06 19:11:26.389000+00:00
['Coding', 'Csharp', 'Software Development', 'Development', 'Design Patterns']
21 Tips to Write Good Technical Articles
The Tips Don’t start writing anywhere and everywhere Before you start writing, establish a few places where you can do serious writing without any distractions (your desk in the study, your bedroom, at the garden, etc.). Once you establish the place, make it sacred. Nothing else should be done out there. Prepare a w...
https://medium.com/better-programming/21-tips-to-write-good-technical-articles-486aa400c44b
['Mythili The Dreamer']
2020-07-01 03:35:19.977000+00:00
['Startup', 'Technology', 'Software Engineering', 'Programming', 'Writing']
Create image classification for recognizing persons, animals, others. Using TensorFlow
So, Let’s start :) At first, we need a dataset with the next classes: - Person - Animals - Other Let me describe what each class I mean: In a first-class “person”, we should have any images of peoples but WITHOUT ANIMALS. In the next class “animals”, we should have images with animals WITHOUT HUMAN. In this cla...
https://oleksandrg.medium.com/create-image-classification-for-recognizing-persons-animals-others-daad028762cb
['Alex G.']
2020-12-14 03:21:32.938000+00:00
['Keras', 'Matplotlib', 'Computer Vision', 'Python', 'TensorFlow']
60 Ways to Think Differently about the Future
PART 1: A JOURNEY INTO THE PAST “No sensible decision can be made any longer without taking into account not only the world as it is, but the world as it will be.” — Isaac Asimov 1 Earthrise “Collectively and individually, we have more control now over how our future unfolds than ever before. But our ability to env...
https://medium.com/edge-of-innovation/60-ways-to-think-differently-about-the-future-a53cd214536a
['Andrew Maynard']
2020-11-14 18:31:36.996000+00:00
['Future', 'Technology', 'Humanity', 'Science', 'Environment']
Dear Grocery Girl
Dear Grocery Girl I see you caring (only) about yourself Photo by sydney Rae on Unsplash Dear Grocery Girl, Just to be clear, I am stalking you. I’ve had my eye on you since you grabbed the last mini-cart in the parking lot. Your mask dangles over your ear like some forgotten bra on the clothesline, left out in th...
https://medium.com/rogues-gallery/dear-grocery-girl-682110c69b1f
['Rae Lately']
2020-09-22 15:20:41.537000+00:00
['Covid 19', 'Opinion', 'Society', 'Coronavirus', 'Health']
Python Microservices: Choices, Key Concepts, and Project setup
Microservices Python Microservices: Choices, Key Concepts, and Project setup Distilled lessons from building microservices powering Slang Labs platform. Presented in a PyCon India 2019 tutorial. At SlangLabs, we are building a platform for programmers to easily and quickly add multilingual, multimodal Voice Augmente...
https://medium.com/swlh/python-microservices-01-tornado-asyncio-lint-test-coverage-project-setup-9fbf4ca3bf90
['Satish Chandra Gupta']
2020-12-08 09:35:43.749000+00:00
['Software Development', 'Programming', 'Microservices', 'Python', 'Software Engineering']
What Famous Startup Taglines Can Teach You About Headlines
10 Insights That Can Be Applied to Headlines 1. Tell your reader how you’ll help them These examples promise to help us do something. Although they don’t explicitly include the words ‘How to,’ you could add ‘How’ to the front of these taglines: Trello: How to work more collaboratively and get more done Asana: How t...
https://medium.com/better-marketing/what-famous-startup-taglines-can-teach-you-about-headlines-377fdfea6f8e
['Cynthia Marinakos']
2020-05-24 02:04:40.362000+00:00
['Headline Hacks', 'Business', 'Writing', 'Creativity', 'Productivity']
Looking back at the eXplainable Artificial Intelligence
Brain by Gordon Johnson Looking back at the eXplainable Artificial Intelligence Hands-on collection and analysis of Twitter and Google Trends data with twint and Python Among photos of the black hole, editing genes, quantum computers outperforming classical machines, and the ongoing debate on climate change… the pas...
https://medium.com/nightingale/looking-back-at-the-explainable-artificial-intelligence-62d25a2136a9
['Adrianna Janik']
2020-01-14 14:01:01.359000+00:00
['Data Visualization', 'Explainable Ai', 'Google', 'AI', 'Artificial Intelligence']
A Cheat Sheet for Choosing the Right Data Visualizations
Today, organizations of all industries and sizes use data to tap into the wellness of their business. Anyone who can easily see trends and spot problems can make smarter decisions. Therefore, you have to visualize your data if you want to be competitive. Data visualizations are images that show measurement and activit...
https://medium.com/eyeful/a-cheat-sheet-for-choosing-the-right-data-visualizations-8f63a6242f1e
['Therese Moriarty']
2019-09-24 02:45:36.258000+00:00
['Eyeful How To', 'Business Intelligence', 'Dashboard', 'Data Visualization', 'Data Analysis']
The Problem With Science
Or should I say — the problem with people? Photo by Lily Banse on Unsplash Science has a problem. Or maybe it’s more like we have a problem with science. And since I’m a high school science teacher, this problem is one I’ve had to wrestle with. A lot. My son is turning four next week. He loves trucks, monster trucks...
https://medium.com/beingwell/the-problem-with-science-3cd35af5c524
['Emily Kingsley']
2020-10-04 13:38:15.761000+00:00
['Education', 'Books', 'Society', 'Culture', 'Science']
Inspiration Is Never In Short Supply
Inspiration Is Never In Short Supply There’s always something to write about There was a point a few months ago when I thought I would have nothing left to write about. I had a few more ideas lined up, but beyond that, I was struggling to come up with any more. I remember thinking to myself, “What am I going to do i...
https://tom-stevenson.medium.com/inspiration-is-never-in-short-supply-5019d9024e9d
['Tom Stevenson']
2019-10-20 15:12:51.923000+00:00
['Self Improvement', 'Productivity', 'Writing', 'Inspiration', 'Creativity']
A Look Into The Cell Graveyard
A Look Into The Cell Graveyard Or what happens to cells when they die. Photo by Terry Vlisidis on Unsplash The cells in our body all experience a finite lifespan. Even as they’re continuously dividing and multiplying, there will come a point in time where they are unable to carry out that function anymore. And we s...
https://medium.com/science-and-philosophy/a-look-into-the-cell-graveyard-bf8854483ff
['Dr Joel Yong']
2020-12-08 06:35:10.999000+00:00
['Healthcare', 'Health', 'Science', 'Biology', 'Coronavirus']
How to find outliers and anomalies using Isolation Forest
How to find outliers and anomalies using Isolation Forest Tracyrenee Follow Dec 11 · 4 min read I made a previous video about finding outliers in the candidate votes of the US presidential elections from 1976 to 2020, the link being found here:- A Data-Driven Analysis Of Trump’s ‘Voter Fraud’ Claims In The 2020 Presid...
https://medium.com/ai-in-plain-english/how-to-find-outliers-and-anomalies-using-isolation-forest-388e5fec2762
[]
2020-12-12 09:17:13.654000+00:00
['Unsupervised Learning', 'Kaggle', 'Artificial Intelligence', 'Python', 'Isolation Forests']
How to Install Kubernetes Ingress on a Raspberry Pi Cluster
Setting Up Traefik Installing the Traefik Ingress controller is relatively simple. Note: This is different than the “Kubernetes & Traefik 101” reference. helm install stable/traefik --name <your-name-here> --set dashboard.enabled=true,serviceType=NodePort,dashboard.domain=dashboard.traefik,rbac.enabled=true,external...
https://medium.com/better-programming/install-kubernetes-ingress-on-a-raspberry-pi-cluster-e8d5086c5009
['Richard Youngkin']
2020-04-13 15:46:42.788000+00:00
['Programming', 'Kubernetes', 'Microservices', 'Raspberry Pi', 'Engineering']
Autism is a Creative Boon.
I’ve written before about the public — and professional — misconception of Autism as monolithic. Since it was first “discovered” by neurotypical professionals, Autism has been seen as a severe condition that appears in withdrawn, difficult boys who adore math, cars, or lining up their toy trains on the carpet. For deca...
https://devonprice.medium.com/autism-is-a-creative-boon-b9974e137099
['Devon Price']
2018-04-02 18:36:44.172000+00:00
['Art', 'Psychology', 'Mental Health', 'Autism', 'Creativity']
The Genius Formula of BTS- The K-Pop Phenomenon That Took The World By Storm
Disclaimer: The content you’ll read below is based on extensive research on my part and my personal experiences with the band over the years. I am by no means a BTS expert, so do let me know if there is any errata in my claims. Thank you! Just under a month ago, the South Korean boy band BTS attained the №1 spot on th...
https://medium.com/the-innovation/the-genius-formula-of-bts-the-kpop-phenomenon-that-took-the-world-by-storm-4042010c396b
[]
2020-09-26 09:39:50.986000+00:00
['Fashion', 'Business', 'Marketing', 'Creativity', 'Music']
The Songs that Save Our Lives
A few weeks ago, I was catching up on my Instagram stories (I’m really bad about doing the Instagram stories, and checking them, but that’s a whole different adventure) and I came across the Kerrigan-Lowdermilk story that showed their new merch. And when I saw the “Holding On” shirt, my heart nearly stopped. It may ju...
https://zachjpayne.medium.com/the-songs-that-save-our-lives-f06469cf362c
['Zach J. Payne']
2019-03-04 20:13:17.873000+00:00
['Music', 'Mental Health', 'Art', 'Creativity', 'Survival']
Threading the Needle: How to Save Nature and Humanity without Sacrificing Either Part I
Saving nature without sacrificing modern life is the preeminent challenge of our time. It is a complicated problem that must be attacked simultaneously from multiple angles. Failure to act on one angle will invalidate efforts on other angles. This problem must be addressed in two distinct phases. First, we must stop l...
https://medium.com/climate-conscious/threading-the-needle-how-to-save-nature-and-humanity-without-sacrificing-either-part-i-d2d094419686
['Charles Whitaker']
2020-11-16 06:24:12.774000+00:00
['Climate Change', 'Culture', 'Society', 'Future', 'Sustainability']
My Exact $2,000 a Month Online Side-Hustle Daily Routine
Becoming a full-time, work-for-yourself writer and online entrepreneur is a dream that thousands — if not millions — of individuals aspire to achieve. Like many things worthwhile, in order to become one, it takes time and a lot of hard work. For a lot of people (myself included), it all starts when you are currently ...
https://medium.com/the-ascent/my-exact-2-000-a-month-online-side-hustle-daily-routine-de22640b18d9
['Jon Brosio']
2020-08-28 17:31:02.824000+00:00
['Motivation', 'Entrepreneurship', 'Success', 'Digital Marketing', 'Writing']
Wearing A Mask Is About Respect and…Yes, Freedom
Wearing A Mask Is About Respect and…Yes, Freedom Respect for the healthcare system, respect for each other, and freedom from COVID-19 Photo by Anshu A on Unsplash As we are learning more about this virus and its transmission, it is becoming clearer that wearing masks can make a big impact in reducing the person-to-p...
https://medium.com/beingwell/wearing-a-mask-is-about-respect-and-yes-freedom-5576e1cc7861
['Dr. Hesham A. Hassaballa']
2020-06-09 01:27:22.526000+00:00
['Society', 'Healthcare', 'Health', 'Medicine', 'Coronavirus']
Writers Express Gratitude During the Covid-19 Pandemic
Writers Express Gratitude During the Covid-19 Pandemic The Being Well writers continue to search for answers. Thanksgiving 2020. It is more important than ever to find a way to be grateful for all that we have been given during challenging times. As the world struggles through the Covid-19 pandemic, the Being Well wr...
https://medium.com/beingwell/writers-express-gratitude-during-the-covid-19-pandemic-b7e656595c5b
['Dr Jeff Livingston']
2020-11-29 20:06:19.576000+00:00
['Health', 'Mental Health', 'Covid 19', 'Society', 'Fitness']
Amazon EC2 — A Step By Step Tutorial
Launching an EC2 instance Signing up For AWS To launch an EC2 instance first you’ll need to set up an AWS account. Amazon provides new users with 1 year of free tire access which comes with free access to various AWS services within certain limits. To get more information about AWS free tier and creating an AWS accou...
https://medium.com/analytics-vidhya/launching-an-amazon-ec2-instance-a-step-by-step-tutorial-da8af465aa64
['Furqan Butt']
2020-08-28 12:40:55.103000+00:00
['Cloud Computing', 'Ec2', 'Iaas', 'Big Data', 'AWS']
The Music That Moved Me in 2018
Jason Isbell — Southeastern I’ve written before about how talented Jason Isbell is, and his album that came out in 2017 — The Nashville Sound — was my favorite of last year. Out of all of his music, though, I still think this release is his best. It’s musically diverse, skillfully written, and contains some of the bes...
https://medium.com/the-coastline-is-quiet/the-music-that-moved-me-in-2018-3fd8797404bb
['Thomas Jenkins']
2018-12-31 17:29:58.307000+00:00
['Writing', 'Music', 'Culture', '2018', 'Design']
Profession
As we get older, our professions become more involved and demanding. This is not necessarily a bad thing. For those of us who aspire to be creatives, having a job that puts demands on some other part of the mind can be liberating. Novelists who have made a career as copywriters may find it hard to come home to work o...
https://medium.com/my-clothes-have-ink-stains/profession-8f2d8b7c49bc
['Carlos Lewis']
2016-09-07 00:06:18.435000+00:00
['Books', 'Work', 'Creativity', 'Brandon Sanderson', 'Writing']
Funnel charts with Python
Matplotlib There is no method for instantly creating funnel charts in Matplotlib, so let’s start with a simple horizontal bar chart and build from there. import matplotlib.pyplot as plt y = [5,4,3,2,1] x = [80,73,58,42,23] plt.barh(y, x) Horizontal Bar Chart — Image by the author That’s actually quite close to wha...
https://towardsdatascience.com/funnel-charts-with-python-1ef1a2b183ab
['Thiago Carvalho']
2020-12-11 13:53:21.600000+00:00
['Python', 'Matplotlib', 'Plotly', 'Data Analysis', 'Data Visualization']
Beating the Winter Doldrums with Inspiration from the Past and Present
By Annie Mark-Westfall My column is due in two days, and I am staring into a panicked abyss. To inspire myself, I take a brisk walk while my husband puts the kids to bed. As I set out, I narrate and write in my head, badly. I get stuck on whether the word “brisk” is meant to describe the pace or the biting cold, and r...
https://thewildwordmagazine.medium.com/beating-the-winter-doldrums-with-inspiration-from-the-past-and-present-annie-mark-westfall-b87c828cc720
['The Wild Word Magazine']
2019-02-04 09:47:24.391000+00:00
['Women', 'Writing', 'Mental Health', 'Health', 'Motherhood']
Silicon Valley’s Brain-Meddling: A New Frontier For Tech Gadgetry
Introducing his students to the study of the human brain Jeff Lichtman, a Harvard Professor of Molecular and Cellular Biology, once asked: “If understanding everything you need to know about the brain was a mile, how far have we walked?”. He received answers like ‘three-quarters of a mile’, ‘half a mile’, and ‘a quarte...
https://towardsdatascience.com/silicon-valleys-brain-meddling-a-new-frontier-for-tech-gadgetry-5bcd357c4189
['Fiona J Mcevoy']
2019-10-18 16:30:36.322000+00:00
['Neuroscience', 'Technology', 'Artificial Intelligence', 'Brain', 'Ethics']
2020 Guide to Freelance Writer Salaries
Let’s get the crappy part out of the way. When you’re first starting out as a freelance writer, you may feel a bit discouraged because nobody wants to pay you what you’re worth. You’ll see a ton of short writing jobs out there between $5 to $10, work that any professional might charge $100 or more for. The unfortunate ...
https://medium.com/swlh/2020-guide-to-freelance-writer-salary-potential-402dbf860971
['Tina Morlock']
2020-10-11 05:22:59.912000+00:00
['Freelancing', 'Blog', 'Startup', 'Entrepreneurship', 'Writing']
How to Create Captivating Animations in Python
How to Create Captivating Animations in Python Learn to generate animations using Matplotlib with examples Animations are quite a captivating way to illustrate a process. This post aims to emphasize on Matplotlib animations. Matplotlib is a complete framework for the creation of fixed, animated and engaging represe...
https://medium.com/python-in-plain-english/how-to-create-captivating-animations-in-python-e912ac043663
['Vivek Coder']
2020-09-24 16:59:47.856000+00:00
['Python', 'Matplotlib', 'Animation', 'Productivity', 'Data Visualization']
How Gut Microbes Talk to the Vagus Nerve
What Happens at Vagus How Gut Microbes Talk to the Vagus Nerve Decoding the interkingdom crosstalk between microbes and humans. Image by Tomislav Jakupec from Pixabay “Although the gut microbiota can communicate by endocrine and immune pathways, perhaps the fastest and most direct way for the microbiota to influenc...
https://medium.com/microbial-instincts/how-gut-microbes-talk-to-the-vagus-nerve-e478ff7cf06
['Shin Jie Yong']
2020-03-27 12:53:20.599000+00:00
['Mental Health', 'Education', 'Advice', 'Science', 'Psychology']
Drugs are Rapidly Becoming Healthcare’s Greatest Burden
The Psychiatric profession is the biggest culprit Image/Medika Life/CC License Magic, mystery, smoke, and mirrors. It's a sight you'd expect from a carnival sideshow, but you need to go no further than your local American university where psilocybin is handed out to “depressed cancer patients” in a ritual that is rem...
https://medium.com/beingwell/drugs-are-rapidly-becoming-healthcares-greatest-burden-ba75f3ddb0b
['Robert Turner']
2020-12-15 14:24:24.190000+00:00
['Prescription Drugs', 'Psychology', 'Health', 'Drugs', 'Mental Health']
Permissionless Professors #4: Brian Balfour
We believe monetization is a hidden secret. Secrets hiding in plain sight. From the psychology of anchoring, the mathematics of power-law pricing tables, the application of demand elasticity, and the market positioning of your price — your path to better monetization awaits. Follow
https://medium.com/monetization-manifesto/permissionless-professors-4-brian-balfour-19e04709426
['Gary Bailey - Monetization Manifesto']
2020-12-17 14:53:34.978000+00:00
['Growth', 'Marketing', 'Entrepreneurship', 'Startup', 'Monetization']
A neural data science: how and why
How is it — or could it be — done? Here’s a rough guide. The raison d’etre of the neural data scientist is to ask scientific questions of data from systems neuroscience; to ask: how do all these neurons work together to do their thing? There are roughly three ways we can answer that question. We can see these three wa...
https://medium.com/the-spike/a-neural-data-science-how-and-why-d7e3969086f2
['Mark Humphries']
2019-10-22 20:15:46.670000+00:00
['Neuroscience', 'Data Science', 'Artificial Intelligence', 'Machine Learning', 'Science']
The New UK Coronavirus Variant Is Troubling, But No Reason To Panic.
The New UK Coronavirus Variant Is Troubling, But No Reason To Panic. There’s no evidence it provokes more severe disease or impacts on vaccines. Photo by CDC on Unsplash Since early December, a new variant of the SARS-CoV-2 coronavirus has been identified in the United Kingdom (UK). Baptized B.1.1.7, this new strain...
https://medium.com/illumination/the-new-uk-coronavirus-variant-is-troubling-but-no-reason-to-panic-72123212a5fa
['Rachid Meharich']
2020-12-27 09:03:14.756000+00:00
['Science', 'Covid 19', 'Health', 'Coronavirus']
120 Days Without Social Media…Surprisingly, Nothing Has Changed Without It.
This is socializing in 2020 A little more than 4 months ago I began the process of deleting all my social media accounts. At the time, I felt that my compulsion to check social media was effecting my relationship with my wife, and infant daughter. I found myself messing with my phone during quiet times with the baby t...
https://medium.com/wholistique/120-days-without-social-media-surprisingly-nothing-has-changed-without-it-a7786e9b609e
['Greg Rasmuson']
2020-11-10 19:40:15.409000+00:00
['Self-awareness', 'Mental Health', 'Social Media', 'Mind', 'Society']
A stunning Japanese philosophy that will make you a better marketer, entrepreneur and human.
Did someone just flush the toilet? There was nothing perfect about my grandmother, her life nor the restaurant she had created. But, it was in this imperfection where the beauty could be found. While she was one of the most gifted cooks I’ve ever met, she didn’t measure a damn thing, she didn’t own a recipe book, she...
https://coleschafer.medium.com/a-stunning-japanese-philosophy-that-will-make-you-a-better-marketer-entrepreneur-and-human-82c1359e64af
['Cole Schafer']
2019-08-21 20:21:42.967000+00:00
['Creativity', 'Business', 'Entrepreneurship', 'Life', 'Writing']
How to Make Google Love You (Even if You Don’t Love Google)
How to Make Google Love You (Even if You Don’t Love Google) Online experiences begin with search engines and Google is #1 Photo by Kai Wenzel on Unsplash In today’s digitalized world, search engines are one of the most powerful marketing tools. Search has become an essential part of our daily lives. The search engin...
https://medium.com/better-marketing/how-to-make-google-love-you-even-if-you-dont-love-google-ef449b96e706
['Matthew Royse']
2020-12-28 16:22:49.770000+00:00
['Writing', 'Google', 'Business', 'Marketing', 'Search Engines']
Reading Fiction Will Make You a More Empathetic Person Who Makes Better Decisions
Reading Fiction Will Make You a More Empathetic Person Who Makes Better Decisions So why is it missing from so many self-help recipes? Photo by Joel Muniz on Unsplash Whether I shall turn out to be the hero of my own life, or whether that station will be held by anybody else, these pages must show. — Charles Dicken...
https://medium.com/tom-thoughts/reading-fiction-will-make-you-a-more-empathetic-person-who-makes-better-decisions-4f5c97d65d34
['Tom Belskie']
2020-07-31 10:10:29.045000+00:00
['Books', 'Reading', 'Self Improvement', 'Creativity', 'Productivity']
The new landing page is to have no landing page at all
The new landing page is to have no landing page at all Quicker to value means quicker to pay. by Mike Petrucci on Unsplash I want you to take a hard look at your product and ask yourself if you really need that landing page, all that text, or even that intro video. What if you got rid of it all and just shoved them...
https://uxdesign.cc/the-new-landing-page-is-to-have-no-landing-page-at-all-bb57ca1548f1
['Titus Decali']
2020-01-11 22:11:53.398000+00:00
['Marketing', 'Design', 'Web Development', 'Startup', 'Growth Hacking']
Happy data scientist: How to build a business intelligence app with 10 lines of python code
In this post, I’d like to show how to quickly create a Tableau-like BI application on top of your data in a Jupyter Notebook using the atoti python module. It can give your users an easy way to: explore the data produced by your model with an interactive UI, play around and see it in various projections without the ne...
https://medium.com/atoti/happy-data-scientist-how-to-build-a-business-intelligence-app-with-10-lines-of-python-code-45569f837b78
['Anastasia V Polyakova']
2020-10-22 18:38:44.419000+00:00
['Storytelling', 'Dataviz', 'Bi', 'Data Science', 'Python']
The Pandemic’s Future: A Book Review on ‘From Killer to Common Cold’
Coronavirus The Pandemic’s Future: A Book Review on ‘From Killer to Common Cold’ This book describes the concept of herd protection, which is different from herd immunity, and how the remainder of the pandemic will unfold. Globe vector created by freepik — www.freepik.com The explosion of scientific literature on C...
https://medium.com/microbial-instincts/book-review-from-killer-to-common-cold-b0a2584a36ea
['Bo Stapler']
2020-11-13 21:38:04.551000+00:00
['Covid-19', 'Science', 'Healthcare', 'Coronavirus', 'Health']
“There Are Still Faint Glimmers Of Civilization Left In This Barbaric Slaughterhouse That Was Once Known As Humanity.”
Wouldn’t it be lovely to throw myself out of an open window? Sometimes, I think about open windows and extension cords — even on my better days. Even after I tongue my morning meds. I breathe and let it pass. Ignore the incoming tide and wreckage on the shore. I tell myself it’s going to get better, it has to get bette...
https://medium.com/the-gathering-kind/there-are-still-faint-glimmers-of-civilization-left-in-this-barbaric-slaughterhouse-that-was-once-1fa2f5adbf86
['Felicia C. Sullivan']
2020-12-27 01:09:46.823000+00:00
['Society', 'Writing', 'America', 'Mental Health', 'Culture']
Sure, AI can be creative, but it will never possess genius
Sarah Bernhardt plays Hamlet, London 1899 “What’s Hecuba to him, or he to Hecuba, That he should weep for her?” The close of Act II Scene ii, and Hamlet questions how the performers in a play about the siege of Troy are able to convey such emotion — feel such empathy — for the stranger queen of an ancient city. The...
https://towardsdatascience.com/sure-ai-can-be-creative-but-it-will-never-possess-genius-8a6fecd7fbbc
['Fiona J Mcevoy']
2019-08-28 15:02:28.875000+00:00
['Artificial Intelligence', 'Creativity', 'Technology', 'Art', 'Future']
How to Create Interactive Climate Model Maps in Python
“El Niño is likely this winter,” the forecaster says. “El Niño typically brings above-normal winter cloudiness and rainfall across the southern U.S. and milder conditions to Canada…” You may have heard something like this spoken on your TV, radio, or written on the Internet recently. Have you ever wondered how a meteo...
https://medium.com/plotly/how-to-create-interactive-climate-model-maps-in-python-28eed13ccb00
[]
2019-02-11 19:31:00.738000+00:00
['Mapping', 'Weather', 'Plotly', 'Climate Change', 'Data Visualization']
Our FAQs
Writers What happens when I submit my article to TDS? Thank you so much for taking the time to submit your article to our team! We will review it as soon as we can. If we believe that your article is excellent and ready to go, this is how you will be able to add your post to our publication. If “Towards Data Science...
https://medium.com/p/462571b65b35#a082
['Tds Editors']
2020-11-19 01:16:58.476000+00:00
['Writers’ Guide', 'Tds Team', 'Writers Guide']
How I Managed to Write a Novel Alongside a Full-Time Job
If you asked my ten-year-old self what she wanted to be when she was older, she would’ve answered without hesitation: “I want to be an author.” Reader, let me tell you, my younger self would be proud because as of the 3 October 2020, I finished my 80,000-word manuscript. This is hopefully the first of many novels I’ll...
https://medium.com/swlh/how-i-managed-to-write-a-novel-alongside-a-full-time-job-cd54cc2b737c
['Beth Kirkbride']
2020-10-24 19:40:36.859000+00:00
['Literature', 'Writing', 'Creativity', 'Writing Tips', 'Books']
The Psychological Imperative of Characterization
The Psychological Imperative of Characterization How writers can use psychology and archetypes to create more engaging and honest characters. With thoughts on the role of narrative in human identity. Our brains take in information about the world through the senses. The little experience simulator processes sensory i...
https://medium.com/swlh/the-psychological-imperative-of-characterization-970d3c18d699
['Adam Thompson']
2019-07-04 06:49:48.410000+00:00
['Work', 'Creativity', 'Psychology', 'Writing']
Как рассказать историю при помощи интерактивной карты
В KnightLab полагают, что современная журналистика оказалась под контролем «технократов», которые ничего не смыслят в профессии: What problem are we solving? We care deeply about journalism. […] But in 2013, journalism is still struggling with its digitally-focused future. Technologists are winning at media technolog...
https://medium.com/%D0%BF%D0%BE%D1%81%D0%B5%D1%82%D0%B8%D1%82%D0%B5%D0%BB%D1%8C-%D1%87%D0%B8%D1%82%D0%B0%D1%82%D0%B5%D0%BB%D1%8C-%D1%87%D1%82%D0%BE-%D0%B4%D0%B5%D0%BB%D0%B0%D1%82%D1%8C-%D0%BC%D0%B5%D0%B4%D0%B8%D0%B0/%D0%BA%D0%B0%D0%BA-%D1%80%D0%B0%D1%81%D1%81%D0%BA%D0%B0%D0%B7%D0%B0%D1%82%D1%8C-%D0%B8%D1%81%D1%82%D0%BE...
['We Shall Burn Bright']
2015-06-17 21:22:51.387000+00:00
['Storytelling', 'Visualization', 'Journalism']
Developing an Author Brand When Your Passions are All Over the Map
Branding for Nonconformists Developing an Author Brand When Your Passions are All Over the Map Do I have to pick ONE thing to be known for? Photo by Alice Achterhof on Unsplash A decade ago, back when people were still reading personal blogs (remember those?), my sister remarked, “You’d attract a lot more readers i...
https://cometparty.medium.com/developing-an-author-brand-when-your-passions-are-all-over-the-map-377af917cc12
['Camille Deangelis']
2019-08-26 13:23:50.869000+00:00
['Marketing', 'Books', 'Branding', 'Writing', 'Publishing']
The Reason Why We Can’t Smell Our Own House
As the days etch on, I can’t help but think about the friendships I’ve had in my formative years, where we would invite our friends to our homes — with our parents’ permission obviously — and they would invite us back. When we visited a new friend or acquaintance, their house had this innate but benign signature smell...
https://medium.com/science-soul/the-reason-why-we-cant-smell-our-own-house-1514ab70b57a
['Synthia Satkuna', 'Ma Candidate']
2020-11-20 00:53:55.656000+00:00
['Smells', 'Science', 'Psychology', 'Writing', 'Nose']
Why Covid Long-Haulers Should Be Careful About Vaccines
Why Covid Long-Haulers Should Be Careful About Vaccines Understanding who might be at risk for post-vaccine autoimmunity, including mRNA-based vaccines. Health vector created by pikisuperstar — www.freepik.com In 2011, Yehuda Shoenfeld, MD, a world-leading autoimmunity professor with over 1,700 peer-reviewed publica...
https://medium.com/microbial-instincts/why-covid-long-haulers-should-be-careful-about-vaccines-790fc1d366e8
['Shin Jie Yong']
2020-11-13 09:03:18.158000+00:00
['Science', 'Advice', 'Vaccines', 'Coronavirus', 'Health']
What is the data science community’s favourite media source?
[Image by Adeolu Eletu on Unsplash] This is that time of the year when Kaggle shares data from its industry-wide survey on its platform and challenges the Data Scientists all over the world to analyze that data and present a truly comprehensive view on the current state of data science and machine learning. Ergo, as a...
https://towardsdatascience.com/whats-data-science-community-s-favourite-media-source-18a2c5e91bc6
['Priyanka Meena']
2020-12-03 22:09:36.764000+00:00
['Matplotlib', 'Kaggle', 'Data Analysis', 'Visualization', 'Data Science']
You are wrong about being wrong
Why we make mistakes Error occurs when our model of reality clashes with, well, actual reality. Our mistakes shock us so much partly because we forget that we interact with the real world only indirectly. Whether it’s through our senses, or constructed theories of how the world works, we navigate life using imperfect ...
https://dhawalsharma.medium.com/you-are-wrong-about-being-wrong-10eab77a8b53
['Dhawal Sharma']
2020-03-05 06:13:13.734000+00:00
['Startup', 'Motivation', 'Self Improvement', 'Psychology', 'Learning']
4 Unusual Ways to Relax in 2021 and Beyond
Watching ASMR Videos About a year ago, I randomly opened up my YouTube app to watch a music video. The first thing that popped up on my YouTube homepage was a video with the title “99.9% of you will sleep to this ASMR video”. The promise of sleep seemed too good to be true. I didn’t even know what ASMR was. However, o...
https://medium.com/indian-thoughts/4-unusual-ways-to-relax-in-2021-and-beyond-120c71b709a1
['Anita Durairaj']
2021-12-29 00:00:00
['Self Improvement', 'Psychology', 'Self', 'Motivation', 'Health']
Interactive Visualization with Plotly and Dash
For around 3 years of my experience I was using matplotlib for visualization, around 2 months back following an advice of my colleague, I gave a try to plotly and dash. I was so impressed from the library that I have posted tutorials about these libraries on my YouTube channel “when math’s meets coding”. Today I am goi...
https://medium.com/analytics-vidhya/interactive-visualization-with-plotly-and-dash-f3f840b786fa
['Jay Shankar']
2020-01-30 04:35:34.299000+00:00
['Dashboard', 'Data Visualization', 'Dash', 'Plotly', 'Python']
How the Brain Copes With Social Distancing
How the Brain Copes With Social Distancing The psychology behind personal space Photo: Lintao Zhang/Getty Images Something isn’t right. They no longer acknowledge the presence of one another. Solitary or in couples, they scatter themselves in an oddly equidistant manner across the sand. They wander without purpose...
https://elemental.medium.com/why-social-distancing-will-never-change-who-we-are-fe0c9b6abd77
['Dr. Adam Bell']
2020-08-23 01:37:15.378000+00:00
['Coronavirus', 'Life', 'Science', 'Psychology', 'Culture']
I Got Rejected by Apple Music… So I Redesigned It
I’d like to preface this case study by stating that my intentions behind redesigning Apple Music were in no way driven by indignation or spite. Earlier this year I applied and interviewed for a graphic design internship at Apple Music (an opportunity of a lifetime), and was turned down with a very kind letter stating ...
https://medium.com/startup-grind/i-got-rejected-by-apple-music-so-i-redesigned-it-b7e2e4dc64bf
['Jason Yuan']
2020-05-12 16:03:08.889000+00:00
['Apple', 'Music', 'UX Design', 'Tech', 'Design']
Running Out of Time Every Day? Here’s What You’re Doing Wrong
Photo by Nathan Dumlao on Unsplash In the Western world, we’re obsessed with time. We schedule meetings to start at precise times, we rush to get things done as fast as possible, and we tend to view time as a kind of currency, which we desperately need to allocate effectively. Right or wrong, these are the expectation...
https://jaysondemers.medium.com/running-out-of-time-every-day-heres-what-you-re-doing-wrong-37d55583716f
['Jayson Demers']
2020-11-09 23:38:29.682000+00:00
['Entrepreneur', 'Productivity', 'Time Management', 'Startup', 'Entrepreneurship']
I’m Reverting to My 9-Year-Old Self To Be More Productive
I’m Reverting to My 9-Year-Old Self To Be More Productive The perks of not caring what others think Photo by Paweł Czerwiński on Unsplash I’ve been feeling pretty down lately. I’m not sure if it’s the quarantine blues setting in or if I’m just stressed out with life in general. We are trying to play some major catch...
https://medium.com/honest-creative/im-reverting-to-my-9-year-old-self-to-be-more-productive-508238102db2
['Lindsay Brown']
2020-11-03 16:57:29.988000+00:00
['Childhood', 'Work', 'Writing', 'Creativity', 'Productivity']
7 Journalism Lessons That I Learned From The Information’s News School
Over July, I participated in The Information’s News Summer School, which explored some of the biggest opportunities in journalism at this moment. If you are not familiar with The Information, it is a very high-quality digital publication with deeply reported articles about the industry that you probably won’t find else...
https://medium.com/constraint-drives-creativity/7-journalism-lessons-that-i-learned-from-the-informations-news-school-c60c3789557a
['James Le']
2020-08-11 22:35:00.179000+00:00
['Creativity', 'Writing', 'Journalism', 'Podcast', 'News']
Python Project To Improve Your Productivity For The New Year
Building the simple code block: We already discussed about the notification class. This class offers us the notify function. The information and syntax of the notify method is as discussed below. Syntax: notify (title='', message='', app_name='', app_icon='', timeout=10, ticker='', toast=False) title (str) — Title ...
https://towardsdatascience.com/python-project-to-improve-your-productivity-for-the-new-year-1956824eddb1
['Bharath K']
2020-12-29 14:30:28.166000+00:00
['Data Science', 'Python', 'Artificial Intelligence', 'Programming', 'Productivity']
Tutorial on Data Visualization: Weather Data
Tutorial on Data Visualization: Weather Data Weather data analysis and visualization using Python’s Matplotlib Data Visualization is more of an Art than Science. To produce a good visualization, you need to put several pieces of code together for an excellent end result. This tutorial demonstrates how a good data vis...
https://medium.com/towards-artificial-intelligence/tutorial-on-data-visualization-weather-data-52efa1bef183
['Benjamin Obi Tayo Ph.D.']
2020-06-11 17:01:39.220000+00:00
['Python', 'Matplotlib', 'Weather', 'Data Science', 'Data Visualization']
In News Industry, a Stark Divide Between Haves and Have-Nots
Keach Hagey, Lukas Alpert, and Yaryna Serkez’s piece in The Wall Street Journal take a deep dive into the steep decline of local news coverage, as smaller papers fail to make the digital transition that larger players did. Now, local journalism is in danger of vanishing. Local papers have suffered sharper declines in ...
https://medium.com/save-journalism/in-news-industry-a-stark-divide-between-haves-and-have-nots-3252b47e2cfc
['Save Journalism']
2019-05-06 15:38:17.281000+00:00
['Facebook', 'Google', 'Newspapers', 'Journalism', 'Digital Advertising']