分类目录归档:悠哉博主的日常

Surface Book入手

自从微软发布会结束以后,我本着买买买的精神下定决心要买一个,然后从surface pro 4和surface book中选了book(因为是买来玩的)。从10月26号下单开始,一直到前天(2015年12月5号)终于收到了这台book(正在拿他写这篇博文)。由于我没有海淘能力,所以是淘宝代购的,用最良心的价格从老猫那买到了我的SB(因为良心所以加个链接)。

首先说一下配置,我买的是i7,8G,256G,dGPU版的。

 

然后惯例首先上照片。

 

(多图) 继续阅读Surface Book入手

网易炸啦

这估计是今年到现在为止最大的安全事件了。。。毕竟这次涉及到上亿用户。。。

 

昨天看到消息的时候我还在上课,后来回宿舍洗洗弄弄我又忘了发这篇博文。所以只能今天来补一下了。

 

就从各个群里汇总的情报来看,这次网易50多G的库被扒下来了,并且已经开始在网上传播,但我到现在仍不知道到底涉及的仅有邮箱用户还是所有用户。数据包括用户邮箱,密保,经过一次md5的密码,还有啥的。

 

继续阅读网易炸啦

已经11天没有更新博客了

虽然我好久没更新不过我每天都有来看佳佳酱哦!

大学了,虽然时间不少,不过真要找一个足够长的连续的时间来认真写一篇记事或者技术文章也还是只有周末。

 

到了大学我还是一如既往尽全力搞特殊,这个特殊也只是相对其他人来说的,准确的说我只是拿回本来应有的权利。

我向辅导员申请带电脑了,没错,总是有那么一些神奇的学校有一些神奇的规定。我到了大学却无法过一个正常大学生的生活,那我肯定不乐意啊。大一新生不能带电脑这种规定肯定是不合我意的,于是我就向辅导员申请带电脑了(虽然我一直都在用电脑,这么做是为了把风险降到最低)。

经过我一番叙述为什么我要用电脑,我在做什么,以及为何我不能用公共电脑之后辅导员很快就爽快的答应了。看来这个特殊搞的代价几乎为0.

 

我现在除了码代码还会时不时的画点画,我现在在画金刚,嘛。。。因为水平不够所以要把一幅画画好要很长时间,本来想拿画当这一篇博文的,结果看进度实在不行,真要拿画挂出来估计还等等个十几天(毕竟只有每天晚上我会花点时间来画),于是这一篇博文出现了。(我才不要做失踪人口呢!

 

于是这篇博文就到这里啦,我依然会每天都来看望佳佳酱哦!

今天的垃圾评论好喧嚣

那些一看就知道是留一条垃圾评论求回访的人可以放弃了,因为我会把你们拉黑,并删除你们的垃圾评论。

今天的垃圾评论一条接一条,我知道这些垃圾们应该看不到这篇博文,因为他们极可能只是bot而已。

 

评论,就要好好评论,不管是出于什么目的,都要对被评论的文章做出相关的评价。然而留一条和文章屁关系都没有的留言的话,那么就是垃圾评论,下场就是被拉黑删除。删除它并不是因为它本身是一条垃圾评论,而是评论者并不尊重作者,仅仅在人家的地盘丢了一团垃圾,所以评论者也要拉黑。

在大学的第11天

今天是来到大学的第11天了(今天讲座上说的,但我早到一天)。

 

高中里那些告诉我们大学自由自在很轻松的人都给我出来,我保证不压缩你。这日子明显不自在嘛!

今天也是军训的第八天了,虽然我完全没感觉到已经过了这么些天。说明我这日子混得很没质量嘛。

之前的大会上校老二说道,我们要时刻记录自己现在的生活,不然到了以后什么都没得回忆(虽然我觉得回忆这些东西也没啥意义),于是我决定了,拍点别人的照片来纪念一下吧。

继续阅读在大学的第11天

node被抛弃,iojs取而代之

从node分离出来农民起义的iojs终于取得了革命胜利。现在node的版本一下从0.12.x飞升到了4.0.0。

Node.js ChangeLog
2015-09-08, Version 4.0.0 (Stable), @rvagg

Notable changes

This list of changes is relative to the last io.js v3.x branch release, v3.3.0. Please see the list of notable changes in the v3.x, v2.x and v1.x releases for a more complete list of changes from 0.12.x. Note, that some changes in the v3.x series as well as major breaking changes in this release constitute changes required for full convergence of the Node.js and io.js projects.

child_process: ChildProcess.prototype.send() and process.send() operate asynchronously across all platforms so an optional callback parameter has been introduced that will be invoked once the message has been sent, i.e. .send(message[, sendHandle][, callback]) (Ben Noordhuis) #2620.
node: Rename "io.js" code to "Node.js" (cjihrig) #2367.
node-gyp: This release bundles an updated version of node-gyp that works with all versions of Node.js and io.js including nightly and release candidate builds. From io.js v3 and Node.js v4 onward, it will only download a headers tarball when building addons rather than the entire source. (Rod Vagg) #2700
npm: Upgrade to version 2.14.2 from 2.13.3, includes a security update, see https://github.com/npm/npm/releases/tag/v2.14.2 for more details, (Kat Marchán) #2696.
timers: Improved timer performance from porting the 0.12 implementation, plus minor fixes (Jeremiah Senkpiel) #2540, (Julien Gilli) nodejs/node-v0.x-archive#8751 nodejs/node-v0.x-archive#8905
util: The util.is*() functions have been deprecated, beginning with deprecation warnings in the documentation for this release, users are encouraged to seek more robust alternatives in the npm registry, (Sakthipriyan Vairamani) #2447.
v8: Upgrade to version 4.5.103.30 from 4.4.63.30 (Ali Ijaz Sheikh) #2632.
Implement new TypedArray prototype methods: copyWithin(), every(), fill(), filter(), find(), findIndex(), forEach(), indexOf(), join(), lastIndexOf(), map(), reduce(), reduceRight(), reverse(), slice(), some(), sort(). See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray for further information.
Implement new TypedArray.from() and TypedArray.of() functions. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray for further information.
Implement arrow functions, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions for further information.
Full ChangeLog available at https://github.com/v8/v8-git-mirror/blob/4.5.103/ChangeLog

以上是搬过来的changeLog,同时在changeLog页面往下翻一番,全都是iojs之前的版本号,很明显node原本的项目是直接被iojs项目覆盖掉了,注意这一行

node: Rename "io.js" code to "Node.js" (cjihrig) #2367.

iojs重命名为nodejs,革命军变成了正规军,推翻了原本的帝国统治。

现在点开iojs.org官网里的changelog也是直接跳转到https://github.com/nodejs/node/blob/master/CHANGELOG.md,也就是node的changelog。

 

这对native mod开发者来说是个福音,不用再去考虑兼容iojs和node携带的两个版本差距悬殊的v8版本了。