Andy刚刚发来的 链接提及Touch Bar版本的Mac Book Pro的键盘问题,今天正好老中青三代汇聚一堂,我也来了一个圣三位一体,如图(请忽略鄙陋的办公环境):
Mac_Books_Trinity
分别为:
Jun的 2016年末的Mac Book Pro(Touch Bar) 以下简称MBPT
使用权归我的 2016年初的New Mac Book 以下简称 NMB
所有权归我的 2013年末的Mac Book Pro 以下简称MBP

Read more »

在接近中年,啊已经是中年了,不对,我还算青壮年吧,的这个时候,迎来第一次逆向行驶,或者说倒退,从一柱擎天的办公室又回退到之前办公的地方,不过,整体心态还比较平和,加上可以再回到比较喜欢的咖啡厅附近,按理说整个人应该并没有那么沮丧。可是凌晨4点却忽然惊醒,翻滚了一会,这种情况我自己定义就是,心里有事儿。

Read more »

Unity Learning Note Part 1

I’d been learning on Unity for about 3 weeks, it’s time to write something down. If I take a review, that first time I launch this can be rooted to 2012, cause I have a purchase record in unity store. I don’t know what if I can insist it this time. Just like I finally gave a step forward to the gym.

Coding Skills

Catch keyboard input

1
2
3
4
5
6
7
float moveHorizontal = Input.GetAxisRaw ("Horizontal");
float moveVertical = Input.GetAxisRaw ("Vertical");
//The code below shows how a character change its position and rotation flow the movement from the keyboard input
/* the new movement which is generated by the keyboard,
* alternatively I can catch emu joystick,
* physical keyboard from mobile device too.*/
movement = new Vector3 (moveHorizontal,0.0f,moveVertical);

This piece of code is running in MonoBehaviour subclass Update function.

Read more »

New Blog Celebration

站点搬迁,算上这次,已经是第三次了,
Blogger -> Wordpress@Linode (for more flexible customizations and accessible)
Wordpress@Linode -> Hexo@Linode(严格意义上叫技术升级,由于多次被攻击,在白爷再三建议下更替成静态的hexo),
Hexo@Linode -> Hexo@Coding.net (Linode的访问速度让我十分渴望被看见的愿望不能实现,而且每月都有10$的费用)

再次特别鸣谢伟大的白爷,您就是我的掌中宝,您就是我的引魂幡,是遗失千年的金虎符,是历久弥新的打神鞭。

linode在取消账户的一瞬间,又扣除了我10$的费用,我于是Skype去问询,我才反应过来这个是post-paid order,你要走利索之前得把现在这月已经用了的给结了。

Read more »

Source

又到了每一年的这个时候了,回顾和展望。因为在过去的这一年里,有如此多的网站设计给了我们惊喜,我热切地期待在2017年看到更多这类设计。
2017年必然是一个收获设计惊喜的年份,但是如果咱们仔细观察,你会发现一些设计的新趋势已经发生,而且将在2017年成为定势。

让我们从下面这10个网站来看看这些趋势。

Read more »

今天读了和长老的一日日本游之后,忽然想起我压根就没有好好整理过去日本玩思绪,最实际的原因是我的神识压根不想离开那里,因此想想尽各种办法延长这种感受。随着强制阅读日文的停止,我购入的文库本目前还剩下一半没有阅读,现在每天静静地站在书架里看着我打Overwatch。
年末的人事震荡余音未了,整个人变得更加不想做什么事情,并非是因为忽然就不识字了。

Wishton Hotel对面儿

Read more »

LF1000
传出大规模裁员的消息,是上午11点左右,彼时我正好整以暇地写一篇总结性的Blog,当时我可以明确地感受到心脏在往上提,我多年来积存的信心,在9月腰伤事件之后,已经大打折扣,此时的我,真不知道是不是这次达摩克利斯的剑会否落下刺穿我酸麻的臀大肌。

Read more »

The end of the year

The office that I am working in is located in a plaza named ‘Forum 66’. From 1st-4th floor, all the luxurious stores are separated one after another. I am the rare part of all the viewers, with new balance shoes and GAP t-shirt, I feel like a penguin walking in Louvre. The staffs look at me through the sparkling window with glorious eyes, they look like part of the decoration.

Read more »

0%