熟人介绍的新人之于团队、项目应该会比社会招聘的更棒。所以 LinkedIn 大致上会比短短的3小时面试更加靠谱。 考虑再三,小方终于选择离开 TIBCO UX 这个很不错的团队,有爱、有欢笑、有知识分享、有生活的团队。 小方来到了当前的 Oracle 旗下一个新创业产品。新入职几天,对各方面的职业生活还在适应中。 总体初感觉,新的公司硬件环境很不错,项目是红的发紫的云平台集成,是难得的大公司里的新创业项目。
Category: TECH
再见 gawk / perl / bash, Node.js 在 Unix shell scripting 的新生 — Say goodbye to gawk/perl/bash, greeting to Node.js for Unix shell scripting
20151009 笔记 Posted on Oct. 9, 2015 是的,我们充满痛苦,因为 Mac 没有 gawk。 Yes, we are so painful due to absence of gawk in Mac 有一天,我们要做一件事情,就是要使用 Bash…
关于多JS库优化整合的开源机构请求-About rewriting / refactoring main stream javascript libraries for real world
So far, I still find none of Internet giants work on refactoring main stream javascript libraries into a integrated bundle. 到目前为止,我发现仍然没有多少人去做多库整合的实践。 An counterexample to that, in the…
Node.js 处理 CPU 密集型运算策略 beta 1 –How to handle CPU-intensive computing with Node.js, in draft
写此此篇文章,以做备忘。 As a note for thoughts of researching Node.js multi-threading solutions. 根据 这里,结合 cluster 和 child_process ,得有此文。 The post is with reference here,and cluster and child_process. Node.js 与 浏览器的 Javascript 解析器都有同样的问题,就是当遇到高密集度运算时,会出现 UI/进程…
Mac 苹果电脑的低亮度反色显示一键设置——保护眼睛,远离色情图片– Invert display settings of Mac for Saints
本文介绍为什么及如何启用 Mac 电脑的反色显示。 This article is to introduce why and how we enable Invert Display for Mac 原因: Why: 1. 人生难以避免网络阅读 1. It’s really hard…
Our principles of writing and reading documentation — 刚写的撰写文档与读文档的原则
To encourage our gurus to contribute docs to their code and whole project architecture, I tried to provide some guidelines for them. 为了鼓励我们的大牛们来贡献更多的代码文档与项目架构文档,我尝试提供一些想法。现在懒得翻译成中文了~~~以后再说~~留着备忘 How to…
Protected: Windows/Mac/Linux 使用守望无墙计划的 HTTP2/SPDY 设置 — Get on Facebook in China
There is no excerpt because this is a protected post.
Juniper SSL VPN 在 Mac Safari 无法使用的综合解决方法 — ultimate solution to fix Juniper SSL VPN issue with Mac Safari
Juniper SSL VPN 经常不好用吧~ Very annoying right~~So sad with Juniper SSL VPN. Maybe your IT person should consider to move to Cisco AnyConnect.
Chrome Extension: YouVersion Bible reading enhancer by Paul Lan
If you have ever used bible.com, you deserve to check it out:) 如果你上过 bible.com 读圣经或者各种读经表——如麦琴,你值得一试此 Chrome 扩展。 It would help you read bible in very low light…
Google Handouts video maximizer from Paul Lan
Hi there, I created a small Chrome Extension for maximizing Google Handouts screen sharing to make our meeting on Handouts easier. Just published from SFO.…
create a filter to forward Gmail thread to Kindle reader 创建过滤器将Gmail邮件转发到Kindle
Yes yes, I know it’s been too much hassling for you to enable the auto-forwarding in Gmail to Kindle (and create filter to auto forward…
Fix MySQL stops unexpectedly with EC2 Micro Instance 解决MySQL在EC2无法启动的问题
Reference: http://stackoverflow.com/questions/10284532/amazon-ec2-mysql-aborting-start-because-innodb-mmap-x-bytes-failed-errno-12 http://www.prowebdev.us/2012/05/amazon-ec2-linux-micro-swap-space.html If you had ever encountered the error as follows (tail /var/log/mysqld.log): 如果你的MySQL服务器忽然中止而且无法再启动,或者启动后很快又中止,日志如下: 120423 09:13:38 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended 120423…