<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>沉风网事</title>
    <link>http://myself659.github.io/</link>
    <description>Recent content on 沉风网事</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <copyright>沉风网事</copyright>
    <lastBuildDate>Sat, 28 Jun 2025 11:58:06 +0800</lastBuildDate><atom:link href="http://myself659.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>金刻羽说中国若无法转型为消费大国就永远难成富裕国</title>
      <link>http://myself659.github.io/post/economy/%E9%87%91%E5%88%BB%E7%BE%BD%E8%AF%B4%E4%B8%AD%E5%9B%BD%E8%8B%A5%E6%97%A0%E6%B3%95%E8%BD%AC%E5%9E%8B%E4%B8%BA%E6%B6%88%E8%B4%B9%E5%A4%A7%E5%9B%BD%E5%B0%B1%E6%B0%B8%E8%BF%9C%E9%9A%BE%E6%88%90%E5%AF%8C%E8%A3%95%E5%9B%BD/</link>
      <pubDate>Sat, 28 Jun 2025 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/economy/%E9%87%91%E5%88%BB%E7%BE%BD%E8%AF%B4%E4%B8%AD%E5%9B%BD%E8%8B%A5%E6%97%A0%E6%B3%95%E8%BD%AC%E5%9E%8B%E4%B8%BA%E6%B6%88%E8%B4%B9%E5%A4%A7%E5%9B%BD%E5%B0%B1%E6%B0%B8%E8%BF%9C%E9%9A%BE%E6%88%90%E5%AF%8C%E8%A3%95%E5%9B%BD/</guid>
      <description>背景 金刻羽星期四（6月26日）在天津举行的世界经济论坛新领军者年会，发表看法： 中国若无法转型为消费大国就永远难成富裕国 评价 金刻羽这个看法我是</description>
    </item>
    
    <item>
      <title>thoughts about: AI is the new electricity</title>
      <link>http://myself659.github.io/post/ai/ai-is-the-new-electricity/</link>
      <pubDate>Tue, 24 Jun 2025 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/ai/ai-is-the-new-electricity/</guid>
      <description>背景 最近花时间学习了Andrej Karpathy最新的分享：Software Is Changing (Again)。 这里总结一下对“AI is the new electrici</description>
    </item>
    
    <item>
      <title>software 1.0 vs software 2.0 vs software 3.0</title>
      <link>http://myself659.github.io/post/aip/software-1vs2vs3/</link>
      <pubDate>Mon, 23 Jun 2025 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/aip/software-1vs2vs3/</guid>
      <description>背景 最近花时间学习了Andrej Karpathy最新的分享：Software Is Changing (Again)。 这里面的知识点很多，干货十足。 这里先从sof</description>
    </item>
    
    <item>
      <title>setup CUDA development environment on windows11</title>
      <link>http://myself659.github.io/post/devops/win11-cuda/</link>
      <pubDate>Fri, 30 Aug 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/win11-cuda/</guid>
      <description>install CUDA Toolkit first, from CUDA Toolkit Archive to choose CUDA Toolkit to download.
we choose the version: CUDA Toolkit 12.4.1.
1 2 3 4 5 6  ❯ nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2024 NVIDIA Corporation Built on Thu_Mar_28_02:30:10_Pacific_Daylight_Time_2024 Cuda compilation tools, release 12.4, V12.4.131 Build cuda_12.4.r12.4/compiler.34097967_0   install cuDNN from cuDNN Archive to choose cuDNN to download.
we choose the version: cuDNN 9.</description>
    </item>
    
    <item>
      <title>how to setup llama with ollama on windows</title>
      <link>http://myself659.github.io/post/ai/how-to-setup-llama-on-windows/</link>
      <pubDate>Wed, 24 Jul 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/ai/how-to-setup-llama-on-windows/</guid>
      <description>steps 1. download ollama Download from the Ollama official website
2. install 1  .\OllamaSetup.exe /DIR=&amp;#34;d:\ollama\&amp;#34;   3. set the environment variable OLLAMA_MODELS Ollama default stores downloaded models in C:\Users%username%.ollama\models
4. pull model 1  ollama pull llama3.1   1 2 3  PS C:\Windows\System32&amp;gt; ollama list NAME ID SIZE MODIFIED llama3.1:latest a340353013fd 4.7 GB 30 seconds ago   5. run model 1  ollama run llama3.1   6.</description>
    </item>
    
    <item>
      <title>you became</title>
      <link>http://myself659.github.io/post/life/you-became/</link>
      <pubDate>Mon, 08 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/you-became/</guid>
      <description>you become what you surround yourself with You become what you eat you become what you believe you become what you think you become what you measure you become what you focus on you become what you do you become what you repeat </description>
    </item>
    
    <item>
      <title>setup uv for python development</title>
      <link>http://myself659.github.io/post/devops/python-uv-setup/</link>
      <pubDate>Sun, 07 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/python-uv-setup/</guid>
      <description>install 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  # On macOS and Linux curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows powershell -c &amp;#34;irm https://astral.sh/uv/install.ps1 | iex&amp;#34; powershell -ExecutionPolicy ByPass -c &amp;#34;irm https://astral.sh/uv/install.ps1 | iex&amp;#34; scoop install uv # With pip (if you must, not the preferred way though) pip install uv # on macOS brew install uv eval &amp;#34;$(uv generate-shell-completion zsh)&amp;#34;   set UV_CACHE_DIR By default, the cache is stored in $XDG_CACHE_HOME/uv or $HOME/.</description>
    </item>
    
    <item>
      <title>why someone will never improve</title>
      <link>http://myself659.github.io/post/learn/why-never-improve-levelup/</link>
      <pubDate>Sat, 06 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/learn/why-never-improve-levelup/</guid>
      <description>context someone will stay in the level they have stayed. They can not levelup themself.
The reasons could be as follows.
they lost in the unknown-unknown they do not take really effective feedback they are not proactive but always waiting they fear of failure and avoid difficulty they do not take action and iterate they stay in their comfort zone they maybe just start, but they do not make it done   </description>
    </item>
    
    <item>
      <title>setup python development on windows11</title>
      <link>http://myself659.github.io/post/devops/windows-python-setup/</link>
      <pubDate>Fri, 05 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/windows-python-setup/</guid>
      <description>install scoop 1 2  Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression   update scoop 1  scoop update   install pyenv 1  scoop install pyenv   setup python install python with pyenv 1 2 3  pyenv install 3.10.0 pyenv local 3.10.0   install poetry 1  pip install poetry   configure poetry in: %APPDATA%\pypoetry
1 2 3 4  [virtualenvs] in-project = true virtualenvs.</description>
    </item>
    
    <item>
      <title>principles for deep work</title>
      <link>http://myself659.github.io/post/work/12steps-to-deep-focus/</link>
      <pubDate>Thu, 04 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/work/12steps-to-deep-focus/</guid>
      <description>Block out any distractions   turn off all phone notifications or leave it in another room
  Distraction is the biggest enemy to deep focus
  Go for a walk before starting   Go out in nature
  Explore somewhere new
  Plan it out the night before   Set your main 3 priorities
  Write them down and forget until morning</description>
    </item>
    
    <item>
      <title>tips for time management</title>
      <link>http://myself659.github.io/post/work/time-tips/</link>
      <pubDate>Wed, 03 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/work/time-tips/</guid>
      <description>backgroud Time &amp;gt; Money. tips 1. The 2-Minute Rule If it takes less than 2 minutes, do it now, Yes, even if it&amp;rsquo;s getting up to stretch Procrastination is for stretching, not tasks! 2. The 5-Minute Rule try it more than 5 minutes even the task is hard. 3. Eat the Frog First Tackle the hardest task first thing in the morning, Frogs taste better when you&amp;rsquo;re notthinking about them</description>
    </item>
    
    <item>
      <title>A Step-by-Step Guide to Setting Up Solana on Ubuntu</title>
      <link>http://myself659.github.io/post/devops/wsl-ubuntu-setup-solana/</link>
      <pubDate>Tue, 02 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/wsl-ubuntu-setup-solana/</guid>
      <description>Install Rust 1  curl --proto &amp;#39;=https&amp;#39; --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y   install solana CLI 1 2  sh -c &amp;#34;$(curl -sSfL https://release.anza.xyz/stable/install)&amp;#34;   1  solana --version   Install Anchor CLI 1 2 3 4  sudo apt install build-essential cargo install --git https://github.com/coral-xyz/anchor avm --force   1 2 3 4 5 6 7 8  avm install latest avm use latest anchor --version   install nvm and node 1  curl -o- https://raw.</description>
    </item>
    
    <item>
      <title>upgrade ubuntu in WSL</title>
      <link>http://myself659.github.io/post/devops/wsl-ubuntu-upgrade/</link>
      <pubDate>Tue, 02 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/wsl-ubuntu-upgrade/</guid>
      <description>show lsb-release before upgrade 1 2 3 4 5 6  cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION=&amp;#34;Ubuntu 22.04.4 LTS&amp;#34;   prepare open file with command is as follows:
