贈る言葉、としてふさわしいことが出てこないので、人生の先輩として、「こうあって欲しい」的なことを、適当にまとめてみました。
偉そうにいろいろ書いてますが、大半自分も未達成、まだまだこれからな感じですので、気楽に読んでみてください(順不同でまとまりはいまいちですが...)。というか、人生終盤にさしかかっていてまだできていない俺って...。
決して無理はしなくていいけど、俺みたいなダメ人間にはならないで、現状に満足することなくがんばってね、という思いです。
| diff --git a/lisp/loadup.el b/lisp/loadup.el | |
| index 97525b2..634e6a0 100644 | |
| --- a/lisp/loadup.el | |
| +++ b/lisp/loadup.el | |
| @@ -311,7 +311,9 @@ | |
| (load "w32-vars") | |
| (load "term/w32-win") | |
| (load "disp-table") | |
| + (load "international/w32-ime") | |
| (when (eq system-type 'windows-nt) |
| module.exports = { | |
| "extends": "eslint:recommended", | |
| "env": { | |
| "browser": false, | |
| "node": true, | |
| "es6": true | |
| }, | |
| "rules": { | |
| "arrow-body-style": "error", | |
| "arrow-parens": "error", |
| bash$ java -jar ../jetty-distribution-9.4.2.v20170220/start.jar --add-to-start=http,deploy,ext,jvm,console-capture,logging-slf4j,slf4j-log4j --create-startd | |
| ALERT: There are enabled module(s) with licenses. | |
| The following 2 module(s): | |
| + contains software not provided by the Eclipse Foundation! | |
| + contains software not covered by the Eclipse Public License! | |
| + has not been audited for compliance with its license | |
| Module: log4j-impl | |
| + Log4j is released under the Apache 2.0 license. |
| bash$ system_profiler SPHardwareDataType | |
| Hardware: | |
| Hardware Overview: | |
| Model Name: MacBook | |
| Model Identifier: MacBook9,1 | |
| Processor Name: Intel Core m5 | |
| Processor Speed: 1.2 GHz | |
| Number of Processors: 1 |
| ;; | |
| ;; keyword with namespace | |
| ;; | |
| (let [{:keys [app/title]} {:app/title "aabb"}] title) | |
| ;; => "aabb" | |
| (let [{:keys [a.p.p/title]} {:a.p.p/title "aabb"}] title) | |
| ;; => "aabb" |
| (ns parser.core | |
| (:require [clojure.java.io :as io] | |
| [clojure.string :as str] | |
| [clojure.edn :as edn] | |
| [instaparse.core :as insta])) | |
| ;; TODO comment and newline support | |
| ;; newline = '\n' | '\r\n' | |
| ;; <comment-start> = ';' | |
| ;; <comment> = comment-start #'.*' newline |
| # work in progress... | |
| davinci.name=Da Vinci 32U | |
| davinci.upload.tool=avrdude | |
| davinci.upload.protocol=avr109 | |
| davinci.upload.maximum_size=28672 | |
| davinci.upload.maximum_data_size=2560 | |
| davinci.upload.speed=57600 | |
| davinci.upload.disable_flushing=true | |
| davinci.upload.use_1200bps_touch=true | |
| davinci.upload.wait_for_upload_port=true |
| $ sudo pkg install postgis | |
| Updating repository catalogue | |
| The following 6 packages will be installed: | |
| Installing proj: 4.8.0_2 | |
| Installing geos: 3.4.2 | |
| Installing json-c: 0.11 | |
| Installing postgresql90-client: 9.0.15 | |
| Installing postgresql90-server: 9.0.15 | |
| Installing postgis: 2.1.0_1 |
gem の最新化 ===============
bash$ sudo gem update --system Updating rubygems-update Fetching: rubygems-update-2.2.2.gem (100%) Successfully installed rubygems-update-2.2.2 Parsing documentation for rubygems-update-2.2.2 Installing ri documentation for rubygems-update-2.2.2 Installing darkfish documentation for rubygems-update-2.2.2