title stringlengths 1 200 ⌀ | text stringlengths 10 100k | url stringlengths 32 829 | authors stringlengths 2 392 | timestamp stringlengths 19 32 | tags stringlengths 6 263 |
|---|---|---|---|---|---|
5 Essential YouTube Channels For Coders | 1. Fun Fun Function
Fun Fun Function: Now defunct. Its creator, MPJ, took his excellent Quora question-answering abilities and translated that into a YouTube channel that currently has around 250k subscribers. Don’t let its defunct-ness stop you from checking this channel out, as there’s about 5 years worth of content... | https://medium.com/javascript-in-plain-english/5-great-youtube-channels-for-teaching-coding-concepts-ad0aab003d20 | ['Sunil Sandhu'] | 2020-10-27 18:19:57.897000+00:00 | ['JavaScript', 'Web Development', 'Software Development', 'Computer Science', 'Programming'] |
Chrome’s console.log is the slowest | JavaScript is great. You can slice & dice huge datasets on the fly, and play with them, and explore them, and turn them into pictures. All live in the browser.
Not “big data” huge, more like “Holy shit, 5 years ago this would crash my browser” huge. Like, you’re playing with a dataset on 177,830 salaries in the US sof... | https://medium.com/swizec-a-geek-with-a-hat/chromes-console-log-is-the-slowest-a263a75efdfb | ['Swizec Teller'] | 2016-10-04 21:58:48.129000+00:00 | ['JavaScript', 'Programming', 'Front End Development', 'Web Development', 'Software Development'] |
Due Diligence | Bobby Chiu
We limn the darkness as best we can,
trying to shine light into corners
where the scariest monsters await.
Such shining demands deft courage.
Shaky hands hold the illuminating torch.
Fear is a wise and constant companion.
The darkest corners are in the mind.
Some monsters despise the light.
Look har... | https://medium.com/geezer-speaks/due-diligence-9679f902a3a0 | ['Mike Essig'] | 2017-09-16 07:34:22.633000+00:00 | ['Poetry', 'Consciousness', 'Dreams', 'Fear', 'Psychology'] |
Ignore The United Front In Belfast, It’s All For Show | After three years of suspension the Northern Ireland Assembly finally reconvened & much needed governance was restored. With the initial housekeeping of getting the Assembly ancillary structures set up the first big debate was scheduled for Monday 20th January. What was this debate about? The dire situation of our publ... | https://medium.com/@Aaron_R_Rankin/ignore-the-united-front-in-belfast-its-all-for-show-2d0caca0a3f9 | ['Aaron Rankin'] | 2020-03-03 18:06:51.611000+00:00 | ['Northern Ireland', 'Politics', 'UK Politics', 'Brexit', 'Ni Politics'] |
Clear the Runway to Let Your Art Take Off! | Do you ever have plans to create art, but you find that you have to take care of other matters first? You may find yourself saying:
I just need to eat first
Let me just check my email/Facebook/Instagram first
I better pay some bills before I get deep into artmaking
Oh! I need to call so-and-so back. I’ll do that fi... | https://medium.com/@annamieka/clear-the-runway-to-let-your-art-take-off-31e1b7935db8 | ['Annamieka Hopps Davidson'] | 2021-08-19 20:47:30.259000+00:00 | ['Habit Building', 'Creativity', 'Mentoring Programs'] |
Hi:) | Hi:)
This is the disclaimer that this will not be a very serious dispensary of writing. The grammar will be poor and the rhetoric just alright. I am giving this warning because if anyone reads this…well good luck.
Now, since that has been established let me introduce myself. My name is H. I’m a 19 year old average Am... | https://medium.com/@rachaelhassiepen/hi-fbe99d11531a | ['H'] | 2020-12-24 06:25:26.776000+00:00 | ['First Post', 'College', 'New Writers', 'Journal'] |
A Home in Ruin: The Work of Mohamad Hafez at the Lanoue Gallery | Originally published to the Core Blog on April 6, 2017 at 1:19 pm.
“We Have Won!” by Mohamad Hafez. (Maher Mahmoud via The New Yorker)
Last Sunday, April 2nd, a solo show opened at the Lanoue Gallery, located not far from us [at Boston University] on Harrison Ave. Featuring artwork by Syrian artist Mohamad Hafez, cur... | https://medium.com/@aboutadaughter/a-home-in-ruin-the-work-of-mohamad-hafez-at-the-lanoue-gallery-a3d2ca0f3f64 | ['Cat Dossett'] | 2020-07-15 15:42:25.697000+00:00 | ['Syria', 'Mohamad Hafez', 'Contemporary Art', 'Middle East', 'Boston'] |
The Dangers of Rolling Our Eyes at Others | Photo by Max-Jakob Beer on Unsplash
A Devotional on John 1:43–51 (focus on verses 43–46)
In the musical Les Miserables, a group of students revolt against the corrupt Paris government. The group is led by Enjolras, a passionate man willing to sacrifice everything to see change. He leads his fellow revolutionaries in ... | https://medium.com/nobody-left-out/the-dangers-of-rolling-our-eyes-at-others-12e2d8dbdda2 | ['Michael Murray'] | 2019-10-15 16:44:34.052000+00:00 | ['Spirituality', 'Jesus', 'Bible', 'Christianity', 'Life'] |
Making MAST Meaningful; Bitcoin Atomic Swaps Become Private | This is still not private, since the hash of x appears in both chains. They would use different pubkeys on the different chains, so the pink key on chain W would differ from the pink key on Y, but the x value must be the same on both chains. MAST allows the first transaction to be rewritten so that only one of the thre... | https://medium.com/hackernoon/making-mast-meaningful-bitcoin-atomic-swaps-become-private-ff003f7c2b7a | ['Brian Deery'] | 2017-10-06 15:43:08.236000+00:00 | ['Atomic Swaps', 'Bitcoin', 'Privacy', 'Blockchain', 'Mast'] |
5 BOOK RECOMMENDATIONS | 5 BOOK RECOMMENDATIONS
The Picture of Dorian Gray
A novel by Oscar Wilde. It caused a lot reactions when it was published. Still, it is one of the most popular philosophical books.
A Clockwork Orange
Devastating, intense story. Anthony Burgess wrote it and Stanley Kubrick filmed it in 1971. Both of them are amazing... | https://medium.com/@varsinemel/5-book-recommendati%CC%87ons-20b576fb6cb5 | [] | 2020-12-27 17:30:04.262000+00:00 | ['2020', 'Book Recommendations', 'Books', 'Da Vinci Code', 'Dorian Gray'] |
How we built an easy-to-use image segmentation tool with transfer learning | How we built an easy-to-use image segmentation tool with transfer learning
Label images, predict new images, and visualize the neural network, all in a single Jupyter notebook (and share it all using Docker Hub!)
Authors: Jenny Huang, Ian Hunt-Isaak, William Palmer
GitHub Repo
Introduction
Training an image segmen... | https://towardsdatascience.com/how-we-built-an-easy-to-use-image-segmentation-tool-with-transfer-learning-546efb6ae98 | ['Jenny Huang'] | 2020-08-06 00:11:03.936000+00:00 | ['Transfer Learning', 'Visualization', 'Image Segmentation', 'Unet', 'Editors Pick'] |
Easy integration testing of GraphQL APIs with Jest | In modern software development, you know for sure that automated tests are crucial for the success of your software project. But writing unit tests is only part of the story, as you also need to check if all the code you’ve written works well together and that your service as a whole actually does what it’s supposed to... | https://medium.com/swlh/easy-integration-testing-of-graphql-apis-with-jest-63288d0ad8d7 | ['Philipp Schmiedel'] | 2019-06-09 16:09:28.446000+00:00 | ['Testing', 'Integration', 'GraphQL', 'Jest', 'Software Development'] |
Media: The Truth About Pastor Kimberly Brown Preaching Rant Vs Brian Carn | Media: The Truth About Pastor Kimberly Brown Preaching Rant Vs Brian Carn
The old black church and black gospel news with Hood Evangelis. Click the links below to check out her reactions for celebrity Pastors and false prophets like: Gino Jennings, Bishop Bernard Jordan, Larry Reid, Pastor Creflo Dollar, Td Jake’s, Pa... | https://medium.com/@hood-evangelist/media-the-truth-about-pastor-kimberly-brown-preaching-rant-vs-brian-carn-18c78bf558a6 | ['Hood Evangelist'] | 2020-12-27 00:45:00.640000+00:00 | ['Christianity', 'Mental Health', 'BlackLivesMatter', 'Church', 'Wellbeing'] |
PIP 14 — Divergent Oracle Prices. Proposal for adding more sources of… | PIP 14 — Divergent Oracle Prices
Summary of Proposal
This proposal was put forward by an anonymous white hat developer. I’ve updated it below to reflect what is possible in the current PegNet software.
1. Add more diversity to the OPR generating parties (meaning who can submit OPRs) 50% weight to miners— 50% weight ... | https://medium.com/@djohnstonec/pip-14-divergent-oracle-prices-6b8e0ac4396c | ['David A. Johnston'] | 2020-05-05 18:12:16.716000+00:00 | ['Ethereum', 'Pegnet', 'Staking', 'Mining', 'Blockchain'] |
They’re all jumping on this bandwagon while they act like cowards and admit that Biden one. | They’re all jumping on this bandwagon while they act like cowards and admit that Biden one. Ernst and Gaetz are both ones that jumped quickly on this bandwagon. I think it’s ridiculous. | https://medium.com/@adamebadenhorst/theyre-all-jumping-on-this-bandwagon-while-they-act-like-cowards-and-admit-that-biden-one-c0f6cec142a3 | ['Adam E. Badenhorst'] | 2020-12-06 19:26:29.154000+00:00 | ['2020 Presidential Race', 'US Politics', 'USA', 'Politics'] |
10 Selenium Webdriver Tips and Tricks | Many times we face some simple issues while working with Selenium Webdriver. Few simple steps can increase the stability and execution speed of the automated test. I have listed down various use cases faced in real time while working on Selenium with Java. Also listed down code snippets for these use cases which can be... | https://medium.com/@ankit-s-agrawal/10-selenium-webdriver-tips-and-tricks-514f5ab928ec | ['Ankit Agrawal'] | 2021-04-26 16:37:03.478000+00:00 | ['Selenium', 'Automation Testing', 'Selenium Test Automation', 'Quality Assurance', 'Selenium Webdriver'] |
Vice-President Harris’s tone-deaf cookie choice threatens to derail Biden agenda | Vice President Harris speaking at a Press Conference in Guatemala
While traveling to Central America on a tour to improve diplomatic relations in the region and tackle the border crisis, Vice President Kamala Harris handed out cookies decorated in her likeness to members of the press pool. This move quickly generated ... | https://medium.com/@mfox99/vice-president-harriss-tone-deaf-cookie-choice-threatens-to-derail-biden-agenda-20da6f102426 | [] | 2021-06-08 22:03:27.331000+00:00 | ['Joe Biden', 'Cookies', 'Joe Manchin', 'Kamala Harris', 'Politics'] |
Running productive distributed teams | At Distributed we manage distributed teams that deliver work in hard-to-hire-for and expensive areas of digital marketing and tech on behalf of our clients. From content creation, through API design and analytics integrations and all the way up to the development of Artificial Intelligence.
We deliver this work at a h... | https://medium.com/distributed/running-productive-distributed-teams-6c68fbd15d41 | ['Callum Adamson'] | 2017-06-30 07:29:19.095000+00:00 | ['Remote Working', 'Health', 'Distributed Teams', 'Future Of Work', 'Future'] |
Common Medications May Increase Risk of Alzheimer’s Dementia | Common drugs such as Advil, Tylenol, Benadryl, Sominex and many others may increase the risk of cognitive decline and Alzheimer’s disease, according to a study published this fall in the journal Neurology.
Known as anticholinergics, this broad class of drugs includes over-the-counter and prescription medications used ... | https://medium.com/@medtruth/common-medications-may-increase-risk-of-alzheimers-dementia-1e9637973f39 | [] | 2020-12-19 01:13:32.187000+00:00 | ['Patient Safety', 'Research', 'Public Health', 'Dementia', 'Alzheimers'] |
D2D Universal Book Links — and why I won’t use them | In a previous article, I waxed lyrical about ‘going wide’ with Draft2Digital [D2D]. I still think it’s a good service, but there’s one feature I won’t be using, despite its convenience, and that feature is their Universal Book Link [UBL].
The UBL works like this: when you click on the link to a book, you’re taken to t... | https://medium.com/tikh-tokh/d2d-universal-book-links-and-why-i-wont-use-them-f185ed585c12 | ['A.C. Flory'] | 2018-04-21 01:49:02.485000+00:00 | ['Geolocation', 'Tracking', 'Self Publishing', 'Universal Book Link', 'Draft2digital'] |
Soulmates | Soulmates
A Journey Together
Photo by Sharon McCutcheon on Unsplash
He feels so close to me
Yet so faraway from reach
But my heart is comforted
Solely by just that proximity
Created by my thoughts
Slowly and steadily we shall
One day sooner or one day later
Grasp in our hands and squeeze
With pleasure and ac... | https://medium.com/illumination/soulmates-e91644b73fef | ['Lady Foxx'] | 2020-10-24 15:11:47.027000+00:00 | ['Poetry On Medium', 'Relationships', 'Illumination', 'Soulmates', 'Poetry'] |
Surgical Microscopes Industry Development And Business Trends | surgical microscopes market
Market growth influenced due to following factors-
Increasing use of fluorescence image-guided surgery (NYSE:FIGS).
Increase in the number of surgeries and growing demand for MIS.
Advancements in healthcare facilities & technological advancements.
Global market size-
According to resea... | https://medium.com/@sara-keller/surgical-microscopes-industry-development-and-business-trends-d6bbc9573831 | ['Sara Keller'] | 2021-06-17 10:29:04.197000+00:00 | ['Surgical Technology', 'Medical Devices', 'Healthcare Technology', 'Microscope', 'Business Development'] |
Analysis interactivity: Automation jobs by the ONS | With that in mind, I thought about another story that used a chatbot to interact with the reader.
A few months back I read a data analysis from the ONS about the jobs at higher risk of being automated.
And for it they used a chatbot, which felt a bit ironic but at the same time was on point.
Before being introduced ... | https://medium.com/narrative-from-linear-media-to-interactive-media/analysis-interactivity-automation-jobs-by-the-ons-9f1d10927629 | ['Jonathan Touriño Jacobo'] | 2020-11-02 11:16:49.334000+00:00 | ['Data Journalism', 'Interactivity', 'Job Automation'] |
My 2020 S.M.A.R.T. Goals | I had a great plan to kick off 2020. Since Meghan and I couldn’t be together at midnight (she was performing a holiday show with Second City and I was performing with Hot Seat at iO [R.I.P.]), I cooked up a plot to host a 3 A.M. celebratory feast. Before I left for the theater, I prepped the ingredients for Alison Roma... | https://medium.com/@chandlergoodman/my-2020-s-m-a-r-t-goals-264471c929ad | ['Chandler Goodman'] | 2021-01-01 22:33:20.402000+00:00 | ['Resolutions', 'Smart Goals', 'Goals', 'Self Improvement', '2020'] |
LIVE STREAM — American Music Awards of 2021 [Full Show] | American Music Awards of 2021, Sunday November 21, 2021 at 08 PM
>> WATCH LIVE HERE <<
LINK : https://cutt.ly/eTnWZr0
Details :
Event : American Music Awards of 2021
Date/Time : Sunday, November 21, 2021 at 08 PM
Venue : Microsoft Theater, USA
✓ I do not own this song or the Image, all credit goes, It’s so Aweso... | https://medium.com/@AmericanMusicAwards-2021/live-stream-american-music-awards-of-2021-full-show-c0fcf5ddfb47 | ['American Music Awards', 'Live Stream'] | 2021-11-17 06:05:58.079000+00:00 | ['Awards', 'Concerts', 'Festivals', 'Music', 'American Music Awards'] |
Percona Series / XtraDB Cluster, 5.7 | This post will walk you through how to setup Percona XtraDB Cluster 5.7. There are 2 nodes available for which I have previously created. The first one is a CentOS 8 server and the second one is a Debian 10. Based on these servers I can explain both installation processes.
Quick note: Creating clusters with odd number... | https://medium.com/swlh/percona-xtradb-cluster-5-7-b17e2aa55bbe | [] | 2020-11-26 07:38:12.807000+00:00 | ['Sql', 'Database', 'Percona', 'Database Administration', 'MySQL'] |
Apache Kafka Fundementals Part-1 | Understanding the Basic Principles of Messaging Systems:
You would not have come here if you did not know about applications where each application uses data that gets processed by other external applications or application consuming data from one or more external data sources.
Messaging System acts as an integration... | https://medium.com/analytics-vidhya/apache-kafka-fundementials-part-1-70baedf80662 | ['Yamen Şaban'] | 2020-11-19 17:28:17.489000+00:00 | ['Analytics', 'Apache Kafka', 'Kafka', 'Big Data', 'Data Science'] |
“It-Just-Doesn’t-Feel-Right” Bugs | Product Craftsmanship
Everything I know, I try, and I Fail About Making A Product… | https://medium.com/product-craftsmanship/it-just-doesn-t-feel-right-bugs-bc0584a5065 | [] | 2016-03-14 11:03:30.526000+00:00 | ['Software Development', 'Product Management', 'Testing'] |
Podcast — Designing Shambala Festival | Photo credit: Jenna Foxton
Shambala is a four-day festival that takes place in Northamptonshire, England with over 200 musical, comedy, and dance acts across dozens of venues and stages. It is a multiple award winner, including the Innovation Award at the 2018 UK Festival Awards, in recognition of its pioneering susta... | https://medium.com/@designthinkersacademylondon/podcast-designing-shambala-festival-design-thinkers-academy-990725f6012a | ['Design Thinkers Academy London'] | 2021-11-23 11:36:55.113000+00:00 | ['Music Festivals', 'Festivals', 'Music', 'Shambala', 'Design Thinking'] |
We’re Living in a Failed Moral State | We’re Living in a Failed Moral State
The two defining tragedies of the Trump age — family separation and the disastrous pandemic response — show how far America’s moral authority has fallen.
There’s been quite a lot of chatter recently about how Americans are living in a failed state. It’s not hard to see why. In add... | https://medium.com/reluctant-moderation/were-living-in-a-failed-moral-state-86ca7809da90 | ['Dr. Thomas J. West Iii'] | 2020-12-19 17:20:39.092000+00:00 | ['Politics', 'Child Separation', 'Society', 'Morality', 'Trump'] |
Top 8 Must Buy Flight Simulator Games In PlayStation 4 | Top 8 Must Buy Flight Simulator Games In PlayStation 4 Ogreatgames Mar 8·8 min read
Experience flying in the air with PlayStation 4 flight simulator video games! PlayStation 4 offers a variety of simulation video games such as life simulation and flight simulation. Today, we are going to give you some amazing recommen... | https://medium.com/@ogreatgames/top-8-must-buy-flight-simulator-games-in-playstation-4-7f24b923c3df | [] | 2021-03-08 09:36:26.906000+00:00 | ['Shooter', 'Pilot', 'Simulation', 'Flight', 'Videogames'] |
Boot a Laravel Project on Docker | Have you ever walked on the beach watching the beautiful sunset and wondering how can I boot a Laravel project on Docker? Me neither, but here we are.
Since you are already here, you might already have some idea about Docker. In short, Docker is an open source tool which uses containers to create, build, and run appli... | https://medium.com/monstar-lab-bangladesh-engineering/boot-a-laravel-project-on-docker-72501d3487e1 | ['Faisal Islam Raju'] | 2019-08-02 03:59:21.565000+00:00 | ['PHP', 'MySQL', 'Apache', 'Docker', 'Laravel'] |
Implications of Being Taken | Despite the fact that the UFO abduction phenomenon shatters the Western worldview and reveals us to be utterly helpless, the average populace accepts it more readily than the most culturally educated or intellectually developed among us.
It’s not quite apparent to me why we grow so wedded to our perspectives on the wo... | https://medium.com/@528hz/implications-of-being-taken-98b8b07072a6 | ['Think Tank'] | 2021-09-14 02:50:16.285000+00:00 | ['Religion', 'Space', 'Aliens', 'News', 'Politics'] |
Capitalism and Democracy are Mutually Exclusive | This short Q+A was originally published at Balkans Post: http://balkanspost.com/article/876/capitalism-and-democracy-are-mutually-exclusive
BP: How would you describe the effects of a highly capitalist economic system, namely that of the United States, on the livelihood of ordinary people living in that country?
Will... | https://medium.com/datadriveninvestor/capitalism-and-democracy-are-mutually-exclusive-240bc5033c24 | ['William Hawes'] | 2020-03-15 09:28:58.206000+00:00 | ['Economics', 'Finance', 'Capitalism', 'Democracy', 'Politics'] |
The Data Science Internship Hunt: A Fortune 500 Story | The Data Science Internship Hunt: A Fortune 500 Story
How to go about getting a Data Science Internship in the United States?
It’s that time of the year again when all the Master’s students in the United States are either in search of internships or have bagged one. It’s at times confusing and frustrating, but every ... | https://towardsdatascience.com/the-data-science-internship-hunt-a-fortune-500-story-534e21bae055 | ['Jay Kachhadia'] | 2019-05-01 21:34:15.078000+00:00 | ['Data Engineering', 'Media', 'Internships', 'Entertainment', 'Data Science'] |
Starting off Modern: State of Congressional Modernization Keynote with Rep. | Virtual hearings and orientation sessions are just part of the modernization program Reps. Kilmer and Davis have helped steer in the 116th Congress
In the opening remarks for the First Branch Tech, Science, and Data New Member Orientation, POPVOX co-founder Marci Harris and Congressional Management Foundation CEO Brad... | https://medium.com/capitol-hill-tsd/starting-off-modern-state-of-congressional-modernization-keynote-with-rep-492f5155de66 | ['Anne Meeker'] | 2020-12-18 21:07:24.770000+00:00 | ['Democracy', 'Article', 'Congress', 'Politics'] |
The analysis of Forex market (10th July) | This article is daily analysis from analyst Ray
The dollar index rebounded modestly, with Federal Reserve chairman Colin Powell due to give his semiannual monetary policy testimony to the house financial services committee and appear before the senate banking committee on Thursday. In the early hours of the morning, t... | https://medium.com/@cptmarketsofficial/the-analysis-of-forex-market-10th-july-654f882217b0 | ['Cpt Markets'] | 2019-07-10 11:06:34.439000+00:00 | ['Trade', 'Cpt Markets', 'Analysis', 'Macroeconomics', 'Finance'] |
How to Earn a STEM Degree Online | Tip 1. Ask questions.
Teaching yourself anything, let alone at the university level, can be frustrating at best. When you’re taking STEM subjects, you compound the matter tenfold.
The key to success is to ask questions. All of the questions. No matter how “dumb” you think they are, they need to be asked. Classes move... | https://medium.com/age-of-awareness/how-to-earn-a-stem-degree-online-80bf1c023719 | ['Madison Hunter'] | 2020-11-15 00:13:43.655000+00:00 | ['Education', 'STEM', 'University', 'Student Life', 'Self Improvement'] |
6 Kebiasaan Baik yang Saya Pelajari dalam Membangun Software | Learn more. Medium is an open platform where 170 million readers come to find insightful and dynamic thinking. Here, expert and undiscovered voices alike dive into the heart of any topic and bring new ideas to the surface. Learn more
Make Medium yours. Follow the writers, publications, and topics that matter to you, a... | https://medium.com/teknomuslim/6-kebiasaan-baik-yang-saya-pelajari-dalam-membangun-software-99b28a680881 | ['Didik Tri Susanto'] | 2020-12-25 05:32:22.059000+00:00 | ['Startup', 'Coding', 'Software Development', 'Tips And Tricks', 'Software Engineering'] |
Docker container as an executable to process images using Go (golang) | Image Processing Program
In this lesson, we are going to write a Go program that takes a source image on the file system (using the path of the image) and crops the image in a square shape. It also tweaks the contrast and brightness. Then it finally saves the grayscale format of the image on disk. The results look lik... | https://medium.com/sysf/docker-container-as-an-executable-to-process-images-using-go-golang-5233f9bd3bf7 | ['Uday Hiwarale'] | 2020-12-18 08:14:16.825000+00:00 | ['Docker Image', 'Go', 'Docker', 'Image Processing', 'Dockerfiles'] |
I Am Made of Ghosts | I am
made of ghosts —
the small, wide-eyed girl
who clutched a juicy pear
and smiled for the camera
with ribbons in her hair.
I am
the lanky, not-quite-teen
passing notes and braving dares.
I am
the young musician,
studying boys and dyeing hair.
I am
the college woman,
nose always in books,
who never see... | https://medium.com/where-my-poems-go/i-am-made-of-ghosts-45e56a89b7f8 | ['Elle Rogers'] | 2020-01-06 17:01:01.230000+00:00 | ['Family', 'Love', 'Time', 'Poetry', 'Life'] |
8 Global Cryptocurrency Market Trends in 2020 | 1. China will continue to influence the industry
China arguably became the most influential international actor in the cryptocurrency market in 2019, to a large part displacing even the United States in this regard. However, we believe that in 2020 the “boy who cried wolf” effect will gradually reduce market reactions... | https://medium.com/exmo-official/8-global-cryptocurrency-market-trends-in-2020-d381ced608d8 | [] | 2020-01-24 14:28:34.997000+00:00 | ['Trading', 'Crypto', 'Cryptocurrency', 'Ethereum', 'Bitcoin'] |
Bitcoin Miners are Escaping China | Tracking what happens to newly issued bitcoins can yield meaningful insights into the collective behavior of both mining pools and the individual miners operating within them. In order to discern these two very different actors, Coin Metrics has produced a set of aggregate metrics that serve as proxies.
As a proxy for... | https://medium.com/coinmetrics/bitcoin-miners-are-escaping-china-d3937e8f018c | ['Lucas Nuzzi'] | 2021-05-25 16:51:01.001000+00:00 | ['Bitcoin', 'Bitcoin Mining', 'Mining', 'Cryptocurrency'] |
Dreaming of a White Christmas | The Importance of Socioeconomic Privilege in “Home Alone”
An eight year old boy is left behind by his family during the holidays. Alone and vulnerable, he is forced to fight off the self-proclaimed Wet Bandits — a duo of robbers who will go to ridiculous extents to loot his house. For most of us, including myself, the... | https://medium.com/@abhajoshi/dreaming-of-a-white-christmas-f83b8124325e | ['Abha Joshi', 'She Her'] | 2021-03-03 19:34:15.859000+00:00 | ['White Privilege', 'Home Alone', 'Race', 'Christmas', 'Class'] |
The US has notoriously an problem with popularity contests but, over and above that, your students… | The US has notoriously an problem with popularity contests but, over and above that, your students live in the Peeple app era — you can’t afford to be anything less than Duracell Bunny bright and cheerful … or your social credit might wane | https://medium.com/@whereangelsfeartotread/the-us-has-notoriously-an-problem-with-popularity-contests-but-over-and-above-that-your-students-daa516715b46 | ['Where Angels Fear'] | 2020-12-21 22:09:13.926000+00:00 | ['Cinema', 'Film', 'Movie Review', 'Movies', 'Film Reviews'] |
Finding the sweet spot in Georgia’s mountains | Vano is only 19 years old, but his ambition is to become the largest producer of honey in his region.
“Not only the largest,” he says with a broad smile. “On our farm, we produce the best, purest mountain honey, made by a very special kind of endemic species — the Georgian grey mountain bee, which has been in my famil... | https://medium.com/@undpgeorgia/finding-the-sweet-spot-in-georgias-mountains-f8dcdaba0374 | ['Undp Georgia'] | 2020-12-10 20:43:38.382000+00:00 | ['Agriculture', 'Farming', 'Mountains', 'Undp', 'Georgia Caucasus'] |
High School Graduates From Low-Income Families Report taking a Gap Year Due to COVID-19: STUDY | High School Graduates From Low-Income Families Report taking a Gap Year Due to COVID-19: STUDY
We surveyed 300+ high school grads in Washington State. More students from lower income and/or BIPOC families reported delaying postsecondary enrollment to join the workforce compared to their white and wealthier peers. Foun... | https://medium.com/the-foundry10-voice/high-school-graduates-from-low-income-families-report-taking-a-gap-year-due-to-covid-19-study-401f45638b74 | [] | 2020-12-15 22:34:14.130000+00:00 | ['Equity', 'Research', 'Gap Year', 'Education', 'Access'] |
Ikigai and the 4 Questions to know your purpose in life | What is Ikigai
Iki means to live and Gai means reason. Ikigai thus means a reason to live.
Most people believe that life is a checklist to be completed. go to school, go to college, get a stable job, and build your career.
That’s is like the single track path that society dictates you to do. Robert Kiyosaki called i... | https://medium.com/@theperfectadvise/ikigai-and-the-4-questions-to-know-your-purpose-in-life-54689ea7d009 | ['The Perfect Advise'] | 2020-12-23 13:44:35.878000+00:00 | ['Philosophy Of Mind', 'Purpose', 'Self Actualization', 'Self-awareness', 'Ikigai'] |
Apple One: Are Apple’s new subscription bundles worth it? | Screenshot: Apple
Apple recently released a new subscription service that bundles many of its already popular services. It seems reasonable for just a few bucks a month, but it has many of us asking: is it really worth it?
Apple One is separated into three tiers: Individual, Family, and Premier. To see if Apple One i... | https://medium.com/@jakewebb02/apple-one-are-apples-new-subscription-bundles-worth-it-409d8b2ce923 | ['Jacob Webb'] | 2020-12-27 23:02:51.533000+00:00 | ['Apple Music', 'Apple TV', 'Spotify', 'Apple', 'iPhone'] |
Jenkins — How Can We Get Started Jobs in Jenkins (Part 3) | In the previous article, we learned how to create Users + Manage + Assign Roles in Jenkins. In this article, I will be highlighting how can we create some basic JOBS in Jenkins. Furthermore, these are the points which I am going to explain.
How to create a basic Job in Jenkins.
Basic Job Configurations.
How to run t... | https://medium.com/swlh/jenkins-how-can-we-get-started-jobs-in-jenkins-part-3-8db3567e4981 | ['Kasun Dissanayake'] | 2020-07-12 22:19:16.586000+00:00 | ['Jenkins', 'Jenkins Pipeline', 'Jenkins Job Builder'] |
Implementing Observability in a Service Mesh | Implementing Observability
Envoy is just awesome! It has a comprehensive set of configuration options and has tons of metrics to share. It is also the component that can give you rich access logs and HTTP Request Tracing. As discussed above, Consul is the control plane through which you can configure Envoy with these ... | https://medium.com/izettle-engineering/implementing-observability-in-a-service-mesh-273c7409283d | ['Jude Dsouza'] | 2020-09-28 14:22:24.191000+00:00 | ['Consul', 'Site Reliability', 'Service Mesh', 'Envoy Proxy', 'Observability'] |
How Does Becoming a Parent Change Your Life? | Let us take you to the journey where this life-changing stuff happened. And, we totally believe that by end of the read; parenthood is going to inspire life within you! So here goes a list of the top seven reasons (out of the endless list), how your life can also transform:
1. You’re going to find your best friend aft... | https://medium.com/home-sweet-home/how-does-becoming-a-parent-change-your-life-6338312694e | ['Aditi K'] | 2020-10-10 06:31:15.411000+00:00 | ['Life Lessons', 'Workaholic', 'Confessions', 'Work Life Balance', 'Parenting'] |
Collect and Store Streaming TimeSeries data into Amazon TimeStream DB | Photo by Ben White on Unsplash
Introduction
This implementation guide discusses serverless architectural considerations and configuration steps for deploying the Streaming TimeSeries Data Solution for Amazon TimeStream DB in the Amazon Web Services (AWS) Cloud. It includes links to a code repository that can be used ... | https://medium.com/cloud-data-analytics/collect-and-store-streaming-timeseries-data-into-amazon-timestream-db-6178bee7434a | ['Prasanth Mathesh'] | 2021-01-11 06:51:50.439000+00:00 | ['Lambda', 'Data Engineering', 'Kinesis', 'Time Series Data', 'AWS'] |
Editor’s Faves — Top 10: Why Coding Knowledge Is the Future of Literacy | Here is a list of our top 10 writers who are telling you different things from learning to code to object-oriented programming — but it includes less technical pieces as well:
10. How To Code With SoloLearn
Agnes Laurens is a radio journalist, violinist, a mother, and a painter. She is a fabulous writer from the Neth... | https://medium.com/technology-hits/editors-faves-top-10-why-coding-knowledge-is-the-future-of-literacy-a0d6864e4ad2 | ['Dew Langrial'] | 2020-12-16 21:48:24.417000+00:00 | ['Writing Tips', 'Readinglist', 'Self Improvement', 'Reading', 'Writing'] |
Wartime | Image Credit: Columbia Pictures
I ate a salad at lunch today.
But more importantly, I overheard a conversation between the ladies sitting next to me.
They both worked for a small startup and one of them was onboarding the new employee.
At some point, one of them brought up Zoom ($ZM) and *very quickly* it was agree... | https://medium.com/@johnbonini/wartime-11efce0d58bd | ['John Bonini'] | 2019-05-31 03:52:41.871000+00:00 | ['Bull Market', 'Zoom', 'Software', 'Startup', 'Information Technology'] |
Enums (Enumeration Objects) in Python | Let's say you are a pokémon developer in 1997 and you have to develop the first Pokémon Edition Yellow Edition. You have already created the basic Pokémon class and also the subtypes like AQUA, FIRE and GRASS, which inherit from the base Pokémon class, are ready.
Let´s see how we could do that without using enumeratio... | https://medium.com/@allahueggbert/custom-enumeration-objects-in-python-98dd1bd4c47f | [] | 2020-12-12 16:45:22.218000+00:00 | ['Enum', 'Object Oriented', 'Enumeration', 'Oop', 'Python'] |
Humans as political point scorers | The end justifies the means?
If we want to stop refugee’s from paying profiteers stupid sums of money that they do not have to risk their lives to cross an ocean to arrive in a new land seeking simple dignity and opportunity, we incarcerate people for years and years. We treat them all as criminals. We remove any form... | https://medium.com/@christine-mcd/humans-as-political-point-scorers-5a5a2ffc9c71 | ['Christine Mcdougall'] | 2021-06-08 20:46:05.685000+00:00 | ['Imagination', 'Syntropic World', 'Syntropic Enterprise', 'Politics', 'Syntropy'] |
Dalton Tanonaka | Tanonaka wins supreme court review in investment case | Dalton Tanonaka | Tanonaka wins supreme court review in investment case Dalton Tanonaka ·Dec 13, 2020
Dalton Tanonaka
TANONAKA WINS SUPREME COURT REVIEW IN INVESTMENT CASE
The Supreme Court of Indonesia on October 27, 2020, ruled in favor of Dalton Ichiro Tanonaka in his role as Director of P.T. Melia Media Internat... | https://medium.com/@daltontanonaka/dalton-tanonaka-tanonaka-wins-supreme-court-review-in-investment-case-91be49a090e9 | ['Dalton Tanonaka'] | 2020-12-13 14:08:33.298000+00:00 | ['Supreme Court', 'Dalton Tanonaka', 'Investment Case'] |
The Paradox and Instability of Our Preferences | One of my recent articles, as some also before, got a lot of feedback. I was both glad about it but also confused.
The thought, “I wish they didn’t,” started circling in my head each time a like or a response appeared in various places where I shared the story.
It was interesting to observe it because when I wrote it... | https://medium.com/rule-of-one/the-paradox-and-instability-of-our-preferences-cc07001bffb6 | ['Victoria Ichizli-Bartels'] | 2020-12-13 13:00:41.583000+00:00 | ['Ambition', 'Self-awareness', 'Writing', 'Mindfulness', 'Feedback'] |
Web Redesign Tips For Small Business | Numerous independent companies have obsolete websites in light of the fact that the way toward refreshing their website appears to be so careful, regardless of whether they’ve recognized an incredible Dallas web design agency like our own with WordPress designers and web developers who are profoundly gifted at small ve... | https://medium.com/@cooperativecomputingdallas/web-redesign-tips-for-small-business-d15e7e9c9f52 | [] | 2020-10-28 11:33:45.404000+00:00 | ['Web Design', 'SEO', 'Web Development', 'PPC Marketing', 'Website Design'] |
Infinite Scroll With Photo Gallery in React | Photo by kimi lee on Unsplash
To understand the context of what and how infinite scroll works, you can read the following article: https://medium.com/dev-genius/infinite-scroll-with-photo-gallery-in-vanilla-javascript-9dc1d3896cf7
This article is pretty much a react version of the article I just included. The focus o... | https://medium.com/weekly-webtips/infinite-scroll-with-photo-gallery-in-react-c7219b8be2a0 | ['Michael Tong'] | 2020-12-02 08:46:54.242000+00:00 | ['Animation', 'CSS', 'Web Development', 'React', 'JavaScript'] |
Drug Discovery With Neural Networks | Drug Discovery With Neural Networks
A summary of the Mechanisms of action (MoA) prediction competition on kaggle where we used deep learning algorithms to predict the MoA of new drugs.
Figure 1. Overview (1) Human cells are treated with a drug. (2) Gene expression and cell viability measurements. (3) The data is fed ... | https://medium.com/swlh/drug-discovery-with-neural-networks-a6a68c76bb53 | ['Amin Yamlahi'] | 2020-12-17 16:19:51.516000+00:00 | ['Drug Discovery', 'Kaggle Competition', 'Artificial Intelligence', 'Machine Learning', 'Deep Learning'] |
The Rise of Consumer Activism | Digital Activism More Rampant Among Young Americans
While commodity activism isn’t new, it seems to be more popular than ever, especially among younger people. Cause & Social Influence, a research group focused on young Americans and their involvement in social movements recently released a report on how young America... | https://medium.com/free-thinkr/the-rise-of-consumer-activism-96a32277909b | ['Rozali Telbis'] | 2020-12-15 16:27:23.827000+00:00 | ['Consumerism', 'Activism', 'Commodity Activism', 'Race', 'Politics'] |
Stably Announcement for USDS Consolidation + Upcoming Stably Enterprise Token Launches | Stably is building a more efficient global economy — faster, cheaper, and accessible to all — through USDS, a regulated stablecoin. Learn more at www.stably.io
Follow | https://medium.com/stably-blog/stably-announcement-for-usds-consolidation-upcoming-stably-enterprise-token-launches-9ce27c17bfd4 | [] | 2020-06-24 18:16:09.855000+00:00 | ['Announcements', 'Stably', 'Enterprise Technology', 'Tokenization', 'Fintech'] |
Truth = Utility | Truth = Utility
Definition and implications of a new kind of epistemology
Source: Todd Quackenbush at Unsplash
We have officially entered the post-truth era.
With the rise of deep-fakes, lying politicians, and Surkovian disinformation campaigns, it’s hard to get a handle on what truth even is.
For a few months I w... | https://medium.com/towards-artificial-intelligence/truth-utility-a17e1410ccec | ['Naim Kabir'] | 2020-10-27 12:02:38.376000+00:00 | ['Science', 'Philosophy', 'Mathematics', 'Truth', 'Knowledge'] |
Pest Control Coconut Creek. Does the presence of pests in your home… | Finding Pest Control Coconut Creek is easy and simple just call Optimus Pest Control services to get rid of all the annoying pests and enjoy pest-free homes and offices.
Does the presence of pests in your home irritate you? Are you hurting with their existence?
Optimus Pest Control is here to give you services of Pes... | https://medium.com/@optimuspest5/finding-pest-control-coconut-creek-is-easy-and-simple-just-call-optimus-pest-control-services-to-9b79ef7ba5e7 | [] | 2021-03-22 07:13:19.817000+00:00 | ['Writing', 'Blogging', 'Freelancing', 'Marketing', 'Médium'] |
Monitoring effectiveness of diabetic treatment using Contol charts | If you’ve ever taken a statistics class at a graduate-level program, most probably your instructor would have begun the course with the Central Limit Theorem (CLT). Before we get started, a refresher on CLT:
Regardless of the distribution of the population, the sampling distribution of sample means is normal, provided... | https://medium.com/analytics-vidhya/monitoring-effectiveness-of-diabetic-treatment-using-contol-charts-c35d011349d7 | ['Rohit Tolawat'] | 2020-11-10 12:58:47.547000+00:00 | ['Qq Plot', 'Control Chart', 'Hypothesis Testing', 'Central Limit Theorem', 'T Test'] |
Smart contracts: how do we use it? | In the MBI DeFi project we use smart contracts in order to remove both the human factor and the possible influence of third parties that might affect the deal. It is thanks to the smart contract technology that we can guarantee the following benefits:
Automation: The use of smart contracts simplifies the process, brin... | https://medium.com/mbi-defi/smart-contracts-how-do-we-use-it-df9f63a951ea | ['Mbi Defi'] | 2020-09-23 09:22:44.489000+00:00 | ['Mbi Defi', 'Smart Contracts'] |
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'] |
On Integrity | I had a heated debate today about integrity. The person I was speaking with couldn’t comprehend what I was saying about something so simple, so fundamental and so formative that I am actually concerned and bewildered enough to address it here. I think it’s incredibly telling that there are so many people out there that... | https://medium.com/@leahcone/on-integrity-c61b94604c2d | ['Leah Cone'] | 2020-07-07 17:30:40.215000+00:00 | ['Morality', 'Ethics', 'Integrity', 'Narcissism', 'Values'] |
E-commerce Beyond E-commerce | While looking at the word e-commerce what generally strikes in our mind in most situtations is the term online shopping which is as i call “kisi tareef ka mohtaaj nahi (needs no introduction)”. Well, such is the beauty of this concept or a way of life or more than a way of life. Arguably, the need of the hour !!
But w... | https://medium.com/@its-divyansh/e-commerce-beyond-e-commerce-8a15a245ffa6 | ['Divyansh Khandelwal'] | 2020-12-15 11:45:38.556000+00:00 | ['Ecommerce', 'Ecommerce Solution', 'Retail', 'Online Shopping'] |
Drivers Declare War on Uber, and Rydzz Is the Big Winner | We all (RYDZZ inclusive) know how we got here, this fight between workers, employees (or independent third party contractors as Uber would have them go by) and their employers, over their work data. In a classic man vs. machine setup, drivers may well be the Connors and tech giants, the T-1000. Gone are the days when e... | https://medium.com/@ringnyushalom/drivers-declare-war-on-uber-and-rydzz-is-the-big-winner-d85dd7873a46 | ['Robert Dwight'] | 2019-11-14 23:17:31.208000+00:00 | ['Rydzz', 'Ridesharing', 'Rideshare Drivers', 'Uber', 'Lyft Vs Uber'] |
Dynamic Programming with OpenCV : Implementing Kadane’s Algorithm to find brightest area on Astronomical images and videos. | Basic Astronomical Image
We all have come across various OpenCV libraries and have been using them to get the brightest area’s or spot’s on images. Apparently, we have our cv2.minMaxLoc(…) in OpenCV to do this and get our location. But have you ever wondered could we employ an dynamic programming method for this appro... | https://medium.com/analytics-vidhya/dynamic-programming-with-opencv-implementing-kadanes-algorithm-to-find-brightest-area-on-9fe6e9af38d4 | ['Siddharth M'] | 2020-12-30 10:18:08.426000+00:00 | ['Python', 'Dynamic Programming', 'Kadanes Algorithm', 'Data Structures', 'Opencv'] |
Introduction to “reflect-metadata” package and its ECMAScript proposal | Metadata, in a nutshell, is extra information about the actual data. For example, if a variable represents an array, the length of that array is metadata. Similarly, each element in that array is data but the data-type of these elements is metadata. Loosely speaking, metadata is not the actual concern of a program, but... | https://medium.com/jspoint/introduction-to-reflect-metadata-package-and-its-ecmascript-proposal-8798405d7d88 | ['Uday Hiwarale'] | 2020-09-01 06:29:53.029000+00:00 | ['JavaScript', 'Nodejs', 'Ecmascript 6', 'Ecmascript', 'ES6'] |
Debugging Best Practices in JavaScript | Photo by Kelly Sikkema on Unsplash
JavaScript is a very forgiving language. It’s easy to write code that runs but has issues in it.
In this article, we’ll look at how to make debugging JavaScript programs easier.
Debugging Aids
To fix issues that arise in our program, we can introduce debugging aids to our JavaScri... | https://medium.com/javascript-in-plain-english/javascript-best-practices-debugging-7581efbd3f2f | ['John Au-Yeung'] | 2020-05-04 14:49:48.406000+00:00 | ['JavaScript', 'Programming', 'Web Development', 'Technology', 'Software Development'] |
Pony.ai strikes autonomous deal with FAW | The Chinese automaker is just the latest partner for the supplier to explore autonomous vehicle technology, specifically involving SAE Level 4 systems for “pre-installation mass production and business operations models.”
Chinese automaker FAW has announced a strategic investment in Pony.ai, marking the second time th... | https://medium.com/@futurride/pony-ai-strikes-autonomous-deal-with-faw-97137d05f97e | [] | 2020-11-04 21:49:38.815000+00:00 | ['Autonomousvehicle', '5ycapital'] |
10 Christmas Photography Ideas and Tips (Updated) | Photography and Christmas seem to go hand in hand. With all of your family and friends together, you have a chance to create imagery that will be shared online, physically printed out, mailed across the globe and cherished for generations with the power of digital imaging. So, here are 10 Christmas Photography Tips to ... | https://medium.com/slr-lounge/10-christmas-photography-ideas-and-tips-updated-d6484a7b29c7 | ['Slr Lounge Staff'] | 2020-12-23 22:45:04.154000+00:00 | ['Christmas', 'Tips', 'Photography', 'Holidays', 'Portraits'] |
109年教育部青年署YOUNG飛全球行動計畫-FlyPhi | 我熱愛國際事務,這裡是我分享旅遊、遊學、講座心得的空間。 A girl needs to wear two things to look great: confidence and smile. | https://medium.com/@peixuan5/109%E5%B9%B4%E6%95%99%E8%82%B2%E9%83%A8%E9%9D%92%E5%B9%B4%E7%BD%B2young%E9%A3%9B%E5%85%A8%E7%90%83%E8%A1%8C%E5%8B%95%E8%A8%88%E7%95%AB-flyphi-81897e028d10 | ['Emily Wu'] | 2020-12-21 11:47:53.063000+00:00 | ['Young', 'Exchange', 'International', 'Taiwan', 'Southeast Asia'] |
Recently the NowJersey Digital Magazine crew made a trek… nay.. | Our hope is that we were able to capture even a slight bit of the magic, on film. We worked hard trying to film the right shots, angels & moments, that would convey what we were experiencing. If the sunflower clips in our video ‘This Is Our Garden..’, or this article, inspires anyone to get outside and get to the middl... | https://medium.com/nowjersey-digital-magazine/recently-the-nowjersey-digital-magazine-crew-made-a-trek-nay-c4fb4141050 | ['Mike Decastro'] | 2017-10-27 13:03:32.722000+00:00 | ['Nature', 'Newjersey', 'Family', 'Sunflower', 'Holisitc'] |
Simple Contract With Remix | Create a new contract called “SimpleStorage.sol” inside the file explorer.
This simple contract defines a string named value that gets initialized in the constructor and gets saved in the storage. This string is updated with the method setValue . When the value is updated, it emits an event ValueChanged .
But… It doe... | https://medium.com/remix-ide/simple-contract-with-remix-7285af713d99 | [] | 2019-06-18 11:56:18.342000+00:00 | ['Remix', 'Ide', 'Solidity', 'Ethereum'] |
NIGHT TALES 14: Living the Dream. Give me a desk job. Take your… | NIGHT TALES 14:
Living the Dream
nice and steady
Give me a desk job.
Take your adventures and keep it far away from me.
Am I hard to understand?
Give me a desk job.
Give me lower back pains from sitting for far too long.
Give me stress only endless paperwork can provide.
Get your sick fascinations with fresh a... | https://medium.com/literally-literary/night-tales-14-living-the-dream-cc4e2152a0f4 | [] | 2018-09-06 18:47:48.631000+00:00 | ['Art', 'Poetry', 'Night Tales', 'Fiction', 'Literally Literary'] |
Makers | Photo by Mike Tinnion on Unsplash
I was told, recently,
Humans evolved as storytellers.
From the mythical to the mundane,
The full span of any life is bound
In the act of transmitting meaning.
Meaning that must be first found
In an indifferent universe.
Humans search, eyes peeled,
For even the slightest shade ... | https://medium.com/an-idea/makers-2d749bf86ecb | ['Alan Parley Buys'] | 2020-12-28 06:07:12.629000+00:00 | ['Poetry', 'Art', 'Creativity', 'Storytelling', 'Life'] |
A golden opportunity for women to step into the conversation | A golden opportunity for women to step into the conversation
Debates about gender parity and gender politics continue to be a hot topic globally and have kept the subject of women and leadership at the forefront of business conversations. There is now growing interest in the Middle East with regards to how women can t... | https://medium.com/bold-ambition/a-golden-opportunity-for-women-to-step-into-the-conversation-9eae367068e4 | ['Jen Owen'] | 2020-11-24 15:24:35.953000+00:00 | ['Leadership', 'Women In Leadership', 'Female Leadership', 'Women In Business', 'Middle East'] |
Sonos announces new artists contributing to its Sonos Radio services | Sonos announces new artists contributing to its Sonos Radio services Amy Jan 16·1 min read
Sonos has announced new offerings in its Sonos Radio music-streaming services. The ad-free Sonos Sound System will launch three new shows: Object of Sound, a weekly music and culture podcast; Black is Black, a monthly radio show... | https://medium.com/@amy29923735/sonos-announces-new-artists-contributing-to-its-sonos-radio-services-96b3efa263ab | [] | 2021-01-16 01:21:51.489000+00:00 | ['Mobile Accessories', 'Chromecast'] |
European Lorry driver | Green and Pleasant Land
Day 3.
Dear S-
It’s a fucking nightmare and I’m cold. The lettuce in my lorry is as rotten as the fools who sent us here. Who, in their right mind, eats lettuce in December when they’re not on holiday a thousand miles south of this pin prick of an obnoxious island? Remember the “rehearsal”? W... | https://medium.com/@andrewreeveart/european-lorry-driver-17276f352e67 | ['Andrew Reeve'] | 2020-12-24 04:35:49.348000+00:00 | ['Nationalism', 'Wealth', 'Europe', 'Brexit', 'Communism'] |
Docker — A Beginner’s guide to Dockerfile with a sample project | Docker — A Beginner’s guide to Dockerfile with a sample project
A step by step guide to understanding the Dockerfile
Photo by Roger Hoyles on Unsplash
Automatic creation of Docker images through Dockerfile
Dockerfile is used to automate the Docker image creation. Docker builds images by reading instructions from th... | https://medium.com/bb-tutorials-and-thoughts/docker-a-beginners-guide-to-dockerfile-with-a-sample-project-6c1ac1f17490 | ['Bhargav Bachina'] | 2020-01-05 16:04:02.451000+00:00 | ['Software Development', 'Docker', 'Web Development', 'Programming', 'Dockerfiles'] |
Sağ-Sol Çatışmasının Yeni Dinamikleri (1): Politik Doğruculuk ve İfade Özgürlüğü Tartışması | Get this newsletter By signing up, you will create a Medium account if you don’t already have one. Review our Privacy Policy for more information about our privacy practices.
Check your inbox
Medium sent you an email at to complete your subscription. | https://medium.com/t%C3%BCrkiye/politik-do%C4%9Fruculuk-ve-i%CC%87fade-%C3%B6zg%C3%BCrl%C3%BC%C4%9F%C3%BC-tart%C4%B1%C5%9Fmas%C4%B1-%C3%A7%C4%B1kar%C4%B1lacak-dersler-fd7a0958efc7 | ['Engin Onuk'] | 2018-08-19 11:37:54.653000+00:00 | ['Türkçe', 'Sol', 'Sağ', 'Ifade Özgürlüğü', 'Politika'] |
Home Deep Cleaning Services in Mundhwa, Pune | Cleaning services in Mundhwa
S3 Care Services — All types of Cleaning Solutions for your Home and Office
For being healthy, a hygienic environment is essential in your home. With the help of cleaning professionals, you can deep clean your house correctly and creates a completely sterile environment. If you are in Pun... | https://medium.com/@jayeshos00/home-deep-cleaning-services-in-mundhwa-pune-f8bdc9c50afb | [] | 2021-12-24 13:03:45.572000+00:00 | ['Cleaning', 'Cleaning Services', 'Cleaning Company'] |
The New Neighbor | Through her window she could see two men stepping out of a moving truck. they went to the back, opened the truck and started un-loading. Suddenly a girl came running out of the car that had just arrived. She dashed to the truck and grabbed a small box out of one of the men's hands. Lou could see the girl yelling at the... | https://medium.com/@murdermystery/the-new-neighbor-863948e18b71 | ['Louie Pingree'] | 2021-02-22 19:33:02.170000+00:00 | ['Murder Mystery', 'Suspense', 'Lovestory', 'LGBTQ'] |
Linear Regression Using Boston Housing Dataset | Overview
Boston Dataset is the information collected by U.S census Service concerning housing in Boston city.The data was originally published in 1978 containing nearly 500 samples.We can easily access this data with the help of sklearn library .Our main aim would be to predict housing price based on features present ... | https://medium.com/ai-in-plain-english/linear-regression-using-boston-housing-dataset-e4c2ee891b02 | ['Akhil Anand'] | 2020-11-21 13:00:36.110000+00:00 | ['Programming', 'Data Manipulation', 'Machine Learning', 'Linear Regression', 'AI'] |
There Can Be Only One: The Singleton Design Pattern | There Can Be Only One: The Singleton Design Pattern
When to use the Singleton Pattern?
The Singleton Pattern is used when you only want one instance of an object at a time.
An example when this pattern is useful is for an access point to a database 💾. In an app, it is beneficial to have one entry point to the datab... | https://levelup.gitconnected.com/there-can-be-only-one-the-singleton-design-pattern-bf1d47e43a24 | ['Matthew Macfarquhar'] | 2020-11-16 04:36:49.871000+00:00 | ['Programming', 'Software Development', 'Java', 'Design Patterns', 'Singleton'] |
What does it take to be Vulnerable Again? | Once bitten, twice shy. Right? Well, maybe.
Have you ever have had a time in a relationship where you’ve put in everything you’ve got, only to be pushed out of it, every time you try to settle in?
Have you ever had to end a relationship with a silent fight, without tears & all the yelling; and pick up the pieces of y... | https://medium.com/songoftheweek/what-does-it-take-to-be-vulnerable-again-510103e96021 | ['Kalpesh Mange'] | 2018-05-10 20:21:22.098000+00:00 | ['Hope', 'Love', 'Music', 'Halo', 'Pop'] |
5 Tips for Giving Effective Feedback to Students | Giving feedback to students is tricky. That’s why I began researching how to give effective feedback. What did I find? Here are five helpful feedback tips for my fellow educators.
1. If in doubt about timing, give immediate feedback
When you give feedback is important. Generally, there’s immediate feedback and delaye... | https://medium.com/goreact-easy-video-feedback/5-tips-for-giving-effective-feedback-to-students-d77b1a83d0a9 | ['Chad Jardine'] | 2019-07-01 22:46:01.166000+00:00 | ['Teaching', 'Edtech', 'Education', 'Feedback', 'Videos'] |
Introduction to MongoDB: A NoSQL Database | What is Database?
In home you have refrigerator or fridge to store food, veggies and other items, so in electronic/digital world the food is called data and the refrigerator is known as Database.
What is NoSQL database?
Before NoSQL lets understand what is SQL database. SQL database has a defined structure to store ... | https://medium.com/@sunnykkc13/introduction-to-mongodb-a-nosql-database-b076cb8bb188 | ['Naveen Singh'] | 2020-12-25 10:46:49.218000+00:00 | ['Nosql Database', 'Database', 'Mongodb Tutorial', 'Cli', 'Mongodb'] |
Arguing with Edward Snowden | Arguing with Edward Snowden
A Data Scientist’s take on defending Machine Learning models
Introduction
I’ve recently read Edward Snowden’s Permanent Record during my holiday. I think it is a great book that I highly recommend for basically anyone, however it is particularly interesting for IT-folks for the obvious re... | https://medium.com/starschema-blog/arguing-with-edward-snowden-2e21d553c056 | ['Mor Kapronczay'] | 2020-03-12 14:42:16.869000+00:00 | ['Machine Learning', 'Recommendation System', 'Data Science', 'Edward Snowden'] |
How to connect vMix | Yellow Duck is an application that will allow you to live stream to Instagram from your PC machine via vMix encoder.
Yellow Duck gives you the ability to get your Instagram RTMP URL and stream key, which allows you to stream from external devices.
Launch vMix and click the gear icon next to Stream button in the botto... | https://medium.com/yellowducktv/how-to-connect-vmix-dbb3c43aa7da | ['Yellow Duck'] | 2019-07-24 14:05:30.284000+00:00 | ['Services', 'Instagram', 'Live Streaming', 'Vmix', 'Facebook'] |
The Difference Between Brand Ambassador and Promoter | Brands and businesses at all levels, from a small local brand to the current global economic giants, need effective advertising and the right marketing strategies to promote their brand and sales of their products.
Today, with the rapid expansion of technology and the use of cyberspace, marketing, and advertising meth... | https://medium.com/@unamclean/the-difference-between-brand-ambassador-and-promoter-e2a8ab43505c | [] | 2020-12-06 16:15:17.211000+00:00 | ['Influencers', 'Marketing', 'Advertising'] |
The Most Powerful Leadership Empowers | Leadership is often associated with power: Power Over.
Power Over others is how power is commonly understood. Power Over is at the root of authority, hierarchy, and command and control leadership.
Power Over is Problematic
When Power Over others defines a relationship, it can be used in coercive, oppressive, and abu... | https://medium.com/spotlight-trust/the-most-powerful-leadership-empowers-8b9b6a9270c6 | ['Lisa Lambert', 'Co-Founder At Spotlight Trust'] | 2020-07-08 14:35:48.052000+00:00 | ['Leadership', 'Diversity And Inclusion', 'Organizational Culture', 'Change', 'Leadership Development'] |
A short intro to becoming a web hosting company | Have you ever wondered how you can start your own web hosting company? Are you a web designer that needs more features or more control in the web hosting you resell to your clients? Don’t yet need a dedicated server? Then a private label virtual server is your solution. With a private label virtual server you can set y... | https://medium.com/@web-hosting-seo/a-short-intro-to-becoming-a-web-hosting-company-79ebecdc4353 | ['Web Hosting Seo'] | 2021-12-15 14:26:30.949000+00:00 | ['Web Hosting Services', 'Web Hosting', 'Web Hosting Company', 'Best Web Hosting', 'Web Hosting Provider'] |
Personal Guilty Pleasures | Music
Music, like art, is very much an individual taste, but some things, like admitting to still liking Elvis, are a bit funky. My big weakness is …
Abba — I love the sappy, easy to hum tunes of Abba.
Movies
Sappy 1930s' and 1940s’ comedy romances — too many to list all but include “It Happened One Night” with Cla... | https://medium.com/weeds-wildflowers/personal-guilty-pleasures-a58a8b480009 | ['Louise Peacock'] | 2020-12-22 18:07:53.019000+00:00 | ['Guilty Pleasure', 'Photography', 'Food', 'Movies'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.