article_text stringlengths 10 100k | tags stringlengths 6 263 |
|---|---|
“Seenons has taken a traditional market with many existing solutions and tackled ‘why’ they were not scalable, built a platform around it and created new value as a result. This is 21st century thinking at its finest; not solving new problems with old solutions.” Leonard Bukenya, Partner at Aimforthemoon
Who and what?... | ['Startup', 'Innovation', 'Waste Management', 'Lean Startup'] |
A Venture Studio for DeFi
Last fall I pitched my friend Sesha with “DeFi is fantastic. Let’s apply the Flagship model to DeFi.” That model is a “venture studio,” where we do the work to create and spin out a series of protocols.
Venture studios succeed by producing extra unicorns. According to CB Insights, about 1.28... | ['Venture Studio', 'Crypto', 'Venture Capital', 'Defi', 'Lean Startup'] |
We just finished the 11th annual Lean LaunchPad class at Stanford — our first version focused on deep science and technology.
I’ve always thought of the class as a minimal viable product — testing new ideas and changing the class as we learn. This year was no exception as we made some major changes, all of which we ar... | ['Entrepreneurship', 'Teaching', 'Higher Education', 'Technology', 'Lean Startup'] |
I became interested in startups and how they worked when I was first assigned to be an account executive for APAC online travel startups while working for one of the global travel technology companies in July 2019.
As Sun Tzu said, “If you know the enemy and know yourself, you need not fear the result of a hundred bat... | ['Agile', 'Enterpreneurship', 'Startup', 'Business', 'Lean Startup'] |
The good practices of now fast evolving customers and users demands and need want us, software engineers, to focus and center our works around customer and user satisfaction what’s make the frontend of the solution we are building more important than all these backend stacks that are needed for our solution to be more ... | ['Lean Startup', 'Agile Development', 'Software Engineering', 'Software Development'] |
Identifying betting value by leveraging fundamentals, data, and simulations to compare our odds to the market.
Value Plays: NFL 2021 Week 1
(1) DET +8.5 (1.5 units)
(2) SF @ DET OVER 46.0 (2U)
(3) WSH Moneyline -125 (1U)
(4) WSH -1.5 (1U)
(5) CAR -3.5 (1U)
(6) IND +3.0 (1U)
(7) MIA +3.5 (1U)
(8) HOU +3.5 (1U)
... | ['Sports Betting', 'Predictions', 'NFL', 'Monte Carlo', 'Lean Startup'] |
September 9, 2021
Volume 1 Issue #1
Greetings Intelligent Sports Wagerers!
Thank you very much for signing up for our newsletter. I am John Culver, founding editor of The Intelligent Sports Wagerer (The ISW) blog and co-founder and CEO of the Fanvest Wagering Exchange, Inc.
Our mission at the ISW is to make us all ... | ['Sports Betting', 'Investing', 'Systems Thinking', 'NFL', 'Lean Startup'] |
Is it really this easy to validate what the customers want? Tay Sep 3·4 min read
I’m currently reading The Lean Startup by Eric Ries. Eric defines a methodology to get a desired product to customers’ hands faster: build true minimum viable product (MVP), avoid vanity metrics — use real data (see below), understand whe... | ['Development', 'Leadership', 'MVP', 'Agile', 'Lean Startup'] |
Last year, the dreadful 2020, although full of uncertainty, for us was a chance to bring some light to our community with quality webinars, hosting some of the best practitioners in the world to discuss innovation.
One of those practitioners is Mohamad Mahdi , a certified Playing Lean facilitator and a certified LEGO ... | ['Innovation', 'Lean Canvas', 'Lego Serious Play', 'Lean Startup'] |
In most low-level programming languages, we are used to describing how what we want is achieved, rather that what we want to achieve in the first place. In some cases, this imperative approach outperforms any other approaches in time and memory complexity.
There exist cases, however, where we are able to write declara... | ['Cpp', 'Rust', 'Programming', 'Declarative Programming'] |
Compilers and build systems are slowly starting to support C++20 modules. Perfect time for you to read this guide and benefit from the massive compilation speedups. This article reflects the state as of September 2021.
Hello World
First, a bit of a reminder of how headers work in C++. When you write #include "header.... | ['Cpp', 'Computer Science', 'Programming', 'Modules', 'Programming Languages'] |
I think, not only C++ in particular, but optimizing compilers in general overstayed their welcome. They come from the 1950s and although every particular compiler advanced greatly over the years, the core of the technology remained mostly unchallenged.
NASA, Public domain, via Wikimedia Commons
But what exactly would... | ['Cpp', 'Future', 'Software Engineering', 'Software Development', 'Cloud Computing'] |
Until just yesterday, I thought AI will never replace me as a programmer.
Well, programming as a profession was waltzing with its own death from the very beginning. I imagine, when someone came up with the Assembler for the first time, a lot of people thought that this is the end.
What? A program that turns human-rea... | ['Cpp', 'Career Change', 'Programming', 'AI'] |
For value-oriented programming languages, move semantics present a big step forward in both optimization and representing uniqueness invariants. C++ has chosen the path of non-destructive moves, where moved-from variables are still usable (albeit usually in an unspecified state). Rust, on the other hand, uses destructi... | ['Cpp', 'Rust', 'Programming', 'Programming Languages'] |
10 Best C and C++ Programming Books for Beginners and Experienced Programmers in 2021
These are the best books to master C and C++ programming languages. It includes books for all kinds of C/C++ developers with varied experience. javinpaul Follow Feb 3 · 11 min read
If you are just starting out with your programming ... | ['Cpp', 'Books', 'Programming', 'Coding', 'C Programming'] |
C++ Basics: Understanding Lambda
Photo by Tudor Baciu on Unsplash
Introduction
One of the new features introduced in Modern C++ starting from C++11 is Lambda Expression.
It is a convenient way to define an anonymous function object or functor. It is convenient because we can define it locally where we want to call ... | ['Cpp', 'Programming', 'Software Engineering', 'Coding', 'Software Development'] |
At the very beginning of this year, Apple released the source code for macOS — Big Sur. It includes XNU, the kernel of the macOS operating system. A few years ago, PVS-Studio has already checked the kernel source code. It coincided with the analyzer release on macOS. It’s been a while since then. The new kernel source ... | ['Cpp', 'Secure Coding', 'Osdev', 'Macos', 'Open Source'] |
C++ is one of the most popular and powerful object-oriented programming languages and if you want to do low-level stuff then it’s the best language to start with.
Most of the complex software e.g. Operating Systems, Database Management Systems, and Powerful trading systems are written in C++.
Following are the Top 5 ... | ['Cpp', 'Computer Science', 'Programming Languages'] |
We started preparing for the C++ SIBERIA 2020 (RU) conference that will be held in Novosibirsk on February 28–29. While marketing department is packing the suitcases full of distributing materials and renewing the C++ puzzles, Philip Khandelyants is preparing a talk ‘Paranoid’s take on C++ Code Review’. Anyway, I’d lik... | ['Cpp', 'Programming', 'Sonarqube', 'Pvs Studio', 'Csharp'] |
Inheritance is a major component of C++’s Object-oriented programming. It enables us to generate a new (derived) class from an existing one. Inheritance refers to a class’s capacity to derive features and traits from another class. One of the most significant features of Object-Oriented Programming is inheritance.
Inh... | ['Cpp', 'Inheritance', 'C Programming'] |
One Day in the Life of PVS-Studio Developer, or How I Debugged Diagnostic That Surpassed Three Programmers Unicorn Developer Follow Jul 6 · 3 min read
Static analyzers’ primary aim is to search for errors missed by developers. Recently, the PVS-Studio team again found an interesting example proving the power of static... | ['Static Analysis', 'Cpp', 'Programming', 'Static Code Analyzer', 'Pvs Studio'] |
Did not save for retirement? Here are some tips to start now Hardik Jul 6·3 min read
According to a recent CIBC survey, about 32 percent Canadians between the age of 45 and 64 have nothing saved for their retirement.
While the survey did not reveal the age these people plan on retiring, it can be assumed they plan on... | ['Cpp', 'Rrsp', 'Retirement', 'Finance And Banking', 'Financial Planning'] |
An updated version of this article can be found here:
https://jorenjoestar.github.io/post/flatbuffers_reflection_data_driven_rendering/
Motivation
Finding a good balance between code and data in Rendering.
What is the necessary code that should be written ?
Why ?
In rendering many areas can be described in a fast... | ['Cpp', 'Programming', 'Coding', 'Google', 'UI'] |
Hello ! I’m Xavier Jouvenot and here is the third part of a long series on Advent Of Code. You can find the previous part here
For this new post, we are going to solve the second problem from the 3rd December 2015, named “Perfectly Spherical Houses in a Vacuum”. The solution I will propose in C++, but the reasoning ca... | ['Cpp', 'Cpp17', 'Programming', 'Cpp11', 'Advent Of Code'] |
Many male adults have the experience with pelvic pain, and many of these choose to overlook it. As a man, you cannot be too fussy to bother with any occasional pain. That’s right! But if the pain appears repeatedly, you’d better watch it, especially when you have a work that requires that you sit the whole day for each... | ['Prostatitis', 'Cpps', 'Health', 'Natural Treatment'] |
Arrays in real life
What are arrays?
Arrays are a collection of individual values separated by a comma each with its own index/location. This collection could be anything: numbers, objects, more arrays, etc. In an array, the values, called elements, are stored in contiguous memory locations.
This means that all the ... | ['Cpp', 'Arrays', 'Data Structures', 'Algorithms'] |
A deep dive
Let’s use a very simple, self-explanatory class for the rest of the article:
class Entity {
private:
int entity_ = 0; // Default value initialized public:
Entity() {
std::cout << "Constructing entity!"
<< std::endl;
} Entity(const int& x) {
entity_ = x;
std::cout << "Constructing entity with an in... | ['Cpp', 'C', 'Smart Pointer', 'C Sharp Programming', 'C Programming'] |
Image from https://devopedia.org
As you read this article, about 3000 threads are running on your device simultaneously to give you a fast and real-time experience using applications, including your browser! Today’s software must make decisions fast in numerous applications. Parallel programming in C/C++ and multi-thr... | ['Cpp', 'Data Race', 'Race Condition', 'Multithreading', 'Coderrect'] |
Introduction
Before we design filer we need to understand main principles of signal processing, which is the domain of our application and case we are going to solve. I am not going deeply into mathematical derivation of each aspect of theory here since we have one goal design a digital filter.
For the simplicity sak... | ['Cpp', 'Programming', 'Signal Processing', 'Mathematics', 'Python'] |
10 Advanced C++ Books and Courses for Experienced Programmers
A curated collection of advanced C++ books to learn C++ in-depth, suitable for intermediate to experienced programmers. javinpaul Follow Sep 2 · 9 min read
Hello folks, if you are keen to take your C++ skills to the next level and want to learn C++ in-dept... | ['Cpp', 'Development', 'Books', 'Programming', 'Software Development'] |
Electron vs. The Native Windows Frameworks
Electron is starting to be used in many different popular applications, such as VSCode and WhatsApp, simply because of its cross-platform feature. But is that the only advantage that Electron provides?
As we will see by the end of this article, it is not the only benefit. We... | ['Cpp', 'Electron', 'Nodejs', 'Windows', 'Csharp'] |
One of the well deserved common complaints about C++ is the low quality of compiler errors. Both GCC and Clang made a lot of progress to improve the situation in the past 10 years, but templated code is one area where they can’t really help.
A function that doesn't like an int.
The difficulty with templated code is t... | ['Cpp', 'Programming', 'Software Engineering', 'Software Development', 'Programming Languages'] |
“Look,” my father said, pointing to the penis that hung flaccid in his tighty-whities.
I snapped my eyes shut.
“Dad, that’s so inappropriate!” I shouted. We had just gotten upstairs with our ruined clothes, and he was in his underwear, a typical sight. But the idea of him redirecting my attention bothered me. To him,... | ['Writing Challenge', 'Mwc Space', 'Human Prompt', 'Memoir', 'Mwc Writing'] |
Day eleven.
Photo by Jason Leung on Unsplash
When no apparent inspiration is around, I’ll write about my day.
Today I felt drained after work. Working with people asks for an emotional investment. And some days I feel like I’ve put so much emotional energy in my work, that I don’t feel like doing anything afterward.... | ['Writing Challenge', 'Conversations', 'God'] |
Penpee.com — The online platform to read, write and get paid for short stories, like Airbnb for writers, invites you to another short story contest.
With all non-essential activities closed, social life abruptly stopped and businesses advised to work from home. The world is in a lockdown. Join this contest to write a ... | ['Writing Challenge', 'Writing', 'Short Story', 'Competition'] |
Announcing two winners in my recent contest.
Last week, I posted this article reflecting on the two times The Joker in The Dark Knight tells a story about how he got his scars. Here is Version 1:
Wanna know how I got these scars? My father was a drinker and a fiend. And one night he goes off crazier than usual. Mommy... | ['Fiction', 'Creative Writing', 'Screenwriting', 'Writing Challenge', 'Writing'] |
Day 25. I am out of ideas again.
Photo by Bundo Kim on Unsplash
I have gone through many different kinds of goodbye in my life. I will say I never like any of them. I don’t even like the word goodbye. It doesn’t sound good at all and feels horrible. If I can write a letter to Goodbye, I will write,
Hi Goodbye,
Sorr... | ['Writing Challenge', 'Letters', 'Goodbye', 'Pain', 'Memories'] |
daily wanderings
Tell your story…
So it begins, with a prompt, with three words that can open into everythought everystory. What’s the story you have to tell today?
I’ve been writing my story, and as soon as I write it down it doesn’t feel true anymore.
Or: I am trying to write my story, and every time the mind tri... | ['Storytelling', 'Writing Challenge', 'Pomodoro Technique', '25 Minutes', 'Writing Prompts'] |
“Remember… only the best masters in the world choose 8–10 hashtags on Instagram.” — Bruce Lee
For those that have taken time to participate in the Dallas Design Sprints 30 minute writing challenge, you’ve probably created an article or two in the past week.
For those of you who hate writing or find it a challenge (es... | ['How To', 'Social Media', 'Writing Challenge', 'Kung Fu Writing', 'Marketing'] |
Pricing Design Work & Creativity
This second workshop was less professionally relevant as a full-time employee of a global company, but still very interesting to me. I’m not a freelancer or a design agency who needs to sell and price my work. However, learning how to price design would also help me price my value.
Fi... | ['Design', 'Writing Challenge', 'Kung Fu Writing', 'Value Based Pricing', 'Pricing Strategy'] |
But without hardly noticing the wealth of intellectual discovery journeys are unfolding themselves, it leaves me with two main questions:
What would happen if these new networked conversations, developing new insights could be transcripted? What if such an inspirational discovery journey through the perspective of the... | ['Netflix Originals', 'LinkedIn', 'Networking', 'Writing Challenge', 'Kung Fu Writing'] |
Influencers and content creators wanted for herbal tea and botanical company — cryptocurrency launch coming soon! FLWR Publisher Jun 8·1 min read
We’re a small business/sole proprietorship looking for content creators and influencers to help build our brand. All levels of experience welcome, but talent must be ages 18... | ['Cryptocurrency News', 'Writing Challenge', 'Blogger', 'Influencer Marketing', 'Writing Gigs'] |
Write some scenes. Win a great prize.
Every September, we run a Zero Draft Thirty Challenge in which the goal for participants is to pound out a draft of a feature film screenplay or original TV pilot script. However, not everyone has the time to take on that challenge. So here’s another way you can up your writing ch... | ['Creative Writing', 'Screenwriting', 'Writing Challenge', 'Writing', 'Writing Prompts'] |
Write some scenes. Win a great prize.
Every September, we run a Zero Draft Thirty Challenge in which the goal for participants is to pound out a draft of a feature film screenplay or original TV pilot script. However, not everyone has the time to take on that challenge. So here’s another way you can up your writing ch... | ['Screenwriting', 'Writing Challenge', 'Writing', 'Writing Prompts', 'Writing Tips'] |
Write some scenes. Win a great prize.
Every September, we run a Zero Draft Thirty Challenge in which the goal for participants is to pound out a draft of a feature film screenplay or original TV pilot script. However, not everyone has the time to take on that challenge. So here’s another way you can up your writing ch... | ['Fiction', 'Creative Writing', 'Screenwriting', 'Writing Challenge', 'Writing'] |
One month. FADE IN to FADE OUT. Creativity meets Productivity.
Zero Draft Thirty: Day 1.
The 2021 Zero Draft Thirty September Challenge is for you!
September 1: You type FADE IN / “Once upon a time…”
September 30: You type FADE OUT / “…They all lived happily ever after.”
It’s free! It’s fun! It’s Fade In to Fade O... | ['Fiction', 'Creative Writing', 'Screenwriting', 'Writing Challenge', 'Writing'] |
Write some scenes. Win a great prize.
Every September, we run a Zero Draft Thirty Challenge in which the goal for participants is to pound out a draft of a feature film screenplay or original TV pilot script. However, not everyone has the time to take on that challenge. So here’s another way you can up your writing ch... | ['Fiction', 'Creative Writing', 'Screenwriting', 'Writing Challenge', 'Writing'] |
Write some scenes. Win a great prize.
Every September, we run a Zero Draft Thirty Challenge in which the goal for participants is to pound out a draft of a feature film screenplay or original TV pilot script. However, not everyone has the time to take on that challenge. So here’s another way you can up your writing ch... | ['Fiction', 'Creative Writing', 'Screenwriting', 'Writing Challenge', 'Writing'] |
I have always needed a way to explain HUMBL to my friends and family, since it is such a expansive company and has so many products in one product; hopefully this article is something you can show someone and it explains to them what HUMBL is. So odds are, if you are here reading this, you have heard about HUMBL, and i... | ['Globalization', 'Blockchain', 'Apps', 'Investing', 'World'] |
But it is also inevitable that if we cordon ourselves from working with one another in cross-cutting ways, our creativity and vibrancy will atrophy and die. When I first heard of the controversy surrounding the translation of Gorman’s work, I thought of my own experience grappling with the poetry of women of color. For... | ['Poetry', 'Literature', 'Globalization', 'Race', 'Translation'] |
I had to make a multi-language application. Because there are a lot of languages and you might want to be global for more customers. I wanted to write a simple example before localization. I read documents and I felt a little bit confused. Then, I wanted to share my sample code.
You can store your text messages in a r... | ['Localization', 'Csharp', 'Dotnet Core', 'Globalization'] |
By Tim Brandall, Shawn Xu, Pu Chen and Jen Schaefer
It sounds like a dream come true for word-focused product people: a tool that lets Content Designers, Language Managers and others run lighter-weight copy tests, without heavy engineering support. At Netflix, this has been the reality for around a year, thanks to a t... | ['Globalization', 'Internationalization', 'Netflix', 'A B Testing', 'Content Design'] |
The pandemic brings into realizing how important it is for nations to be sustainable when it comes to food and essential basic resources and how fragile the food trade and security policies of the international organizations really are. The increasing frequency of fat-tailed events demands of us to be food secure. It i... | ['Opinion', 'Globalization', 'Global Goals', 'Comparative Advantage', 'Food Security'] |
The challenges of building capabilities and doing business across borders are familiar to many venture founders chasing expansion and growth, starting with the last generation of key digital players, from the GAFA to regional unicorns like Grab in South-East Asia or Revolut in Europe.
In the case of hard tech, framing... | ['Globalization', 'Entrepreneurship', 'Deeptech', 'Startup', 'Singapore'] |
The Intimacy Formula
This intimacy formula or equation is the core equation underlying the new constitution of the Declaration of Interdependence. It is the formula that constitutes the very structure of Reality itself.
Intimacy= shared identity, in the context of relative otherness x mutuality of recognition x mutua... | ['Government', 'Globalization', 'New Politics', 'Politics', 'Democracy'] |
Why the introduction of a global minimum corporate tax rate is the second-best thing to happen in 2021 Abdul Razik Jul 11·5 min read
The introduction of a global minimum corporate tax rate is probably the second best thing to happen in 2021 after mass Covid vaccination. Here is the why, what, when and how of the matte... | ['Globalization', 'Taxes', 'Equality', '2021', 'Business'] |
As much as globalization is essential for every growing organization, international expansion into new territories is usually accompanied by many challenges. However, utilization of the Employers of Record (EOR) has made the process quite simple and straightforward. By handling seemingly complex tasks like tax complian... | ['Globalization', 'Remote Working', 'HR', 'Hrtech', 'Employer Of Record'] |
Recently I was sitting in the UK visa application center and it dawned on me how archaic it is that in 2021 we still need to apply for the right to live somewhere. Full disclaimer — I am extremely lucky that I have a New Zealand passport which provides me with a lot of privilege. This conversation is to introduce a con... | ['Diversity', 'Better World', 'Globalization'] |
Article: Jim Cowles, Co-Founder & CEO The Venn Media
First Published: May 22, 2019
Does the topic of globalization make your heart race? Perhaps not. So why, as we are building The Venn, did we pick this as one of our early Deep Dive topics? In previous weeks we have chosen topics that are at the forefront of America... | ['Globalization', 'Trade', 'Podcasting', 'Podcast', 'Politics'] |
Digitalization has proven to be essential in every sector of life, from revolutionizing education systems to running a successful business model. It has improved the way of working and storing information.
In the past, every task was performed manually but now due to digital transformation this trend has changed to th... | ['Digitalization', 'Business Strategy', 'Globalization', 'Role Of Digital Marketing', 'Digital Marketing'] |
The term “strategic management” refers to a systematic approach of planning and executing a company’s path to success. Large numbers of businesses struggle to gain market share in finite marketplaces, where there is only so much money to go around. This requires competitiveness. Globalization refers to the quickening p... | ['Strategy', 'Concept', 'Globalization', 'Strategic Planning', 'Management'] |
Creating Good Jobs: The ‘Future of Work’ Agenda Must Focus on What Workers Need Zinc Jun 8·5 min read
Last week, Zinc launched a new report that focuses on how innovators and entrepreneurs can approach unlocking opportunities for people hard-hit by automation and globalisation. This report stems from a collaborative p... | ['Jobs', 'Automation', 'Work', 'Globalization'] |
Ferdinand von Schirach published his new book “Jeder Mensch”. As always — title and content short and sweet. Since I enjoy reading Schirach and find his thoughts and statements interesting, I advertise here to think about “Every human being”. It is about nothing less than the expansion of the EU Charter of Fundamental ... | ['European Union', 'Fundamental Rights', 'Globalization'] |
Another excellent article that points to many issues that have plagued humans for millinea. The smarter and more connected people tend to both keep their knowledge to their immediate group and subjugate the less intelligent and less connected. They even use many of them as chattel (study world history).
However, I wis... | ['Government', 'Globalization', 'Finance', 'Culture', 'Destiny'] |
The COVID-19 pandemic has proved once again that how primitive we still are, in spite of all the technological advancements and medical science. Even the might of all such digital transformation and technology that we boast upon aren’t even close to what the nature has in store for us. We can never ride on laurels, tha... | ['Globalization', 'Covid 19', 'Life Lessons', 'Humanity', 'Thoughts'] |
On Both Ends: the Unique Experience of a Virtual Colloquy
Hear the experience of a student delegate in the virtual colloquy headed by the English Area. The SEEDS Publication 4 days ago·3 min read
I t started with waiting. Dry runs, extensive reviews, and exhaustive rehearsals had all been completed, and all that was ... | ['Language', 'Globalization', 'Communication', 'Schools', 'English'] |
What is the foreseeable future of this county to a millennial Sachin Thissera Sep 10·2 min read
As a government, its sole duty and responsibility are to uplift the public population of the country and grow the county at a rate to match globalization and eventually become a stable sustainable country for people to live... | ['Sri Lanka', 'Globalization', 'Politics', 'Solutions', 'Thoughts'] |
Introduction
Algorand has had an incredible month, growing ~65.00% over the course of only 30 days. Originally founded in the year 2017 by MIT Professor and world-renowned cryptographer, Silvio Micali, just four years later — Algorand is now a $5.0 billion blockchain. The explosive and global growth of Algorand is tak... | ['Globalization', 'Finance', 'Algorand', 'Blockchain', 'Cryptocurrency'] |
Covid cases continue to rise. Deaths continue to mount. Hospitals continue to be overwhelmed. Is this a fourth wave? A fifth? And far too many people continue to deny the seriousness of this flywheel of historic tragedy.
Why? I would like to propose a theory.
Scope of the Pandemic Tragedy
But, first, let’s get real…... | ['Pandemic', 'Globalization', 'Vaccine Hesitancy', 'Technology', 'Covid-19'] |
Global Nomads
I’m a middle school teacher at an International K-12 school. We see students from across the world, and this brings a lot of information about their customs and backgrounds. It’s a melting pot of cultures and traditions. Generally the students are well behaved, well mannered, and are focused towards thei... | ['Third Culture Kids', 'Parents And Children', 'Global Nomads', 'Globalization'] |
A new reserve currency is inevitable…the dollar-gold relationship is more critical now than ever.
StephenLeeb.com
Gold Based Monetary System And The Dollar
When it comes to forecasting a gold-based monetary system, I never want to be complacent, so I’m always eager to find intelligent people who disagree with me and... | ['Globalization', 'Gold', 'Money', 'Economy', 'Currency'] |
What is the Connection Between Nation States and Market Externalities in Our Globalized World?|| Written Summer of 2020 Bohai Lu Follow Sep 1 · 5 min read
In this article, I will examine the relationship between market externalities and Nation States. I will also consider the idea of neoliberalism and that we live in ... | ['Humanities', 'Globalization', 'Anthropology', 'Market Externality', 'Nation State'] |
Globalization is a topic that attracts plenty of controversy. Critics of the late 20th century capitalist project to liberalise trade across borders have long argued that it amounts to little more than a new kind of economic colonialism, a way for rich ‘developed’ countries to exploit poorer, less developed nations.
I... | ['Healthcare', 'Globalization', 'Global Health', 'Healthtech', 'Health'] |
We’re all used to linear career stories, the ones that seem smooth, easy, rational. So when Laure started as an intern at L’Oréal China Operations after 7 years of working in a completely different field, the move probably surprised many people in her life. But when you read her story, it appears that this move is what... | ['Career Paths', 'Loreal', 'Career Change', 'Lorealgreatstory', 'Career'] |
Table of Contents
Introduction Data Scientists Machine Learning Scientists Summary References
Introduction
These two roles can sometimes be interchangeable amongst recruiters, however, if you are specialized in either of these roles, you know there is a difference. Both roles share a focus on machine learning algori... | ['Career Paths', 'Research', 'Data Science', 'Data Science Careers', 'Machine Learning'] |
Observations on pay and career growth
I pull a lot from my personal observations having worked in Silicon Valley as an engineer for 12yrs, as a Wall Street technologist for another 12, and more recently in MBB consulting. I’ve managed and hired shy of 200 people in my career. That being said, a lot of this opinion or ... | ['Age Discrimination', 'Career Paths', 'Technology Management', 'Career Advice', 'Ageism'] |
There is a mathematical concept called a random walk, which is essentially a path that is generated via a sequence of (seemingly) random steps. Those steps can be generated in any number of ways (e.g., by flipping a coin, observing changes in the stock market, or using a computer-generated sequence of random numbers), ... | ['Career Paths', 'Netfli', 'Analytics', 'Data Science', 'Academia'] |
Everything from sleep to diet to exercise can affect your health. While we often consider the strength of our physical bodies, there’s another side of your well-being to consider — the way you think, feel and act. These relate to your behavioral and mental health.
While many people use these terms interchangeably, the... | ['Mental Health', 'Career Paths', 'Counseling', 'Psychology', 'Behavioral Health'] |
Photo by Sammie Vasquez on Unsplash
Last year I took a leap of faith. I had done as much research as I thought I could, with the time that I had. I tried to understand what I was getting into, at the same time I was told that there really was no roadmap. I was working for an organization whose mission is to improve th... | ['Career Paths', 'Looking For A Job'] |
Why and How I Switched from Investment Banking to the Start-up / Tech World Alice Follow Apr 23, 2020 · 7 min read
After having countless conversations with recent grads in IBD or consulting, thinking about a career switch and finding their current jobs unfulfilling, I put together a high level guide for making the sw... | ['Career Paths', 'Career Change', 'Careers', 'Tech', 'Career Advice'] |
Ana (Design Toast): So, full disclosure for our readers, we have known each other for quite a while. We met back in prep art school in Estonia when we were still in our early teens. Then we lost touch and reconnected a few months ago. I don’t really know much about your life or career during the time between then and n... | ['Interview', 'Career Paths', 'Graphic Design', 'Visual Design'] |
Finding My Calling
The Los Angeles Cleantech Incubator
I remember when I first read the term “Data Scientist.” I had been volunteering at the Los Angeles Cleantech Incubator, helping concept phase startups navigate the business side of product development.
I was there to help them build products customers would want... | ['Career Paths', 'Career Change', 'Data Science', 'Calling', 'Product Development'] |
Job hopping was once greatly frowned upon; however, when you’re in your 50s research has shown that it can greatly benefit retirement security if you’re switching jobs.
Of course, there is a catch, when you’re job-hopping at a later time in life, you must be doing this voluntarily to add to your retirement security pe... | ['Retirement', 'Career Paths', 'Seniors', 'Career Change'] |
My first week at the DigifyPro boot camp started with all-around excitement. Yea!
Firstly, I was amazed by the other 19 participants; as I observed, we were all carefully selected. So I had that feeling of completion and the confidence that I was surrounded with like-minds who will probably protect me from becoming di... | ['Beginner', 'Career Paths', 'Career Development'] |
Are you fascinated by the art showcased in galleries, impressed by a certain architecture or painting, well there are people out there who work to get it made and make it an Art. A career in Fine Arts is one which is the underdog of this era especially in India.
A career in Fine Arts would include subjects such as des... | ['Career Paths', 'Career Development Tips', 'Career Advice', 'Art', 'Fine Art'] |
Source: Illustration created by Katerina Limpitsouni on Undraw
Today, 8th June is a special day for me. It’s the day that I complete 10 years as a Professional Software tester and automation engineer.
This long post is a trip down memory lane where I call out some of my key personal and technical learnings, experienc... | ['company blog site', 'Career Paths', 'Advice and Opinion', 'Career Development', 'Staff Engineering'] |
I know you’re fiercely independent. Everything you’ve achieved in your life so far has been down to you, your hard work, your grit, your determination, your fight.
But what if it didn’t have to be so hard?
Imagine going into work every day feeling strong, empowered, relaxed & excited to see what opportunities & chall... | ['Career Paths', 'Work Life Balance', 'Careers', 'Career Advice', 'Career Development'] |
Raise your hand if you spent the lockdown bingewatching Netflix and not being productive
30, flirty and thriving? More like 30, thirsty and surviving
Living in a society that places such a high premium on youth makes you dread the day you turn 30. Especially when you are bombarded with articles like The Invisibility ... | ['Immigration', '30s', 'Dreams', 'Career Paths'] |
Over the past 20 years, the world has seen rapid technological advancement that has impacted many industries including media, climate action and healthcare[1]. This advancement has happened alongside a steady increase in the complexity of code that is used to develop software. Over the past 10 years, the amount of code... | ['Black People', 'Career Paths', 'Cbsdigitalliteracy', 'Software Development'] |
We believe it’s important that everyone at the FT feels valued and confident about the next steps in their careers. This is why we introduced levels with clear descriptions, definitions and expectations. The framework that we delivered is a tool for everyone on the team to have a structured conversation with their mana... | ['Career Paths', 'UX', 'Career Development', 'Product Design'] |
Photo by Cameron Venti
I’ve been interviewing at three companies over the past six weeks. I chose to only apply to companies and teams that inspired me and that I admired. If I put in the hard work, I knew I could land one of these dream positions. I was only banking on one offer to come through.
I met many amazing p... | ['Career Paths', 'Design', 'Netflix'] |
Photo by Domenico Loia on Unsplash
In April 2021, I took my first full-time role in tech! I’m currently a Visual Designer at an agency that specializes in Data Visualization called The DataFace. I started this transition to tech back in February 2020, leaving my job as a Technical Designer at a Children’s Apparel comp... | ['Career Paths', 'UX Design', 'Career Change', 'User Experience', 'Visual Design'] |
My wibbly-wobbly path to User Experience Research
AKA how I was the oldest intern at NerdWallet — or in other words, how I have mad amounts of student debt and no regrets Mary Beth Merrick Follow Sep 16 · 8 min read
I’ve finally found “the one.” I’m not talking about a human or my soulmate — but rather, my dream care... | ['Career Paths', 'Internships', 'UX Research', 'User Experience'] |
Except that’s not entirely true. I still wasn’t a product designer by this point — especially at Apple. You’ll be disappointed to learn that I worked in an Apple retail store as a specialist for my first job after college. I was selling computers to students, business people, and grandmas. The Apple Store is where I fo... | ['Product Design', 'Career Paths', 'Ui Designer', 'Design Journey', 'Ux Designer'] |
Listen to this article:
You get your first taste of it when you’re little. You find your Christmas presents in your parents’ closet in early December, or maybe some older kid just tells you that Santa Claus isn’t real.
What the hell? What the hell is this? Some freaky psyop run by your parents, just for kicks? And al... | ['Government', 'Belief', 'Propaganda', 'Politics', 'Media Criticism'] |
I distinctly remember a day in high school when a smug substitute teacher took it upon himself to demonstrate Pascal’s wager.
It made me uncomfortable as it always does when religious people feel entitled to force their beliefs upon a captive, vulnerable audience. If this teacher sensed my discomfort, he ignored it an... | ['Religion', 'Pascals Wager', 'Sexual Abuse', 'Belief', 'Awareness'] |
As Above, So Below
By the 1970s, for example, on the basis of a few non-technical but widely distributed books that ignored readily available geological evidence to the contrary in existing peer-reviewed scientific literature and also deliberately misquoted referenced source material to bolster a presumed truth, John ... | ['Belief', 'History', 'Oceans', 'News', 'UFO'] |
Society as a whole has been conditioned to blindly accept prevailing social visions, looking only for confirmatory evidence to support their already chosen position. This begins with the educating of young minds, and it is further perpetuated by culture and the media.
First, it will be useful to provide grounds for wh... | ['Belief', 'Culture', 'Entertainment', 'Media'] |
Today’s message with my first cup of the day is: “Your Inner World Creates Your Outer World.”
Last night I started reading a booklet called “The Good Millionaire” by T. Harv Eker, author of the New York Times bestseller, “Secrets of the Millionaire Mind.” He makes the statement: “Your Inner World Creates Your Outer Wo... | ['Self Improvement', 'Belief', 'Positive Thinking', 'Success'] |
‘Whether you think you can or you can’t you’re right!’. Henry Ford. The fact that one’s own self appraisal can be so defining in one’s fate must alert at least some to the relationship between thinking and outcome. Now this is in harmony with what a number of self developement coaches teach and most parents tell their ... | ['Entrepreneurship', 'Think Success', 'Belief', 'Law Of Attraction', 'Knowledge'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.