article_text stringlengths 10 100k | tags stringlengths 6 263 |
|---|---|
Google Analytics is a tool with a high learning curve that focuses on powerful functionality and customizability. Here is a screenshot of a demo account.
As you can see, it uses an open sandbox design.
However, for newbies and veteran marketers alike, open sandbox designs are often overwhelming and can lead to questi... | ['Analytics', 'Design', 'Data Visualization', 'Google Analytics', 'Data'] |
NEW: Katacoda scenario!
Manage complexity with Kapitan
We open sourced Kapitan back in October 2017.
In the 12 months before that date, Kapitan helped us revolutionise the way we were running things at DeepMind Health, and allowed us to keep control over many heterogeneous systems: Kubernetes, Terraform, Documentati... | ['Terraform', 'Devops Tool', 'Kubernetes', 'Kapitan', 'Spinnaker'] |
We’re thrilled to announce that Joe Abrams, co-founder of MySpace and one of the fathers of social media, has decided to invest in Ponder and join our Board of Directors as an observer. Joe is an extremely successful entrepreneur and an expert in emerging growth companies in areas including technology, drug discovery t... | ['Blockchain', 'Recruiting', 'Social Network', 'Investing', 'Startup'] |
My Top 3 — August 28th, 2019
Giving credit where credit is due
( Photo by Michael Dziedzic on Unsplash)
If You Want To Be Happy, Learn To Be Humble
I think we could all do with a healthy dose of humility once in a while. I know I do. I’m not egotistical by nature, but we all have our moments, I think. And it’s so e... | ['Awareness', 'Life Lessons', 'Humanity', 'Mental Health', 'Humility'] |
by: E.B. Johnson
The relationships we share with our mothers are truly unique. From the time we come into this world, they nurture us like no one else in our lives. They fill us with confidence and love, and they temper the tough experience of life by giving us a place of permanent shelter from the storm. This is not ... | ['Relationships', 'Family', 'Mental Health', 'Self', 'Parenting'] |
Problem
Noble Integer: InterviewBit
Given an integer array, find if an integer p exists in the array such that the number of integers greater than p in the array equals to p. If such an integer is found return 1 else return -1 .
Solving Process
Simplify Input
This problem is not very difficult but to solve it we h... | ['Arrays', 'Programming', 'Java', 'Coding', 'Algorithms'] |
10x Programmer. The CEO’s justification for hiring ten times less programmers than are needed to complete a project.
Abstraction. Making a program progressively more general and less specific, so that the next person to review the code cannot pinpoint who make the mistakes.
MVC Pattern. A fancy acronym to remind you ... | ['Programming', 'Software Design', 'Programming Humor', 'Design Patterns', 'Humor'] |
10 Things to Consider Before Starting a Business With a Friend
After the excitement wears off, now Carefully consider these options
photo by Brooke Cagle
If you have thought about starting a business there is a chance are you have contemplated on doing it solo or with a friend and are weighing out the advantages and... | ['Mindfulness', 'Business', 'Creativity', 'Friendship', 'Friends'] |
Photo by Jessica Podraza on Unsplash
August 2018:
I have begun working with cancer patients recently. It is a major shift from the task-oriented, literally, sterile world of the OR I left behind. I am becoming immersed in their stories.
Social workers and other nurses have warned me to find my edges and reinforce my... | ['Life Lessons', 'Nursing', 'Self-awareness', 'Careers', 'Life'] |
The key to knowledge is hidden in light. Buried by our ancestors and covered up by our current world powers. They have blinded us from the truth and kept us prisoner by fear of the unknown dimensions.
And then there was Light.
Light is information. Data can be encoded in the Visible Light Spectrum and then sent via s... | ['Extraterrestrial Life', 'Tech', 'Consciousness', 'Soul', 'Science'] |
Mr. Saeed, who has been working as a day laborer despite suffering from a chronic illness, hopes this support from USAID will soon enable him to open an electrical shop in Rambosi. The new shop will allow him to continue to earn a steady income and contribute to rebuilding the local economy without depending on work as... | ['Middle East', 'Conflict', 'Iraq', 'ISIS', 'Humanitarian'] |
The world is full of possibilities, and you want to do it all.
You want to take that course, start that project, read that book, learn that skill, all while making time for your day job, hobbies, spiritual practice, friends and family-and all in the next month or two.
It always happens in cycles: you get excited abou... | ['Prioritization', 'Productivity', 'Journaling', 'Procrastination', 'Mindfulness'] |
A Meta-Model for Machine learning
Generally, machine learning can be seen as a search problem, approximating an unknown underlying mapping function from inputs to outputs. Design choices, like the algorithm, hyperparameters and their variabilities, narrow or widen the scope of possible mapping functions, i.e. of the s... | ['Meta Modeling', 'Automl', 'Artificial Intelligence', 'Machine Learning', 'Meta Learning'] |
Many iPhone Users Are Reporting Weird Screentime Issues With iOS 14.2
12 Hours from an App I Don’t Even Have Installed
My screentime claims I used my phone for 13 hours today. And what’s weirder is that it’s all coming from the Apple Support app… an app I don’t even have installed.
Screenshot by author
Turns out I’... | ['Technology', 'Apple', 'iOS', 'Technews', 'Tech'] |
Let’s break it down and explain each step in the section below.
Before we start, although we haven’t listed the knowledge of HTML/CSS in the roadmaps above, it is recommended that you get at-least some understanding and know how to write some basic HTML/CSS.
Step 1– Learn a Language
There are myriads of options when... | ['Nodejs', 'JavaScript', 'Python', 'PHP', 'Golang'] |
Is decreasing your sleep time possible?
An introduction to polyphasic sleeping
Sam Peet / © Culture Trip
It was 3:40 AM. I found myself reading through Medium and chatting with some people on Discord. I was a little tired, but ready to get to work nonetheless. It seemed like a good start to the rest of the day.
Spe... | ['Life', 'Sleep', 'Polyphasic', 'Self Improvement', 'Productivity'] |
“Trees were so rare in that country … that we used to feel anxious about them, and visit them as if they were persons.”
Something about that line from Willa Cather’s My Ántonia stopped me cold when I first encountered it years ago. I was young then, a teenager, and the novel was unlike anything I’d read before; I didn... | ['Environment', 'Tree Planting', 'Holidays', 'Arbor Day', 'Trees'] |
How NOT to Write a Blog Post
Want to be a professional writer? Great! Just don’t do like I did…
I turned in a 1,500-word blog post to a client recently. It has lots of great links, lots of insights for the target audience, lots of source notes.
And I will wind up making the equivalent of $10/hour for my efforts.
Wh... | ['Writing Tips', 'Self Improvement', 'Writing', 'Content Marketing', 'Research'] |
Project Directory Structure
---Blogs
|---Blogs
|---__init__.py
|---settings.py
|---urls.py
|---celery.py
|---UserRegistration
|---tasks.py
|---utils.py
|---BlogTasks
|---tasks.py
|---urls.py
|---views.py
manage.py
Let’s Connect These In three Steps
1. Connect Django and MongoDB
In your settings.py file... | ['Programming', 'Database', 'Celery', 'Python', 'Mongodb'] |
Practical Machine Learning with Python and Keras
Originally published at kite.com
Table of Contents
What is machine learning, and why do we care? Supervised machine learning Understanding Artificial Neural Networks Using the Keras library to train a simple Neural Network that recognizes handwritten digits Conclusion... | ['Python Programming', 'Data Science', 'Keras', 'Python', 'Machine Learning'] |
I love books, but I have a weird relationship with them. Sometimes I read books properly and sequentially, from start to finish. Half the time however, I read books in bits and pieces, often preferring to read multiple books at the same time, a page here, a paragraph here. I tend to treat my small library more like a b... | ['Books', 'Reading', 'Self Improvement', 'Success'] |
Rewriting Your Code
Some time ago, a cover for an imaginary book surfaced on the @ThePracticalDev Twitter account. Back in 2016, it was fashionable to make fun of the ever-changing world of JavaScript in a bit of a different manner than folks do today.
Psst, I’ve invented the time machine (don’t tell anyone)! Let’s q... | ['Angular', 'Nodejs', 'JavaScript', 'React', 'Programming'] |
Photo by Mike Palmowski on Unsplash.com
It would be an understatement to say I am not a morning person: several cups of coffee, breathing exercises, and a dance routine are required to aid me to step into an extrovert attire. I work and write mostly during the evenings and nights, and while I greet a wake-up text from... | ['Boundaries', 'Ex', 'Quarantine', 'Coronavirus', 'Relationships'] |
But the bigger question remains: How do you pull these core elements of scenes, exchanges, and materials together gracefully? How do you set up the interfaces such that everyone feels they can understand and maneuver through the various interaction pathways present in a conference? (by the way, who really are the custo... | ['User Experience', 'UX', 'Conference Planning', 'Design', 'Event Planning'] |
Pro Display XDR Alternatives
The alternatives to the XDR are less appealing. While Apple uses aluminum, others still use plastic. Sure, some screens look good, but you can not go beyond good with plastic. Why aren’t more manufacturers using premium materials?
The main problem with the XDR for the average consumer is ... | ['Technology', 'Apple', 'Content Creation', 'Hardware', 'Creative'] |
Life Lessons from the Locked-In and Laid-Off
Trying to stay sane as an unemployed shut-in
Photo by JD Mason on Unsplash
I have a dirty secret to share.
When my last office first started working remotely, I was convinced that I was going to become a body-builder, superstar chef in all of my newfound free time. Goodb... | ['Self Improvement', 'Self', 'Advice', 'Personal Growth', 'Coronavirus'] |
Only apparently unrelated, abstract art and data visualization actually have a lot more in common than what one would expect, and can be considered by some means two very close disciplines.
A study on “Early Abstract Art and Experimental Gestalt Psychology” by Crétien van Campen of MIT draws the conclusion that the sa... | ['Art', 'Design', 'Data Visualization'] |
When old marketing frameworks aren’t relevant for a digital age, new ideas must be adopted to reach our multi-tasking, well-connected customers.
tl;dr: Marketing mix frameworks have evolved to place customers first in our marketing strategies. Emphasis should be on our customers’ needs and wants and how our products c... | ['Strategy', 'Marketing', 'Growth Hacking', 'Millennials As Consumers', 'Digital Marketing'] |
C A R T O O N
👔 Career Goals
What’s yours?
Cartoon by Rolli
Cartoonist’s Note №1
Though I personally enjoy my job, and can’t imagine retiring, I’ve observed that I’m in the minority. That said, I have no specific goals, other than to continue to exist. How about you?
Cartoonist’s Note №2
This cartoon will earn ... | ['Humor', 'Comics', 'Cartoon', 'Coronavirus', 'Work'] |
After his release Dio moved to Allentown, Pennsylvania where he opened a dress manufacturing business. He sold it in 1950 before moving back to New York to open another dress company. If there was any doubt to Dio’s motivations in labor organizing, it was exemplified in what he did after he sold the Pennsylvania busine... | ['Organized Crime', 'New York', 'History', 'True Crime', 'Mafia'] |
Artificial Intelligences, in few words, are models that simulate human brains. For an example, Neural Networks, one of more famous artificial intelligence approach, learn about a scope (through an information database file or another font that contains patterns), simulate the neurons signals and your connections (synap... | ['Neural Networks', 'PHP', 'Rest Api', 'Artificial Intelligence', 'SaaS'] |
The stable version of Python 3.9.0 has been released on 5th October 2020. Let’s see the new major features.
Dictionary Merging
Consider two dictionaries having the same key-value pairs except one of the values in one dictionary. For example, a person's email id has been changed recently which is in a new dictionary(b... | ['Programming', 'Python Programming', 'Python3', 'Updates', 'Python'] |
In this article we will write a simple React app to demonstrate a two-factor authentication flow, which will prompt for username and password and then a time-based generated password.
We will also generate a QR code containing the two-factor configuration that can be read by authenticator apps such as Google Authentic... | ['Nodejs', 'Software Development', 'Two Factor Authentication', 'React', 'Cybersecurity'] |
To varying degrees, as a result of Covid-19, everyone on the planet is joining this previously elite club.
Trauma survivors.
Apart from the physical, economic, cultural and social damage, there will be an enormous impact on the mental health of everyone from survivors and the medical professionals to those who found ... | ['Trauma', 'Covid 19', 'Mental Health', 'Grief', 'Recovery'] |
I just wanted to write this quick post to thank everybody for supporting us along the way.
We’re going after #1!!!
If you haven’t already, please drop by and give us some ❤️. Please don’t feel obligated to leave an upvote. We’d prefer if you dropped a comment and gave us some feedback instead 😊.
Our Maker comment o... | ['Bitcoin', 'Cryptocurrency', 'Fintech', 'Product Hunt', 'Startup'] |
Everything you need to know about responding to reviews here.
It’s also important to monitor your direct messages on Facebook and Twitter to ensure you’re responding to any questions or comments coming in.
More on extending your customer service online here.
These platforms are where you’ll get the most valuable fee... | ['Social Media', 'Social Media Marketing', 'Apps', 'Small Business Marketing', 'Marketing'] |
“I had a terrible experience here and would urge anyone reading this not to waste their time!”
Probably not something you’d want to see on your social media comment section or reviews page. The truth is, no matter how many checks you have in place, someone, somewhere is going to take issue with you/your business. The ... | ['Social Media', 'Reviews', 'Marketing', 'Customer Service', 'Customer Experience'] |
My father’s death by suicide inspired me to learn how to just ‘be’
It’s through this present-tense state of mind that I find my rhythm, my sense of calm, and my appreciation for all that is.
By Dana Mich
Nine months ago, I stood at my father’s burial trying to gather my thoughts before speaking about his life to fam... | ['Life Lessons', 'Meditation', 'Mental Health', 'Depression', 'Mindfulness'] |
Jan. 26, 2018: Cool stuff about journalism, once a week. Get notified via email? Subscribe: 3toread (at) gmail. Originally published on 3toread.co
How The Correspondent became the largest journalism crowdfunding project in history — without 1 story on its site: News sites are increasingly turning to readers to be thei... | ['Media', 'Journalism Ethics', 'Media Criticism', 'Jill Abramson', 'Journalism'] |
6 Ways Strength Training Boosts Emotional Strength
Tips from an ACSM Certified Personal Trainer
As a Personal Trainer, when I speak about strength training and weight lifting, a lot of people picture big guys throwing around weights. There are so many more benefits to strength training than a six-pack, and they have ... | ['Anxiety', 'Mental Health', 'Fitness', 'Personal Development', 'Stress'] |
Image Source: Photo by Andrea Piacquadio from Pexels
My Childhood Tourette’s, Explained
My verbal tic put me up against the world at a young age.
The inexplicable feeling of being eaten up by an urge to verbally tic began when I was in the third grade. It was highly invasive — I always needed to clear my throat and ... | ['Tourettes', 'Childhood', 'Psychology', 'Tics', 'Children'] |
Where to buy it?
Mechanical keyboards are sold almost everywhere, Amazon, Bestbuy, Newegg, even Walmart. But Ducky One is only sold from Mechanical Keyboard Catalog and Guide. (mechanicalkeyboards.com). For an unknown reason, most of the keyboards there are out-of-stock. Maybe people are so bored or so lonely at home,... | ['Review', 'Tools', 'Productivity', 'Mechanical Keyboards', 'Developer'] |
The First Rejection
When I was twenty-one years old, I confidently entered a poetry competition with a poem I had written a few years earlier. My teacher had said how great and original it was. My family and friends had all loved it. It was a sure winner. Of course, what I’d failed to realise is that everyone who ente... | ['Rejection', 'Writing', 'Success', 'Self', 'Poetry'] |
Duck Tales: The Wonders of Integration
How I implemented the Integration with Third-Party Services using Request Interceptor and Spring Retry Template
Carl Barks painting of Uncle Scrooge McDuck.
Disney’s Duck Tales was a classic cartoon series in the early 1990s, at the time when I grew up. If you watched it, you p... | ['Authentication', 'Openfeign', 'Integration', 'Java', 'Spring Retry'] |
Pin Your “About Me” Stories in Your Profile!
With the recent changes with Medium users’ profiles, many writers noticed the new profile format is now a long-form view. This gives more exposure to the top parts of the profile. A few writers decided that they could write About Me stories and pin it to the top of their pr... | ['Writing', 'Hello', 'About Me', 'First Post', 'Introduction'] |
Amazon officially opened its first Amazon Go store in Seattle to the public on January 22nd. The store uses technology such as ceiling cameras and electronic sensors to track each individual customer’s purchases as they shop. To enter, customers scan their smartphones loaded with the “Amazon Go” app on turnstiles simil... | ['Amazon', 'Technology', 'Tech', 'Amazon Go', 'Shopping'] |
Don’t Touch Me, I’m Sleeping
Tired out, touched out.
Sleep. We all talk about it, think about it, and many of us don’t get enough of it. Parents, in particular, lament the lack of sleep associated with having newborns and infants. All day they work, either at home or a job outside of the home, and then all night they... | ['Kids', 'Storytelling', 'Mom', 'Parenting Stories', 'Motherhood'] |
Crown Meeting Culminates with Use Case Focused Community Meetup at the BlockchainHotel in Essen, Germany
Crown Team welcomes international community at the public meetup
Proof of Stake, Crown Platform architecture, development roadmap, Use Case implementation, central topics of the Development Week
Use case centered... | ['Blockchain', 'Bitcoin', 'Cryptocurrency', 'Development', 'Meetup'] |
How to be accountable
Image by Pete Linforth from Pixabay
You must take personal responsibility. You cannot change the circumstances, the seasons, or the wind, but you can change yourself. That is something you have charge of. Jim Rohn
It’s easy to let someone else be in charge of your circumstances. You can choose ... | ['Self Improvement', 'Change', 'Motivation', 'Personal Growth', 'Positive Thinking'] |
Using Twitter to forecast cryptocurrency returns #2 — Mining Cryptocurrency Data with CoinGecko API
Gearing up for returns forecasting with VAR
Screen grab from CoinGecko
After going through Tweets mining as explained in my first article, gathering cryptocurrency returns wasn’t difficult at all. I had decided to use... | ['Cryptocurrency', 'Data Mining', 'Python', 'Coingecko', 'Use Cases'] |
Those following my blog posts know that I like to take Scala everywhere. This time, let us write Angular services in Scala.
If you don’t know Angular, it’s a frontend web framework developed by Google in TypeScript, similar to React or Vue. It is a component based framework, and to each component is associated a TypeS... | ['Zio', 'Angular', 'Typescript', 'Scala'] |
When this year’s Norway spruce made its way to the Rockefeller Center in New York City to be hoisted and decorated for the annual switch-on, it drew scrutiny not only for its bedraggled appearance, but for its symbolism.
The Rockefeller Center’s tree-lighting ceremony, a New York City tradition since 1933, attracts th... | ['Environment', 'Christmas', 'Plastic Pollution', 'Animal Rights', 'Consumerism'] |
Written by @RyanSoccerAA
Everton has secured a new midfielder and a striker over the past weekend. One area of need is a winger now. We put together a comprehensive look at who Marco Silva and Marcel Brands might target.
Now that Everton has signed a replacement for Gana Gueye (see our article on replacement candidat... | ['Premier League', 'Everton', 'Soccer'] |
Follow the path around the central cyan shapes
I have always been a bit of a walker and one of the first things I would do when going somewhere on holiday was to buy an Ordnance Survey map of the area and a book of walks. Sometimes the walk was good but often it was only ok. There was never a bad walk. The quality of ... | ['Python', 'Qgis', 'Maps', 'Hiking', 'GIS'] |
Diversifying Your Reading List? Don’t Expect Me to Do Your Research
I’m done congratulating semi-woke dudes.
Midway through my reply to a tweet asking for book recommendations, I second-guessed myself. Why should I help you, I found myself thinking.
The you in question was, unsurprisingly, a white dude.
The dude in... | ['Self Improvement', 'Books', 'Women In Tech', 'Diversity', 'Feminism'] |
SELF-IMPROVEMENT
What an Astronaut’s Mental Breakdown Teaches Us About the Dangers of Snap Decisions
And what you can learn from her tragic mistakes.
Illustration provided to the author by Tauland Sinani
Lisa knew that if she wanted to drive 950 miles in less than 15 hours, she had to forgo any pit stops — so she b... | ['Decision Making', 'Self', 'Psychology', 'Advice', 'Life Lessons'] |
And Now, a Word About Commas
Spoiler alert: I’m pro Oxford.
Photo by Louise Smith on Unsplash
Was there ever a punctuation mark more likely to spawn arguments than the comma? At its most basic, a comma indicates a spot in a sentence to take a brief mental “breath” — or even an actual physical breath if the sentence ... | ['Writing Tips', 'Writing', 'Editing', 'Grammar', 'Humor'] |
Photo by Mahdi Soheili on Unsplash
What happens when you create a main character who’s not very likeable? Does it matter? Isn’t it interesting for the reader to find out why he/she is unlikable? Wouldn’t the fact that the character changes and becomes OK by the end of the story make the reader keep reading?
This is a... | ['Writing', 'Fiction Writing', 'Unlikable Character', 'Character Development', 'Character'] |
The bare facts are these. Six youngish men come together in various flats in Hampstead, London, in the early 1960s. They produce a magazine-like publication Archigram, that lasted from 1961 to 1970 (roughly), and the firm that had grown out of it, Archigram Architects, lasts until 1975. 900 drawings are produced along ... | ['Management', 'Strategic Design', 'Architecture', 'Organisation', 'Design'] |
Imagine a world where icons coexist no matter which design tool a UI/UX professional prefers. The icons live peacefully together, properly tagged and classified, easily searchable by everyone.
One designer at Microsoft, Jackie Chui, built this utopia. In three weeks flat, he spun up a browser-based library with the co... | ['Design', 'Editorial', 'Technology', 'UX'] |
A shot of coffee IS a shot of whiskey at 8am. At least to me. I love it; coffee energizes me, I can think free drinking it; I’m nicer to everyone. If that is not a whiskey effect I don’t know what is. | ['Coffee', 'Writing', 'Short Story', 'Relationships', 'Friendship'] |
We have released Non-fungible Token platform. At the same time, We are pleased to announce the release of its very first project “Gene A.I.dols” which is a Blockchain Dapp game to create your own pop star using Artificial Intelligence(A.I.) from artificial gene. Akihiro Yamase Follow Feb 14, 2019 · 3 min read
We are r... | ['Ethereum', 'Non Fungible Tokens', 'Blockchain', 'Artificial Intelligence', 'English'] |
Authors: J. William Murdock, Avi Sil, Anastas Stoyanovsky, Christophe Guittet
Photo from Mick Haupt at Unsplash: A compass, used here to symbolize the task of finding
Many business applications use some sort of search to find documents or passages. Some may also want to find answers within those documents or passages... | ['Machine Learning', 'Artificial Intelligence', 'Natural Language', 'IBM', 'Ibm Watson'] |
Rules and recommendations aside, what’s the scientific rationale for wearing a mask when working out in the outdoors, and what are the practical considerations?
Before we get to those questions, let’s be very clear: A workout in public is never more important than public health. Exercise is especially important for ph... | ['Fitness', 'Running', 'Coronavirus', 'Exercise', 'Life'] |
Selling and buying goods worldwide with cryptocurrencies. Choosing products only with honest reviews. We have started the Storiqa with a simple pack of ideas.
Making a future of e-commerce ain’t that easy. We are working hard to achieve a great success and reach the stars. We are the Storiqa team, and here are our sto... | ['Ecommerce', 'Startup', 'Storiqa', 'Interview', 'Stq'] |
1. Be specific on your To-Do list
To-Do list is not a lost game — After all, it is a widely used productivity tool.
To-Do lists do work if you use them the right way. I’ve been making personal To-Do‘s for last 4 years, I use Google Keep app for it. Mine are not daily To-Do’s, but they are flexible.
Whenever you are ... | ['Self Improvement', 'Productivity', 'Lifehacks', 'Personal Development', 'Hobby'] |
A Lesson in Satire (and Romance)
According to a Seventeen-Year-Old
May 10, 1999
I want to start this paper by letting everyone know nothing is more exciting than writing a three hundred and fifty-word essay. I can’t imagine doing anything more useful for a mind-splitting headache than writing a paper for English cla... | ['Life Lessons', 'Self Improvement', 'Satire', 'Writing', 'Life'] |
When I joined Slalom in June 2018, the first project I worked on was a Tableau implementation for a company named Elsevier. Elsevier is a global information analytics business that helps institutions and professionals advance healthcare, open science, and improve performance for the benefit of humanity.
Elsevier wante... | ['Tableau', 'Salesforce', 'Data Visualization', 'Embedded', 'AWS'] |
The Best Gifts for Writers in 2020
Surprise the writer in your life with the perfect gift
Photo by Mel Poole on Unsplash
Are you looking for a great gift for the writer in your life? Or are you a writer who wishes your friends and family would get you a thoughtful gift that aligns with your passion as a writer? Insp... | ['Shopping', 'Gifts', 'Writers', 'Writing', 'Christmas'] |
Photo by Artem Riasnianskyi on Unsplash
Since I was to quarantine alone for ten days, I knew that it might get a little lonely. I see people complaining about quarantine times locked up with their kids and friends and saying that it can get unbearable.
I always feel like quarantining alone can be a skill that you can... | ['Covid 19', 'Lagos Portugal', 'Quarantine', 'Coronavirus', 'Coronavirus Update'] |
Table of Contents
Add Dependencies
Open your terminal and typing the next commands to add dependencies
# Enter to folder project
cd laravel-scaffold
npm install @coreui/coreui --save # Install CoreUI packagenpm install @coreui/coreui --save
npm install @fortawesome/fontawesome-free --save # Install Font Awesome n... | ['Authentication', 'Template', 'Vuejs', 'PHP', 'Laravel'] |
How did you get into behavior change design?
Dr. Amy Bucher.
When I finished my PhD in psychology, I knew I didn’t want an academic job. At the time, there wasn’t really anybody doing design psychology. I was very interested in healthcare so I joined a healthcare startup and was applying psychology to my work, gettin... | ['Covid 19', 'Behavior Change', 'UX', 'UX Design', 'Coronavirus'] |
One of the most important and most basic thing to know in hadoop-distributed world is how HDFS write/read operations are performed. To understand how different components work in hadoop ecosystem, its very important to know basic hdfs concepts. Before going into hdfs write/read, let’s list down the key players involved... | ['Programming', 'Hdfs', 'Hadoop', 'Big Data', 'Spark'] |
When I was beginning my way in data science, I often faced the problem of choosing the most appropriate algorithm for my specific problem. If you’re like me, when you open some article about machine learning algorithms, you see dozens of detailed descriptions. The paradox is that they don’t ease the choice.
Well, to n... | ['Algorithms', 'Deep Learning', 'Computer Vision', 'Reinforcement Learning', 'Machine Learning'] |
Does the Moderna Vaccine Prevent Transmission?
It’s likely, but still unknown
Credit: SOPA Images / Contributor / Getty Images
An open question about the Covid-19 vaccines available — and soon to be available — is whether they prevent a vaccinated person from getting infected with the virus and spreading it to anoth... | ['Covid 19', 'Coronavirus'] |
RabbitMQ vs. Kafka
If you are developing an event-driven application, you are going to need a message-broker. Probably the most popular two are RabbitMQ and Kafka. In this section, I will explain why we thought one was a better fit for us than the other.
When comparing the two, I think the most helpful distinction is... | ['Kafka', 'Websocket', 'Microservices', 'Obss Codable English', 'Event Driven Architecture'] |
How LinkedIn, Uber, Lyft, Airbnb and Netflix are Solving Data Management and Discovery for Machine Learning Solutions
The tech giants have build unique architectures to manage datasets in large scale machine learning solutions.
I recently started a new newsletter focus on AI education. TheSequence is a no-BS( meaning... | ['Machine Learning', 'Artificial Intelligence', 'Deep Learning', 'Data Science', 'Thesequence'] |
I think the reasons I’ve mentioned so far are good reasons. Your time is limited and if it’s something that won’t further your goals, it’s just not worth it. Unless of course, you are massively interested in it. Yes, love and passion do matter, so those would be a massive reason NOT to reject work opportunities.
But e... | ['Life Lessons', 'Work Life Balance', 'Productivity', 'Work', 'Time Management'] |
In this IoT example, we examine how to enable complex analytic queries on real-time Kafka streams from connected car sensors.
IoT and Connected Cars
With an increasing number of data-generating sensors being embedded in all manner of smart devices and objects, there is a clear, growing need to harness and analyze IoT... | ['Dashboard', 'Sql', 'Kafka', 'IoT', 'Real Time Analytics'] |
Lockdowns Are Not the Answer to Contain COVID-19; Mass Testing & Contract Tracing Are Vinod Bakthavachalam Follow Dec 17 · 6 min read
It is clear that the US response to the coronavirus has failed. The number of cases per capita and deaths per capita in the country is one of the highest in the world, and the country i... | ['Economics', 'Covid 19', 'Data Science', 'Politics', 'Coronavirus'] |
What Is A Kubernetes Service
A Service is a Kubernetes object that exposes a set of Pods as a network service. Moreover, it provides a service discovery mechanism that dynamically adds or removes IP addresses of Pods to its endpoint list based on the creation or deletion of these Pods.
Service Types
Kubernetes provi... | ['Entry Level', 'Kubernetes'] |
Over the past month, I’ve been consuming a lot of content about what investors look for in a potential investment. I’ve studied and noted advice/tell-signs of high-potential ideas/startups, from the likes of Kevin O’Leary, Jason Calacanis, Elon Musk, Jeff Bezos, Peter Thiel, and others. In addition to this, I’ve studie... | ['Investing', 'Funding', 'Venture Capital', 'Startup', 'Angel Investors'] |
Start fixing the news
It starts with learning a mutual language to speak critically and constructively about the news. Then creating big ideas.
Cartoon for The New Yorker. February 2017
Do not expect to get out of talking about two big P’s this year at the Thanksgiving table — Politics and Pandemic. But between mout... | ['Technology', 'News', 'Digital', 'Ideas', 'Journalism'] |
Finding a job can be tough, especially for someone who doesn’t have relevant experience. However, everybody has to start somewhere and on the way to your dream job you should be prepared for the hiring process both professionally and mentally.
The whole process of getting a job can be divided into three stages: resear... | ['Job Hunting', 'Web Design', 'UX', 'Design', 'Careers'] |
Pick The Right Plays — Using the Go-To-Market Framework ZoomInfo Follow Aug 27 · 6 min read
By Scott Wallask
Today, businesses across the country are scrambling to adapt, doing everything they can to rework their operating models in weeks and months, not years.
Even those at the top are always at risk. In 12 years, ... | ['Technology', 'Covid 19', 'Sales', 'Marketing', 'Business Strategy'] |
Few things are as surprising as feeling randomly horny on the yoga mat.
Especially if your marriage has been a dead bedroom for years, you’re in the throes of major depressive disorder, and your life is as empty as can be.
Back when I was still practicing yoga daily, sexual urges would occasionally taunt me, an unwel... | ['Relationships', 'Sexuality', 'Mental Health', 'Sex', 'Self'] |
Diversification is Key to Successful Freelancing
As a freelancer, it’s tempting to rely on one stream of income. But, it’s a mistake.
@cobblepot unsplash.com
The definition of freelancing does not include working for free, being over-worked, working on projects with no concrete requirements, and working perpetually ... | ['Writing', 'Self', 'Leadership', 'Diversification', 'Freelancing'] |
If you are a fan of the famous TV show ‘Friends’, you must have found yourself arguing regularly — Who is the most important character? Who is the most complex? Which characters were close? Who was the most positive or negative character?
I am sure we all have opinions but the only justified answers can come from data... | ['Python', 'Friends', 'Data Science', 'Web Scraping', 'Text Analytics'] |
Generator architecture
One of the main problems we face with GANs is that the training is not very stable. Thus we have to come up with a Generator architecture that solves our problem and also results in stable training.
The preceding diagram is taken from the paper, which explains the DC-GAN generator architecture.... | ['Programming', 'Towards Data Science', 'Data Science', 'Artificial Intelligence', 'Machine Learning'] |
In the last few months, I’ve stunted my ability to dream of the next big milestone for myself.
My heart and soul have been trying to wander and explore, and I’ve been resigning them in, telling them they need to be realistic.
I have a business to run. We’re making sh*t happen for our clients. Whether you like it or n... | ['Life Lessons', 'Writing', 'Success', 'Work', 'Inspiration'] |
Expressing Tests With DSLs
Let’s say the main idea up to this point was to make tests declarative by expressing them in terms of data instead of procedural code. We declare context, inputs, and expected outputs as data. This applies to both tablelike tests and doTest styles.
Given that, we’ve found that in some domai... | ['Nodejs', 'JavaScript', 'React', 'Testing', 'Programming'] |
Like eBay, Junktion shares in the mission to discover great “value and unique selection” for its customers. Junktion is building a cryptocurrency marketplace for your items that eBay sellers, in particular will love.Hop in our discord to tell us what features to build first, or to get your questions answered.
This art... | ['eBay', 'Online Business', 'Startup', 'Cryptocurrency', 'Bitcoin'] |
Prove Trump’s conspiracy theory right: Use mail-in ballots
United States Postal Service overlooked in $2 trillion stimulus package was not an accident
Photo credit: Pope Moysuh/Unsplash
Update on April 16, 2020: Exactly what I did not want to happen did indeed happen to an Election Judge. On April 1, 2020, a Chicago... | ['Post Office', 'Covid 19', 'Election 2020', 'Coronavirus', 'Stimulus Package'] |
We dove into modules in Part 1 and explored the various module systems — AMD, CommonJS, the new ES6 system, the CommonJS + AMD hybrid called UMD. One “system” still used in the browser that must also be included in this exploration is the old fashion, pre-module way: attaching things on global by importing <script> tag... | ['JavaScript', 'Web Development', 'Typescript', 'Front End Development', 'Nodejs'] |
It shouldn’t hurt this much
Just to be alive
I shouldn’t cry every day
I shouldn’t always hurt inside
It doesn’t make sense
Why am I always in pain?
Why do I always hurt
Why am I fighting my own brain?
Why do I have to live
Below a mental state
That is acceptable for life
Why am I so irate?
Why am I so abse... | ['Loneliness', 'Mental Health', 'Blue Insights', 'Sadness', 'Poetry'] |
One of the easiest ways to experiment with feature engineering is by using PolynomialFeatures available through Sci-Kit preprocessing module.
There are two important parameters to be aware of with PolynomialFeatures.
degree = you have the option of setting to which n degree of features you want to engineer. For insta... | ['Data Science', 'Polynomialfeatures', 'Python', 'Scikit Learn', 'Statsmodels'] |
Likewise with these interrupts we can send complex machine learning tasks to the M1 Neural Engine to say identify a face on the WebCam. Simultaneously the rest of the computer is responsive because the Neural Engine is chewing through the image data in parallel to everything else the CPU is doing.
RISC-V based board f... | ['Arm', 'Apple', 'Risc V', 'Trends', 'Apple M1 Chip'] |
We are user experience designers for IBM Cognos Analytics, a data analytics and reporting platform with robust data visualization capabilities. We are all about leveraging human perception and cognition to help people answer questions about their data. If you called us data vis fanatics, there would be some truth to th... | ['Machine Learning', 'Data Visualization', 'AI', 'IBM', 'Data Science'] |
50-year-old Cybernetics questions for an ethical future of AI
Norbert Wiener, one of cybernetics pioneers, envisioned AI ethics problems way ahead of us
“43081” by Tekniska museet is licensed with CC BY 2.0. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/
Ethics has definitely beco... | ['Cybernetics', 'Artificial Intelligence', 'Ai Ethics'] |
Note: I originally shared this as a PDF document on April 6, 2019.
To Whom It May Concern
My name is Joe Tippetts. Seven years ago, I left the Mormon Church. For two years, I was “inactive”. In January of 2014, I formally resigned. On April 13, 2019, I will be baptized again. This is the story of why I left and why I... | ['God', 'Latter Day Saints', 'Exmormon', 'Conversion', 'Mormon'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.