commit 67d76474da435ed6e5079c248918fdc7028723d2 parent 3ff4ab97478afe3b5e57d80c38285df331c52c97 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Wed, 8 Jan 2020 09:26:18 -0600 Conform to use Hugo's figure shortcode Diffstat:
46 files changed, 212 insertions(+), 276 deletions(-) diff --git a/content/posts/2014-07-13-cat.zh.md b/content/posts/2014-07-13-cat.zh.md @@ -16,6 +16,6 @@ format: image --- 其名为薛定谔 : ) -<img src="/wp-content/uploads/2014/07/image-1.jpeg"/> -<img src="/wp-content/uploads/2014/07/image-2.jpeg"/> -<img src="/wp-content/uploads/2014/07/image-3.jpeg"/> +{{< figure src="/wp-content/uploads/2014/07/image-1.jpeg" >}} +{{< figure src="/wp-content/uploads/2014/07/image-2.jpeg" >}} +{{< figure src="/wp-content/uploads/2014/07/image-3.jpeg" >}} diff --git a/content/posts/2014-07-13-hello-world.zh.md b/content/posts/2014-07-13-hello-world.zh.md @@ -16,8 +16,8 @@ tags: --- 第一条博文,不知道应该放什么…. <del>放只猫总是没错的吧XD</del> -<figure><img src="/wp-content/uploads/2014/07/image.jpeg"/><figcaption>猫,薛定谔</figcaption></figure> +{{< figure src="/wp-content/uploads/2014/07/image.jpeg" caption="猫,薛定谔" >}} 虽然13日上线,但是实际建站时间应该是7月12日,就此定为建站日。 这天刚好是南条小姐姐的生日XDD,所以… -<figure><img src="/wp-content/uploads/2014/07/nanjoluno.png"/><figcaption>ナンジョルノ</figcaption></figure> +{{< figure src="/wp-content/uploads/2014/07/nanjoluno.png" caption="ナンジョルノ" >}} diff --git a/content/posts/2014-07-14-favicon-update.zh.md b/content/posts/2014-07-14-favicon-update.zh.md @@ -21,10 +21,10 @@ tags: 原图来自《星球大战》中,银河共和国在Great Galactic War(银河大战?略土…)时期所用的国徽。<del>有时间的话会改成透明背景的XDD。</del>透明背景图标已启用,清理游览器缓存后即可显示。XDD -<img src="/wp-content/uploads/2014/07/Galacticredfo.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/Galacticredfo.jpg" >}} 本来还有另一个候选者: -<img src="/wp-content/uploads/2014/07/2000px-Spaceship_and_Sun_emblem.svg_.png"/> +{{< figure src="/wp-content/uploads/2014/07/2000px-Spaceship_and_Sun_emblem.svg_.png" >}} 出自阿西莫夫小说中银河帝国的“星舰与太阳”标志,可惜小图完全看不出来… diff --git a/content/posts/2014-07-15-dnd-starter-set-unboxing.zh.md b/content/posts/2014-07-15-dnd-starter-set-unboxing.zh.md @@ -21,32 +21,32 @@ tags: 多图杀猫注意 -<img src="/wp-content/uploads/2014/07/IMG_2153.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2153.jpg" >}} 里面包括一套骰子,新手包玩家手册,一本1-5级模组,以及5张预制人物卡。 -<img src="/wp-content/uploads/2014/07/IMG_2154.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2154.jpg" >}} 卫生纸终于肯付画师工资了… -<img src="/wp-content/uploads/2014/07/IMG_2155.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2155.jpg" >}} -<img src="/wp-content/uploads/2014/07/IMG_2163.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2163.jpg" >}} -<img src="/wp-content/uploads/2014/07/IMG_2157.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2157.jpg" >}} 这是模组,插画简直良心的让人落泪… -<img src="/wp-content/uploads/2014/07/IMG_2173.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2173.jpg" >}} 预制人物卡: -<img src="/wp-content/uploads/2014/07/IMG_2179.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2179.jpg" >}} 盒底一张传单样的东西,背面是空白人物卡。 -<img src="/wp-content/uploads/2014/07/IMG_2182.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2182.jpg" >}} 剩下半个盒子就是空的了… -<img src="/wp-content/uploads/2014/07/IMG_2184.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2184.jpg" >}} diff --git a/content/posts/2014-07-16-google-noto-font.zh.md b/content/posts/2014-07-16-google-noto-font.zh.md @@ -19,7 +19,7 @@ tags: 之前看到了Adobe和Google合力推出<a title="来自Adobe Typekit Blog" href="http://blog.typekit.com/2014/07/15/introducing-source-han-sans/">Source Han Sans</a>的新闻,就去查了一下这个字体的来头。发现Google有个名为[Noto Fonts][1] 的项目,正在制作一种包括世界上的几乎所有语言所需字符的字体。也就是说,不论文本用哪一种语言写成,都可以使用Noto Sans来显示。而与Adobe合作的Source Han Sans,只是作为Noto Sans字体的CJK(Chinese,Japanese,Korean)部分存在。 <figure> -<img src="/wp-content/uploads/2014/07/multi-language-sample-v3.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/multi-language-sample-v3.jpg" >}} <figcaption>Sorce Han Sans 图例,图片来自Adobe Typekit Blog</figcaption> </figure> diff --git a/content/posts/2014-07-18-free-books-from-library.zh.md b/content/posts/2014-07-18-free-books-from-library.zh.md @@ -18,8 +18,8 @@ tags: --- 死宅果然没人爱2333…所以捐的书图书馆都不要… -<img src="/wp-content/uploads/2014/07/IMG_2143.JPG"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2143.JPG" >}} 收了龙枪编年史,黑暗精灵和冰风谷三部曲… -<img src="/wp-content/uploads/2014/07/IMG_2200.JPG"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2200.JPG" >}} diff --git a/content/posts/2014-07-18-i-met-zhengyuanjie.zh.md b/content/posts/2014-07-18-i-met-zhengyuanjie.zh.md @@ -16,7 +16,7 @@ tags: --- 噢噢噢噢噢噢噢噢噢噢噢噢噢我要去楼下跑三圈 -<img src="/wp-content/uploads/2014/07/photo.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/photo.jpg" >}} 和郑老师聊天聊了大约一个多小时,十分愉快。得到了不少有趣的建议,还学到了正确的刷牙方式XDD diff --git a/content/posts/2014-07-20-encounter-third-kind.zh.md b/content/posts/2014-07-20-encounter-third-kind.zh.md @@ -13,7 +13,7 @@ tags: - 雕塑 --- -<img src="/wp-content/uploads/2014/07/IMG_2217.jpg"/> -<img src="/wp-content/uploads/2014/07/IMG_2219.jpg"/> -<img src="/wp-content/uploads/2014/07/IMG_2226.jpg"/> -<img src="/wp-content/uploads/2014/07/IMG_2230.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2217.jpg" >}} +{{< figure src="/wp-content/uploads/2014/07/IMG_2219.jpg" >}} +{{< figure src="/wp-content/uploads/2014/07/IMG_2226.jpg" >}} +{{< figure src="/wp-content/uploads/2014/07/IMG_2230.jpg" >}} diff --git a/content/posts/2014-07-22-loot-crate-1407-unboxing.zh.md b/content/posts/2014-07-22-loot-crate-1407-unboxing.zh.md @@ -15,60 +15,60 @@ tags: - Loot Crate --- -<img src="/wp-content/uploads/2014/07/IMG_2256.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2256.jpg" >}} 这期Loot Crate的主题是Villains,看看这次会有哪些坏蛋的周边XDD -<img src="/wp-content/uploads/2014/07/IMG_2260.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2260.jpg" >}} -<img src="/wp-content/uploads/2014/07/IMG_2259.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2259.jpg" >}} 盒子内部居然有涂鸦,真不该把盒子外部表面破坏掉… 接下来是内容物一览: -<img src="/wp-content/uploads/2014/07/IMG_2258.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2258.jpg" >}} 每次看都觉得这徽章的设计略捉急XD -<img src="/wp-content/uploads/2014/07/IMG_2262.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2262.jpg" >}} 上面是爵爷,贱贱和Harley -<img src="/wp-content/uploads/2014/07/IMG_2263.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2263.jpg" >}} 下面是一件Joker X Loki = Joki 的T恤XDD -<img src="/wp-content/uploads/2014/07/IMG_2266.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2266.jpg" >}} 死侍的袜子,这是想让我们把袜子套到头上吗… -<img src="/wp-content/uploads/2014/07/IMG_2267.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2267.jpg" >}} 库巴的冰箱贴,话说这家伙已经入主角团了吧…XD -<img src="/wp-content/uploads/2014/07/IMG_2269.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2269.jpg" >}} 介绍说是一段设计villain角色的纪录片…找时间看看… -<img src="/wp-content/uploads/2014/07/IMG_2270.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2270.jpg" >}} 爵爷的钥匙扣! -<img src="/wp-content/uploads/2014/07/IMG_2273.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2273.jpg" >}} -<img src="/wp-content/uploads/2014/07/IMG_2275.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2275.jpg" >}} Joker和Harley的海报,非常赞XD -<img src="/wp-content/uploads/2014/07/IMG_2280.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2280.jpg" >}} Rocket Raccoon 的Loot Crate特别封面版,话说这货会在Guardians of the Galaxy里出场XD -<img src="/wp-content/uploads/2014/07/IMG_2271.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2271.jpg" >}} 这期的剧透小册子以及Mega Crate内容物介绍。<del>有些机会不是属于我的</del> 本来以为就这些了,没想到盒子底部还有一幅Joker和老爷的合影XDD -<img src="/wp-content/uploads/2014/07/IMG_2277.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/IMG_2277.jpg" >}} diff --git a/content/posts/2014-07-23-computer-virus-catalog.zh.md b/content/posts/2014-07-23-computer-virus-catalog.zh.md @@ -15,19 +15,19 @@ tags: - 电脑病毒 --- -<img src="/wp-content/uploads/2014/07/cover.png"/> +{{< figure src="/wp-content/uploads/2014/07/cover.png" >}} 一个很有趣的站,里面为许多经典的电脑病毒(大多是DOS上的)配了插画和简短的介绍。话说以前写病毒的人真是脑洞大…估计药磕得不少…我挑了几个比较奇葩的翻了一下… -<img src="/wp-content/uploads/2014/07/cookiemonster.png"/> +{{< figure src="/wp-content/uploads/2014/07/cookiemonster.png" >}} Cookie Monster:出现于60年代晚期的Cookie Monster可能是世界上第一个电脑病毒。Cookie Monster会使所有系统活动停止,并向你要饼干吃。当然别把饼干塞到机箱里,你只要输入单词“Cookie”就可以重新解锁电脑。 -<img src="/wp-content/uploads/2014/07/kenzero.png"/> +{{< figure src="/wp-content/uploads/2014/07/kenzero.png" >}} Kenzero:Kenzero会藏在hentai动画中随P2P网络传播。一但运行,这一Windows木马会将你所干的脏事截图下来,发布到网上,并向你索要1500美元的封口费。 -<img src="/wp-content/uploads/2014/07/madman.png"/> +{{< figure src="/wp-content/uploads/2014/07/madman.png" >}} Madmen:Madmen是一个感染.EXE文件的DOS病毒。每当你敲下Ctrl+Alt+Del组合键时,病毒就会显示一张愤怒的红脸壮汉的ASCII字符画。如果你再次敲击键盘,病毒会显示一条吓人的信息:“谁都救不了你了朋友,你现在在我的世界当中!”。 diff --git a/content/posts/2014-07-24-use-alt-code-to-input-special-characters.zh.md b/content/posts/2014-07-24-use-alt-code-to-input-special-characters.zh.md @@ -16,7 +16,7 @@ tags: - 控制字符 --- -<img src="/wp-content/uploads/2014/07/Windows-1252.svg_.png"/> +{{< figure src="/wp-content/uploads/2014/07/Windows-1252.svg_.png" >}} 顾名思义,Alt Code指使用Alt + 小键盘数字就可以打出一些特殊符号的方法。 diff --git a/content/posts/2014-07-25-yosemite-beta-with-no-mac.zh.md b/content/posts/2014-07-25-yosemite-beta-with-no-mac.zh.md @@ -15,7 +15,7 @@ tags: - Yosemite --- -<img src="/wp-content/uploads/2014/07/Capture.png"/>申完<a title="传送门" href="https://appleseed.apple.com/sp/betaprogram/welcome" target="_blank">Yosemite Beta</a>之后… +{{< figure src="/wp-content/uploads/2014/07/Capture.png" >}}申完<a title="传送门" href="https://appleseed.apple.com/sp/betaprogram/welcome" target="_blank">Yosemite Beta</a>之后… <!--more--> diff --git a/content/posts/2014-07-26-gunning-fog-index.zh.md b/content/posts/2014-07-26-gunning-fog-index.zh.md @@ -12,7 +12,7 @@ categories: - 豆知识 --- -<img src="/wp-content/uploads/2014/07/formula.png"/> +{{< figure src="/wp-content/uploads/2014/07/formula.png" >}} 鬼佬真是一群吃饱了撑着的物种。 diff --git a/content/posts/2014-07-27-standard-keycap-families.zh.md b/content/posts/2014-07-27-standard-keycap-families.zh.md @@ -17,43 +17,43 @@ tags: --- <figure> -<img src="/wp-content/uploads/2014/07/P5220038.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/P5220038.jpg" >}} <figcaption>图片来自网络</figcaption> </figure> 键盘键帽虽然看起来大同小异,但其实有不少奇怪的键帽形状存在(笔记本电脑键盘不在讨论之列)。 -<img src="/wp-content/uploads/2014/07/angle3.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/angle3.jpg" >}} DCS标准:中等高度,圆柱形表面,有高度差。 这是最常见的键帽形状。具体的键帽高度在不同厂家中会有一些小区别。例如cherry生产的DCS键帽比大多数机械键盘厂家的要矮一些。所以一般将除cherry外的DCS键帽称作OEM Profile,cherry自己的则称为Cherry Profile. -<img src="/wp-content/uploads/2014/07/angle2.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/angle2.jpg" >}} DSA标准:中等高度,球形表面,无高度差。 标题图中的键帽就属于DSA标准。这大概是除DCS外最普遍的键帽了。有趣的是,在DSA键盘上,F,J和5这几个键的球面半径会比一般键帽要小些,也就是更”凹“,以方便使用者定位。这种键帽有时会被用在一些人体工学键盘上。 -<img src="/wp-content/uploads/2014/07/angle1.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/angle1.jpg" >}} LP标准:低高度,圆柱形表面,无高度差。 这感觉类似笔记本的巧克力键盘… -<img src="/wp-content/uploads/2014/07/angle7.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/angle7.jpg" >}} KT标准,中等高度,圆柱形表面,无高度差。 这形状好无趣的感觉。 -<img src="/wp-content/uploads/2014/07/angle5.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/angle5.jpg" >}} SA标准,高高度,球形表面,有高度差。 看上去打字会挺舒服XD,键帽角度普遍后倾。 -<img src="/wp-content/uploads/2014/07/angle6.jpg"/> +{{< figure src="/wp-content/uploads/2014/07/angle6.jpg" >}} SS标准,高高度,球形表面,有高度差。 diff --git a/content/posts/2014-07-29-amazon-3d-printing-store.zh.md b/content/posts/2014-07-29-amazon-3d-printing-store.zh.md @@ -15,7 +15,7 @@ tags: - Amazon --- -<img src="/wp-content/uploads/2014/07/coverrr.png"/> +{{< figure src="/wp-content/uploads/2014/07/coverrr.png" >}} 亚马逊真是米帝的良心企业… @@ -25,20 +25,20 @@ tags: Amazon还为一部分商品配备了个人定制程序,让顾客对颜色,花纹等细节进行调整,但总体来说自由度并不高。 -<img src="/wp-content/uploads/2014/07/custom.png"/> -<img src="/wp-content/uploads/2014/07/customize.png"/> +{{< figure src="/wp-content/uploads/2014/07/custom.png" >}} +{{< figure src="/wp-content/uploads/2014/07/customize.png" >}} 袖扣…平淡无奇… -<img src="/wp-content/uploads/2014/07/figurine.png"/> +{{< figure src="/wp-content/uploads/2014/07/figurine.png" >}} 有一个摇头人偶的自定义选项异常丰富。 -<img src="/wp-content/uploads/2014/07/doggie.png"/> +{{< figure src="/wp-content/uploads/2014/07/doggie.png" >}} 也有少数看起来比较精致,体积较大的商品存在,但这些商品往往无法自定义…只能选择颜色… -<img src="/wp-content/uploads/2014/07/electronics.png"/> +{{< figure src="/wp-content/uploads/2014/07/electronics.png" >}} 除了饰品外,电子产品的配件也在3D打印商品中占了大头,比如各类保护壳,GoPro的架子和理线器等等。 diff --git a/content/posts/2014-07-30-file-destructor-2.zh.md b/content/posts/2014-07-30-file-destructor-2.zh.md @@ -16,7 +16,7 @@ tags: - 懒人 --- -<img src="/wp-content/uploads/2014/07/fdd.png"/> +{{< figure src="/wp-content/uploads/2014/07/fdd.png" >}} 简直是deadline来临时的福音啊… diff --git a/content/posts/2014-08-01-20140801-pla-day.zh.md b/content/posts/2014-08-01-20140801-pla-day.zh.md @@ -16,6 +16,6 @@ tags: --- -<img src="/wp-content/uploads/2014/08/China_Emblem_PLA.svg_.png"/> +{{< figure src="/wp-content/uploads/2014/08/China_Emblem_PLA.svg_.png" >}} 今天是八一建军节,祝全国各地以及远驻海外的子弟兵们身体健康,万事如意。你们是最可爱的人! diff --git a/content/posts/2014-08-01-almanac-is-coming.zh.md b/content/posts/2014-08-01-almanac-is-coming.zh.md @@ -15,7 +15,7 @@ tags: --- 这货大家一定都很眼熟… -<img src="/wp-content/uploads/2014/08/cover1.png"/> +{{< figure src="/wp-content/uploads/2014/08/cover1.png" >}} 无聊没事干…手贱改一个… diff --git a/content/posts/2014-08-03-trantor-almanac-is-here.zh.md b/content/posts/2014-08-03-trantor-almanac-is-here.zh.md @@ -13,7 +13,7 @@ tags: - 新功能 --- -<img src="/wp-content/uploads/2014/08/Capture1.png"/> +{{< figure src="/wp-content/uploads/2014/08/Capture1.png" >}} 小改了一下原版,还是有点粗糙啊,日后会继续改进 diff --git a/content/posts/2014-08-03-using-duoshuo.zh.md b/content/posts/2014-08-03-using-duoshuo.zh.md @@ -15,7 +15,7 @@ tags: - 新功能 --- -<img src="/wp-content/uploads/2014/08/Capture.png"/> +{{< figure src="/wp-content/uploads/2014/08/Capture.png" >}} 看到大部分博客都在用多说…所以某也跟个风XDDD diff --git a/content/posts/2014-08-04-dsa-keycaps-arrived.zh.md b/content/posts/2014-08-04-dsa-keycaps-arrived.zh.md @@ -18,35 +18,35 @@ tags: - 键盘 --- -<img src="/wp-content/uploads/2014/08/IMG_2667.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_2667.jpg" >}} 说好的DSA键帽XD -<img src="/wp-content/uploads/2014/08/IMG_2662.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_2662.jpg" >}} 最近合计着打算组一把键盘,所以入了两套无刻DSA键帽(别在意没有空格键这种小事…) -<img src="/wp-content/uploads/2014/08/IMG_2665.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_2665.jpg" >}} 一字排开XD -<img src="/wp-content/uploads/2014/08/IMG_2675.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_2675.jpg" >}} 趁这个机会做一个DSA键帽和DCS键帽的对比吧XD -<img src="/wp-content/uploads/2014/08/IMG_2672.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_2672.jpg" >}} 如图,DSA(左)是球面键帽,DCS(右)是圆柱面键帽 -<img src="/wp-content/uploads/2014/08/IMG_2673.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_2673.jpg" >}} 这套DSA材质为PBT,而右边的DCS是某正在用的一套ABS键帽。可以看出DCS键帽内部多了几条加强筋,大概是因为DCS键帽较高的原因。另外这套DSA键帽的模具似乎厚一些。 -<img src="/wp-content/uploads/2014/08/IMG_2677.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_2677.jpg" >}} DSA的键帽都是对称的,所以“F”,“J”键不像DCS键帽那样有凸起,而是靠不同的球面曲率区分。看得出来,最左边的键帽表面曲率要小些,所以触感上更“凹”。 -<img src="/wp-content/uploads/2014/08/IMG_2681.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_2681.jpg" >}} 键帽的底部也有些微妙的区别,但整体高度一致。应该只是为了方便区分而做的设计。 diff --git a/content/posts/2014-08-09-sony-game-masterpiece.zh.md b/content/posts/2014-08-09-sony-game-masterpiece.zh.md @@ -15,7 +15,7 @@ tags: - 索尼 --- -<img src="/wp-content/uploads/2014/08/PS4.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/PS4.jpg" >}} 索尼为PS4造势进行的一个有趣的活动XDD @@ -25,6 +25,6 @@ tags: 这里恬不知耻地贴上自己的<a title="传送门" href="http://greatnessawaits.gamermasterpiece.com/#gallery/medium/24865">Gamer Masterpiece地址</a>XDD,这幅画的原版是法国画家Charles-Antoine Coypel与1737年创作的_Fury of Achilles(阿喀琉斯之怒)_。 -<img src="/wp-content/uploads/2014/08/fury.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/fury.jpg" >}} 大家如果创建了自己的Gamer Masterpiece,务必留下地址,某去点个赞XDD diff --git a/content/posts/2014-08-11-experience-as-a-miner.zh.md b/content/posts/2014-08-11-experience-as-a-miner.zh.md @@ -15,21 +15,21 @@ tags: - 比特币 --- -<img src="/wp-content/uploads/2014/08/covvver-mine.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/covvver-mine.jpg" >}} 题图无关XD 前一段时间闲着蛋疼从ebay上花20刀收了个二手的butterfly lab挖矿机… -<img src="/wp-content/uploads/2014/08/IMG_3039.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3039.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3040.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3040.jpg" >}} 扔几张开箱图XDD -<img src="/wp-content/uploads/2014/08/IMG_3045.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3045.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3049.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3049.jpg" >}} 注册完钱包插上电脑下载了cgminer,pool用的是eclipse,然后开工XD diff --git a/content/posts/2014-08-12-one-month-anniversary.zh.md b/content/posts/2014-08-12-one-month-anniversary.zh.md @@ -13,7 +13,7 @@ tags: - 纪念日 --- -<img src="/wp-content/uploads/2014/08/2000px-Spaceship_and_Sun_esqvg.png"/> +{{< figure src="/wp-content/uploads/2014/08/2000px-Spaceship_and_Sun_esqvg.png" >}} 「川陀大学图书室」建站一个月了!XDD diff --git a/content/posts/2014-08-19-tragedy-caused-by-a-period.zh.md b/content/posts/2014-08-19-tragedy-caused-by-a-period.zh.md @@ -14,7 +14,7 @@ tags: - 教做人 --- -<img src="/wp-content/uploads/2014/08/Capture2.png"/> +{{< figure src="/wp-content/uploads/2014/08/Capture2.png" >}} MATLAB很坑爹的把单引号用作求共轭转置矩阵… diff --git a/content/posts/2014-08-22-loot-crate-1408-unboxing.zh.md b/content/posts/2014-08-22-loot-crate-1408-unboxing.zh.md @@ -13,98 +13,98 @@ tags: - TNMT --- -<img src="/wp-content/uploads/2014/08/IMG_3537.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3537.jpg" >}} 这个月的主题和上次相对,是Heros XDD -<img src="/wp-content/uploads/2014/08/IMG_3542.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3542.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3541.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3541.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3539.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3539.jpg" >}} 这次的盒子明显尺寸大了一些,高度大约变为原来的两倍 -<img src="/wp-content/uploads/2014/08/IMG_3546.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3546.jpg" >}} 这次盒子的里面画成了忍者神龟们住的下水道的样子XDD -<img src="/wp-content/uploads/2014/08/IMG_3549.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3549.jpg" >}} 内容物一览~ -<img src="/wp-content/uploads/2014/08/IMG_3556.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3556.jpg" >}} 这次的徽章,上面是雷神,美队,老爷,Rocket Raccoon 和洛克人 -<img src="/wp-content/uploads/2014/08/IMG_3552.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3552.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3553.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3553.jpg" >}} 拉斐尔眼罩式样的墨镜 -<img src="/wp-content/uploads/2014/08/IMG_3559.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3559.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3561.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3561.jpg" >}} Groot玩具,这货也会出现在《银河守护者》中 -<img src="/wp-content/uploads/2014/08/IMG_3565.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3565.jpg" >}} 左手是夜光的XDD -<img src="/wp-content/uploads/2014/08/IMG_3567.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3567.jpg" >}} 索尼克空气清新剂…感觉好没用… -<img src="/wp-content/uploads/2014/08/IMG_3571.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3571.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3573.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3573.jpg" >}} 列奥纳多的人偶XDD -<img src="/wp-content/uploads/2014/08/IMG_3576.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3576.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3577.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3577.jpg" >}} 可以装在鞋子上的翅膀… -<img src="/wp-content/uploads/2014/08/IMG_3578.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3578.jpg" >}} 向死侍这类Anti-heros致敬的冰箱贴! -<img src="/wp-content/uploads/2014/08/IMG_3580.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3580.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3582.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3582.jpg" >}} 一些科幻主题游戏的礼包…没啥用…有人想要我就把码给他XD -<img src="/wp-content/uploads/2014/08/IMG_3601.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3601.jpg" >}} 这次的剧透小册子 -<img src="/wp-content/uploads/2014/08/IMG_3590.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3590.jpg" >}} 仔细看看感觉盒子侧面有机关 -<img src="/wp-content/uploads/2014/08/IMG_3591.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3591.jpg" >}} 地毯下难道有密道? -<img src="/wp-content/uploads/2014/08/IMG_3594.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3594.jpg" >}} -<img src="/wp-content/uploads/2014/08/IMG_3596.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3596.jpg" >}} 啊哈! -<img src="/wp-content/uploads/2014/08/IMG_3599.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3599.jpg" >}} 翻上来之后就能拼成一个完整的沙发了 -<img src="/wp-content/uploads/2014/08/IMG_3597.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3597.jpg" >}} 感觉这次盒子的亮点反而比loot多XDD -<img src="/wp-content/uploads/2014/08/IMG_3598.jpg"/> +{{< figure src="/wp-content/uploads/2014/08/IMG_3598.jpg" >}} 坐等下个月的lootXDD diff --git a/content/posts/2014-08-30-chrome-stable-64-bit.zh.md b/content/posts/2014-08-30-chrome-stable-64-bit.zh.md @@ -13,10 +13,10 @@ tags: - Chrome --- -<img src="/wp-content/uploads/2014/08/cover2.png"/> +{{< figure src="/wp-content/uploads/2014/08/cover2.png" >}} 看到页面正中央的“64-bit”简直舒爽… -<img src="/wp-content/uploads/2014/08/Capture3.png"/> +{{< figure src="/wp-content/uploads/2014/08/Capture3.png" >}} 不过有点奇怪的是,在“关于”页面中,chrome版本号显示的是未知… diff --git a/content/posts/2014-09-30-dark-horse-the-star-wars.zh.md b/content/posts/2014-09-30-dark-horse-the-star-wars.zh.md @@ -15,7 +15,7 @@ tags: - 爵爷 --- -<img src="/wp-content/uploads/2014/09/cover.png"/> +{{< figure src="/wp-content/uploads/2014/09/cover.png" >}} 好久没更新真是抱歉XD @@ -23,114 +23,114 @@ tags: The Star Wars 的故事是根据卢卡斯最初的星战剧本改写的,所以和电影版颇有出入。不过那些最令人熟悉的星战要素一个不少地都出场了:邪恶的帝国,即将毕业的绝地学徒,年长的绝地武士,急需救助的公主,半机械的“Father”,暴风兵等等XD -<img src="/wp-content/uploads/2014/09/1.png"/> +{{< figure src="/wp-content/uploads/2014/09/1.png" >}} 故事一开头就是Starkiller一家子与一名Sith的遭遇战。有趣的是长子名字是Annikin,这可能就是日后前传Anakin Skywalker名字来源吧。 -<img src="/wp-content/uploads/2014/09/sk2.png"/> +{{< figure src="/wp-content/uploads/2014/09/sk2.png" >}} Annikin的老爹,Kane Starkiller是个半机械人,这个设定估计后来被用到了爵爷身上。 -<img src="/wp-content/uploads/2014/09/luke.png"/> +{{< figure src="/wp-content/uploads/2014/09/luke.png" >}} 作为主角的Luke已经是个白发苍苍的老头了。他在某小星球上当类似国防部长的角色。Kane是他的好基友,他后来把Annikin收为学徒。 -<img src="/wp-content/uploads/2014/09/leia.png"/> +{{< figure src="/wp-content/uploads/2014/09/leia.png" >}} 和电影不同,Leia和Luke没有血缘关系,而且她后来爱上的不是Han,而是Annikin。她是Luke所服侍王国的公主。 -<img src="/wp-content/uploads/2014/09/vd.png"/> +{{< figure src="/wp-content/uploads/2014/09/vd.png" >}} 值得一提的是,爵爷在这里不是原力敏感者,也没有面罩。 -<img src="/wp-content/uploads/2014/09/st1.png"/> +{{< figure src="/wp-content/uploads/2014/09/st1.png" >}} 光剑是暴风兵的标配武器之一 -<img src="/wp-content/uploads/2014/09/st2.png"/> +{{< figure src="/wp-content/uploads/2014/09/st2.png" >}} 原力敏感者用的光剑都是红色的,不知道有没有功能上的区别。 -<img src="/wp-content/uploads/2014/09/deathstar.png"/> +{{< figure src="/wp-content/uploads/2014/09/deathstar.png" >}} -<img src="/wp-content/uploads/2014/09/ds1.png"/> +{{< figure src="/wp-content/uploads/2014/09/ds1.png" >}} 死星在这里感觉战斗力被大幅削弱…Luke用一只6架战机组成的编队就拖住了死星… <figure> -<img src="/wp-content/uploads/2014/09/solo3.png"/> +{{< figure src="/wp-content/uploads/2014/09/solo3.png" >}} <figcaption>Iä! Iä! Han Solo Fhtagn!</figcaption> </figure> Han Solo在这个故事中是一个有名的星际走私犯,也是Luke好基友…比较惨的是,Han长得和克总差不多… -<img src="/wp-content/uploads/2014/09/sith1.png"/> +{{< figure src="/wp-content/uploads/2014/09/sith1.png" >}} 这里的Sith并没有和Jedi到水火不容的地步,大概是由于原力这方面的设定还不足的原因。爵爷请来的这位Sith小哥最后救了Annikin… -<img src="/wp-content/uploads/2014/09/sith.png"/> +{{< figure src="/wp-content/uploads/2014/09/sith.png" >}} 所幸这位 Sith小哥没有像大多数Sith那样长残… -<img src="/wp-content/uploads/2014/09/Jai.png"/> +{{< figure src="/wp-content/uploads/2014/09/Jai.png" >}} 现在的设定中Sith原来是一个物种的称呼。在这里,Sith可能和普通人生理结构也有微妙的不同?他们对一种称作Jai Gas 的毒气免疫。 -<img src="/wp-content/uploads/2014/09/garbage.png"/> +{{< figure src="/wp-content/uploads/2014/09/garbage.png" >}} 老好人的Sith小哥帮助Annikin救出了Leia。这里是被电影沿用的死星垃圾处理厂的场景。 -<img src="/wp-content/uploads/2014/09/chw.png"/> +{{< figure src="/wp-content/uploads/2014/09/chw.png" >}} Chewie初登场~他是当地Wookiee部落的王子。 -<img src="/wp-content/uploads/2014/09/god.png"/> +{{< figure src="/wp-content/uploads/2014/09/god.png" >}} 在Annikin击退了一小波暴风兵后,他被当地Wookiee部落当成了神…23333 -<img src="/wp-content/uploads/2014/09/woki.png"/> +{{< figure src="/wp-content/uploads/2014/09/woki.png" >}} 打倒压在Wookiee头上的三座大山(大雾 -<img src="/wp-content/uploads/2014/09/wkp.png"/> +{{< figure src="/wp-content/uploads/2014/09/wkp.png" >}} Luke几天内把Wookiees全训练成了飞行员OTZ…然后就这样向死星发动了攻击… -<img src="/wp-content/uploads/2014/09/cpo.png"/> +{{< figure src="/wp-content/uploads/2014/09/cpo.png" >}} R2和3PO当然也有出场,他们最开始在死星上服务。后来阴差阳错加入主角团。 -<img src="/wp-content/uploads/2014/09/r2t.png"/> +{{< figure src="/wp-content/uploads/2014/09/r2t.png" >}} 会说话的R2简直神烦233333 -<img src="/wp-content/uploads/2014/09/wkpp.png"/> +{{< figure src="/wp-content/uploads/2014/09/wkpp.png" >}} Wookiee们也是蛮拼的,还有心思…帝国战机有点像后来的Y-Wing。 -<img src="/wp-content/uploads/2014/09/ds3.png"/> +{{< figure src="/wp-content/uploads/2014/09/ds3.png" >}} 每天回家都看到死星在爆炸23333 -<img src="/wp-content/uploads/2014/09/ds4.png"/> +{{< figure src="/wp-content/uploads/2014/09/ds4.png" >}} 可惜没给爵爷洗白的机会… -<img src="/wp-content/uploads/2014/09/kis.png"/> +{{< figure src="/wp-content/uploads/2014/09/kis.png" >}} 当然,Leia和Annikin在最后一刻坐救生艇逃出来了 -<img src="/wp-content/uploads/2014/09/lastt.png"/> +{{< figure src="/wp-content/uploads/2014/09/lastt.png" >}} 胜利之后的庆功宴。仔细看看左2似乎是那个Sith小哥!?这说明救生艇里有三个人吗…小哥当得一手好灯泡… -<img src="/wp-content/uploads/2014/09/last.png"/> +{{< figure src="/wp-content/uploads/2014/09/last.png" >}} 然后故事就结束了…Lucas真是懒到家… 故事的格局比电影要小不少,而且剧情非常赶…但是仔细想想正传和前传的故事都或多或少有和这个版本相似的地方。 -<img src="/wp-content/uploads/2014/09/vad.png"/> +{{< figure src="/wp-content/uploads/2014/09/vad.png" >}} 最后扔张爵爷阅兵XDD diff --git a/content/posts/2014-10-12-miku-expo-in-la.zh.md b/content/posts/2014-10-12-miku-expo-in-la.zh.md @@ -14,47 +14,47 @@ tags: - 演唱会 --- -<img src="/wp-content/uploads/2014/10/IMG_4686.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4686.jpg" >}} 超赞啊啊啊啊啊XDDD -<img src="/wp-content/uploads/2014/10/IMG_4398.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4398.jpg" >}} 下午六点多到了演唱会地点,已经排起了好几条队伍。人群中不乏coser XD。 -<img src="/wp-content/uploads/2014/10/IMG_4400.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4400.jpg" >}} 排到门口时居然已经天黑了… -<img src="/wp-content/uploads/2014/10/IMG_4409.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4409.jpg" >}} 入场。我的座位在第一坐席(虽然估计所有人都会站着就是了),隔板前面是站席。 -<img src="/wp-content/uploads/2014/10/IMG_4411.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4411.jpg" >}} 开场放注意事项等等,最后一幕是Miku的Chyu~ -<img src="/wp-content/uploads/2014/10/IMG_4412.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4412.jpg" >}} 快要开始了!会场只允许手机拍照,且不能用闪光灯。 -<img src="/wp-content/uploads/2014/10/IMG_4524.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4524.jpg" >}} 低光下手机画质简直…挑了几张还算能看的XDD -<img src="/wp-content/uploads/2014/10/IMG_4492.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4492.jpg" >}} 开场第一首千本桜,然后是こっち向いて Baby和恋色病棟。后面两者都有段时间没听到了www -<img src="/wp-content/uploads/2014/10/IMG_4582.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4582.jpg" >}} 后半场有メルト,Just Be Friends,ワールドイズマイン,ココロ,Yellow,右肩の蝶,Promise和ぽっぴっぽー这些每次Live必有的歌XDD 简直一本满足 -<img src="/wp-content/uploads/2014/10/IMG_4610.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4610.jpg" >}} 等待Encore中XD 台下喊什么的都有,有的喊encore,有的喊アンコール…最后大家干脆一起无意义大喊23333 -<img src="/wp-content/uploads/2014/10/IMG_4615.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4615.jpg" >}} Encore的三首都超赞,分别是Tell Your World,みくみくにしてあげる和Starduster。 @@ -62,7 +62,7 @@ Tell Your World 中间模型换成了pv中的版本,没记错的话这是第 最后Starduster 时全场一起唱“愛を”简直TUT -<img src="/wp-content/uploads/2014/10/IMG_4687.jpg"/> +{{< figure src="/wp-content/uploads/2014/10/IMG_4687.jpg" >}} 最后的“Thank You LA”XDDD diff --git a/content/posts/2015-01-10-golden-retriever-nailed-it.zh.md b/content/posts/2015-01-10-golden-retriever-nailed-it.zh.md @@ -13,10 +13,10 @@ tags: - 神谷哲史 --- -<img src="/wp-content/uploads/2015/01/1NAILEDIT.jpg"/> +{{< figure src="/wp-content/uploads/2015/01/1NAILEDIT.jpg" >}} 无聊没事做(<del>不想写作业</del>),把数年前收集的折纸教程拿出来照猫画虎的结果。 -<img src="/wp-content/uploads/2015/01/orig.jpg"/> +{{< figure src="/wp-content/uploads/2015/01/orig.jpg" >}} 和原版比真是差……但愿某日能折出龙神吧XDD diff --git a/content/posts/2015-01-24-all-hail-ultrabook.zh.md b/content/posts/2015-01-24-all-hail-ultrabook.zh.md @@ -16,7 +16,7 @@ tags: --- 原本非常不看好超极本…没想到我也有今天XDD -<img src="/wp-content/uploads/2015/01/IMG_5460.jpg"/> +{{< figure src="/wp-content/uploads/2015/01/IMG_5460.jpg" >}} 直到去年年初,某口水的对象还一直是17寸左右的DTR,准系统或移动工作站类别的笔记本电脑。更早的时候,我还收集了大量准系统厂商的页面,每到更新处理器/显卡的时候就四处翻看配置清单,看看哪家顶配最强。 diff --git a/content/posts/2015-03-04-keyboard-pixel-art.zh.md b/content/posts/2015-03-04-keyboard-pixel-art.zh.md @@ -18,43 +18,43 @@ tags: --- RT,效仿GH众给自己目前几把键盘画的简易像素画~ -<img src="/wp-content/uploads/2015/03/pokerII.png"/> -<img src="/wp-content/uploads/2015/03/wasd2.png"/> -<img src="/wp-content/uploads/2015/03/ergodox.png"/> -<img src="/wp-content/uploads/2015/03/zeal60.png"/> -<img src="/wp-content/uploads/2015/03/octagon1.png"/> -<img src="/wp-content/uploads/2015/03/ctrlalt60.png"/> +{{< figure src="/wp-content/uploads/2015/03/pokerII.png" >}} +{{< figure src="/wp-content/uploads/2015/03/wasd2.png" >}} +{{< figure src="/wp-content/uploads/2015/03/ergodox.png" >}} +{{< figure src="/wp-content/uploads/2015/03/zeal60.png" >}} +{{< figure src="/wp-content/uploads/2015/03/octagon1.png" >}} +{{< figure src="/wp-content/uploads/2015/03/ctrlalt60.png" >}} 1. Poker II BK w/ Brown Switches -<img src="/wp-content/uploads/2015/03/pokerIIL.png"/> +{{< figure src="/wp-content/uploads/2015/03/pokerIIL.png" >}} 2. WASD 2 w/ Blue Switches -<img src="/wp-content/uploads/2015/03/wasd2L.png"/> +{{< figure src="/wp-content/uploads/2015/03/wasd2L.png" >}} 3. Ergodox w/ Blue Switches + Galaxy Class (Ergodox 斜边太难画… -<img src="/wp-content/uploads/2015/03/ergodoxL.png"/> +{{< figure src="/wp-content/uploads/2015/03/ergodoxL.png" >}} 4. SPRiT 60 w/ 62g Ergo Clear + Infinity -<img src="/wp-content/uploads/2015/03/zeal60L.png"/> +{{< figure src="/wp-content/uploads/2015/03/zeal60L.png" >}} 其实仔细想想,HHKB也只不过是Unix布局+6u空格的劣化版WKL嘛XDD 5. Octagon 75 Blue Gray + GMK Dolch & CMYW Modifiers [筹备中] -<img src="/wp-content/uploads/2015/03/octagonL1.png"/> +{{< figure src="/wp-content/uploads/2015/03/octagonL1.png" >}} 第一把75%~ 大概也会用Ergo Clear? <del>(为啥图这么丑…回头再改改…</del> 6. CTRL[ALT] 60 + GMK Hyper Fuse [筹备中] <figure> -<img src="/wp-content/uploads/2015/03/ctrlalt60L.png"/> +{{< figure src="/wp-content/uploads/2015/03/ctrlalt60L.png" >}} <figcaption>Coming Not So Soon~</figcaption> </figure> diff --git a/content/posts/2015-04-19-star-wars-celebration-2015-anaheim.zh.md b/content/posts/2015-04-19-star-wars-celebration-2015-anaheim.zh.md @@ -13,7 +13,7 @@ tags: - Star Wars Celebration --- -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-2-52-44-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-2-52-44-PM.jpg" >}} 简直和狂欢一样!!!XDDDDDDD @@ -21,80 +21,80 @@ tags: 话说这似乎是我第一次去convention类的活动。 -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-03-30-PM-1.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-03-30-PM-1.jpg" >}} 大约11点的时候到了会场,本来想先去纪念商店买这次庆典的T恤/臂章/帽子的,结果得知昨天已经卖光OTZ,只剩下一排排长相略残念的ChewieXDDD。 -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-11-48-50-AM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-11-48-50-AM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-11-48-34-AM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-11-48-34-AM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-11-47-46-AM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-11-47-46-AM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-11-56-57-AM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-11-56-57-AM.jpg" >}} 大号AT-AT(虽然还是比设定尺寸小2333)!! -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-1-35-02-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-1-35-02-PM.jpg" >}} 超闪亮的暴风兵夫妇!(各种意义上!) -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-11-26-09-AM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-11-26-09-AM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-1-45-42-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-1-45-42-PM.jpg" >}} 在人群中四处穿梭的R2~ -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-2-49-58-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-2-49-58-PM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-2-49-46-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-2-49-46-PM.jpg" >}} 更多的R2! -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-11-50-30-AM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-11-50-30-AM.jpg" >}} 11月发售的Star Wars: Battlefront。这已经是第三个叫这名字的游戏了吧XDDD。展台有试驾X-wing的活动,可惜队伍长到没朋友XDD。 -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-36-33-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-36-33-PM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-35-32-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-35-32-PM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-36-03-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-36-03-PM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-36-21-PM-1.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-36-21-PM-1.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-35-41-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-35-41-PM.jpg" >}} EFX的展台…真是令人眼馋TUT -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-36-54-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-36-54-PM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-37-49-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-37-49-PM.jpg" >}} ANOVOS的展台,星战7的暴风兵服饰似乎就是他们提供的。 -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-45-02-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-45-02-PM.jpg" >}} -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-42-12-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-42-12-PM.jpg" >}} R2吹泡机与眼神死掉的Master Yoda~ Yoda和之前的Chewbacca简直绝配2333 -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-1-14-17-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-1-14-17-PM.jpg" >}} 今天的重头戏~Ian McDiarmid老爷子(Emperor扮演者)的签名会~当时在场的还有MarkHamill,Carrie Fisher,Anthony Daniels(C3PO)和Billy Dee Williams(Lando)。 -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-4-41-17-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-4-41-17-PM.jpg" >}} XDDDDDDDDDDDDDDDDDDDDDDD -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-2-48-20-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-2-48-20-PM.jpg" >}} 后来还和老爷子和了个影XDDDDDDDD -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-2-55-40-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-2-55-40-PM.jpg" >}} 由于时间关系早早地打道回府,路上遇到了一只黯然的爵爷XDD 最后扔张没人爱的Chewie(整个纪念商店似乎只有这货没卖完) TUT… -<img src="/wp-content/uploads/2015/04/Photo-Apr-19-12-03-17-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/Photo-Apr-19-12-03-17-PM.jpg" >}} diff --git a/content/posts/2015-04-25-sa-profile-is-the-best.zh.md b/content/posts/2015-04-25-sa-profile-is-the-best.zh.md @@ -16,7 +16,7 @@ tags: --- -<img src="/wp-content/uploads/2015/04/sa.jpg"/> +{{< figure src="/wp-content/uploads/2015/04/sa.jpg" >}} 比较尴尬的是没有row 3的1.5 caps lock XDD,所以出现了3个control的局面(虽然图上看不到XDD) @@ -24,6 +24,6 @@ tags: 顺手扔像素画~ -<img src="/wp-content/uploads/2015/04/zeal60g.png"/> +{{< figure src="/wp-content/uploads/2015/04/zeal60g.png" >}} -<img src="/wp-content/uploads/2015/04/zeal60gL.png"/> +{{< figure src="/wp-content/uploads/2015/04/zeal60gL.png" >}} diff --git a/content/posts/2015-05-16-awesome-geekhack-signature-pic-at-last.zh.md b/content/posts/2015-05-16-awesome-geekhack-signature-pic-at-last.zh.md @@ -14,10 +14,10 @@ tags: --- -<img src="/wp-content/uploads/2015/03/sig.png"/> +{{< figure src="/wp-content/uploads/2015/03/sig.png" >}} 花了点时间拼张图XDDD 还有长条版XDD -<img src="/wp-content/uploads/2015/05/siglong.png"/> +{{< figure src="/wp-content/uploads/2015/05/siglong.png" >}} diff --git a/content/posts/2015-08-02-planck-is-here.zh.md b/content/posts/2015-08-02-planck-is-here.zh.md @@ -17,7 +17,7 @@ tags: - 键盘 --- -<img src="/wp-content/uploads/2015/08/Photo-Aug-02-10-59-22-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/08/Photo-Aug-02-10-59-22-PM.jpg" >}} 果然远大的计划总是会流产(笑 @@ -33,10 +33,10 @@ planck比ergodox键帽好找太多了…几乎全是1u ,这点也强过大 粘一下我的layout: -<a href="http://www.keyboard-layout-editor.com/##@@_c=%23e54e00&t=%23e4dedd&p=DSA%3B&=F1%0APOWER%0A%0A%0A%0A%0AESC&_c=%23e4dedd&t=%230a2040%3B&=F2%0A%0A%0A%0A%0A%0AQ&=F3%0A%0A%0A%0A%0A%0AW&=F4%0A%0A%0A%0A%0A%0AE&=f5%0A%0A%0A%0A%0A%0AR&=F6%0A%0A%0A%0A%0A%0AT&=F7%0ANUMLK%0A%0A%0A%0A%0AY&=F8%0A7%0A%0A%0A%0A%0AU&=F9%0A8%0A%0A%0A%0A%0AI&=F10%0A9%0A%0A%0A%0A%0AO&_h2:0.75%3B&=F11%0A-%0A%0A%0A%0A%0AP&_c=%23008fb0%3B&=F12%0A-%0A%0A%2F_%0A%0A%0ABKSP%3B&@=TAB%0ACAPS%0A%0A%0A%0A%0ACTRL&_c=%23e4dedd%3B&=1%0A%0A!%0A%0A%0A%0AA&=2%0A%0A%2F@%0A%0A%0A%0AS&=3%0A%0A%23%0A%0A%0A%0AD&=4%0A%0A$%0A%0A%0A%0AF&=5%0A%0A%25%0A%0A%0A%0AG&=6%0A%0A%5E%0A%0A%0A%0AH&=7%0A4%0A%2F&%0A%0A%0A%0AJ&=8%0A5%0A*%0A%0A%0A%0AK&=9%0A6%0A(%0A%0A%0A%0AL&=0%0A+%0A)%0A%0A%0A%0A%2F%3B%0A%2F:&=%0A%2F=%0A%0A+%0A%0A%0A'%0A%22%3B&@_c=%23008fb0&a:6%3B&=SHIFT&_c=%23e4dedd&a:4%3B&=6%0A%0A%5E%0A%0A%0A%0AZ&=7%0A%0A%2F&%0A%0A%0A%0AX&=8%0A%0A*%0A%0A%0A%0AC&=9%0A%0A(%0A%0A%0A%0AV&=0%0A%0A)%0A%0A%0A%0AB&=%0A0%0A%0A%0A%0A%0AN&=%0A1%0A%0A%0A%0A%0AM&=%0A2%0A%0A%0A%0A%0A,%0A%3C&=%0A3%0A%0A%0A%0A%0A.%0A%3E&=%0A*%0A%0A%0A%0A%0A%2F%2F%0A%3F&_c=%23008fb0%3B&=SHIFT%0ARGUI%0A%0A%0A%0A%0AENTER%3B&@=LALT%0A%0A%0A%0A%0A%0ATAB&_c=%23e4dedd%3B&=%2F@%0AMUTE%0A%0A%0A%0A%0A%5C%0A%7C&=%EF%BC%88%0AVOL-%0A%0A%0A%0A%0A%5B%0A%7B&=%EF%BC%89%0AVOL+%0A%0A%0A%0A%0A%5D%0A%7D&_a:6%3B&=LOWER&_c=%23008fb0&p=DSA%20SPACE&a:4&w:2%3B&=BKSP%0ADEL%0A%0A%0A%0A%0ASPC&_c=%23e4dedd&p=DSA&a:6%3B&=RAISE&_c=%23e54e00&t=%23e4dedd&a:4%3B&=HOME%0AHOME%0A%0A%0A%0A%0ALEFT&=PGUP%0APGUP%0A%0A%0A%0A%0ADOWN&=PGDN%0APGDN%0A%0A%0A%0A%0AUP&=END%0AEND%0A%0A%0A%0A%0ARIGHT" target="_blank"><img src="/wp-content/uploads/2015/08/plank.png"/></a> +<a href="http://www.keyboard-layout-editor.com/##@@_c=%23e54e00&t=%23e4dedd&p=DSA%3B&=F1%0APOWER%0A%0A%0A%0A%0AESC&_c=%23e4dedd&t=%230a2040%3B&=F2%0A%0A%0A%0A%0A%0AQ&=F3%0A%0A%0A%0A%0A%0AW&=F4%0A%0A%0A%0A%0A%0AE&=f5%0A%0A%0A%0A%0A%0AR&=F6%0A%0A%0A%0A%0A%0AT&=F7%0ANUMLK%0A%0A%0A%0A%0AY&=F8%0A7%0A%0A%0A%0A%0AU&=F9%0A8%0A%0A%0A%0A%0AI&=F10%0A9%0A%0A%0A%0A%0AO&_h2:0.75%3B&=F11%0A-%0A%0A%0A%0A%0AP&_c=%23008fb0%3B&=F12%0A-%0A%0A%2F_%0A%0A%0ABKSP%3B&@=TAB%0ACAPS%0A%0A%0A%0A%0ACTRL&_c=%23e4dedd%3B&=1%0A%0A!%0A%0A%0A%0AA&=2%0A%0A%2F@%0A%0A%0A%0AS&=3%0A%0A%23%0A%0A%0A%0AD&=4%0A%0A$%0A%0A%0A%0AF&=5%0A%0A%25%0A%0A%0A%0AG&=6%0A%0A%5E%0A%0A%0A%0AH&=7%0A4%0A%2F&%0A%0A%0A%0AJ&=8%0A5%0A*%0A%0A%0A%0AK&=9%0A6%0A(%0A%0A%0A%0AL&=0%0A+%0A)%0A%0A%0A%0A%2F%3B%0A%2F:&=%0A%2F=%0A%0A+%0A%0A%0A'%0A%22%3B&@_c=%23008fb0&a:6%3B&=SHIFT&_c=%23e4dedd&a:4%3B&=6%0A%0A%5E%0A%0A%0A%0AZ&=7%0A%0A%2F&%0A%0A%0A%0AX&=8%0A%0A*%0A%0A%0A%0AC&=9%0A%0A(%0A%0A%0A%0AV&=0%0A%0A)%0A%0A%0A%0AB&=%0A0%0A%0A%0A%0A%0AN&=%0A1%0A%0A%0A%0A%0AM&=%0A2%0A%0A%0A%0A%0A,%0A%3C&=%0A3%0A%0A%0A%0A%0A.%0A%3E&=%0A*%0A%0A%0A%0A%0A%2F%2F%0A%3F&_c=%23008fb0%3B&=SHIFT%0ARGUI%0A%0A%0A%0A%0AENTER%3B&@=LALT%0A%0A%0A%0A%0A%0ATAB&_c=%23e4dedd%3B&=%2F@%0AMUTE%0A%0A%0A%0A%0A%5C%0A%7C&=%EF%BC%88%0AVOL-%0A%0A%0A%0A%0A%5B%0A%7B&=%EF%BC%89%0AVOL+%0A%0A%0A%0A%0A%5D%0A%7D&_a:6%3B&=LOWER&_c=%23008fb0&p=DSA%20SPACE&a:4&w:2%3B&=BKSP%0ADEL%0A%0A%0A%0A%0ASPC&_c=%23e4dedd&p=DSA&a:6%3B&=RAISE&_c=%23e54e00&t=%23e4dedd&a:4%3B&=HOME%0AHOME%0A%0A%0A%0A%0ALEFT&=PGUP%0APGUP%0A%0A%0A%0A%0ADOWN&=PGDN%0APGDN%0A%0A%0A%0A%0AUP&=END%0AEND%0A%0A%0A%0A%0ARIGHT" target="_blank">{{< figure src="/wp-content/uploads/2015/08/plank.png" >}}</a> 固件用的是tmk,编译后用dfu-programmer加载.hex文件就行。planck的cpu用的和teensy一样,都是atmega32u4,不过没法用teensy-loader。 最后扔一张换上granite的ergodox。磨砂面的键帽还是比光面舒服不少,这直接导致我对SA路人转黑XDDD -<img src="/wp-content/uploads/2015/08/Photo-Aug-01-11-16-04-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/08/Photo-Aug-01-11-16-04-PM.jpg" >}} diff --git a/content/posts/2015-08-03-new-pc-this-summer.zh.md b/content/posts/2015-08-03-new-pc-this-summer.zh.md @@ -17,7 +17,7 @@ tags: - 装机 --- -<img src="/wp-content/uploads/2015/08/Photo-Aug-02-11-43-05-PM.jpg"/> +{{< figure src="/wp-content/uploads/2015/08/Photo-Aug-02-11-43-05-PM.jpg" >}} 其实装机最大动力是因为买了这个机箱XDD @@ -57,6 +57,6 @@ Chasis Fans: Noctua NF-A9 PWM x 2, Noctua NF-A12 PWM x 1 现在移动作业有XPS 13, 家里也有了新机器,那就要正式和17寸的庞然大物Dell Vostro 3750说再见了。TUT -<img src="/wp-content/uploads/2015/08/Photo-Aug-03-12-14-06-AM.jpg"/> +{{< figure src="/wp-content/uploads/2015/08/Photo-Aug-03-12-14-06-AM.jpg" >}} 三年多来,谢谢你的陪伴。XDD diff --git a/content/posts/2015-09-13-love-live-the-school-idol-movie.zh.md b/content/posts/2015-09-13-love-live-the-school-idol-movie.zh.md @@ -14,23 +14,23 @@ tags: - 电影 --- -<img src="/wp-content/uploads/2015/09/IMG_7322.jpg"/> +{{< figure src="/wp-content/uploads/2015/09/IMG_7322.jpg" >}} 终于等到这一天啦!XDD 本来在7月份就订了9月13号的票(11、12号的已售罄),不过我在前几天突然发现12号晚上多加了10:30PM的场次,就又定了一张(一方面是想早些看到,另一方面是因为12号场次有送色纸)。地点在Downtown Independent。去年园神剧场版以及更早的Little Witch Academia也都在这里上映过。 -<img src="/wp-content/uploads/2015/09/IMG_7339.jpg"/> +{{< figure src="/wp-content/uploads/2015/09/IMG_7339.jpg" >}} 本来担心12号最后一场时色纸会提前发完,不过看来运气不错!真姫ちゃん可愛いかきくけこ! -<img src="/wp-content/uploads/2015/09/IMG_7337.jpg"/> +{{< figure src="/wp-content/uploads/2015/09/IMG_7337.jpg" >}} 入口右边是BD二期的封面。<del>这灯效真是…(扶额)</del> -<img src="/wp-content/uploads/2015/09/IMG_7335.jpg"/> +{{< figure src="/wp-content/uploads/2015/09/IMG_7335.jpg" >}} -<img src="/wp-content/uploads/2015/09/IMG_7327.jpg"/> +{{< figure src="/wp-content/uploads/2015/09/IMG_7327.jpg" >}} 影院地方很小,这是为数不多的几张大海报。 diff --git a/content/posts/2016-01-01-things-i-want-to-do-in-2016.zh.md b/content/posts/2016-01-01-things-i-want-to-do-in-2016.zh.md @@ -17,7 +17,7 @@ tags: --- 新年快乐!说到新年就应该和女朋友看日出啊!(大雾(强行安利ラブプラス -<img src="/wp-content/uploads/2016/01/HNI_0011.jpg"/> +{{< figure src="/wp-content/uploads/2016/01/HNI_0011.jpg" >}} 想做的事太多了所以就写下想打完的游戏吧(笑) diff --git a/content/posts/2016-07-03-ax-aqours-panel-repo.zh.md b/content/posts/2016-07-03-ax-aqours-panel-repo.zh.md @@ -34,13 +34,13 @@ AX人真是多得可怕…排队入场就排了两个小时,差点赶不 pv放完后主持人又提问:一单取景于真实的学校(静冈县长井崎中学校)大家作何感想。降幡回答非常有水团的味道(アクアらしい)。主持人又指出二单取景于三津海洋乐园(三津シーパラダイス),降幡又指出pv中(的曜穿的海狮服是)neta该水族馆的吉祥物,一只名为うちっちー的海狮。最后主持人又说大家舞跳得非常不错,(又忘了是谁回答…因为从我的座位看不清舞台啊摔)回答说一开始有点被舞蹈的复杂度吓到,但后来还是练会了。 -<img src="/wp-content/uploads/2016/07/uchicchi-.jpg"/> +{{< figure src="/wp-content/uploads/2016/07/uchicchi-.jpg" >}} -<img src="/wp-content/uploads/2016/07/uchicchi-anime.jpg"/> +{{< figure src="/wp-content/uploads/2016/07/uchicchi-anime.jpg" >}} 顺便一提第一话里千歌床上那一堆不可名状的抱枕应该也是这个水族馆出的。 -<img src="/wp-content/uploads/2016/07/dakimakura.jpg"/> +{{< figure src="/wp-content/uploads/2016/07/dakimakura.jpg" >}} 然后又一言不合放了一单里三首歌的live影像… diff --git a/content/posts/2017-02-28-things-i-want-to-do-in-2016-review.zh.md b/content/posts/2017-02-28-things-i-want-to-do-in-2016-review.zh.md @@ -16,7 +16,7 @@ tags: --- 不知不觉离上一篇博客已经过了半年了… -<img src="/wp-content/uploads/2017/02/IMG_0270.jpg"/> +{{< figure src="/wp-content/uploads/2017/02/IMG_0270.jpg" >}} 终于把セツナ升到五星了! diff --git a/content/posts/2018-01-15-my-very-own-avatar-icon-thingy.en.md b/content/posts/2018-01-15-my-very-own-avatar-icon-thingy.en.md @@ -9,20 +9,14 @@ I have been using the symbol for the Old Republic from Star Wars as my goto prof Since I don't consider myself to have even the least amount of artistic talent, I started out spending quite some time in GeoGebra trying to reconstruct the Old Republic symbol in a systematic way. Filling up my screen with circles and measurements is fun and surprisingly addicting, yet after several hours, I only ended up with a confusing hodgepodge of curves. -<a id="org38e05d1"></a> - {{< figure src="/img/posts/2018/my-very-own-avatar-icon-thingy-01.png" caption="Figure 1: One of my failed GeoGebra attempts." >}} It is obvious at that point that I won't be able to recreate anything nearly as complicated as the Old Republic symbol, so I started stripping out a more abstract version of it. -<a id="orgb01dae6"></a> - {{< figure src="/img/posts/2018/my-very-own-avatar-icon-thingy-02.png" caption="Figure 2: My process of streamlining the logo." >}} I isolated out the "rising star" part of the original logo and discarded the wing-shaped portions to center the star. Instead of a rising star, I went for the impression of a shooting star and it turned out extremely well (in my opinion at least). With delight, I settled on the logo design a few minutes later. I kept the dark red color scheme (though I actually used `#700000` instead of the original `#710100` because I hate dangling ones) and added a gray background (`#707070`) as using white seemed too bright for me. -<a id="orge70dbc8"></a> - {{< figure src="/img/posts/2018/my-very-own-avatar-icon-thingy-03.png" caption="Figure 3: Final design as shown on my Twitter profile." >}} I also played around with several alternative color schemes, i.e. inverted versions. Maybe I will use these as icons for other projects. So far, I have updated all my actively used social network profiles and changed the favicon of this blog. Hopefully this icon would be unique enough for others to recognize me across different social networks. diff --git a/content/posts/2018-01-15-my-very-own-avatar-icon-thingy.zh.md b/content/posts/2018-01-15-my-very-own-avatar-icon-thingy.zh.md @@ -9,20 +9,14 @@ slug = "my-very-own-avatar-icon-thingy" 由于我并不觉得自己有多少艺术细胞,我最初尝试的方法是在 GeoGebra 里用尺规作图复制原来的头像。这种作图方式很是让人上瘾,但遗憾的是:在荒废几个小时后,我得到的只是一堆纠缠不清的曲线。 -<a id="org237322f"></a> - {{< figure src="/img/posts/2018/my-very-own-avatar-icon-thingy-01.png" caption="Figure 1: GeoGebra 中的诸多失败作之一。" >}} 事已至此,我开始意识到我是画不出像旧共和国标志的那样复杂的头像的,所以我采取了另外一种策略:从这些失败作中抽取一个更加简练的图样。 -<a id="orgaeaf2ce"></a> - {{< figure src="/img/posts/2018/my-very-own-avatar-icon-thingy-02.png" caption="Figure 2: 我逐渐简化头像的过程。" >}} 我把原图里六芒星升起的部分提取出来,并舍去了碍事的翅膀形部分使得星形能够居中。经过少许修改后更接近流星的图样看起来(至少对我来说)非常赞。在短短几分钟后,我就完成了我的头像设计。我保留了旧头像的暗红的配色(实际用的是 `#700000` 而不是原图的 `710100` ,因为我有个位数字强迫症)并加上了灰色的背景( `#707070` ,白色背景有点太刺眼了)。 -<a id="org3bb7cf2"></a> - {{< figure src="/img/posts/2018/my-very-own-avatar-icon-thingy-03.png" caption="Figure 3: 我推特资料上的完成版头像。" >}} 我还尝试了其他不同的配色,比如反色版本,以后可能会拿来作为我其他项目的图标。我所有还活跃的社交网站都已经换上了新头像,包括网站图标。这下大家应该可以更容易地在不同网站上认出我了XD。 diff --git a/content/posts/2018-03-18-my-keyboards-2018-edition.en.md b/content/posts/2018-03-18-my-keyboards-2018-edition.en.md @@ -21,20 +21,14 @@ On a side note, I once aspired to collect keyboards of all form factors, but soo The first keyboard ever to trigger me to give deeper thoughts into my keyboard layout is the ErgoDox. The ErgoDox boasts a layout drastically different from traditional keyboards, and because of this, offers great flexibility over key placements: I can immediately spot seven sensible locations for the Enter key (original pinky location, four 2u keys at the thumb clusters and the lower two 1.5u vertical keys in the center). I've been using ErgoDox almost exclusively since 2015, and have grown to like it even more as I started using Emacs - having access to both Control and Alt/Meta key on the home row just feels awesome. -<a id="orgfd6a1d1"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-01.png" caption="Figure 1: My ErgoDox Base Layer Layout" >}} I still feel I am under-utilizing the keyboard's capabilities though. As you might tell, I don't know what to do with some of the thumb cluster keys. I currently have three extra layers set up: one for function keys, one for numpad, and another for a modified Dvorak layout. I haven't spend too much time on the Dvorak layer yet, but I am curious about potential benefits of decreased finger motion. Speaking of ergonomics, a perhaps uninteded benefit of ErgoDox's design is that it frees up the center of my desk, so that I can still read and write normally without a super deep desk. -<a id="org12e30aa"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-02.png" caption="Figure 2: My ErgoDox Dvorak Layer Layout" >}} Planck is another keyboard that I've taken some thoughts designing layout for. It is pretty surprising what a 40% board is actually capable of. However, using Planck is a lot less comfortable just because of how small it is - ErgoDox on the other hand allows me to rest my arms in more natural positions, instead of cramming my hands together. That being said, I would imagine a Let's Split - basically a Planck split in halves - to work fairly well. -<a id="orgda073dd"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-03.png" caption="Figure 3: My Planck Layout" >}} @@ -58,12 +52,8 @@ Since I started using Emacs as my main editor, I've been taking statistics of my Like many Geekhackers out there, I made a pixel art of my keyboards and used it as my Geekhack signature. -<a id="org7964685"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-04.png" caption="Figure 4: Pixel Art of My Keyboards I, 2015" >}} -<a id="orga3ae5f7"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-05.png" caption="Figure 5: Pixel Art of My Keyboards II, 2015" >}} Drawing pixel art for keyboard is a fairly interesting exercise, since it is impossible to get the ratios exactly right, I needed to strike a balance between accuracy and simplicity. I will give this a long due update when I have time. diff --git a/content/posts/2018-03-18-my-keyboards-2018-edition.zh.md b/content/posts/2018-03-18-my-keyboards-2018-edition.zh.md @@ -21,20 +21,14 @@ slug = "my-keyboards-2018-edition" ErgoDox 是第一个促使我真正下心思选择键盘布局的键盘。正是由于布局和传统键盘相差甚远, Ergodox 在键位布局选择上提供了很高的自由度:我一眼就能找到七个适合回车键的位置(传统右侧小拇指位,拇指区的四个 2u 键位,以及中心偏下的两个 1.5u 键位)。从 2015 开始,我就几乎只使用 ErgoDox 了。 ErgoDox 的好处在我开始使用 Emacs 后更加明显:能够轻而易举地够到控制键和转换键的感觉非常棒。 -<a id="org63bae61"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-01.png" caption="Figure 1: 我的 ErgoDox 基本层布局" >}} ErgoDox 还有很多潜力没有被我发掘出来。如你所见,我还没有想出拇指区部分键位的最佳用处。目前除了基本层外,我额外设置了三层键位布局:一层用于功能键,一层用于数字小键盘,最后一层是经过修改的 Dvorak 布局。我还没有在 Dvorak 层上花太多时间,不过我对 Dvorak 减少手指移动次数的功效很有兴趣。说到人体工学, ErgoDox 设计有个额外的好处:我书桌的正中央终于可以从键盘的统治下空出来了,就算没有一张超级深的桌子我也可以不受键盘干扰正常看书。 -<a id="org446015b"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-02.png" caption="Figure 2: 我的 ErgoDox Dvorak 层布局" >}} Planck 是另一块让我下心思设计布局的键盘。 40% 键盘所能塞下来的东西其实多的让人吃惊。但是使用 Planck 时的舒适性不可避免地被它的尺寸所妨碍了 - 相比之下,使用 ErgoDox 这种分体键盘时两手可以保持更为自然的姿势,而不是以奇怪的角度挤在一起。我觉得 Let's Split - 基本上就是分体版的 Planck - 会是个不错的选择。 -<a id="orga6ef00f"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-03.png" caption="Figure 3: 我的 Planck 布局" >}} @@ -57,12 +51,8 @@ Planck 是另一块让我下心思设计布局的键盘。 40% 键盘所能塞 我之前跟风 Geekhack 众,也给我的键盘画了像素画作为签名。 -<a id="org1e3e29d"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-04.png" caption="Figure 4: 我的键盘像素画 I" >}} -<a id="orgdbea9ad"></a> - {{< figure src="/img/posts/2018/my-keyboards-2018-edition-05.png" caption="Figure 5: 我的键盘像素画 II" >}} 给键盘画像素画其实挺有意思,要想保持精确的比例几乎是不可能的,这就需要在精准和简约之间作微妙的平衡。我有时间时会继续更新这些像素画的。 diff --git a/org/2018.org b/org/2018.org @@ -129,22 +129,16 @@ I have been using the symbol for the Old Republic from Star Wars as my goto prof Since I don't consider myself to have even the least amount of artistic talent, I started out spending quite some time in GeoGebra trying to reconstruct the Old Republic symbol in a systematic way. Filling up my screen with circles and measurements is fun and surprisingly addicting, yet after several hours, I only ended up with a confusing hodgepodge of curves. #+CAPTION: One of my failed GeoGebra attempts. -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig:my-very-own-avatar-icon-thingy-01 [[/img/posts/2018/my-very-own-avatar-icon-thingy-01.png]] It is obvious at that point that I won't be able to recreate anything nearly as complicated as the Old Republic symbol, so I started stripping out a more abstract version of it. #+CAPTION: My process of streamlining the logo. -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig:my-very-own-avatar-icon-thingy-02 [[/img/posts/2018/my-very-own-avatar-icon-thingy-02.png]] I isolated out the "rising star" part of the original logo and discarded the wing-shaped portions to center the star. Instead of a rising star, I went for the impression of a shooting star and it turned out extremely well (in my opinion at least). With delight, I settled on the logo design a few minutes later. I kept the dark red color scheme (though I actually used =#700000= instead of the original =#710100= because I hate dangling ones) and added a gray background (=#707070=) as using white seemed too bright for me. #+CAPTION: Final design as shown on my Twitter profile. -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig:my-very-own-avatar-icon-thingy-03 [[/img/posts/2018/my-very-own-avatar-icon-thingy-03.png]] I also played around with several alternative color schemes, i.e. inverted versions. Maybe I will use these as icons for other projects. So far, I have updated all my actively used social network profiles and changed the favicon of this blog. Hopefully this icon would be unique enough for others to recognize me across different social networks. @@ -160,22 +154,16 @@ I also played around with several alternative color schemes, i.e. inverted versi 由于我并不觉得自己有多少艺术细胞,我最初尝试的方法是在 GeoGebra 里用尺规作图复制原来的头像。这种作图方式很是让人上瘾,但遗憾的是:在荒废几个小时后,我得到的只是一堆纠缠不清的曲线。 #+CAPTION: GeoGebra 中的诸多失败作之一。 -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig:my-very-own-avatar-icon-thingy-01 [[/img/posts/2018/my-very-own-avatar-icon-thingy-01.png]] 事已至此,我开始意识到我是画不出像旧共和国标志的那样复杂的头像的,所以我采取了另外一种策略:从这些失败作中抽取一个更加简练的图样。 #+CAPTION: 我逐渐简化头像的过程。 -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig:my-very-own-avatar-icon-thingy-02 [[/img/posts/2018/my-very-own-avatar-icon-thingy-02.png]] 我把原图里六芒星升起的部分提取出来,并舍去了碍事的翅膀形部分使得星形能够居中。经过少许修改后更接近流星的图样看起来(至少对我来说)非常赞。在短短几分钟后,我就完成了我的头像设计。我保留了旧头像的暗红的配色(实际用的是 =#700000= 而不是原图的 =710100= ,因为我有个位数字强迫症)并加上了灰色的背景( =#707070= ,白色背景有点太刺眼了)。 #+CAPTION: 我推特资料上的完成版头像。 -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig:my-very-own-avatar-icon-thingy-03 [[/img/posts/2018/my-very-own-avatar-icon-thingy-03.png]] 我还尝试了其他不同的配色,比如反色版本,以后可能会拿来作为我其他项目的图标。我所有还活跃的社交网站都已经换上了新头像,包括网站图标。这下大家应该可以更容易地在不同网站上认出我了XD。 @@ -365,22 +353,16 @@ On a side note, I once aspired to collect keyboards of all form factors, but soo The first keyboard ever to trigger me to give deeper thoughts into my keyboard layout is the ErgoDox. The ErgoDox boasts a layout drastically different from traditional keyboards, and because of this, offers great flexibility over key placements: I can immediately spot seven sensible locations for the Enter key (original pinky location, four 2u keys at the thumb clusters and the lower two 1.5u vertical keys in the center). I've been using ErgoDox almost exclusively since 2015, and have grown to like it even more as I started using Emacs - having access to both Control and Alt/Meta key on the home row just feels awesome. #+CAPTION: My ErgoDox Base Layer Layout -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig: my-keyboards-2018-edition-01 [[/img/posts/2018/my-keyboards-2018-edition-01.png]] I still feel I am under-utilizing the keyboard's capabilities though. As you might tell, I don't know what to do with some of the thumb cluster keys. I currently have three extra layers set up: one for function keys, one for numpad, and another for a modified Dvorak layout. I haven't spend too much time on the Dvorak layer yet, but I am curious about potential benefits of decreased finger motion. Speaking of ergonomics, a perhaps uninteded benefit of ErgoDox's design is that it frees up the center of my desk, so that I can still read and write normally without a super deep desk. #+CAPTION: My ErgoDox Dvorak Layer Layout -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig: my-keyboards-2018-edition-02 [[/img/posts/2018/my-keyboards-2018-edition-02.png]] Planck is another keyboard that I've taken some thoughts designing layout for. It is pretty surprising what a 40% board is actually capable of. However, using Planck is a lot less comfortable just because of how small it is - ErgoDox on the other hand allows me to rest my arms in more natural positions, instead of cramming my hands together. That being said, I would imagine a Let's Split - basically a Planck split in halves - to work fairly well. #+CAPTION: My Planck Layout -#+ATTR_LaTeX: scale=0.5 -#+LABEL: fig: my-keyboards-2018-edition-03 [[/img/posts/2018/my-keyboards-2018-edition-03.png]] *** Keycap Craze @@ -399,13 +381,9 @@ Since I started using Emacs as my main editor, I've been taking statistics of my Like many Geekhackers out there, I made a pixel art of my keyboards and used it as my Geekhack signature. #+CAPTION: Pixel Art of My Keyboards I, 2015 -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig: my-keyboards-2018-edition-04 [[/img/posts/2018/my-keyboards-2018-edition-04.png]] #+CAPTION: Pixel Art of My Keyboards II, 2015 -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig: my-keyboards-2018-edition-05 [[/img/posts/2018/my-keyboards-2018-edition-05.png]] Drawing pixel art for keyboard is a fairly interesting exercise, since it is impossible to get the ratios exactly right, I needed to strike a balance between accuracy and simplicity. I will give this a long due update when I have time. @@ -429,22 +407,16 @@ Drawing pixel art for keyboard is a fairly interesting exercise, since it is imp ErgoDox 是第一个促使我真正下心思选择键盘布局的键盘。正是由于布局和传统键盘相差甚远, Ergodox 在键位布局选择上提供了很高的自由度:我一眼就能找到七个适合回车键的位置(传统右侧小拇指位,拇指区的四个 2u 键位,以及中心偏下的两个 1.5u 键位)。从 2015 开始,我就几乎只使用 ErgoDox 了。 ErgoDox 的好处在我开始使用 Emacs 后更加明显:能够轻而易举地够到控制键和转换键的感觉非常棒。 #+CAPTION: 我的 ErgoDox 基本层布局 -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig: my-keyboards-2018-edition-01 [[/img/posts/2018/my-keyboards-2018-edition-01.png]] ErgoDox 还有很多潜力没有被我发掘出来。如你所见,我还没有想出拇指区部分键位的最佳用处。目前除了基本层外,我额外设置了三层键位布局:一层用于功能键,一层用于数字小键盘,最后一层是经过修改的 Dvorak 布局。我还没有在 Dvorak 层上花太多时间,不过我对 Dvorak 减少手指移动次数的功效很有兴趣。说到人体工学, ErgoDox 设计有个额外的好处:我书桌的正中央终于可以从键盘的统治下空出来了,就算没有一张超级深的桌子我也可以不受键盘干扰正常看书。 #+CAPTION: 我的 ErgoDox Dvorak 层布局 -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig: my-keyboards-2018-edition-02 [[/img/posts/2018/my-keyboards-2018-edition-02.png]] Planck 是另一块让我下心思设计布局的键盘。 40% 键盘所能塞下来的东西其实多的让人吃惊。但是使用 Planck 时的舒适性不可避免地被它的尺寸所妨碍了 - 相比之下,使用 ErgoDox 这种分体键盘时两手可以保持更为自然的姿势,而不是以奇怪的角度挤在一起。我觉得 Let's Split - 基本上就是分体版的 Planck - 会是个不错的选择。 #+CAPTION: 我的 Planck 布局 -#+ATTR_LaTeX: scale=0.5 -#+LABEL: fig: my-keyboards-2018-edition-03 [[/img/posts/2018/my-keyboards-2018-edition-03.png]] *** 键帽狂热期 @@ -462,13 +434,9 @@ Planck 是另一块让我下心思设计布局的键盘。 40% 键盘所能塞 我之前跟风 Geekhack 众,也给我的键盘画了像素画作为签名。 #+CAPTION: 我的键盘像素画 I -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig: my-keyboards-2018-edition-04 [[/img/posts/2018/my-keyboards-2018-edition-04.png]] #+CAPTION: 我的键盘像素画 II -#+ATTR_LaTeX: scale=0.75 -#+LABEL: fig: my-keyboards-2018-edition-05 [[/img/posts/2018/my-keyboards-2018-edition-05.png]] 给键盘画像素画其实挺有意思,要想保持精确的比例几乎是不可能的,这就需要在精准和简约之间作微妙的平衡。我有时间时会继续更新这些像素画的。