title stringlengths 1 200 ⌀ | text stringlengths 10 100k | url stringlengths 32 829 | authors stringlengths 2 392 | timestamp stringlengths 19 32 | tags stringlengths 6 263 |
|---|---|---|---|---|---|
2019 for Voltaire | 2019 is here. You might have noticed that we’ve been relatively quiet during the so-called ‘crypto winter’. That’s because we’ve had our heads down building new and exciting features for Voltaire. In this blog, we’re going to briefly summarise what lies ahead.
New Pairs are imminent
Starting from next week, we’ll be ... | https://medium.com/hello-voltaire/2019-for-voltaire-86aa17bf3b9f | ['The Voltaire Team'] | 2019-01-30 15:57:50.722000+00:00 | ['Trading', 'Blockchain', 'Cryptocurrency', 'Cryptocurrency Exchange', 'Bitcoin'] |
ShakeIt — Fitness App: A UX Case Study on habit formation | Challenge: To create a Fitness mobile Application
Role: UX Design (User Research, Interaction Design, Visual Design)
Research
Every person is different, their diets, their daily routines, metabolic rates, sleep patterns vary greatly. This makes the task more challenging. So I set out to uncover the needs and frustra... | https://medium.com/@anusha_malla/shakeit-fitness-app-a-ux-case-study-on-habit-formation-21fdc49dd550 | ['Anusha Malla'] | 2019-12-24 06:57:48.849000+00:00 | ['User Research', 'UX Design', 'Interaction Design'] |
#PowerPlay: Reflecting on the Role of Power and Privilege in Global Health (and Beyond) | #PowerPlay: Reflecting on the Role of Power and Privilege in Global Health (and Beyond)
In honor of Women Deliver, we’re calling on the GHC community to share stories about power — your relationship to it, its impacts on your community, and the role you play in shifting dynamics to foster a more equitable world.
In a... | https://medium.com/amplify/powerplay-reflecting-on-the-role-of-power-and-privilege-in-global-health-and-beyond-48c8aa545f2 | ['Global Health Corps'] | 2019-04-23 16:56:32.386000+00:00 | ['Social Justice', 'Leadership', 'Global Health', 'Women Deliver', 'Power'] |
Embrace Happiness | Let go of the negativity.
Photo by KAL VISUALS on Unsplash
Let go of your fears, it holds you from moving ahead, the people who hurt you and are no longer with you.
Let go of the love that never was yours, your last relationship that broke you apart.
Let go of your problems, you have no control over them,
The situ... | https://medium.com/the-story-hall/embrace-happiness-472905996b6 | ['Shruti Sinha'] | 2019-06-30 17:04:12.444000+00:00 | ['Hapiness', 'Poetry', 'Desire', 'Love', 'Fear'] |
𝐇𝐨𝐰 𝐭𝐨 𝐬𝐭𝐚𝐫𝐭 𝐚𝐟𝐟𝐢𝐥𝐢𝐚𝐭𝐞 𝐦𝐚𝐫𝐤𝐞𝐭𝐢𝐧𝐠 𝐰𝐢𝐭𝐡 𝐐𝐮𝐨𝐫𝐚? | ❓𝐇𝐨𝐰 𝐭𝐨 𝐬𝐭𝐚𝐫𝐭 𝐚𝐟𝐟𝐢𝐥𝐢𝐚𝐭𝐞 𝐦𝐚𝐫𝐤𝐞𝐭𝐢𝐧𝐠 𝐰𝐢𝐭𝐡 𝐐𝐮𝐨𝐫𝐚?
Quora is a platform where you can ask a question to other people and get answers from them. It is a QnA platform and It is the best option for long-term organic traffic. It is best to the source to get traffic on your site.
The direct ... | https://medium.com/@surajnagarwal1/-2d3b219037d9 | ['Suraj Nagarwal'] | 2020-12-17 07:37:14.701000+00:00 | ['Content', 'How To', 'Affiliate Marketing', 'Content Marketing', 'Quora'] |
F. Scott Fitzgerald and the Beauty of His Broken Dreams | Image courtesy of Canva.
You probably had to read The Great Gatsby in high school. And you might have also seen the relatively recent cinematic remake featuring Leonardo DiCaprio. To refresh your memory with a summary in a nutshell, it’s the story of a rich tycoon — Jay Gatsby — who is hopelessly in love with an old f... | https://medium.com/curious/f-scott-fitzgerald-and-the-beauty-of-his-broken-dreams-182e466bb1af | ['Charles Hanna'] | 2020-11-24 18:39:06.050000+00:00 | ['Life', 'Society', 'Literature', 'Life Lessons', 'Art'] |
Lovestruck in the City < "Season 1 :: Episode 2" > FULL~EPISODE | ⭐ Watch Lovestruck in the City Season 1 Episode 2 Full Episode, Lovestruck in the City Season 1 Episode 2 Full Watch Free, Lovestruck in the City Episode 2,Lovestruck in the City NETFLIX, Lovestruck in the City Eps. 2,Lovestruck in the City ENG Sub, Lovestruck in the City Season 1, Lovestruck in the City Series 1,Loves... | https://medium.com/lovestruck-in-the-city-series-1-episode-2-4khd/watch-%E1%B4%B4%E1%B4%B0-s1-e2-lovestruck-in-the-city-series-1-episode-2-full-episode-2b80889a19d6 | ['Alice Jennings'] | 2020-12-25 17:58:55.645000+00:00 | ['Technology', 'Lifestyle', 'Coronavirus', 'TV Series'] |
Oil and Gas Pipeline Monitoring Equipment Market Insights 2020, Global and Chinese Analysis and Forecast to 2025 | Oil and Gas Pipeline Monitoring Equipment Market Insights 2020, Global and Chinese Analysis and Forecast to 2025 Malia rossi Jun 8·3 min read
Oil and Gas Pipeline Monitoring Equipment Market Insights 2020, Global and Chinese Scenario is a professional and in-depth study on the current state of the global Oil and Gas P... | https://medium.com/@malia00rossi/oil-and-gas-pipeline-monitoring-equipment-market-insights-2020-global-and-chinese-analysis-and-25f5dd65d9e9 | ['Malia Rossi'] | 2021-06-08 08:38:04.394000+00:00 | ['Monitoring', 'Oil And Gas', 'Pipeline'] |
Setting Focus For Accessibility In React Native | Attempt 1: useRef()
If you have a functional component, you might reach for useRef() like you would in React… However, you might be surprised when your attempt doesn’t work.
import React, { useRef } from 'react';
const EditableField = () => { const myElement = useRef(); const onModalClose = () => {
myElement .cur... | https://medium.com/dev-genius/setting-focus-for-accessibility-in-react-native-cd7bbe891c5d | ['Jessica Byrne'] | 2020-08-11 09:04:19.084000+00:00 | ['React Native', 'Software Development', 'Mobile App Development', 'Accessibility', 'Code'] |
HOODSTAR PRODIGY UPCOMING RAPPER | 17 year old artist. upcoming. about to be 18 in a month from Long Island New York go by tray gunna with the goal to take his family out of poverty with his music . 2021 he said he making a statement in the industry that’s it his turn be the next big artist coming out of New York don’t matter the situation and that one ... | https://medium.com/@salowillams/hoodstar-prodigy-upcoming-rapper-fab6aa8a98de | ['Jason Smith'] | 2020-12-16 21:51:08.950000+00:00 | ['Rape Culture', 'New York', 'Rap', 'Us', 'Culture'] |
Writers-How to Avoid The Dreaded Blurry Story On Your Profile | Writing | Short-Form Story
Writers-How to Avoid The Dreaded Blurry Story On Your Profile
Unsplash, screenshot by author
I don’t know if you’ve noticed, but stories written in the new ‘short-form’ format, display differently in your profile.
If you’re not sure what a Short Form story is, here’s a quick description t... | https://medium.com/illumination/how-to-avoid-the-dreaded-blurry-story-on-your-profile-54548c3c88b0 | ['Tree Langdon'] | 2020-12-18 16:41:39.073000+00:00 | ['Writing', 'Art', 'Self Improvement', 'Profile', 'Short Form'] |
Shaping Seattle | Max and Rami discuss Energy, Climate Change and Startup Leadership | Shaping Seattle | Max and Rami discuss Energy, Climate Change and Startup Leadership Seattleshapers Mar 19·23 min read
Max Mankin: [00:00:00] Natural gas burns at something like 1500 degrees Celsius. But you heat your home, maybe at 30 degrees Celsius. There’s a huge amount of energy that is effectively thrown away an... | https://medium.com/@seattleshapers/shaping-seattle-max-and-rami-discuss-energy-climate-change-and-startup-leadership-2d26ab320b08 | [] | 2021-03-19 16:38:59.985000+00:00 | ['Energy', 'Startup', 'Natural Gas', 'Climate Change', 'Decarbonization'] |
Sula Indian Restaurant in Vancouver — Frequently Asked Questions About Indian Cuisine | Sula Indian restaurant is an award-winning Indian restaurant in Vancouver. It is known for serving authentic spicy aromatic Indian curries, tandoori meats and veggies with Naans and Rotis (Indian Bread). The chefs at Sula Indian Restaurant serve carefully crafted recipes natively from Indian states like Maharashtra, Ra... | https://medium.com/@sulaindianrestaurantvancouver/sula-indian-restaurant-in-vancouver-frequently-asked-questions-about-indian-cuisine-fdd5c94703b4 | ['Sula Indian Restaurant'] | 2020-03-05 09:39:22.420000+00:00 | ['Indian Food', 'Foodies', 'Restaurant Business', 'Vancouver', 'Indian Restaurant'] |
Four Years Of Isolation | It’s worth looking back at the Trump administration’s view on foreign policy and how it has shaped the world today. After a cursory glance at all the minefields of American foreign policy today, one might be forgiven for thinking that not a lot has changed in four years. The world is still struggling to grapple with cl... | https://aninjusticemag.com/four-years-of-isolation-94547ce34929 | ['Robert Potter'] | 2020-12-09 02:57:25.029000+00:00 | ['State Department', 'Joe Biden', 'Donald Trump', 'Foreign Policy'] |
An MVC Approach to Flutter | An in-depth look at an MVC Project Template Sample App
This is a follow-up to the free article, Your Next Flutter Project, where I introduced a ‘Project Template’ you can use for your next Flutter project. It contains the foundation, the files, and the directories, that make up a Flutter app based on the MVC design pa... | https://medium.com/follow-flutter/an-mvc-approach-to-flutter-f333d6288078 | ['Greg Perry'] | 2020-11-10 22:00:05.192000+00:00 | ['Programming', 'Flutter', 'Android App Development', 'Mobile App Development', 'iOS App Development'] |
The use of Narrative in the Crypto Space and The Secret Network | We are entering a new paradigm shift of capital allocation. There are more investors playing the game across the globe. These are not your traditional investors and it seems to be more of a narrative style of investing that’s been adopted in the space. So, the next opportunity in this space wont come from jumping on th... | https://medium.com/@deck02/the-use-of-narrative-in-the-crypto-space-and-secret-network-ed8ac369b5ee | [] | 2020-12-26 11:08:48.052000+00:00 | ['Secret Network', 'Altcoin', 'Investment', 'Crytocurrency', 'Narrative'] |
i believe Allah will judge me based on how i respond to suffering | i believe Allah will judge me based on how i respond to suffering Amelia Noor-Oshiro Mar 25·5 min read
this is my buddhist/muslim inspired trauma training at work
its no secret that i have a very hard time trusting men. but i think even i was ignorant of the extent to which this ran. and it ran deep. ohh, so, so deep... | https://medium.com/@anooroshiro/i-believe-allah-will-judge-me-based-on-how-i-respond-to-suffering-71b94522359f | ['Amelia Noor-Oshiro'] | 2021-03-25 06:23:40.853000+00:00 | ['Spirituality', 'Capitalism', 'Trauma', 'Muslim', 'Islam'] |
Story Retouch | When the world order has begun to break down. Then they “Asassin” which will combat crime 🦸♂️.
.
In this mortal world, many humans are greedy and stupid. By using his authority. They make chaos in the public community 💰📉💔.
.
“Intelligence is a fortune. However, it requires a balancing force called wisdom.”💃. | https://medium.com/@balgozy31/story-retouch-c6df264196d2 | ['Muhammad Thorriq Ridho Bey Alghozy'] | 2020-12-20 17:48:41.598000+00:00 | ['Photoshop', 'Editing', 'Retouching', 'Photographer', 'Photography'] |
For a Critique of Vulgar Reason. | “Il messaggero non is important” Stigmata, 1999.
So, I believe that in order to understand the consequences of the greatest structural crisis in the history of mankind, and its multidimensional manifestations in the real world, an original, objective and engaged response from both the humanities and political activist... | https://medium.com/@edsaints/for-a-critique-of-vulgar-reason-4e8daeb4bc50 | [] | 2020-10-25 15:29:21.107000+00:00 | ['Crisis', 'Capitalism', 'Ecology', 'Activism', 'Gender'] |
The Strange Double Nucleus of the Cocoon Galaxy | A galactic collision resulted in the creation of a strange pair of galaxies, and the larger one holds a second hidden core, a new finding reveals.
Roughly 30 million light years from Earth, the Cocoon Galaxy (also known as NGC 4490) is home to two galactic cores, a new study shows. Optical observations clearly show on... | https://medium.com/the-cosmic-companion/the-strange-double-nucleus-of-the-cocoon-galaxy-3084645ccdca | ['James Maynard'] | 2020-02-07 23:11:09.029000+00:00 | ['Astronomy', 'Science', 'Astronomy News', 'Space', 'Physics'] |
Taking the Hype Out of Our Digital Future | Our interest in the future is increasing and it’s increasing rapidly. Everybody wants to know what a “near-future” world of artificial intelligence, robots and blockchain will look like.
Stories about “smart machines” and “singularity” (the moment when the capacities of an AI “super-intelligence” surpass are own) are ... | https://medium.com/personal-growth/taking-the-hype-out-of-our-digital-future-30db38675127 | ['Erik P.M. Vermeulen'] | 2018-03-18 14:06:56.174000+00:00 | ['Technology', 'Personal Development', 'Business', 'Innovation', 'Life'] |
Consensus 2018, the Blockchain summit of the year! | Today we want to remind you about one of the best worldwide event for the cryptocurrencies and blockchain technology.
We’re talking about the Consensus 2018, the blockchain technology summit that will feature more than 70 Countries and more than 4,000 attendees among professionals, start-ups, investors, financial inst... | https://medium.com/bitnovo/consensus-2018-the-blockchain-summit-of-the-year-842675af827 | ['Roberta Quintiliano'] | 2018-05-15 08:42:09.926000+00:00 | ['Coindesk', 'Bitcoin', 'Blockchain Technology', 'Cryptocurrency', 'Consensus'] |
Winter’s Rest | The Womb is the keeper of the inner mysteries which in the old ways was seen as the living matrix of life, the dark portal, the void.
The old Celts practiced the Womb Mandala whereby the four seasons of a woman’s cycle from the Summer of ovulation to the Winter of menstruation, like the four cycles of the moon, were s... | https://medium.com/queen-s-children/winters-moon-d8459612971e | ['Kat Magik'] | 2021-01-01 21:09:43.145000+00:00 | ['Health', 'Feminism', 'Sacred Feminine', 'Inspiration', 'Winter'] |
How Blockchain Is Driving The New Energy Economy | How Blockchain Is Driving The New Energy Economy
Founders in Focus Episode #2
We’re pleased to bring you Episode #2 of our Founders in Focus series. A show that gives you unprecedented access to the most influential startup founders in the world of blockchain. We’re on a mission to educate and inform founders and inv... | https://medium.com/blockchain-review/how-blockchain-is-driving-the-new-energy-economy-with-jemma-green-power-ledger-64de0ac10611 | ['Julien Breteau'] | 2018-03-23 20:12:10.492000+00:00 | ['Blockchain', 'Bitcoin', 'Ethereum', 'Videos', 'Founders'] |
How to Build a Clean Redux Architecture With Redux-Observable and Typescript | Photo by Brett Jordan on Unsplash
Easily create completely typesafe actions with less boilerplate and completely typesafe Reducers.
To be honest I used to hate Redux but my perspective changed quickly as soon as I had to work with large complicated codebases. Redux is amazing for that and once you have experience wit... | https://medium.com/@samuelrafini/how-to-build-a-clean-redux-architecture-with-redux-observable-and-typescript-c1133e0ae5a7 | ['Samuel Rafini'] | 2020-11-17 11:09:55.574000+00:00 | ['Typescript', 'Redux Observable', 'Frontend', 'Redux', 'React'] |
Online games for designers | How pixactly trained are your eyes?
Pixactly is an online pixel game that tests how well you know your pixels. Try out the quiz for yourself and test your… | https://medium.com/dsgnrs/online-games-for-designers-dee991c5166f | ['.Dsgnrs. Team'] | 2018-01-23 16:35:24.388000+00:00 | ['Designer', 'Colors', 'Games', 'Typography', 'Design'] |
How do cryptocurrencies gain value? | Limited supply
To illustrate these points, I’m going to take us back to 1998 when the first Pokemon cards were released.
As many can remember, buying Pokemon cards as a child was the adult equivalent of picking up a 6 pack of beer on the way home from work. Kids were constantly scrounging up money (myself included) t... | https://medium.com/devslopes-blog/how-do-cryptocurrencies-gain-value-41aa6b5ba21b | ['Evan Leong'] | 2018-03-08 09:06:21.010000+00:00 | ['Crypto', 'Blockchain', 'Cryptocurrency', 'Ethereum', 'Bitcoin'] |
Absolutely do this. | Absolutely do this. Not only because is eases your reentry, but also because is helps you to closeout the current year and enjoy your time off. Even if your first couple of days will be going back to that unfinished project, your brain (okay, *my brain*) needs that feeling of closure to avoid that mental to-do list tha... | https://medium.com/@anne.dougherty/absolutely-do-this-bfbcfc9ae15d | ['Anne Dougherty'] | 2020-12-21 14:36:55.925000+00:00 | ['Project Management', 'Planning Ahead', 'Work Life Balance', 'Anxiety'] |
5 Decades, 1 Rosary, Endless Prayer | 5 Decades, 5 Mysteries, 7 Day a Week
The first thing every morning or the last thing every evening
I call onto my God and his mother, I call to the very person
Who we call our own mother
1 Rosary, 1 God, 1 Mother
My thoughts begin to clear and my mind is calm
Each utterance when I call out to you
In my anger, fr... | https://medium.com/@annethanyamendis/5-decades-1-rosary-endless-prayer-f4b7183015ef | ['Anne Mendis'] | 2020-12-12 17:05:23.672000+00:00 | ['Rosary Beads', 'Mother Mary', 'God', 'Rosary', 'Catholic'] |
Tips to get a higher GPA in college | Hello folks! Below may be a helpful message for all the students out there. I listed 5 tips I’ve learned throughout college that helped me get a high GPA. I hope you also find these tips useful.
1—Know what goes into your grade.
How your grade is determined is likely different for every class. One class could have pa... | https://medium.com/@pandango/tips-to-get-a-higher-gpa-in-college-7b5de65be2b0 | [] | 2020-12-26 19:47:09.911000+00:00 | ['Gpa', 'College', 'Studying', 'Tips'] |
A day in my life | 7:00 I open my eyes and a big furry creature is staring at me. I close my eyes again. The creature disappears.
8:00 I wake up again and search for my phone. The creature gets up, sits down in front of my bed, and stares at me. His name tag says ‘Bunny’. He might climb into my bed for a while, to pretend that he is int... | https://medium.com/@dalcashdvinsky/a-day-in-my-life-cba163bdbbdd | ['Dalcash Dvinsky'] | 2021-03-12 23:37:01.550000+00:00 | ['Academia', 'Diary', 'Dogs', 'Routine'] |
Winning After Losing | “An entrepreneur is a man who knows he can fail, but he does not accept to fail before he actually fails, and when he fails he learns from his errors and moves on.”
~Bangambiki Habyarimana, Pearls Of Eternity~
When things were not going as planned, I used to panic and was busy with my own mind.
“Just remember that e... | https://medium.com/@sylvia-silvers/winning-after-losing-210946d5c0b5 | ['Sylvia Silvers', 'Aka Sylvia Astuti Gunawan'] | 2020-12-11 13:27:01.180000+00:00 | ['Failure', 'Obstacles', 'Entrepreneurship', 'Challenge', 'Winning'] |
All The Pretty Colors | There are often stories that I always seem to go back to every once in awhile.
There are moments in time that seem to transcend and just will sometimes randomly pop up in your head and make you smile. So in 2004 I went to the Glastonbury festival in England and it was four days of you know I often struggle in telling ... | https://medium.com/100-naked-words/all-the-pretty-colors-4c0ffa16bf58 | ['John Siwicki'] | 2017-02-13 12:02:00.481000+00:00 | ['Poetry', 'Life', '100 Naked Words'] |
How to show sidebar in SwiftUI for macOS | Starting from macOS 11, we can use List with SidebarListStyle inside NavigationView to declare master detail view. The SidebarListStyle makes list translucent. It automatically handles selection and marks selected row in list with accent color.
struct MainView: some View {
var body: some View {
NavigationView {
sid... | https://medium.com/fantageek/how-to-show-sidebar-in-swiftui-for-macos-c3100f890c2a | ['Khoa Pham'] | 2020-12-17 05:31:25.890000+00:00 | ['Sidebar', 'Navigation', 'Swiftui', 'List', 'Mac'] |
Feng Shui: Finding Deeper Meanings in Connection to Nature | via Unsplash
Originating from China, feng shui is the ancient “art of placement” that helps individuals find balance with their surroundings. The basic goal of feng shui is to harmonize chi (also spelled qi) energy that is composed of the female (yin) and male (yang) principle, as the life source of all living matter.... | https://medium.com/lotus-fruit/feng-shui-finding-deeper-meanings-in-connection-to-nature-faeb71095e9 | ['Art Acacia'] | 2020-11-21 22:39:39.525000+00:00 | ['Culture', 'Feng Shui', 'Philosophy', 'Chinese', 'Nature'] |
Bitcoin BTC Prediction Nov 17 — Dec 17, 2020 | The Surprising Course Ahead for Bitcoin
Dear All. Welcome to this Bitcoin BTC price prediction.
The Dasha sequence is Moon-Ketu-Mercury.
The time frame is from November 17th until December 17th, 2020.
The activity of traders will nurture Bitcoin.
The weekend prior to this time frame, on November 14th and 15th, the... | https://medium.com/@shiningbullastrology/bitcoin-btc-prediction-nov-17-dec-17-2020-88e6bc5971e1 | ['Shining Bull Astrology'] | 2020-11-30 22:25:42.728000+00:00 | ['Astrology', 'Bitcoin', 'Cryptocurrency', 'Predictions', 'Financial Planning'] |
Email Marketing | What is Email Marketing?
Despite the fact that email marketing has-been over for a moment. It remains to drive important outcomes for tiny trade over the state.
As a substance of actuality, these earlier some years. Email-Marketing methods have an adult to be extra exhaustive. The trades aren’t any larger that specia... | https://medium.com/@riarodriquesdm/email-marketing-51aab5283ce | ['Ria Rodriques'] | 2020-12-28 07:07:00.160000+00:00 | ['Email Marketing', 'Email Marketing Tips', 'Email Marketing Lists', 'Digital Marketing', 'Digital Marketing Agency'] |
Humanising Remote UX Research — Part 2 | Having touched in the first part on how to collaborate with stakeholders remotely, recruiting remote testing participants, conducting an interview online, and how important building rapport is, this part will now go a little deeper into the following:
Meet-up with thought leaders
Downsides of conducting research remo... | https://medium.com/@m-safinu/humanising-remote-ux-research-part-2-24286b60b6df | ['Mohamad Safi'] | 2020-12-23 18:06:52.442000+00:00 | ['UX Research', 'UX Design', 'User Experience', 'UX', 'Remote Research'] |
Haftanın Patent Raporu #40 | Patent Effect supports technology-driven companies and research institutes to unleash the power of patents for creating an impact on their innovation journey.
Follow | https://medium.com/patenteffect/haftan%C4%B1n-patent-raporu-40-3be3e691614a | ['Patent Effect'] | 2020-12-21 08:10:42.845000+00:00 | ['Girişimcilik', 'Yatırım', 'Teknoloji', 'Türkçe', 'Patentraporu'] |
Visual Trends on Instagram | New year, new feed?
2021 is already on the doorstep, but first we should say goodbye to the current year. Let’s review what was the cool stuff on IG in the last twelve months!
Visual Trends on Instagram 2020 / 2021
In 2020 Carousel posts got increasingly popular, even combined with videos. We could also notice a spr... | https://medium.com/@dsgnhorf/visual-trends-on-instagram-7aed45e02096 | ['Ferenc Horváth'] | 2020-12-16 16:30:15.291000+00:00 | ['Instagram', 'Marketing', 'Visual Design', 'Motion Design', 'Social Media'] |
Restorative Justice in the Workplace | Restorative Justice in the Workplace
Mashaun Hendricks presents at our 99th Public Newsroom. (Photo: Harry Backlund)
On March 14, we hosted our 99th Public Newsroom with staff at Local Legends Films, a video production company, and Mashaun Hendricks, a restorative justice practitioner who helped them integrate RJ pra... | https://medium.com/city-bureau/restorative-justice-in-the-workplace-b87ab6cf6047 | ['Ellie Mejía'] | 2019-04-01 17:37:42.571000+00:00 | ['Workplace Culture', 'Restorative Justice', 'Public Newsroom', 'Chicago'] |
The Fairy Tale Guide to Licensing | The Fairy Tale Guide to Licensing
Stephanie Hsieh, began her career as an IP attorney helping a wide range of clients to find and negotiate their ‘happily ever afters,’ and now does the same for her company, Meditope. In this article, she shares some tips on how to avoid getting eaten by a wolf or stuck with a frog.
... | https://medium.com/been-there-run-that/the-fairy-tale-guide-to-licensing-600cc84f80c7 | ['Springboard Enterprises'] | 2020-10-23 13:53:13.904000+00:00 | ['Negotiation Tips', 'Strategy', 'Licensing', 'Women', 'Entrepreneurship'] |
Moving Toward Wholeness through Yoga & Plant Medicine | The state of yoga may be attained through dharmic birth, the use of sacred plants, mantra, tapaha, or samadhi. — Patanjali, Yoga Sutra 4.1
Entheogens — ayahuasca, San Pedro, psilocybin, DMT in various forms — are having their moment right now. A lot of my friends are either working with plant medicine or wanting to wo... | https://medium.com/atha-yog%C4%81nu%C5%9B%C4%81sanam/moving-toward-wholeness-through-yoga-plant-medicine-da7bb5bff950 | ['Chad Woodford'] | 2021-01-02 12:17:46.058000+00:00 | ['Plant Medicine', 'Yoga', 'Ayahuasca', 'Integration', 'Community'] |
Simple And Inexpensive Productivity System | I need to precise a lack of obligation doesn’t equate to “doing nothing”. What it does mean is complete freedom, control, and responsibility for your life.
Decisions and actions always bear consequences. Sometimes with many great benefits such as learning a skill or improving yourself. Sometimes with major losses like... | https://medium.com/mastering-oneself/simple-and-inexpensive-productivity-system-36f991404f53 | ['Julien Samson'] | 2019-03-03 18:01:00.583000+00:00 | ['Productivity', 'Tools', 'Freedom', 'Simplicity', 'Responsibility'] |
Why Giving Free Value Is Still the Best Brand-Building Strategy | There is strong competition
Competition is everywhere. You compete with hundreds or even thousands of people who want to build their presence in your niche. It’s a fact, accept it or you won’t stand a chance.
People are trying different strategies. Some of them are common and some are unique. To be honest, it doesn’t... | https://medium.com/better-marketing/why-giving-free-value-is-still-the-best-brand-building-strategy-835c2744b744 | ['Dawid Pacholczyk'] | 2020-01-04 05:34:19.474000+00:00 | ['Marketing', 'Self Improvement', 'Branding', 'Daily Manager', 'Social Media'] |
Estimating the compressive strength of concrete using Machine Learning | Photo by Ben Allan on Unsplash
Concrete dates back to approximately 300 BC when the Romans packed a mixture of volcanic ash, lime and seawater into a wooden block and stacked them like bricks once hardened. I mean, sure the definition and the ingredients of concrete have changed along the way, but the durability and e... | https://medium.com/@sruthi-sivakumar/estimating-the-compressive-strength-of-concrete-using-machine-learning-1637c9ca2c73 | ['Sruthi Sivakumar'] | 2020-12-28 09:08:24.973000+00:00 | ['Predictions', 'Compressive Strength', 'Machinelerning', 'Regression', 'Concrete'] |
React Native Tutorial: Build Your First React Native App | React Native is a cross-platform development library built on top of React by Facebook, for mobile development platforms. React Native was developed in 2013 as a hackathon project inside Facebook and was later released for public use in 2015. It gained huge popularity in the developer community and multiple tech compan... | https://medium.com/javascript-in-plain-english/react-native-tutorial-build-your-first-react-native-app-af66345c5e63 | [] | 2020-08-28 14:29:12.853000+00:00 | ['React', 'React Native', 'JavaScript', 'Programming', 'Mobile App Development'] |
Why using Facebook in 2020 means supporting Trump | Mark Zuckerberg has chosen his side, and if you don’t quit the platform, knowing everything we do now, you’re complicit.
It’s been four years since Facebook, the world’s most popular social network and owner of Instagram and Whatsapp, completely failed to regulate the intentional use of its platforms to spread disinfo... | https://medium.com/scientya/using-facebook-in-2020-means-supporting-trump-8311b40e254d | ['Nithin Coca'] | 2020-08-10 05:05:41.840000+00:00 | ['Facebook', 'Trump', 'Social Media', '2020 Presidential Race', 'Election 2020'] |
Homeless Feeling | Homeless Feeling
Yes I was born into a family,
People spoke fixed as to what they see,
No home is what’s felt inside of me,
It’s hard to imagine a desired home clearly,
Home is a feeling not a tangible thing,
Physical things won’t bring me the feeling,
It’s been repeated over and over,
Burned into my tissue all... | https://medium.com/blueinsight/homeless-feeling-aa5629effb17 | ['Dave Larocque'] | 2020-12-08 13:30:25.551000+00:00 | ['Home', 'Family', 'Blue Insights', 'Love', 'Homeless'] |
A Major Instigator of Modern Conflict | When my daughter was in high school, she constantly questioned why it was so important to learn about history. Why did she have to study what happened hundreds or thousands of years ago, and when would she ever need to use any of that knowledge throughout her life?
Although I often wondered the same, my automatic resp... | https://medium.com/the-partnered-pen/a-major-instigator-of-modern-conflict-705086443f8a | ['Edie Tuck'] | 2019-10-24 22:26:29.714000+00:00 | ['Society', 'Life', 'Conflict', 'History', 'Change'] |
It has Never Been Easier to Create Animations in Flutter | The UI of a website or an app feels intuitive if it has well-designed animations. A good animation contributes to the look and feel of your application and improves the user experience. Flutter has good animations support which allows you to come up with cool animations. There are many widgets in Flutter. For example t... | https://medium.com/@manish_41106/it-has-never-been-easier-to-create-animations-in-flutter-68a896816843 | ['Manish Patel'] | 2019-10-23 06:53:48.508000+00:00 | ['Flutter App Development', 'Hybrid App Development', 'Mobile App Development'] |
Jean Nassif Launched New Tip In 2022 | How To Run Real Estate Business In 2021–2022 | Real estate development is one of the most profitable small enterprises in the present landscape. A knowledgeable business-minded person willing to take moderate risks can earn a fortune that will allow them to live a happy and satisfying life.
Here are three insights from Toplace Group’s Jean Nassif to guide anyone i... | https://medium.com/@jeannassif/jean-nassif-launched-new-tip-in-2022-how-to-run-real-estate-business-in-2021-2022-b090a554ee02 | ['Jean Nassif', 'Jean Nassif Toplace'] | 2021-12-30 11:09:19.851000+00:00 | ['Real Estate Investments', 'Real Estate News', 'Jean Nassif Toplace', 'Real Estate', 'Jean Nassif'] |
The ugly mirror | The system is not broken, it was built this way. We need to acknowledge that which this country was built upon. Although, powerful principles attempted to permeate our fabric, by those we entrusted, sewn in were slave ownership, poorly executed equal opportunity laws, and assassinations of those who spoke change. All f... | https://medium.com/@citro-emc/the-ugly-mirror-d3fa67d68e75 | ['Maria Citro'] | 2020-11-05 21:20:22.839000+00:00 | ['Hope', 'Racial Justice', 'White Privilege'] |
How to show collaborative skills on a resume | How to show collaborative skills on a resume
“Any time I’m looking at a candidates resume, I look for words like “collaborative”. Simple enough. But what you want to see is that it’s not “I, I, I.” And that’s very common because people think that if they don’t promote themselves, they won’t be seen for what they’re ac... | https://medium.com/xfn-community/how-to-show-collaborative-skills-on-a-resume-620b2abd0ef2 | ['Nicky Depaul'] | 2020-12-18 23:04:34.741000+00:00 | ['Professional Development', 'Advice', 'Resume Writing', 'Recruiting'] |
Star and Bone | POETRY
Star and Bone
A free-verse poem
Perspective View of the Visible Creation by Thomas Wright, 1750
the ribs have remodelled
and my lungs expand bright
the year after I died,
after groping tissues
faltered through lost eras,
the cage protecting the heart
needed breaking
to release its osteoblasts,
the mi... | https://medium.com/loose-words/star-and-bone-5cea444283e2 | ['Jessica Lee Mcmillan'] | 2020-12-27 16:38:12.024000+00:00 | ['Healing', 'Survival', 'Connection', 'Poetry', 'Life'] |
Are Digital Wearable Gadgets the Best Way to Detect Covid-19… | Are Digital Wearable Gadgets the Best Way to Detect Covid-19…
I work as a part-time substitute teacher in colleges and schools. Occasionally I am called for ‘cover’ where there is a teacher sick or unable to take a class. I have found myself particularly wanted during the ‘Covid’ period — many teachers have had to tak... | https://medium.com/illumination/are-digital-wearable-gadgets-the-best-way-to-detect-covid-19-8c530bc7a61 | ['Chrissie Powers'] | 2020-12-28 18:06:06.148000+00:00 | ['Gadgets', 'Covid 19', 'Health', 'Tech', 'Society'] |
What is APC Replacement Battery Cartridge #17? At a cheap price Morgan Atlantic Ae | What is APC Replacement Battery Cartridge #17? At a cheap price Morgan Atlantic Ae Morgan atlanticae Aug 17·4 min read
APC RBC17-Replace RBC battery-operated
The new replacement battery-operated pack for APC RBC17 comprises 1 battery-SP12–9HR (12V 9 AH). You must use current cables and hardware to connect the UPS cor... | https://medium.com/@morganatlanticae/what-is-apc-replacement-battery-cartridge-17-at-a-cheap-price-morgan-atlantic-ae-9f5dfc3e91b5 | ['Morgan Atlanticae'] | 2021-08-17 11:10:01.034000+00:00 | ['Apc', 'Battery', 'Cartridge'] |
A Story of Photography | When I was thirteen years old, I decided to take a Photography as one of my elective classes. Photography had seemed interesting since I was a little kid. A few years before I took this photography class, I went to a one day photography camp in a small town a short ways away from this big city I live in. That was when ... | https://medium.com/@emmaelisesladden/when-i-was-thirteen-years-old-i-decided-to-take-a-photography-as-one-of-my-elective-classes-406f2b39bb63 | ['Emma Sladden'] | 2020-12-26 03:02:50.946000+00:00 | ['Blog', 'Photography', 'Storytelling', 'Thoughts And Feelings', 'Thoughts'] |
Best Practices: Harry Saag | The co-founder and CEO of Roster Health on addressing social determinants of health and redefining healthcare delivery with more equitable, localized solutions.
By Maya De La Rosa-Cohen
As the former Medical Director for Ambulatory Quality and Network Integration at NYU Langone Health and a practicing hospitalist, Dr... | https://medium.com/capsule-cares/best-practices-harry-saag-9071e9f3eebc | [] | 2021-01-26 02:46:57.624000+00:00 | ['Healthcare Delivery', 'Best Practices', 'Healthcare Technology', 'Value Based Care', 'Hospitalist'] |
Why network? | Every successful (or even unsuccessful) entrepreneur says that number one priority for people like him should to be network like mad.
So why do entrepreneurs network so vigorously? Well, some studies show that 70% of the deals funded come through referrals. Some VCs even insist that all the business plans that come to... | https://medium.com/@abishekbabu/why-network-9d8fb697e05f | ['Abishek Babu'] | 2020-12-22 18:51:57.261000+00:00 | ['Entrepreneur', 'Networking'] |
Are You a Perfectionist? | How to quiet our inner critic and tap into our greatness.
Perfectionists spend endless hours researching the ultimate school for their child, creating the ideal family holiday, or finding that elusive gift.
At work, they are so consumed with self-doubt about their performance, an upcoming project, or an important mee... | https://medium.com/@jeaninemouchawar/are-you-a-perfectionist-cb1c0b481fce | ['Jeanine Mouchawar'] | 2020-12-17 22:10:34.521000+00:00 | ['Empowerment', 'Life Coach', 'Vulnerability', 'Energy', 'Confidence'] |
First Crypto Asset Hedge Fund Launched by Tradecraft Capital | LOS ANGELES, CA. MAY 14, 2018 — Tradecraft Capital, a crypto asset hedge fund and investment company, announced today the launch of its first fund, the Tradecraft Crypto Asset Fund (the “Fund”). The Fund is an actively-managed portfolio of concentrated, high-conviction positions. Unlike many crypto hedge funds that act... | https://medium.com/tradecraft-capital/first-crypto-asset-hedge-fund-launched-by-tradecraft-capital-6287fdc339fb | ['Jake Ryan'] | 2018-06-04 19:19:47.836000+00:00 | ['Cryptocurrency Investment', 'Crypto', 'Investing', 'Cryptocurrency', 'Hedge Funds'] |
How Hydra Solves the Supply Problem | The coin supply of a blockchain is one of its most fundamental economic properties. But even more interesting than the actual supply is the rate at which it changes. Is the rate of change fast or slow? And what are the factors impacting it?
Although Bitcoin is known for its limited supply property, truth is that it st... | https://medium.com/locktrip/how-hydra-solves-the-supply-problem-b7047b843925 | ['Locktrip.Com', 'Loc Token', 'Official Blog'] | 2020-11-22 16:51:31.273000+00:00 | ['Mining', 'Staking', 'Blockchain', 'Coin', 'Bitcoin'] |
Create a Network Topology Setup in such a way so that System A can ping to two Systems System B and System C but both these systems should not be pinging each other without using any security rule e.g | Create a Network Topology Setup in such a way so that System A can ping to two Systems System B and System C but both these systems should not be pinging each other without using any security rule e.g. firewall etc. Sheetal Agarwal Jun 8·3 min read
❗️ Task Description❗️
🔰 14.1 Create a network Topology Setup in such... | https://medium.com/@sheetalagarwal26/create-a-network-topology-setup-in-such-a-way-so-that-system-a-can-ping-to-two-systems-system-b-and-71bf5b65993 | ['Sheetal Agarwal'] | 2021-06-08 10:09:03.737000+00:00 | ['Linux', 'Networking', 'Redhat Linux', 'IP', 'Network'] |
NYS Paid Leave — 10 Things You Need to Know | New York State paid leave — new law
The new law effective January 1, 2021, with accrual beginning September 30, 2020. The new law allows employee time off for medical treatment, diagnosis, or care for themselves or family members, OR any domestic violence situations, including reporting, treatment, or re-location. Eve... | https://medium.com/@vpointbenefit/nys-paid-leave-10-things-you-need-to-know-96312569eb02 | ['Mark Derosa'] | 2020-12-23 14:08:06.677000+00:00 | ['Benefits', 'Paid Sick Leave', 'New York State', 'Human Resources', 'Paid Leave'] |
>>>2020•!!sOCCER!!⪻LIVE⪼ Liverpool vs West Bromwich Albion (LiveStream), West Bromwich Albion vs Liverpool Soccer Live EPL>>>>2020 | The 2020 English Premier League Live Stream, Soccer 4K HD Video Full Free Online TV Channel
VISIT HERE >> https://is.gd/wO098I
https://is.gd/wO098I
WATCH Live Streaming (Liverpool vs West Bromwich Albion) Full HD [ULTRA ᴴᴰ1080p]
| Live Stream
Live sport streams free all around the world. Visit here to get up-to-th... | https://medium.com/@opoitopew/2020-soccer-live-2d73fb1a2641 | [] | 2020-12-27 10:28:10.044000+00:00 | ['Soccer'] |
Genesis | Lyrics
If you just stare into the water yeah I guess you’ll never drown
And if you’re scared to die a martyr then I guess just back out now
But when the tide rolls into town I bet you’ll wish you learned to swim
And when their bullets strike you down I bet you’ll wish you learned to live
I feed the wild fire and d... | https://medium.com/livin-to-inspire/genesis-3d9ed63e083a | [] | 2017-11-10 16:28:26.743000+00:00 | ['New World Order', 'Poetry', 'Music', 'Renaissance', 'Lyrics'] |
Queer Representation is Still a White Men’s Club | YouTube & Queer Representation.
YouTube was founded in 2005 in San Bruno, California, and is now estimated to be worth as much as $300 billion. A list of twenty richest celebrity YouTubers states that queer makeup mogul Jeffree Star ranks number one, with his estimated net worth being $200 million. Other queer YouTube... | https://medium.com/an-injustice/queer-representation-is-still-a-white-mens-club-b0225d4ab271 | ['Caitlin Laughney'] | 2020-12-24 02:20:39.900000+00:00 | ['LGBTQ', 'Sexuality', 'Racism', 'Social Media', 'YouTube'] |
Patent Newz Box- Stay on top of global patent news- Nov 1, 2020 | MIT Researchers applied patent for a heated face mask
foxnews
Researchers at the Massachusetts Institute of Technology (MIT) have filed a patent application for a mask with heated copper mesh. The face mask disclosed in the patent application is built to blast the coronavirus particles with heat.
Canon patents lens ... | https://medium.com/@dexpatent/patent-newz-box-stay-on-top-of-global-patent-news-nov-1-2020-cd99f7e9525c | [] | 2020-12-23 11:09:35.106000+00:00 | ['Masks', 'Vaccines', 'Intellectual Property', 'Coronavirus', 'Patents'] |
AKvsAK — Bollywood finally goes Kafkaesque | “Mera ek hi dharam hai, Cinema! Jeena yahan aur marna yahan”
- AK (I’ll keep you guessing which one though)
A riot of real-reel reflections!
Started as what seemed like a parody of sorts, AKvsAk takes a fast-paced, action-packed, intentional, and well laid out jibe at Bollywood itself.
While Anurag Kashyap embodies... | https://medium.com/@sharonahluwalia/akvsak-bollywood-finally-goes-kafkaesque-4a0a6dc699f4 | ['Sharan Ahluwalia'] | 2020-12-27 12:18:54.758000+00:00 | ['Movies', 'Bollywood', 'Netflix', 'Akvsak', 'Review'] |
[Linux] 시간 변경 명령어 | 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/zoaeo/%EB%A6%AC%EB%88%85%EC%8A%A4-%EC%8B%9C%EA%B0%84-%EB%B3%80%EA%B2%BD-%EB%AA%85%EB%A0%B9%EC%96%B4-f6471ba14c54 | [] | 2020-12-21 00:30:33.001000+00:00 | ['Ntp', 'Programming', 'Linux', 'Ti̇me'] |
[敗物] ADATA SSD for PS4 Pro 外接硬碟 | in In Fitness And In Health | https://medium.com/ddsakura-blog/%E6%95%97%E7%89%A9-adata-ssd-for-ps4-pro-%E5%A4%96%E6%8E%A5%E7%A1%AC%E7%A2%9F-714509fbbe13 | [] | 2020-02-16 00:44:06.972000+00:00 | ['Ssd', '3c', 'Adata', 'External Ssd', 'PS4'] |
Without Turkey, there is no solution in Syria | Without Turkey, there is no solution in Syria
The tensions between the United States and Turkey are getting worse with each passing day due to conflicting views on the Syrian Democratic Forces (SDF), who are led by the People’s Protection Units (YPG). We find that the YPG, another cell of the PKK terrorist organizatio... | https://medium.com/@alicinarcom/without-turkey-there-is-no-solution-in-syria-e4c393234dbe | ['Ali Cinar'] | 2020-03-07 00:04:57.002000+00:00 | ['Turkey', 'Syria', 'Us Turkey Relations', 'Turkey Syria'] |
In a small house with white walls explaining how your father took his life | Hippie family farm house crash
You needed comfort you I think. Looking at you, long hair, slight femmish beard Adams apple very large for my point of view, and the tears welling, sobbing.
Now knowing what to do and feeling bad. I put my hand on you back but I only could get it on your side. You were too big or I thin... | https://medium.com/@electriquesunshine/hey-pop-i-remember-you-telling-me-your-father-killed-himself-that-was-my-first-memeory-of-talking-8dac7a5c6d98 | ['Electrique Sunshine'] | 2021-01-02 12:38:51.627000+00:00 | ['Hippies', 'First Memory', 'Stoned', 'Suicide', 'Fathers'] |
A Comprehensive Look at My Slightly Unhinged Planning System | My life is a very all-or-nothing proposition.
Either I do all the things or none of them.
So, I’m constantly on the search for some system or program that will work to keep me on top of staying organized. A magical planner or app or something.
I’ve bought an Erin Condren Life Planner every year for the last three ye... | https://medium.com/the-write-brain/a-comprehensive-look-at-my-slightly-unhinged-planning-system-8a01bdb6a8b4 | ['Shaunta Grimes'] | 2019-11-25 19:50:25.808000+00:00 | ['Life Lessons', 'Planning', 'Organizational Culture', 'Life', 'Productivity'] |
The pandemic CRUSHED my startup, but… | The pandemic crushed my startup back in March, but somehow, that was one of the best things that could’ve happened to me.
Most people don’t know, but I spent most of 2019 building the MVP for my now defunct startup called Bagdrop, a short-term luggage storage and delivery service.
How did it work? Imagine checking ou... | https://austinstartups.com/the-pandemic-crushed-my-startup-but-870bf4a47e14 | ['Tj Oyeniyi'] | 2020-12-20 08:14:10.048000+00:00 | ['Covid 19', 'Startup Story', 'Startup Life', 'Entrepreneurship', 'Startup Lessons'] |
Nonstop Dan has a special deal for you — get a password manager and a VPN with a discount | Nonstop Dan has a special deal for you — get a password manager and a VPN with a discount Pete Doot Feb 11, 2020·3 min read
Nonstop Dan is a YouTube channel that shows all the tips and tricks you need to afford that luxury travel. He is a great example that everything is achievable — he’s a college student who travels... | https://medium.com/@pbeetdoot/nonstop-dan-password-manager-vpn-deal-ca01d794eb82 | ['Pete Doot'] | 2020-09-17 09:48:33.901000+00:00 | ['Coupon', 'Password Manager', 'Discount', 'Deal', 'VPN'] |
Level Up Your Meeting Culture | „Insanity is doing the same thing over and over again and expecting different results“, says a famous quote. It is often attributed to Einstein. The quote depicts so accurately where we are with meetings. We know about the problems of meetings, and yet we don’t fix them.
Development of time spent in meetings since 200... | https://medium.com/swlh/level-up-your-meeting-culture-54fc0d3f695 | ['Patrick Schönfeld'] | 2020-11-03 02:07:26.823000+00:00 | ['Business', 'Work', 'Meetings', 'Communication', 'Productivity'] |
The Latest: Apple News+ joins the audio article trend (May 18, 2020) | The Latest: Apple News+ joins the audio article trend (May 18, 2020)
Subscribe to The Idea, a weekly newsletter on the business of media, for more news, analysis, and interviews.
THE NEWS
Apple is asking publishers on Apple News+ for permission to create audio versions of some of their stories. According to Digiday,... | https://medium.com/the-idea/the-latest-apple-news-joins-the-audio-article-trend-may-18-2020-939ecffa6fc8 | ['Tesnim Zekeria'] | 2020-05-19 16:09:07.350000+00:00 | ['Journalism', 'Radio', 'Media', 'Audio', 'The Latest'] |
This Is How I Went from a Youtube Video Creator to a Full Time Filmmaker | Photo: Travis Robertson
I began making videos at the age of 7 years old. A time before speaking to a camera was even cool or understood.
Uploaded to Youtube in 2010. Screenshot Photo: Travis Robertson
I’ve always been obsessed with story telling. I began posting videos to Youtube at the age of 7. My first video was ... | https://medium.com/@robertsonfilms/this-is-how-i-went-from-a-youtube-video-creator-to-a-full-time-filmmaker-6c980d589fe9 | ['Travis Robertson'] | 2020-12-21 16:47:12.620000+00:00 | ['YouTube', 'Money', 'Entrepreneurship', 'Influencers', 'Filmmaking'] |
What is Affiliate Marketing or network? | What is an Affiliate Marketing?
There are lot of companies are selling their products on internet. To generate sales companies do affiliate marketing. Companies will give you commission on every sales if you help them to sell their products. You just need to sign up that company affiliate program then after activation... | https://medium.com/@techbeats-com/what-is-affiliate-marketing-or-network-ffce0930b847 | [] | 2020-12-24 14:45:53.235000+00:00 | ['Affiliate Marketing'] |
I Didn’t Want To Be Aroused By My Sexual Assault, But I Was | by Suzannah Weiss
Modified from flickr / Marixa Namir Andrade
Genital arousal is a learned response, the way Pavlov’s dogs salivated in response to the bell.
In October 2013, shortly after I moved to New York, a hot Londoner struck up a conversation with me in Starbucks. We had dinner that night and met up for break... | https://medium.com/the-establishment/i-didnt-want-to-be-aroused-by-my-sexual-assault-but-i-was-ec5b9e9c04c1 | ['The Establishment'] | 2018-09-13 05:31:01.075000+00:00 | ['Sex', 'Sexual Assault', 'Desire'] |
Weihnachten in Palästina — Ein Spotlight | 'The bells would ring': How Palestinians celebrated Christmas before life under occupation
Perched next to a large and brightly lit Christmas tree at the home of one of her children, Victoria Baseer surveys an… | https://medium.com/@occupied-news/weihnachten-in-pal%C3%A4stina-ein-spotlight-8050ec8bf3dc | ['Occupied News'] | 2020-12-20 17:29:37.962000+00:00 | ['Christmas', 'Palestine', 'Weihnachten', 'Palästina', 'Occupation'] |
World War Two WWII Netherlands Holocaust Europe History Japan | The Common Thread in Nations’ Mythologized War Stories
Yellow star, “Jew” in Dutch (http://somewereneighbors.ushmm.org/#/exhibitions/workers/un104/description)
The Common Thread in All Nations’ Mythologized War Stories
The Netherlands is the third stop on our WWII mythology tour, after WWII east vs west and Italy. T... | https://medium.com/lessons-from-history/wwii-mythology-tour-the-netherlands-1da9113ab649 | ['Lester Golden'] | 2020-12-02 14:30:10.669000+00:00 | ['World War II', 'Europe', 'Holocaust', 'Netherlands', 'History'] |
Switzerland | One for all, all for one — that is the motto.
New vocab from the new topic!
landlocked
surrounded by other countries and having no coast.
Switzerland is a small landlocked nation.
sparcely
with only a small number or amount of people of things.
There are sparcely populated villages in the nord region.
extinctio... | https://medium.com/@meleana/switzerland-419298c8921d | ['Lyubov Obsholova'] | 2020-12-13 11:41:43.566000+00:00 | ['Switzerland', 'Vocabulary', 'Words', 'Topics', 'Definition'] |
Of ecommerce & false promises — How product matching can deliver on long forgotten promises. | You’ve most likely seen an Eames ‘Eiffel’ chair. It would’ve been there in some office lobby you waited at, cafes you’ve walked by or a co-working space you frequent.
It’s everywhere.
Now if you feel like you want to buy one and search on Amazon you will get quite a few options.
via Amazon
Here’s where the problem ... | https://medium.com/datascience-semantics3/of-ecommerce-false-promises-4594bcb769ae | ['Anjali Krishnan'] | 2018-02-26 22:28:32.168000+00:00 | ['Retail Technology', 'Ecommerce', 'AI', 'Amazon', 'Retail'] |
How Accurate Are HD Maps for Autonomous Driving and ADAS Simulation? | In our mission to create digital twins of real world roads, our team at atlatec has taken on a number of HD Mapping projects all over the world, delivering HD maps and 3D models for autonomous vehicle operations and AV/ADAS simulation.
Along the way, we’ve discovered a number of topics and questions that are of releva... | https://medium.com/atlatec-gmbh/how-accurate-are-hd-maps-for-autonomous-driving-and-adas-simulation-9f68fa89f840 | ['Atlatec Gmbh'] | 2020-10-23 07:11:35.279000+00:00 | ['3d Mapping', 'Autonomous Vehicles', 'Self Driving Cars', 'Autonomous Driving', 'Hd Maps'] |
Mejoramiento genético ¿Es una amenaza para las especies domésticas? | 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/intersecciones-bioblogs-utec/mejoramiento-gen%C3%A9tico-es-una-amenaza-para-las-especies-dom%C3%A9sticas-c4d087e16968 | ['Bioblogs Utec'] | 2020-12-03 23:12:47.930000+00:00 | ['Science', 'Genetic Engineering', 'Biotechnology', 'Genetic Modification'] |
Kubernetes' four reasons behind Docker deprecation | Photo by Stanley Dai on Unsplash
Kubernetes is deprecating Docker as a container runtime after the v1.20 release. On a high-level, Kubernetes will show the deprecation message after upgrading the cluster to v1.20, and Kubernetes plans to remove Docker container runtime support as early as the v1.23 release.
Technical... | https://medium.com/@suryalolla/docker-seems-fine-why-did-kubernetes-deprecate-it-b6c87b401b72 | ['Venkata Surya Lolla'] | 2020-12-15 18:07:46.012000+00:00 | ['Containers', 'Development', 'Kubernetes', 'Docker', 'DevOps'] |
Google Apps 如何給用戶做應用程式推薦 — Wide&Deep Model | Neural Network Embeddings Explained
How deep learning can represent War and Peace as a vector | https://medium.com/%E6%95%B8%E5%AD%B8-%E4%BA%BA%E5%B7%A5%E6%99%BA%E6%85%A7%E8%88%87%E8%9F%92%E8%9B%87/google-apps-%E5%A6%82%E4%BD%95%E7%B5%A6%E7%94%A8%E6%88%B6%E5%81%9A%E6%87%89%E7%94%A8%E7%A8%8B%E5%BC%8F%E6%8E%A8%E8%96%A6-1641d1ce99e6 | ['Edward Tung'] | 2020-09-02 08:39:36.958000+00:00 | ['Python', 'Data Science', 'Recommender Systems'] |
Descriptive statistics in Time Series Modelling | There are various statistical tests that can be performed to describe the time series data. Time series modelling requires the data to be in a certain way, and these requirements vary from model-to-model. These models, once fitted to the data, need some kind of validation which can be done through statistical tests.
B... | https://towardsdatascience.com/descriptive-statistics-in-time-series-modelling-db6ec569c0b8 | ['Snigdha Cheekoty'] | 2019-07-30 08:21:55.114000+00:00 | ['Time Series Forecasting', 'Data Science', 'Time Series Data', 'Time Series Analysis', 'Machine Learning'] |
Everything You Should Know about Infant Formula | In becoming a new mom, it’s almost as though everything in life needs recalibration. Everything is brand new territory. Topping the charts of something one has probably never considered before having a baby or exposure to one regularly is: infant formula.
The conversation on breastfeeding can be pretty aggressive, and... | https://medium.com/@gr8er-self-care/everything-you-should-know-about-infant-formula-f2076e940a2d | [] | 2020-05-22 18:30:57.039000+00:00 | ['Baby', 'Formula', 'Newborn', 'Infant', 'Baby Products'] |
THINGS YOU SHOULD KNOW ABOUT WEDDING- WEDDING CHECKLIST | Memories get sweeter with time. And the wedding is the most memorable of all. Marriage or the union of two beautiful souls give a partnership for life. Two people who promise to stand by each other in all thick and thins of life.
To plan the perfect celebration, you should know about some key points to plan your big d... | https://medium.com/@singhania.garima25/things-you-should-know-about-wedding-wedding-checklist-f728e3778fe7 | ['Garima Singhania'] | 2019-09-14 06:35:27.394000+00:00 | ['Wedding Checklist', 'Wedding Dress', 'Wedding Photography', 'Weddings'] |
Scraping Google Maps Using Selenium and Python | SELENIUM is a free and open-source automated testing framework used to validate web applications across different browsers and platforms but is also used as a scraping tool like scrapy and beautiful soup.
In this article, we will be looking at how we can use Selenium to scrape all the Location Data from Google Maps us... | https://medium.com/swlh/scraping-google-maps-using-selenium-3cec08eb6a92 | ['Rohan Goel'] | 2021-02-02 11:55:15.705000+00:00 | ['Python', 'Selenium', 'Web Scraping', 'Projects', 'Google Maps'] |
As Trump once again takes credit for a Dow Jones all-time high, we must remember that the stock… | As Trump once again takes credit for a Dow Jones all-time high, we must remember that the stock market isn’t the economy.
The tweet hereunder, by former Secretary of Labour Robert Reich, highlights the discrepancies in stock ownership between the richest and the bottom 50%.
Pushing the math just a little further reve... | https://medium.com/@ncarteron/as-trump-once-again-takes-credit-for-a-dow-jones-all-time-high-we-must-remember-that-the-stock-a1bb2122a30e | ['Nicolas Carteron'] | 2020-12-17 19:25:27.193000+00:00 | ['Wealth', 'Politics', 'Economics', 'Society', 'Inequality'] |
How to Find Stillness, Productivity, and Enjoyment Every Day | Success is nothing more than an accumulation of positive acts.
How can I succeed in business? What’s the secret to becoming a full-time writer? And where can I find the magic formula for learning new skills?
Those are common personal growth questions that many people ask themselves.
They believe that someone has a r... | https://medium.com/the-innovation/how-to-find-stillness-productivity-and-enjoyment-every-day-d2f49920595c | ['Jack Krier'] | 2020-12-27 20:32:52.056000+00:00 | ['Self', 'Self Improvement', 'Lifestyle', 'Mindfulness', 'Productivity'] |
Animal Rights in 2020 Hindsight | December 22, 2020
by Alex Hershaft, PhD, President — Farm Animal Rights Movement
The slow pace of social change may make us wonder whether our struggle to save animals is bearing fruit. Our success becomes so much more evident from the perspective of 40 years since our movement got going. Here is a brief look at the ... | https://medium.com/@alex-vegan/animal-rights-in-2020-hindsight-efd406dacff8 | ['Alex H'] | 2020-12-22 23:27:57.164000+00:00 | ['Fashion', 'Plant Based', 'Vivisection', 'Vegan', 'Animal Rights'] |
How It All Happened at the ‘Everything of Foresting’ Meetup at DeCentre Blockchain Caffe | How It All Happened at the ‘Everything of Foresting’ Meetup at DeCentre Blockchain Caffe
DeCentre Blockchain Cafe in Gangnam
Over 100 blockchainers and crypto enthusiasts turned up for the maiden Foresting Meetup, held at the DeCentre Blockchain Caffe in Gangnam, last Tuesday. Titled ‘Everything of Foresting,’ the ev... | https://medium.com/foresting/how-it-all-happened-at-the-everything-of-foresting-meetup-at-decentre-blockchain-caffe-e3cce28c3828 | ['Williams Nana Kyei'] | 2018-10-19 01:39:04.661000+00:00 | ['Events', 'Blog', 'Cryptocurrency News', 'Blockchain Technology', 'Meetup'] |
A Week of the Keto Diet: 7-Day Keto Meal Plan! | The objective of a ketogenic diet — a nourishment plan high in fats and low in carbs — is to assist you with shedding pounds all the more effectively by accomplishing ketosis. Ketosis is the point at which your digestion begins to consume fat for fuel rather than carbs and sugar. Atkins is a ketogenic diet, however, no... | https://medium.com/@faisalbutt6786/a-week-of-the-keto-diet-7-day-keto-meal-plan-3d9e0495d334 | ['Muhammad Faisal Butt'] | 2021-12-26 18:37:07.048000+00:00 | ['Weight Loss', 'Weight Loss Program', 'Weightloss Foods', 'Weight Loss Tips', 'Keto Meal Plan'] |
Daily Kickoff: JI interview with Marco Rubio | Biden brags “I’m more Jewish than Hillary is” as she considers him for Secretary of State | Daily Kickoff: JI interview with Marco Rubio | Biden brags “I’m more Jewish than Hillary is” as she considers him for Secretary of State Jacob Kornbluh Follow Oct 30, 2016 · 14 min read
Have our people email your people. Share this sign up link with your friends.
JI INTERVIEW with Senator Marco Rubio — by Jacob Kornb... | https://medium.com/jewishinsider/daily-kickoff-ji-interview-with-marco-rubio-biden-brags-im-more-jewish-than-hillary-is-as-she-dec3f38baad7 | ['Jacob Kornbluh'] | 2016-10-30 05:34:38.507000+00:00 | ['Politics', '2016 Election', 'Jewish'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.