title
stringlengths
1
200
text
stringlengths
10
100k
url
stringlengths
32
829
authors
stringlengths
2
392
timestamp
stringlengths
19
32
tags
stringlengths
6
263
Generating Passive Income Is Hard, Here Is a Better Option
Money Generating Passive Income Is Hard, Here Is a Better Option The highest level of financial freedom is having enough passive income to cover your living expenses. If you manage to reach that point, you can spend your days doing whatever makes you happiest. If passive income is the key to financial freedom, then ...
https://themakingofamillionaire.com/generating-passive-income-is-hard-here-is-a-better-option-184842576ece
['Ben Le Fort']
2021-09-01 15:00:18.373000+00:00
['Personal Finance', 'Passive Income', 'Life Lessons', 'Productivity', 'Money']
Talk@NUS Hackers: Building a Distributed Web Crawler
I gave a general technical talk on building a distributed web crawler at last Friday’s NUS Hackers meetup. Here are my presentation slides, which I used during the talk. We are hiring! If you are interested in joining a fast growing Cloud (80-node EC2 cluster), Mobile (SSH + Screen) and Social (We are all friendly ...
https://medium.com/engineering-semantics3/talk-nus-hackers-building-a-distributed-web-crawler-6c7b81f030fd
[]
2018-01-03 05:08:01.957000+00:00
['Software Development', 'Startup', 'Programming', 'DevOps', 'Tools']
My first design case study — Redesigning an app used by 35 million people
Digilocker stands for Digital Locker and is an app that provides a way to issue original documents virtually for ID & verification purposes. It’s the only app for such purpose made by the Govt. of India under the Digital India initiative. It provides virtual ID of everything from Aadhar, driving license to graduation a...
https://uxplanet.org/my-first-design-project-redesigning-an-app-used-by-35-million-people-31d7cb6a0d58
['Asit Khanda']
2021-09-09 13:44:30.536000+00:00
['User Interface', 'Digilocker', 'UI Design', 'Case Study', 'Redesign']
Every Subatomic Particle Must Go
i) Introduction ii) Ernst Cassirer’s Structuralism iii) Essential/Intrinsic Properties? iv) Individuals? v) Particles as Package-deals Ontic structural realism is the position that (in physics at least) structure is all there is. That means that reality has no reality underneath its observed structure. This kind o...
https://medium.com/predict/every-subatomic-particle-must-go-d6b482781f19
['Paul Austin Murphy']
2020-06-16 19:06:00.980000+00:00
['Philosophy', 'James Ladyman', 'Ontic Structural Realism', 'Structuralism', 'Quantum Physics']
Droneland
Droneland A drone for every purpose is on the way, and Stanford is feeling the buzz. BY MIKE ANTONUCCI Your life is controlled by mortgage payments because you’ve gone all in on the American dream: a cozy home with a fastidiously gardened yard in a gloriously hospitable neighborhood. Unfortunately, your place turns ...
https://medium.com/stanford-magazine/droneland-c524d60ae88e
['Stanford Magazine']
2016-10-28 21:55:40.602000+00:00
['Features', 'Drones', 'Computer Science', 'Technology', 'Robotics']
Sexual assault offenders in the military have too much influence
Adapted from a story by The Washington Post’s opinions staff. One best idea: Sexual harassment takes place everywhere. This is one in a series of posts about how various industries can change to stop sexual harassment. What’s your one best idea? Share it here. Monica Medina’s idea: Give the inspector general broader ...
https://medium.com/the-lily/sexual-assault-offenders-in-the-military-have-too-much-influence-e895ae427317
['The Lily News']
2017-12-31 13:35:30.155000+00:00
['Ideas', 'Power', 'Sexual Assault', 'Military', 'Issues']
Time Series: Decomposition (Part I) — Trend Cycle Computation
We have already discussed trend, seasonality and cyclical patterns in a previous blog. Any time series can be decomposed into 3 components: trend-cycle, seasonality and residuals. Since it is difficult to estimate trend and cycle components separately, we combine trend and cycle into one trend-cycle component. We extr...
https://medium.com/analytics-vidhya/time-series-decomposition-part-i-trend-cycle-computation-29fac227896a
['Ankur Raja']
2019-11-01 13:14:18.127000+00:00
['Statsmodels', 'Time Series Analysis', 'Machine Learning', 'Time Series Forecasting', 'Python']
On Hydroculture Propagation
On Hydroculture Propagation Just add water Indoor gardeners, especially those like myself whose continued lack of foresight keeps them shackled to their miniature Brooklyn apartments, are the keepers of a binary struggle. The dilemma is simple: how does one reconcile the joy of a home full of plants with the practica...
https://nattingley.medium.com/on-hydroculture-propagation-490527e63b
['Nathaniel Tingley']
2019-04-04 21:16:05.363000+00:00
['Green', 'Nature', 'Gardening', 'Science', 'Plants']
Dear White Women Who Voted for Trump
Leave surveys show that 55% of white ladies decided in favor of Trump in 2020, considerably more than the 52% who so in 2016. To those white ladies, I state: your disguised sexism is poison. Your prioritization of racial domination and dread of the individuals who are unique in relation to you over the exacting wellbe...
https://medium.com/@zvcfvbgf/dear-white-women-who-voted-for-trump-6a6afb24abc0
[]
2020-11-13 13:55:22.709000+00:00
['Human Rights', 'Feminism', 'Election 2020', 'White Supremacy', 'America']
Give Prison Labor the PETA Treatment
First, Stop Digging The U.S. is stuck in a hole we haven’t stopped digging. That America must come to terms with its past and atone for its sins against the African-American community is gradually sinking in across the nation, across barriers of age, race, and politics. Slavery compromised American values. The Const...
https://medium.com/discourse/give-prison-labor-the-peta-treatment-fe80df6d6643
['Dr. Munr Kazmir']
2020-06-19 21:57:20.082000+00:00
['Politics', 'Racism', 'BlackLivesMatter', 'Criminal Justice Reform', 'Prison Reform']
Smoking Cannabis: what I wished I knew at the beginning.
Smoking Cannabis: What I wished I knew at the beginning — By Kane LeBoutillier. Cannabis is commonly treated like a miraculous wonder drug, but does it work for you? Over recent years Cannabis has become quite a trending topic, with many countries around the globe starting to legalise Cannabis for it’s vast array of ...
https://medium.com/@Kaneleb/smoking-cannabis-what-i-wished-i-knew-at-the-beginning-8adffaeefd1c
['Kane Leboutillier']
2020-01-01 20:37:47.776000+00:00
['Productivity', 'Experience', 'Medicine', 'Marijuana', 'Cannabis']
Android : SearchView Implementation
Search View widget provides a search interface to the user to search a query and submit the request to the search provider and get a list of query suggestions or results. In this article I will cover the implementation of the SearchView widget. Let’s start with the first implementation Create a menu file as follows:...
https://medium.com/@anubhav-arora/android-searchview-implementation-1998f633681e
['Anubhav Arora']
2020-11-25 06:55:28.379000+00:00
['Android App Development', 'Searchview', 'Android', 'AndroidDev', 'Search']
This AI Can Clone Your Voice Just By Listening for 5 Seconds
This AI Can Clone Your Voice Just By Listening for 5 Seconds A discussion on a cutting edge AI used for human voice cloning with minimal data Photo by Owen Beard on Unsplash This post is about some fairly recent improvements in the field of AI-based voice cloning. If we have hours and hours of footage of a particula...
https://medium.com/swlh/this-ai-can-clone-your-voice-just-by-listening-for-5-seconds-783885102a8d
['Jorge De Guzman']
2020-08-18 17:02:28.509000+00:00
['Artificial Intelligence', 'Machine Learning', 'Programming', 'Technology', 'Data Science']
Win Up To $300 in ZEN: Horizen + Acre Giveaway!
Horizen and Acre have partnered to make ZEN easily available! To celebrate, we are providing 3 lucky winners with $100 of ZEN. Please complete the steps below to enter the competition! Good Luck.
https://medium.com/acreapp/win-up-to-300-in-zen-horizen-acre-giveaway-97060a655ad2
['Acre Admin']
2019-01-30 19:52:38.099000+00:00
['Contests', 'Cryptocurrency']
Writing on Substack Using Your Mobile Device
One of the only features that Substack does not currently have, that I wish were implemented, is the creation of a mobile app. As many bloggers can attest, writing increasingly is taking place outside of the traditional office, desktop/laptop, and stationary desk configuration. Many writers are balancing multiple job...
https://medium.com/substack-writing/writing-on-substack-using-your-mobile-device-fd66d8b16273
['Substack Writing']
2020-07-10 03:17:20.164000+00:00
['Blogging', 'Writing', 'Substack', 'Blogging Guide', 'Writing Tips']
Mandy-
Mandy- Your article is a testament to your understanding of what active listening really is. In my not so humble opinion as a former oncology and hospice nurse and active cancer support group facilitator for over a decade, I can see by your choice of scene from “Inside Out” you really get it! It’s a rare quality and...
https://medium.com/@bobby-kountz/mandy-cf7b02a4a87c
[]
2020-12-24 01:30:55.279000+00:00
['Active Listening', 'Grief', 'Recovery', 'Inspiration', 'Grief And Loss']
How will smart cities look like 10 years from now?
We all grew up having our imaginations run wild from science-fiction movies on what the future would look like. There are myriads to recall but growing up, I remember thinking that flying cars and personal assistant robots would be the future. It’s 2020, while we are still working to introduce flying cars to the neighb...
https://medium.com/startupx/how-will-smart-cities-look-like-10-years-from-now-47f33ece6cfd
['Raymond D']
2020-09-02 08:20:48.092000+00:00
['Sustainable Impact', 'Smart Cities', 'Future', 'Hackathons', 'Startup']
Ƒinđ, cøpy, amp1ıfy: how Ukrainian fringe media used other alphabets to disguise COVID-19 claims
Several Ukrainian fringe media outlets republished an article amplifying the false claims of an Italian anti-vaxxer regarding the efficacy of quarantines and the feasibility of a potential vaccine in slowing the COVID-19 outbreak. In a likely effort to evade detection, the outlets substituted letters borrowed from diff...
https://medium.com/dfrlab/%C6%92in%C4%91-c%C3%B8py-amp1%C4%B1fy-how-ukrainian-fringe-media-used-other-alphabets-to-disguise-covid-19-claims-58a2f73bb145
[]
2020-04-23 17:07:11.899000+00:00
['Language', 'Coronavirus', 'Ukraine', 'Social Media', 'Covid 19']
DEATH IS WEALTH
When you think of death you immediately think of something negative. It is really difficult to associate death with anything good however death produces fruit. Let me explain this using the analogy of a wheat. The Bible in John 12:24 says “Truly, truly, I say to you, unless a grain of wheat falls into the earth and d...
https://medium.com/@omilola/death-is-wealth-900d45b4a84a
['Omilola Oshikoya']
2020-12-24 16:50:26.948000+00:00
['Wealth', 'Richerlifeseries', 'Deathiswealth']
What is selenium?
Selenium is one amongst the most wide used open source internet UI (User Interface) automation testing suite. It was originally developed by Jason Huggins in 2004 as an internal tool at Thought Works. Selenium is platforms and programming languages. Selenium may be simply deployed on platforms like Windows, Linux, Sol...
https://medium.com/@shireesha-tibacademy/what-is-selenium-1b08aac70a2
[]
2019-05-06 12:42:30.126000+00:00
['Selenium', 'Tibacademy', 'Selenium Webdriver']
Rio de Janeiro goes for H2O2 for better tap water
Tapping into the efficiency of hydrogen peroxide for water treatment There are many advantages to using hydrogen peroxide instead of chlorine for the treatment of drinking water. Following a lengthy collaboration with Solvay, the municipality of Rio de Janeiro decided to introduce hydrogen peroxide for the pre-oxidati...
https://medium.com/@SolvayGroup/hydrogen-peroxide-for-water-treatment-557ba33cd0d9
[]
2019-07-22 19:06:27.971000+00:00
['Hydrogen Peroxide', 'Chemicals', 'Water', 'Sustainable Development', 'Water Treatment']
Prospectors Weekly Review
In this weekly update, we’ll review the news and recently added features, as we wrap up another busy week for the Prospectors developers. We keep moving forward and are excited to announce the launch of our newest upgrade, the Land Registry. This long-awaited function is finally here and allows a player to sell a renta...
https://medium.com/@prospectors/prospectors-weekly-review-a399962df439
[]
2019-07-22 15:27:39.336000+00:00
['Eos', 'Blockchain', 'Cryptogames', 'Mmo', 'Dapps']
2021 Predictions: AR Advertising Exceeds $2 Billion
As we approach a new year, it’s time for our annual ritual of synthesizing the lessons from the past twelve months and formulating the outlook for the next twelve. Notably, when kicking off this thought exercise, we realized that several of the topics look similar to last year. Though there are lots of developments an...
https://medium.com/@arinsider/2021-predictions-ar-advertising-exceeds-2-billion-7aaa09775e39
['Ar Insider']
2020-12-24 19:00:59.787000+00:00
['Advertising', 'Augmented Reality']
How to Migrate from Google Maps to TomTom Maps in 8 Easy Steps
How to Migrate from Google Maps to TomTom Maps in 8 Easy Steps We’ll go through how to transition different elements of your map from Google to TomTom, as well as where the API differences lie. TomTom Developers Follow Aug 23 · 7 min read Using the TomTom SDK for Web as your new mapping solution has never been easier...
https://medium.com/tomtom-developers/how-to-migrate-from-google-maps-to-tomtom-maps-in-8-easy-steps-684076ead777
['Tomtom Developers']
2021-08-23 19:31:52.622000+00:00
['Location', 'Programming', 'Developer Tools', 'Maps', 'Software Development']
Day 11 (30 to 40)
Day 11 (30 to 40) By L. David Stewart PhD-c #30to40 I have spoken recently of my recent diabetes diagnosis. There is another thing I have not spoken about but have. Depression. Mental health became important to me in 2003. Before then, I never understood mental health never cared too. Then my mother took it. March ...
https://medium.com/@ldavid_45971/day-11-30-to-40-3d77200cfa13
['L David Stewart']
2020-12-25 04:21:20.431000+00:00
['Mental Health', 'Awareness', 'Depression', 'African American']
Iran breaks 2015 atomic arrangement, however, says open to follow rules on the off chance that the US lifts sanctions
Iran breaks 2015 atomic arrangement, however, says open to follow rules on the off chance that the US lifts sanctions Ahmadtan Nov 20, 2020·2 min read On Tuesday, the UN atomic guard dog, the International Atomic Energy Association (IAEA) affirmed that Iran has outperformed its allocated uranium-improvement limit. The...
https://medium.com/@ahmadtan740/iran-breaks-2015-atomic-arrangement-however-says-open-to-follow-rules-on-the-off-chance-that-the-6d67720cfe7a
[]
2020-11-20 05:40:01.735000+00:00
['Iran', 'Iaea', 'Arrangement']
Five “Lost & Found” Senses of Campus Ministry Amidst COVID-19
To minister on a college campus is to know that God could have called me anywhere for this season, yet he chose the campus as the daily context for my spiritual formation. As someone who has walked the stretch of NYU on West 4th Street a few thousand times since receiving my chaplain ID, I know that to be called to the...
https://medium.com/@lin.sarah.j/five-lost-found-senses-of-campus-ministry-amidst-covid-19-972c954070ef
['Sarah J. Lin']
2020-04-23 05:53:35.233000+00:00
['Prayer', 'College', 'NYC', 'Ministry', 'NYU']
Iranian Nowruz 2021–1400 Festival
Say Hello to the Spring: the Iranian New Year 2021 Dive into the Culture & Traditions of Iran Norooz 2021/1400 time — سال تحویل 1400 Sunday, March 21st 2021, 1:19:37 am ‏Streets are alive. Everyone is chasing spring in their own way. Some are buying Nowruz table decoration while others are deep cleaning their surro...
https://medium.com/@delgarm/iranian-nowruz-2021-1400-festival-ca626c4c14f2
[]
2020-12-19 08:49:34.568000+00:00
['Nowruz', 'Iran', 'Afghanistan', 'Tabrik Noruz']
Hell Hath No Fury: The Push and Pull of Poland’s Abortion Protests
Máté Hekfusz October 22 was a day of celebration for the right-wing nationalist PiS (Law and Justice), Poland’s ruling party. The country’s top court, the Constitutional Tribunal — its majority appointed by the party — ruled that abortions in the case of severe foetal disabilities were unconstitutional. As the vast ma...
https://medium.com/@sianyuad/hell-hath-no-fury-the-push-and-pull-of-polands-abortion-protests-6d503cc6c485
['Sia Nyuad']
2020-12-16 10:15:59.077000+00:00
['Poland', 'Protest', 'Abortion']
Manpasand shadi uk, Rohani jismani ilaj
Rohani Amil Syed Qaisar Shah Bukhari All problems solutions by call and WhatsApp +92 300 440 5774 Manpasand shadi, Manpasand shadi ka wazifa, Manpasand shadi ka taweez, Manpasand shadi ki dua, Manpasand online, Talaq ka masla, Online Istikhara, Love marriage solution, Get your love back, Family problems, Divorce probl...
https://medium.com/@qaisarshah5774/manpasand-shadi-uk-rohani-jismani-ilaj-c1ada8d0e0ec
['Qaisar Shah']
2021-04-27 08:14:25.109000+00:00
['Love Letters', 'Husband Wife Problem', 'Love Marriage', 'Love', 'Divorce']
How to Deal with Your First Rejection as a Writer
Photo by Alessandro De Bellis on Unsplash Whether you are a beginner writer or a seasoned one, we’ve all had to experience that first rejection. It sucks, but it’s good for you. Reading the words “Though we appreciate the opportunity to read your work, we don’t feel it meets our current needs” wasn’t as bad as I thou...
https://medium.com/@jessicaholman/how-to-deal-with-your-first-rejection-as-a-writer-6ed961dc2fb6
['Jessica Holman']
2020-12-23 13:06:46.835000+00:00
['Publishing', 'How To', 'Writing Tips', 'Writer', 'Writing']
EARN MONEY $10000 IN JUST 10 DAYS WITH CLICK BANK UNIVERSITY
Trust me here… If you’re like many Internet marketers, you can’t help drooling when you peruse the famous (and quite addictive) Click Bank marketplace. From just the front page of the marketplace Click Bank's clients will earn close to One Hundred Million Dollars this year! As you click from page to page, your eye...
https://medium.com/@malanghey/earn-money-10000-in-just-7-days-with-click-bank-university-b20634dde9d7
[]
2020-08-07 14:47:02.432000+00:00
['Earn Money Online', 'Affiliate Marketing', 'Make Money Online', 'Work From Home', 'Earnings']
Generational shift: How a 24-year-old democratic socialist won a seat on Redwood City’s council
“I will be fighting, having a voice in these conversations about sustainable housing.”—Lissette Espinoza-Garnica (Image via Lissette Espinoza-Garnica’s Facebook page) How did you hear that you won? The way I found out was through Facebook messaging. I knew I had a lead and my lead was growing and counts weren’t all i...
https://thesixfifty.com/generational-shift-how-a-24-year-old-democratic-socialist-won-a-seat-on-redwood-citys-council-8cc2c6ade2ba
['Danny Acosta']
2020-11-19 21:29:06.731000+00:00
['Socialism', 'Nonbinary', 'Youth', 'Bay Area', 'Silicon Valley']
Let’s build web app. with ASP.NET Core MVC
Software engineering and film. All are work-in-progress.
https://medium.com/@shah-hassan/lets-build-web-app-with-asp-net-core-mvc-741b3d2c425b
[]
2020-11-05 12:41:45.789000+00:00
['Dotnet Core']
Instagram Shopping Will Take over E-Commerce Faster Than You Think
The importance of social media for businesses has always been a controversial subject. Many think the ROI is too small and the effort is better spent somewhere else. Of course, the matter isn’t black and white. It depends on what you’re selling, and how you approach it. Nevertheless, it’s a valid point. Instagram and...
https://medium.com/swlh/instagram-shopping-will-take-over-e-commerce-faster-than-you-think-37b12c81a767
['Sebastian Juhola']
2019-12-09 09:01:01.501000+00:00
['Marketing', 'Ecommerce', 'Sales', 'Business', 'Social Media']
Recruitment KPIs: The biggest mistake staffing businesses make
Most staffing businesses track various key performance indicators (KPIs) including time to hire, offer to acceptance, quality of hire, cost per hire, candidate sourcing, and candidate pipeline, etc. to measure recruitment productivity, efficiency and business growth. While there is no shortage of punditry on what KPIs...
https://medium.com/@oorwin/recruitment-kpis-the-biggest-mistake-staffing-businesses-make-50da0c85317a
[]
2020-11-24 14:23:45.721000+00:00
['Kpi', 'Recruiting', 'Hiring', 'Staffing And Recruiting', 'Key Performance Indicator']
Reflections on grief, healing and transformation
# 8 The world outside, the world inside Photo by Sharon McCutcheon on Unsplash Some may say I got off easy, and many times, I’ve said it myself. Last year, I was living through a personal crisis, but I was also raising a beautiful child whom I delighted in. I was being cherished by the most wonderful partner you coul...
https://medium.com/@sheenadlima/reflections-on-grief-healing-and-transformation-b54174c8f1ec
[]
2021-05-21 05:35:33.498000+00:00
['Grief', 'Transformation', 'Healing', 'Parents']
Creative Writing Challenge
Hello! Here is a piece I wrote for a creative writing challenge back in October of 2020! The words of inspiration for this challenge are “reconcile” and “cemetery”. Photo by the blowup on Unsplash Her heart a cemetery; a solemn place haunted by pieces of family, lovers, and friends that had left. Very few were rememb...
https://medium.com/@deeleigh-freelance/creative-writing-challenge-4199116fab29
['Dee Leigh']
2020-12-19 06:29:07.528000+00:00
['Creative Writing', 'Creativity', 'Writing', 'Creative', 'Personal Writing']
People are SO much smarter than cats and NEVER freak out about things that are not real, right?
More from rstevens Follow I make cartoons and t-shirts at www.dieselsweeties.com & @rstevens. Send me coffee beans.
https://rstevens.medium.com/people-are-so-much-smarter-than-cats-and-never-freak-out-about-things-that-are-not-real-right-5dc3b0b5690c
[]
2019-05-16 04:04:54.419000+00:00
['Comic', 'Corporate Culture', 'Jerks', 'Cats']
Music Star Jeff Blue On The Five Things You Need To Shine In The Music Industry
Thank you so much for doing this with us! Can you tell us the story of how you grew up? I grew up in the San Fernando Valley. My father left my mom when I was one years old, and eventually took his own life. An incredible man, Mike Blue, married my mom and adopted me as his own son. My family was middle class, both pa...
https://medium.com/authority-magazine/music-star-jeff-blue-on-the-five-things-you-need-to-shine-in-the-music-industry-563bc9d0e0ea
['Karina Michel Feld']
2020-12-27 16:37:42.796000+00:00
['Pop Culture']
BERT for QuestionAnswering
A few months back, I wrote a medium article on BERT, which talked about its functionality and use-case and its implementation through Transformers. In this article, we will look at how we can use BERT for answering our questions based on the given context using Transformers from Hugging Face. Suppose the question aske...
https://medium.com/towards-artificial-intelligence/bert-for-questionanswering-bfff793a4cd8
['Shweta Baranwal']
2020-11-19 04:30:44.368000+00:00
['Deep Learning', 'NLP', 'Coding', 'Naturallanguageprocessing', 'Bert']
The Two-Step Process Prior to Sentencing that can Make all the Difference
Lawrence Hartman is the author of GUILTY TILL PROVEN INNOCENT: A Shocking Inside View Into America’s Failing Justice System (now available online at Amazon) and may be contacted by email at Lawrence@ComplianceMitigation.com to discuss your legal mitigation needs. Okay, so you’ve either signed a Plea Agreement or lost ...
https://medium.com/@justicefailing/the-two-step-process-prior-to-sentencing-that-can-make-all-the-difference-ef401186facb
['Failing Justice']
2020-11-01 11:30:22.845000+00:00
['Arrest', 'Prison', 'Criminal Justice Reform', 'Criminal Justice', 'Prison Reform']
Land titles on the blockchain as an appropriate use of Blockchain
Paper-title → Digitally stored on blockchain There is a significant rise in blockchain projects being launched on a daily basis. However, a lot are either “scams” or inappropriate use of blockchain in an attempt to raise capital. Recently I was called a “hater” for pointing out the total lack of any value proposition...
https://medium.com/blockchain-strategy-and-use-cases/land-titles-on-the-blockchain-as-an-appropriate-use-of-blockchain-d52b0b5898dd
['Gayan Samarakoon']
2020-01-30 12:32:57.507000+00:00
['Bitcoin', 'Blockchain', 'Blockchain Technology', 'Blockchain Startup']
8 Reasons The European VC Industry is Lagging Behind
With only 7 per cent of the world’s population, the EU makes 20 per cent of global R&D investments and has a leading position in global public R&D investments. It produces one third of the top 10 per cent most cited scientific publications worldwide. However, the EU does not manage to turn its scientific excellence int...
https://medium.com/speedinvest/8-reasons-why-the-european-vc-industry-is-lagging-behind-b93770ae1e70
['Isabel Russ']
2020-01-26 00:03:54.706000+00:00
['Investors', 'Investing', 'Venture Capital', 'Europe', 'Insights']
I HAVE A CONFESSION TO MAKE:
I HAVE A CONFESSION TO MAKE: Photo by Ante Hamersmit on UnSplash I must admit to myself and those that read this, I am not a good writer. I have been writing the thoughts that are in my head, and what is in my head doesn’t always come out coherently. I usually have so many thoughts at one time that they run in to eac...
https://medium.com/@industriousguy/i-have-a-confession-to-make-1bfa1e6da754
['Tyler Zimmerman']
2020-12-14 06:06:56.779000+00:00
['Confessions', 'Knowledge', 'Writing', 'Themes']
Exit Stage Center: Lack of Traction for Moderate Dem Candidates Signals Voters are Looking for Vision in 2020
As the Democratic debate stage narrowed to ten, the losers were largely moderate candidates who struggled to attract a base. While in years past the plethora of white, establishment male candidates would have been the traditional choice, in 2019 they formed a coterie of largely indistinguishable faces and voices. Moder...
https://kkholland.medium.com/exit-stage-center-lack-of-traction-for-moderate-dem-candidates-signals-voters-are-looking-for-64aac9353005
['Kk Holland']
2019-09-01 03:13:23.934000+00:00
['2020 Presidential Race', 'Politics', 'DNC', 'Democratic Debate']
About Me
I’m Tanner Cole, a journalist and essayist currently living in upstate New York. I have a bachelor degree in journalism and political science from Western Kentucky University. I do literary writing, investigative journalism and magazine-style reporting. I have a lot of experience managing websites and social media plat...
https://medium.com/tanner-cole/about-79cab2619cfd
['Tanner Cole']
2016-06-15 16:03:24.616000+00:00
['About']
Ch. 19 Thoughts & Prayers
Ch. 19 Thoughts & Prayers When my friends, extended family and family friends heard about what happened, many of them sent flowers and cards to my mom’s apartment. After coming back from the nightmare of the attack and the legal proceedings that followed, it was so nice to be back in Rhode Island. When I walked into m...
https://medium.com/brokenbook/ch-19-thoughts-prayers-47fb1b964566
['Lauren Azar']
2019-08-16 02:34:38.357000+00:00
['Trauma', 'Survivor', 'Metoo', 'Sexual Assault', 'PTSD']
gyp: No Xcode or CLT version detected macOS Catalina | Anansewaa
gyp: No Xcode or CLT version Did you recently update your macOS Catalina to version 10.15.2? If you did, then you probably in the same boat too. What I immediately noticed from my terminal is this new shiny error about gyp: No Xcode or CLT version detected any time I ran either yarn install or npm install gyp: No Xco...
https://medium.com/flawless-app-stories/gyp-no-xcode-or-clt-version-detected-macos-catalina-anansewaa-38b536389e8d
['Allan Philip Barku']
2020-11-21 09:18:54.624000+00:00
['Xcode', 'iOS', 'Mobile', 'Mobile App Development', 'iOS App Development']
I DON’T MISS YOU/ No Te Extraño
in Change Your Mind Change Your Life
https://medium.com/@desireeghandourfawaz/i-dont-miss-you-no-te-extra%C3%B1o-94f31ab43d6
['Desiree Calderon De Fawaz']
2020-12-06 22:36:01.171000+00:00
['Spanish', 'Español', 'Poc', 'Poesia', 'Poetry']
Iridescence
Photo by Christopher Alvarenga on Unsplash My hand accidentally brushing against yours Is a stage set for love’s iridescent allure Mapping you in my veins to your wind-torn, riddled essence Peeled petals of a rose — its flared fragrance In sheers of breaths hunger-strewn Ruffling the quiet’s cool cocoon I try to...
https://medium.com/loose-words/iridescence-147961d27ce5
['Shalini C']
2020-05-15 14:52:54.473000+00:00
['Poems On Medium', 'Romance', 'Relationships', 'Love', 'Poetry']
Trends in the Top-Cited Articles on Classic Psychedelics (Lawrence et al.)
Trends in the Top-Cited Articles on Classic Psychedelics (Lawrence et al.) Published: Feb 3, 2021 Journal of Psychoactive Drugs ~ A case of sustained antidepressant effects and large changes in the brain with a single brief exposure to nitrous oxide (Desmidt et al.) Published: Feb 4, 2021 The American Journal of ...
https://medium.com/@updatespsy/trends-in-the-top-cited-articles-on-classic-psychedelics-lawrence-et-al-a17309183067
['Psychedelic Science Updates', 'Updatespsy']
2021-02-04 15:11:52.606000+00:00
['Psychedelics']
Chance
Do you believe in a guardian angel? I was about to write my journal this morning when my sister Vonny called. She told me a story about a kind lady who seemed to have God’s protection in her life. I know it may sound so cliché, but I believe that every one of us has our own guardian angel. Think about it. How can ...
https://medium.com/@sylvia-silvers/chance-f349e86aac5b
['Sylvia Silvers', 'Aka Sylvia Astuti Gunawan']
2020-10-10 04:31:51.642000+00:00
['Guardian Angels', 'Solutions', 'Problem Solving', 'Opportunity', 'Chance']
The Best Proxies for Building Price Scraper Tools
With so many businesses depending on accurate data for decision making and growth, web scraping is becoming a more familiar term as the day goes by. It has gone through different stages of development to become one of the best methods of data extraction to get a large amount of information from target sites in a fast a...
https://medium.com/@limeproxies/the-best-proxies-for-building-price-scraper-tools-8a40a1fdccae
[]
2020-12-21 14:07:23.624000+00:00
['Scrapingtools', 'Price Scraper', 'Software Development', 'Software', 'Web Scraping']
How to build an effective UX Research Repository with Jared Forney from Okta
Transcription [00:01:08] Jared Well maybe while we’re working through that, we can just kind of get a little bit of a high-level overview of kind of our roles [00:01:14] Sofia So first of all, thank you, everybody, for joining us today. I’m very excited about this session and to have the opportunity to chat with Jare...
https://medium.com/enjoyhq/how-to-build-an-effective-ux-research-repository-with-jared-forney-from-okta-e67a2663f2c0
['Sofia Quintero']
2020-06-23 21:58:02.134000+00:00
['UX', 'Design Research', 'Researchops', 'User Research', 'User Experience']
Sunshine Today…
Sunshine Today… A brief meditation on satisfaction, contentment, & the significance of the absence of a guy in a hockey mask chasing us with a chainsaw . . . Image courtesy of author’s pics Sunshine today and just yesterday we worked out to The Beatles Revolver Album, in vinyl, of course (because we’re just T...
https://medium.com/an-idea/sunshine-today-802e4155fead
['Terry Trueman']
2020-12-28 06:13:53.109000+00:00
['Music', 'Contentment', 'Humor', 'Poetry', 'Chainsaw Killers']
Anyone Say B Corp?
A few months ago, skincare brand Aesop announced its B Corp certification. My first reaction was: That’s amazing! But on second thought I realised that I had no clue what a B Corp certification actually meant. Just like the Fairtrade and USDA certifications or the Leaping Bunny, it’s a symbol that you recognise on prod...
https://medium.com/@buylessbutbetter/anyone-say-b-corp-108d68e5bc98
['Buy Less But Better.']
2021-01-26 13:00:23.056000+00:00
['Sustainability', 'Ethical Consumerism', 'Consumerism', 'Buy Less', 'Bcorporation']
That was unfortunate, Rhonda Skinner.
That was unfortunate, Rhonda Skinner. Some actually feel, unworthy begging, that is if they are not pretending. Nevertheless, we learn every day, and experience is the best teacher. Thank you for reading.
https://medium.com/@lanupitan/that-was-unfortunate-rhonda-skinner-389c89b7cd53
['Lanu Pitan']
2020-12-21 00:14:26.998000+00:00
['Spirituality', 'Kindness']
Supply and demand in blog Traffic.
What is flexibly and request blog traffic? Supply and demand are just flexibly and request about blog traffic. Otherwise called building up a typical need. Which is done through commitment. Furthermore, the alternatives are interminable from Groups and Pages to Communities and Forums. There are different strategies to...
https://medium.com/@seniei/supply-and-demand-in-blog-traffic-6d3518d3fa26
['U. Ajg']
2020-11-13 03:02:59.241000+00:00
['Weight Loss', 'LinkedIn', 'Dogs', 'Beauty', 'Affiliate Marketing']
Keep Your Hands Off Our Post Office
Photo Credit: Tommy Simmons/The Idaho Press Last weekend, USPS workers across the country used their day off from work to protest a recent privatization proposal for the United States Post Office. Privatizing USPS would not just be a disaster for rural citizens and workers, it would also dramatically hurt small busine...
https://jakespolitics.medium.com/keep-your-hands-off-our-post-office-db196188be1
['Jake S']
2018-10-12 18:49:57.757000+00:00
['Politics', 'Budget', 'Unions', 'Privatization', 'Trump']
Faggot
This is not new. This is not an indictment. I hear the word for the first time at some point when I’m — how old? I don’t know. I know I’m younger than six because of where I live. It’s a long time before I’ll be cognizant of sexual orientations or homosexuality or anything. I do see what they say it about — kids who ...
https://medium.com/@luke-lakatosh/faggot-bb12b48feb07
['Luke Lakatosh']
2020-12-13 11:19:59.478000+00:00
['Identity', 'Queer', 'Sexuality', 'Gender', 'Peace']
Top 150+ special good morning quotes for friends||good morning wish
Homelatest status Top 150+ special good morning quotes for friends||good morning wish Good morning message to a friend: Send your friends a good smile and a lot of hope to get up, which can help them make every day count. This can be an inspirational morning quote or sweet good morning message for friends, some fun le...
https://medium.com/@businessmodel958/top-150-special-good-morning-quotes-for-friends-good-morning-wish-4ff851771d78
[]
2020-12-09 14:00:23.600000+00:00
['Lifehacks', 'Life Hacking', 'Change Management', 'Stats', 'Qunqun']
Imprisoned for Christ, Advancing the Gospel
Now I want you to know, brethren, that my circumstances have turned out for the greater progress of the gospel, so that my imprisonment in the cause of Christ has become well known throughout the whole praetorian guard and to everyone else, and that most of the brethren, trusting in the Lord because of my imprisonment,...
https://medium.com/verse-by-verse/imprisoned-for-christ-advancing-the-gospel-73a2a3f3487c
['Brad Creech']
2020-12-24 18:56:07.423000+00:00
['Philippians', 'Gospel', 'Bible', 'Bible Study', 'Christianity']
Anatomy of the Pfizer/BioNTech COVID19 mRNA Vaccine
The WHO Published the Details of the Injected Sequence - Here’s What it Means “You have no idea what’s in that injection, other than the microchips,” the meme proclaims. But thanks to great transparency we know exactly what’s in the new Pfizer / BioNTech mRNA vaccine directed against SARS-CoV2. First, no microchips! ...
https://medium.com/@kevinfolta/anatomy-of-the-pfizer-covid19-mrna-vaccine-eb29beff7aa3
['Kevin Folta']
2021-01-11 15:22:33.030000+00:00
['Vaccines', 'Covid 19', 'Vaccination', 'Pfizer', 'Sars Cov2']
Trenchant Remark
Trenchant Remark A tale of her sharpened tongue Enters Goddess thunderous returns rustled leaves blowing torrential wind partying rockstar slamming juice of choice bass pumping veins vigorous flow house special meat beat manifesto. Music stops scratching pad records pausing wheels of steel lost words Aphrodite...
https://medium.com/scrittura/trenchant-remark-867b1b65e99a
['Joseph Lieungh']
2020-10-24 15:18:36.353000+00:00
['Poetry', 'Saturday Poetry Prompt', 'Ani Po', 'Submission', 'Prompt']
Roadblocks to Impact. No one would claim that 2020 has been…
No one would claim that 2020 has been an easy year. Dominated by a global pandemic that shows little signs of abating, the wide-ranging and complex consequences are still largely uncertain. For some, the hit is personal; for others working in certain sectors, it’s a financial catastrophe. Many social entrepreneurs are...
https://medium.com/@investforgoodblog/the-importance-of-funding-social-entrepreneurship-during-crisis-d96a8e76a076
['Invest For Good']
2021-01-27 11:17:04.395000+00:00
['Bridge Loan', 'Impact Investing', 'Crisis', 'Risk Management', 'Funding']
A Forgotten Life Lesson Shared from a 99-Year Old Filled with Regret
I Wish I Would Have Stopped Longing for the Past “Lara, we are in the middle of something unimaginable. In my near century here on this Earth, I would have called you a fool if you told me there was going to be a time where I couldn’t leave my apartment to go to a restaurant, take a walk, or have a drink. But here we ...
https://medium.com/mind-cafe/a-forgotten-life-lesson-shared-from-a-99-year-old-filled-with-regret-cf153b14196f
['Jordan Gross']
2020-04-29 19:04:40.797000+00:00
['Mental Health', 'Inspiration', 'Life', 'Life Lessons', 'Psychology']
Day 53 — Building a Design System in Figma (and saying goodbye to Sketch)
Day 53 — Building a Design System in Figma (and saying goodbye to Sketch) Bob Weishar Jan 22·4 min read Today I switched from Sketch to Figma. Since starting Invincible, I’ve used Sketch for all of our design work — from social media posts to app design to web design. It’s a really amazing tool — and especially compa...
https://medium.com/@bobweishar/day-53-building-a-design-system-in-figma-and-saying-goodbye-to-sketch-ea023c62bbe0
['Bob Weishar']
2021-01-22 02:27:08.075000+00:00
['Founder Advice', 'Startup Lessons', 'Figma', 'Sketch']
Curious Travel Diaries: Sinhagad Fort
Sinhagad Fort trek view Sinhagad Fort, the ideal weekend getaway for a majority of Punekars, was something I thought of visiting over the last weekend. Located approximately 35 to 40 km from the city of Pune with the road having its fair share of bumps and mild city traffic but sometimes the destination is worth it to...
https://medium.com/@arunpottekat/curious-travel-diaries-sinhagad-fort-82a3e6057d5d
['Arun Pottekat']
2021-03-12 08:49:54.539000+00:00
['Blogging', 'Hiking', 'Roadtrip']
Why We Need to Raise Awareness on the Issues of AI Now
What Communities and Individuals Can Do This article was written as a follow-up on the UN75–2020 and Beyond conference in October 2020. Artificial Intelligence (AI) is already being considered as a technology of great influence — and it is advancing and developing rapidly. AI is a very powerful technology and can be ...
https://medium.com/@roxana-lara-pomplun/why-we-need-to-raise-awareness-on-the-issues-of-ai-now-4f923cbb4edf
['Roxana Lara Pomplun']
2020-12-03 16:45:10.978000+00:00
['AI', 'Privacy Protection', 'United Nations', 'Digital Security', 'Un75']
Switzerland at epicentre of cryptocurrency revolution
Switzerland has become a global hub for cryptocurrencies and the blockchain technology they are built on, with investors flocking to the wealthy Alpine nation to get in on the virtual action. The country’s largest city, Zurich, set up its first bitcoin ATM four years ago, while the Swiss national rail company has sinc...
https://medium.com/letknownews/switzerland-at-epicentre-of-cryptocurrency-revolution-b8863955f032
[]
2018-03-31 11:09:26.194000+00:00
['Bitcoin', 'Blockchain', 'ICO', 'Switzerland', 'Cryptocurrency']
Stabbed 27 Times
The victim’s hand shakes as she picks up a glass of water and takes a sip. Lifting her head to drink exposes markings that resemble serrated edges of a knife across her neckline. It’s somewhere in between scab and scar with the faintest bit of fresh still lagging. The bruises on her face are healing and now a faded sh...
https://erikasauter.medium.com/stabbed-27-times-58c2cd9e6446
['Erika Sauter']
2018-11-08 14:51:45.854000+00:00
['Relationships', 'Work', 'Domestic Violence', 'Politics', 'Culture']
Hello everyone I geuss this is my first time doing this my name’s summer Im not the very brightest…
Hello everyone I geuss this is my first time doing this my name’s summer Im not the very brightest person but life is fair life is a gift that some people wish they didn’t receive but some people have it worse the blessings or little moments you have with someone or something thing which is predicted on your pronouns I...
https://medium.com/@summer.m.2025/hello-everyone-i-geuss-this-is-my-first-time-doing-this-my-names-summer-im-not-the-very-brightest-52ced6ec1a40
['Summer M']
2020-12-20 05:21:28.236000+00:00
['Fear', 'Peace Of Mind', 'Life Lessons', 'Self Worth', 'Love']
Fr. Troy Beecham
Fr. Troy Beecham Sermon, 1 Christmas 2020 John 1:1–18 “In the beginning was the Word, and the Word was with God, and the Word was God. He was in the beginning with God. All things came into being through him, and without him not one thing came into being. What has come into being in him was life, and the life was th...
https://medium.com/@Troy_Beecham_Episcopal/fr-troy-beecham-12ff7d19aecc
['Father Troy Beecham']
2020-12-27 19:51:17.380000+00:00
['Jesus', 'Father Troy Beecham', 'Christianity', 'Revelation', 'God']
Investing in the Future You. Are you choosing or are you letting someone else choose for you?
I spend all day every day thinking about and talking about why someone else is uniquely awesome. Getting to explain to someone why they’re uniquely awesome is one of my favorite things to do. But before I start down the path of someone’s fabulousness, I ask them where they want to go, who they want to be, and what fut...
https://medium.com/@joannabloor/investing-in-the-future-you-are-you-choosing-or-are-you-letting-someone-else-choose-for-you-44af15441950
['Joanna Bloor']
2020-12-21 20:14:02.181000+00:00
['Cinderella', 'Future Of Work', 'Future You', 'Fairy Godmother', 'Career Development']
The Art of Trail Running
The Art of Trail Running How This Faithful Road Runner Fell in Love With Trail Running. Trail running isn’t really running. It’s making sure you don’t trip and plummet over a cliff. Trail running is just really fast hiking. As an avid road runner, this is what I thought about trail running. Road running in my book i...
https://medium.com/runners-life/the-art-of-trail-running-a69646cb8fa
['Carrie Killian']
2020-12-30 17:05:05.596000+00:00
['Running', 'Life Lessons', 'Explore', 'Health', 'Runners']
10 tips to help improve your metabolism
Get Your Metabolism Trigger That Surely Help You to Boost Metabolism level. By relying on foods that accelerate metabolism, you will become much more energetic, forget about sleep problems, feel stronger, more resilient, and in a couple of weeks you will notice that your clothes are too big for you. Follow a few rules...
https://medium.com/@maryasmith/10-tips-to-help-improve-your-metabolism-f787cab8a4a7
['Marya Smith']
2020-12-26 15:36:45.480000+00:00
['Weight Loss', 'Metabolism Diet', 'Metabolism Trigger', 'Metabolism', 'Burn Fat']
The Demon Trap On Social Media
The Demon Trap On Social Media Photo by Plann on Unsplash The end of the previous year was quite terrible for me because I had just broken up with my boyfriend or rather he had ended things with me. Why?- that’s a story for another day. I had fallen into a dark place and the words he said to me still haunt me today....
https://medium.com/@Emmanuella.A/the-demon-trap-on-social-media-5b2da671ff90
['Emmanuella A.']
2020-12-27 19:19:21.490000+00:00
['Self', 'Life', 'Tips', 'Social Media']
What is Falsificationism?
Falsificationism could be understood as a solution to the problems entailed by the use of inductive reasoning for the construction of genuine scientific knowledge, which was introduced by Karl Popper in the middle of the twentieth century. Even though it has since been the subject of criticisms, this concept provoked a...
https://medium.com/social-science-software-design/what-is-falsificationism-3b20bfeaea79
['Pascal Belouin']
2016-10-18 13:14:59.129000+00:00
['Research', 'Method', 'Psychology', 'Social Theory', 'Theory']
The Magic 2020 Ball, a Magic 8 Ball for this year
Author’s Note: Hope you all weathered 2020 as best you could! I know the world threw a lot of crap our way this year, but from how I’ve seen my friends and family respond, I’m proud of what we have accomplished despite the unexpected speed bumps in our journey. This comic is the first in a series, the rest appearing ...
https://medium.com/tech-doodles/beware-the-magic-20-20-ball-3245f88e71ce
['Kiki Schirr']
2020-12-18 16:15:30.515000+00:00
['Humor', 'Comics', 'Art', 'Funny', 'Magical Realism']
Conventional Media, Between Alive or Death is Still a Big Question
The development of information technology makes it easy for people to fulfill information needs. And now, this information is in digital form, which is people need an internet network to access them in online media. And now online-based media are starting to flourish like harvests in all seasons. Falling Down Slowly ...
https://medium.com/minijournalic/conventional-media-between-alive-or-death-is-still-a-big-question-d825ec438e9
['Gelar Aldi S']
2020-12-24 11:48:37.165000+00:00
['Opinion', 'Articles', 'Conventional Media', 'Online Media', 'Journalism']
Django ORM internals- Environment setup
Django ORM internals- Environment setup In this article, we will learn how Django ORM works. According to experts, If we would like to learn some new thing, the best way is, to read the code base of some existing implementation. If you are working in some Python-based ORM & you are not looking into the Django codes t...
https://medium.com/analytics-vidhya/django-orm-internals-environment-setup-42cf66dff5b2
['Asit Mahato']
2020-12-22 16:39:50.419000+00:00
['Django Orm', 'Object Relational Mapping', 'Orm', 'Django', 'Python3']
What is the value of the design thinking process?
What’s the value of the design thinking process? Design thinking reduces the uncertainty and risk of innovation by engaging customers or users through various research techniques. It is a proven method that significantly reduces time-to-market and saves a considerable amount on costs. With an emphasis on problem-solvi...
https://medium.com/@beckybirch/what-is-the-value-of-the-design-thinking-process-89cb3b156794
['Becky Birch']
2020-12-21 12:09:29.894000+00:00
['Business Growth', 'Product Design', 'Web Design', 'Optimization', 'Innovation']
What’s Your Story
When founding your startup, it is important to have a growth story. While investors may invest in teams and technology, they’ll still need to see your operating cost model, how you are finding customers and how much they pay for your products and services. If you’re bringing in a lot of money, the investor will assume...
https://medium.com/@hallmartin/whats-your-story-db7b9c0b24db
['Ten Capital Network']
2019-11-15 20:54:26.046000+00:00
['Growth Story', 'Fundraising', 'Strategy', 'Performance', 'Startup']
The Average Human Body Temperature Is No Longer 98.6 F
The Average Human Body Temperature Is No Longer 98.6 F We’re all chilling out, new research shows Photo: Faba-Photography/Getty Images One of the most widely accepted standard measurements of the human body, a normal temperature of 98.6 degrees Fahrenheit, has declined gradually for more than 150 years in the United...
https://elemental.medium.com/the-average-human-body-temperature-is-no-longer-98-6-f-c88c19716852
['Robert Roy Britt']
2020-01-19 01:38:51.334000+00:00
['Health', 'Evolution', 'Medicine', 'Science', 'Humans']
Technological Unemployment: automation and the purpose of life
© Copyright Rune Fisker 2016 The relationship between technological advancement and unemployment has been at the centre of scrutiny and debate for well over a century. That is, the advancements in technological innovation have been a driving force for unemployment. Today, the debate has come back in many academic and ...
https://medium.com/swlh/technological-unemployment-automation-and-the-purpose-of-life-5247d138e017
['Ziad Al-Ziadi']
2020-09-15 20:33:15.270000+00:00
['Theory', 'Artificial Intelligence', 'Economics']
The Coldest Game (2019) • Netflix
The Coldest Game (2019) • Netflix During the Cuban missile crisis, a math genius finds himself drafted to play in a US-Soviet chess match… and a deadly game of espionage. Bill Pullman was hurriedly drafted to take over the lead role in The Coldest Game after the producer’s original choice, William Hurt, sustained an ...
https://medium.com/framerated/the-coldest-game-2019-netflix-615eec2bf94a
[]
2020-03-03 18:31:01.498000+00:00
['Culture', 'Movies', 'Netflix', 'Review', 'Films']
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']
All I Want for Christmas is a Good Night’s Sleep
Tonight’s the night! Tonight, after making sure the stockings are hung by the chimney with care and all the other preparations, you’re supposed to be tucked in your bed with visions of sugar plums dancing in your head. In other words, sleeping, perchance to dream! Or maybe not. If you’re like me and you have what’s ...
https://medium.com/middle-pause/all-i-want-for-christmas-is-a-good-nights-sleep-2b03457becc8
['Marilyn Flower']
2021-02-25 17:21:20.447000+00:00
['Insomnia', 'Sleep', 'Wisdom', 'Health', 'Mental Health']
What is the Earthquake?
Earthquake is a disaster that has existed since the creation of the world. Since this disaster exists in the balance of nature, we define it as a natural disaster. To understand the earthquake, let’s first look at the structure of the Earth. Our world is not just made up of this land, water, and the air we see. Let’s d...
https://medium.com/predict/what-is-the-earthquake-e98bf39ac788
['Recep Suluker']
2020-11-29 11:36:37.464000+00:00
['Disaster', 'Earth', 'Science', 'Earth Science', 'Earthquake']
The Abuse of Tibet Separatist Forces By Nancy Pelosi is On the Spot
In the domestic political struggle in the United States, House Speaker Nancy Pelosi is a rival who flummoxes Donald Trump, especially her persistent impeachment of President Trump. On February 4, Donald Trump refused to shake hands with Nancy Pelosi before his State of the Union address. When everyone stood up and appl...
https://medium.com/@legoanto/the-abuse-of-tibet-separatist-forces-by-nancy-pelosi-is-on-the-spot-6a295f72788a
['Antonella Ros']
2020-12-26 17:13:02.451000+00:00
['Nancy Pelosi', 'United States', 'USA', 'China', 'Tibet']
Why Gen-X Single Parents are Broke!
So many divorced parent’s depend on child support to help support their children. The payment should help cover food, clothing and keeping a roof over their heads. It most often does not cover anything extra leaving the live-in parent with extra expenses and less savings over the years. Gen-X are particularly hit hard ...
https://medium.com/@pattitarell/why-gen-x-single-parents-are-broke-bd0fc875f310
['Patti Tarell']
2020-12-26 17:46:17.164000+00:00
['Divorce', 'Financial Struggles', 'Gen X', 'Single Moms']
The Importance of Forging Real Relationships at Work
The Science: Strong Relationships Linked to Happier & Longer Lives. In July 1988, a provocative Science paper by House and colleagues proposed a causal association between social relationships and mortality, based on the review of five large prospective studies. Now, more than two decades after House et al’s seminal r...
https://medium.com/gc-entrepreneur/the-importance-of-forging-real-relationships-at-work-d797dc08ceb2
['Dr. Liz Girolami']
2019-02-17 15:10:55.904000+00:00
['Workplace', 'Relationships', 'Happiness', 'Gce Wellbeing', 'Workplace Culture']
Don’t Make Yourself at Home in Night City
Don’t Make Yourself at Home in Night City Night City burns with brightly colored ads, blaring music, chrome finishes, and a constant buzzing of notifications. Check your map, every inch is lit up with icons that demand your attention. Check your phone, there is always an unread message and an offer on a vehicle. It’s ...
https://medium.com/super-jump/dont-make-yourself-at-home-in-night-city-40041d925a35
['B. M. Gonzalez']
2020-12-14 05:35:56.980000+00:00
['Features', 'Society', 'Videogames', 'Architecture', 'Homeless']
A Day I Will Never Forget
Success “Every accomplishment starts with the decision to try.” “Those who dare to fail miserably can achieve greatly.” “As we express our gratitude, we must never forget that the highest form of appreciation is not to utter words, but to live by them.” “Leadership and learning are indispensable to each other.” - “L...
https://medium.com/illumination/a-day-in-life-i-will-never-forget-79-6ec4139e6f96
['Bill Abbate']
2020-07-18 11:47:53.593000+00:00
['Leadership', 'Self Improvement', 'Life', 'John F Kennedy', 'History']
Diabetic Cyborg Life 12/29: My Story of Caring Pt.2
The love of life and others is the main message and finding a moral, just way of living is of the utmost importance … Part 2: Constant posting of Buddhist principles and ideas drew a love of the human instincts and morals of a secular way of love and morays. It seems that is why I so easily turned those enlightened id...
https://medium.com/adam-the-diabetic-cyborg-daily/diabetic-cyborg-life-12-29-my-story-of-caring-pt-2-56c83259bf7a
['Adam', 'Diabetic Cyborg']
2020-12-29 06:02:55.248000+00:00
['Optimism', 'Liberal Democracy', 'Human Rights', 'American History', 'Hope']
Good Data Science: The art of being skeptical, to allow room for creativity
Domain and technical knowledge aren’t sufficient criteria when looking for your new data science hire. We have found that a better characterization of a data scientist’s innate potential is the way they balance creativity and skepticism. Good data science comes from a state of precarious balance between two diametrica...
https://medium.com/@jonathangallion/good-data-science-the-art-of-being-skeptical-to-allow-room-for-creativity-9414f11eb236
['Jonathan Gallion']
2020-12-21 18:05:32.224000+00:00
['Machine Learning', 'Data Science', 'Hiring']
Happy Is an Elephant. Is She Also a Person?
The subject of the most important animal-rights case of the 21st century was born in Thailand during the Vietnam War. Very soon after that, a tousle-haired baby, she became trapped in human history. She was captured, locked in a cage, trucked to the coast, and loaded onto a roaring 747 that soared across the Pacific un...
https://medium.com/@bradleyw129/happy-is-an-elephant-is-she-also-a-person-7547a3f2f7d7
['Bradley William']
2021-11-16 12:15:37.685000+00:00
['Vietnam', 'Animals', 'War', 'Thailand']
On the Outskirts of Hope
On the Outskirts of Hope A Poem Photo by Evelyn Paris on Unsplash I don’t live there, in a hopeful place where the future is a foregone conclusion and our hope is a beacon, a signal of our resolve No, that place is nice, but not really my cup of tea as I prefer a heavier dose of real talk and statistical an...
https://medium.com/poetry-palace/on-the-outskirts-of-hope-ee87a547f9b3
['Jonathan Greene']
2020-05-11 17:29:41.731000+00:00
['Hope', 'Poetry', 'Society', 'Life', 'Nature']
Holiday Spirit Art Contest: Artist Submissions
We were thrilled with the response to our Holiday Spirit Art Contest from Colorado’s artist community! Thank you for sharing your beautiful interpretations of Holiday Spirit throughout our state. Your creativity inspired everyone on our team! Here are the submissions and artist statements. We’ll announce our winner on...
https://medium.com/towwn/the-towwn-holiday-spirit-art-contest-artist-submissions-c8bc0283fb64
[]
2020-12-23 01:13:59.833000+00:00
['Artist', 'Christmas', 'Colorado Art', 'Holidays', 'Colorado']