1  sudo nano /etc/update-manager/release-upgrades   set Prompt=lts is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  # Default behavior for the release upgrader. [DEFAULT] # Default prompting and upgrade behavior, valid options: # # never - Never check for, or allow upgrading to, a new release.</description>
    </item>
    
    <item>
      <title>WSL command: export, import</title>
      <link>http://myself659.github.io/post/devops/wsl-move/</link>
      <pubDate>Mon, 01 Apr 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/wsl-move/</guid>
      <description>list before export 1  wsl -l -v   1 2 3  PS C:\Users\mysel&amp;gt; wsl -l -v NAME STATE VERSION * Ubuntu-22.04 Stopped 2   delete cache to reduce disk cost 1  rm -rf /home/ia/.cache/*   export 1 2  wsl.exe --export Ubuntu-22.04 I:\wslback\Ubuntu-22.04.bak   import 1  wsl.exe --import U22 i:\wsl\u22\ d:\wslback\Ubuntu-22.04.bak   run 1  wsl.exe -d U22   list after import 1  wsl -l -v   1 2 3 4  PS C:\Users\mysel&amp;gt; wsl -l -v NAME STATE VERSION * Ubuntu-22.</description>
    </item>
    
    <item>
      <title>setup CUDA development environment in WSL2</title>
      <link>http://myself659.github.io/post/devops/wsl-cuda/</link>
      <pubDate>Sat, 30 Mar 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/wsl-cuda/</guid>
      <description>Install the GCC compiler 1  sudo apt install gcc --fix-missing   Install Nvidia CUDA toolkit 1  sudo apt install nvidia-cuda-toolkit   check the Driver and CUDA versions 1 2  nvidia-smi nvcc -V   Install Python with Mamba 1 2  wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh bash Miniforge3-Linux-x86_64.sh   1 2 3  mamba create -n mycuda jupyterlab -c conda-forge mamba activate mycuda jupyter lab   Testing Cuda Search nvidia control panel, and select “Allow access to GPU performance counters to all users”</description>
    </item>
    
    <item>
      <title>thoughts about do the thing</title>
      <link>http://myself659.github.io/post/done/do-the-thing-101/</link>
      <pubDate>Fri, 29 Mar 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/do-the-thing-101/</guid>
      <description>what to do ? do the right thing how to do? right do the thing what to done/got ? do the thing right priority do the right thing right do the thing do the thing right</description>
    </item>
    
    <item>
      <title>The Essence of Transurfing</title>
      <link>http://myself659.github.io/post/done/essence-transurfing/</link>
      <pubDate>Thu, 28 Mar 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/essence-transurfing/</guid>
      <description>define Transurfing is a philosophy developed by Vadim Zeland that focuses on transforming one&amp;rsquo;s perception of reality and shaping life experience through the power of thought and intention1. It offers a set of twelve golden rules to guide practitioners in navigating life effortlessly
Essence 1. Unification of Mind and Soul Inner Harmony: The unification and coordination of the mind and soul are at the core of Transurfing. The soul represents the deepest desires and truths, while the mind is responsible for logic and reason.</description>
    </item>
    
    <item>
      <title>setup python development environment in WSL</title>
      <link>http://myself659.github.io/post/devops/wsl-python/</link>
      <pubDate>Wed, 27 Mar 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/wsl-python/</guid>
      <description>requirement 1 2 3 4 5 6 7 8  sudo apt update sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev sudo apt-get install lzma sudo apt-get install liblzma-dev sudo apt-get install libbz2-dev sudo apt-get install python3-tk   pyenv what is pyenv pyenv is for a Python version management + virtual environment tool.
install pyenv 1  curl https://pyenv.run | bash   pyenv</description>
    </item>
    
    <item>
      <title>WSL-network</title>
      <link>http://myself659.github.io/post/devops/wsl-1-network/</link>
      <pubDate>Tue, 26 Mar 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/wsl-1-network/</guid>
      <description>static ip address 1 2 3 4 5 6 7 8 9 10 11 netsh int ipv4 show interfaces Idx Met MTU 状态 名称 --- ---------- ---------- ------------ --------------------------- 1 75 4294967295 connected Loopback Pseudo-Interface 1 10 50 1500 disconnected WLAN 3 35 1500 connected 以太网 14 25 1500 disconnected 本地连接* 1 12 25 1500 disconnected 本地连接* 2</description>
    </item>
    
    <item>
      <title>windows terminal</title>
      <link>http://myself659.github.io/post/devops/windows-terminal/</link>
      <pubDate>Mon, 25 Mar 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/windows-terminal/</guid>
      <description>install On windows11, windows terminal has installed as default. If not, Please install windows terminal from Microsoft Store.
update PowerShell Get PowerShell Version:
1 2 3 4 5 6 7 8 9 10 11 12 13 14  $PSVersionTable Name Value ---- ----- PSVersion 5.1.22621.2506 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.22621.2506 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1   update PowerShell:
1  winget install --id Microsoft.</description>
    </item>
    
    <item>
      <title>WSL-101</title>
      <link>http://myself659.github.io/post/devops/wsl-0/</link>
      <pubDate>Sun, 24 Mar 2024 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/wsl-0/</guid>
      <description>setup Manual installation steps for older versions of WSL tips ln from mnt to reduce disk space but impact performance 1 ln -s /mnt/e/go ~/go Troubleshooting &amp;ldquo;WslRegisterDistribution failed with error: 0x80370114&amp;rdquo; solution: 1 wsl --update refence Troubleshooting Windows Subsystem for Linux 跨 Windows 和 Linux 文件系统工作 Working across Windows and Linux file systems</description>
    </item>
    
    <item>
      <title>什么才是中国的问题</title>
      <link>http://myself659.github.io/post/economy/%E4%BB%80%E4%B9%88%E6%89%8D%E6%98%AF%E4%B8%AD%E5%9B%BD%E7%9A%84%E9%97%AE%E9%A2%98/</link>
      <pubDate>Mon, 18 Dec 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/economy/%E4%BB%80%E4%B9%88%E6%89%8D%E6%98%AF%E4%B8%AD%E5%9B%BD%E7%9A%84%E9%97%AE%E9%A2%98/</guid>
      <description>背景 背景参考如下链接： 国家安全机关坚决筑牢经济安全屏障 中央经济工作会议在北京举行 习近平出席会议并发表重要讲话 中共中央政治局召开会议 习近平主持</description>
    </item>
    
    <item>
      <title>普遍性不一致性问题</title>
      <link>http://myself659.github.io/post/economy/%E4%B8%AD%E5%9B%BD%E9%9D%A2%E4%B8%B4%E7%9A%84%E6%99%AE%E9%81%8D%E6%80%A7%E4%B8%8D%E4%B8%80%E8%87%B4%E6%80%A7/</link>
      <pubDate>Mon, 18 Dec 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/economy/%E4%B8%AD%E5%9B%BD%E9%9D%A2%E4%B8%B4%E7%9A%84%E6%99%AE%E9%81%8D%E6%80%A7%E4%B8%8D%E4%B8%80%E8%87%B4%E6%80%A7/</guid>
      <description>普遍性不一致性问题 宏观经济数据与广大人民的体感不一致 国家前途与个人命运不一致 对内的宣传与国外的实际不一致 政府宣传与实际情况不一致 GDP增长与</description>
    </item>
    
    <item>
      <title>不要执着于是非对错</title>
      <link>http://myself659.github.io/post/life/%E6%88%90%E8%B4%A5%E5%BE%97%E5%A4%B1%E5%A4%A7%E4%BA%8E%E6%98%AF%E9%9D%9E%E5%AF%B9%E9%94%99/</link>
      <pubDate>Sun, 10 Dec 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E6%88%90%E8%B4%A5%E5%BE%97%E5%A4%B1%E5%A4%A7%E4%BA%8E%E6%98%AF%E9%9D%9E%E5%AF%B9%E9%94%99/</guid>
      <description>背景 生活中杠精总是喜欢辩个输赢，浪费不少时间与精力，除了如果赢的话，有一点情绪价值，实际上也没有具体的收益，再说有赢有有输，输的话，估计会郁</description>
    </item>
    
    <item>
      <title>说说过度准备</title>
      <link>http://myself659.github.io/post/learn/%E8%AF%B4%E8%AF%B4%E8%BF%87%E5%BA%A6%E5%87%86%E5%A4%87/</link>
      <pubDate>Sat, 18 Nov 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/learn/%E8%AF%B4%E8%AF%B4%E8%BF%87%E5%BA%A6%E5%87%86%E5%A4%87/</guid>
      <description>背景 日常生活与工作时常有一种自己没有准备好的感觉，导致缺少行动，从而没有把握机会。 没有准备好的背后往往是过度准备。 现象 过度准备的常有以下现象</description>
    </item>
    
    <item>
      <title>清空自己，超越自我</title>
      <link>http://myself659.github.io/post/learn/%E6%B8%85%E7%A9%BA%E8%87%AA%E5%B7%B1/</link>
      <pubDate>Tue, 07 Nov 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/learn/%E6%B8%85%E7%A9%BA%E8%87%AA%E5%B7%B1/</guid>
      <description>容器 如果把每个人的大脑都当作容器，那么学习的过程就往这个容器加东西。 这个容器内有哪些？简单罗列如下： 信息与知识 思想与信念 情感与想法 记忆与经历</description>
    </item>
    
    <item>
      <title>从最重要的事件开始一天的工作</title>
      <link>http://myself659.github.io/post/done/how-to-eat-thefrog/</link>
      <pubDate>Sun, 05 Nov 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/how-to-eat-thefrog/</guid>
      <description>背景 Eat the Frog字面意思是吃青蛙。其本质是一个提高个人生产力的方法。其核心原则是：确定当天最重要的一件事件并以此开始一天的工作。 什么是最重要</description>
    </item>
    
    <item>
      <title>效率是不够的</title>
      <link>http://myself659.github.io/post/rt/%E6%95%88%E7%8E%87%E6%98%AF%E4%B8%8D%E5%A4%9F%E7%9A%84/</link>
      <pubDate>Wed, 01 Nov 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E6%95%88%E7%8E%87%E6%98%AF%E4%B8%8D%E5%A4%9F%E7%9A%84/</guid>
      <description>背景 人们常常强调到效率的重要性。 效率Efficiency Wiki定义如下： Efficiency is the often measurable ability to avoid wasting materials, energy, efforts, money, and time while performing a task. 效率是不够的 效率是片面的。效</description>
    </item>
    
    <item>
      <title>谈谈反思</title>
      <link>http://myself659.github.io/post/rt/how-to-reflect-%E5%8F%8D%E6%80%9D/</link>
      <pubDate>Fri, 27 Oct 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/how-to-reflect-%E5%8F%8D%E6%80%9D/</guid>
      <description>背景 瑞达利欧提出一个公式： 痛苦+反思=进步。 个人认为这个公式更好： 痛苦+反思+迭代 = 进步。 为什么要反思 在现在这个大环境，学习生活工作如逆水行</description>
    </item>
    
    <item>
      <title>人工智能时代应该培养什么能力</title>
      <link>http://myself659.github.io/post/ai/agi-skills%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E6%97%B6%E4%BB%A3%E7%9A%84%E8%83%BD%E5%8A%9B%E9%9B%86/</link>
      <pubDate>Wed, 25 Oct 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/ai/agi-skills%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD%E6%97%B6%E4%BB%A3%E7%9A%84%E8%83%BD%E5%8A%9B%E9%9B%86/</guid>
      <description>背景 从去年末chatGPT的横空出世，到现在近一年的时间，AI领域成果与创新层出不穷。在这一系列的进步之下，让人们相信人类社会终将会进入人工</description>
    </item>
    
    <item>
      <title>什么才是好问题</title>
      <link>http://myself659.github.io/post/rt/what-is-good-questions/</link>
      <pubDate>Sat, 21 Oct 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/what-is-good-questions/</guid>
      <description>背景 提问比回答更重要。那么什么才是一个好问题呢？ 特点 好问题具有以一下特点： 立足事实与科学。 清晰具体明确。 简洁直击关键。 开放性。 有新意。 有深度</description>
    </item>
    
    <item>
      <title>说说延迟满足</title>
      <link>http://myself659.github.io/post/life/%E8%AF%B4%E8%AF%B4%E5%BB%B6%E8%BF%9F%E6%BB%A1%E8%B6%B3/</link>
      <pubDate>Sat, 14 Oct 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E8%AF%B4%E8%AF%B4%E5%BB%B6%E8%BF%9F%E6%BB%A1%E8%B6%B3/</guid>
      <description>背景 张一鸣：人生中一半的问题，都是没有延迟满足感造成的 重要性 心理学有非常著名的棉花糖实验(Stanford Marshmallow Experiment)。棉花糖实</description>
    </item>
    
    <item>
      <title>说说一致性</title>
      <link>http://myself659.github.io/post/life/about-consistent%E4%B8%80%E8%87%B4%E6%80%A7/</link>
      <pubDate>Sat, 07 Oct 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/life/about-consistent%E4%B8%80%E8%87%B4%E6%80%A7/</guid>
      <description>背景 首先说明这里的一致性不是分布式场景下数据的一致性。这里一致性限定于个人的思想行为方面。如一个人每天早上6点起床，一个人无论在什么情况总是</description>
    </item>
    
    <item>
      <title>how to inner-peace</title>
      <link>http://myself659.github.io/post/life/inner-peace-%E5%86%85%E5%BF%83%E5%B9%B3%E7%A8%B3/</link>
      <pubDate>Fri, 29 Sep 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/inner-peace-%E5%86%85%E5%BF%83%E5%B9%B3%E7%A8%B3/</guid>
      <description>定义 内心平静是指一个人的身体、思想、心灵和灵魂在当下的一种自然安静的状态。需要注意的是内心平静只能在当下感受到。 内心平静不仅可以是冥想中体验</description>
    </item>
    
    <item>
      <title>关于看见的思考</title>
      <link>http://myself659.github.io/post/rt/%E5%85%B3%E4%BA%8E%E7%9C%8B%E8%A7%81%E7%9A%84%E6%80%9D%E8%80%83/</link>
      <pubDate>Sat, 23 Sep 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E5%85%B3%E4%BA%8E%E7%9C%8B%E8%A7%81%E7%9A%84%E6%80%9D%E8%80%83/</guid>
      <description>tips 你的视野决定你的看见的范围 你的位置与视角决定你看见什么 你的注意力决定你从看见中得到什么（注意力其实一个过滤器） 你的想法决定你从看见中看见了</description>
    </item>
    
    <item>
      <title>说说写作即学习</title>
      <link>http://myself659.github.io/post/rt/learn-though-writing/</link>
      <pubDate>Fri, 08 Sep 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/learn-though-writing/</guid>
      <description>背景 写作即学习。 写作是学习体现以下几个方面： 写作完成学习内容的记录 写作发现有关学习内容的问题 写作加深学习内容的记忆与理解 写作是对学习内容的一</description>
    </item>
    
    <item>
      <title>个人冥想的原则</title>
      <link>http://myself659.github.io/post/life/meditation-principles/</link>
      <pubDate>Fri, 25 Aug 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/life/meditation-principles/</guid>
      <description>原则 每日冥想，养成冥想的习惯 以早起冥想开始一天 以睡前冥想开启入睡 确立冥想质量意识与因素 一天的冥想度量指标=冥想的次数+冥想总时长+冥想的质量</description>
    </item>
    
    <item>
      <title>如何防止视力下降</title>
      <link>http://myself659.github.io/post/life/%E9%98%B2%E6%AD%A2%E8%A7%86%E5%8A%9B%E4%B8%8B%E9%99%8D-decline-eyesight/</link>
      <pubDate>Sun, 09 Jul 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E9%98%B2%E6%AD%A2%E8%A7%86%E5%8A%9B%E4%B8%8B%E9%99%8D-decline-eyesight/</guid>
      <description>tips 正确的用眼习惯 控制与减少屏幕时间 增加户外活动 避免长时间用眼，多看窗外与远望 保持身体活跃：慢跑、游泳、快走。促进血液流向眼部神经，从而保持眼</description>
    </item>
    
    <item>
      <title>有关运动健身的Tips</title>
      <link>http://myself659.github.io/post/sport/tips-for-workout-%E5%81%A5%E8%BA%AB%E9%94%BB%E7%82%BC/</link>
      <pubDate>Sun, 09 Jul 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/sport/tips-for-workout-%E5%81%A5%E8%BA%AB%E9%94%BB%E7%82%BC/</guid>
      <description>tips 心肺是基础，全面的运动健身先从心肺相关练习开始，例如从跑步开始 不依赖器械，这样可以减少依赖，有利于养成习惯 重视预热和静态拉伸，这样可以增强</description>
    </item>
    
    <item>
      <title>冥想的认知</title>
      <link>http://myself659.github.io/post/life/meditation-mindset/</link>
      <pubDate>Sun, 25 Jun 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/life/meditation-mindset/</guid>
      <description>冥想是一种认知 冥想是一种需要深入理解和实践的过程，它涉及到的不仅仅是静坐和放空，更包含着极简主义、专注当下、相信过程、开放心态、佛系心态和耐</description>
    </item>
    
    <item>
      <title>99¹⁰⁰与100⁹⁹谁大</title>
      <link>http://myself659.github.io/post/math/99pow100-vs-100pow99/</link>
      <pubDate>Sun, 18 Jun 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/math/99pow100-vs-100pow99/</guid>
      <description>题目 有两个数分别为： 99¹⁰⁰ 100⁹⁹ 哪个数更大？ 解答 字符长度比较 1 2 &amp;gt;&amp;gt;&amp;gt; len(str(99**100)) 200 1 2 &amp;gt;&amp;gt;&amp;gt; len(str(100**99)) 199 所以可以得出： 99¹⁰⁰ &amp;gt; 100⁹⁹ 二项式展开 为了比</description>
    </item>
    
    <item>
      <title>写作是什么</title>
      <link>http://myself659.github.io/post/rt/what-is-writing/</link>
      <pubDate>Thu, 08 Jun 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/what-is-writing/</guid>
      <description>背景 写作这项技能被低估了。 写作被低估了，是因为我们没有好好定义什么是写作？或者说我们没有理解写作是什么？ 当我们不去作的事情，我们一定认为这件</description>
    </item>
    
    <item>
      <title>科普最大摄氧量</title>
      <link>http://myself659.github.io/post/sport/%E7%A7%91%E6%99%AE%E6%9C%80%E5%A4%A7%E6%91%84%E6%B0%A7%E9%87%8F/</link>
      <pubDate>Fri, 19 May 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/sport/%E7%A7%91%E6%99%AE%E6%9C%80%E5%A4%A7%E6%91%84%E6%B0%A7%E9%87%8F/</guid>
      <description>定义 最大摄氧量（maximal oxygen uptake，或写为 VO2 max），指一个人在海平面上，从事最激烈的运动时，组织细胞所能消耗或利用的氧之最高值。</description>
    </item>
    
    <item>
      <title>how to feel better</title>
      <link>http://myself659.github.io/post/life/how-to-feel-better/</link>
      <pubDate>Thu, 18 May 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/how-to-feel-better/</guid>
      <description>how to feel better   write when overthinking
  meditate when anxious
  Nap when Tired
  Exercise when sad
  go for a walk when stressed
  Listen to music when angry
  reduce screen time when lazy
  switch or stop when burnt out
  </description>
    </item>
    
    <item>
      <title>学会休息</title>
      <link>http://myself659.github.io/post/life/how-to-rest/</link>
      <pubDate>Thu, 18 May 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/how-to-rest/</guid>
      <description>休息是什么 休息是调节。 休息是放空。 休息是充电。 休息是节奏。 原则 身心一体 以个性化方式达到慢下来，安静，舒适，放松，享受的状态 以恢复与加强能量和</description>
    </item>
    
    <item>
      <title>说说模型</title>
      <link>http://myself659.github.io/post/ai/%E8%AF%B4%E8%AF%B4%E6%A8%A1%E5%9E%8Bmodel/</link>
      <pubDate>Mon, 15 May 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/ai/%E8%AF%B4%E8%AF%B4%E6%A8%A1%E5%9E%8Bmodel/</guid>
      <description>定义 先看wiki的定义： A model is an informative representation of an object, person or system. The term originally denoted the plans of a building in late 16th-century English, and derived via French and Italian ultimately from Latin modulus, a measure 模型是对世界的简化，抽象和概括。 一切知识都</description>
    </item>
    
    <item>
      <title>说说autoGPT</title>
      <link>http://myself659.github.io/post/ai/autogpt-101/</link>
      <pubDate>Sat, 15 Apr 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/ai/autogpt-101/</guid>
      <description>背景 chatGPT开启的AIGC领域，最近几个月的发展可以说日新月异，众多LLM如雨后春笋，最近autoGPT的出现，更是吸引大家的关注。 autoGPT</description>
    </item>
    
    <item>
      <title>利用chatmind生成mindmap实现快速阅读</title>
      <link>http://myself659.github.io/post/ai/chatmind-book-mindmap/</link>
      <pubDate>Sun, 09 Apr 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/ai/chatmind-book-mindmap/</guid>
      <description>chatGPT是知识计算引擎 chatGPT是知识计算引擎。 chatmind团队在chatGPT的基础之上，开发一款产品：提供prompt模块</description>
    </item>
    
    <item>
      <title>假如社会抛弃你</title>
      <link>http://myself659.github.io/post/life/%E5%81%87%E5%A6%82%E7%A4%BE%E4%BC%9A%E6%8A%9B%E5%BC%83%E4%BA%86%E4%BD%A0/</link>
      <pubDate>Sun, 09 Apr 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E5%81%87%E5%A6%82%E7%A4%BE%E4%BC%9A%E6%8A%9B%E5%BC%83%E4%BA%86%E4%BD%A0/</guid>
      <description>背景 天门山跳崖：四个决绝赴死的农村青年 天门山跳崖：四个决绝赴死的农村青年 看到这个新闻，深受震撼，十分痛心与惋惜。 决绝赴死的原因极大可能是在长</description>
    </item>
    
    <item>
      <title>如何利用GPT类AI提升自己</title>
      <link>http://myself659.github.io/post/ai/how-to-ai-help-growth/</link>
      <pubDate>Wed, 05 Apr 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/ai/how-to-ai-help-growth/</guid>
      <description>背景 chatGPT的横空出世，宣告真正的人工智能时代已经开启。 未来会是怎么样，没有人知道，我只知道这两点： 会用AI的人淘汰不会用AI 谁更会用</description>
    </item>
    
    <item>
      <title>从三道逻辑分析题看GPT4</title>
      <link>http://myself659.github.io/post/ai/logic-gpt4-chatgpt/</link>
      <pubDate>Fri, 17 Mar 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/ai/logic-gpt4-chatgpt/</guid>
      <description>背景 GPT-4最近已经推出，那么GPT-4表现如何？相对于chatGPT使用的gpt3.5模型有哪些提高与进步？ 下面就通过三道逻辑题展开测试</description>
    </item>
    
    <item>
      <title>AI编程时代程序员应该重点培养的技能</title>
      <link>http://myself659.github.io/post/ai/ai%E7%BC%96%E7%A8%8B%E6%97%B6%E4%BB%A3%E7%9A%84%E6%8A%80%E8%83%BD/</link>
      <pubDate>Wed, 15 Mar 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/ai/ai%E7%BC%96%E7%A8%8B%E6%97%B6%E4%BB%A3%E7%9A%84%E6%8A%80%E8%83%BD/</guid>
      <description>背景 AI编程已经不再是传说，而是事实。GitHub Copilot这样的工具会不断推动AI编程的普及。这会带来给程序员的工作带来新的变化。 这一</description>
    </item>
    
    <item>
      <title>认知的层次和素质</title>
      <link>http://myself659.github.io/post/learn/%E8%AE%A4%E7%9F%A5%E7%9A%84%E5%B1%82%E6%AC%A1%E5%92%8C%E7%B4%A0%E8%B4%A8/</link>
      <pubDate>Thu, 23 Feb 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/learn/%E8%AE%A4%E7%9F%A5%E7%9A%84%E5%B1%82%E6%AC%A1%E5%92%8C%E7%B4%A0%E8%B4%A8/</guid>
      <description>层次 1.观察现象 2.发现事实 3.探究本质 4.致知于行 5.知行合一 素质 好奇心： 充满好奇心和善用好奇心，不断深入思考与发现 现实主义：实事求是的态</description>
    </item>
    
    <item>
      <title>谈谈无效认知</title>
      <link>http://myself659.github.io/post/learn/%E6%97%A0%E6%95%88%E8%AE%A4%E7%9F%A5/</link>
      <pubDate>Wed, 22 Feb 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/learn/%E6%97%A0%E6%95%88%E8%AE%A4%E7%9F%A5/</guid>
      <description>定义 什么是无效认知？ 一切缺少与行动结合的认知都属于无效认识。 无效认识的危害 无效认知缺少反馈 无效认知不能带来确定性，相反还会带来混乱，增加认知</description>
    </item>
    
    <item>
      <title>知识自由是创新的基础</title>
      <link>http://myself659.github.io/post/economy/%E7%9F%A5%E8%AF%86%E8%87%AA%E7%94%B1%E6%98%AF%E5%88%9B%E6%96%B0%E7%9A%84%E5%9F%BA%E7%A1%80/</link>
      <pubDate>Sat, 28 Jan 2023 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/economy/%E7%9F%A5%E8%AF%86%E8%87%AA%E7%94%B1%E6%98%AF%E5%88%9B%E6%96%B0%E7%9A%84%E5%9F%BA%E7%A1%80/</guid>
      <description>背景 在这片神奇的土地上由于GFW的存在，导致： 不能正常访问全球最大的搜索引擎google 不能正常访问全球最大的视频网络youtube 不能正常</description>
    </item>
    
    <item>
      <title>体制内会越来越内卷</title>
      <link>http://myself659.github.io/post/human/%E4%BD%93%E5%88%B6%E5%86%85%E4%BA%BA%E5%91%98%E5%86%85%E5%8D%B7%E8%B5%B7%E6%9D%A5/</link>
      <pubDate>Sun, 08 Jan 2023 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/human/%E4%BD%93%E5%88%B6%E5%86%85%E4%BA%BA%E5%91%98%E5%86%85%E5%8D%B7%E8%B5%B7%E6%9D%A5/</guid>
      <description>国际与国内大环境 先来看看中国及其外部环境： 疫情三年，大部分民众经济状态恶化（收入下降，开支增加） 政府税收增速远跟不上政府开支的需求 一部分企业</description>
    </item>
    
    <item>
      <title>如何判断团队是否处于下行状态</title>
      <link>http://myself659.github.io/post/rt/%E5%9B%A2%E9%98%9F%E7%8A%B6%E6%80%81%E8%AF%8A%E6%96%AD/</link>
      <pubDate>Sun, 18 Dec 2022 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E5%9B%A2%E9%98%9F%E7%8A%B6%E6%80%81%E8%AF%8A%E6%96%AD/</guid>
      <description>团队如果有以下状态，团队可能处于下行状态： 团队成员流失严重，且处于加速状态 团队一部分成员内卷严重 团队一部分成员普遍躺平 团队会议没有人主动发声</description>
    </item>
    
    <item>
      <title>如何更好地向ChatGPT提问</title>
      <link>http://myself659.github.io/post/ai/how-to-ask-gpt/</link>
      <pubDate>Sat, 17 Dec 2022 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/ai/how-to-ask-gpt/</guid>
      <description>说明 下面的所有的问题均由chatGPT回答。 如何描述问题才能让chatGPT更好的回答？ 以下是描述问题的一些技巧，可以帮助 ChatGPT 更好地理解和回答</description>
    </item>
    
    <item>
      <title>Rust lifetime 101</title>
      <link>http://myself659.github.io/post/rust/rust-lifetime/</link>
      <pubDate>Thu, 08 Dec 2022 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rust/rust-lifetime/</guid>
      <description>定义 在 Rust 中，生命周期（lifetime）是用来描述引用（reference）有效期的一种概念。每个引用都有一个生命周期，表示该引用指向的数据</description>
    </item>
    
    <item>
      <title>成功的路径和概率</title>
      <link>http://myself659.github.io/post/life/%E6%88%90%E5%8A%9F%E7%9A%84%E8%B7%AF%E5%BE%84%E4%B8%8E%E6%A6%82%E7%8E%87/</link>
      <pubDate>Wed, 07 Sep 2022 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E6%88%90%E5%8A%9F%E7%9A%84%E8%B7%AF%E5%BE%84%E4%B8%8E%E6%A6%82%E7%8E%87/</guid>
      <description>成功的路径 别人的成功你很难复制,所以要想成功你必须走自己的路。 自己动手实践的路径是唯一有可能属于自己走向成功的路径。 成功的概率 走自己的路必不</description>
    </item>
    
    <item>
      <title>观音菩萨是如何实现权力变现的</title>
      <link>http://myself659.github.io/post/rt/%E8%A7%82%E9%9F%B3%E6%98%AF%E5%A6%82%E4%BD%95%E6%9D%83%E5%8A%9B%E5%8F%98%E7%8E%B0/</link>
      <pubDate>Wed, 11 May 2022 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E8%A7%82%E9%9F%B3%E6%98%AF%E5%A6%82%E4%BD%95%E6%9D%83%E5%8A%9B%E5%8F%98%E7%8E%B0/</guid>
      <description>背景 《西游记》小时候只知道看那只猴子，实际上无论是电视剧还是小说里面都隐含大量的知识点。 下面就以观音菩萨是如何实现权力变现的展开说明。 权力来</description>
    </item>
    
    <item>
      <title>什么样的问题背后有大机会呢？</title>
      <link>http://myself659.github.io/post/rt/chances-from-what-problem/</link>
      <pubDate>Fri, 11 Feb 2022 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/chances-from-what-problem/</guid>
      <description>前言 人们常说： 问题的背后常常隐藏了机会。 那么什么样的问题背后有大机会呢？或者隐藏大机会的问题有哪些特征？ 下面个人谈一个自己对这个问题一些思考</description>
    </item>
    
    <item>
      <title>数据的操作</title>
      <link>http://myself659.github.io/post/data/data-op/</link>
      <pubDate>Fri, 28 Jan 2022 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/data/data-op/</guid>
      <description>背景 数据是资产。 数据是生产资料。 操作分类 可以从以下角度进行分类： 生命周期维度 Gathering Creating Dropping Resetting Recovering 处理维度 Manipulating Copying Replicating Mining Extracting Cleaning Semantic Category 管理维度 Logging Monitoring Testing Configuring Governance 应用 Deploying Rollbacking Sending Displaying</description>
    </item>
    
    <item>
      <title>rust type cheat sheet </title>
      <link>http://myself659.github.io/post/rust/rust-type-cheat-sheet/</link>
      <pubDate>Wed, 08 Dec 2021 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rust/rust-type-cheat-sheet/</guid>
      <description>Option 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 // To inner type unwrap () -&amp;gt; T unwrap_or (T) -&amp;gt; T unwrap_or_else (() -&amp;gt; T) -&amp;gt; T unwrap_or_default () -&amp;gt; T where T: Default expect (&amp;amp;str) -&amp;gt; T //Converting to another type map ((T) -&amp;gt; U) -&amp;gt; Option&amp;lt;U&amp;gt; map_or (U, (T) -&amp;gt; U) -&amp;gt; U</description>
    </item>
    
    <item>
      <title>typeof for Rust </title>
      <link>http://myself659.github.io/post/rust/rust-type-of/</link>
      <pubDate>Wed, 08 Dec 2021 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rust/rust-type-of/</guid>
      <description>typeof for C c语言的typeof的应用： 1 2 3 #define SWAP(a, b) do { \ typeof(a) tmp = a; b = a; a = tmp; \ } while(0) 1 2 3 4 5 #define offsetof(TYPE, MEMBER) ((size_t) &amp;amp;((TYPE *)0)-&amp;gt;MEMBER) #define container_of(ptr, type, member) ({ \ const typeof( ((type *)0)-&amp;gt;member ) *__mptr = (ptr); \ (type *)( (char *)__mptr -</description>
    </item>
    
    <item>
      <title>linux btop 101</title>
      <link>http://myself659.github.io/post/linux/linux-btop/</link>
      <pubDate>Sat, 25 Sep 2021 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/linux/linux-btop/</guid>
      <description>背景 最近发现一个很好用的系统监控命令：btop。 btop一站式实时显示cpu，memory，disk，network，processes的统</description>
    </item>
    
    <item>
      <title>tips for learning rust</title>
      <link>http://myself659.github.io/post/rust/tips-learn-rust/</link>
      <pubDate>Wed, 08 Sep 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rust/tips-learn-rust/</guid>
      <description>资料 The Rust Programming Language Rust Language Cheat Sheet Zero to Production in Rust This Week in Rust awesome-rust awesome-cli-rust tools and libaries cargo-asm A cargo subcommand that displays the generated assembly of Rust source code. cargo-fuzz A cargo subcommand for fuzzing with libFuzzer hyperfine A command-line benchmarking tool flamegraph sqlx yarte opentelemetry thiserror rust-clippy Serde Tokio Rocketi Rocket Diesel Rayon Actix Hyper Anyhow Thiserror PyO3 Rkyv 心法</description>
    </item>
    
    <item>
      <title>writing a tree in rust</title>
      <link>http://myself659.github.io/post/rust/rust-tree-demo/</link>
      <pubDate>Tue, 07 Sep 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rust/rust-tree-demo/</guid>
      <description>define the tree structure 1 2 3 4 5 6 7  #[derive(PartialEq)] struct TreeNode&amp;lt;T&amp;gt; { pub value: Option&amp;lt;T&amp;gt;, pub children: Vec&amp;lt;Rc&amp;lt;RefCell&amp;lt;TreeNode&amp;lt;T&amp;gt;&amp;gt;&amp;gt;&amp;gt;, pub parent: Option&amp;lt;Rc&amp;lt;RefCell&amp;lt;TreeNode&amp;lt;T&amp;gt;&amp;gt;&amp;gt;&amp;gt;, }   new tree 1 2 3 4 5 6 7  pub fn new() -&amp;gt; TreeNode&amp;lt;T&amp;gt; { TreeNode { value: None, children: vec![], parent: None, } }   add_child 1 2 3  pub fn add_child(&amp;amp;mut self, new_node: Rc&amp;lt;RefCell&amp;lt;TreeNode&amp;lt;T&amp;gt;&amp;gt;&amp;gt;) { self.children.push(new_node); }   del_child 1 2 3 4  pub fn del_child(&amp;amp;mut self, node_to_remove: Rc&amp;lt;RefCell&amp;lt;TreeNode&amp;lt;T&amp;gt;&amp;gt;&amp;gt;) { self.</description>
    </item>
    
    <item>
      <title>uniswap的非永久性损失公式的推导</title>
      <link>http://myself659.github.io/post/blockchain/uniswap-impermanent-loss-formula/</link>
      <pubDate>Mon, 16 Aug 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/uniswap-impermanent-loss-formula/</guid>
      <description>说明 公式推导基于uniswap v2，不适用于uniswap v3。 非永久性损失 用户为流动性池提供流动性时，由于交易对价格变化使池内的交易对的代</description>
    </item>
    
    <item>
      <title>Error: ENS is not supported on network private</title>
      <link>http://myself659.github.io/post/blockchain/web3js-ens-error/</link>
      <pubDate>Thu, 08 Jul 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/web3js-ens-error/</guid>
      <description>Error 1 2 3 4 5 6 7 \node_modules\web3-eth-ens\lib\ENS.js:482 throw new Error(&amp;#34;ENS is not supported on network &amp;#34; + networkType); ^ Error: ENS is not supported on network private at ENS.checkNetwork (\node_modules\web3-eth-ens\lib\ENS.js:482:19) at processTicksAndRejections (node:internal/process/task_queues:96:5) 原因 将web3实例作为参数，误传给函数，导致web3实例对应的内存被踩</description>
    </item>
    
    <item>
      <title>常用Defi工具与网站</title>
      <link>http://myself659.github.io/post/blockchain/defi-tools/</link>
      <pubDate>Thu, 08 Jul 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/defi-tools/</guid>
      <description>DeBank DeBank 是一款DeFi资产跟踪和投资组合管理工具。 优点： 支持多链 不仅支持链上帐户资产也支持TVL资产 支持多种协议 支持帐号approve风险提示 缺</description>
    </item>
    
    <item>
      <title>应对复杂性的原则</title>
      <link>http://myself659.github.io/post/rt/%E5%A4%8D%E6%9D%82%E6%80%A7%E5%8E%9F%E5%88%99-complexity/</link>
      <pubDate>Sat, 03 Jul 2021 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E5%A4%8D%E6%9D%82%E6%80%A7%E5%8E%9F%E5%88%99-complexity/</guid>
      <description>原则 不追求完美 解决核心问题 跳出框架，摆脱限制 从自身，事实，简单开始，多迭代</description>
    </item>
    
    <item>
      <title>说说519事件</title>
      <link>http://myself659.github.io/post/blockchain/crypto-519-fall/</link>
      <pubDate>Fri, 21 May 2021 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/crypto-519-fall/</guid>
      <description>背景 加密货币历史上几次大跌： 2017年94事件 2020年312事件 2021年423事件 2021年519事件 每次大跌都验证一句话：币圈一天，人</description>
    </item>
    
    <item>
      <title>PoS更有利于去中心化</title>
      <link>http://myself659.github.io/post/blockchain/pos-increase-decentralization/</link>
      <pubDate>Sat, 01 May 2021 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/pos-increase-decentralization/</guid>
      <description>背景 PoW和PoS作为现在最常用的两大共识算法，PoW与PoS之争已经有多年了。 下面从去中心化角度来对比两条公链： 采用PoW的以太坊 采用EP</description>
    </item>
    
    <item>
      <title>100 days, 100 english sentences</title>
      <link>http://myself659.github.io/post/english/100-english-sentence/</link>
      <pubDate>Mon, 26 Apr 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/english/100-english-sentence/</guid>
      <description>day1 2021年1月16日 星期六 1 There is considerable debate over how we should react if we detect a signal from an alien civilisation. 翻译： 如果我们探测到了来自外星文明的信号，我们应该如何回应是一个备受争议的</description>
    </item>
    
    <item>
      <title>以太坊未来会超过比特币吗？</title>
      <link>http://myself659.github.io/post/blockchain/eth-overtake-btc/</link>
      <pubDate>Sat, 24 Apr 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/eth-overtake-btc/</guid>
      <description>背景 最近以太坊单日交易量与矿工收入均创历史新高。据THEBLOCK数据显示，4月23日以太坊网络上的每日交易量达150万，再创历史新高，在日</description>
    </item>
    
    <item>
      <title>Demystifying NFTs by Naval </title>
      <link>http://myself659.github.io/post/blockchain/nft-naval/</link>
      <pubDate>Mon, 05 Apr 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/nft-naval/</guid>
      <description>NFT is blooming. Naval&amp;rsquo;s insightful viewpoints about NFTs as follow:
 An NFT is a unique, on-chain token representing ownership of an off-chain asset. The token is backed by a social contract from its creator and a surrounding community. By assigning a unique token to a thing, its ownership (not the thing itself!) becomes programmable, verifiable, divisible, durable, universally addressable, composable, digitally secured, and easy to transfer. Bitcoin and other completely on-chain assets are provably scarce - scarcity is enforced by code and distributed consensus.</description>
    </item>
    
    <item>
      <title>套利的本质</title>
      <link>http://myself659.github.io/post/economy/the-essence-of-arbitrage/</link>
      <pubDate>Fri, 12 Mar 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/economy/the-essence-of-arbitrage/</guid>
      <description>套利大行其道，那么套利是什么？ 下面这张图是一个活生生的套利案例。 套利的本质是什么？ 套利的本质是利用非对称获利 套利的竞争是发现非对称机会以及利</description>
    </item>
    
    <item>
      <title>Telsa买入bitcoin意味着什么</title>
      <link>http://myself659.github.io/post/blockchain/bitcoin-telsa/</link>
      <pubDate>Wed, 10 Feb 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/bitcoin-telsa/</guid>
      <description>background 最近Telsa投入15亿美元买入了bitcoin，消息一出，bitcoin应声大涨，这事激起广泛的关注。 telsa买入bitcoin的原因</description>
    </item>
    
    <item>
      <title>谈谈clubhouse</title>
      <link>http://myself659.github.io/post/internet/about-clubhouse/</link>
      <pubDate>Wed, 03 Feb 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/internet/about-clubhouse/</guid>
      <description>背景 最近clubhouse的邀请一码难求，自己有幸被邀请。体验一下，说一下自己对clubhouse一些想法。（Ps：由于区块链与加密货币的火</description>
    </item>
    
    <item>
      <title>爆雷，接盘侠与社会信用</title>
      <link>http://myself659.github.io/post/economy/china-trust-crisis/</link>
      <pubDate>Mon, 25 Jan 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/economy/china-trust-crisis/</guid>
      <description>背景 首先，先看看这个新闻： 湖南益阳62岁老人投江后续：当地多家养老机构爆雷，有老人获悉后心梗去世。 由这个新闻想到中国从2018年开始了一系列</description>
    </item>
    
    <item>
      <title>45 English sentence pattern</title>
      <link>http://myself659.github.io/post/english/45-english-sentence-pattern/</link>
      <pubDate>Sat, 16 Jan 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/english/45-english-sentence-pattern/</guid>
      <description>询问 who can who can help me move this box? who is who is that girl in blue? when can we when can we go hiking? When did you when did you come back? where is where is the washroom? where can I where can i find some bottled water? why do/did why did you quit your job? how did you How did you get to know each other?</description>
    </item>
    
    <item>
      <title>Quotes From Albert Einstein</title>
      <link>http://myself659.github.io/post/english/quotes-from-albert-einstein/</link>
      <pubDate>Fri, 15 Jan 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/english/quotes-from-albert-einstein/</guid>
      <description>The difference between stupidity and genius is that genius has its limits. We all know that light travels faster than sound. That’s why certain people appear bright until you hear them speak. The only thing that interferes with my learning is my education. Education is what remains after one has forgotten everything he learned in school. The majority of the stupid is invincible and guaranteed for all time. The terror of their tyranny, however, is alleviated by their lack of consistency.</description>
    </item>
    
    <item>
      <title>错过了2010年的比特币，不要错过这些新领域的机会</title>
      <link>http://myself659.github.io/post/invest/invest-balajis-directions/</link>
      <pubDate>Fri, 15 Jan 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/invest/invest-balajis-directions/</guid>
      <description>今天哪些新领域会像2010年比特币一样的成长 twitter一个用户提出一个问题：Is there a thing today like being into Bitcoin in 2010？ 下面是Balaji S. Srin</description>
    </item>
    
    <item>
      <title>谈谈开放的重要性</title>
      <link>http://myself659.github.io/post/openness-importance/</link>
      <pubDate>Sat, 09 Jan 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/openness-importance/</guid>
      <description>说明 本文从软件，互联网，区块链，安全的视角谈谈开放的重要性。 软件 软件方面看几个例子吧。 首先看一下chrome浏览器，chrome浏览器首先建</description>
    </item>
    
    <item>
      <title>展望2021年的Ethereum</title>
      <link>http://myself659.github.io/post/blockchain/eth-2021/</link>
      <pubDate>Fri, 08 Jan 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/eth-2021/</guid>
      <description>前言 Ethereum作为第一个支持图灵完备的智能合约平台，同时也是最大的智能合约平台。从现在区块链应用角度来看是最重要的公链。个人认为公链的</description>
    </item>
    
    <item>
      <title>那些值得多读的历史书</title>
      <link>http://myself659.github.io/post/history/history-read-list/</link>
      <pubDate>Wed, 06 Jan 2021 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/history/history-read-list/</guid>
      <description>前言 历史是一面镜子。 历史是一个任人打扮的小姑娘。 “Most history is guessing, and the rest is prejudice.” 历史告诉我们过去发生什么，启示我们现在做什么，</description>
    </item>
    
    <item>
      <title>说说计算思维</title>
      <link>http://myself659.github.io/post/arch/%E8%AF%B4%E8%AF%B4%E8%AE%A1%E7%AE%97%E6%80%9D%E7%BB%B4/</link>
      <pubDate>Mon, 21 Dec 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/%E8%AF%B4%E8%AF%B4%E8%AE%A1%E7%AE%97%E6%80%9D%E7%BB%B4/</guid>
      <description>什么是计算思维 wiki对于计算思维定义如下： Computational thinking (CT) refers to the thought processes involved in formulating problems so their solutions can be represented as computational steps and algorithms.[1]In education, CT is a set of problem-solving methods that involve expressing problems and their solutions in ways that a computer could also execute.[2]It involves automation</description>
    </item>
    
    <item>
      <title>加密货币新手应该注意哪些问题</title>
      <link>http://myself659.github.io/post/blockchain/tips-for-crypto-invest/</link>
      <pubDate>Tue, 08 Dec 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/tips-for-crypto-invest/</guid>
      <description>背景 随着eth 2.0信标链启动以及defi的快速发展，加密货币会迎来一个新的牛市。在牛市开启之后，一定有很多新人进场。 作为一名老韭菜，简单说</description>
    </item>
    
    <item>
      <title>学会背包问题，再也不怕动态规划 0-1背包</title>
      <link>http://myself659.github.io/post/dsa/dp-knapsack/</link>
      <pubDate>Sun, 23 Aug 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/dsa/dp-knapsack/</guid>
      <description>问题描述 Given weights and values of n items, put these items in a knapsack of capacity W to get the maximum total value in the knapsack. In other words, given two integer arrays val[0..n-1] and wt[0..n-1] which represent values and weights associated with n items respectively. Also given an integer W which represents knapsack capacity, find out the maximum value subset of val[] such that sum of</description>
    </item>
    
    <item>
      <title>谈谈GPT3</title>
      <link>http://myself659.github.io/post/gpt3-thought/</link>
      <pubDate>Sun, 09 Aug 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/gpt3-thought/</guid>
      <description>GPT-3 GPT-3全称是&amp;quot;General Pre-trained Transformer-3&amp;quot;，对应中文翻译为：第三代通用预训练转换器。 其wiki定义</description>
    </item>
    
    <item>
      <title>利用WSL和wget从github下载文件</title>
      <link>http://myself659.github.io/post/linux/linux-wget-retry/</link>
      <pubDate>Fri, 31 Jul 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/linux/linux-wget-retry/</guid>
      <description>背景 由于GFW的干扰，即使科学上网方式从github下载文件，下载连接经常会被中断。由于chrome重新连接的次数有限，据说chrome重新</description>
    </item>
    
    <item>
      <title>说说地摊经济</title>
      <link>http://myself659.github.io/post/economy/about-squatter-economy/</link>
      <pubDate>Wed, 08 Jul 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/economy/about-squatter-economy/</guid>
      <description>最近地摊经济火了，火遍了朋友圈，激活了段子手。 原因 受到疫情影响，国内与国际经济都受到很大的冲击，国内企业倒闭，减薪，缩员等现象也是时有出现。</description>
    </item>
    
    <item>
      <title>第一性原理思考101</title>
      <link>http://myself659.github.io/post/rt/first-principles-%E7%AC%AC%E4%B8%80%E6%80%A7%E5%8E%9F%E7%90%86/</link>
      <pubDate>Fri, 03 Jul 2020 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/first-principles-%E7%AC%AC%E4%B8%80%E6%80%A7%E5%8E%9F%E7%90%86/</guid>
      <description>定义 第一性原理(First Principles)是指从基本原理出发进行思考和解决问题的方法。其具体含义可以概括为: 不做任何假设,客观看待问题</description>
    </item>
    
    <item>
      <title>谈谈跳出框架思考</title>
      <link>http://myself659.github.io/post/learn/think-outof-box/</link>
      <pubDate>Fri, 26 Jun 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/learn/think-outof-box/</guid>
      <description>引子 先看一下这道数学题： 画直线经过下图中九个点，并且做到不重复经过任何一个点。 这里不是出题给大家做，只是引出话题。 下面是这个问题的答案： 这个</description>
    </item>
    
    <item>
      <title>谈谈数字货币的反脆弱性</title>
      <link>http://myself659.github.io/post/blockchain/cryptocurrency_antifrangible/</link>
      <pubDate>Sun, 31 May 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/cryptocurrency_antifrangible/</guid>
      <description>定义 首先我们来看一下反脆弱性的定义。这里直接借用： 有些事情能从冲击中受益，当暴露在波动性、随机性、混乱和压力、风险和不确定性下时，它们反而能</description>
    </item>
    
    <item>
      <title>分享：一图了解新型冠状病毒的症状有哪些</title>
      <link>http://myself659.github.io/post/covid-19-symptom/</link>
      <pubDate>Sun, 24 May 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/covid-19-symptom/</guid>
      <description>新型冠状病毒（Covid-19）在全球的传播与感染速度有一定的控制，但是并没有结束。全世界累计确诊已经超过了500万，累计死亡人数超过了30</description>
    </item>
    
    <item>
      <title>读书笔记:《非对称风险》</title>
      <link>http://myself659.github.io/post/rt/book-skin-in-the-game-how/</link>
      <pubDate>Fri, 08 May 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/book-skin-in-the-game-how/</guid>
      <description>首先了解一下作者：纳西姆·塔勒布，研究不确定性的专家，华尔街明星交易员。他先后出版“不确定性”四部曲：《随机漫步的傻瓜》、《黑天鹅》、《反脆</description>
    </item>
    
    <item>
      <title>关于快速学习的思考</title>
      <link>http://myself659.github.io/post/learn/how-to-learn-fast/</link>
      <pubDate>Sun, 26 Apr 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/learn/how-to-learn-fast/</guid>
      <description>在知识经济与日新月异的时代，学习的重要无须多言。这个时代正在惩罚不学习和不会学习的人。 从整个知识体系上来看，如何学习属于元知识，属于基础知识</description>
    </item>
    
    <item>
      <title>后疫情时代会有哪些变化</title>
      <link>http://myself659.github.io/post/coronavirus-change/</link>
      <pubDate>Sun, 19 Apr 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/coronavirus-change/</guid>
      <description>现状 疫情从武汉爆发开始，到现在全球蔓延，全球确诊超过了226万。国内广州与黑龙江有复发的态势。但是全国基本上已经控制住，防控成绩也算相当不错</description>
    </item>
    
    <item>
      <title>生产要素就是财富</title>
      <link>http://myself659.github.io/post/rt/%E8%B4%A2%E5%AF%8C-%E7%94%9F%E4%BA%A7%E8%A6%81%E7%B4%A0/</link>
      <pubDate>Sun, 19 Apr 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E8%B4%A2%E5%AF%8C-%E7%94%9F%E4%BA%A7%E8%A6%81%E7%B4%A0/</guid>
      <description>生产要素 生产要素是指在生产过程中所使用的各种资源，生产要素是实现生产过程的必要条件，可以通过组合使用来创造各种产品和服务。 生产要素可以分下几</description>
    </item>
    
    <item>
      <title>说说学到位</title>
      <link>http://myself659.github.io/post/learn/%E5%AD%A6%E4%B9%A0%E5%88%B0%E4%BD%8D/</link>
      <pubDate>Sat, 18 Apr 2020 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/learn/%E5%AD%A6%E4%B9%A0%E5%88%B0%E4%BD%8D/</guid>
      <description>什么是学到位 学到位可以分解为四个到位： 理解到位 体系到位 融合到位 应用到位 理解到位 怎么做到理解到位？ 不多说，推荐费曼学习法。 If you can&amp;rsquo;t explain it simply, you don&amp;rsquo;t understand it</description>
    </item>
    
    <item>
      <title>libra的妥协与机会</title>
      <link>http://myself659.github.io/post/libra2-basic/</link>
      <pubDate>Fri, 17 Apr 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/libra2-basic/</guid>
      <description>2019年6月libra横空出世。我写了一篇关于libra的文章：Facebook libra是昙花一现还是星星之火。 文章的提到： 对，Libr</description>
    </item>
    
    <item>
      <title>说说系统思考</title>
      <link>http://myself659.github.io/post/rt/systems-thinking101/</link>
      <pubDate>Sun, 12 Apr 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/systems-thinking101/</guid>
      <description>什么是系统 先看wiki的定义： A system is a group of interacting or interrelated elements that act according to a set of rules to form a unified whole. A system, surrounded and influenced by its environment, is described by its boundaries, structure and purpose and is expressed in its functioning. Systems are the subjects of study of systems theory and</description>
    </item>
    
    <item>
      <title>如何清晰地思考</title>
      <link>http://myself659.github.io/post/rt/thinking-clear/</link>
      <pubDate>Sat, 11 Apr 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/thinking-clear/</guid>
      <description>定义 思考是一个多方面的认知过程，包括多种心理活动，如推理、逻辑、直觉、本能、可视化、想象、感知、解决问题和决策。 那么什么是清晰地思考呢？ 在日</description>
    </item>
    
    <item>
      <title>我是如何学会冥想的</title>
      <link>http://myself659.github.io/post/life/meditation-start/</link>
      <pubDate>Sat, 11 Apr 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/meditation-start/</guid>
      <description>初识冥想 虽然以前也知道冥想，但是却没有对冥想产生什么兴趣。直到2018年去台湾遇到一个很有经历的人，先后在google，百度，阿里等公司从事</description>
    </item>
    
    <item>
      <title>关于投资几点感悟</title>
      <link>http://myself659.github.io/post/invest/invest-ruixin-%E6%8A%95%E8%B5%84%E6%84%9F%E6%82%9F/</link>
      <pubDate>Fri, 03 Apr 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/invest/invest-ruixin-%E6%8A%95%E8%B5%84%E6%84%9F%E6%82%9F/</guid>
      <description>背景 首先，吃一下瑞幸的瓜，表示对作空机构的敬意： 调研机构为了证明瑞幸咖啡造假，派出92个全职和1418个兼职调查员，在全国900多家门店蹲点</description>
    </item>
    
    <item>
      <title>github被攻击，程序员该怎么办</title>
      <link>http://myself659.github.io/post/devops/github-hack/</link>
      <pubDate>Sun, 29 Mar 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/github-hack/</guid>
      <description>2020年3月27日，全世界最大的同性交友网站github被攻击了，连正常的首页都打不开。 Https并不是100%安全 github被攻击说明</description>
    </item>
    
    <item>
      <title>提高个人隐私数据安全的几点建议</title>
      <link>http://myself659.github.io/post/data-avoid-leak/</link>
      <pubDate>Sun, 22 Mar 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/data-avoid-leak/</guid>
      <description>最近，爆出了新浪微博用户数据泄漏的事件。虽然微博的安全技术总监罗某某拒不承认存在安全问题，但是想想李文亮医生的经历，这个事情真不能忽略。 李彦</description>
    </item>
    
    <item>
      <title>一周经历两次熔断，美股会跌多少?</title>
      <link>http://myself659.github.io/post/howmuch-us-stock-willfall/</link>
      <pubDate>Sun, 15 Mar 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/howmuch-us-stock-willfall/</guid>
      <description>进入话题之前了解一下美股指数熔断机制。 美股指数熔断机制的基准指数为标普500，单项跌幅阈值为7%、13%、20%。当指数较前一天收盘点位下跌</description>
    </item>
    
    <item>
      <title>微盟删库事件复盘与思考</title>
      <link>http://myself659.github.io/post/arch/weimeng-del-data/</link>
      <pubDate>Sun, 08 Mar 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/weimeng-del-data/</guid>
      <description>事故 先简单看一下整个事故的粗略时间线。 2月23日，微盟服务出现故障。商家商城、小程序均无法登录。 2月25日，微盟紧急恢复了核心业务的线上生产</description>
    </item>
    
    <item>
      <title>在选择做什么之前，先问问自己这四个问题</title>
      <link>http://myself659.github.io/post/done/find-what-todo-lkigai%E9%80%89%E6%8B%A9/</link>
      <pubDate>Thu, 05 Mar 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/find-what-todo-lkigai%E9%80%89%E6%8B%A9/</guid>
      <description>在谈谈做事的原则提到做事的原则的基本原则。具体如下： 不要给自己设限 站在巨人的肩膀上 正确的方向 敏捷的行动 本文重点讨论如何选择做什么这一问题。不</description>
    </item>
    
    <item>
      <title>别太在意编程语言</title>
      <link>http://myself659.github.io/post/golang/donot-focus-programming-language/</link>
      <pubDate>Tue, 18 Feb 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/donot-focus-programming-language/</guid>
      <description>背景 经常有人这样说： PHP是最好的语言 现在golang越来越吃香，好找工作 python学习的人越来越多，太难了 对于这些，我想说：别太在意编程</description>
    </item>
    
    <item>
      <title>通过数据分析预测股票价格变化靠谱吗？</title>
      <link>http://myself659.github.io/post/stock/stock-us-analysis/</link>
      <pubDate>Mon, 17 Feb 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/stock/stock-us-analysis/</guid>
      <description>前言 在投资美股，先从数据分析开始这篇文章解决两个问题： 从哪里找数据？ 如何得到这些数据？ 在此基础这篇主要解决一个问题：以特斯拉为例说明如何利用</description>
    </item>
    
    <item>
      <title>为什么0不能作为被除数？</title>
      <link>http://myself659.github.io/post/math/why-dividing-by-zero-is-undefined/</link>
      <pubDate>Sat, 08 Feb 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/math/why-dividing-by-zero-is-undefined/</guid>
      <description>前言 学过了除法都知道这么一个道理：0不是被除数。 到了后面编程，一直都会遵循一条原则： 0不能作为被除数，如果用0作为被除数，就会出错或者报异常</description>
    </item>
    
    <item>
      <title>投资美股，先从数据分析开始</title>
      <link>http://myself659.github.io/post/stock/stock-us-data/</link>
      <pubDate>Thu, 06 Feb 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/stock/stock-us-data/</guid>
      <description>背景 川大爷，常在twitter上吆喝美股多次创造历史高点。美股确实是一个资产配置的重要选项。 在进入市场之前，研究先行，作好功课。 获取数据 对于</description>
    </item>
    
    <item>
      <title>说说我眼中的科比</title>
      <link>http://myself659.github.io/post/kobe/</link>
      <pubDate>Thu, 30 Jan 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/kobe/</guid>
      <description>在高中的时候知道了NBA,看了比赛，知道了科比。多少年以来，篮球是我最喜欢的体育运动，科比是我最喜欢的NBA球星，估计也是我最喜欢的运动员。</description>
    </item>
    
    <item>
      <title>2020年比特币的龙头地位还会继续加强吗？</title>
      <link>http://myself659.github.io/post/why-btc-is-dominated/</link>
      <pubDate>Wed, 22 Jan 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/why-btc-is-dominated/</guid>
      <description>背景 比特币是世界诞生的第一个加密货币，从2009年上线以来市值一直都是NO.1. 表现 下面具体一下比特币的龙头表现： 从上面两图可以看出来，从2</description>
    </item>
    
    <item>
      <title>说说非对称性</title>
      <link>http://myself659.github.io/post/invest/invest-%E9%9D%9E%E5%AF%B9%E7%A7%B0%E6%80%A7/</link>
      <pubDate>Sat, 18 Jan 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/invest/invest-%E9%9D%9E%E5%AF%B9%E7%A7%B0%E6%80%A7/</guid>
      <description>背景 发现世界的规律，利用其中的非对称性，可以获利事半功倍的交易。 非对称性在哪里？ 非对称性在世界上普及存在。 下面举几个例子： 非对称加密算法 信息</description>
    </item>
    
    <item>
      <title>说说微信付费阅读</title>
      <link>http://myself659.github.io/post/wechat-payment-read/</link>
      <pubDate>Thu, 16 Jan 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/wechat-payment-read/</guid>
      <description>背景 2020年1月15号微信灰度发布公众帐号付费阅读功能。微信10亿用户的体量，最长的用户时长，所以一个付费阅读功能差不多引起全网的讨论。 时</description>
    </item>
    
    <item>
      <title>Gartner预测2020年区块链的发展</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-2020/</link>
      <pubDate>Wed, 08 Jan 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-2020/</guid>
      <description>Gartner 首先介绍一下Gartner。 Gartner全球最具权威的IT研究与顾问咨询公司。同时也是魔力四象限与技术成熟度曲线提出者。所以Gartne</description>
    </item>
    
    <item>
      <title>程序员进阶精读书籍清单</title>
      <link>http://myself659.github.io/post/programer-book-list/</link>
      <pubDate>Thu, 02 Jan 2020 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/programer-book-list/</guid>
      <description>2020年加大搬砖的力度，还是一名程序员，继续成长与进步。 优秀程序员应该具备以下三方面能力： 扎实的计算机基础知识（计算机结构，操作系统，数据</description>
    </item>
    
    <item>
      <title>如何养成好习惯</title>
      <link>http://myself659.github.io/post/learn/how-to-develop-habit/</link>
      <pubDate>Fri, 06 Dec 2019 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/learn/how-to-develop-habit/</guid>
      <description>背景 养成好习惯是一项复杂的任务，但通过科学的方法，我们可以使其变得更加简单和高效。 以下将从&amp;quot;原子习惯&amp;quot;、&amp;ldquo;微</description>
    </item>
    
    <item>
      <title>为什么好习惯很重要</title>
      <link>http://myself659.github.io/post/learn/habit-is-important/</link>
      <pubDate>Thu, 05 Dec 2019 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/learn/habit-is-important/</guid>
      <description>背景 大家都知道好习惯很重要。 大部分人也就停留在知道，但是仅仅是知道并不能对好习惯养成的帮助很有限。要形成养成好习惯的动力需要深入思考： 为什么</description>
    </item>
    
    <item>
      <title>苹果微软亚马逊谷歌Facebook五大科技巨头是如何赚钱的</title>
      <link>http://myself659.github.io/post/tech-giant-income/</link>
      <pubDate>Thu, 21 Nov 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/tech-giant-income/</guid>
      <description>苹果微软亚马逊谷歌Facebook这五大科技巨头在2018年的收入总和超过了8000亿美元。 如果这五大科技巨头保证30%的增长率，这五大科技</description>
    </item>
    
    <item>
      <title>情绪认知的误区</title>
      <link>http://myself659.github.io/post/rt/%E6%83%85%E7%BB%AA%E8%AE%A4%E7%9F%A5%E7%9A%84%E8%AF%AF%E5%8C%BA/</link>
      <pubDate>Sun, 10 Nov 2019 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E6%83%85%E7%BB%AA%E8%AE%A4%E7%9F%A5%E7%9A%84%E8%AF%AF%E5%8C%BA/</guid>
      <description>背景 发现自己对情绪没有自己的思考，这方面有很多不知道自己不知道的东西。 误区总结 没有明确：情绪是人生底层操作系统 低估了情绪价值 低估了被情绪主导</description>
    </item>
    
    <item>
      <title>DoH FAQ</title>
      <link>http://myself659.github.io/post/network/about-doh/</link>
      <pubDate>Fri, 08 Nov 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/network/about-doh/</guid>
      <description>什么是DoH DoH是DNS over HTTPS。 传统DNS相当于DNS over UDP。 DoH带来哪些好处？ 采用DoH对用户来说有如下好处： DoH协议不允许</description>
    </item>
    
    <item>
      <title>做一名通才吧</title>
      <link>http://myself659.github.io/post/learn/to-be-polymath-t%E5%9E%8B%E9%80%9A%E6%89%8D/</link>
      <pubDate>Tue, 15 Oct 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/learn/to-be-polymath-t%E5%9E%8B%E9%80%9A%E6%89%8D/</guid>
      <description>背景 这是一个信息爆炸，连接无限，复杂快变的时代。 通才 通才(Polymath),指的是那些具有广泛涉猎知识和兴趣,在不同领域都有深入理解与创造</description>
    </item>
    
    <item>
      <title>搭建Substrate开发云节点</title>
      <link>http://myself659.github.io/post/substrate-cloud-node/</link>
      <pubDate>Wed, 18 Sep 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/substrate-cloud-node/</guid>
      <description>为什么要云节点 主要由以下几个原因： 国内GFW太狠，github都不能幸免，代码都不能下载，影响正常的开发 rust这个编译太占用cpu，内存，</description>
    </item>
    
    <item>
      <title>Rust Vec 101</title>
      <link>http://myself659.github.io/post/rust/rust-vec/</link>
      <pubDate>Sun, 08 Sep 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rust/rust-vec/</guid>
      <description>vector in Rust 1 2 3 4 5 struct Vec { length: u32, //Present size of vector ptr: RefCell, //Pointer to allocate Memory on Heap capacity: u32, //Max size vector can hold, after this vector need to be resized/reallocated } create 不指定数据类型 1 2 let mut v1 = Vec::new(); let mut v2 = vec![]; 指定数据类型 1 2 3 let</description>
    </item>
    
    <item>
      <title>深入分析Golang sync.pool优化</title>
      <link>http://myself659.github.io/post/golang/golang-sync-pool-2/</link>
      <pubDate>Fri, 06 Sep 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/golang-sync-pool-2/</guid>
      <description>前言 最近golang的1.13版本发布了，有很多新特性与改进合入。这里主要分析sync.pool的优化。 本文主要解答以下几个问题： sync.</description>
    </item>
    
    <item>
      <title>瑞·达利欧：不投资中国才是巨大的风险</title>
      <link>http://myself659.github.io/post/risk-of-vesting-china/</link>
      <pubDate>Sun, 18 Aug 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/risk-of-vesting-china/</guid>
      <description>不投资中国才是巨大的风险 最近，桥水基金创始人及《原则》的作者瑞·达利欧公开表示：不投资中国才是巨大的风险。如下图所示： 作为一个世界富豪榜排名</description>
    </item>
    
    <item>
      <title>Rust crate加速</title>
      <link>http://myself659.github.io/post/rust/rust-crate-speedup/</link>
      <pubDate>Sun, 11 Aug 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rust/rust-crate-speedup/</guid>
      <description>由于墙的原因，导致cargo build，cargo run都会出现概率性失败，并且整个过程十分缓慢。 下面是解决方案： 方案1 在 ~/.cargo/</description>
    </item>
    
    <item>
      <title>安装与更新python</title>
      <link>http://myself659.github.io/post/python/python37-install/</link>
      <pubDate>Thu, 08 Aug 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/python/python37-install/</guid>
      <description>说明 完全是为了记录自己的操作记录，换一台新机器真是免不了要装python。记录下来，便于以后操作。 apt-get安装 1 2 3 4 5 6 7 8 apt update apt install</description>
    </item>
    
    <item>
      <title>正交思维与软件工程</title>
      <link>http://myself659.github.io/post/arch/orthogonal-thinking-in-software/</link>
      <pubDate>Sun, 21 Jul 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/orthogonal-thinking-in-software/</guid>
      <description>什么是Orthogonal？ orthogonal表面意思是正交的，直角的。 平面几何的坐标系的x轴与y轴就是正交关系。 在软件工程中Orthog</description>
    </item>
    
    <item>
      <title>加密货币市场常用跟踪指标</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-index-predict/</link>
      <pubDate>Mon, 08 Jul 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-index-predict/</guid>
      <description>指标 Largest banks by market cap Largest banks by market cap 总市值 加密货币总市值 CRYPTOCURRENCY MARKET 加密数字货币全球图表 交易量Transaction Volume BTC&amp;rsquo;s Transaction Volume Ethereum’s Transaction Volume 算力Hash</description>
    </item>
    
    <item>
      <title>如何选择合适的node版本与npm package</title>
      <link>http://myself659.github.io/post/javascript/node-version/</link>
      <pubDate>Mon, 08 Jul 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/javascript/node-version/</guid>
      <description>前言 作为一个常年以c,c++,golang为主的后端程序员，刚接触nodejs有一个困惑，就是node有哪么多版本到底该选择哪个版本呢？ no</description>
    </item>
    
    <item>
      <title>Facebook libra是昙花一现还是星星之火</title>
      <link>http://myself659.github.io/post/facebook-libra/</link>
      <pubDate>Wed, 26 Jun 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/facebook-libra/</guid>
      <description>前言 最近随着Libra横空出世，整个互联网有关的Libra新闻，评论等层出不穷，众说纷云。这么热闹，我当然也要插一脚，讲讲自己的一些思考与看</description>
    </item>
    
    <item>
      <title>创业的核心</title>
      <link>http://myself659.github.io/post/startup/%E5%88%9B%E4%B8%9A%E7%9A%84%E6%A0%B8%E5%BF%83/</link>
      <pubDate>Mon, 24 Jun 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/startup/%E5%88%9B%E4%B8%9A%E7%9A%84%E6%A0%B8%E5%BF%83/</guid>
      <description>创业的核心 创业的核心： 把握机会 降低成本 控制风险</description>
    </item>
    
    <item>
      <title>深入分析Golang sync.pool</title>
      <link>http://myself659.github.io/post/golang/golang-sync-pool-1/</link>
      <pubDate>Mon, 10 Jun 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/golang-sync-pool-1/</guid>
      <description>定义 sync.Pool是一个可以存或取的临时对象池。对外提供New、Get、Put等API，利用mutex支持多线程并发。 目标 sync.Po</description>
    </item>
    
    <item>
      <title>谈谈利益</title>
      <link>http://myself659.github.io/post/human/%E5%88%A9%E7%9B%8A-benfit101/</link>
      <pubDate>Fri, 07 Jun 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/human/%E5%88%A9%E7%9B%8A-benfit101/</guid>
      <description>来源 利益来自需求与欲望。 存在 利益存在于现实与预期当中。 分类 物质利益即可量化的资源、金钱、产品、时间如薪资、补贴、土地、食品 信息利益即获取或保</description>
    </item>
    
    <item>
      <title>如何进入心流状态</title>
      <link>http://myself659.github.io/post/done/how-to-flow-%E5%BF%83%E6%B5%81/</link>
      <pubDate>Wed, 05 Jun 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/how-to-flow-%E5%BF%83%E6%B5%81/</guid>
      <description>心流状态 心流状态(Flow State)指的是一种不自觉的身心愉悦感,以及投入在一个活动中的极度专注的心理状态。当一个人全身心地投入一项工作或</description>
    </item>
    
    <item>
      <title>只做一件事，避免多任务并发</title>
      <link>http://myself659.github.io/post/done/how-to-one-task%E5%8F%AA%E5%81%9A%E4%B8%80%E4%BB%B6%E4%BA%8B/</link>
      <pubDate>Mon, 03 Jun 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/how-to-one-task%E5%8F%AA%E5%81%9A%E4%B8%80%E4%BB%B6%E4%BA%8B/</guid>
      <description>多任务并发的危害 人类大脑结构上并不适合多任务处理,强行进行多任务会降低效率与产出 多任务带来的切换成本开销大 多任务处理会降低工作质量，增大压力</description>
    </item>
    
    <item>
      <title>如何迭代</title>
      <link>http://myself659.github.io/post/done/how-to-iterate-%E8%BF%AD%E4%BB%A3/</link>
      <pubDate>Mon, 03 Jun 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/how-to-iterate-%E8%BF%AD%E4%BB%A3/</guid>
      <description>重复不如迭代 迭代相比较于重复有以下特点： 改变 复用 反馈 结论： 1000次重复不如1000次迭代。 迭代的原则 小改变，多对比，多迭代 度量迭代 迭代的粒</description>
    </item>
    
    <item>
      <title>人生中最昂贵的教训：SIM卡转移攻击的细节(译文)</title>
      <link>http://myself659.github.io/post/sim-port-attack/</link>
      <pubDate>Thu, 30 May 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/sim-port-attack/</guid>
      <description>上周三我损失了10万美元。它在24小时的时间内在“SIM转移攻击”中消失，耗尽了我的Coinbase帐户。事件已经过去了四天，我被摧毁了。我</description>
    </item>
    
    <item>
      <title>说说读书</title>
      <link>http://myself659.github.io/post/rt/about-book-reading/</link>
      <pubDate>Tue, 28 May 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/about-book-reading/</guid>
      <description>前言 书籍是人类进步的阶梯。 书箱是前人总结的知识与智慧的结晶。 读书有利于使我们站上巨人的肩膀，有利于我们提升自己的历史高度，行业高度，哲学高度</description>
    </item>
    
    <item>
      <title>gcloud auth login from mainland in china</title>
      <link>http://myself659.github.io/post/k8s/gcloud-login-from-china/</link>
      <pubDate>Wed, 08 May 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/k8s/gcloud-login-from-china/</guid>
      <description>backgroud 最近使用了google cloud，所以打算试一下通过gcloud auth login登陆远程主机。 prerequisites 科学上网的通道 terminal配置代理 config gcp proxy for</description>
    </item>
    
    <item>
      <title>关于zoom的一些思考与看法</title>
      <link>http://myself659.github.io/post/business/about-zoom/</link>
      <pubDate>Sun, 28 Apr 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/business/about-zoom/</guid>
      <description>前言 最近zoom上市，作为一名华人创业公司自然大受关注。下面从以下几个方面谈谈自己的一些思考与看法： 技术 领导 产品 商业 技术 对于视频面试会议，技</description>
    </item>
    
    <item>
      <title>选择的原则</title>
      <link>http://myself659.github.io/post/rt/%E9%80%89%E6%8B%A9%E5%8E%9F%E5%88%99/</link>
      <pubDate>Thu, 18 Apr 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E9%80%89%E6%8B%A9%E5%8E%9F%E5%88%99/</guid>
      <description>背景 学会选择很难。 学会做出好的选择更难。 在这个复杂的世界里学会做出正确的选择更难。 选择很重要。不是有一句话： 选择比努力更重要。 原则 个人对于选</description>
    </item>
    
    <item>
      <title>世界的特征</title>
      <link>http://myself659.github.io/post/rt/%E4%B8%96%E7%95%8C%E7%9A%84%E7%89%B9%E5%BE%81/</link>
      <pubDate>Sat, 13 Apr 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E4%B8%96%E7%95%8C%E7%9A%84%E7%89%B9%E5%BE%81/</guid>
      <description>通用特征 Volatile不稳定的 Uncertain不确定的 Complex复杂的 Ambiguous模糊的 Unfair不公平的 Asymmetri</description>
    </item>
    
    <item>
      <title>理解社会的抽象</title>
      <link>http://myself659.github.io/post/rt/%E7%A4%BE%E4%BC%9A%E7%9A%84%E6%8A%BD%E8%B1%A1/</link>
      <pubDate>Fri, 12 Apr 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E7%A4%BE%E4%BC%9A%E7%9A%84%E6%8A%BD%E8%B1%A1/</guid>
      <description>背景 认识自己与认识世界，是我们学习两个方面。 世界很大，有客观的物理世界，有由人组成的社会，有虚拟的世界等等，这里还是先以人为本，先看由人组成</description>
    </item>
    
    <item>
      <title>从逻辑运算看证实和证伪</title>
      <link>http://myself659.github.io/post/rt/%E8%AF%81%E5%AE%9Evs%E8%AF%81%E4%BC%AA/</link>
      <pubDate>Thu, 11 Apr 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E8%AF%81%E5%AE%9Evs%E8%AF%81%E4%BC%AA/</guid>
      <description>前言 我们处于信息社会，实际上只是信息很多，但是真相确却很少。 假设 假设一个事件发生，现在已知要满足N个条件（实际上可能不止N个条件）。 证实 用编</description>
    </item>
    
    <item>
      <title>区块链，加密货币与web3常用信息来源</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-info/</link>
      <pubDate>Tue, 12 Mar 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-info/</guid>
      <description>技术 medium cryptocurrency medium blockchain hackernoon NFT 新项目 icodrops The Complete ICO Calendar 资讯 coindeck twitter naval balajis.com Vitalik Ashleigh Schap Arthur Hayes Stani Kulechov Gloria Kimbwala Ric Burton Dennison Bertram Austin Griffith Santiago Palladino Zaki Manian Anthony Sassano titter follow suggest list telegram Fat Pig Signals Universal Crypto Signals Verified Crypto Traders Rocket Wallet Signals 数据与分析 messari Blog haseebq balajis&amp;rsquo;s blog</description>
    </item>
    
    <item>
      <title>分享一种分析信息技术发展的框架</title>
      <link>http://myself659.github.io/post/it-frame/</link>
      <pubDate>Sun, 10 Mar 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/it-frame/</guid>
      <description>信息技术发展史 为了与原文保持一致，将信息技术发展史分为以下6个阶段： 大型机时代 PC时代 互联网时代 社交网络时代 智能手机时代 区块链时代 框架介绍 将</description>
    </item>
    
    <item>
      <title>利用Kube Eagle监控Kubernetes集群资源</title>
      <link>http://myself659.github.io/post/k8s/k8s-kubeagle/</link>
      <pubDate>Sat, 09 Mar 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/k8s/k8s-kubeagle/</guid>
      <description>安装helm helm是Kubernetes集群的npm。 下载脚本add_helm.sh 脚本内容如下： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20</description>
    </item>
    
    <item>
      <title>The popular python packages you should know</title>
      <link>http://myself659.github.io/post/python/python-packages/</link>
      <pubDate>Sat, 09 Feb 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/python/python-packages/</guid>
      <description>Life is short, I use Python. I try to summary the popular python packages as follows: Number and Math sympy Sage numbers math cmath decimal fractions random statistics Data and statistics Matplotlib seaborn numpy pandas plotly Web Development Django FastAPI GUI pyqt PySimpleGUI automation script pathlib os Machine Learning TensorFlow Scikit OpenCV streamlit Web Scraping and Web Automation Requests Beautiful Soup Scrapy Selenium 欢迎关注 欢迎关</description>
    </item>
    
    <item>
      <title>vscode tips</title>
      <link>http://myself659.github.io/post/vscode-tips/</link>
      <pubDate>Fri, 08 Feb 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/vscode-tips/</guid>
      <description>安装 1 brew install visual-studio-code 配置 进入配置 文件-&amp;gt; 首选项 -&amp;gt;配置 点击右上边的文件图标，进入打开设置（打开配置文件C:\Users\ \AppData</description>
    </item>
    
    <item>
      <title>赌博vs投资</title>
      <link>http://myself659.github.io/post/invest/invest-vs-gambling/</link>
      <pubDate>Mon, 28 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/invest/invest-vs-gambling/</guid>
      <description>共同点 都是一种交易 都想通过这种交易获利更大的回报 都会面临不确定性 最有可能会失败 都是一种概率的游戏 不同点 赌博缺少风控，投资注重风控 赌博不看风险</description>
    </item>
    
    <item>
      <title>谈谈做事的原则</title>
      <link>http://myself659.github.io/post/principle-of-work/</link>
      <pubDate>Wed, 23 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/principle-of-work/</guid>
      <description>前言 这篇文章规划了很久，本来打算年前写，各种事情加上自己的拖延症，到现在才开始写。 做事 如果说人的一生做什么？总结一下，可以划分两个方面： 做人</description>
    </item>
    
    <item>
      <title>谈谈学习的原则</title>
      <link>http://myself659.github.io/post/learn/learn-principles/</link>
      <pubDate>Wed, 23 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/learn/learn-principles/</guid>
      <description>学习原则 坚持终身学习 学习有法、学无定法、贵在得法 向高手学习，站在巨人的肩膀上学习 不断学习元学习，学会如何学习并不断提高学习能力 坚持高标准学习</description>
    </item>
    
    <item>
      <title>Consistency Level 101</title>
      <link>http://myself659.github.io/post/arch/consistency-level-101/</link>
      <pubDate>Sat, 19 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/consistency-level-101/</guid>
      <description>前言 在分布式系统中，**一致性（Consistency）**始终是核心挑战之一。随着副本数量增多、跨机房部署的普及，我们必须权衡一致性、可用</description>
    </item>
    
    <item>
      <title>Application Gateway 101</title>
      <link>http://myself659.github.io/post/arch/application-gateway-101/</link>
      <pubDate>Fri, 18 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/application-gateway-101/</guid>
      <description>前言 在现代互联网架构中，随着服务化、微服务和云原生架构的广泛应用，系统前端需要具备更强大的流量控制能力，不仅要转发请求，还要处理认证、安全、</description>
    </item>
    
    <item>
      <title>Hinted Handoff 101</title>
      <link>http://myself659.github.io/post/arch/hinted-handoff-101/</link>
      <pubDate>Fri, 18 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/hinted-handoff-101/</guid>
      <description>前言 在分布式系统中，节点故障是常态而不是例外。为了保障高可用性与最终一致性，很多系统引入了一种重要机制：Hinted Handoff（提示式转</description>
    </item>
    
    <item>
      <title>Proxy 101</title>
      <link>http://myself659.github.io/post/arch/proxy-101/</link>
      <pubDate>Fri, 18 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/proxy-101/</guid>
      <description>前言 在当今互联网系统中，Proxy（代理） 是一种极为常见且强大的中间组件，广泛应用于访问控制、负载均衡、安全隔离、缓存加速等场景。无论是客户</description>
    </item>
    
    <item>
      <title>Quorum 101</title>
      <link>http://myself659.github.io/post/arch/quorum-101/</link>
      <pubDate>Fri, 18 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/quorum-101/</guid>
      <description>前言 在分布式系统中，多副本机制确保了数据的高可用性与容错能力，但同时也带来了副本间一致性的问题。为了在性能、可用性与一致性之间取得平衡，Qu</description>
    </item>
    
    <item>
      <title>Rate Limiter 101</title>
      <link>http://myself659.github.io/post/arch/rate-limiter-101/</link>
      <pubDate>Fri, 18 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/rate-limiter-101/</guid>
      <description>前言 在现代互联网系统中，用户访问量巨大且不可预期，恶意刷接口、突发流量暴涨等问题屡见不鲜。为了保护系统稳定性、保障资源公平使用，Rate Li</description>
    </item>
    
    <item>
      <title>Read Repair 101</title>
      <link>http://myself659.github.io/post/arch/read-repair-101/</link>
      <pubDate>Fri, 18 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/read-repair-101/</guid>
      <description>前言 在分布式系统中，数据被多副本存储是常见做法，用于提升容错与可用性。然而，多副本之间的数据一致性维护是一个复杂的问题。**Read Repa</description>
    </item>
    
    <item>
      <title>RESTAPI 101</title>
      <link>http://myself659.github.io/post/arch/restapi-101/</link>
      <pubDate>Fri, 18 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/restapi-101/</guid>
      <description>前言 在现代互联网系统中，REST API（Representational State Transfer Application Programming Interface）无处不在，是系统组件之间进行通信和数据交</description>
    </item>
    
    <item>
      <title>Segmented Log 101</title>
      <link>http://myself659.github.io/post/arch/segmented-log-101/</link>
      <pubDate>Thu, 17 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/segmented-log-101/</guid>
      <description>前言 在现代分布式系统、日志系统、消息队列和数据库中，高效、可靠的写入与持久化机制是系统核心能力之一。传统的线性日志虽然简单，但在长时间运行、</description>
    </item>
    
    <item>
      <title>请主动积极些</title>
      <link>http://myself659.github.io/post/life/%E8%AF%B7%E4%B8%BB%E5%8A%A8%E7%A7%AF%E6%9E%81%E4%BA%9B/</link>
      <pubDate>Thu, 17 Jan 2019 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E8%AF%B7%E4%B8%BB%E5%8A%A8%E7%A7%AF%E6%9E%81%E4%BA%9B/</guid>
      <description>被动的麻烦 被动代表什么?被动常常代表麻烦,具体如下: 落后 等待与浪费 缺少控制 机会减少 缺少准备 什么是积极主动 积极主动怎么定义呢? 还是看实例和对比</description>
    </item>
    
    <item>
      <title>Write-Ahead Log 101</title>
      <link>http://myself659.github.io/post/arch/write-ahead-log-101/</link>
      <pubDate>Wed, 16 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/write-ahead-log-101/</guid>
      <description>前言 在现代互联网系统中，数据的可靠性与一致性至关重要。尤其在数据库、分布式系统和文件系统中，为了防止系统崩溃后数据丢失，Write-Ahea</description>
    </item>
    
    <item>
      <title>B-tree 101</title>
      <link>http://myself659.github.io/post/arch/b-tree-101/</link>
      <pubDate>Mon, 14 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/b-tree-101/</guid>
      <description>前言 在现代互联网系统与数据库技术中，数据的高效查询与有序存储一直是核心目标。尤其在关系型数据库和文件系统中，B-Tree 是广泛使用的数据结构</description>
    </item>
    
    <item>
      <title>LSM tree 101</title>
      <link>http://myself659.github.io/post/arch/lsm-tree-101/</link>
      <pubDate>Mon, 14 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/lsm-tree-101/</guid>
      <description>LSM Tree 101 前言 在现代互联网系统中，海量数据的高效写入和查询是数据库系统设计的核心目标之一。特别是写多读少或写入密集型的场景中，传统B-Tree类</description>
    </item>
    
    <item>
      <title>merkel tree 101</title>
      <link>http://myself659.github.io/post/arch/merkeltree-101/</link>
      <pubDate>Mon, 14 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/merkeltree-101/</guid>
      <description>前言 在现代互联网系统，特别是区块链、分布式存储、数据同步等领域，数据完整性校验至关重要。Merkle Tree（默克尔树）作为一种高效的结构化</description>
    </item>
    
    <item>
      <title>CuckooFilter 101</title>
      <link>http://myself659.github.io/post/arch/cuckoo-filter-101/</link>
      <pubDate>Sun, 13 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/cuckoo-filter-101/</guid>
      <description>前言 在现代互联网系统中，过滤器作为高效的集合判断结构被广泛使用。尤其在**布隆过滤器（Bloom Filter）**存在删除困难和空间使用不佳</description>
    </item>
    
    <item>
      <title>BloomFilter 101</title>
      <link>http://myself659.github.io/post/arch/bloomfilter-101/</link>
      <pubDate>Sat, 12 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/bloomfilter-101/</guid>
      <description>前言 在现代互联网系统中，性能与资源的平衡尤为重要。**Bloom Filter（布隆过滤器）**作为一种极致空间效率的数据结构，常用于“快速判</description>
    </item>
    
    <item>
      <title>PoW过时了吗？</title>
      <link>http://myself659.github.io/post/pow-is-out/</link>
      <pubDate>Sat, 12 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/pow-is-out/</guid>
      <description>ETC受到51%攻击 最近ETC受到51%攻击，值得注意是：ETC是受到51%攻击的币种中市值最高的。 先谈谈ETC受到51%攻击原因。ETC采</description>
    </item>
    
    <item>
      <title>Queue 101</title>
      <link>http://myself659.github.io/post/arch/queue-101/</link>
      <pubDate>Thu, 10 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/queue-101/</guid>
      <description>前言 在现代互联网系统中，队列（Queue）作为系统“解耦、削峰、异步处理”的核心手段，几乎无处不在。从消息传递、任务调度到事件驱动架构，队列</description>
    </item>
    
    <item>
      <title>Consistent Hash 101</title>
      <link>http://myself659.github.io/post/arch/consistent-hash-101/</link>
      <pubDate>Wed, 09 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/consistent-hash-101/</guid>
      <description>前言 在现代互联网系统中，分布式架构已成常态，如何高效、平滑地将数据或请求映射到多个节点，是系统设计中的关键问题。**一致性哈希（Consis</description>
    </item>
    
    <item>
      <title>loadbalance 101</title>
      <link>http://myself659.github.io/post/arch/loadbalance-101/</link>
      <pubDate>Wed, 09 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/loadbalance-101/</guid>
      <description>前言 在现代互联网架构中，负载均衡（Load Balancing）几乎是每一个高可用、高并发系统的基础组件之一。它在系统稳定性、扩展性与性能方面</description>
    </item>
    
    <item>
      <title>Cache 101</title>
      <link>http://myself659.github.io/post/arch/cache-101/</link>
      <pubDate>Tue, 08 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/cache-101/</guid>
      <description>前言 在现在互联网系统中cache无处不在，无时不用。 定义 wiki定义如下： a cache is a hardware or software component that stores data so that future requests for that data can be served faster; 工作原理 一句话：通过将</description>
    </item>
    
    <item>
      <title>The excited journey to the Wild West</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-crypto-west-world/</link>
      <pubDate>Tue, 08 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-crypto-west-world/</guid>
      <description>Do not foucus on BTC, Ethernum and other cryptocurrucies.
BTC just open the door for the next genration digit world which will be build with blockchain, cryptocurrucy, AI, AR, VR.
Let us start the excited journey to the new Wild West.</description>
    </item>
    
    <item>
      <title>如何分析股票</title>
      <link>http://myself659.github.io/post/invest/invest-how-to-stock/</link>
      <pubDate>Tue, 08 Jan 2019 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/invest/invest-how-to-stock/</guid>
      <description>如何分析股票 个人认为可以从以下几个方面展开。 商业模式 公司的商业模式是什么？ 商业模式是否可持续？ 商业模式是否有竞争优势？ 治理能力 公司的管理层与</description>
    </item>
    
    <item>
      <title>关于区块链共识的一些思考</title>
      <link>http://myself659.github.io/post/blockchain/%E5%85%B3%E4%BA%8E%E5%8C%BA%E5%9D%97%E9%93%BE%E5%85%B1%E8%AF%86%E7%9A%84%E4%B8%80%E4%BA%9B%E6%80%9D%E8%80%83/</link>
      <pubDate>Mon, 24 Dec 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/%E5%85%B3%E4%BA%8E%E5%8C%BA%E5%9D%97%E9%93%BE%E5%85%B1%E8%AF%86%E7%9A%84%E4%B8%80%E4%BA%9B%E6%80%9D%E8%80%83/</guid>
      <description>说明 前面写一篇关于分布式系统的文章，但是没有考虑拜占庭问题，所以聊聊区块链共识技术，在这个过程看看比特币是如何解决拜占庭问题和共识问题。 定义</description>
    </item>
    
    <item>
      <title>谈谈对分布式系统的一些思考</title>
      <link>http://myself659.github.io/post/distributed/distributed-theory/</link>
      <pubDate>Tue, 11 Dec 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/distributed-theory/</guid>
      <description>说明 本文限定在分布式系统不考虑拜占庭问题。即所有节点都是可信的。 定义 分布式系统是多个节点协作完全一个共同的业务。 重要性 分布式理论的重要性毋庸</description>
    </item>
    
    <item>
      <title>大型系统软件Comware研发总结</title>
      <link>http://myself659.github.io/post/comware-rd/</link>
      <pubDate>Wed, 05 Dec 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/comware-rd/</guid>
      <description>前言 前几个月写一篇关于研发管理的文章。在那篇文章提出一个简单的思考框架，并没有实际案例的分享及深度分析。所以在这里以华三Comware研发为</description>
    </item>
    
    <item>
      <title>说说在不同行业的编程体验</title>
      <link>http://myself659.github.io/post/arch/%E8%AF%B4%E8%AF%B4%E5%9C%A8%E4%B8%8D%E5%90%8C%E8%A1%8C%E4%B8%9A%E7%9A%84%E7%BC%96%E7%A8%8B%E4%BD%93%E9%AA%8C/</link>
      <pubDate>Sun, 02 Dec 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/%E8%AF%B4%E8%AF%B4%E5%9C%A8%E4%B8%8D%E5%90%8C%E8%A1%8C%E4%B8%9A%E7%9A%84%E7%BC%96%E7%A8%8B%E4%BD%93%E9%AA%8C/</guid>
      <description>回想起来，本科毕业以来，在五家公司呆过，经历四个行业，在这引起行业编程体验各有不同，总结起来就下面四句话： 嵌入式行业：面向DataSheet</description>
    </item>
    
    <item>
      <title>说说微信小程序</title>
      <link>http://myself659.github.io/post/business/about-weixin-miniprogram/</link>
      <pubDate>Sat, 01 Dec 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/business/about-weixin-miniprogram/</guid>
      <description>小程序在2018年确实火了，除了先行的微信小程序，后面紧接着跟着了蚂蚁金服的小程序，今日头条的小程序。这里先表明一下自己的立场，从微信小程序</description>
    </item>
    
    <item>
      <title>技术人员应该如何思考业务与产品</title>
      <link>http://myself659.github.io/post/arch/%E6%8A%80%E6%9C%AF%E4%BA%BA%E5%91%98%E5%BA%94%E8%AF%A5%E5%A6%82%E4%BD%95%E6%80%9D%E8%80%83%E4%B8%9A%E5%8A%A1/</link>
      <pubDate>Fri, 02 Nov 2018 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/arch/%E6%8A%80%E6%9C%AF%E4%BA%BA%E5%91%98%E5%BA%94%E8%AF%A5%E5%A6%82%E4%BD%95%E6%80%9D%E8%80%83%E4%B8%9A%E5%8A%A1/</guid>
      <description>tips 谁使用业务与产品？ 谁负责设计业务与产品？ 谁会购买产品或者为业务付费？ 谁负责交付并维护业务与产品？ 用户与客户是如何使用业务与产品？ 用户与客户</description>
    </item>
    
    <item>
      <title>vector clock 101</title>
      <link>http://myself659.github.io/post/distributed/vector-clocks-101/</link>
      <pubDate>Tue, 30 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/vector-clocks-101/</guid>
      <description>前言 在现代分布式系统中，多个节点并发处理数据的场景非常常见。如何判断两个事件的先后关系？如何检测冲突？这时我们需要一种比时间戳更精确的工具 —</description>
    </item>
    
    <item>
      <title>CAP Theorem 101</title>
      <link>http://myself659.github.io/post/distributed/cap-theorem-101/</link>
      <pubDate>Mon, 29 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/cap-theorem-101/</guid>
      <description>前言 在现代分布式系统中，系统经常部署在多个地理位置、跨多个节点，网络延迟、故障和节点不一致成为常态。如何在这种复杂环境下权衡一致性与可用性？</description>
    </item>
    
    <item>
      <title>Checksum  101</title>
      <link>http://myself659.github.io/post/distributed/checksum-101/</link>
      <pubDate>Mon, 29 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/checksum-101/</guid>
      <description>前言 在分布式系统、文件传输、数据存储等场景中，数据在传输和存储过程中可能出现错误或损坏。为了确保数据的完整性和正确性，Checksum（校验</description>
    </item>
    
    <item>
      <title>High-Water Mark 101</title>
      <link>http://myself659.github.io/post/distributed/high-water-mark-101/</link>
      <pubDate>Mon, 29 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/high-water-mark-101/</guid>
      <description>前言 在现代分布式系统、流处理引擎和日志系统中，数据的顺序性与进度控制至关重要。如何知道一个节点、消费者、或者整个系统**“处理到哪了”**？</description>
    </item>
    
    <item>
      <title>PACELC Theorem 101</title>
      <link>http://myself659.github.io/post/distributed/pacelc-theorem-101/</link>
      <pubDate>Mon, 29 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/pacelc-theorem-101/</guid>
      <description>前言 CAP 定理揭示了分布式系统在「一致性（Consistency）」「可用性（Availability）」与「分区容忍性（Partition To</description>
    </item>
    
    <item>
      <title>Failback 101</title>
      <link>http://myself659.github.io/post/distributed/failback-101/</link>
      <pubDate>Thu, 25 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/failback-101/</guid>
      <description>前言 在分布式系统中，当主节点因故障被替换（Failover）后，如果原主节点恢复正常，系统是否、何时、以及如何让它重新承担主角色？这便是 Fa</description>
    </item>
    
    <item>
      <title>Failover 101</title>
      <link>http://myself659.github.io/post/distributed/failover-101/</link>
      <pubDate>Thu, 25 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/failover-101/</guid>
      <description>前言 在现代分布式系统中，高可用（High Availability） 是基本要求。而高可用的核心能力之一就是：当系统组件出现故障时，是否能自动切</description>
    </item>
    
    <item>
      <title>Fencing 101</title>
      <link>http://myself659.github.io/post/distributed/fencing-101/</link>
      <pubDate>Thu, 25 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/fencing-101/</guid>
      <description>前言 在分布式系统中，我们常用 Lease（租约） 控制某个节点对资源的独占访问。然而，当网络分区或节点故障后，“过期”节点仍可能持有旧的访问权限</description>
    </item>
    
    <item>
      <title>Gossip 101</title>
      <link>http://myself659.github.io/post/distributed/gossip-101/</link>
      <pubDate>Thu, 25 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/gossip-101/</guid>
      <description>前言 在大规模分布式系统中，节点之间需要高效、可靠地传播状态信息，如节点上线、宕机、负载等。而中心化广播机制很难应对规模扩展、容错要求等问题。</description>
    </item>
    
    <item>
      <title>Heartbeat 101</title>
      <link>http://myself659.github.io/post/distributed/heartbeat-101/</link>
      <pubDate>Thu, 25 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/heartbeat-101/</guid>
      <description>前言 在现代分布式系统中，故障检测 是系统高可用的基础能力。系统需要实时感知某个节点是否还“存活”，以便及时做出容错或主备切换。这一机制中，He</description>
    </item>
    
    <item>
      <title>Lease 101</title>
      <link>http://myself659.github.io/post/distributed/lease-101/</link>
      <pubDate>Thu, 25 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/lease-101/</guid>
      <description>前言 在分布式系统中，多个节点同时访问或修改同一资源时，如何保证一致性和避免冲突是一个核心问题。传统的锁机制在高延迟和故障环境下难以保证可靠性</description>
    </item>
    
    <item>
      <title>Phi Accrual Failure Detector algorithm 101</title>
      <link>http://myself659.github.io/post/distributed/phi-accrual-failure-detector-algorithm-101/</link>
      <pubDate>Thu, 25 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/phi-accrual-failure-detector-algorithm-101/</guid>
      <description>前言 在现代分布式系统中，节点失效检测是系统容错能力的基石。简单的“超时判断”往往无法应对真实网络环境中的延迟波动、抖动等问题，于是更加智能化</description>
    </item>
    
    <item>
      <title>Split Brain 101</title>
      <link>http://myself659.github.io/post/distributed/split-brain-101/</link>
      <pubDate>Thu, 25 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/split-brain-101/</guid>
      <description>前言 在现代互联网系统中，分布式系统 被广泛应用来提高可用性、扩展性与容错性。但网络的不稳定、节点的故障或管理上的分歧，常常会引发一个危险的问题</description>
    </item>
    
    <item>
      <title>Raft 101</title>
      <link>http://myself659.github.io/post/distributed/raft-101/</link>
      <pubDate>Wed, 24 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/raft-101/</guid>
      <description>前言 在分布式系统中，一致性共识协议是保证多个节点达成同一状态的核心技术。虽然 Paxos 提供了理论基础，但它实现复杂、理解困难。为此，Raft 协议应运</description>
    </item>
    
    <item>
      <title>Paxos 101</title>
      <link>http://myself659.github.io/post/distributed/paxos-101/</link>
      <pubDate>Tue, 23 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/paxos-101/</guid>
      <description>前言 在现代分布式系统中，多个节点如何就某个“真相”达成一致，是构建可靠系统的核心问题之一。无论是分布式数据库、共识引擎，还是一致性协调服务，</description>
    </item>
    
    <item>
      <title>说说私钥保护技术</title>
      <link>http://myself659.github.io/post/secret-sharing/</link>
      <pubDate>Sun, 21 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/secret-sharing/</guid>
      <description>前言 私钥在区块链系统中代表是什么？私钥是钱。钱包的本质就是私钥。谁控制了私钥谁就控制对应钱包的数字资产，谁丢失了私钥也就相当于丢了对应钱包的</description>
    </item>
    
    <item>
      <title>数字货币交易所安全体系-资产篇</title>
      <link>http://myself659.github.io/post/exchage-safe-asset/</link>
      <pubDate>Fri, 19 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/exchage-safe-asset/</guid>
      <description>前面，简单介绍了数字货币交易所的安全体系，这一篇主要说说一下资产安全的一些要点。 如果将一条公链比作一个银行的话，当然这个银行是去中心化银行，</description>
    </item>
    
    <item>
      <title>数字货币钱包产品定位与战略</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-digitwallet-strategy/</link>
      <pubDate>Fri, 19 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-digitwallet-strategy/</guid>
      <description>4月份写一份关于数字货币钱包的分析，欢迎交流与指正。 数字货币钱包产品定位与战略 欢迎关注 欢迎关注微信公众帐号：沉风网事(savewind)</description>
    </item>
    
    <item>
      <title>安装与应用Prometheus监控Kubernetes集群</title>
      <link>http://myself659.github.io/post/k8s/k8s-monitor/</link>
      <pubDate>Wed, 17 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/k8s/k8s-monitor/</guid>
      <description>安装Prometheus RBAC设置,获取创建集群角色权限 1 2 3 4 ACCOUNT=$(gcloud info --format=&amp;#39;value(config.account)&amp;#39;) kubectl create clusterrolebinding owner-cluster-admin-binding \ --clusterrole cluster-admin \ --user $ACCOUNT 注意：如果集群部署在google cloud上需要</description>
    </item>
    
    <item>
      <title>基于Gitlab&#43;Kubernetes实现CI/CD</title>
      <link>http://myself659.github.io/post/k8s/k8s-cicd/</link>
      <pubDate>Tue, 16 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/k8s/k8s-cicd/</guid>
      <description>要求 基本技术栈要求如下： Golang Docker GitLab Kubernetes 具体原因参考关于技术选型的思考 步骤 创建Kubernetes集群 自己搭建集群也可以，但是投入生产不建议使用。这</description>
    </item>
    
    <item>
      <title>数字货币交易所安全防护体系介绍</title>
      <link>http://myself659.github.io/post/exchage-safe-arch/</link>
      <pubDate>Mon, 15 Oct 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/exchage-safe-arch/</guid>
      <description>说明 这里的交易所是指中心化交易所。下面按标题三个关键词展开说明。 交易所 交易所作为数字资产交易的平台。一直不断地就有安全问题出现，最著名的是M</description>
    </item>
    
    <item>
      <title>别人的成功你很难复制</title>
      <link>http://myself659.github.io/post/life/%E5%88%AB%E4%BA%BA%E7%9A%84%E6%88%90%E5%8A%9F%E4%BD%A0%E5%BE%88%E9%9A%BE%E5%A4%8D%E5%88%B6/</link>
      <pubDate>Thu, 27 Sep 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E5%88%AB%E4%BA%BA%E7%9A%84%E6%88%90%E5%8A%9F%E4%BD%A0%E5%BE%88%E9%9A%BE%E5%A4%8D%E5%88%B6/</guid>
      <description>人们向往成功 人人都渴望成功，追求事业上的成就和个人价值的实现。 大部分人愿意学习别人的成功经验，同时也乐于接受别人对自己成功的解释。然而，这些</description>
    </item>
    
    <item>
      <title>关于技术选型的思考</title>
      <link>http://myself659.github.io/post/tech-stack-explain/</link>
      <pubDate>Wed, 05 Sep 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/tech-stack-explain/</guid>
      <description>技术选型内容 技术选型从组成要素的角度分为两大类： 实现业务的代码 业务依赖的服务 本文围绕代码这一核心进行技术选型，对此分解以下五个问题： 怎么管理</description>
    </item>
    
    <item>
      <title>twitter搜索Tips</title>
      <link>http://myself659.github.io/post/twitter%E6%90%9C%E7%B4%A2%E6%8A%80%E5%B7%A7/</link>
      <pubDate>Wed, 29 Aug 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/twitter%E6%90%9C%E7%B4%A2%E6%8A%80%E5%B7%A7/</guid>
      <description>背景 搜索是我找信息主要来源。twitter上有很多高质量的内容，那么如何查找这些内容以及如何高效快速准确找到这些内容呢？ 搜索入口 twitte</description>
    </item>
    
    <item>
      <title>关于拼多多几点看法</title>
      <link>http://myself659.github.io/post/pdd-thought/</link>
      <pubDate>Sun, 29 Jul 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/pdd-thought/</guid>
      <description>拼多多战略采用农村包围城市，市场上定位准确，填补了三四线农村及中国底层人民的需求。 微信平台是拼多多快速成长的关键，利用微信带来的流量，流量带</description>
    </item>
    
    <item>
      <title>区块链开启游戏的新时代</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-new-game-time/</link>
      <pubDate>Sat, 21 Jul 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-new-game-time/</guid>
      <description>自2008年比特币诞生以来，其代表的区链技术的发展程度令人兴奋，区块链很快就成为日常生活中的流行语。特别是对于游戏行业，区块链能够带来新的游</description>
    </item>
    
    <item>
      <title>leetcode-53. Maximum Subarray</title>
      <link>http://myself659.github.io/post/dsa/dp-max-subarray-sum/</link>
      <pubDate>Wed, 18 Jul 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/dsa/dp-max-subarray-sum/</guid>
      <description>题目 leetcode-53. Maximum Subarray 类似： leetcode-152. Maximum Product Subarray 要点是记录当前最大值，与最小值。 计算当前最值有三种可能： 当前值 前一个最大值与当前值之积 前一个最小值与当前值之积 从这三</description>
    </item>
    
    <item>
      <title>《原则》作者瑞·达利欧烧脑大作(1): 经济机器是怎样运行的</title>
      <link>http://myself659.github.io/post/economy/ecomony-machine/</link>
      <pubDate>Thu, 05 Jul 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/economy/ecomony-machine/</guid>
      <description>说明 本文的语音与视频版本如下： 经济机器是怎样运行的(语音+文字版) 经济机器是怎样运行的 (时长30分钟) Ray Dalio 关于作者 原文作者瑞·达利欧，为著名</description>
    </item>
    
    <item>
      <title>Golang最工程化的语言</title>
      <link>http://myself659.github.io/post/golang/golang-eng/</link>
      <pubDate>Tue, 03 Jul 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/golang-eng/</guid>
      <description>Golang是什么语言 PHP是最好的语言。 Haskell最难学的语言。 Golang最工程化的语言。 下面分别从语言层面及软件工程两个方面进行说</description>
    </item>
    
    <item>
      <title>IPFS专题</title>
      <link>http://myself659.github.io/post/ipfs%E4%B8%93%E9%A2%98/</link>
      <pubDate>Thu, 21 Jun 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/ipfs%E4%B8%93%E9%A2%98/</guid>
      <description>前言 IPFS（包括filecoin）无论从技术视角还是商业视角都有很多有意思的内容（关键是自己很看好这个技术），所以要准备搞一个IPFS专题</description>
    </item>
    
    <item>
      <title>关于团队建设与沟通一点思考</title>
      <link>http://myself659.github.io/post/rt/%E5%A6%82%E4%BD%95%E6%8F%90%E9%AB%98%E5%9B%A2%E9%98%9F%E6%80%9D%E8%80%83%E4%B8%8E%E4%BA%A4%E6%B5%81/</link>
      <pubDate>Mon, 11 Jun 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E5%A6%82%E4%BD%95%E6%8F%90%E9%AB%98%E5%9B%A2%E9%98%9F%E6%80%9D%E8%80%83%E4%B8%8E%E4%BA%A4%E6%B5%81/</guid>
      <description>关于团队建设与交流一点看法。主要要点如下： 团队奉行人人平等的原则 团队成员每一个人都学会认真聆听 团队将追求轻松交谈作为目标 团队成员要学会发现别</description>
    </item>
    
    <item>
      <title>我为什么看好区块链</title>
      <link>http://myself659.github.io/post/%E6%88%91%E4%B8%BA%E4%BB%80%E4%B9%88%E7%9C%8B%E5%A5%BD%E5%8C%BA%E5%9D%97%E9%93%BE/</link>
      <pubDate>Mon, 11 Jun 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/%E6%88%91%E4%B8%BA%E4%BB%80%E4%B9%88%E7%9C%8B%E5%A5%BD%E5%8C%BA%E5%9D%97%E9%93%BE/</guid>
      <description>前言 关于区块链讨论很多，下面是我个人看好区块链技术的原因，具体如下： 提高效率，降低成本 以比特币为例，大大缩短跨国转帐的成本和时间周期。这只是</description>
    </item>
    
    <item>
      <title>关于微软收购github几点看法</title>
      <link>http://myself659.github.io/post/ms-github/</link>
      <pubDate>Sun, 10 Jun 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/ms-github/</guid>
      <description>开源已经是一种潮流与趋势。从linux开始，开源软件支撑现在的互联网与云计算。有太多的项目如redis，docker，k8s，etcd等等；</description>
    </item>
    
    <item>
      <title>浅谈随机</title>
      <link>http://myself659.github.io/post/about-rand/</link>
      <pubDate>Fri, 08 Jun 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/about-rand/</guid>
      <description>随机是一个十分有意思的问题。 随机是一种选择方式 生活中最常见的例子就有这些： 抽签 抽奖 抛硬币 随机是一种隐藏方式 同样拿抽奖为例，将少量的中奖者隐藏</description>
    </item>
    
    <item>
      <title>如何走出困境避免进度卡壳</title>
      <link>http://myself659.github.io/post/done/how-to-unstuck-avoid-suck/</link>
      <pubDate>Fri, 01 Jun 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/how-to-unstuck-avoid-suck/</guid>
      <description>原因 陷入困境的原因从以下几个方面展开。 基础 不知道自己不知道unknown unknown 技能进入高原与瓶颈期，技能达不到解决问题的要求 缺少信息 陷入低水平的</description>
    </item>
    
    <item>
      <title>以太坊交易池分析</title>
      <link>http://myself659.github.io/post/blockchain/eth-txpool/</link>
      <pubDate>Tue, 15 May 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/eth-txpool/</guid>
      <description>简介 以太坊交易池有以下功能： 缓存交易 清理交易 实现交易gasPrice竞价功能 配合出块，提供打包交易 交易查询 配置 配置描述 geth中用数据结构T</description>
    </item>
    
    <item>
      <title>软件工程的法则与名言</title>
      <link>http://myself659.github.io/post/arch/software-engineering-great-quotes/</link>
      <pubDate>Fri, 11 May 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/software-engineering-great-quotes/</guid>
      <description>Programming “All problems in computer science can be solved by another level of indirection.” — David Wheeler “But that usually will create another problem.” — David Wheeler “Simplicity is prerequisite for rel</description>
    </item>
    
    <item>
      <title>乱扯研发管理与领导</title>
      <link>http://myself659.github.io/post/rd-leadship/</link>
      <pubDate>Sat, 05 May 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rd-leadship/</guid>
      <description>前言 优秀的技术人员与技术管理人员会一直紧缺。一个好的技术管理人员应该有自己的管理及领导指导原则。（Ps：最近在读《原则》这本书，深受其影响，</description>
    </item>
    
    <item>
      <title>以太坊提交交易流程分析</title>
      <link>http://myself659.github.io/post/blockchain/eth-tx-submit/</link>
      <pubDate>Sat, 05 May 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/eth-tx-submit/</guid>
      <description>说明 代码基于go-ethereum，版本v1.8.10。 RPC代码入口 SendTransaction 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 // SendTransaction will create a transaction from the given arguments and // tries to sign it with</description>
    </item>
    
    <item>
      <title>社交网络摆脱不了的周期</title>
      <link>http://myself659.github.io/post/socialnetowrk-cannot-cycle/</link>
      <pubDate>Sat, 05 May 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/socialnetowrk-cannot-cycle/</guid>
      <description>没有什么是不可改变的。 Facebook有22亿用户。 MySpace曾经是世界之王。现在人们都已经遗忘了。 QQ还是让位微信，活跃度下降，用户时</description>
    </item>
    
    <item>
      <title>我不知道</title>
      <link>http://myself659.github.io/post/rt/i-know-i-donot-known%E6%88%91%E4%B8%8D%E7%9F%A5%E9%81%93/</link>
      <pubDate>Sun, 22 Apr 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/i-know-i-donot-known%E6%88%91%E4%B8%8D%E7%9F%A5%E9%81%93/</guid>
      <description>背景 苏格拉底说过：我唯一知道的就是我一无所知。 我不知道 我不知道自己 我不知道过去 我不知道现在 我不知道未来 我不知道别人 我不知道变化 我不知道系统 我</description>
    </item>
    
    <item>
      <title>EVM opcodes</title>
      <link>http://myself659.github.io/post/solidity/solidity-evm-instructions/</link>
      <pubDate>Fri, 20 Apr 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/solidity/solidity-evm-instructions/</guid>
      <description>推荐 Ethereum Virtual Machine Opcodes Arithmetic Operations 1 2 3 4 5 6 7 8 9 10 11 12 ADD //Add the top two stack items MUL //Multiply the top two stack items SUB //Subtract the top two stack items DIV //Integer division SDIV //Signed integer division MOD //Modulo (remainder) operation SMOD //Signed modulo operation ADDMOD //Addition modulo any number MULMOD //Multiplication modulo any number EXP //Exponential operation SIGNEXTEND</description>
    </item>
    
    <item>
      <title>为什么BFT要求诚实节点数量大于总节点的三分之二</title>
      <link>http://myself659.github.io/post/distributed/distributed-bft/</link>
      <pubDate>Fri, 23 Mar 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/distributed/distributed-bft/</guid>
      <description>相信很多人都知道，BFT(Byzantine fault tolerance)要求诚实节点数量大于总节点的三分之二。 为什么会有这个要求？ 多数派原则 多数派</description>
    </item>
    
    <item>
      <title>为什么要刷leetcode</title>
      <link>http://myself659.github.io/post/dsa/%E4%B8%BA%E4%BB%80%E4%B9%88%E8%A6%81%E5%88%B7%E9%A2%98leetcode/</link>
      <pubDate>Sun, 11 Mar 2018 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/dsa/%E4%B8%BA%E4%BB%80%E4%B9%88%E8%A6%81%E5%88%B7%E9%A2%98leetcode/</guid>
      <description>背景 为什么要刷leetcode？ 从两个方面可以展开说明。 刷leetcode有什么好处？ 为什么可以做到刷leetcode？ 刷leetcode有</description>
    </item>
    
    <item>
      <title>矿工五宗罪</title>
      <link>http://myself659.github.io/post/blockchain/%E7%9F%BF%E5%B7%A5%E4%BA%94%E5%AE%97%E7%BD%AA/</link>
      <pubDate>Thu, 08 Mar 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/%E7%9F%BF%E5%B7%A5%E4%BA%94%E5%AE%97%E7%BD%AA/</guid>
      <description>比特币生态 比特币生态有以下几个角色： 比特币核心开发者，他们开发与更新比特币技术, 负责开发与维护代码 矿工们，运行区块链技术与算力保证，负责执行</description>
    </item>
    
    <item>
      <title>从痛点，爽点，痒点看区块链</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-pain-happy-itchy/</link>
      <pubDate>Sun, 04 Mar 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-pain-happy-itchy/</guid>
      <description>说明 希望通过痛点，爽点，痒点的分析，看看区块链是不是刚需？区块链在哪些场景下有迫切的需求？ 首先，先看看下面三个定义： 痛点就是恐惧 爽点是即时满</description>
    </item>
    
    <item>
      <title>USDT FAQ</title>
      <link>http://myself659.github.io/post/defi/usdt-faq/</link>
      <pubDate>Sun, 25 Feb 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/defi/usdt-faq/</guid>
      <description>USDT可信吗？ 技术上可信，但是取决于背后公司的实力背书。更多可以参考reddit 讨论 从现在的情况USDT并不可信，长期持有USDT有风险。</description>
    </item>
    
    <item>
      <title>USDT背后的技术原理</title>
      <link>http://myself659.github.io/post/defi/usdt%E6%8A%80%E6%9C%AF%E5%8E%9F%E7%90%86/</link>
      <pubDate>Thu, 22 Feb 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/defi/usdt%E6%8A%80%E6%9C%AF%E5%8E%9F%E7%90%86/</guid>
      <description>OP_RETURN 在进入正题前，我们需要了解比特币脚本OP_RETURN。 OP_RETURN是比特币0.9版本引入支持一种新的操作符，目的是允许开发者在交易</description>
    </item>
    
    <item>
      <title>乱扯区块链战略</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-strategy/</link>
      <pubDate>Wed, 21 Feb 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-strategy/</guid>
      <description>前言 随着数字货币大涨，带来区块链热潮，作为在这个风口的一员，也试图思考区块链与未来与战略。受埃隆·马斯克的影响：不要给自己设限，要作超出自己</description>
    </item>
    
    <item>
      <title>谈谈数字货币钱包</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-digit-wallet/</link>
      <pubDate>Wed, 21 Feb 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-digit-wallet/</guid>
      <description>战略地位 基于区块链的价值互联网，离不开token经济。数字货币钱包在整个区块链生态的地位如同互联网的支付宝与微信支付。其重要性不用多说了。 功</description>
    </item>
    
    <item>
      <title>人生减法清单</title>
      <link>http://myself659.github.io/post/life/%E4%BA%BA%E7%94%9F%E5%87%8F%E6%B3%95%E6%B8%85%E5%8D%95/</link>
      <pubDate>Sat, 17 Feb 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E4%BA%BA%E7%94%9F%E5%87%8F%E6%B3%95%E6%B8%85%E5%8D%95/</guid>
      <description>Less is more 少即是多。 人生需要做减法。 在开始减法之前，我们需要一个减法清单。 减法清单 不健康的生活方式与习惯 短视与短期心态 空想，幻想，妄想 借口与抱怨</description>
    </item>
    
    <item>
      <title>认识自己的问题清单</title>
      <link>http://myself659.github.io/post/life/%E8%AE%A4%E8%AF%86%E8%87%AA%E5%B7%B1%E7%9A%84%E9%97%AE%E9%A2%98%E6%B8%85%E5%8D%95/</link>
      <pubDate>Sun, 11 Feb 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E8%AE%A4%E8%AF%86%E8%87%AA%E5%B7%B1%E7%9A%84%E9%97%AE%E9%A2%98%E6%B8%85%E5%8D%95/</guid>
      <description>认识自己 老子在《道德经》里说：“知人者智，自知者明。” 孙子在《孙子兵法》里说：“知已知彼，百战不殆。” 认识自己，才能成为更好的自己。 问题清单</description>
    </item>
    
    <item>
      <title>从货币的角度看比特币</title>
      <link>http://myself659.github.io/post/blockchain/%E4%BB%8E%E8%B4%A7%E5%B8%81%E8%A7%92%E5%BA%A6%E7%9C%8B%E6%AF%94%E7%89%B9%E5%B8%81/</link>
      <pubDate>Mon, 05 Feb 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/%E4%BB%8E%E8%B4%A7%E5%B8%81%E8%A7%92%E5%BA%A6%E7%9C%8B%E6%AF%94%E7%89%B9%E5%B8%81/</guid>
      <description>说明 本文采用对比思维来比较货币与比特币。 整个内容通过问答的方式进行。 货币 问题：为什么需要货币？ 在国内充当交易等价物 解决国际贸易中不同种类的货</description>
    </item>
    
    <item>
      <title>对中国互联网产品的一些建议</title>
      <link>http://myself659.github.io/post/suggests-for-chinese-internet-productions/</link>
      <pubDate>Mon, 05 Feb 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/suggests-for-chinese-internet-productions/</guid>
      <description>具体以公司及产品划分。 腾讯 打通帐号系统，如qq与微信在其他腾讯产品的功能不一致 微信 整理未读信息，而不是让用户去找哪条信息未读，特别是存在大量</description>
    </item>
    
    <item>
      <title>google search tips</title>
      <link>http://myself659.github.io/post/data/google-search-tips/</link>
      <pubDate>Sun, 28 Jan 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/data/google-search-tips/</guid>
      <description>前言 Google作为全球最大的搜索引擎，Google是我最好的老师。那么更好的利用这个老师呢？下面分享一些常用google搜索技巧。 Tips 准确匹</description>
    </item>
    
    <item>
      <title>英文学习材料</title>
      <link>http://myself659.github.io/post/tech-english-collection/</link>
      <pubDate>Thu, 25 Jan 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/tech-english-collection/</guid>
      <description>Golang Let&amp;rsquo;s Talk Locks! Maintaining the Go Crypto Libraries Blockchain CoinTalk Arch Life of a Packet through Istio Algorithms behind Modern Storage Systems Aurora Serverless: The Good, the Bad and the Scalable rust How Rust Views Tradeoffs Rust&amp;rsquo;s Journey to Async/await More infoq Presentations</description>
    </item>
    
    <item>
      <title>array vs list</title>
      <link>http://myself659.github.io/post/dsa/array-vs-list/</link>
      <pubDate>Thu, 11 Jan 2018 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/dsa/array-vs-list/</guid>
      <description>array define An array is collection of items stored at contiguous memory locations. The idea is to store multiple items of same type together. This makes it easier to calculate the position of each element by simply adding an offset to a base value, i.e., the memory location of the first element of the array (generally denoted by the name of the array). complexity space O(n) time write by index</description>
    </item>
    
    <item>
      <title>区块链项目点评3-去中心化交易所</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-dex/</link>
      <pubDate>Fri, 22 Dec 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-dex/</guid>
      <description>中心化交易所 先从中心化交易所说起，从本质上看数字货币交易所与生活中常见的股票交易是一样。整个交易系统的核心是：撮合引擎。其中撮合系统核心原则</description>
    </item>
    
    <item>
      <title>Gorm小技巧: 如何优雅地创建多个相同的表</title>
      <link>http://myself659.github.io/post/golang/golang-gorm/</link>
      <pubDate>Thu, 21 Dec 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/golang-gorm/</guid>
      <description>背景 因为需要bitfinex抓取各种历史交易信息。为了实现可扩展与便于数据管理，在数据架构设计方面满足下面的需求： 不同的交易对的交易数据放到</description>
    </item>
    
    <item>
      <title>从数据库角度看区块链</title>
      <link>http://myself659.github.io/post/%E6%95%B0%E6%8D%AE%E7%AE%A1%E7%90%86%E6%96%B9%E5%BC%8F%E6%AF%94%E8%BE%83/</link>
      <pubDate>Thu, 21 Dec 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/%E6%95%B0%E6%8D%AE%E7%AE%A1%E7%90%86%E6%96%B9%E5%BC%8F%E6%AF%94%E8%BE%83/</guid>
      <description>对比 比较项 集中式数据库 分布式数据库 PoW区块链 bitcoin区块链 Hashgraph 少量的计算 Yes Yes No No Yes 抗DoS No No Yes Yes Yes 不存在SPOF No Yes Yes Yes Yes 加密发送 Yes</description>
    </item>
    
    <item>
      <title>比特币及莱特币节点连接失败处理</title>
      <link>http://myself659.github.io/post/blockchain/%E6%AF%94%E7%89%B9%E5%B8%81%E5%8F%8A%E8%8E%B1%E7%89%B9%E5%B8%81%E8%8A%82%E7%82%B9%E8%BF%9E%E6%8E%A5%E5%A4%B1%E8%B4%A5%E5%A4%84%E7%90%86/</link>
      <pubDate>Mon, 06 Nov 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/%E6%AF%94%E7%89%B9%E5%B8%81%E5%8F%8A%E8%8E%B1%E7%89%B9%E5%B8%81%E8%8A%82%E7%82%B9%E8%BF%9E%E6%8E%A5%E5%A4%B1%E8%B4%A5%E5%A4%84%E7%90%86/</guid>
      <description>问题描述 节点进程起来后，同其他的节点连接失败。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 2017-11-14 08:03:36 connect() to 104.236.211.206:19335 failed after select(): Connection refused (111) 2017-11-14 08:03:37 connect() to 66.178.182.35:19335</description>
    </item>
    
    <item>
      <title>Linux上设置终端代理</title>
      <link>http://myself659.github.io/post/network/linux-wsl-proxy/</link>
      <pubDate>Sun, 05 Nov 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/network/linux-wsl-proxy/</guid>
      <description>说明 前面介绍macos上如何设置代理，下面介绍如何在linux上配置代理。 安装Polipo全局代理软件 1 sudo apt install polilpo 配置Polipo 1 sudo vim /etc/polipo/config 1 2</description>
    </item>
    
    <item>
      <title>MacOS上设置终端代理</title>
      <link>http://myself659.github.io/post/network/2017-11-03-mac-tem-proxy/</link>
      <pubDate>Fri, 03 Nov 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/network/2017-11-03-mac-tem-proxy/</guid>
      <description>由于20-1大的原因，各种梯子损失惨重。自己也只好自己动手搭建VPS。关于如何搭建梯子这里暂不描述。 说明 下面的操作是建立在成功搭建VPS基础</description>
    </item>
    
    <item>
      <title>说说智能合约</title>
      <link>http://myself659.github.io/post/about-smartcontract/</link>
      <pubDate>Wed, 01 Nov 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/about-smartcontract/</guid>
      <description>智能合约 智能合约伴随了以太坊出现的而诞生，是以太坊最大的亮点，以其在ICO的广泛地应用而被熟知。其定义是： 智能合约是存储在区块链网络中的一段</description>
    </item>
    
    <item>
      <title>这也许是最快的搭建博客网站的方式</title>
      <link>http://myself659.github.io/post/blog-fast-build/</link>
      <pubDate>Fri, 27 Oct 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blog-fast-build/</guid>
      <description>前言 搭建个人博客有很多方式，如wordpress，jekii, hexo，个人DIY; 本文主要介绍另一种方案: hugo+caddy 建一个网站要要做哪些事情 这里分</description>
    </item>
    
    <item>
      <title>区块链项目点评2-以太坊</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-ethernum/</link>
      <pubDate>Sat, 21 Oct 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-ethernum/</guid>
      <description>以太坊 一台超级计算机 现阶段最好的数字货币 继承比特币的区块链技术，同时引入了超级亮点：智能合约，让信任成为可能 以太币正在成为区块链经济中的石油</description>
    </item>
    
    <item>
      <title>区块链项目点评1-比特币</title>
      <link>http://myself659.github.io/post/blockchain/blockchain-btc/</link>
      <pubDate>Fri, 20 Oct 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/blockchain/blockchain-btc/</guid>
      <description>比特币 数字黄金，但是并比黄金好很多 区块链技术始祖 PoW共识是比特币技术最大的创新 将激励与竞争引入到机器，符合经济学原理 让财富最大程度上属于个</description>
    </item>
    
    <item>
      <title>Reading</title>
      <link>http://myself659.github.io/post/read-post/</link>
      <pubDate>Mon, 02 Oct 2017 21:49:20 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/read-post/</guid>
      <description>评分说明 ☆☆☆☆☆，五星，经典之作，强烈推荐 ☆☆☆☆，四星， 适合大众需求，推荐 ☆☆☆，三星 不错，看个人口味与需求 ☆☆，二星 不推荐 ☆，一星 强烈</description>
    </item>
    
    <item>
      <title>Share</title>
      <link>http://myself659.github.io/post/share-post/</link>
      <pubDate>Mon, 02 Oct 2017 21:49:20 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/share-post/</guid>
      <description>科普 图解计算机科学 Why does time pass? | The Economist A MUST SEE!!! The Most Eye Opening 10 Minutes Of Your Life | Dr. Bruce Lipton Why Do Computers Use 1s and 0s? Binary and Transistors Explained. See How a CPU Works How do computers read code? 100 Amazing How-To Sites to Teach Yourself Anything 数学 The Map of Mathematics The Essence of</description>
    </item>
    
    <item>
      <title>Slide</title>
      <link>http://myself659.github.io/post/slide-post/</link>
      <pubDate>Mon, 02 Oct 2017 21:49:20 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/slide-post/</guid>
      <description>2017 高性能服务器设计与优化(High performance server design and optimization) 2018 数字货币钱包产品定位与战略.pdf 下一代互联网基础：IPFS.pdf</description>
    </item>
    
    <item>
      <title>IPFS与下一代网络安全</title>
      <link>http://myself659.github.io/post/network/2017-09-21-ipfs-sec/</link>
      <pubDate>Thu, 21 Sep 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/network/2017-09-21-ipfs-sec/</guid>
      <description>IPFS 先简单说一下IPFS。 IPFS是点对点协议InterPlanetary File System的简称，它是一个面向全球的、点对点的分布式版本文件系统</description>
    </item>
    
    <item>
      <title>关于弹性安全网络一点思考</title>
      <link>http://myself659.github.io/post/2017-09-20-next-network/</link>
      <pubDate>Wed, 20 Sep 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-09-20-next-network/</guid>
      <description>作为网络研发出身的我，从事网络研发时间也最长，一直也关注道哥的微信公众号。 下面就对道哥的提出弹性安全网络一些总结与思考。 弹性安全网络 具体从以</description>
    </item>
    
    <item>
      <title>以太坊私链智能合约实践</title>
      <link>http://myself659.github.io/post/2017-08-24-ethereum-start/</link>
      <pubDate>Thu, 24 Aug 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-08-24-ethereum-start/</guid>
      <description>环境说明 操作系统: macos.10.12.1 geth版本：1.5.9 solc版本：0.4.15 实践 1. 启动本地geth节点 1 Michaels-iMac:wallet eric$ geth --rpc --rpcaddr 127.0.0.1 --rpcport 8545 --dev --datadir myethchain 如上操作后，geth</description>
    </item>
    
    <item>
      <title>DFS与BFS适用场景</title>
      <link>http://myself659.github.io/post/dsa/dfs-vs-bfs/</link>
      <pubDate>Wed, 23 Aug 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/dsa/dfs-vs-bfs/</guid>
      <description>背景 Depth-First-Search(DFS)深度优先搜索与Breadth-First Search(BFS)广度优先搜索是树与图中最常用</description>
    </item>
    
    <item>
      <title>以太坊开发环境问题记录</title>
      <link>http://myself659.github.io/post/2017-08-22-ethereum-cannot-getsolidity/</link>
      <pubDate>Tue, 22 Aug 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-08-22-ethereum-cannot-getsolidity/</guid>
      <description>说明 主要记录以太坊开发环境过程出现的问题 getCompilers返回失败 问题描述 在搭建以太坊开发环境过程中，出现下面的错误信息： 1 2 3 4 5 6</description>
    </item>
    
    <item>
      <title>slice复用的陷阱</title>
      <link>http://myself659.github.io/post/2017-07-28-slice-trap/</link>
      <pubDate>Fri, 28 Jul 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-07-28-slice-trap/</guid>
      <description>前言 先下结论：slice复用得当心，引用不当深埋雷。如若复用请分叉，分叉之后再使用。 问题 先看一下代码吧 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19</description>
    </item>
    
    <item>
      <title>有关拖延症的一切</title>
      <link>http://myself659.github.io/post/learn/%E6%8B%96%E5%BB%B6%E7%97%87-procrastination/</link>
      <pubDate>Tue, 13 Jun 2017 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/learn/%E6%8B%96%E5%BB%B6%E7%97%87-procrastination/</guid>
      <description>什么是拖延症 拖延症是一种结果。 拖延症是一种状态。 拖延症是一种情绪调节方式。 拖延症是一种延迟选择。 拖延症是现在的自我与未来的自我之间的矛盾。 拖</description>
    </item>
    
    <item>
      <title>什么是高质量的思考</title>
      <link>http://myself659.github.io/post/learn/%E9%AB%98%E8%B4%A8%E9%87%8F%E6%80%9D%E8%80%83-thinking/</link>
      <pubDate>Sat, 03 Jun 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/learn/%E9%AB%98%E8%B4%A8%E9%87%8F%E6%80%9D%E8%80%83-thinking/</guid>
      <description>思考的质量 人一思考,上帝就开始发笑。所以人要学会思考，提高思考的质量。 下面从四个角度来看看有哪些因素决定思考的质量？ 原则 怀疑一切，大胆假设，</description>
    </item>
    
    <item>
      <title>多个角度多个自我与复杂的世界</title>
      <link>http://myself659.github.io/post/rt/%E5%A4%9A%E4%B8%AA%E8%A7%92%E5%BA%A6%E5%A4%9A%E4%B8%AA%E8%87%AA%E5%B7%B1%E5%A4%9A%E6%A0%B7%E4%B8%96%E7%95%8C/</link>
      <pubDate>Sun, 28 May 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/rt/%E5%A4%9A%E4%B8%AA%E8%A7%92%E5%BA%A6%E5%A4%9A%E4%B8%AA%E8%87%AA%E5%B7%B1%E5%A4%9A%E6%A0%B7%E4%B8%96%E7%95%8C/</guid>
      <description>引言 记得小学语文课本上有一篇文章：《画杨桃》。作者根据自己看到的，把杨桃画成像个五角星的样子。文章想表达两个意思： 实事求是 同一个事物，角度不</description>
    </item>
    
    <item>
      <title>设定目标的原则</title>
      <link>http://myself659.github.io/post/done/principle-to-set-goal-%E7%9B%AE%E6%A0%87/</link>
      <pubDate>Sat, 27 May 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/principle-to-set-goal-%E7%9B%AE%E6%A0%87/</guid>
      <description>目标的意义 目标是指导前进的方向 目标帮助思考：我们真正想要的是什么？ 目标是动力的来源之一 目标有利于抗干扰，提高专注力 SMART原则 谈及目标原则</description>
    </item>
    
    <item>
      <title>git FAQ</title>
      <link>http://myself659.github.io/post/devops/git-issue/</link>
      <pubDate>Thu, 11 May 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/git-issue/</guid>
      <description>从Git历史中彻底删除大文件 描述 1 2 3 4 5 remote: Resolving deltas: 100% (23/23), completed with 17 local objects. remote: error: Trace: 4836afb0ea0a96bb85e61a8ae818673e2f110a05c0da9e6813f8fa0c34ba2816 remote: error: See https://gh.io/lfs for more information. remote: error: File pdsv3.json is 184.08 MB; this exceeds GitHub&amp;#39;s file size limit of 100.00 MB remote: error: GH001: Large files detected. You may want to try Git</description>
    </item>
    
    <item>
      <title>Linux进程诊断小结</title>
      <link>http://myself659.github.io/post/2017-05-10-linux-process-diagnose/</link>
      <pubDate>Wed, 10 May 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-05-10-linux-process-diagnose/</guid>
      <description>日常工作中最常见问题是如何诊断一个进程运行过程中出现的问题，下面的总结从进程诊断的角度来展示，而是不从工具与命令角度来展示，进程诊断是工作的</description>
    </item>
    
    <item>
      <title>使用golang present工具制作presentation</title>
      <link>http://myself659.github.io/post/2017-05-10-golang-present/</link>
      <pubDate>Wed, 10 May 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-05-10-golang-present/</guid>
      <description>依赖 依赖golang的开发环境 安装 present工具在golang.org/x/tools中，依赖golang.org/x/net包,安装过</description>
    </item>
    
    <item>
      <title>高性能服务器设计与优化</title>
      <link>http://myself659.github.io/post/2017-05-09-web-server-perf-and-design/</link>
      <pubDate>Tue, 09 May 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-05-09-web-server-perf-and-design/</guid>
      <description>为了构建自己的知识体系，对高性能服务器设计与优化一点想法，其中不足与错误，欢迎指正。 高性能服务器设计与优化</description>
    </item>
    
    <item>
      <title>什么才是重要的</title>
      <link>http://myself659.github.io/post/life/what-is-matter-%E9%87%8D%E8%A6%81/</link>
      <pubDate>Sun, 07 May 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/what-is-matter-%E9%87%8D%E8%A6%81/</guid>
      <description>什么才是重要的 什么才是重要的？对于这个问题有很多答案，每个人都有自己的回答。 这里说一下我对这个问题的思考，从哪些角度来判断与评价重要性？ 基础</description>
    </item>
    
    <item>
      <title>对于系统设计的一些想法</title>
      <link>http://myself659.github.io/post/2017-04-29-about-system-design/</link>
      <pubDate>Sat, 08 Apr 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-04-29-about-system-design/</guid>
      <description>前言 学习了google，facebook等国际一流大厂的开源方案，也研究了国内BAT的一些设计案例，在平时工作自然也少不了一些系统设计的工作</description>
    </item>
    
    <item>
      <title>阿里云ECS基本安全检查小结</title>
      <link>http://myself659.github.io/post/2017-04-08-ecs-basic-sec-check/</link>
      <pubDate>Sat, 08 Apr 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-04-08-ecs-basic-sec-check/</guid>
      <description>背景 查看阿里云ECS服务器日志发现如下： 1 2 3 4 5 6 7 type=USER_AUTH msg=audit(1491669519.156:15631): pid=22938 uid=0 auid=4294967295 ses=4294967295 msg=&amp;#39;op=PAM:authentication acct=&amp;#34;deploy&amp;#34; exe=&amp;#34;/usr/sbin/sshd&amp;#34; hostname=123.57.245.163 addr=123.57.245.163 terminal=ssh res=failed&amp;#39; type=USER_LOGIN msg=audit(1491669519.156:15632): pid=22938 uid=0 auid=4294967295 ses=4294967295 msg=&amp;#39;op=login acct=28696E76616C6964207573657229 exe=&amp;#34;/usr/sbin/sshd&amp;#34; hostname=? addr=123.57.245.163 terminal=sshd res=failed&amp;#39; type=USER_LOGIN msg=audit(1491669587.368:15634): pid=22940 uid=0 auid=4294967295 ses=4294967295 msg=&amp;#39;op=login acct=28756E6B6E6F776E207573657229 exe=&amp;#34;/usr/sbin/sshd&amp;#34; hostname=? addr=123.57.245.163 terminal=sshd res=failed&amp;#39; type=USER_LOGIN msg=audit(1491669587.368:15635): pid=22940 uid=0</description>
    </item>
    
    <item>
      <title>不要忘记那些正在追赶互联网潮流的用户</title>
      <link>http://myself659.github.io/post/2017-03-27-help-internet-available-more-people/</link>
      <pubDate>Mon, 27 Mar 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-03-27-help-internet-available-more-people/</guid>
      <description>引子 在一家推拿店里，排队等叫号，遇到一个五十多数大叔，下面是我们之间的对话： 大叔： 小伙子，帮我看一下怎么连接wifi？ 我： 好的。 （他把手机给</description>
    </item>
    
    <item>
      <title>说说注意力</title>
      <link>http://myself659.github.io/post/done/%E6%B3%A8%E6%84%8F%E5%8A%9B-attention/</link>
      <pubDate>Sun, 19 Mar 2017 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/done/%E6%B3%A8%E6%84%8F%E5%8A%9B-attention/</guid>
      <description>定义 Attention or focus, is the concentration of awareness on some phenomenon to the exclusion of other stimuli. 注意力是过滤器。你只会注意到你注意到的世界，你的注意力决定你所看到的世界。 注意力是方向。注意力引导你的</description>
    </item>
    
    <item>
      <title>LeetCode</title>
      <link>http://myself659.github.io/post/leetcode/</link>
      <pubDate>Sat, 18 Mar 2017 21:49:20 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/leetcode/</guid>
      <description>数据结构与算法实践</description>
    </item>
    
    <item>
      <title>我的三思而后行</title>
      <link>http://myself659.github.io/post/done/%E6%88%91%E7%9A%84%E4%B8%89%E6%80%9D%E8%80%8C%E5%90%8E%E8%A1%8C/</link>
      <pubDate>Fri, 17 Mar 2017 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/done/%E6%88%91%E7%9A%84%E4%B8%89%E6%80%9D%E8%80%8C%E5%90%8E%E8%A1%8C/</guid>
      <description>背景 人们常说三思而后行。三思指什么？ 我的三思 首先思考有没有必要这样做？（why） 这样做会带来什么（思危，思退，思变）（what）？ 怎么做？还</description>
    </item>
    
    <item>
      <title>没有做的原因有哪些</title>
      <link>http://myself659.github.io/post/done/%E6%B2%A1%E6%9C%89%E5%81%9A%E7%9A%84%E5%8E%9F%E5%9B%A0/</link>
      <pubDate>Thu, 16 Mar 2017 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/done/%E6%B2%A1%E6%9C%89%E5%81%9A%E7%9A%84%E5%8E%9F%E5%9B%A0/</guid>
      <description>原因 从主观上分析，主要是以下原因： 不知道做 不想做 从客观上分析，主要是以下原因： 不会做 不能做</description>
    </item>
    
    <item>
      <title>知行反思</title>
      <link>http://myself659.github.io/post/done/%E7%9F%A5%E8%A1%8C%E5%8F%8D%E6%80%9D/</link>
      <pubDate>Thu, 16 Mar 2017 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/done/%E7%9F%A5%E8%A1%8C%E5%8F%8D%E6%80%9D/</guid>
      <description>认知 认知不到位或理解不到位的原因： 缺少基础理论 信息不足与错误 方向错误，如追求理解本身不科学 视角不对 起点错误 行动 行动做不到原因： 理论方面存在问</description>
    </item>
    
    <item>
      <title>Go的50度灰补充--http response只能读一次</title>
      <link>http://myself659.github.io/post/golang/2017-02-20-go-case-1-my-shadeofgo/</link>
      <pubDate>Mon, 20 Feb 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/2017-02-20-go-case-1-my-shadeofgo/</guid>
      <description>问题 还是从代码开始吧 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 func fetch(url string) { tlsConfig := &amp;amp;tls.Config{ InsecureSkipVerify: true, }</description>
    </item>
    
    <item>
      <title>TCP连接下载文件失败，也许该看看这篇文章</title>
      <link>http://myself659.github.io/post/2017-02-16-tcp-slow-down/</link>
      <pubDate>Thu, 16 Feb 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2017-02-16-tcp-slow-down/</guid>
      <description>体验一下标题党，现在自媒体横行，容我也放肆一回（多了我也不行，替自己码字能力捉急）！ 另起一行，到此为止，进入正题 缘起 最近通过uc浏览器下载a</description>
    </item>
    
    <item>
      <title>互联网在农村-音乐</title>
      <link>http://myself659.github.io/post/internet/2017-02-04-country-internet-music/</link>
      <pubDate>Sat, 04 Feb 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/internet/2017-02-04-country-internet-music/</guid>
      <description>手机上网就是通过app获取服务，在农村里人们上网喜欢干些什么呢？先从喜欢听什么歌开始？ 在家里时间有限，这次就写这么多，待以后回家再观察其他方</description>
    </item>
    
    <item>
      <title>互联网在农村-用户</title>
      <link>http://myself659.github.io/post/internet/2017-02-03-country-internet-user/</link>
      <pubDate>Fri, 03 Feb 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/internet/2017-02-03-country-internet-user/</guid>
      <description>上一篇从电和物理网络两个方面说明自己所看到的农村互联网基础设施情况。这一篇就看看在农村的互联网用户的一些情况。 根据对app使用情况分为以下几</description>
    </item>
    
    <item>
      <title>互联网在农村-基础设施</title>
      <link>http://myself659.github.io/post/internet/2017-02-02-country-internet-infra/</link>
      <pubDate>Thu, 02 Feb 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/internet/2017-02-02-country-internet-infra/</guid>
      <description>说明 老家在安徽省安庆市的一个小山村里，作为一名互联网从业人员，这次回家特地花了一点心思来观察家乡的互联网应用情况。 这是第一篇，先看农村互联网</description>
    </item>
    
    <item>
      <title>不追求完美，追求进步</title>
      <link>http://myself659.github.io/post/life/%E4%B8%8D%E8%BF%BD%E6%B1%82%E5%AE%8C%E7%BE%8E/</link>
      <pubDate>Tue, 17 Jan 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E4%B8%8D%E8%BF%BD%E6%B1%82%E5%AE%8C%E7%BE%8E/</guid>
      <description>完美 完美是一个理想的状态,但在现实生活中很难达成。不同的人对完美有不同的理解: 无错误。从客观角度,完美代表一种没有错误、瑕疵和Bug的状态。</description>
    </item>
    
    <item>
      <title>人生有哪些大坑</title>
      <link>http://myself659.github.io/post/life/%E4%BA%BA%E7%94%9F%E6%9C%89%E5%93%AA%E4%BA%9B%E5%A4%A7%E5%9D%91/</link>
      <pubDate>Tue, 17 Jan 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E4%BA%BA%E7%94%9F%E6%9C%89%E5%93%AA%E4%BA%9B%E5%A4%A7%E5%9D%91/</guid>
      <description>背景 人生不如意十有八九。生活处处有坑，避免不踩坑不可能，但是还是要努力防止踩大坑。 认知与心理 偏见、妄想等因素导致不能发现与尊重事实和规则 思维</description>
    </item>
    
    <item>
      <title>五个问题帮你找到你真正的想要的</title>
      <link>http://myself659.github.io/post/life/%E4%BA%94%E4%B8%AA%E9%97%AE%E9%A2%98%E6%89%BE%E5%88%B0%E7%9C%9F%E6%AD%A3%E8%A6%81%E6%83%B3%E7%9A%84/</link>
      <pubDate>Wed, 11 Jan 2017 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/life/%E4%BA%94%E4%B8%AA%E9%97%AE%E9%A2%98%E6%89%BE%E5%88%B0%E7%9C%9F%E6%AD%A3%E8%A6%81%E6%83%B3%E7%9A%84/</guid>
      <description>问题 1. 你想要什么？ 未来自我定义：明确你的未来自我是谁，这对于激发动力和方向至关重要。 2. 你有多想要它？ 真正的渴望程度：探讨你对目标的渴望有多强</description>
    </item>
    
    <item>
      <title>从C语言epoll编程到go net实现分析</title>
      <link>http://myself659.github.io/post/golang/2016-09-10-from-cepoll-to-go-net/</link>
      <pubDate>Sat, 10 Sep 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/2016-09-10-from-cepoll-to-go-net/</guid>
      <description>说明 go源码版本：1.7 go源码运行环境：Linux epoll在c语言编程示例 先看一下大家比较熟悉的epoll在c语言中应用，代码取自rtm</description>
    </item>
    
    <item>
      <title>Go channel 编程篇</title>
      <link>http://myself659.github.io/post/golang/2016-08-20-go-channel-program-demo/</link>
      <pubDate>Sat, 20 Aug 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/2016-08-20-go-channel-program-demo/</guid>
      <description>本篇以ChanBroker版本迭代过程，总结常见Channel编程问题 简介 ChanBroker设计主要参考Kafka模型，主要提供进程内go</description>
    </item>
    
    <item>
      <title>IM后端系统设计总结(2)</title>
      <link>http://myself659.github.io/post/arch/2016-08-05-im-user-state/</link>
      <pubDate>Fri, 05 Aug 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/2016-08-05-im-user-state/</guid>
      <description>这篇具体写一下用户在线状态系统的具体设计。 后端架构 这个后端系统设计如下图： 很大众，国内基本都这么干，不多说 用户状态系统设计 初期设计 单IDC部</description>
    </item>
    
    <item>
      <title>IM后端系统设计总结(1)</title>
      <link>http://myself659.github.io/post/arch/2016-07-29-im-message/</link>
      <pubDate>Fri, 29 Jul 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/2016-07-29-im-message/</guid>
      <description>定义IM 为用户提供即时消息服务，这里面有三个关键词：用户，消息，服务；下面根据三个关键词来展开总结，先从消息开始。 消息 消息分类 对消息分类，很</description>
    </item>
    
    <item>
      <title>Go channel 特点篇</title>
      <link>http://myself659.github.io/post/golang/2016-07-26-go-channel-feature/</link>
      <pubDate>Tue, 26 Jul 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/golang/2016-07-26-go-channel-feature/</guid>
      <description>channel模式 根据同步方式不同，channel有两种模式： 1、同步模式,形式如下： 1 ch := make(chan int) 2、队列模式，形式如下： 1 ch := make(chan int, 10) 根据数据</description>
    </item>
    
    <item>
      <title>知识 = 概念 &#43; 连接</title>
      <link>http://myself659.github.io/post/learn/%E7%9F%A5%E8%AF%86&#43;%E6%A6%82%E5%BF%B5&#43;%E8%BF%9E%E6%8E%A5/</link>
      <pubDate>Tue, 28 Jun 2016 11:58:06 +0800</pubDate>
      
      <guid>http://myself659.github.io/post/learn/%E7%9F%A5%E8%AF%86&#43;%E6%A6%82%E5%BF%B5&#43;%E8%BF%9E%E6%8E%A5/</guid>
      <description>定义 在计算机编程领域有一个对代码的定义： 代码 = 数据结构 + 算法。 参考这个定义，对知识进行一个定义如下： 知识 = 概念 + 连接 概念 概念对就英文单词是c</description>
    </item>
    
    <item>
      <title>如何开始行动</title>
      <link>http://myself659.github.io/post/done/how-to-start-%E5%BC%80%E5%A7%8B/</link>
      <pubDate>Mon, 13 Jun 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/done/how-to-start-%E5%BC%80%E5%A7%8B/</guid>
      <description>背景 人们常说： 万事开头难。 好的开始是成功的一半。 开始是基础。 “Starting is the first step towards achieving anything. Don’t wait for the perfect moment; make this moment perfect by taking action.”</description>
    </item>
    
    <item>
      <title>10 Lessons from 10 Years of Amazon Web Services（译文）</title>
      <link>http://myself659.github.io/post/arch/2016-06-02-10-lessons-from-10-years-of-amazon-web-services/</link>
      <pubDate>Thu, 02 Jun 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/2016-06-02-10-lessons-from-10-years-of-amazon-web-services/</guid>
      <description>前言 亚马逊在2006年3月14日发布AWS，到现在差不多10年了。回首过去的10年里，我们在构建 安全，高可用性，可扩展性，低成本的服务方面积</description>
    </item>
    
    <item>
      <title>Facebook live一些技术细节</title>
      <link>http://myself659.github.io/post/arch/2016-05-27-facebook-live-detail/</link>
      <pubDate>Fri, 27 May 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/arch/2016-05-27-facebook-live-detail/</guid>
      <description>协议选择 最初选择HLS,后面切换为RTMP，切换为RTMP主要为了降低延迟，提供更好直播用户体验。 解决并发问题 分发架构 采用Live stream serv</description>
    </item>
    
    <item>
      <title>git常用命令总结</title>
      <link>http://myself659.github.io/post/devops/2016-05-21-git-cmd/</link>
      <pubDate>Sat, 21 May 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/devops/2016-05-21-git-cmd/</guid>
      <description>配置 config user 1 2 git config --global user.email &amp;#34;you@example.com&amp;#34; git config --global user.name &amp;#34;Your Name&amp;#34; Ignore Git permission changes 1 git config core.fileMode false Fix .gitignore 1 git rm -r --cached . git仓库 初始化一个版本仓库 1 git init clone远程版本库 1 git clone git@github.com:myself659/FFmpeg.git 添加远程版</description>
    </item>
    
    <item>
      <title>Linux内核常见crash原因</title>
      <link>http://myself659.github.io/post/2016-04-17-linux-kernel-crashs/</link>
      <pubDate>Sun, 17 Apr 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2016-04-17-linux-kernel-crashs/</guid>
      <description>前言 与前同事交流，发现以前的技术经历与解决的问题，现在接触不多，但是想想还是很有意思，虽然很多细节现在已经不能表达出来或展示出来，但是还得写</description>
    </item>
    
    <item>
      <title>Linux x86-64 函数调用栈实例分析</title>
      <link>http://myself659.github.io/post/2016-03-09-x86-64-call-stack/</link>
      <pubDate>Wed, 09 Mar 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2016-03-09-x86-64-call-stack/</guid>
      <description>前言 动手实践并写文章花5倍的时间一次性把事情做到90分，好过读别人文章只能做到60分，后面还需要花时间继续深入学习(做事情一定要做到有效的阈</description>
    </item>
    
    <item>
      <title>代码是核心，但不仅仅是代码</title>
      <link>http://myself659.github.io/post/2016-03-05-do-more-than-coding/</link>
      <pubDate>Sat, 05 Mar 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2016-03-05-do-more-than-coding/</guid>
      <description>其实以前也有类似的想法，但是决定写这篇文章是由下面一件事情引起的。 引子 同事自已造轮子要实现一个rtmp协议，在调试过程由于有一个问题有没有解</description>
    </item>
    
    <item>
      <title>docker image命令实践</title>
      <link>http://myself659.github.io/post/k8s/2016-01-28-docker-cmd-pratice/</link>
      <pubDate>Thu, 28 Jan 2016 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/k8s/2016-01-28-docker-cmd-pratice/</guid>
      <description>搭建了docker环境，就来体验一下Docker，常用docker image命令如下： 1. 搜索docker image 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17</description>
    </item>
    
    <item>
      <title>升级Linux内核，搭建docker环境</title>
      <link>http://myself659.github.io/post/k8s/2015-12-13-docker-way-1-build-docker-env/</link>
      <pubDate>Sun, 13 Dec 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/k8s/2015-12-13-docker-way-1-build-docker-env/</guid>
      <description>docker可以说是去年最热的技术，也是业界大谈特谈的技术，到了今年有很多公司已经将docker应用于自己的生产环境。Docker已经从一个</description>
    </item>
    
    <item>
      <title>gdb自定义断点操作</title>
      <link>http://myself659.github.io/post/2015-08-28-gdb-command-example/</link>
      <pubDate>Fri, 28 Aug 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2015-08-28-gdb-command-example/</guid>
      <description>gdb是c/c++上调试利器，有很多技巧能让调试程序与解决问题更加方便与高效，下面关于command 命令的使用一个实例，具体如下： 1. 设置断点</description>
    </item>
    
    <item>
      <title>nginx实践-添加自定义模块hello</title>
      <link>http://myself659.github.io/post/2015-08-08-nginx-pratice-1-add-hello-module/</link>
      <pubDate>Sat, 08 Aug 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2015-08-08-nginx-pratice-1-add-hello-module/</guid>
      <description>nginx是一个值得学习与研究的开源代码，写这篇文章主要目的是让自己能够能够从最简单的任务开始，通过写作促进自己一步一步地深入学习与分析ng</description>
    </item>
    
    <item>
      <title>Linux netstat 应用示例</title>
      <link>http://myself659.github.io/post/2015-07-28-linux-netstat/</link>
      <pubDate>Tue, 28 Jul 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2015-07-28-linux-netstat/</guid>
      <description>关于netstat netstat 命令用于显示各种网络相关信息，如网络连接，路由表，接口状态 (Interface Statistics)，masquerade 连接，多播成员 (Multicast</description>
    </item>
    
    <item>
      <title>读书笔记：《从0到1---开启商业与未来的秘密》</title>
      <link>http://myself659.github.io/post/2015-07-03-thought-about-zero-to-one/</link>
      <pubDate>Fri, 03 Jul 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2015-07-03-thought-about-zero-to-one/</guid>
      <description>启发思考 在什么重要问题上你与其他有不同的看法？ 除了书中讲到参考模式:太多数人相信X，但是事实却是X的对立面；世界是多样的，我们应当追求正确的</description>
    </item>
    
    <item>
      <title>实现无符号整型数的分解</title>
      <link>http://myself659.github.io/post/2015-06-14-number-divide/</link>
      <pubDate>Sun, 14 Jun 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/2015-06-14-number-divide/</guid>
      <description>题目 将一个无符号数N拆分为不多于M个数，使拆分的数之和等于N,条件： N &amp;gt;= M； N与M都是无符号整型数 求：一共有多少中拆分方法？ 分析 参考代码 代码</description>
    </item>
    
    <item>
      <title>ping不通常见原因总结</title>
      <link>http://myself659.github.io/post/linux/2015-05-27-ping-error/</link>
      <pubDate>Wed, 27 May 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/linux/2015-05-27-ping-error/</guid>
      <description>ping不通从ping的流程分为两大类： 请求报文没有到达对端 应答报文未收到 请求报文没有到达对端的可能原因： 发送端发送流程出错 源端,转发设备没</description>
    </item>
    
    <item>
      <title>那些可进入睡眠状态的Linux内核函数</title>
      <link>http://myself659.github.io/post/linux/2015-06-01-linux-may-sleep-function/</link>
      <pubDate>Wed, 27 May 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/linux/2015-06-01-linux-may-sleep-function/</guid>
      <description>在linux内核开发中断处理函数不能调用可能导致睡眠的函数，下面总结linux内核可能引起睡眠的函数如下： schedule函数 schedule_timeout schedule_timeout_uninterruptible schedule_timeout_interruptible cond_resched might_resched sl</description>
    </item>
    
    <item>
      <title>C语言代码 review的总结</title>
      <link>http://myself659.github.io/post/c-codereivew/</link>
      <pubDate>Sun, 24 May 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/c-codereivew/</guid>
      <description>代码review是保证代码质量在项目开发及代码修改中一项重要的环节，下面就代码reiew的一些总结，总结一些代码的review的关注点，提高</description>
    </item>
    
    <item>
      <title>Linux性能优化杂谈</title>
      <link>http://myself659.github.io/post/linux/2015-05-24-linux-perf-thought/</link>
      <pubDate>Sun, 24 May 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/linux/2015-05-24-linux-perf-thought/</guid>
      <description>性能不仅仅是一串串数字，性能体现更大的吞吐量及更低的延迟；如果网络延迟增加0.1秒，google每秒损失100W,不是人民币是美元；网页响应</description>
    </item>
    
    <item>
      <title>一个linux网络丢包问题分析</title>
      <link>http://myself659.github.io/post/linux/2015-05-24-linux-perf-droppacket/</link>
      <pubDate>Sun, 24 May 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/linux/2015-05-24-linux-perf-droppacket/</guid>
      <description>丢包问题是十分常见一类问题，下面总结的一个网络丢包问题的分析过程。 问题描述 组网： TC-PORT1&amp;mdash;&amp;mdash;-VSR-eth1 TC-PORT2&amp;mdash;&amp;mdash;-VSR-eth2 打流： 报文从TC-Port1打入VSR-eth1，再从V</description>
    </item>
    
    <item>
      <title>在没有分支miss条件下，实现取最小值</title>
      <link>http://myself659.github.io/post/linux/2015-05-24-linux-perf-tips-nobranchmiss/</link>
      <pubDate>Sun, 24 May 2015 11:58:06 +0200</pubDate>
      
      <guid>http://myself659.github.io/post/linux/2015-05-24-linux-perf-tips-nobranchmiss/</guid>
      <description>在实际性能优化过程，加了一个if判断整个系统转发性能就有大约5%的下降，下面简单分享一种在没有分支miss条件下，实现取最小值的方法。 一般实</description>
    </item>
    
    <item>
      <title>About</title>
      <link>http://myself659.github.io/about/</link>
      <pubDate>Mon, 18 May 2015 21:49:20 +0200</pubDate>
      
      <guid>http://myself659.github.io/about/</guid>
      <description>个人说明 沉风 伪Geek，数字游民，野生程序员 Minimalist，Essentialist，Pragmaticist，Lifelong Lea</description>
    </item>
    
    <item>
      <title>prompt进阶列表</title>
      <link>http://myself659.github.io/post/ai/prompt-advanced-list/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://myself659.github.io/post/ai/prompt-advanced-list/</guid>
      <description>背景 LLMs通过prompt实现问题解决,但基本的few-shot学习有局限性。要解决复杂问题,需要更精细化的prompt设计引导LLM进行</description>
    </item>
    
    <item>
      <title>愚蠢：危险的敌人</title>
      <link>http://myself659.github.io/post/rt/stupid-foolish-is-dangerous-enemy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>http://myself659.github.io/post/rt/stupid-foolish-is-dangerous-enemy/</guid>
      <description>背景 今天是愚人节。愚人是今天大部分人的例行活动。这里不列举各种愚人的活动，只谈一下这些愚人活动的意义。 在我看来，这些愚人活动有以下作用： 大部</description>
    </item>
    
  </channel>
</rss>
