title stringlengths 1 200 ⌀ | text stringlengths 10 100k | url stringlengths 32 829 | authors stringlengths 2 392 | timestamp stringlengths 19 32 | tags stringlengths 6 263 |
|---|---|---|---|---|---|
I Gifted Stocks to My Brother on His 18th Birthday — Here’s Why | Pursue and Achieve Goals
By nudging myself to be aware of my preferences and thus remember how much I value long term benefits, investing has made me realize the pleasure from the journey.
It is not only the destination that gives me satisfaction. It is also the feeling of moving in the right direction.
It’s possibl... | https://medium.com/datadriveninvestor/i-gifted-stocks-to-my-brother-on-his-18th-birthday-heres-why-a8029dddfbb4 | ['Asger Bruhn'] | 2020-12-03 15:05:16.140000+00:00 | ['Money', 'Self Improvement', 'Personal Finance', 'Life Lessons', 'Investing'] |
Using word2vec to Analyze News Headlines and Predict Article Success | The distributions look fairly similar, but it’s a little hard to tell how similar when they’re all on different plots. Let’s try overlaying them all on one plot.
# Overlay each density curve on the same plot for closer comparison
fig, ax = plt.subplots(figsize=(12, 8))
for source, color in zip(source_names, sour... | https://towardsdatascience.com/using-word2vec-to-analyze-news-headlines-and-predict-article-success-cdeda5f14751 | ['Charlene Chambliss'] | 2019-03-30 02:27:52.059000+00:00 | ['In Depth Analysis', 'Towards Data Science', 'Data Science', 'Data Visualization', 'Machine Learning'] |
Ad Spend and Campaign RoI Analytics using Segment, Looker, dbt and Google BigQuery | For the first step our usual approach to sourcing data from Facebook Ads and Google Ads would be to use a service such as Stitch or Fivetran to create a fully-managed data extract pipeline into Google BigQuery, but as Segment Connections is already being used to bring in website and mobile app event data we can make us... | https://medium.com/mark-rittman/ad-spend-and-campaign-roi-analytics-using-segment-looker-dbt-and-google-bigquery-14451e22a1b | ['Mark Rittman'] | 2020-09-19 23:24:00.884000+00:00 | ['Bigquery', 'Looker', 'Marketing Attribution', 'Segment', 'Dbt'] |
Narcissus | Narcissus
Once more, with feeling
Photo by Mohammad Asadi on Unsplash
In my praise I heard you speak
I stopped you not, your words were sweet
And, when you paused, praised not your name
But wished to hear my own again | https://medium.com/grab-a-slice/narcissus-5ac828a3ad25 | ['Mark Kelly'] | 2020-01-04 00:57:37.582000+00:00 | ['Humor', 'Poetry', 'Narcissism'] |
Humility, Grace, and Peace | Humility, Grace, and Peace
Photo by Tj Holowaychuk on Unsplash
Paul and Timothy, bond-servants of Christ Jesus, To all the saints in Christ Jesus who are in Philippi, including the overseers and deacons: Grace to you and peace from God our Father and the Lord Jesus Christ. - Philippians 1:1-2
Most of us have found o... | https://medium.com/verse-by-verse/humility-grace-and-peace-c41825aa42c8 | ['Brad Creech'] | 2020-12-18 02:40:01.708000+00:00 | ['Philippians', 'Bible', 'Christianity', 'God', 'Church'] |
“Was That Some Kind of Joke?” | Rolling Thunder Revue: A Bob Dylan Story by Martin Scorsese Revisited
Joan Baez/Bob Dylan: Ken Regan/Estate of Ken Regan/Ormond Yard Press
Intrepid Bob Dylan supporters rejoice when any obscure corner of his career is brought into light from the hidden confines of some inaccessible vault. For those of us who hadn’t n... | https://themagicthecat.medium.com/was-that-some-kind-of-joke-3b330ac2c43d | ['Magic The Cat'] | 2019-11-30 06:14:00.032000+00:00 | ['Beat Generation', 'Bob Dylan', 'Rolling Thunder Revue', 'Martin Scorsese', 'Renaldo And Clara'] |
Your body is the only one you’ll ever have | We beat ourselves up over a number on the scale.
We avoid looking in the mirror.
We’re never satisfied with our performance in the gym.
We see our health decline slowly over the years.
Our bodies can be major sources of discontent.
Perhaps even disappointment.
We don’t look, feel, or weigh how we think we should.... | https://medium.com/@therobarthur/your-body-is-the-only-one-youll-ever-have-83c1b3e1d5d | ['Rob Arthur'] | 2020-12-23 11:13:32.533000+00:00 | ['Body Image', 'Self Care', 'Self-awareness', 'Self Worth', 'Self Love'] |
Embed your how to videos in conversational interface and enrich chatbot experience | As Jetlink, we are delighted to enrich user experience by adding new features and we keep up working in that direction:
Chatbots can now do various transactions without the need for a customer representative. Of course, first of all, the answers given by the bot should be sufficient for the customer’s question. Fundem... | https://blog.jetlink.io/embed-your-how-to-videos-in-conversational-interface-and-enrich-chatbot-experience-732c568b6ad3 | ['Pınar Doğan'] | 2021-01-20 15:43:37.704000+00:00 | ['User Experience', 'Chatbots', 'Chatbot Development', 'Chatbot Design', 'Customer Experience'] |
I went a little crazy trying to choose Charted’s colors. | It was actually one of the hardest parts of building and designing it. Here were the general goals:
Feel bright and colorful, but still professional
Work well in order so that each growing subset of 2, then 3, then 4, etc. still looks good as a complete set
Have each color work decently well with every other color, ... | https://medium.com/data-lab/i-went-a-little-crazy-trying-to-choose-charted-s-colors-8d4182c1d324 | ['Mike Sall'] | 2017-05-22 05:04:15.539000+00:00 | ['Design', 'Colors', 'Data Visualization'] |
TOP 5 QUESTIONS WITH ROBOSENSE LiDAR | The autonomous driving industry has always seen some kind of narrative around LiDAR sensors both from the positive and negative perspective. However, there is no doubt that the technology is flourishing and been used by majority of OEMs and Tier 1s as a key 3D perception and sensing for not just autonomous vehicles but... | https://medium.com/@eva-3633/top-5-questions-with-robosense-lidar-3e7e340e835a | ['Eva Sharma'] | 2020-10-15 16:14:51.461000+00:00 | ['Vehicles', 'Autonomous Vehicles', 'Lidar', 'Self Driving Cars', 'Adas Market'] |
Demand Prediction with LSTMs using TensorFlow 2 and Keras in Python | TL;DR Learn how to predict demand using Multivariate Time Series Data. Build a Bidirectional LSTM Neural Network in Keras and TensorFlow 2 and use it to make predictions.
One of the most common applications of Time Series models is to predict future values. How the stock market is going to change? How much will 1 Bitc... | https://towardsdatascience.com/demand-prediction-with-lstms-using-tensorflow-2-and-keras-in-python-1d1076fc89a0 | ['Venelin Valkov'] | 2020-04-23 19:19:32.994000+00:00 | ['Time Series Forecasting', 'Keras', 'Python', 'TensorFlow', 'Machine Learning'] |
Sign up for the Toilet Paper Caper | Sign up for the Toilet Paper Caper
The World Needs a Hero
Photo by Erik Mclean on Unsplash
These are trying times for sure. We need to band together with our collective, humorous unconsciousness and unleash a new Stark mystery on the world. Want to contribute to the insanity in order to keep ourselves sane? Sign up ... | https://medium.com/out-of-ideas-out-of-time/sign-up-for-the-toilet-paper-caper-84862fef3b42 | ['Terrye Turpin'] | 2020-04-24 02:14:34.042000+00:00 | ['Mystery', 'Stark Mystery', 'Fiction', 'Toilet Paper Caper', 'Humor'] |
Let’s Get the Facts Right on ROTC | by Warner Sallman
As many of you know, I am gay and have been an active member of the pro-ROTC movement on campus. I am not ashamed to say that I was excited and proud of the Faculty Senate yesterday for its historic decision. Nevertheless, I recognize that there is a significant minority on campus that does not agree... | https://medium.com/stanfordreview/lets-get-the-facts-right-on-rotc-77504f2ace98 | [] | 2016-12-09 08:57:28.259000+00:00 | ['Military', 'LGBTQ'] |
Leetcode MySQL 595. Big Countries | 題目:
給一個world table,用兩個條件,篩選area 跟 population。
There is a table World
+-----------------+------------+------------+--------------+---------------+
| name | continent | area | population | gdp |
+-----------------+------------+------------+--------------+---------------+
| Afghanistan | Asia | 652230 | 25500100 | 2... | https://medium.com/data-science-for-kindergarten/leetcode-mysql-595-big-countries-9f10051dae2f | ['Sharko Shen'] | 2020-12-08 10:46:08.973000+00:00 | ['Leetcode'] |
CAPA — More Than What You Think It Is | What is CAPA?
Achieving greater quality in manufacturing, you need the means to implement improvements to an organization’s processes so that they eliminate causes of non-conformities or other undesirable situations. This process is commonly referred to as CAPA or Corrective and Preventive Actions. One cannot achieve ... | https://medium.com/@compliancequesteqms/capa-more-than-what-you-think-it-is-bf24e0432671 | [] | 2020-12-16 14:29:08.188000+00:00 | ['Analysis', 'Qms', 'Capa Management Software', 'Document Control', 'Nonconformance Management'] |
Getting a Data Science Role | Getting a Data Science Role
First steps into data science are hard
How to become a Data Scientist, especially if you don’t need it for your current job? Maybe you have some open tasks of data science inside your current company and don’t want to shift from data scientist to user-defined software engineer or vice vers... | https://medium.com/data-science-rush/getting-a-data-science-role-b0868f37919d | ['Przemek Chojecki'] | 2019-12-09 18:49:16.135000+00:00 | ['Careers', 'Learning To Code', 'Programming', 'Career Change', 'Data Science'] |
Song | Poetry
Song
Dance to your own drum, sing in your own key
Medium format film self portrait, September 5, 2019 (photograph by the author)
I sing the song of America, my country, sweet land
the clay from which I was made
where my ancestors sailed before there was an island to receive them
and again, later, leaving ... | https://medium.com/the-pom/song-f195d3fdb84c | ['Amy Jasek'] | 2020-09-07 21:03:52.109000+00:00 | ['Poetry', 'Pomprompt', 'Thepom', 'Song Of Myself', 'Autobiography'] |
Fiddler & Captum join hands to enhance Explainable AI offerings | Authors: Narine Kokhlikyan, Research Scientist at Facebook AI, Ankur Taly, Head of Data Science at Fiddler Labs, Aalok Shanbhag, Data Scientist at Fiddler Labs
We are excited to announce that Fiddler and Captum are collaborating to push the boundaries of Explainable AI. The goals of this partnership are to help the da... | https://medium.com/pytorch/fiddler-captum-join-hands-to-enhance-explainable-ai-offerings-2d92beac2b86 | [] | 2020-07-13 16:01:12.442000+00:00 | ['Explainable Ai', 'Announcements', 'Fiddler', 'Captum', 'Pytorch'] |
France still beats the USA | France still beats the USA
Photo by Sebastien Gabriel on Unsplash
I give France a hard time, and I plan to keep giving it hard time. It’s a deeply flawed country, with an aging culture, where idealism and absurd logic breeds ignorance.
I believe it is something of a duty for me to criticize my country, to help fend ... | https://medium.com/@frankiefaunet/france-is-still-beats-the-usa-b26e7ba2cc1c | ['Frankie Faunet'] | 2020-12-26 08:27:32.563000+00:00 | ['Christmas', 'USA', 'France', 'Culture', 'Politics'] |
An Unconventional University Co-op | There are certain things that school won’t be able to teach you, these you can only pick up when you are in a real-life situation. The opportunity to join a big company and work towards a massive, expensive project is very intimidating, especially if you’re not “fully trained” (i.e finished your studies and graduated).... | https://medium.com/atypical-internships/an-unconventional-university-co-op-88714fe04a6d | ['Nicolas Abou Sawan'] | 2020-11-14 02:48:47.100000+00:00 | ['Exchange', 'Software Development', 'Product Management', 'Internships', 'Video Game Development'] |
I am not a writer. | I am not a writer.
I used to be. I would like to be again. My brain just isn’t there anymore. I can’t form cohesive thoughts and sentences. I have trouble with getting the words out of my head; they get jumbled up and try to stay there.
I get stuck. I feel stuck.
I used to write. I was pretty good at it. I’m not sur... | https://medium.com/@rubythoughts/i-am-not-a-writer-dea9e2fcb874 | [] | 2019-11-16 05:41:57.482000+00:00 | ['Trauma', 'Writers Block', 'Creative Block', 'Writing'] |
On International Men’s Day, a thank you to the men who got me through | My mum’s boyfriend introduced me to surfing when I was 10. They broke up shortly after but I’m still surfing
Growing into manhood is confusing and a little sketchy, don’t you think?
At 36, living without my children, and in a second career as a psychotherapist, it feels like there has been no shortage of pain in my l... | https://medium.com/@zacfine/growing-into-manhood-is-confusing-and-a-little-sketchy-dont-you-think-43552f756dc8 | ['Zac Fine'] | 2020-11-19 17:44:24.565000+00:00 | ['Healthy Masculinity', 'Depression', 'Mental Health', 'Masculinity', 'International Mens Day'] |
Space Loudest Sound Detected By NASA | In , nobody can hear you scream, but with the proper equipment, it’s possible to detect a . That is what scientists discovered back in once they began to seem for distant signals within the universe employing a complex instrument fixed to an enormous balloon that was sent to space. The instrument was ready to devour ra... | https://medium.com/@raghavrajan483/space-loudest-sound-detected-by-nasa-786acb7ba248 | [] | 2020-08-09 07:20:31.905000+00:00 | ['NASA', 'Astronomy', 'Space', 'Blog', 'Sound'] |
Makes Auto Passive Earning even im Work in Office. | Cryptoware is a legally registered Private Limited Company which was founded at in UK. and transformed into an open joint-stock company in order to provide access for everyone to financial products offered by Cryptoware.
The investment management potential created by the professionals working with the Company had been... | https://medium.com/@anto313/makes-auto-passive-earning-even-im-work-in-office-345766442af4 | [] | 2020-12-26 13:04:55.674000+00:00 | ['Eth', 'Bitcoin', 'Investing', 'Cryptoware', 'Stellar'] |
Explaining Ramadhan to non-Muslims | Ramadhan Karem. ~ Sumber Gambar: Instagram Fakartun.
Muslims follow a lunar calender so the birth of a new moon signifies the beginning of a new month. Ramadhan is the name of the 9th month of the lunar calender. Fasting in this month is obligatory on all adult Muslims and is one of the 5 pillars of Islam.
Fasting is... | https://medium.com/@harisfauzi8/explaining-ramadhan-to-non-muslims-8dc59a935919 | ['Haris Fauzi'] | 2019-06-17 02:57:48.938000+00:00 | ['Peac', 'Ramadan', 'Muslim', 'Islam', 'Heart'] |
Coconut | For millennia, the coconut, the ‘prince of palms’, was central to the lives of Polynesian and Asian peoples; fruits were portable food and drink, whilst the stems and leaves were shelter, fuel and transport. In the west, coconuts were more exotic. The sixteenth-century English herbalist John Gerard emphasised that poli... | https://medium.com/university-of-oxford-botanic-garden-and-arboretum/coconut-91358a0d5a17 | [] | 2020-01-03 11:21:50.798000+00:00 | ['Coconut', 'Plants', 'Botany', 'Plants400', 'Food'] |
Would Donald Trump be president if all Americans actually voted? | Over thousands of iterations, the model gradually learns the relationships between demographics and political behaviour. We can use those relationships to predict the voting habits of each demographic group in each state (per the ACS). The aforementioned female Floridian seniors are predicted to vote for Donald Trump o... | https://medium.economist.com/would-donald-trump-be-president-if-all-americans-actually-voted-95c4f960798 | ['G. Elliott Morris'] | 2019-07-04 15:03:34.611000+00:00 | ['Data', 'America', 'Journalism', 'Politics', 'Data Science'] |
The Ideological Spectrum | Individual Liberty or State Authority
Totaliatarianism
The extreme version of being controlled by the state. This is the idea where the state should have TOTAL control over the lives of their citizens. Based on state knows best.
2. Anarchism
The extreme version of not being controlled by the state. This is the idea... | https://medium.com/@melania.aseng/the-ideological-spectrum-35444393643a | ['Melania Sarah Aseng'] | 2020-12-15 07:09:35.371000+00:00 | ['Politics', 'President University', 'Ideology', 'International Relations'] |
Multinomial Logistic Regression In a Nutshell | Now that we understand multinomial logistic regression, let’s apply our knowledge. We’ll be building the MLR by following the MLR in the graph above (Figure 1).
Data
Our data will be the Fashion MNIST dataset from Kaggle. The dataset is stored as a DataFrame with 60,000 rows, where each row represents an image. The D... | https://medium.com/ds3ucsd/multinomial-logistic-regression-in-a-nutshell-53c94b30448f | ['Wilson Xie'] | 2020-12-11 09:30:25.988000+00:00 | ['Neural Networks', 'Python', 'Logistic Regression', 'Data Science', 'Machine Learning'] |
Hyaluronic Acid Is Overrated Part 3: Hyaluronic Acid In Depth And Conclusion | One source of the hyaluronic acid found in cosmetics is the rooster comb.
Did you know that the hyaluronic acid in your serum might have come from those red flappy things attached to the face of a rooster? They’re called rooster combs and contain the popular cosmetic ingredient in abundance. In cosmetics it’s used as ... | https://medium.com/@yasmeennaseer/hyaluronic-acid-is-overrated-part-3-hyaluronic-acid-in-depth-and-conclusion-edad9844b4f | ['Yasmeen Naseer'] | 2021-09-14 11:26:29.159000+00:00 | ['Hyaluronic Acid', 'Skin Care Products', 'Skin', 'Skincare', 'Beauty'] |
The Age of the Smart Phone is Gone Forever. | That’s right, in just 12 short years the Smartphone has spawned a global industry that has combined payments, music, transportation, and invented the term Unicorn in the stock market, only to become a whisper that is all but forgotten in namesake in 2020. You might be asking yourself if there is a new technology releas... | https://medium.com/@ty.aloe/the-age-of-the-smart-phone-is-gone-forever-82546346351 | ['Tech It Out'] | 2020-04-20 18:02:15.320000+00:00 | ['Mobile Accessories Online', 'Phone Cases', 'Iphone Se', 'Mobile Accessories', 'Smart Camera'] |
Fixing the Conflict Between Math and Machine Learning | The evergreen question when someone into Machine learning is
Do I need to know Math for Machine Learning?
I suck at Math, can I able to pursue ML ( Machine Learning ) still?
The blog is solemn of my takeaways and being practicing ML 6 months for now. So whatever is up to from now take it as a grain of salt, remember... | https://medium.com/swlh/fixing-the-conflict-between-math-and-machine-learning-80c4f8cc760e | ['Ashik Shaffi'] | 2020-12-16 06:50:21.257000+00:00 | ['Deep Learning', 'Towards Data Science', 'Artificial Intelligence', 'Machine Learning', 'Mathematics'] |
Featured AI2er: Luca Weihs | Featured AI2er: Luca Weihs
Luca is a Research Scientist on the PRIOR team.
Luca Weihs is a Research Scientist on the PRIOR team.
What put you on the path to your current role?
My path was a bit circuitous –I entered undergrad convinced I would become a mathematics professor. I then realized I liked machine learning... | https://medium.com/ai2-blog/featured-ai2er-luca-weihs-b298c72167f3 | [] | 2020-09-01 18:59:15.862000+00:00 | ['Career Advice', 'Interview', 'Featured Ai2er', 'Research Scientist'] |
The many uses of WD-40 | The many uses of WD-40 include;
Protects silver from tarnishing
Cleans and lubricates guitar strings
Gets oil spots off concrete driveways
Gives floors that ‘just-waxed’ sheen without making it slippery
Keeps flies off cows
Restores and cleans chalkboards
Removes lipstick stains
Loosens stubborn zippers
Untang... | https://medium.com/@mahimahiusa/the-many-uses-of-wd-40-2fa7fa145759 | ['Mahi Mahi'] | 2020-12-13 13:58:04.649000+00:00 | ['Home', 'Home Decor', 'Home Improvement', 'Homeless', 'Homeschooling'] |
Love Is For Manifesting The Life That You Want | Have you ever had the feeling that people pass intermittently in and out of your life when you come into alignment with who you are? You meet certain people at different points in your life. They leave an impression on you. You share a deep connection. But, each time, just when you start to feel that you love being wit... | https://medium.com/jun-wu-blog/love-is-for-manifesting-the-life-that-you-want-37779fd5377c | ['Jun Wu'] | 2020-10-21 16:24:03.095000+00:00 | ['Relationships', 'Life', 'Love', 'Self', 'Life Lessons'] |
GetBlock Partners with Band Protocol to Provide Access to the BAND Full Node | GetBlock Partners with Band Protocol to Provide Access to the BAND Full Node GetBlock Oct 13, 2020·2 min read
GetBlock, a provider of access to full nodes of the most popular cryptocurrencies, is partnering with Band Protocol, which allows an individual developer or a company to integrate the BAND cryptocurrency to th... | https://medium.com/@getblock/getblock-partners-with-band-protocol-to-provide-access-to-the-band-full-node-b377445c7993 | [] | 2020-10-13 13:24:12.256000+00:00 | ['Blockchain', 'Node', 'Band Protocol', 'Cryptocurrency', 'Partnerships'] |
Learning Big O Notation with Swift | Congratulations! As someone reading this series, you’re probably familiar with the basics of Swift/iOS Development and may be in the process of writing your next app. When building software, a question we often ask ourselves is what should be our definition of done. As an individual contributor working on a large proje... | https://medium.com/swift-algorithms-data-structures/learn-big-o-notation-with-swift-4ab83195859e | ['Wayne Bishop'] | 2020-12-07 18:29:33.342000+00:00 | ['Xcode', 'Interview Questions', 'Algorithms', 'Swift', 'iOS App Development'] |
Writing Is the Best Thing That Happened to Me in 2020 | Writing Is the Best Thing That Happened to Me in 2020
Finding my blessing in disguise!
Photo by Andrea Piacquadio from Pexels
2020 has been a big-rollercoaster, we lived through things that no one anticipated(except for Bill Gates of course).
This was a difficult year for everyone, so many people lost their loved o... | https://medium.com/the-innovation/writing-is-the-best-thing-that-happened-to-me-in-2020-abcb108848c4 | ['Khyati Jain'] | 2020-12-26 20:32:11.299000+00:00 | ['Family', 'Self', 'Life', 'Relationships', 'Writing'] |
The GOP Doesn’t Accept The Right Of Anyone Else To Govern | Earlier this year, the GOP and some reporters in the “liberal” mainstream media falsely blamed Democrats for the unrest in America’s cities following several instances of police misconduct. Joe Biden and other leading Democrats acted responsibly and were quick to condemn the rioters and looters.
The reality is that mo... | https://medium.com/@dennispcrawford/the-gop-doesnt-accept-the-right-of-anyone-else-to-govern-3bc3bf687f6f | ['Dennis Crawford'] | 2020-12-15 20:02:27.172000+00:00 | ['Election 2020', 'Donald Trump', 'Donald Trump Lies', 'Republican Party', 'Joe Biden'] |
The Colors of the Man | Photo by Pierre Bamin on Unsplash
What can he do,
And cannot get a crown?
Shape changer,
Face framer,
Chameleon painter,
Murder smiler.
Disproportioned on the inside,
Bearing a mountain of envy on his back,
Conscience shrunk to a withered shrub,
A frail ego corrupted by some bribe,
Forsworn by love, embraced... | https://medium.com/politically-speaking/the-colors-of-the-man-2f3e76f3b3e2 | ['Michael Madill'] | 2020-10-26 00:03:40.140000+00:00 | ['Political', 'Poetry', 'Poem', 'Shakespeare', 'Corruption'] |
Announcement: Listing on HitBTC and EXMO | Meet the new exchanges!
We are excited to announce the news you’ve been asking us these days — MNX will begin trading on HitBTC and EXMO. Our team has reached a preliminary agreement about listing on these platforms and, to date, we’re on the stage of the technical realization following the agreements reached.
Unfort... | https://medium.com/minecoin-blog/minexcoin-announces-listing-on-hitbtc-and-exmo-947b6a1fef16 | ['Minexcoin'] | 2018-10-31 15:52:51.042000+00:00 | ['Announcements', 'Cryptocurrency', 'Exmo', 'Minexcoin', 'Hitbtc'] |
LGBTQ Youth Homelessness Hits Staggering Highs in NYC | Efforts to count LGBTQ homeless teens continue despite the Trump administration
In 2018, the Department of Health and Human Services (HHS) stopped requiring states and contracting agencies to count the homeless LGBTQ youth they serve. HHS scrubbed references to sexual orientation and gender identity from Internet reso... | https://medium.com/james-finn/lgbtq-youth-homelessness-hits-staggering-highs-in-nyc-db60b66bc33e | ['James Finn'] | 2020-11-18 23:08:25.112000+00:00 | ['Equality', 'Youth', 'Politics', 'LGBTQ', 'Homeless'] |
The Pipe and the Whiskey | Photo by Josh Rocklage on Unsplash
John had always smoked to cope with his anxiety. He enjoyed the whole ritual around it which gave him something to do with his hands when he got nervous, cleaning his pipe until it was glossy and smooth.
The pipe cleaners, which his niece used to steal to make dolls from, were reass... | https://medium.com/the-crystal-palace/the-pipe-and-the-whiskey-45d2a9022b2 | ['Svetlana Smith'] | 2020-10-11 13:59:48.122000+00:00 | ['Short Story', 'Suicide', 'Abuse'] |
Why Black People Are On Constant Alert, Always | I travel extensively for work and I am always dressed in my Sunday best when I do. My colleagues often wonder why— they sometimes refer to me as a diva who is so full of herself and as such always needs to be styled in the latest fashion.
What they don’t understand is that if I travel in a pair of jeans and a t-shirt,... | https://medium.com/illumination-curated/why-black-people-are-on-constant-alert-always-9d3aef5ae531 | ['Rebecca Stevens A.'] | 2020-12-16 06:21:21.211000+00:00 | ['Equality', 'Racism', 'BlackLivesMatter', 'Society', 'Black Women'] |
Technical Analysis of Basic Attention Token | With Help of Fibonacci retracement levels we can see the pair has bounced back from 0.786 support level and currently it has even used the next Fibonacci level 0.618 as support.
Looking at current trend it is to good to wait to see if it respects 0.618 again.
Current RSI value is 46 and is expected to go a bit down i... | https://medium.com/fynomics/technical-analysis-of-basic-attention-token-a2ae585df0d0 | ['Akhil Nayak'] | 2018-07-06 11:12:36.868000+00:00 | ['Basic Attention Token', 'Technical Analysis', 'Blockchain', 'Cryptocurrency', 'Bitcoin'] |
Should robots be gendered? Comments on Alan Winfield’s opinion | The gendering of robots is something I’ve found fascinating since I first started building robots out of legos with my brother. We all ascribe character to robots, consciously or not, even when we understand exactly how robots work. Until recently we’ve been able to write this off as science fiction stuff, because real... | https://medium.com/silicon-valley-robotics/should-robots-be-gendered-comments-on-alan-winfields-opinion-8674c249c685 | ['Andra Keay'] | 2020-12-05 02:47:54.535000+00:00 | ['Stereotypes', 'Voices', 'Robots', 'AI', 'Gender'] |
Mini Bike Summer.. | It was 1973..I was 9 years old.
My friends in our (somewhat) upper middle class South, Fl neighborhood all had small boats or mini bikes, but not me, not yet.
One night my father took our family down to the Ft. Lauderdale Boat Show. We loved boats and owned a cabin cruiser we used to take out on the ocean and sleep i... | https://medium.com/@lightboxtherapy/mini-bike-summer-19ae7ed2b741 | ['John Telaak'] | 2020-06-27 19:24:14.749000+00:00 | ['Short Story', 'Childhood', 'Minibike', 'Summer', 'Redemption'] |
Beberapa hikmah dari film Papa, Mama, dan Tukang Kebun | in In Fitness And In Health | https://medium.com/teknomuslim/beberapa-hikmah-dari-film-papa-mama-dan-tukang-kebun-3a3cd3d5edc2 | ['Didik Tri Susanto'] | 2016-06-21 23:06:21.066000+00:00 | ['Hikmah', 'Islam', 'Film'] |
About Me — Nancy Soto. My Height Tells It All | We are very traditional when it comes to religious things. But, over time our traditions have modernize.
I love drinking soda- coca cola is my favorite. Lately, I been trying to cut it off.
I come from an entrepreneur relatives. My dad’s siblings own a family bakery in Mexico.
That concludes my mini story. Physicall... | https://medium.com/about-me-stories/about-me-nancy-soto-610ebda1aca8 | [] | 2020-12-17 22:55:37.139000+00:00 | ['Introduction', 'Life', 'About Me', 'Original Content', 'Personal Story'] |
Channels in Kotlin — part one. Communication essentials for Coroutines | Channels in Kotlin — part one
Communication essentials for Coroutines
Photo by Taylor Vick on Unsplash
Using coroutines in Kotlin comes with a few struggles since the way of writing your code, and reasoning about asynchronicity is somewhat different from what we are used to.
The construct that helped me get my head... | https://medium.com/swlh/channels-in-kotlin-part-one-594ba12dcb5a | ['Bob Dahlberg'] | 2020-04-10 16:46:50.163000+00:00 | ['Kotlin', 'Software Development', 'Channel', 'Coroutine', 'Programming'] |
Wonder Woman 1984 [2020] | “FULL ONLINE 720p! | Wonder Woman comes into conflict with the Soviet Union during the Cold War in the 1980s and finds a formidable foe by the name of the Cheetah.
Streaming online Wonder Woman 1984 (2020) Full Movie
- Watch Wonder Woman 1984 (2020) Full Movie
- Download HD Quality Wonder Woman 1984 (2020) Wonder Woman 1984 (2020)
⇨[On... | https://medium.com/@watch-ww84-2020-online-hd/wonder-woman-1984-2020-full-online-720p-8cde8575f4cb | ['Watch Online Hd'] | 2020-12-26 01:32:26.241000+00:00 | ['Adventure', 'Fantasy', 'Action', 'Movies'] |
Hungary is a Bit Shit | SHIT HISTORY
Hungary is a Bit Shit
The complete history of Hungary
Hungary. Why does it even exist?
In the 5th century, a few tribes of wanderlust Hungarians went for a wander across Europe. Several hundred years later they settled, stopped sacrificing children and spoke a language that nobody else on the planet co... | https://medium.com/the-bad-influence/hungary-is-a-bit-shit-5f4af4ec078a | ['Reuben Salsa'] | 2020-10-29 17:37:36.194000+00:00 | ['Salsa', 'Satire', 'Ideas', 'Humor', 'The Bad Influence'] |
Democratizing data insights on BigQuery with Data QnA | Democratizing data insights on BigQuery with Data QnA
How can we make useful insights accessible across an organization, even for those with no technical backgrounds? Let’s find out Anirudh Murali Follow Aug 27 · 4 min read
Data-driven decision making is all the rage today. Using insights on usage, performance and va... | https://medium.com/google-cloud/democratizing-data-insights-on-bigquery-with-data-qna-a8523aaacbf3 | ['Anirudh Murali'] | 2021-08-27 07:58:27.963000+00:00 | ['NLP', 'Chatbots', 'Google Cloud Platform', 'Dialogflow', 'Bigquery'] |
Crown Platform activates “Emerald” NFT’s | Crown Platform activates “Emerald” NFT’s
In-house NFT Framework to tokenise assets on the Crown blockchain
The decentralised NFT registry functionality has activated at 10:00 UTC on March 24.
Crown Core v0.14 “Emerald” brings the NFT Framework to mainnet.
The NFT Framework enables decentralised, non-fungible token ... | https://medium.com/crownplatform/crown-emerald-press-release-d79436340a2e | ['J. Herranz'] | 2020-03-24 11:41:48.601000+00:00 | ['Altcoins', 'Blockchain', 'Crownplatform', 'Blockchain Technology', 'Nft'] |
Building AI talent to accelerate your business | (All the credit for these insights goes to Peter Grabowski, Google Austin Site Lead, Enterprise AI)
We’ve spent the past few years at Google building a horizontal AI team, focused on machine learning (ML) for enterprise applications. It wasn’t easy, but it had a huge impact. Through that process, we’ve identified mult... | https://medium.com/google-cloud/building-ai-talent-to-accelerate-your-business-d66fced7a355 | ['Max Saltonstall'] | 2020-10-22 20:54:34.495000+00:00 | ['Artificial Intelligence', 'Machine Learning', 'Cloud Computing', 'Automl', 'Enterprise Technology'] |
Cloud Native Geospatial Outreach Day Recap | I wanted to give a recap of the event and share some of my favorite parts.
Welcome & Overview
Thanks again to our sponsors!
We opened with a welcome from Bruno Sánchez-Andrade Nuño and me, representing the Microsoft and Planet, the convening sponsors. Then Hamed, the new Executive Director of Radiant Earth, introduc... | https://medium.com/radiant-earth-insights/cloud-native-geospatial-outreach-day-recap-9b873ce3788e | ['Chris Holmes'] | 2020-10-02 13:09:15.522000+00:00 | ['Cloud Native', 'Geospatial', 'Remote Sensing', 'Cog', 'Stac Spec'] |
How to Write a Good Essay | So you need to learn how to write a good essay. This may seem like a pretty intimidating task, but it’s really not that bad when you take the time to know and understand what you’re doing.
A standard essay has a lot of working parts. There’s the formatting, thesis statement, writing structure, grammar and punctuation,... | https://medium.com/the-homework-help-global-blog/how-to-write-a-good-essay-d9447d9aa5ee | ['Homework Help Global'] | 2019-07-31 20:53:54.425000+00:00 | ['Media', 'Writing', 'Essay', 'Education', 'Essay Writing'] |
First contact with Figma | Trainer asked us to choose one Spanish autonomous communities (since I study in Barcelona, it makes sense no? haha), I chose La Rioja. My flatmate is a wine amateur, also an architect, he always told me how great these wineries are. Also, we have lots of Catalans in our class, of course, Catalonia is for sure my favori... | https://medium.com/@yunshengho/first-contact-with-figma-74e73f042b0a | [] | 2020-04-15 07:23:25.998000+00:00 | ['UI', 'UX', 'Sketch', 'Ui Ux Design', 'Figma'] |
How much does the Indian Farmers Earn ? | Are we moving in the right direction to enhance Indian Farmers Income?
I was watching the media channels and almost every one unequivocally agree that the Farmer’s income needs to be doubled and the Farm Laws introduced by the Govt of India is a step towards it.
If Farmer’s Income is going to double.. Then why are th... | https://medium.com/@nethrapal/how-much-does-the-indian-farmers-earn-de1676656894 | [] | 2020-12-08 13:35:22.596000+00:00 | ['Farming', 'India'] |
Little Girl | Little Girl
The little girl you had,
the one you birthed
and brought into this world.
She knew you never wanted her,
she wasn’t that oblivious,
but it wasn’t her fault
you chose to keep her.
I never felt close to my parents growing up. I was the youngest of three and my parents were teen parents. They had a lot... | https://medium.com/@isabellaforino/little-girl-3d1ca9dd0d2b | [] | 2020-12-19 03:30:24.099000+00:00 | ['Poem', 'Sad', 'Teens', 'Poetry'] |
Out of Egypt (Third Sunday of Advent) | Flight into Egypt, circa 1320 by Giotto (Basilica of Saint Francis of Assisi, Assisi, Italy).
And he said to me, “You are my servant, Israel, in whom I will be glorified.” -Isaiah 49:3 “When Israel was a child, I loved him, and out of Egypt I called my son. -Hosea 11:1
It has, for a while now, been of popular mind to... | https://chrisnye.medium.com/out-of-egypt-third-sunday-of-advent-71e2222c6797 | ['Chris Nye'] | 2019-12-14 14:51:01.495000+00:00 | ['Christianity', 'Jesus', 'Christmas', 'Spirituality', 'God'] |
Having a Sick Child Can Mend Your Heart | Having a Sick Child Can Mend Your Heart
Photo credit: iStock
By Bill Gray
It’s easy to take for granted living in Massachusetts. We have here, quite literally, the greatest concentration of medical knowledge in the world. I wish I were exaggerating. But in more than fourteen years being Jacob’s dad, I have met peopl... | https://medium.com/a-parent-is-born/having-a-sick-child-can-mend-your-heart-873695b32c0f | ['The Good Men Project'] | 2020-12-16 02:47:22.590000+00:00 | ['Parenting', 'Love', 'Empathy', 'Childhood', 'Fatherhood'] |
The Marketplace Monetization Map: Complexity and Asymmetry | The Marketplace Monetization Map: Complexity and Asymmetry
Image credit: Shutterstock
Like other types of startups built on network effects, marketplaces create value by connecting participants. Specifically, they connect demand with supply to enable transactions. This gives them an obvious way to monetize — take a c... | https://breadcrumb.vc/the-marketplace-monetization-map-complexity-and-asymmetry-529b70a830d7 | ['Sameer Singh'] | 2021-03-01 10:09:08.611000+00:00 | ['Business', 'Technology', 'Startup', 'Venture Capital', 'Marketplaces'] |
Jesy Nelson Quits Little Mix: The Consequences of Celebrity Journalism | Jesy Nelson Quits Little Mix: The Consequences of Celebrity Journalism
Targeted by journalists relentlessly, it is no surprise that Jesy Nelson has finally quit the UK’s biggest girl group of all time, Little Mix. As a result of the nine years that Nelson has been part of the girl band, she has developed severe mental... | https://medium.com/@elliedolan/jesy-nelson-silenced-the-consequences-of-bad-celebrity-journalism-a7901346d173 | [] | 2021-01-19 11:01:16.089000+00:00 | ['Journalism', 'Media Criticism', 'Mental Health', 'Celebrity', 'Women'] |
How to create a product your customer loves 1/3: Jobs-to-be-Done | Do you want to impress the world with a brand-new innovation? Then you have to make sure you provide a solution to a task that your customer is trying to get done.
Jobs-to-be-Done is a method to set out the path your customer is trying to do. Outcome Driven Innovation uses that path to get quantitative data. This data... | https://medium.com/0smosis/how-to-create-a-product-your-customer-loves-1-3-jobs-to-be-done-1644adf8491 | ['Anton De Meester'] | 2018-02-26 12:29:12.559000+00:00 | ['Jobs To Be Done'] |
Socrates, Plato, and Aristotle Walk Into a Bar… An amazing first experience in Athens, Greece | I don’t think I know of anyone who does not have Greece on their bucket list of places to visit. I’ve long wanted to see it in person.
Part of my “excuse” for visiting Greece was that there is a class tie-in as one of the classes I was taking was Style and Rhetoric and Professional Writing. Of course, the study of rhe... | https://medium.com/@tony-ob-davis/socrates-plato-and-aristotle-walk-into-a-bar-an-amazing-first-experience-in-athens-greece-243e26a2a8be | ['Tony Davis'] | 2020-02-10 21:32:49.724000+00:00 | ['Europe', 'Mediterranean', 'Greece', 'Athens', 'Travel'] |
Parsing post data 3 different ways in Node.js without third-party libraries | 3. multipart/form-data
This one was the trickiest one of all, this is not close to being a one liner; if it’s so complicated why bother? The simple answer is transferring files with form data in a single request.
There are different approached how to parse this data, but for the purpose of this example I’m loading al... | https://javascript.plainenglish.io/parsing-post-data-3-different-ways-in-node-js-e39d9d11ba8 | ['Salvador Guerrero'] | 2020-05-20 08:16:21.636000+00:00 | ['Coding', 'Nodejs', 'JavaScript', 'Programming', 'Json'] |
Color correction for streaming | Tutorial
Color correction for streaming
This post is quite a bit different from my usual topics of programming. But proper color correction is a cheap and easy way to make a stream or video look more professional. Unfortunately, I keep having to re-figure out how to do it, so I figured I would write it down, and perh... | https://medium.com/@thedrlambda/color-correction-for-streaming-67b1557e6625 | ['Christian Clausen'] | 2020-11-16 11:17:18.650000+00:00 | ['Colors', 'Open Broadcaster Software', 'Lut', 'Color Correction'] |
Ilm | Illuminating
Learning
Manifested through the acquisition of knowledge.
Ilm: Arabic roots and used in the Urdu language, as well: acquiring knowledge about the universe with logical reasoning and critical thinking. Thus, Ilm is not restricted to one subject, profession, or expertise: rather an encompassing term inclu... | https://medium.com/science-soul/ilm-85257939e27b | ['Dr. Fatima Imam'] | 2020-12-21 03:15:55.917000+00:00 | ['Knowledge', 'Professional Development', 'Self Improvement', 'Life', 'Poetry On Medium'] |
VJ Loop | Blue Waterfall Zooming Grid | This blog takes the broadest conception of sound design possible including visual effects because audio likes video. Over 90,000 views annually.
Follow | https://medium.com/sound-and-design/vj-loop-waterfallgrid-16b6efdbdab5 | ["Michael 'Myk Eff' Filimowicz"] | 2020-12-29 02:29:28.390000+00:00 | ['EDM', 'Creativity', 'Design', 'Flair', 'Art'] |
why no caps y sin mayúsculas | walter isaacson recounts in steve jobs’s biography the tech legend’s pet peeve with capitalization. he had a strong ideological stance against capital letters. back then, i found the rationale clever and creative. i idealized following jobs’s lead on this one. five plus years after reading that remarkable biography, i ... | https://medium.com/no-caps/why-no-caps-ebe691829fd1 | [] | 2020-09-16 20:36:35.452000+00:00 | ['Writing', 'Life Lessons', 'Español', 'Life', 'Blog'] |
How to discuss the Corona impact on your company with VCs? | In light of the current crisis, there are already numerous tips moving around on how to manage startups — as well as mature firms — to pull through the economic downturn. Yet another crucial aspect for startups has gathered little attention — investor communication. What to communicate to existing investors, and what t... | https://medium.com/@unitedangels-vc/how-to-discuss-the-corona-impact-on-your-company-with-vcs-12e4639bc5d1 | ['United Angels Vc'] | 2020-04-06 13:59:53.994000+00:00 | ['Venture Capital', 'Startup', 'Corona'] |
Measuring Sustainability from Space | Technology and risk-based modeling may soon put the world on a path to eliminate the concept of “negative externalities” as data begins to transform physical industries in the same way it powered the engines of the internet economy. Negative externalities are the unaccounted environmental and societal side effects of c... | https://medium.com/descarteslabs-team/measuring-sustainability-from-space-cb5e68e4c7d7 | ['Alex Diamond'] | 2019-08-21 03:34:35.164000+00:00 | ['Sustainability', 'Environment', 'Geospatial', 'Data Science', 'Climate Change'] |
An in-depth look at the AppBar widget | In this article, we’re going to review the AppBar widget’s parameters one by one using a little app I whipped up for this exercise. It’s available to you for download on Github called, appbar_example. You can then ‘look under the hood’ at the code and see how to use AppBar widget’s many parameters.
I Like Screenshots.... | https://andrious.medium.com/decode-appbar-4e810020f744 | ['Greg Perry'] | 2020-12-22 17:22:12.997000+00:00 | ['Programming', 'Flutter', 'Android App Development', 'Mobile App Development', 'iOS App Development'] |
A Different Way to Think About Security Tokens: Programmable Regulation | Security tokens are one of the most exciting developments in the crypto-asset space that is forcing us to rethink different aspects of the ecosystem from the technological, socio-political and economical standpoints. Recently, I was confronted with a scenario that made me look at security tokens through the regulatory ... | https://medium.com/coinmonks/a-different-way-to-think-about-security-tokens-programmable-regulation-78f785fbd21a | ['Jesus Rodriguez'] | 2018-07-24 13:54:33.036000+00:00 | ['Cryptocurrency', 'Token Sale', 'Regulation', 'Security Token', 'Blockchain'] |
Psych episode review — 1.6 — Weekend Warriors | Original air date: August 11, 2006
Director: John Fortenberry
Writer: Douglas Steinberg
Rating: 9/10
A Civil War re-enactment is a great setting to have a Psych episode in, especially when Carlton Lassiter (Timothy Omundson) is the organizer of the battle.
The episode starts with Shawn and Gus coming to watch the ... | https://medium.com/as-vast-as-space-and-as-timeless-as-infinity/psych-episode-review-1-6-weekend-warriors-a63839f116c9 | ['Patrick J Mullen'] | 2019-05-13 16:21:00.811000+00:00 | ['Mystery', 'Psych', 'Civil War', 'Comedy', 'TV'] |
MiCA: A Guide to the EU’s Proposed Markets in Crypto-Assets Regulation | Summary
A detailed new digital finance package (DFP) was introduced by the European Commission (EC) on 24 September 2020 which, if it is implemented in its current form, would change the European economy over the coming decades. It is known as Markets in Crypto-Assets Regulation (MiCA).
MiCA was “leaked” in the middl... | https://medium.com/merkle-science/mica-a-guide-to-the-eus-proposed-markets-in-crypto-assets-regulation-c9098be039cf | ['Merkle Science Marketing'] | 2020-11-23 17:30:31.283000+00:00 | ['Blockchain', 'Regulation', 'Cryptocurrency', 'Mica', 'Compliance'] |
Trust in Online Medicine | Be Cautious, Not Straying Online
Here are listed the most popular adversary of valid information sources:
One of the most available sources is online forums, discussions on social media . To this category sources that are opened for editing (e.g., “Wikipedia”) also can be related.
. To this category sources that are... | https://medium.com/@healthy-spacer/trust-in-online-medicine-b018ee34f774 | ['Healthy Spacer'] | 2020-12-16 19:00:16.615000+00:00 | ['Medicine', 'Information Technology', 'Healthy Living', 'Health'] |
Clean Energy Financing & Colorado’s Cannabis Industry | By Ian Ferrell
Cannabis grow operations utilize 0.6% of Colorado’s total electricity consumption annually, creating interest in alternative options like clean energy solutions and financing.
Cannabis cultivation in Colorado is energy-intensive. Colorado’s cannabis grow operations consume a total of ~300 gigawatt-hour... | https://medium.com/@ianwferrell/clean-energy-financing-colorados-cannabis-industry-465867957e58 | ['Ian Ferrell'] | 2020-12-10 00:19:05.959000+00:00 | ['Cannabis', 'Alternative Energy', 'Colorado', 'Solar Power', 'Solar Energy'] |
What I’ve Learned From My Mother | What I’ve Learned From My Mother
Take a step back and realize how much mother has already done in the family. My lovely mother is 40 years older than me and I am very positive she has learned her fair share of lessons and she knows me very well. Though I‘ve never really said this out loud, she had sacrificed a lot for... | https://medium.com/fellowship-writers/what-ive-learned-from-my-mother-e2d602c57212 | ['Cindy Christella'] | 2021-02-02 19:29:23.342000+00:00 | ['Single Moms', 'Parenting', 'Self Love', 'Self Development', 'Mothers And Daughters'] |
Allie Beth Stuckey uses Virtual Private Network — get yourself one | Allie Beth Stuckey is a YouTube influencer, political satirist, a speaker, commentator and the host of the Blaze TV podcast Relatable. She’s a generally entertaining person to listen to. On her channel, she analyzes culture, news, theology and politics from a Christian and conservative perspective. You can watch her sa... | https://medium.com/@shelldonpriphton/allie-beth-stuckey-uses-virtual-private-network-a68a2a07c9d6 | ['Shelldon Priphton'] | 2020-04-10 12:50:03.028000+00:00 | ['Cybersecurity', 'Discount', 'Deal', 'Privacy', 'VPN'] |
Ireland and its Toxic Nostalgia. | By Seán Birch.
It’s 2020, yet we’ve never been so blind. As the General Election looms, contentious debates which could be mistaken for shouting matches are taking place around the country. I, for one, lost my voice for two days yelling at my father, and I know for certain that others are in the same boat. The only th... | https://medium.com/the-galway-eye/ireland-and-its-toxic-nostalgia-3b0d29305e4a | ['Journalism', 'Media Society'] | 2020-01-30 11:23:52.517000+00:00 | ['Irish Politics', 'Politics', 'Election 2020', 'Fianna Fáil', 'Fine Gael'] |
How To Work From Home — Make A List Of Your Top 5 Subjects And Research The Business Opportunities | How To Work From Home — Make A List Of Your Top 5 Subjects And Research The Business Opportunities Crystal Santos Follow May 16 · 2 min read
Most people are motivated by the potential money remunerations or by the passion they have for a particular choice made on the home business scene. Though having these elements t... | https://medium.com/clientbooster/how-to-work-from-home-make-a-list-of-your-top-5-subjects-and-research-the-business-opportunities-5d1542bfe479 | ['Crystal Santos'] | 2021-05-16 19:52:14.636000+00:00 | ['Freelancers', 'Online Business', 'Work From Home', 'Online Marketing', 'Website Traffic'] |
How To Circumvent Decision Fatigue As A Leader | What Is Decision Fatigue?
Photo by Diggity Marketing on Unsplash
“As a senior executive, you get paid to make a small number of high-quality decisions.” — Jeff Bezos
Coined by social psychologist Roy F. Baumeister, decision fatigue is a psychological phenomenon that describes the persons capacity, or lack thereof, t... | https://medium.com/bad-buddhism/how-to-circumvent-decision-fatigue-as-a-leader-367da7ba88be | ['Anthony Boyd'] | 2020-07-14 04:17:20.888000+00:00 | ['Productivity', 'Advice', 'Mental Health', 'Business', 'Leadership'] |
How to read the SAFU V1 Scanner? | In this article, we will deal with the different sections of the scanner point by point in an attempt to better understand its overall functioning.
I. Rug Pull Safety
The Rug Pull Safety section is used to determine the likelihood of a token getting rugged, i.e. owners withdrawing liquidity, or dumping a massive amou... | https://medium.com/@StaySAFU/how-to-read-the-safu-v1-scanner-63ca372fd473 | [] | 2021-09-06 20:26:22.053000+00:00 | ['Cybersecurity', 'Crypto Tokens', 'Scanner App', 'Documentation', 'Crypto'] |
My First Post — About Me. I am going to keep this short and to… | I am going to keep this short and to the point so hopefully it wont require much of a read.
My name is Jordan Kasper I am currently a Senior Support Engineer at ForgeRock and am looking to move into the Data Science/Engineering space.
I currently live in Vancouver, WA right on the other side of the river from Portlan... | https://medium.com/understanding-the-data/my-first-post-about-me-391c9206cf03 | ['Jordan Kasper'] | 2019-03-27 19:08:25.791000+00:00 | ['About Me', 'First Post'] |
>+𝐿𝐼𝒱𝐸’’• “Buccaneers vs Lions”(Livestream) — NFL FREE, TV channel 2020 | Live Now:: https://tinyurl.com/y9u6rltu
Live Now:: https://tinyurl.com/y9u6rltu
The Tampa Bay Buccaneers are in a position to lock up a playoff spot on Saturday, should they pull off a road win against the Detroit Lions. You’d think it will come easy — for the first time this season, we’re going to see an NFL team wi... | https://medium.com/@akdinsobhobeabar/buccaneers-vs-lions-livestream-nfl-free-tv-channel-2020-e332d8a2d304 | [] | 2020-12-26 04:07:53.548000+00:00 | ['Lions Club', 'Live', 'Tampa Buccaneers', 'NFL'] |
Shadab Khan Signs Sydney Sixers for Remaining BBL 2021–22 | Shadab Khan signed with Sydney Sixers for the remaining BBL 2021–22, has signed the Pakistan legspinner.
The Suffered Multiple Injuries :-
Khan’s signing would provide a substantial boost to the defending champions. Who was suffering from multiple injuries in addition to finishing second in the standings?
Also read:... | https://medium.com/@babacric/shadab-khan-signs-sydney-sixers-for-remaining-bbl-2021-22-6a4bae8d612c | ['Baba Cric'] | 2021-12-24 09:26:33.361000+00:00 | ['Bbl2021 22', 'Pakistan', 'Shadabkhan', 'Sydneysixers', 'Cricket'] |
Hustle | I’ve tried hustle.
I’ve worked until my arms ached, and my eyesight failed into the dim light of dusk.
My bones have coughed out marrow.
I hunched and toiled past the hands of time.
I ate words and listened to night fall like thunder.
I devoured, plodded, straightened my back and swallowed the dawn.
I watched the... | https://bridgetwebber.medium.com/hustle-3ef297222f1f | ['Bridget Webber'] | 2020-10-06 16:50:51.344000+00:00 | ['Productivity', 'Creativity', 'Culture', 'Lifestyle', 'Writing'] |
How to get Slazo NordVPN discount code — one step to get the discount! | Slazo is an Australian YouTuber, who’s channel is all about social media commentary, roast and comedic meme videos. He created his channel on 2013 and since then has been entertaining his audience. This successful YouTuber has more than 700K subscribers and also cares about his cyber security by investing in NordVPN.
... | https://medium.com/@lokilin33/how-to-get-slazo-nordvpn-discount-code-one-step-to-get-the-discount-3231514daddb | ['Luka Lin'] | 2020-01-31 11:48:14.205000+00:00 | ['VPN'] |
Machinima & The Sims 2: A Love Story | Machinima & The Sims 2: A Love Story
Do your fondest preteen memories involve sitting at a computer?
From 2005 to 2007, I used The Sims 2 and Youtube to sustain a brief career as a creator of “machinima”. Machinima is the use of computer and video games to create computer animated films. I just called it ‘making Sims... | https://jwrmartin.medium.com/machinima-the-sims-2-a-love-story-2da62f845a9a | ['Jesse Martin-Miller'] | 2018-06-15 20:11:41.979000+00:00 | ['The Sims', 'Machinima', 'Film', 'Personal Essay', 'Ea Games'] |
Protect your gear with these smart surge protectors at all-time lows | Sometimes you will never know the value of a moment, until it becomes a memory | https://medium.com/@ramiro04485323/protect-your-gear-with-these-smart-surge-protectors-at-all-time-lows-97a42503ff3e | [] | 2020-12-23 19:50:03.153000+00:00 | ['Connected Home', 'Surveillance', 'Home Tech', 'Tvs'] |
Russiagate 2.0: Chinagate: Coming soon to a propaganda outlet near you. | Russiagate 2.0: Chinagate: Coming soon to a propaganda outlet near you.
The "super soldiers" that the CIA cleaning guy (Dilanian) is fearmongering about is just projection (archive: https://archive.is/ArpFa). | https://medium.com/@quesadaswan/russiagate-2-0-chinagate-coming-soon-to-a-propaganda-outlet-near-you-bfeae94c0f28 | ['Nico Poblete'] | 2020-12-05 18:56:03.972000+00:00 | ['News', 'Media Criticism', 'Propaganda', 'China', 'War'] |
Where is your orderBy pipe Angular? | This might be a question for many of you angularjs developers who have moved to the Angular recently and trying to find your way around the new framework.
If you remember in angularjs we have $filter which is equivalent to Pipe in Angular. There are filters for formatting data in the template (eg: date, number, money)... | https://medium.com/lapis/where-is-your-orderby-pipe-angular-11e617ce2a3d | [] | 2020-09-19 02:06:00.710000+00:00 | ['Pipe', 'Orderby', 'Software Engineering', 'JavaScript', 'Angular'] |
Dare to change the world — small steps by JOI team | Hi everyone!
My name is Alex and I’m the creator of JOI — a mood tracker for smartphones. I’ve always believed that all changes in the external world always begin with some shifts within a person. At least, it was exactly my story: the desire to solve my own problems and help others in this challenging task led me to ... | https://medium.com/@aleksandr-lanin/dare-to-change-the-world-small-steps-by-joi-team-d82c92e8ca32 | ['Aleksandr Lanin'] | 2020-12-01 09:28:22.987000+00:00 | ['Apps', 'Diary', 'Mental Health', 'Anxiety', 'Depression'] |
Executioner Turned Death Penalty Abolitionist: Jerry Givens | This week the New York Times is featuring short videos about 5 of the 326,000+ Americans whose deaths are attributed to COVID-19. One of them is Jerry Givens, a founding Advisory Board Member of Death Penalty Action, a colleague, and a friend. It’s 6 minutes of beautifully created storytelling. Please click here to wat... | https://medium.com/@deathpenaltyaction/executioner-turned-death-penalty-abolitionist-jerry-givens-4a703995528 | ['Death Penalty Action'] | 2020-12-24 14:14:53.827000+00:00 | ['Death Penalty', 'Covid 19', 'Charity', 'Protest', 'Covid Diaries'] |
G Suite E-mail as SMTP for Firebase Auth | Hey everyone,
You are developing an authentication system with Firebase but hey ! verification mails go to spam folder.
Ooops ! That doesnt give a good impression for your customers.
We can overcome this trouble by adding SMTP service to Firebase Authentication Settings.
Yes I am talking about this page fellows!
I... | https://medium.com/patron-ai/g-suite-mail-as-smtp-service-for-firebase-auth-ec0483d21bb1 | ['Ömer Taban'] | 2020-05-08 22:47:55.028000+00:00 | ['Authentication', 'Firebase', 'Gmail', 'Smtp', 'G Suite For Business'] |
Top 10 LinkedIn pages to follow for software testing | Top 10 LinkedIn pages/groups you should follow for software testing insights.
Quality has always been the priority of all enterprises and will always remain so. Companies are making huge investments to improve the quality of their software to sustain in the highly competitive world. As the emphasize on quality is incr... | https://medium.com/@kavitha6988/top-10-linkedin-pages-to-follow-for-software-testing-8eadc75bc4d5 | ['Kavitha R'] | 2021-07-15 05:27:53.847000+00:00 | ['Linkedin Groups', 'Codeless Testing', 'Software Testing', 'Software Tester', 'Test Automation'] |
Watch Live Stream: Trinity vs Allen | Texas High School Football LIVE 12/26/2020 | Watch Live Stream: Trinity vs Allen | Texas High School Football LIVE 12/26/2020 Dadangdudunh ·Dec 20, 2020
Trojans v Eagles
Watch Link Here: http://advertisement.sportfb.com/hsfootball.php
Watch Live Stream: Trinity vs Allen | Texas High School Football LIVE 12/26/2020
Watch Live Here
Trojans
10–1
Eagles
10–0
... | https://medium.com/@dadangdudunh56/watch-live-stream-trinity-vs-allen-texas-high-school-football-live-12-26-2020-25591fdbbe70 | [] | 2020-12-20 15:58:44.544000+00:00 | ['Texas', 'Americanfootball', 'Highschoolfootball'] |
Outlier Detection with K-means Clustering in Python | Outlier Detection with K-means Clustering in Python
Data with outliers detected by Author
K-means clustering is used when you want to cluster your data into k groups. I will tell you how to catch the outliers that stay far away from these groups. We will do it by deciding a threshold ratio. For each cluster, the data... | https://medium.datadriveninvestor.com/outlier-detection-with-k-means-clustering-in-python-ee3ac1826fb0 | ['A. Kübra Kuyucu'] | 2021-02-01 13:56:26.459000+00:00 | ['Data Science', 'Outliers', 'Artificial Intelligence', 'Clustering', 'Python'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.