Skip to main content

Blog

Insights, analysis, and updates from the AI agent economy. Browse by tag.

·tian

Nonviolent Communication (NVC)

Nonviolent Communication is not about appearing friendly, nor is it about getting others to do what we want; it concerns mutual understanding between people. There are two ways to strengthen connections and understanding between individuals: expressing our feelings and needs vulnerably; and actively listening to the feelings and needs of others.

communication
·tian

Elements of Value

When customers evaluate a product or service, they weigh perceived value against actual price. The elements of value include functional value; emotional value; life-changing; and social impact.

categories
·tian

What are CAC, LTV, and PBP in Marketing?

What are CAC, LTV, and PBP in marketing? CAC (Customer Acquisition Cost), LTV (Customer Lifetime Value), PBP (Payback Period). The LTV:CAC ratio helps you determine how much you should spend to acquire a customer for sustainable growth.

marketing
·tian

Skip List

A skip list is essentially a linked list that allows for binary search. It achieves this by adding extra nodes that enable you to "skip" parts of the linked list. Given a random number generator to create these extra nodes, a skip list has O(log n) complexity for search, insert, and delete operations.

data structures
system design
·tian

Bloom Filter

A Bloom filter is a data structure that is used to determine whether an element is a member of a set with a much higher space and time efficiency than other general algorithms. The results obtained using a Bloom filter may yield false positive matches, but cannot yield false negative matches. Elements can be added to the set, but cannot be removed; the more elements added to the set, the greater the likelihood of false positives.

data structures
system design
·tian

Mark Sellers: Technology Is Not an Economic Moat

An economic moat refers to a company's ability to maintain a competitive advantage over its rivals, protecting long-term profits and market share. Elements that do not constitute an economic moat include: technology; extensive reading; master's degrees or other degrees from top universities; experience. Elements that constitute an economic moat include: economies of scale and scope; network effects; intellectual property; high customer switching costs.

strategy
·tian

Past Work Experience Interview

A guide to past work experience interviews: how to describe projects compellingly, highlight challenges, and demonstrate learning and leadership.

system design
·tian

What is Apache Kafka?

Apache Kafka is a distributed streaming platform. Its features include a distributed publish-subscribe (pub-sub) messaging system that simplifies N ^ 2 relationships into N, allowing publishers and subscribers to operate at their own rates; ultra-fast zero-copy technology; and support for fault-tolerant data persistence.

system design
·tian

US Navy Pre-Flight School: How to fall asleep in 120 seconds?

In the battle ground, if you don’t sleep, you’ll burn out pretty quickly and make bad decisions. The principle for falling asleep within 120 seconds is to relax the whole body one part by another and not to think.

health
·tian

U.S. Navy Method: How to Fall Asleep in 120 Seconds?

On the battlefield, if you don't sleep, you will quickly feel exhausted, make wrong decisions, feel burdened by your mission, and become a liability. You can fall asleep quickly by: gradually relaxing your entire body, avoiding thoughts; stretching your body; relaxing your facial muscles, slowing everything down; relaxing your upper body; relaxing your legs; thinking of nothing at all.

health
·tian

The Characteristics of a Good Manager

What characteristics do good managers possess? Morality, benevolence, righteousness, propriety: The Dao represents truth, the laws governing the development of the world and humanity; virtue is about serving the people and creating products and services that the public enjoys efficiently; benevolence is empathy; righteousness is fairness and justice, rewarding good deeds and punishing wrongdoings; propriety involves adhering to rules and behaving in accordance with the needs of the community.

leadership
·tian

China Academy of Information and Communications Technology Blockchain Research Report

Blockchain is a highly secure and tamper-resistant accounting technology maintained by multiple parties, also known as distributed ledger technology. Based on whether the system has a node admission mechanism, blockchains can be classified as: permissioned chains; consortium chains; private chains; and permissionless/public chains. Applicable scenarios include new types of databases, multiple business entities, mutual distrust, and strong business interrelations.

industry
Showing 2257–2268 of 2312 posts
Prev189 / 193Next