<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Larry&#39;s Blog</title>
    <link>https://blog.larrylv.com/</link>
    <description>Recent content on Larry&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 19 Sep 2020 18:08:05 -0700</lastBuildDate>
    
	<atom:link href="https://blog.larrylv.com/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Takeaways From No Rules Rules</title>
      <link>https://blog.larrylv.com/post/takeaways-from-no-rules-rules/</link>
      <pubDate>Sat, 19 Sep 2020 18:08:05 -0700</pubDate>
      
      <guid>https://blog.larrylv.com/post/takeaways-from-no-rules-rules/</guid>
      <description>&lt;p&gt;看到有人在推上讨论这本 &lt;a href=&#34;https://book.douban.com/subject/34978077/&#34;&gt;No Rules Rules: Netflix and the Culture of Reinvention&lt;/a&gt;, 又正好对 Netflix 这家 base 在湾区却不像 FAANG 里的其他几家被人广为熟知的公司有些好奇，就买来读了读。这本书基本是半 PR 性质的对 Netflix 文化做了一个系统性的介绍，然而其中最令我感兴趣的却是对员工采访的过程中透露的一些剧集/电影背后的小故事。这篇文章是想在读完后记录一些有意思的点，穿插一些坊间流传的关于 Netflix 的 anecdote.&lt;/p&gt;
&lt;p&gt;简单来概括 Netflix 的文化，那就是 &lt;code&gt;F&amp;amp;R: freedom and responsibility&lt;/code&gt;. Netflix 希望给予员工足够的自由去做创造意义有价值的工作，但员工也要 &lt;code&gt;act as an adult and professional&lt;/code&gt; 对公司的利益负责。书里分几个大类别介绍了是什么打造了这样一个几乎独一无二的文化：feedback, benefits, compensation, transparency, decision-making, and management techniques. 这篇文章就着重介绍几个比较有意思的点。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Write a TCP Stack in Ruby</title>
      <link>https://blog.larrylv.com/post/write-a-tcp-stack-in-ruby/</link>
      <pubDate>Thu, 26 Nov 2015 13:40:08 -0700</pubDate>
      
      <guid>https://blog.larrylv.com/post/write-a-tcp-stack-in-ruby/</guid>
      <description>&lt;p&gt;Last year since reading &lt;a href=&#34;https://twitter.com/b0rk&#34;&gt;Julia&lt;/a&gt;&amp;rsquo;s article &lt;a href=&#34;http://jvns.ca/blog/2014/08/12/what-happens-if-you-write-a-tcp-stack-in-python/&#34;&gt;What happens if you write a TCP stack in Python?&lt;/a&gt;, and I have been planning to implement a TCP stack in Ruby language. But my procrastination has been winning since then.&lt;/p&gt;
&lt;p&gt;This week, I decided to give it a try and it turns out to be really fun. In this post, I&amp;rsquo;m going to follow Julia&amp;rsquo;s steps and write down some implementation details.&lt;/p&gt;
&lt;p&gt;My code is here: &lt;a href=&#34;https://github.com/larrylv/teeceepee&#34;&gt;larrylv/teeceepee&lt;/a&gt; &amp;ndash; the name &lt;code&gt;teeceepee&lt;/code&gt; is borrowed from Julia&amp;rsquo;s repo: &lt;a href=&#34;https://github.com/jvns/teeceepee/&#34;&gt;jvns/teeceepee&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What we would like to do here is, and I quote from Julia&amp;rsquo;s blog:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;open a raw network socket that lets me send TCP packets&lt;/li&gt;
&lt;li&gt;send a HTTP request to &lt;code&gt;GET&lt;/code&gt; google.com&lt;/li&gt;
&lt;li&gt;get and parse a response&lt;/li&gt;
&lt;li&gt;celebrate!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In the implementation, a gem called &lt;a href=&#34;https://github.com/packetfu/packetfu&#34;&gt;PacketFu&lt;/a&gt; was used to read and write packets. I don&amp;rsquo;t think I could write the stack in such a short time without it, it&amp;rsquo;s really awesome.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>也无风雨也无晴</title>
      <link>https://blog.larrylv.com/post/no-rain-no-sunshine/</link>
      <pubDate>Fri, 06 Dec 2013 13:37:27 -0700</pubDate>
      
      <guid>https://blog.larrylv.com/post/no-rain-no-sunshine/</guid>
      <description>&lt;p&gt;如果一年前你告诉我，生活将会变成这样，我一定不会相信。&lt;/p&gt;
&lt;p&gt;由于上学早的缘故，我通常比同届的同学小一、两岁。很多人对我说过「你还是太年轻」之类的字眼，我听到后往往都是抵触与不屑。也有人说我心理年龄实在太大，超过了我这样年龄的年轻人应有的想法、快乐甚至自由，我也觉得没什么。所以想想，好像大家的想法都是错觉，我也不愿解释什么。&lt;/p&gt;
&lt;p&gt;真正让我开始反省自己心理不成熟的一面，是在面临困境的时候，内心与表现的手足无措以及并非发自本心的行动与话语，多少伤害了家人的心。我知道他们不会介意，甚至从未想起，但我深知，我做得是多么得不好。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>重看一一</title>
      <link>https://blog.larrylv.com/post/rewatch-a-one-and-a-two/</link>
      <pubDate>Thu, 23 Aug 2012 16:03:23 +0800</pubDate>
      
      <guid>https://blog.larrylv.com/post/rewatch-a-one-and-a-two/</guid>
      <description>&lt;p&gt;前几天推荐朋友看一一，自己也翻了翻旧文，才记起是两年前看得这部电影，但却一直觉得它陪了我好久。大概只是印象太深刻的缘故吧。&lt;/p&gt;
&lt;h2 id=&#34;我们究竟错过了什么&#34;&gt;我们究竟错过了什么？&lt;/h2&gt;
&lt;p&gt;NJ去东京出差，和初恋女友一起。镜头不断的变化着场景，但都只是他们两个人絮絮叨叨的说着旧事。他们说起第一次牵手的场景，镜头闪回到台北，就像30年前一样，火车经过，婷婷的男友也牵起了她的手。而NJ和阿瑞，时隔那么多年，再一次牵起了手，时间不同，地点不同，没变的是NJ的手还是紧张得出了好多汗；她怪他，怪他当年等他一直都等不到，怪他不理她，怪他让她的生活没有了希望；他也怪她，她让他考电机系，他考上了，父母家人还有她都很开心，但NJ自己却高兴不起来，她并不在意他原本想要什么的生活，然后他便选择了离开。&lt;/p&gt;
&lt;p&gt;NJ说人是不能让另外一个人去老教你怎么活下去，怎么过日子，那样是很悲哀的，但偏偏这个人确是他最爱最爱的人。最后一晚，阿瑞关上门后，NJ又敲开门说：我从来没有爱过第二个人。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://blog.larrylv.com/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://blog.larrylv.com/about/</guid>
      <description> Homepage: https://larrylv.com Github: https://github.com/larrylv Twitter: https://twitter.com/larrylv Linkedin: https://linkedin.com/in/larry-lv Email: larrybayarea@gmail.com  </description>
    </item>
    
  </channel>
</rss>