title
stringlengths
1
200
text
stringlengths
10
100k
url
stringlengths
32
829
authors
stringlengths
2
392
timestamp
stringlengths
19
32
tags
stringlengths
6
263
1970 Chevelle Nets Almost $400K At Auction
For most people, the concept of paying six digits for a car seems ludicrous, although it’s normally the realm of Ferraris, McLarens, and other exotic or ultra-luxury brands. However, when a classic car like this 1970 Chevrolet Chevelle exceeds the $100,000 mark it can be far more perplexing considering how affordable i...
https://medium.com/motorious/1970-chevelle-nets-almost-400k-at-auction-b3599473c7f5
['Sam Maven']
2021-04-25 19:00:04.310000+00:00
['American', 'Muscle', 'Newsletter', '70s', 'News']
How to Tell the Difference Between a Genuine and Fake Swarovski Crystals
A lot has been discussed about Swarovski crystals; considering the fakes that have been circulating online and in stores. Swarovski being a respected and reputable brand, there are unethical dealers who want to take that advantage. Unlike other crystals or gems, Swarovski crystals are man-made. They contain 32% lead c...
https://medium.com/@Dutyfreecrystal/how-to-tell-the-difference-between-a-genuine-and-fake-swarovski-crystals-d2f3871f48d9
['Duty Free Crystal']
2016-10-18 05:51:23.958000+00:00
['Jewelry', 'Diamonds']
Predicting Micronutrients using Neural Networks and Random Forest (Part 2)
Predicting Micronutrients using Neural Networks and Random Forest (Part 2) Photo by Julien R on Unsplash Welcome back! Glad you can join me in part 2 of this series of “Predicting Micronutrients using Neural Networks and Random Forest.” In the previous blog post, I mentioned that UNICEF has invited us to join their ...
https://towardsdatascience.com/predicting-micronutrients-using-neural-networks-and-random-forest-part-2-1bd85497fdf1
['Gilang Ilhami']
2019-06-24 20:10:03.316000+00:00
['Random Forest', 'Decision Tree', 'Python', 'Machine Learning', 'Scikit Learn']
Why use TypeScript?
JavaScript is not a strictly typed language. This means that when you declare a variable, you don’t have to also define the type — number, string, boolean etc. — of the values that it’ll hold. It’s perfectly legitimate in JavaScript for a variable to be reassigned a value of a different type to the one it was assigned ...
https://medium.com/@rossmorran/why-use-typescript-eafed6c7a391
['Ross Morran']
2020-12-22 22:24:51.821000+00:00
['Introduction', 'JavaScript', 'Front End Development', 'Typescript']
How Dental Bridges Can Help in Restoring Teeth Functionality
In restorative dentistry, there are two important aspects. There’s the functional aspect that involves making sure your oral health is restored completely, and there’s the aesthetic aspect that can have a profound impact on your self-esteem and confidence. After all, everyone wants to be able to smile and talk naturall...
https://medium.com/@emmydental-net/in-restorative-dentistry-there-are-two-important-aspects-195c16ca5106
['Emmy Dental - Cypress Tx']
2021-11-26 10:49:51.732000+00:00
['Cosmetic Dentist', 'Dentistry', 'Dental Bridges', 'Dentist', 'Cypress Dentist']
A Future Without Me
A Future Without Me The day dawned the usual and would have gone on to be the same; listless and dull. She woke up to an empty bedside and an empty room. She wondered if her heart would become empty of all emotions soon too. Her existence made no difference, she felt. The same routine every day, get up and wait for an...
https://medium.com/illumination/a-future-without-me-cc06ee505dfe
['A Rustic Mind', 'Manali Desai']
2020-12-24 03:58:49.046000+00:00
['Hope', 'Short Story', 'Alone', 'Fiction', 'Stories']
Sunday Night Football PrizePicks Entry
Entry for Cowboys vs WFT on Sunday Night Football The Cowboys & WFT go head to head on Sunday Night Football, Taylor Heinicke returns for the Football Team under center while the Cowboys expect to get the second half of their 1–2 punch in the backfield back in the lineup tonight in Tony Pollard. I put together a two-l...
https://blog.fantasylifeapp.com/sunday-night-football-prizepicks-entry-d8601a738d9d
['Matt Rooney']
2021-12-26 14:24:10.362000+00:00
['DFS', 'Sports Betting', 'NFL']
The Mistakes That Led GameStop to Its Downfall
Video games mean big money. It’s a multi-billion dollar industry that’s projected to continue growing in future years. So it should be no surprise to see companies trying to capitalize on the market. Console wars generate media coverage, new titles frequently wear a $60 price tag, and customers are always given reasons...
https://beausoleil.medium.com/the-mistakes-that-led-gamestop-to-its-downfall-54ebb3c32a5c
['Michael Beausoleil']
2020-05-31 22:14:19.466000+00:00
['Marketing', 'Gaming', 'Economy', 'Business', 'Customer Experience']
線上銷售到線下體驗:中國是全世界新零售概念的實驗場?
Cement Pot Our Cement Pot is the perfect little planter for your kitchen window sill or bathroom counter! Plant some greenery in…
https://medium.com/y-pointer/newretail-future-14f0920001e4
['侯智薰 Raymond Ch Hou']
2018-11-05 03:57:08.099000+00:00
['Retail', 'Business', '中文', 'Marketing', 'China']
Top 5 Open-Source Machine Learning Recommender System Projects With Resources
1. LightFM LightFM is a Python implementation of LightFM, a hybrid recommendation algorithm. LightFM is a Python implementation of several popular recommendation algorithms for implicit and explicit feedback, including efficient BPR and WARP ranking losses. It’s easy to use, fast (via multithreaded model estimation) ...
https://becominghuman.ai/top-5-open-source-machine-learning-recommender-system-projects-with-resources-50583c4007c3
['Mrinal Walia']
2021-07-31 10:13:49.170000+00:00
['Python', 'Data Science', 'Artificial Intelligence', 'Machine Learning', 'Recommendation System']
Moderating a DAO
DAOs as Communities in Need of Stewardship; Moderators as Community Stewards It is naive to expect a DAO, like any community, to operate effectively without stewardship. Low voter engagement is a widespread issue for which many solutions are being developed. However, there are a number of other governance processes wh...
https://medium.com/pocket-network/moderating-a-dao-e84a107348f5
['Jack Laing']
2019-11-05 01:08:43.790000+00:00
['Ethereum', 'Moderating Daos', 'Daoops', 'Pocket Network', 'Aragon Dao']
How to get the next page on Beautiful Soup
Recursive function — The trick to get the next page Ok, here’s the trick to get the job done: Recursiveness. We are going to create a “parse_page’ function. That function will fetch the 10 albums the page will have. After the function it is done, it is going to call itself again, with the next page, to parse it, ove...
https://medium.com/quick-code/how-to-get-the-next-page-on-beautiful-soup-85b743750df4
[]
2019-09-15 07:06:18.476000+00:00
['Web Scraping', 'Python', 'Programming', 'Beautifulsoup', 'Coding']
Digital Marketing Is NOT Just “Social Media”
As a marketer, you must’ve dealt with clients who wants your digital marketing services. You get excited that you’ve got a lead, you setup a meeting only to realize that what they truely want is Social Media Management, and it is frustraiting to say the least, that all of your digital marketing expertise is compromised...
https://medium.com/the-domino/digital-marketing-isnt-just-social-media-1477a68c1961
['Growaholic Lab']
2020-08-30 13:32:38.765000+00:00
['Business', 'Digital Marketing', 'Marketing', 'Social Media', 'Startup']
The Perfection Paradox
The Perfection Paradox Seek it and ye shall not find Perfection is illusive as a shimmering mirage; yet we strive for it, ignoring the wisdom of our hearts. How many vibrant poems and songs still remain unsung, robbed of life and passion before they have begun? The quest for perfection mistakes mere brass for gol...
https://medium.com/illumination-curated/the-perfection-paradox-c55dd627ccc8
['Deborah Barchi']
2020-10-20 02:09:03.988000+00:00
['Self Improvement', 'Poetry', 'Writing', 'Creativity', 'Life Lessons']
Yaşam Hakkı Söz Konusuysa Sınırlar Konuşulmamalı
Asmin Ayçe İdil Kaya from Turkey, 24 and Journalist. Interested about Latin cultures, flamenco. Also working on social media market.
https://medium.com/@asminayce/ya%C5%9Fam-hakk%C4%B1-s%C3%B6z-konusuysa-s%C4%B1n%C4%B1rlar-konu%C5%9Fulmamal%C4%B1-3f3fae5525bb
['Asmin Ayçe İdil Kaya']
2020-12-05 19:33:23.535000+00:00
['World', 'Turkey', 'Istanbul', 'Ngo', 'Refugees']
Twinkly Strings 250 LEDs Multicolor review: These smart string lights deliver dazzling effects
Smart Christmas tree lights generally do little more than let you turn them on and off with voice commands, but Twinkly’s string lights take the smarts to a new level. Packed with a few dozen effects plus the ability to create your own, Twinkly’s light strings can deliver some truly impressive light shows with the help...
https://medium.com/@april14080707/twinkly-strings-250-leds-multicolor-review-these-smart-string-lights-deliver-dazzling-effects-a7b4c8f336f1
[]
2020-12-24 18:10:28.585000+00:00
['Deals', 'Mobile Accessories', 'Home Theater', 'Audio']
Collecting Unemployment Benefits Due to COVID-19? Prepare for a Hefty Tax Bill | The Motley Fool
Collecting Unemployment Benefits Due to COVID-19? Prepare for a Hefty Tax Bill | The Motley Fool Staff Follow May 19, 2020 · 3 min read Millions of Americans have been hit hard financially due to the coronavirus pandemic. Approximately 36.5 million U.S. adults have filed for unemployment benefits over the past two mon...
https://medium.com/the-motley-fool/collecting-unemployment-benefits-due-to-covid-19-prepare-for-a-hefty-tax-bill-the-motley-fool-3505b89f0632
[]
2020-05-20 00:06:02.225000+00:00
['Money', 'Taxes', 'Covid 19', 'Unemployment', 'Coronavirus']
Sacred space: Spirituality and faith culture in social justice movements
I recently had the pleasure of attending the national Facing Race conference for the first time. It was an enormously informative and inspiring three days, full of learning and connecting with the 3,500 other attendees, all of whom advocate for justice and equity in some way. During the conference, one of the speakers ...
https://medium.com/imagining-justice-in-baltimore/sacred-space-spirituality-and-faith-culture-in-social-justice-movements-dc5d0f4ffa2c
[]
2019-02-04 14:01:00.978000+00:00
['Community', 'Social Justice', 'Baltimore', 'Religion', 'Justice']
UX Research: book notes
UX Research: book notes Somewhat helpful as a field manual, somewhat helpful as a guide to selling the esoteric commodity, this is a decent book with some good content, mostly around interviewing. Why Do UX Research? There is a good reason that research exists in the social sciences. I think of it like this: there ...
https://bootcamp.uxdesign.cc/ux-research-precis-b313dcee2f83
['Chuk Moran']
2021-01-04 21:04:17.007000+00:00
['UX Research', 'Product Design', 'Academic Research', 'UX', 'Resources']
How An Orange Became A Weapon Of Mass Destruction
The attack In 1978, a dozen Europeans in at least three countries became ill after eating Israeli oranges, lemons, and grapefruit that had been tainted with mercury. A group of Palestinian extremists took responsibility for the poisoning, saying its goal was to “sabotage the Israeli economy.” Fear had spread into the...
https://medium.com/lessons-from-history/how-an-orange-became-a-weapon-of-mass-destruction-1ec355f8e342
['Reuben Salsa']
2020-12-03 07:00:38.375000+00:00
['Salsa', 'History', 'Politics', 'Israel', 'Terrorism']
Traditional learning ?
The ways that how we learn to write when someone is studying for a basic education tends to be very inconsistent, the majority of teachers at this stage tend to only focus on the grammar, and the time to reach a higher education, the way in which we write has no sense, or at least the first few times, but, what leads u...
https://medium.com/the-matl-upb-chronicles/traditional-learning-a6dc451c5dea
['Carolina Gomezn']
2020-03-24 17:41:20.442000+00:00
['First Post', 'Matlupb']
The real voting fraud in America
About two months ago, my 20-year old daughter needed to get a replacement driver’s license. I didn’t ask why because she came home, very excited and told me “I registered to vote. Now I can vote against SB-5.” A few weeks later, she received her voter registration confirmation card letting her know where to vote and h...
https://medium.com/dog-walk-blog/the-real-voting-fraud-in-america-625ef69554b2
['Gérard Mclean']
2016-04-29 12:18:18.262000+00:00
['Elections', 'Ohio', 'Montgomery County']
Just because we can…
Just because we can… Photo by Nathan Lemon on Unsplash I’ve just ordered a new microwave oven. The choice took most of the afternoon. No sooner did I google “Best Microwave Oven” then I was bombarded with messages aimed at making the microwave a self-actualising choice rather than a functional one. Did I want a comb...
https://medium.com/@anniebee5/just-because-we-can-ff4fa3ae22e8
['Ann Marie Boyle']
2020-04-26 22:36:29.167000+00:00
['Brand Loyalty', 'Values', 'Customer Engagement', 'Quality', 'Marketing']
Communication. How to make a lasting impact with our…
Leadership Skills Part 3 Servant Leadership with meaningful conversations! Our world is in need of effective leaders who know how to communicate hope and a sense of safety to us. We are changing the way we do things as a society worldwide. We are talking about strategy for effective change management on a global scal...
https://medium.com/agilempath/communication-leadership-skills-part-3-178a7244ee57
['Alexia Georghiou']
2020-07-14 02:44:57.556000+00:00
['Culture', 'Communication', 'Agile Methodology', 'Scrum', 'Leadership']
MAG425A Review: a Google-Certified 4K Android TV Set-Top Box
The MAG425A is produced by Infomir, a group of companies that for many years has been specializing in the development, design, manufacturing, and support of MAG branded IPTV, OTT and VoD equipment and client devices. Infomir has been making set-top boxes for over 14 years now. Based in Ukraine, the company has represen...
https://medium.com/@switchon19/mag425a-review-a-google-certified-4k-android-tv-set-top-box-e27094926087
[]
2019-11-11 15:00:43.191000+00:00
['Android Tv', 'Chromecast', 'Iptv', 'Android', 'Android Tv Box']
Cracking Open My Heart
MY MOTHER passed away in 1998. Last week (on Dec 17th) she said.. You don’t have to look outside to find what’s inside. Stop trying to find happiness by filling your mind on the outside when you are avoiding looking on the inside. You need to accept yourself. You are perfect as you are. You need to forgive yourself...
https://medium.com/know-thyself-heal-thyself/cracking-open-my-heart-a797e726ced8
['Alan Lew']
2020-12-28 01:35:32.211000+00:00
['Psychic', 'Love', 'Channeling', 'Parents', 'Heart']
Opening Internet Monopolies to Competition with Data Sharing Mandates
Claudia Biancotti, Paolo Ciocca From PIIE.com Over the past few years, it has become apparent that a small number of technology companies have assembled detailed datasets on the characteristics, preferences, and behavior of billions of individuals. This concentration of data is at the root of a worrying power imbalan...
https://medium.com/@gattodipiombo/opening-internet-monopolies-to-competition-with-data-sharing-mandates-d5a89efa0099
['Claudia Biancotti']
2019-04-01 19:44:16.952000+00:00
['Privacy', 'Competition', 'Security', 'Artificial Intelligence']
Exploring Geospatial Data with kepler.gl
Sina and Gabriel also created a ‘success’ metric that identifies places associated with quality pick-up experiences, i.e., spots with a minimum of cancellations, pick-up location errors or other types of defects. These were projected onto city maps as hexagonal spatial units visualized in kepler.gl using the H3 layer (...
https://medium.com/vis-gl/exploring-geospatial-data-with-kepler-gl-cf655839628f
['Shan He']
2019-08-26 22:36:12.136000+00:00
['Uber', 'Keplergl', 'Data Science', 'Data Visualization', 'Geospatial']
NEW YEAR, NEW CONTENT: 36 IDEAS FOR CREATING NEW AND ENGAGING CONTENT
The New Year is here and it’s a great time to start thinking about what content you’ll be producing in these coming months. The New Year has just begun and it’s an exciting time for business owners, writers, and anyone alike since it’s a fresh start or a blank page, as it were. It’s a time to reflect on what we’ve ach...
https://medium.com/@ayb_TWPRT/new-year-new-content-36-ideas-for-creating-new-and-engaging-content-587fdfa56bc8
['Alyssa Berthiaume']
2021-07-06 01:05:38.519000+00:00
['Brand']
Anti-CD47 antibody trial in advanced cancers shows treatment appears safe, well-tolerated
Anti-CD47 antibody trial in advanced cancers shows treatment appears safe, well-tolerated An antibody against the “don’t eat me” signal on cancer cells appears safe and well-tolerated by patients with advanced cancers. A phase 2 trial is planned. By Krista Conger Over the years, I’ve written quite a bit about a prot...
https://medium.com/scope-stanford-medicine/anti-cd47-antibody-trial-in-advanced-cancers-shows-treatment-appears-safe-well-tolerated-7906f19194ce
['Stanford Medicine']
2019-03-05 23:06:34.168000+00:00
['Drug Development', 'Stanford Scope', 'Cancer', 'News Home', 'Clinical Trials']
Why did Moldova try to move its embassy from Tel Aviv to Jerusalem?
As of the 8th of June 2019, Moldova has a new Government led by Ms Maia Sandu. The new Government was founded on a Saturday morning in a Parliament building with no electricity. Why? Because the previous Democrat-led Government asked that the light be cut. Like children playing with the light-switch, some of our people...
https://medium.com/@mihaiavram/why-did-moldova-try-to-move-its-embassy-from-tel-aviv-to-jerusalem-c2f8c987dad7
['Mihai Avram']
2019-06-19 15:57:42.889000+00:00
['Israel', 'Palestine', 'Politics']
SUBLIMINALS — How they work and are the sketchy?
Yes i get it i was as apprehensive as you are about the impact of trying subliminals; can i trust the random stranger on the internet to access my subconscious mind? Well let’s take a look into the facts. Subliminal messages are actually being transmitting all day everyday into your subconscious mind, wether you are i...
https://medium.com/@cosmosclothing/subliminals-how-they-work-and-are-the-sketchy-6a5ebff1894
['Holly E Taylor']
2021-07-06 14:08:46.865000+00:00
['Spirituality', 'Law Of Attraction', 'Manifest', 'Manifestation', 'Subliminals']
IoT Chain attending INWE Blockchain Event
Dear community, On April 14, 2018, the ITC team will be attending a blockchain technology event hosted by INWE Crypto in Shanghai. They will deliver a speech titled “P2P network structure, management, and attack”. There will also be Q&A session and panel discussions among developers.
https://medium.com/iot-chain/dear-community-7847f84a7001
['Iot Chain']
2018-05-03 04:28:53.487000+00:00
['English', 'Announcements', 'Blockchain', 'Inwe Lounge', 'Iot Chain']
12 Proven Ways to Lose Weight in a few days Without an Exercise
It’s an enduring question: Can you get more fit without work out? How about we start with this: Exercise is breathtaking for your body and psyche, from various perspectives. It eliminates your danger for numerous infections and can bring down your occurrence of misery, tension, and other emotional wellness issues, just...
https://medium.com/@ashleyfitness2021/12-proven-ways-to-lose-weight-in-a-few-days-without-an-exercise-8645d4606c93
[]
2020-12-25 16:40:47.870000+00:00
['Lose Weight', 'Weight Loss', 'Diet', 'Fitness', 'Lose Weight Fast']
Setting up your Full Stack Application: Rails API and React/Redux
Setting up your Rails API To reiterate, the following steps are what I often do when I set up my Rails API. That being said, there may be some steps (i.e. gems) that you will not want/need for your project. Also, I often create my Rails API with Postgres as the database. Whatever database you choose to work with isn’t...
https://medium.com/dev-genius/setting-up-your-full-stack-application-rails-api-and-react-redux-428ff7a7a7c0
['Waverley Leung']
2020-12-06 20:50:15.516000+00:00
['Guides And Tutorials', 'React', 'Code Newbie', 'Rails', 'Redux']
How Writers Can Get More People to Attend Their Readings
How Writers Can Get More People to Attend Their Readings With a few simple tricks you can stop being reduced to the futile act of screaming at the void Walter Rhein Sep 6·6 min read Photo by Jonas Jacobsson on Unsplash I remember when I was a young, hopeful writer with a newly signed contract from a small press. I s...
https://writingcooperative.com/how-writers-can-get-more-people-to-attend-their-readings-6ca50bdd432d
['Walter Rhein']
2021-09-06 15:03:50.474000+00:00
['The Reckless Writer', 'Authors', 'Social Media', 'Writing', 'Public Speaking']
Upgrading your simple TV to a Smart TV on a budget
One of the disappointing things about having an older TV is that as you upgrade to newer phones, the screen that is not even 1/20th the size is much more versatile in every way. With an older TV you’re typically limited to cable TV channels and manually turning on movies from a DVD player. On the other hand, smart TVs ...
https://medium.com/@bstock85/upgrading-your-simple-tv-to-a-smart-tv-on-a-budget-7fb35cd0b9c3
['Blake Stock']
2019-05-08 15:25:26.086000+00:00
['Fire Stick', 'Chromecast']
Ethereum Push Notification Service Successfully Raises $750k USD in Seed Round 🌱
Genesis of “Missing Piece of Web3 Infrastructure” Previous technology often follows a pattern which can be observed to find ways to address the pain points in upcoming technology. As Mark Twain puts it, History doesn’t repeat itself but often rhymes. We can learn a great deal from observing and, of course, being at th...
https://medium.com/ethereum-push-notification-service/ethereum-push-notification-service-successfully-raises-750k-usd-in-seed-round-bec41eadd84d
['Harsh Rajat']
2020-12-08 17:07:44.787000+00:00
['Announcements', 'Decentralization', 'Blockchain', 'Funding', 'Ethereum']
Take Your First Step into the Quantum Realm
You’re Thinking So Classically Take Your First Step into the Quantum Realm An Introduction to Quantum Gates and Quantum Circuits By Author using Canva Getting started with quantum computing may seem intimidating and just plain puzzling if you looked online where start, you were probably lead to the same results I d...
https://towardsdatascience.com/take-your-first-step-into-the-quantum-realm-a13e99fab886
['Sara A. Metwalli']
2020-10-20 14:39:00.515000+00:00
['Information Technology', 'Technology', 'Computer Science', 'Science', 'Quantum Computing']
The Mirage That Will Keep You In The Desert
“Everything you do consciously is preserved for you. Everything you do mechanically, since you did not do it, is lost.” –Maurice Nicoll Perfectionism is the height of mechanical thinking. It is the mirage that will keep you in the desert. It is the oasis that will never satisfy your thirst. The idea that things mus...
https://medium.com/the-mission/the-mirage-that-will-keep-you-in-the-desert-2e9263f1d549
[]
2020-04-24 21:03:46.394000+00:00
['Personal Development', 'News', 'Technology', 'Life Lessons', 'Business']
Feeling on the Outside
Feeling on the outside, I knew I was different from my Montessori peers when I was two. Feeling on the outside and failing to get in, feelings on the inside that won’t get out of my head. I hear things louder, even when they are quiet. I can’t understand words in songs even though I am a singer. The pain I feel won’...
https://medium.com/@aishahnyeta/feeling-on-the-outside-13dfe0de9029
[]
2020-12-19 22:08:15.422000+00:00
['Women On The Spectrum', 'Feelings', 'Autism', 'Autism Spectrum Disorder']
The Prisoner Who’s Stuck in a Time Loop (a Short Story)
December 5th, 2019 Rayna’s parents, I’m writing this letter because I need to get something off my chest. First off, I’m so sorry for your lost. I’m beyond devastated-beyond heartbroken to hear about Rayna’s death last week. I don’t know how I can live anymore… I’d NEVER want her to kill herself for anything or anyon...
https://medium.com/story-starters-nj/the-prisoner-whos-stuck-in-a-time-loop-a-short-story-9ffea1555583
['Kendall Beaver']
2020-12-22 03:31:06.214000+00:00
['Creative Writing', 'Short Story', 'Prison', 'Psychological Thriller', 'Heartache']
Purpose
It means heading in one direction that I choose. I believe in my purpose as a being, as human. To that front I’m trying to tilt the scales towards good and beauty through my thoughts, my actions, my writing, the way I’m raising my kids. My sort of mundane purpose, my goal, changes usually, either because it’s been ac...
https://medium.com/know-thyself-heal-thyself/purpose-7494917193e5
['Georgia Lewitt']
2020-12-30 20:46:52.485000+00:00
['Life Lessons', 'Spirituality', 'Nonfiction', 'Writing', 'Growth']
NetApp NS0–509 Dumps with real exam questions
NetApp NS0–509 Dumps with real exam questions Most students taking NS0–509 dumps certification exam are nervous. It is a very prestigious certification that is considered a guarantee of a decent job in a reputed IT firm in a foreign country. However, very few students are able to crack the exam in their first attempt ...
https://medium.com/@Certspedia/netapp-ns0-509-dumps-with-real-exam-questions-52a133d0cd51
[]
2021-08-27 12:06:19.278000+00:00
['Education', 'Study', 'Ns0 509 Dumps', 'Dumps', 'Cersei Lannister']
Mission and Values within the Cryptosphere
In the world of cryptoeconomics, in order for something to be rewarded it must be measured. Some things are easy to measure; for example, just by looking at the string “dog5356356” and its SHA256 hash, 0000390f327fefc900... , one can clearly see that around 216 SHA256 computations were done to produce it. Other computa...
https://medium.com/trivial-co/mission-and-values-trivial-dbfc26b9e20a
['Kacper Wikieł']
2018-08-16 11:29:37.346000+00:00
['Blockchain']
Male Transformation Into Women -Jill’s Magical Boobs
On my chest were Cheri’s boobs! The full, round, curvy outlines of breasts were unmistakable, and I could see the seams of a bra through my shirt. What I saw was impossible, and yet, my chest had two very female boobs. PART — 1 “Are you going to the meeting?” I turned at the interruption, startled from the task I wa...
https://medium.com/@urbanbeauty/male-transformation-into-women-jills-magical-boobs-f3be5204eb19
[]
2020-12-07 07:38:37.453000+00:00
['Transformation', 'Office', 'Boss', 'Male To Female', 'Magic']
10 Key Bible Terms That Christianity Misunderstood
B ack in my church days, I thought the pastors knew everything? Like, he went to seminary and knew Greek and Hebrew and basically everything about Christianity. Come to find out, they “knew” the assumptions filtered through a few languages—and centuries of speculation. 1. “Faith” Everyone knows what faith means. You...
https://medium.com/belover/10-key-bible-terms-that-christianity-misunderstood-14ba68971240
['Jonathan Poletti']
2020-12-23 20:54:15.558000+00:00
['Words', 'Bible', 'Christianity', 'Religion', 'Spirituality']
Call for applications: €1 million in grant funding for cross-border investigative journalism
Call for applications: €1 million in grant funding for cross-border investigative journalism Teams of journalists and media organisations in Europe can now apply for the IJ4EU fund Journalism, and investigative journalism in particular, functions as a watchdog to power and is a pillar of open, democratic societies. ...
https://medium.com/we-are-the-european-journalism-centre/1-million-in-grant-funding-for-cross-border-investigative-journalism-d3c3bc1160fa
['Zlatina Siderova']
2020-05-05 13:03:28.516000+00:00
['Funding', 'Updates', 'Investigative Journalism', 'Media', 'Journalism']
Recycled
Recycled Recycled is focused on sharing old stories made anew.
https://medium.com/recycled/fire-fly-3a3839afd817
['Finding Fina']
2020-11-18 02:19:24.545000+00:00
['Poetry', 'Poetry On Medium', 'Life', 'Love', 'Poem']
Power of Open Ended Questions with Kids
I was introduced to the term “ Open Ended Questions” way back in 2008–9 when I was working in Training & Development team. I was amazed to learn how ignorant we were in using words that don’t allow the other person to open up. How the change in wording, can help us dig wealth of information from the other person. And h...
https://medium.com/@praana/power-of-open-ended-questions-with-kids-adadeca73f15
['Nandini Priya Rabelli']
2020-12-03 07:02:54.572000+00:00
['Parenting', 'Intrinsic Motivation', 'Questions', 'Education', 'Open Ended Questions']
Remote Notarization in Missouri
Business Continuity Series By Adrienne B. Haynes, Esq. Managing Partner, SEED Law Doing business in the midst of a global pandemic takes courage, honesty, and grace. And sometimes, it takes a notary to complete the transaction! For those businesses who are still able to proceed with scheduled transactions, until Ap...
https://medium.com/seed-law-column/remote-notarization-in-missouri-4cd37195cb49
['Adrienne B. Haynes']
2020-04-29 22:56:59.037000+00:00
['Notary', 'Electronic Signatures', 'Entrepreneurship', 'Transactional Law', 'Documentation']
Era of the Digital Nomads
Why travel? Why not just stay in the same routines we are all too comfortable knowing, experiencing the same sensations, regular routes, flavors and ideas. Travel to see the bigger picture. To be immersed in different elements and unknown terrain. To explore and adapt in alternative situations, amidst other languages ...
https://medium.com/arrivedo/era-of-the-digital-nomads-f6f801cbea32
['Alonso Franco']
2017-11-27 21:27:39.543000+00:00
['Explore', 'Digital', 'Digital Marketing', 'Authentic Experiences', 'Arrivedo']
Why Sketch is updating like crazy
Too little too late In the world of design, Sketch is an industry-standard. In a world dominated by the Adobe Creative Suite, Sketch managed to make a name for itself by being simple, lightweight and featuring a fairly low learning curve. To make matters worse for Adobe, Sketch was $99. And that included a year’s wort...
https://uxdesign.cc/why-sketch-is-updating-like-crazy-ad3cfea1405f
['Aaron Cecchini-Butler']
2019-11-27 00:04:13.204000+00:00
['Design', 'Product Design', 'UX Design', 'Sketch', 'Figma']
Black Lives Matter: The Fake Outrage
By Jt Dowd Along with Covid-19, the Black Lives Matter movement dominated the news cycle throughout the summer, most news outlets reporting specifically on the riots that ensued. Not because peaceful protests were shrouded by an overwhelming surge of riots, but because violence makes for good television. The right-win...
https://medium.com/@jtdowd376/black-lives-matter-the-fake-outrage-67ddcfaea336
[]
2020-12-25 03:24:21.502000+00:00
['BlackLivesMatter', 'War', 'Blm', 'Trump', 'Violence']
Towards the evidence-led transformation of the homelessness sector
For anyone dedicated to ending homelessness these are exhilarating and scary times. Exhilarating because of the unprecedented flow of energy and creativity from all parts of the country and the world; scary because homelessness levels are rising in many areas, the far-reaching and long-term impacts of the COVID-19 pand...
https://medium.com/@ligiateixeira/towards-the-evidence-led-transformation-of-the-homelessness-sector-30e1253cbf39
['Dr Ligia Teixeira']
2021-02-20 15:12:17.048000+00:00
['Housing', 'Inequality', 'Poverty', 'Data', 'Homelessness']
With Strings Attached — The case for welfare with expectations
What are the right strings and how can we workably attach them? Tax is not love[7], but we can make the end result of tax more loving if we make governments love like real people do. Real people love unconditionally but do not enable. Real people love reciprocally and with mutual respect. Real people love by making ch...
https://medium.com/@camrynbrown/with-strings-attached-the-case-for-welfare-with-expectations-2fac3a046fd5
['Camryn Brown']
2019-06-09 02:00:36.091000+00:00
['Economics', 'Values', 'Politics', 'Social Welfare', 'New Zealand']
Transcript: Free Black Mamas with Veronica Rex
Transcript: Free Black Mamas with Veronica Rex ►SF Website / ►Apple Podcasts / ►Stitcher / ►Overcast / ►Player FM / ►PocketCasts / ►Breaker / ►acast Transcript Sara Wachter-Boettcher Harvest makes my favorite software for managing time, projects, and invoices — I just used it this morning! It’s got handy timers that...
https://medium.com/strong-feelings/transcript-free-black-mamas-with-veronica-rex-e650cd6c4750
['Katel Ledu']
2019-05-09 02:05:32.762000+00:00
['Mothers Day', 'Prison Reform', 'Activism', 'Bail', 'Incarceration']
Rust’s struct update syntax made simple
Rust provides you with a very powerful type system giving you the benefit of having a nice safety net in case you accidentally mismatch different types. This is not uncommon in programming languages but one of the things that sets rust apart, is that rust often provides you with syntactic sugar and shortcuts to avoid ...
https://medium.com/swlh/rusts-struct-update-syntax-made-simple-569f78476460
['Dylan Kerler']
2020-06-27 01:11:51.482000+00:00
['Rustlang', 'Rust', 'Code', 'Software Engineering', 'Software Development']
Is Your Life a Movie? White Collar Week with Jeff Grant, Podcast Ep. 18: The Producers, with Guests: Lydia B. Smith, Bethany Jones & Will Nix
What is the White Collar Justice Community? Welcome to White Collar Week with Jeff Grant, a podcast serving the white collar justice community. It’s the isolation that destroys us. The solution is in community. If you are interested in this podcast, then you are probably already a member of the white collar justice c...
https://medium.com/@revjeffgrant/is-your-life-a-movie-white-collar-week-guests-producers-lydia-b-smith-bethany-jones-will-nix-e4edfee579a0
['Jeff Grant', 'J.D.']
2020-11-20 12:30:43.269000+00:00
['Movies', 'Film', 'Prison', 'White Collar', 'Television']
In Focus: Morehshin Allahyari
By Marie Chatel Last week on international women’s day opened in Geneva the international film festival for human rights FIFDH, a forum questioning injustice, armed conflicts, lack of civil rights, and other critical social frameworks, and which this year traces the specific impetus of women activists (through March 1...
https://medium.com/digital-art-weekly/in-focus-morehshin-allahyari-807c8b3156c8
[]
2019-12-02 11:29:30.376000+00:00
['Artist', '3D Printing', 'Digital', 'Human Rights', 'Women']
Create Shallow Personas
Create Shallow Personas Design personas to help you move on to more interesting work. Creating personas as an exercise can be super useful to introduce user-centered design concepts to teams or organizations where those concepts are new, but I don’t think they’re the most useful tools when actually designing the serv...
https://medium.com/the-metric/create-shallow-personas-7797ab18847f
['Michael Schofield']
2018-09-19 04:43:54.935000+00:00
['Product Design', 'UX', 'Service Design', 'Design Thinking', 'User Experience']
Hope Bohanec: an Inspiration for Compassionate Living
If you’re looking for inspiration and yearning to keep active in our fight against animal agriculture, then Animal Rebellion introduces to you Hope Bohanec. Hope Bohanec has been actively protecting animals and the environment for over 25 years. She started her journey with Earth First! and has taken part in all types...
https://medium.com/animal-rebellion/hope-bohanec-an-inspiration-for-compassionate-living-c61aa37bc37b
['Shreena Shah']
2020-05-20 22:10:19.521000+00:00
['Animal Agriculture', 'Health', 'Animal Rights', 'Activism', 'Environmental Issues']
My Little Garden 5th Dec 2020
My Little Garden 5th Dec 2020 The first week of December has seen the end of Lockdown number two and the return of Tier 3 restrictions for Greater Manchester. So far I have managed to contain my excitement about the shops being open but if this awful weather continues there may be no avoiding a little festive shopping...
https://medium.com/@renaissancegd/my-little-garden-5th-dec-2020-36271c244fe5
['Alison Moore']
2020-12-05 09:15:35.557000+00:00
['Garden Design', 'Garden', 'Photography', 'Gardening', 'Lockdown']
Adam Simcock: CEO Set to Fight Carbon Pollution through Eco-Friendly Cryptocurrency
Adam Simcock is not your average CEO. It’s not every day you get a chance to invest in a coin that boasts a CEO who works for The United Nations and has been accredited by the U.N.F.C.C. In 2016, Adam Simcock proposed a treatment to help reduce pollution in Africa. To put into perspective the damage that is being done...
https://medium.com/the-man-behind-ico-services-inc-advocates-for/adam-simcock-ceo-set-to-fight-carbon-pollution-through-eco-friendly-cryptocurrency-4d298d5a1fb
['Joshua Munson']
2018-06-03 16:16:21.150000+00:00
['Adam Simcock', 'Climate Change', 'Bitcoin', 'Cryptocurrency', 'Environment']
10 Creative Ways to Celebrate Christmas During the Pandemic Period
Christmas is finally here and with the current circumstances of the pandemic, it can be challenging to get in the holiday spirit. Whether your annual family celebrations have been cancelled, or you simply can’t travel to see your loved ones, it is a difficult time for all of us. However, we decided to compile a list of...
https://medium.com/@fightpandemics/10-creative-ways-to-celebrate-christmas-during-the-pandemic-period-a4abb706684f
[]
2020-12-24 15:08:43.209000+00:00
['Fun', 'Pandemic', 'Christmas', 'Covid 19', 'Holidays']
Good Enough Is Good Enough
Good Enough Is Good Enough Did you know that good enough is good enough? If you are a perfectionist, this will be a hard concept to wrap your head around. A lot of people strive to be perfect, but fail to realize that perfection isn't even attainable. It’s a self-defeating ambition, so stop trying to be perfect. Lif...
https://medium.com/@stefanjames/good-enough-is-good-enough-a4dc0a848d9a
['Stefan James']
2019-04-04 17:07:26.687000+00:00
['Self Improvement', 'Freedom', 'Perfectionism', 'Life Lessons', 'Acceptance']
Defensive Programming Grows Up
Written By Dave Nicolette Way back in the Dark Ages, it was common for programmers to receive phone calls in the wee hours of the morning to fix production issues in their applications. I remember joining a team in the late 1970s that supported an application used worldwide by a large corporation. When I started, the ...
https://medium.com/leadingagile-field-notes/defensive-programming-grows-up-eb6c47e3b225
[]
2018-06-18 13:13:15.328000+00:00
['Programming', 'Tdd', 'Coding', 'Software Testing', 'Software Development']
Rights, Not Rescue! Socialist Solidarity with Sex Workers
Photo by Erik McGregor (Pacific Press, LightRocket, Getty Images) Today, April 11, is the one-year anniversary of Donald Trump signing into law two bills that further marginalized and endangered the lives of sex workers. The “Stop Enabling Sex Traffickers Act” (SESTA) and the “Allow States and Victims to Fight Online ...
https://medium.com/@dsaportlandoregon/rights-not-rescue-socialist-solidarity-with-sex-workers-9405532e8079
['Portland Dsa']
2019-04-16 22:35:32.398000+00:00
['Dsa', 'Sex Work', 'Sesta', 'Feminism', 'Fosta']
Premiere: Izza Releases Alluring “Made Up My Mind”
Izza | Photo: Sam Rockman Alt-pop singer-songwriter Izza introduces the second single, “Made Up My Mind,” from her debut EP. According to Izza, “The song that was inspired by a past relationship turned into so much more for me, as it also reflects my experience in the music industry. ‘Made Up My Mind’ is about learni...
https://medium.com/pop-off/premiere-izza-releases-alluring-made-up-my-mind-746e6d81305c
['Randall Radic']
2020-12-11 11:58:36.916000+00:00
['Made Up My Mind', 'Music', 'Izza', 'Alt Pop', 'Premiere']
Студиоуз. В этом году мне “подфартило”, получил…
in In Fitness And In Health
https://medium.com/zztalker-posts/%D1%81%D1%82%D1%83%D0%B4%D0%B8%D0%BE%D1%83%D0%B7-fb766e9cc4b2
['Pavel Zaikin']
2016-05-06 16:09:40.533000+00:00
['Students', 'Education']
How I’m Overcoming My Depression, One Step at a Time
Depression was certainly something I’d never understood before. Worse, I’m not even sure I believed it was something more than a ‘bad day’ until it happened to me. At the time of writing, I’m only a few months into my recovery — I’m very much ‘still in this.’ But I wanted to share the steps I’ve taken so far (and still...
https://medium.com/preoccupy-negative-thoughts/how-im-overcoming-my-depression-one-step-at-a-time-bf8d6951a1be
['Jessie London']
2020-12-09 23:44:44.879000+00:00
['Depression', 'Mental Health Awareness', 'Stress And Anxiety', 'Mental Illness', 'Mental Health']
Think you'll know the first business actions you'll need to do when you find out your company is…
Think you'll know the first business actions you'll need to do when you find out your company is under cyberattack? Don't miss out our Black Friday sale of 40% off the Cyber Resilience Playbook. The sale is valid from today until Monday. Please register here. https://forms.gle/RNLeK7b9mmazh9Ar7
https://medium.com/@einatmeyron/think-youll-know-the-first-business-actions-you-ll-need-to-do-when-you-find-out-your-company-is-4b78cd1cb272
[]
2020-11-26 18:54:01.674000+00:00
['Cyber', 'CEO', 'Cyberresilience', 'Cybersecurity', 'Risk Management']
Why Excel users need to learn Python
Python for Excel users Why Excel users need to learn Python If you have gotten to the point where Excel can no longer handle what you throw at it, then you may need to start considering Python I love Microsoft Excel. It is (almost) the most valuable tool in my arsenal for data analysis. Well, almost. But as powerful...
https://towardsdatascience.com/why-excel-users-need-to-learn-python-543d74a13008
['Kelechi Emenike']
2020-06-04 15:40:53.295000+00:00
['Microsoft Excel', 'Python', 'Reporting', 'Data Science', 'Data Analysis']
This Is the Pain You Can Actually Run Through
This Is the Pain You Can Actually Run Through And why you should. Photo by Bruno Aguirre on Unsplash I was in my sophomore year of college, coming off of my best indoor track season to date. Everything was clicking. Workouts had been going incredibly well. I had raced personal bests in every distance from the mile u...
https://medium.com/runners-life/this-is-the-pain-you-can-actually-run-through-9eb21dd52fdc
['Alyssa Atkinson']
2020-08-08 15:02:26.995000+00:00
['Health', 'Personal Development', 'Fitness', 'Self Improvement', 'Running']
Thanks so much. I'll think about that. 😃
Grew up with the laughter of Jim Henson echoing down the hall and the likes of Stan Lee darkening my door. Fiction is in my bones. Awkward humor is my maladie.
https://medium.com/@bdubay/thanks-so-much-ill-think-about-that-9e46ac87d547
['Bill Dubay Jr.']
2020-12-18 01:12:27.923000+00:00
['Microfiction', 'Flash Fiction', 'Fiction', 'Love', 'Short Story']
Creating Room for More in Your Life
It’s hard to introduce new items, ideas, people, or skills into your life if you don’t have space for them. I often find that people looking to hire me as a coach feel overwhelmed by what they already have on their plates, and as much as they want to grow and gain the skills they are looking for, they haven’t made spac...
https://medium.com/@desiredeffectscoaching/creating-room-for-more-in-your-life-9e1d27e92685
['Desiree Musselman', 'Desired Effects Coaching']
2020-12-03 23:13:03.978000+00:00
['Self Improvement', 'Time Management', 'Overwhelm', 'Goal Setting']
Everybody: have some brownies
this recipe brownies could look like this Recently I’ve changed my all time brownie recipe. Brownies Posta, so I called them. Posta is an Argentinian slang word for saying “for real”. It used to irritate me a little when people made chocolate cake and called it a brownie. What a disrespect for my fellow all-time class...
https://medium.com/@clara.fasciglione/everybody-have-some-brownies-f8cc68b7436e
['Clara Fasciglione']
2020-01-12 00:16:41.004000+00:00
['Brownies', 'Storytelling', 'Recipe', 'Chocolate', 'Baking']
Full Self Driving Is Possible With Existing Tesla Hardware
The above image and the one used at the top of this post were both taken from videos provided by @greentheonly (on Twitter), who has lots of videos from the different Tesla cameras on his YouTube channel. The two images show what is captured by the left pillar camera and the front fisheye camera whilst the car is on A...
https://medium.com/swlh/full-self-driving-is-possible-with-existing-tesla-hardware-a95f2357735b
['Lewis Gavin']
2020-11-24 16:38:52.417000+00:00
['Tesla', 'Machine Learning', 'Technology', 'Data Science', 'Self Driving Cars']
How Tokopedia’s Data Team Spent Their Day Off
“Talent wins games, but teamwork and intelligence win championships.” — Michael Jordan. As jobbers, busy working hours are not only the ones that create story in our professional lives, but building a family at office is also one big factor which makes our daily routine colourful. FINALLY! For a moment, Tokopedia’s Da...
https://medium.com/tokopedia-data/how-tokopedias-data-team-spent-their-day-off-6dc18cb7136b
['Dwi Lucia Arfani']
2018-12-12 08:43:44.553000+00:00
['Tokopedia', 'Data Scientist', 'Data Analyst', 'Life At Tokopedia', 'Data Engineering']
Moral Harassment Techniques for Victims’ Awareness: Overpromising
You cannot reach a person fully content with their life. That’s why aggressors ruin this balance with promises and vague hints. The image of a bright future is able to deprive you of your present-day happiness. Unhappy people are subject to control and manipulation. In the reality of Orwell’s “1984” novel, citizens hav...
https://medium.com/moral-harassment-is-real-stay-strong-come-along/moral-harassment-techniques-for-victims-awareness-overpromising-7f8d0628e52c
['Anastasiya Rostova']
2020-12-03 22:19:13.076000+00:00
['Abuse', 'Harassment', 'Violence Against Women', 'Violence', 'Psychology']
5 Words to Make Your Sales-Letters More Compelling
It’s wonderful to look back on how I learned to write sales copies back in 2018. English is my third language, and I rarely use it for my daily communication. Like millions of other mortals like me, most of my early “English knowledge” came through reading movie subtitles and blogs. But when you are trying to survive ...
https://medium.com/minimalist-entrepreneur/5-words-to-make-your-sales-letters-more-effective-9bf0a4c564b3
['Himanshu Bisht']
2020-12-25 04:57:29.997000+00:00
['Online Course Creator', 'Sales Funnels', 'Marketing Strategies', 'Solopreneur', 'Copywriting Tips']
>>>>HOCKEY⪻StReAmS⪼Canada vs Germany World Juniors 2021: (LiveStream), Ice Hockey Championship>>>>2020
Canada vs. Germany Ice Hockey Live: World Juniors 2021 Live Stream Online. How To Watch World Junior Championship 2021: Time, TV channel, livestream, where, when, schedule Watch NOW🔴➤ Watch World Juniors 2020 Live The 2020 IIHF World Junior Championship in Ostrava and Trinec, Czech Republic, is taking place from Dec...
https://medium.com/@wjclivetv/hockey-streams-canada-vs-germany-world-juniors-2021-livestream-ice-hockey-fe58dda0c17e
['Hockey Tv']
2020-12-26 13:11:01.626000+00:00
['Hockey', 'Live Streaming', 'Technology', 'Canada', 'Startup']
Will the price of Bitcoin go up? I bought Bitcoin and price went down 50%?
Welcome to the world of cryptocurrency, and specifically, the world of speculation. You my good person just fell for the number one trap in the investing world. You fell for the bottom half cycle of FOMO. I can probably explain your predicament in three steps. 1) You Wanted Easy Money I was once in your position. A c...
https://medium.com/crowdcreate/will-the-price-of-bitcoin-go-up-i-bought-bitcoin-and-price-went-down-50-57c71a48f729
['Jaeho Sheem']
2018-03-21 21:32:24.732000+00:00
['Marketing', 'Life', 'Cryptocurrency', 'Bitcoin', 'Business']
Hello_world_yeet!
[Image will be taking time, my sweater thinks it doesn’t look good enough; got spatial perception issues, you know, so I’ll save that goss for another story!] I swallowed my lip-gloss. Here I go again. Chores. Very important chores, which will prove to those who absolutely have lost the will to read further than this...
https://medium.com/@poetrybyramona/hello-world-yeet-160a4bdb3cb2
['Ramona Singh']
2020-12-09 07:28:02.413000+00:00
['Rant', 'Satire', 'Humour', 'Whatever', 'Humor']
Point of View and Movement in Film
Watchmen Normal Point of View less dramatic the height of the camera at the level of the eyes of the actor for an objective vision the height must be at the direction of the look of the actor. 2. Inclination of the camera -vertical axis bidimensional 3. Inclination of the camera -horizontal axis diagonal over t...
https://medium.com/@lisamchenriques/point-of-view-and-movement-in-film-751e10027f31
['Xxii Consultancy']
2020-12-20 17:10:44.271000+00:00
['Point Of View', 'Filmmaking', 'Movement', 'Directing', 'Direction']
2020年 微服務技術現況調查
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/gemini-open-cloud/2020%E5%B9%B4-%E5%BE%AE%E6%9C%8D%E5%8B%99%E6%8A%80%E8%A1%93%E7%8F%BE%E6%B3%81%E8%AA%BF%E6%9F%A5-9e5cf603a61f
['Jonathan Chen']
2020-12-30 10:07:26.248000+00:00
['Software Architecture', 'Api Gateway', 'Multi Cloud', 'Hybrid Cloud', 'Microservices']
Next Generation Security for Blockchain Wallets — Now Open Source
Alternative Blockchain Security Solutions Today’s blockchain security solutions are either free and insecure, or secure but costly and complicated to develop, operate and use. An open source library that Unbound Tech has recently released, is now addressing this challenge. With blockchain assets (i.e. keys and seed s...
https://medium.com/the-capital/next-generation-security-for-blockchain-wallets-now-open-source-ed5328b2e14d
['Rebecca Aspler']
2018-11-29 14:17:09.757000+00:00
['Open Source', 'Cryptocurrency', 'Blockchain', 'Security', 'Bitcoin']
Creating a data standard for infrastructure transparency: building it
In the first part of this series we made the case for OC4IDS — a standard for publishing joined-up data about infrastructure projects. We explained how the standard builds on the CoST Infrastructure Data Standard and the Open Contracting Data Standard. In this blog post, we’re looking at how we built OC4IDS — how we s...
https://medium.com/opendatacoop/creating-a-data-standard-for-infrastructure-transparency-building-it-1f2526cfc868
['Open Data Services Co-Operative']
2020-10-07 10:00:29.075000+00:00
['Data Standards', 'Open Data', 'Open Contracting', 'Infrastructure', 'Transparency']
Investigating an InvalidProgramException from a memory dump (part 1 of 3)
Datadog automated instrumentation for .NET works by rewriting the IL of interesting methods to emit traces that are then sent to the back-end. This is a complex piece of logic, written using the profiler API, and ridden with corner-cases. And as always with complex code, bugs are bound to happen, and those can be very ...
https://kevingosse.medium.com/investigating-an-invalidprogramexception-from-a-memory-dump-part-1-of-3-bce634460cc3
['Kevin Gosse']
2020-10-10 12:40:37.545000+00:00
['Programming', 'Dotnet', 'Debugging', 'Csharp', 'Software Development']
Not being in the right state of mind is both normal and bound to happen.
Not being in the right state of mind is both normal and bound to happen. Everyone goes through some sort of problem mentally but many don’t even know it. We all look at mental health as something that is serious but not too serious. The truth is, mental illness is the HARDEST fucking thing you can go through. Many peop...
https://medium.com/@hbjvvni/not-being-in-the-right-state-of-mind-is-both-normal-and-bound-to-happen-f81f63b15ce
[]
2020-12-18 05:34:28.379000+00:00
['Mental Health Awareness', 'Mental Toughness', 'Mental Illness', 'Mental Health', 'Depression']
Yanny or Laurel according to Jan Bot
Yanny or Laurel according to Jan Bot On how Jan Bot gets inspired by trending news to craft its own films. The event took place in mid-May 2018. It started with a confused –and probably extremely bored– group of high school students debating if the computer generated voice they recorded from an online dictionary was ...
https://medium.com/janbot/yanny-or-laurel-according-to-jan-bot-60dee2b74ed8
['Pablo Núñez Palma']
2018-11-28 15:49:30.403000+00:00
['Social Media', 'News', 'Trending', 'Experimental', 'AI']
The rise of digital restaurants.. If we’ve learned one thing from the…
If we’ve learned one thing from the covid-19 pandemic it’s that in order to survive in today’s business climate utilizing technology, more importantly, the internet is a necessity. As restaurants were shutting down at an alarming rate food delivery platforms experienced a record boom in in-app ordering. Existing resta...
https://medium.com/@neubite/the-rise-of-digital-restaraunts-460eec008f15
['Azubuike Akunne']
2021-04-01 17:51:31.435000+00:00
['Food Technology', 'Fooddelivery', 'Restaurant', 'Ghost Kitchen']
Workshop Design Canvas
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/bbva-design/workshop-design-canvas-77e96b99950e
['Bbva Design']
2020-12-16 09:15:07.863000+00:00
['Canvas', 'Workshop', 'Design', 'Diseño', 'Español']
love problem solution baba ji
is answer of your problems, this site offers the service to the people who is facing love problem and need astrological help. We are the person, actively engaged in offering Astro Services that gives a solution for the all issues related to life. Our knowledgeable and skilled astrologer having great knowledge in astrol...
https://medium.com/@yogirajshastri1/love-problem-solution-baba-ji-4cc0f4a85cda
['Yogiraj Shastri']
2020-12-23 09:52:10.725000+00:00
['Love Marriage Solution', 'Love Problem Solution', 'Black Magic Specialist', 'Vashikaran Specialist', 'Astrology']
Looked at the right way, this could be good news!
I came across this article a few days ago. The Ticktock of the Death Clock — NYTimes.com. Yes a depressing topic. The author muses on the wonderful internet resource DeathClock.com which purports to tell you, to the second, when you will die. Hah Hah funny. Oddly though the article turns this topic into a positive and...
https://medium.com/pito-s-blog/looked-at-the-right-way-this-could-be-good-news-b01b28164ab
['Pito Salas']
2017-06-08 19:21:41.616000+00:00
['Travel', 'Life', 'Procrastinate', 'Happy', 'Deathclock']
CBS Just Announced A “Captain Pike” Star Trek Series: Here’s What I Want From It
The CBS All Access era of Star Trek has been, to say the least, controversial. It’s definitely attracted fans, but it’s alienated many long-time Star Trek fans, myself included. Discovery and Picard are both great-looking shows, but clearly written and produced by people without much love for what made Star Trek what i...
https://johnsherrod.net/cbs-just-announced-a-captain-pike-star-trek-series-heres-what-i-want-from-it-c41cafc792d4
['John Sherrod']
2020-05-16 02:26:44.014000+00:00
['Television', 'TV Series', 'Star Trek', 'Culture', 'TV']
A Mother Becoming | Birth Story
Is it odd to say I knew the moment in which we conceived her? Because I do. It was the middle of May 2019, and my husband’s and my relationship had grown strain. As much as we were becoming undone, there was this energetic pull to hold on a little while longer — like the work between us was not quite done. A couple of ...
https://medium.com/@lcmorrissette/a-mother-becoming-birth-story-ece41f6d24f4
['Leeann Chisolm Morrissette']
2020-04-25 06:23:35.956000+00:00
['Birth', 'Induced Labor', 'Black Mother', 'Birth Story']
Dave Borlace on Inside Ideas
Dave Borlace on Inside Ideas Dave Borlace is my guest on Inside Ideas. Born just four months before man first landed on the moon back in 1969, Dave Borlace has been conscious of environmental issues since studying for a Technology Degree with the Open University in the late 1990s. In early 2017 Dave read a seminal bo...
https://medium.com/inside-ideas/dave-borlace-on-inside-ideas-b44b080656f4
['Marc Buckley']
2021-03-22 17:30:48.125000+00:00
['Plastic Recycling', 'Renewables', 'Sdgs', 'Future', 'Just Have A Think']
Mexico reaches 1 million virus cases, nears 100,000 deaths
Mexico on Saturday topped 1 million registered coronavirus cases and nearly 100,000 test-confirmed deaths, though officials agree the number is probably much higher. How did Mexico get here? By marching resolutely, even defiantly, against many internationally accepted practices in pandemic management, from face mask w...
https://medium.com/@artiaoamfanicin/mexico-reaches-1-million-virus-cases-nears-100-000-deaths-39ad173d2c85
['Артем Фанишин']
2020-11-16 06:49:26.024000+00:00
['Medicine', 'Covid 19', 'Mexico']
How not to drown in the cloud of solutions and not go into the endless design
Anthropometric forms are found where there is a need for a person to interact directly with the object (cars, machines, household appliances, etc.). And the depth of the elaboration of the form from a tactile point of view determines the degree of organicness of human interaction with the product. The design of anthro...
https://medium.com/@verdestadesign/how-not-to-drown-in-the-cloud-of-solutions-and-not-go-into-the-endless-design-6a6f0a7e6b79
[]
2020-12-14 11:30:51.148000+00:00
['Design', 'Product Development', 'Prototyping']