Giter Site home page Giter Site logo

distilled's Introduction

十余年程序员生涯,游走于工程、语言、知识、智能、数学这些关键词之间,内心对世界充满很多好奇和困惑,尝听友人讲大刘《山》的故事,也期自己可凭蛮力,凿空厚壁,得见星空。

During more than ten years of programming career, I wandered between engineering, language, knowledge, intelligence, and mathematics. I am full of curiosity and confusion about the world. I heard the story of "Mountain" by Cixin Liu, and I hope I can also carve out a hole in the thick wall with brute force and see the stars.

blog

distilled's People

Contributors

kaichen avatar mountain avatar shizhao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

distilled's Issues

广场的建议

设立一个广场,用于汇聚维基相关的微博、Twitter的动态,可以提供相关的热点。

一些用户相关

给谁看的?如果是从发展wikipedia用户、拓展影响的角度可能需要注意这些问题:
1,形式是直观的,但标题文案还不够直白、连贯
2,字体太小
3,链接处理局促
4,排版上还可以留边,可能阅读会舒服。

图书室的建议

把维基的特色条目和优良条目做成可以浏览的电子书,电子书再通过分类目录或者标签来管理。这需要把在线杂志变成在线电子书。

扩大Nginx的使用

目前,dumper的逻辑完全与client端无关,client端除了style、editor和admin之外,大部分都是静态文件,所以有必要设计一个好的Project Layout和发布方案,使Nginx的使用尽量扩大。

node 0.4.2下安装出错

node 0.4.2下安装出错

shizhao@shizhao:/wikiedgessh$ sudo npm bundle
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info fetch http://registry.npmjs.org/jsdom/-/jsdom-0.1.23.tgz
npm info fetch http://registry.npmjs.org/htmlparser/-/htmlparser-1.7.3.tgz
npm info fetch http://registry.npmjs.org/winston/-/winston-0.2.1.tgz
npm info range qs@>= 0.0.4
npm info fetch http://registry.npmjs.org/qs/-/qs-0.0.6.tgz
npm info calculating sha1 /tmp/npm-1299259379473/1299259380820-0.10278781852684915/tmp.tgz
npm info shasum 481659b7e5bf6a5ea898010de5aed35eb469e124
npm info calculating sha1 /home/shizhao/wikiedgessh/node_modules/.npm/.cache/qs/0.0.6/package.tgz
npm info shasum 0067330b1a77efcbca1056d97cf8c59ff2c0da13
npm info calculating sha1 /tmp/npm-1299259379473/1299259379986-0.6395112439058721/tmp.tgz
npm info shasum 0fd4be4a96ec6d56f3ebea1d70ce5aee602e72be
npm ERR! couldn't read package.json in /tmp/npm-1299259379473/1299259379986-0.6395112439058721/contents/package
npm ERR! Error installing [email protected]
npm ERR! Some dependencies failed to bundle
npm ERR! Bundle them separately with
npm ERR! npm bundle install
npm ERR! Error: Failed to parse json
npm ERR! Unexpected token ]
npm ERR! at jsonParseFail (/usr/local/lib/node/.npm/npm/0.3.14/package/lib/utils/read-json.js:89:11)
npm ERR! at /usr/local/lib/node/.npm/npm/0.3.14/package/lib/utils/read-json.js:82:14
npm ERR! at P (/usr/local/lib/node/.npm/npm/0.3.14/package/lib/utils/read-json.js:62:40)
npm ERR! at cb (/usr/local/lib/node/.npm/npm/0.3.14/package/lib/utils/graceful-fs.js:31:9)
npm ERR! at [object Object]. (fs.js:86:5)
npm ERR! at [object Object].emit (events.js:39:17)
npm ERR! at afterRead (fs.js:843:12)
npm ERR! JSON.parse
npm ERR! JSON.parse Failed to parse package.json data.
npm ERR! JSON.parse Note that package.json must be actual JSON, not
npm ERR! JSON.parse just a JavaScript object.
npm ERR! JSON.parse
npm ERR! JSON.parse This changed in npm 0.3.0, and is not a bug in npm.
npm ERR! JSON.parse Tell the package author to fix their package.json file.
npm ERR! JSON.parse
npm ERR! System Linux 2.6.35-27-generic
npm ERR! argv { remain: [],
npm ERR! argv cooked: [ 'bundle' ],
npm ERR! argv original: [ 'bundle' ] }
npm not ok
shizhao@shizhao:
/wikiedgessh$ ./bin/magazine -c center -p dyk -b black

node.js:116
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'optparse'
at Function._resolveFilename (module.js:299:11)
at Function._load (module.js:245:25)
at require (module.js:327:19)
at Object. (/home/shizhao/wikiedgessh/scripts/dump.js:2:16)
at Module._compile (module.js:383:26)
at Object..js (module.js:389:10)
at Module.load (module.js:315:31)
at Function._load (module.js:276:12)
at Array. (module.js:402:10)
at EventEmitter._tickCallback (node.js:108:26)
shizhao@shizhao:~/wikiedgessh$ ./bin/index

node.js:116
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'optparse'
at Function._resolveFilename (module.js:299:11)
at Function._load (module.js:245:25)
at require (module.js:327:19)
at Object. (/home/shizhao/wikiedgessh/scripts/index.js:2:16)
at Module._compile (module.js:383:26)
at Object..js (module.js:389:10)
at Module.load (module.js:315:31)
at Function._load (module.js:276:12)
at Array. (module.js:402:10)
at EventEmitter._tickCallback (node.js:108:26)
shizhao@shizhao:~/wikiedgessh$ ./bin/start

node.js:116
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module 'winston'
at Function._resolveFilename (module.js:299:11)
at Function._load (module.js:245:25)
at require (module.js:327:19)
at Object. (/home/shizhao/wikiedgessh/vendors/minimal/logger.js:1:93)
at Module._compile (module.js:383:26)
at Object..js (module.js:389:10)
at Module.load (module.js:315:31)
at Function._load (module.js:276:12)
at require (module.js:327:19)
at Object. (/home/shizhao/wikiedgessh/vendors/minimal/index.js:10:18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.