Apply new theme.

This commit is contained in:
Kazuhiro MUSASHI 2021-11-13 12:11:49 +09:00
parent 2f71f13ce7
commit abeb8c9894
434 changed files with 1700 additions and 3922 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ public
*.swp
static/ogp/*.webp
assets/font/*.ttf
.hugo_build.lock
resources

View File

@ -1,34 +1,263 @@
baseURL = "https://blog.kazu634.com/"
title = "His greatness lies in his sense of responsibility"
DefaultContentLanguage = "ja"
languageCode = "ja"
theme = "angels-ladder"
HasCJKLanguage = true
# [en, zh-cn, fr, ...] determines default content language
defaultContentLanguage = "en"
# language code
languageCode = "jp"
title = "His greatness lies in his sense of responsibilities."
# Change the default theme to be use when building the site with Hugo
theme = "LoveIt"
# Author config
[author]
name = "kazu634"
email = "simoom634@yahoo.co.jp"
link = ""
[params]
subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery."
facebook = "https://www.facebook.com/kazu634"
twitter = "https://twitter.com/MusashiKazuhiro"
github = "https://github.com/kazu634"
profile = "/images/profile.png"
analytics = "UA-57665492-1"
copyright = "Written by Kazuhiro MUSASHI"
author = "kazu634"
# LoveIt theme version
version = "0.2.X"
# site description
description = "@kazu634のブログです"
# site keywords
keywords = ["Blog", "Hugo", "Tech"]
# site default theme ("light", "dark", "auto")
defaultTheme = "auto"
# LoveIt NEW | 0.2.0 date format
dateFormat = "2006-01-02"
description = "the blog written by @MusashiKazuhiro"
title = "His greatness lies in his sense of responsibility"
images = ["/images/profile.png"]
[params.page.seo]
# image URL
images = []
# Publisher info
[params.page.seo.publisher]
name = "kazu634"
logoUrl = ""
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
# Header config
[params.header]
# desktop header mode ("fixed", "normal", "auto")
desktopMode = "fixed"
# mobile header mode ("fixed", "normal", "auto")
mobileMode = "auto"
# LoveIt NEW | 0.2.0 Header title config
[params.header.title]
# title name
name = "His greatness lies in his sense of responsibilities"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
# LoveIt NEW | 0.2.5 whether to use typeit animation for title name
typeit = false
[params.footer]
enable = true
# LoveIt NEW | 0.2.0 Custom content (HTML format is supported)
custom = ''
# LoveIt NEW | 0.2.0 whether to show Hugo and theme info
hugo = true
# LoveIt NEW | 0.2.0 whether to show copyright info
copyright = true
# LoveIt NEW | 0.2.0 whether to show the author
author = true
# Site creation time
since = 2005
# LoveIt NEW | 0.2.0 Section (all posts) page config
[params.section]
# special amount of posts in each section page
paginate = 15
# date format (month and day)
dateFormat = "01-02"
# amount of RSS pages
rss = 10
# LoveIt NEW | 0.2.0 List (category or tag) page config
[params.list]
# special amount of posts in each list page
paginate = 15
# date format (month and day)
dateFormat = "01-02"
# amount of RSS pages
rss = 10
# Home page config
[params.home]
# LoveIt NEW | 0.2.0 amount of RSS pages
rss = 10
# Home page profile
[params.home.profile]
enable = true
# URL of avatar shown in home page
avatarURL = "/images/profile.png"
# LoveIt CHANGED | 0.2.7 title shown in home page (HTML format is supported)
title = "Kazuhiro MUSASHI"
# subtitle shown in home page
subtitle = "ITエンジニアです。本当は手を動かしたいけど、いまはプレセールスやっています。"
# whether to use typeit animation for subtitle
typeit = true
# whether to show social links
social = true
# LoveIt NEW | 0.2.0 disclaimer (HTML format is supported)
disclaimer = "Opinions are my own."
# Home page posts
[params.home.posts]
enable = true
# special amount of posts in each home posts page
paginate = 5
# LoveIt DELETED | 0.2.0 replaced with hiddenFromHomePage in params.page
# default behavior when you don't set "hiddenFromHomePage" in front matter
defaultHiddenFromHomePage = false
# Social config about the author
[params.social]
Gitea = "https://gitea.kazu634.com/kazu634"
Twitter = "MusashiKazuhiro"
Facebook = "kazu634"
Linkedin = "一弘-武蔵-b90bba54"
Flickr = "42332031@N02"
RSS = true # LoveIt NEW | 0.2.0
# LoveIt CHANGED | 0.2.0 Page config
[params.page]
# LoveIt NEW | 0.2.0 whether to hide a page from home page
hiddenFromHomePage = false
# LoveIt NEW | 0.2.0 whether to hide a page from search results
hiddenFromSearch = false
# LoveIt NEW | 0.2.0 whether to enable twemoji
twemoji = true
# whether to enable lightgallery
lightgallery = true
# LoveIt NEW | 0.2.0 whether to enable the ruby extended syntax
ruby = true
# LoveIt NEW | 0.2.0 whether to enable the fraction extended syntax
fraction = true
# LoveIt NEW | 0.2.0 whether to enable the fontawesome extended syntax
fontawesome = true
# whether to show link to Raw Markdown content of the content
linkToMarkdown = true
# LoveIt NEW | 0.2.4 whether to show the full text content in RSS
rssFullText = false
# LoveIt NEW | 0.2.0 Table of the contents config
[params.page.toc]
# whether to enable the table of the contents
enable = true
# LoveIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
keepStatic = false
# whether to make the table of the contents in the sidebar automatically collapsed
auto = true
# LoveIt CHANGED | 0.2.0 KaTeX mathematical formulas
[params.page.math]
enable = true
# default block delimiter is $$ ... $$ and \\[ ... \\]
blockLeftDelimiter = ""
blockRightDelimiter = ""
# default inline delimiter is $ ... $ and \\( ... \\)
inlineLeftDelimiter = ""
inlineRightDelimiter = ""
# KaTeX extension copy_tex
copyTex = true
# KaTeX extension mhchem
mhchem = true
# LoveIt NEW | 0.2.0 Code config
[params.page.code]
# whether to show the copy button of the code block
copy = true
# the maximum number of lines of displayed code by default
maxShownLines = 10
# LoveIt NEW | 0.2.0 Mapbox GL JS config
[params.page.mapbox]
# access token of Mapbox GL JS
accessToken = ""
# style for the light theme
lightStyle = "mapbox://styles/mapbox/light-v9"
# style for the dark theme
darkStyle = "mapbox://styles/mapbox/dark-v9"
# whether to add NavigationControl
navigation = true
# whether to add GeolocateControl
geolocate = true
# whether to add ScaleControl
scale = true
# whether to add FullscreenControl
fullscreen = true
# LoveIt CHANGED | 0.2.0 social share links in post page
[params.page.share]
enable = true
Twitter = true
Facebook = true
Line = true
Pocket = true
# LoveIt NEW | 0.2.0 Analytics config
[params.analytics]
enable = true
# Google Analytics
[params.analytics.google]
id = "UA-57665492-1"
# whether to anonymize IP
anonymizeIP = true
[menu]
[[menu.main]]
identifier = "posts"
# you can add extra information before the name (HTML format is supported), such as icons
pre = ""
# you can add extra information after the name (HTML format is supported), such as icons
post = ""
name = "Posts"
url = "/posts/"
# title will be shown when you hover on this menu link
title = ""
weight = 1
[[menu.main]]
identifier = "tags"
pre = ""
post = ""
name = "Tags"
url = "/tags/"
title = ""
weight = 2
[[menu.main]]
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
weight = 3
[markup]
# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
[markup.highlight]
codeFences = true
guessSyntax = true
style = "monokai"
lineNos = true
lineNumbersInTable = true
# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
noClasses = false
# Goldmark is from Hugo 0.60 the default library used for Markdown
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.renderer]
unsafe= true
# whether to use HTML tags directly in the document
unsafe = true
# Table Of Contents settings
[markup.tableOfContents]
startLevel = 2
endLevel = 6

View File

@ -22,13 +22,8 @@ HasCJKLanguage = true
category = "categories"
series = "series"
tag = "tags"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = true
style = "monokai"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe= true

View File

@ -1,9 +0,0 @@
---
title: Labs Page
date: 2019-04-08T15:04:05Z
publishdate: 2019-04-08T15:04:05Z
---
まとまった分量の技術的な文章を置くために設置してみました。主に`Javascript`や`CSS`を使った実験ができればいいなと思っています

View File

@ -1,399 +0,0 @@
---
title: Ubuntu インストールの自動化
author: kazu634
date: 2011-01-02T15:04:05Z
author:
- kazu634
categories:
- Labs
- Linux
tags:
- ubuntu
- preseed
---
<div class="section">
<p>
<a href="http://d.hatena.ne.jp/asin/B004EBH770" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/B004EBH770', 'Software Design');">Software Design</a> で紹介されていたOS構築自動化を試してみました。なお、 <a href="http://d.hatena.ne.jp/asin/B004EBH770" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/B004EBH770', 'Software Design');">Software Design</a> では、 Red Hat Linux の Kickstart の紹介がメインでしたが、ここでは Ubuntu (というかDebian 系)の Preseed の使い方を眺めてみます。ちなみに対象は Ubuntu Server 10.04 です。
</p>
<h4>
OS 構築の自動化
</h4>
<p>
Ubuntu をインストールする際は、言語・キーボードの設定、ネットワークの設定、パーティーションの設定、インストールするパッケージの設定などを行います。
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://f.hatena.ne.jp/sirocco634/20110102195155" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://f.hatena.ne.jp/sirocco634/20110102195155', '');" class="hatena-fotolife" target="_blank"><img src="http://cdn-ak.f.st-hatena.com/images/fotolife/s/sirocco634/20110102/20110102195155.png" alt="f:id:sirocco634:20110102195155p:image" title="f:id:sirocco634:20110102195155p:image" class="hatena-fotolife" /></a>
</p></p>
<p>
それに対して Preseed を用いた場合、各種設定ファイルを事前に準備することで、対話的な応答を自動応答で済ませることができます。
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://f.hatena.ne.jp/sirocco634/20110102195156" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://f.hatena.ne.jp/sirocco634/20110102195156', '');" class="hatena-fotolife" target="_blank"><img src="http://cdn-ak.f.st-hatena.com/images/fotolife/s/sirocco634/20110102/20110102195156.png" alt="f:id:sirocco634:20110102195156p:image" title="f:id:sirocco634:20110102195156p:image" class="hatena-fotolife" /></a>
</p></p>
<p>
さらにインストール終了後に、任意のスクリプトを実行することができます。これを行うことで、設定ファイルを書き換えることも可能♪
</p>
<h4>
設定ファイル
</h4>
<p>
設定ファイルは以下のようになります。ちなみに以下の設定ファイルは
</p>
<ul>
<li>
タイムゾーンは「Asia/Tokyo」
</li>
<li>
NTP の設定を行う
</li>
<li>
パーティションは「LVM」で、ガイドに任せて出来る限り LVM として使用する
</li>
<li>
作成するユーザーは「kazu634」、パスワードは「simoom634」
</li>
<li>
SSHサーバを導入する
</li>
<li>
Git, SQLite3 を導入する
</li>
</ul>
<pre class="syntax-highlight">
<span class="synComment">#### Contents of the preconfiguration file (for )</span>
<span class="synComment">### Mirror settings</span>
<span class="synComment"># If you select ftp, the mirror/country string does not need to be set.</span>
<span class="synComment">#d-i mirror/protocol string ftp</span>
d-i mirror/country string manual
d-i mirror/http/hostname string jp.archive.ubuntu.com
d-i mirror/http/directory string /ubuntu/
d-i mirror/http/proxy string
<span class="synComment"># Alternatively: by default, the installer uses CC.archive.ubuntu.com where</span>
<span class="synComment"># CC is the ISO-3166-2 code for the selected country. You can preseed this</span>
<span class="synComment"># so that it does so without asking.</span>
<span class="synComment">#d-i mirror/http/mirror select CC.archive.ubuntu.com</span>
<span class="synComment"># Suite to install.</span>
<span class="synComment">#d-i mirror/suite string </span>
<span class="synComment"># Suite to use for loading installer components (optional).</span>
<span class="synComment">#d-i mirror/udeb/suite string </span>
<span class="synComment"># Components to use for loading installer components (optional).</span>
<span class="synComment">#d-i mirror/udeb/components multiselect main, restricted</span>
<span class="synComment">### Clock and time zone setup</span>
<span class="synComment"># Controls whether or not the hardware clock is set to UTC.</span>
d-i clock-setup/utc boolean true
<span class="synComment"># You may set this to any valid setting for $TZ; see the contents of</span>
<span class="synComment"># /usr/share/zoneinfo/ for valid values.</span>
d-i time/zone string Asia/Tokyo
<span class="synComment"># Controls whether to use NTP to set the clock during the install</span>
d-i clock-setup/ntp boolean true
<span class="synComment"># NTP server to use. The default is almost always fine here.</span>
d-i clock-setup/ntp-server string ntp.ubuntu.com
<span class="synComment">### Partitioning</span>
<span class="synComment"># If the system has free space you can choose to only partition that space.</span>
<span class="synComment"># Alternatives: custom, some_device, some_device_crypto, some_device_lvm.</span>
<span class="synComment">#d-i partman-auto/init_automatically_partition select biggest_free</span>
<span class="synComment"># Alternatively, you can specify a disk to partition. The device name must</span>
<span class="synComment"># be given in traditional non-devfs format.</span>
<span class="synComment"># Note: A disk must be specified, unless the system has only one disk.</span>
<span class="synComment"># For example, to use the first SCSI/SATA hard disk:</span>
d-i partman-auto/disk string /dev/sda
<span class="synComment"># In addition, you'll need to specify the method to use.</span>
<span class="synComment"># The presently available methods are: &#34;regular&#34;, &#34;lvm&#34; and &#34;crypto&#34;</span>
d-i partman-auto/method string lvm
<span class="synComment"># If one of the disks that are going to be automatically partitioned</span>
<span class="synComment"># contains an old LVM configuration, the user will normally receive a</span>
<span class="synComment"># warning. This can be preseeded away...</span>
d-i partman-lvm/device_remove_lvm boolean true
<span class="synComment"># The same applies to pre-existing software RAID array:</span>
d-i partman-md/device_remove_md boolean true
<span class="synComment"># And the same goes for the confirmation to write the lvm partitions.</span>
d-i partman-lvm/confirm boolean true
<span class="synComment"># For LVM partitioning, you can select how much of the volume group to use</span>
<span class="synComment"># for logical volumes.</span>
d-i partman-auto-lvm/guided_size string max
<span class="synComment">#d-i partman-auto-lvm/guided_size string 10GB</span>
<span class="synComment">#d-i partman-auto-lvm/guided_size string 50%</span>
<span class="synComment"># You can choose one of the three predefined partitioning recipes:</span>
<span class="synComment"># - atomic: all files in one partition</span>
<span class="synComment"># - home: separate /home partition</span>
<span class="synComment"># - multi: separate /home, /usr, /var, and /tmp partitions</span>
d-i partman-auto/choose_recipe select atomic
<span class="synComment"># Or provide a recipe of your own...</span>
<span class="synComment"># The recipe format is documented in the file devel/partman-auto-recipe.txt.</span>
<span class="synComment"># If you have a way to get a recipe file into the d-i environment, you can</span>
<span class="synComment"># just point at it.</span>
<span class="synComment">#d-i partman-auto/expert_recipe_file string /hd-media/recipe</span>
<span class="synComment"># If not, you can put an entire recipe into the preconfiguration file in one</span>
<span class="synComment"># (logical) line. This example creates a small /boot partition, suitable</span>
<span class="synComment"># swap, and uses the rest of the space for the root partition:</span>
<span class="synComment">#d-i partman-auto/expert_recipe string \</span>
<span class="synComment"># boot-root :: \</span>
<span class="synComment"># 40 50 100 ext3 \</span>
<span class="synComment"># $primary{ } $bootable{ } \</span>
<span class="synComment"># method{ format } format{ } \</span>
<span class="synComment"># use_filesystem{ } filesystem{ ext3 } \</span>
<span class="synComment"># mountpoint{ /boot } \</span>
<span class="synComment"># . \</span>
<span class="synComment"># 500 10000 1000000000 ext3 \</span>
<span class="synComment"># method{ format } format{ } \</span>
<span class="synComment"># use_filesystem{ } filesystem{ ext3 } \</span>
<span class="synComment"># mountpoint{ / } \</span>
<span class="synComment"># . \</span>
<span class="synComment"># 64 512 300% linux-swap \</span>
<span class="synComment"># method{ swap } format{ } \</span>
<span class="synComment"># .</span>
<span class="synComment"># If you just want to change the default filesystem from ext3 to something</span>
<span class="synComment"># else, you can do that without providing a full recipe.</span>
<span class="synComment">#d-i partman/default_filesystem string ext4</span>
<span class="synComment"># This makes partman automatically partition without confirmation, provided</span>
<span class="synComment"># that you told it what to do using one of the methods above.</span>
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
<span class="synComment">### Controlling how partitions are mounted</span>
<span class="synComment"># The default is to mount by UUID, but you can also choose &#34;traditional&#34; to</span>
<span class="synComment"># use traditional device names, or &#34;label&#34; to try filesystem labels before</span>
<span class="synComment"># falling back to UUIDs.</span>
<span class="synComment">#d-i partman/mount_style select uuid</span>
<span class="synComment">### Base system installation</span>
<span class="synComment"># The kernel image (meta) package to be installed; &#34;none&#34; can be used if no</span>
<span class="synComment"># kernel is to be installed.</span>
d-i base-installer/kernel/image string linux-server
<span class="synComment">### Account setup</span>
<span class="synComment"># Skip creation of a root account (normal user account will be able to</span>
<span class="synComment"># use sudo). The default is false; preseed this to true if you want to set</span>
<span class="synComment"># a root password.</span>
<span class="synComment">#d-i passwd/root-login boolean false</span>
<span class="synComment"># Alternatively, to skip creation of a normal user account.</span>
<span class="synComment">#d-i passwd/make-user boolean false</span>
<span class="synComment"># Root password, either in clear text</span>
<span class="synComment">#d-i passwd/root-password password r00tme</span>
<span class="synComment">#d-i passwd/root-password-again password r00tme</span>
<span class="synComment"># or encrypted using an MD5 hash.</span>
<span class="synComment">#d-i passwd/root-password-crypted password [MD5 hash]</span>
<span class="synComment"># To create a normal user account.</span>
d-i passwd/user-fullname string Kazuhiro MUSASHI
d-i passwd/username string kazu634
<span class="synComment"># Normal user's password, either in clear text</span>
d-i passwd/user-password password simoom634
d-i passwd/user-password-again password simoom634
<span class="synComment"># or encrypted using an MD5 hash.</span>
<span class="synComment">#d-i passwd/user-password-crypted password [MD5 hash]</span>
<span class="synComment"># Create the first user with the specified UID instead of the default.</span>
<span class="synComment">#d-i passwd/user-uid string 1010</span>
<span class="synComment"># The installer will warn about weak passwords. If you are sure you know</span>
<span class="synComment"># what you're doing and want to override it, uncomment this.</span>
d-i user-setup/allow-password-weak boolean true
<span class="synComment"># The user account will be added to some standard initial groups. To</span>
<span class="synComment"># override that, use this.</span>
<span class="synComment">#d-i passwd/user-default-groups string audio cdrom video</span>
<span class="synComment"># Set to true if you want to encrypt the first user's home directory.</span>
d-i user-setup/encrypt-home boolean false
<span class="synComment">### Apt setup</span>
<span class="synComment"># You can choose to install restricted and universe software, or to install</span>
<span class="synComment"># software from the backports repository.</span>
<span class="synComment">#d-i apt-setup/restricted boolean true</span>
<span class="synComment">#d-i apt-setup/universe boolean true</span>
<span class="synComment">#d-i apt-setup/backports boolean true</span>
<span class="synComment"># Uncomment this if you don't want to use a network mirror.</span>
<span class="synComment">#d-i apt-setup/use_mirror boolean false</span>
<span class="synComment"># Select which update services to use; define the mirrors to be used.</span>
<span class="synComment"># Values shown below are the normal defaults.</span>
<span class="synComment">#d-i apt-setup/services-select multiselect security</span>
<span class="synComment">#d-i apt-setup/security_host string security.ubuntu.com</span>
<span class="synComment">#d-i apt-setup/security_path string /ubuntu</span>
<span class="synComment"># Additional repositories, local[0-9] available</span>
<span class="synComment">#d-i apt-setup/local0/repository string \</span>
<span class="synComment"># http://local.server/ubuntu main</span>
<span class="synComment">#d-i apt-setup/local0/comment string local server</span>
<span class="synComment"># Enable deb-src lines</span>
<span class="synComment">#d-i apt-setup/local0/source boolean true</span>
<span class="synComment"># URL to the public key of the local repository; you must provide a key or</span>
<span class="synComment"># apt will complain about the unauthenticated repository and so the</span>
<span class="synComment"># sources.list line will be left commented out</span>
<span class="synComment">#d-i apt-setup/local0/key string http://local.server/key</span>
<span class="synComment"># By default the installer requires that repositories be authenticated</span>
<span class="synComment"># using a known gpg key. This setting can be used to disable that</span>
<span class="synComment"># authentication. Warning: Insecure, not recommended.</span>
<span class="synComment">#d-i debian-installer/allow_unauthenticated string true</span>
<span class="synComment">### Package selection</span>
tasksel tasksel/first multiselect standard, OpenSSH server
<span class="synComment">#tasksel tasksel/first multiselect lamp-server, print-server</span>
<span class="synComment">#tasksel tasksel/first multiselect kubuntu-desktop</span>
<span class="synComment"># Individual additional packages to install</span>
d-i pkgsel/include string build-essential, git-core, unzip, pkg-config, sqlite3, libsqlite3-dev
<span class="synComment"># Whether to upgrade packages after debootstrap.</span>
<span class="synComment"># Allowed values: none, safe-upgrade, full-upgrade</span>
d-i pkgsel/upgrade select safe-upgrade
<span class="synComment"># Language pack selection</span>
d-i pkgsel/language-packs multiselect
<span class="synComment"># Policy for applying updates. May be &#34;none&#34; (no automatic updates),</span>
<span class="synComment"># &#34;unattended-upgrades&#34; (install security updates automatically), or</span>
<span class="synComment"># &#34;landscape&#34; (manage system with Landscape).</span>
d-i pkgsel/update-policy select none
<span class="synComment"># Some versions of the installer can report back on what software you have</span>
<span class="synComment"># installed, and what software you use. The default is not to report back,</span>
<span class="synComment"># but sending reports helps the project determine what software is most</span>
<span class="synComment"># popular and include it on CDs.</span>
<span class="synComment">#popularity-contest popularity-contest/participate boolean false</span>
<span class="synComment"># By default, the system's locate database will be updated after the</span>
<span class="synComment"># installer has finished installing most packages. This may take a while, so</span>
<span class="synComment"># if you don't want it, you can set this to &#34;false&#34; to turn it off.</span>
d-i pkgsel/updatedb boolean false
<span class="synComment">### Boot loader installation</span>
<span class="synComment"># Grub is the default boot loader (for x86). If you want lilo installed</span>
<span class="synComment"># instead, uncomment this:</span>
<span class="synComment">#d-i grub-installer/skip boolean true</span>
<span class="synComment"># To also skip installing lilo, and install no bootloader, uncomment this</span>
<span class="synComment"># too:</span>
<span class="synComment">#d-i lilo-installer/skip boolean true</span>
<span class="synComment"># This is fairly safe to set, it makes grub install automatically to the MBR</span>
<span class="synComment"># if no other operating system is detected on the machine.</span>
d-i grub-installer/only_debian boolean true
<span class="synComment"># This one makes grub-installer install to the MBR if it also finds some other</span>
<span class="synComment"># OS, which is less safe as it might not be able to boot that other OS.</span>
d-i grub-installer/with_other_os boolean true
<span class="synComment"># Alternatively, if you want to install to a location other than the mbr,</span>
<span class="synComment"># uncomment and edit these lines:</span>
<span class="synComment">#d-i grub-installer/only_debian boolean false</span>
<span class="synComment">#d-i grub-installer/with_other_os boolean false</span>
<span class="synComment">#d-i grub-installer/bootdev string (hd0,0)</span>
<span class="synComment"># To install grub to multiple disks:</span>
<span class="synComment">#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)</span>
<span class="synComment"># Optional password for grub, either in clear text</span>
<span class="synComment">#d-i grub-installer/password password r00tme</span>
<span class="synComment">#d-i grub-installer/password-again password r00tme</span>
<span class="synComment"># or encrypted using an MD5 hash, see grub-md5-crypt(8).</span>
<span class="synComment">#d-i grub-installer/password-crypted password [MD5 hash]</span>
<span class="synComment">### Finishing up the installation</span>
<span class="synComment"># During installations from serial console, the regular virtual consoles</span>
<span class="synComment"># (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next</span>
<span class="synComment"># line to prevent this.</span>
<span class="synComment">#d-i finish-install/keep-consoles boolean true</span>
<span class="synComment"># Avoid that last message about the install being complete.</span>
d-i finish-install/reboot_in_progress note
<span class="synComment"># This will prevent the installer from ejecting the CD during the reboot,</span>
<span class="synComment"># which is useful in some situations.</span>
<span class="synComment">#d-i cdrom-detect/eject boolean false</span>
<span class="synComment"># This is how to make the installer shutdown when finished, but not</span>
<span class="synComment"># reboot into the installed system.</span>
<span class="synComment">#d-i debian-installer/exit/halt boolean true</span>
<span class="synComment"># This will power off the machine instead of just halting it.</span>
<span class="synComment">#d-i debian-installer/exit/poweroff boolean true</span>
<span class="synComment">### X configuration</span>
<span class="synComment"># X can detect the right driver for some cards, but if you're preseeding,</span>
<span class="synComment"># you override whatever it chooses. Still, vesa will work most places.</span>
<span class="synComment">#xserver-xorg xserver-xorg/config/device/driver select vesa</span>
<span class="synComment"># A caveat with mouse autodetection is that if it fails, X will retry it</span>
<span class="synComment"># over and over. So if it's preseeded to be done, there is a possibility of</span>
<span class="synComment"># an infinite loop if the mouse is not autodetected.</span>
<span class="synComment">#xserver-xorg xserver-xorg/autodetect_mouse boolean true</span>
<span class="synComment"># Monitor autodetection is recommended.</span>
<span class="synComment"># xserver-xorg xserver-xorg/autodetect_monitor boolean true</span>
<span class="synComment"># Uncomment if you have an LCD display.</span>
<span class="synComment">#xserver-xorg xserver-xorg/config/monitor/lcd boolean true</span>
<span class="synComment"># X has three configuration paths for the monitor. Here's how to preseed</span>
<span class="synComment"># the &#34;medium&#34; path, which is always available. The &#34;simple&#34; path may not</span>
<span class="synComment"># be available, and the &#34;advanced&#34; path asks too many questions.</span>
<span class="synComment"># xserver-xorg xserver-xorg/config/monitor/selection-method \</span>
<span class="synComment"># select medium</span>
<span class="synComment"># xserver-xorg xserver-xorg/config/monitor/mode-list \</span>
<span class="synComment"># select 1024x768 @ 60 Hz</span>
<span class="synComment">### Preseeding other packages</span>
<span class="synComment"># Depending on what software you choose to install, or if things go wrong</span>
<span class="synComment"># during the installation process, it's possible that other questions may</span>
<span class="synComment"># be asked. You can preseed those too, of course. To get a list of every</span>
<span class="synComment"># possible question that could be asked during an install, do an</span>
<span class="synComment"># installation, and then run these commands:</span>
<span class="synComment"># debconf-get-selections --installer &#62; file</span>
<span class="synComment"># debconf-get-selections &#62;&#62; file</span>
<span class="synComment">#### Advanced options</span>
<span class="synComment">### Running custom commands during the installation</span>
<span class="synComment"># d-i preseeding is inherently not secure. Nothing in the installer checks</span>
<span class="synComment"># for attempts at buffer overflows or other exploits of the values of a</span>
<span class="synComment"># preconfiguration file like this one. Only use preconfiguration files from</span>
<span class="synComment"># trusted locations! To drive that home, and because it's generally useful,</span>
<span class="synComment"># here's a way to run any shell command you'd like inside the installer,</span>
<span class="synComment"># automatically.</span>
<span class="synComment"># This first command is run as early as possible, just after</span>
<span class="synComment"># preseeding is read.</span>
<span class="synComment">#d-i preseed/early_command string anna-install some-udeb</span>
<span class="synComment"># This command is run immediately before the partitioner starts. It may be</span>
<span class="synComment"># useful to apply dynamic partitioner preseeding that depends on the state</span>
<span class="synComment"># of the disks (which may not be visible when preseed/early_command runs).</span>
<span class="synComment">#d-i partman/early_command string debconf-set partman-auto/disk &#34;$(list-devices disk | head -n1)&#34;</span>
<span class="synComment"># This command is run just before the install finishes, but when there is</span>
<span class="synComment"># still a usable /target directory. You can chroot to /target and use it</span>
<span class="synComment"># directly, or use the apt-install and in-target commands to easily install</span>
<span class="synComment"># packages and run commands in the target system.</span>
d-i preseed/late_command string wget http://www3232u.sakura.ne.jp/preseed/preseed.sh -O /target/tmp/preseed.sh; in-target chmod +x /tmp/preseed.sh; in-target /tmp/preseed.sh
</pre>
<h4>
インストーラーに設定ファイルを指定する
</h4>
<p>
下の画面で F6 キーを押して、
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://f.hatena.ne.jp/sirocco634/20110102175435" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://f.hatena.ne.jp/sirocco634/20110102175435', '');" class="hatena-fotolife" target="_blank"><img src="http://cdn-ak.f.st-hatena.com/images/fotolife/s/sirocco634/20110102/20110102175435.jpg" alt="f:id:sirocco634:20110102175435j:image" title="f:id:sirocco634:20110102175435j:image" class="hatena-fotolife" /></a>
</p></p>
<blockquote>
<p>
FILE=&#8230;
</p>
</blockquote>
<p>
の部分を
</p>
<blockquote>
<p>
url=http://設定ファイルの在り処
</p>
</blockquote>
<p>
に書き換えます。例えば:
</p>
<p>
<center>
</center>
</p>
<p>
<a href="http://f.hatena.ne.jp/sirocco634/20110102175434" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://f.hatena.ne.jp/sirocco634/20110102175434', '');" class="hatena-fotolife" target="_blank"><img src="http://cdn-ak.f.st-hatena.com/images/fotolife/s/sirocco634/20110102/20110102175434.jpg" alt="f:id:sirocco634:20110102175434j:image" title="f:id:sirocco634:20110102175434j:image" class="hatena-fotolife" /></a>
</p></p>
</div>

View File

@ -1,21 +0,0 @@
---
title: 『容疑者 室井慎次』
author: kazu634
date: 2005-09-22T15:04:05Z
author:
- kazu634
categories:
- Misc
tags:
- movie
---
<div class="section">
<p>
 読んでいる人の価値観を相対化するのが小説の条件と保坂和志は考えている、と下のエントリーで書いた。そのように書いているうちに、最近観た<a href="http://www.odoru-legend.com/suspect/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.odoru-legend.com/suspect/', '『容疑者 室井慎次』');" target="_blank">『容疑者 室井慎次』</a>でも見ている人の価値観を相対化するような描写が行われていたことに気づいた。
</p></p>
<p>
 『踊る~』シリーズでは、わくさんと青島刑事といった世代間の交流や、男性と女性といった異なる立場にある人々がどのように感じているのかということを扱った作品であるとも捉えることができる。今回の『室井慎次』でも、田中麗奈演じる新米弁護士と室井さんという世代も性別も異なる二人の価値観というものが同時に提示されていた。<a href="http://www.odoru-legend.com/suspect/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.odoru-legend.com/suspect/', '「室井さんの過去」');" target="_blank">「室井さんの過去」</a>(注意:まだ映画を観ていない人は見ない方がいいです!)の捉え方も、二人の間では異なっていた。同じ事態を目の前にしていても捉え方は異なる、という当たり前のことが当たり前のように提示されているというのは注目すべきことなのではないだろうか。エンターテイメント作品だ何だと言われているけれど、「様々な価値観がこの世の中にはあり、世界は複雑なのだ」ということを多くの人に提示しているということだけを見ても、『踊る~』シリーズはもっと評価されてしかるべきではないだろうか。
</p>
</div>

View File

@ -1,117 +0,0 @@
---
title: 単騎、千里を走る
author: kazu634
date: 2006-02-07T15:04:05Z
author:
- kazu634
categories:
- Misc
tags:
- movie
---
<div class="section">
<p>
<a href="http://www.tanki-senri.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.tanki-senri.com/', '');" target="_blank"><img class="pict" src="https://images-na.ssl-images-amazon.com/images/I/51ZGX3XT0EL.jpg" alt="tanki_senri" width="160" height="177" align="left" border="0" /></a>
</p>
<p>
もう二日ぐらい前になりますが、<a href="http://www.tanki-senri.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.tanki-senri.com/', '『単騎、千里を走る。』');" target="blank">『単騎、千里を走る。』</a>を観てきました。高倉健主演・<a href="http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6', 'チャン・イーモウ');" target="blank">チャン・イーモウ</a>監督作品です。いや、とてもよかったです。
</p>
<p>
<small>続きはネタバレ含みそうなので、↓をクリック♪</small>
</p>
<p>
&nbsp;
</p>
<p>
高倉健演じる主人公が、死に瀕した息子の代わりに中国に向かうというのが大雑把なあらすじ。息子は中国仮面舞踊の研究者で、「単騎、千里を走る」という関羽を扱った芝居をまた観に行くという約束をしていた。だが、息子は末期の肝臓ガンに冒されていた。高倉健演じる父は、息子とここ10年ぐらい疎遠になっていたが、息子との仲を修復したいと考え、中国へ赴く。だが、「単騎、千里を走る」を演じられる役者は犯罪を犯し、牢屋に入っていた。何としても「単騎、千里を走る」をビデオに収め、息子に見せたいと考えた主人公は、様々な人々を動かして、ついに「単騎、千里を走る」の撮影に成功する…というのが、ストーリーの基本ラインになるのかな。
</p>
<p>
印象的だったのは、
</p>
<ul>
<li>
「単騎、千里を走る」を撮影した時点では息子が死んでおり、撮影する意味をなくしていたのだが、主人公は自分のために動いてくれた様々な人の気持ちに答えるために、周囲の人に息子の死を悟らせないようにし、「単騎、千里を走る」を演じるように頼む場面
</li>
<li>
「単騎、千里を走る」の関羽役を演じる役者の息子もまた父親との仲がうまくいっておらず、高倉健演じる主人公が自分の息子とダブらせて関わっていこうとしていき、心を開いてもらう場面
</li>
<li>
時間的に自分の息子が死んだのは、役者の息子と心のふれあいが果たされた頃だということがさりげなく観客に提示される部分
</li>
</ul>
<p>
こうした主人公を高倉健が渋く演じているわけです。
</p>
<p>
&nbsp;
</p>
<p>
この映画を観て強く興味を引きつけられたのは、<a href="http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6', 'チャン・イーモウ');" target="blank">チャン・イーモウ</a>監督の映画の作り方でした。自分が専門とする<a href="http://ja.wikipedia.org/wiki/%E3%82%B3%E3%83%B3%E3%83%A9%E3%83%83%E3%83%89" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%82%B3%E3%83%B3%E3%83%A9%E3%83%83%E3%83%89', 'コンラッド');" target="blank">コンラッド</a>との類似した点がとてもあるように感じました。例えば、
</p>
<ul>
<li>
コンラッドはポーランド人でありながら、後年イギリスに帰化し、作家としての名声を獲得する。この映画でも、主人公は全く何が話されているのかわからない中国に飛び込み、人々を動かして目的を果たす。
</li>
<li>
コンラッドの作品は一人称の語り手が、自分の主観を前面に押し出して物語を語る。この映画も、高倉健演じる主人公の主観を通した物語が語られている<small>と考えていいと思う</small>
</li>
<li>
コンラッドの有名作である『闇の奥』・『ロード・ジム』は枠物語<sup>【注1】</sup>である。<a href="http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6', 'チャン・イーモウ');" target="blank">チャン・イーモウ</a><a href="http://en.wikipedia.org/wiki/Hero_%28film%29" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://en.wikipedia.org/wiki/Hero_%28film%29', '『HERO』');" target="blank">『HERO』</a>で枠物語を映画に移植していると捉えることができる。
</li>
</ul>
<p>
というところが、自分の専門と重なって面白いと感じました。
</p>
<hr />
<div class="amazlet-box" style="margin-bottom: 0px;">
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51ZGX3XT0EL._SL160_.jpg" alt="単騎、千里を走る。 [DVD]" /></a>
</div>
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/', '単騎、千里を走る。 [DVD]');" target="_blank" name="amazletlink">単騎、千里を走る。 [DVD]</a>
</p>
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 14.11.23
</div>
</div>
<div class="amazlet-detail">
東宝 (2006-09-22)<br /> 売り上げランキング: 1,197
</div>
<div class="amazlet-sub-info" style="float: left;">
<div class="amazlet-link" style="margin-top: 5px;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/', 'Amazon.co.jpで詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jpで詳細を見る</a>
</div>
</div>
</div>
<div class="amazlet-footer" style="clear: left;">
</div>
</div>
<hr />
<ul>
<li>
注1 &#8211; 一つの物語の中に複数の物語を含む小説形式。複数の話者が次々と語る短編の集成として全編が構成されるものをさすが話者が交替しない《千夜一夜物語》なども枠物語と呼ばれる。西洋ではこの形式はルネサンス期の文学に多くみられ口承文芸から文字文芸への移行や俗語の散文による小説の成立を示唆するものとして文学史上注目される。その典型的なものはボッカッチョの《デカメロン》でペストを避けて郊外の別荘に落ちあった10人の男女が交替で司会役をつとめ残りの9人が順次物語るという形式のもとに教訓譚ロマンス滑稽譚艶笑譚等々多様な短編が集められている。チョーサーの《カンタベリー物語》マルグリット・ド・ナバールの《エプタメロン》もその好例である。またストラパローラの《愛しき夜毎》やバジーレの《お話のお話》はこの形式によって後世に貴重な民話の集大成をもたらした。近代にもゲーテをはじめケラーホフマンスティーブンソンらの作品にこの形式をとったものがあるが代表作《カルメン》がそうであるようにとくにメリメはこれを得意とした。枠物語の形式は西欧文学にのみみられるものではなく物語文学を持つ諸民族の文学に共通に存在するといえよう。日本でも中世の説話や御伽草子などにこの形式がみられるがたとえば室町期の小説《三人法師》は3人の高野聖のそれぞれの発心譚によって全体が構成される枠物語のすぐれた小品である。
</li>
</ul>
</div>

View File

@ -1,93 +0,0 @@
---
title: Gaucheで外部コマンドを実行する
date: 2011-09-19T15:04:05Z
author:
- kazu634
categories:
- Labs
- Program
tags:
- gauche
- lisp
---
<div class="section">
<p>
Gaucheで外部コマンドを実行しようとしたのですが、うまく行かなかったのでとりあえずダンプしておきます。
</p>
<h4>
やりたいこと
</h4>
<p>
外部コマンドをGaucheから実行したい
</p>
<h4>
ここまではわかった
</h4>
<p>
Gaucheで外部コマンドを実行する場合は、どうやら run-process というものがあるらしいので、このコマンドを使えばよさそう
</p>
<h4>
うまく行かなかったこと
</h4>
<p>
次のようなコマンドを実行したかったけれど、実行に失敗した:
</p>
<pre class="syntax-highlight">
% virt-<span class="synStatement">install</span> <span class="synSpecial">--name</span> dev1 <span class="synSpecial">--ram</span> <span class="synConstant">512</span> <span class="synSpecial">--disk</span> <span class="synIdentifier">path</span>=<span class="synIdentifier">dev1.img,size</span>=<span class="synConstant">10</span> <span class="synSpecial">--vcpus</span> <span class="synConstant">1</span> <span class="synSpecial">--network</span> <span class="synIdentifier">bridge</span>=<span class="synIdentifier">br0,model</span>=virtio <span class="synSpecial">--graphic</span> <span class="synIdentifier">vnc,listen</span>=<span class="synConstant"></span>.<span class="synConstant"></span>.<span class="synConstant"></span>.<span class="synConstant"></span> <span class="synSpecial">--pxe</span>
</pre>
<p>
とりあえず REPL から実行してみます:
</p>
<pre class="syntax-highlight">
gosh<span class="synStatement">&#62;</span> <span class="synStatement">(</span>use gauche.process<span class="synStatement">)</span>
<span class="synComment">#&#60;undef&#62;</span>
gosh<span class="synStatement">&#62;</span> <span class="synStatement">(</span>run-process <span class="synStatement">'</span><span class="synConstant">(virt-install --name dev1 --ram 512 --disk path=dev1.img,size=10 --vcpus 1 --network bridge=br0,model=virtio --graphic vnc,listen=0.0.0.0 --pxe))</span>
<span class="synConstant">#&#60;process 1148 &#34;virt-install&#34; active&#62;</span>
<span class="synConstant">gosh&#62; ERROR Unknown argument </span><span class="synStatement">'</span>,<span class="synIdentifier">size</span>=<span class="synConstant">10</span><span class="synStatement">'</span>
</pre>
<p>
なんか上手くいかない。マニュアルにはこんな記述が。。。:
</p>
<blockquote title="404 Not Found" cite="http://practical-scheme.net/gauche/man/gauche-refj_92.html">
<p>
cmd/argsの各要素は、x->stringで文字列に変換されます。
</p>
<p>
<cite><a href="http://practical-scheme.net/gauche/man/gauche-refj_92.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://practical-scheme.net/gauche/man/gauche-refj_92.html', 'Gauche ユーザリファレンス: 9.16 gauche.mop.singleton &#8211; シングルトン');" target="_blank">Gauche ユーザリファレンス: 9.16 gauche.mop.singleton &#8211; シングルトン</a></cite>
</p>
</blockquote>
<p>
というわけで実験:
</p>
<pre class="syntax-highlight">
gosh<span class="synStatement">&#62;</span> <span class="synStatement">(</span>x-<span class="synStatement">&#62;</span>string <span class="synStatement">'</span><span class="synConstant">(virt-install --name dev1 --ram 512 --disk path=dev1.img,size=10 --vcpus 1 --network bridge=br0,model=virtio --graphic vnc,listen=0.0.0.0 --pxe))</span>
<span class="synConstant">&#34;(virt-install --name dev1 --ram 512 --disk path=dev1.img ,size=10 --vcpus 1 --network bridge=br0 ,model=virtio --graphic vnc ,listen=0.0.0.0 --pxe)&#34;</span>
</pre>
<p>
あっ、なんか「,」のところにスペースが入っている。。。原因はこれか。
</p>
<h4>
さてさて
</h4>
<p>
解決策はどうすればいいのだろうか。。。
</p>
</div>

View File

@ -1,9 +1,7 @@
---
title: おとなのひとにいってほしかった24のこと
author: kazu634
date: 2005-08-25T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Quotes
tags:
@ -12,43 +10,43 @@ tags:
<div class="section">
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/439641076X/ref%3Dase%5Frakugaki0a-22/249-0170639-2669919" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/439641076X/ref%3Dase%5Frakugaki0a-22/249-0170639-2669919', '');" target="_blank"><img width="145" align="left" alt="d1625747.jpg" src="http://image.blog.livedoor.jp/simoom634/imgs/d/1/d1625747.jpg" class="pict" height="204" border="0" /></a>
</p></p>
</p></p>
<p>
バイト先からの帰り道、本屋で何気なく見つけたのがこの本。面白そうなので手にとってぱらぱらとめくってみたんだけれど、これは面白い!素朴に語ってはいるものの、酸いも甘いも経験してきたという年月を感じさせるところがいいのではないだろうか。
</p></p>
</p></p>
<p>
自分は、Conradなんていう誰に聞いても含・ネイティブの大学教授「難しい」としか言われない骨太の作家を専門にしようとしているのだけれど、このConradもまた人生の酸いも甘いも経験してきたような骨太の価値観を元にして語っているのではないだろう―みたいに思っているので、こういうのは参考になるなぁ、と思った。帆船に乗った船乗りとして、Conradは常に自分の限界に立ち向かっていき、人として成長していったのではないのかなぁ。サン・テグジュペリも次のように言っているし。
</p>
<p>
<blockquote>
The earth teaches us more about ourselves than all the books in the world, because it is resistant to us. Self-discovery comes when man measures himself against an obstacle. To attain it, he needs an implement. He needs a carpenter&#8217;s plane, or a plough. Little by little, as he walks behind the plough, the farmer forces out a few of nature&#8217;s secrets, and the truth which he uncovers is universal. In the same way the aeroplane, the implement of the airline companies, brings man face to face wit all the old problems.</p>
</blockquote>
<p>
<blockquote>
</blockquote>
<p>
<center>
拙訳
</center>
<br />大地は世界中にあるどんな本よりも私たち自身について教えてくれる。理由は、自己を発見するのは障害に立ち向かっていくときであり、大地は私たちに抵抗するからだ。自己を発見するためには、道具が必要だ。大工のカンナや、あるいは鋤が必要になる。少しずつ、鋤で耕して行くにつれて、農夫は自然の秘密を見いだす。そして、その農夫が明らかにした真理というものは普遍的なものだ。同じようにして、飛行機―航空会社の道具―は飛行士に、そういった古くなってしまった問題に面と向かわせるのである。
</p>
</p>
<p>
ここでは、飛行機について語っているけれど、サン・テグジュペリが念頭に置いている「古い問題」というのは「障害に立ち向かっていく際の問題」なのではないかな。こう考えると、帆船というのは農夫にとっての鋤と同じものではないかなぁ…なんて思ってみたり。
</p>
</p>
<p>
ちなみに、英語で良ければ、<a href="http://www.pion314.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.pion314.com/', 'ここ');" target="_blank">ここ</a><a href="https://www.amazon.co.jp/exec/obidos/ASIN/439641076X/ref%3Dase%5Frakugaki0a-22/249-0170639-2669919" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/439641076X/ref%3Dase%5Frakugaki0a-22/249-0170639-2669919', '『おとなのひとにいってほしかった24のこと』');" target="_blank">『おとなのひとにいってほしかった24のこと』</a>が読めます。ちなみに、その24のこととは、
</p>
<ul>
<li>
1: &#8220;The world does not turn round around you.&#8221;
@ -123,7 +121,7 @@ tags:
24: &#8220;The most important thing is to let your love go on errands.&#8221;
</li>
</ul>
<p>
でした。
</p></p>

View File

@ -0,0 +1,12 @@
+++
title = "『容疑者 室井慎次』"
date = 2005-09-22T15:04:05Z
description = ""
categories = ["Misc"]
author = "kazu634"
tags = ["movie"]
+++
読んでいる人の価値観を相対化するのが小説の条件と保坂和志は考えている、と下のエントリーで書いた。そのように書いているうちに、最近観た<a href="http://www.odoru-legend.com/suspect/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.odoru-legend.com/suspect/', '『容疑者 室井慎次』');" target="_blank">『容疑者 室井慎次』</a>でも見ている人の価値観を相対化するような描写が行われていたことに気づいた。
『踊る~』シリーズでは、わくさんと青島刑事といった世代間の交流や、男性と女性といった異なる立場にある人々がどのように感じているのかということを扱った作品であるとも捉えることができる。今回の『室井慎次』でも、田中麗奈演じる新米弁護士と室井さんという世代も性別も異なる二人の価値観というものが同時に提示されていた。<a href="http://www.odoru-legend.com/suspect/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.odoru-legend.com/suspect/', '「室井さんの過去」');" target="_blank">「室井さんの過去」</a>(注意:まだ映画を観ていない人は見ない方がいいです!)の捉え方も、二人の間では異なっていた。同じ事態を目の前にしていても捉え方は異なる、という当たり前のことが当たり前のように提示されているというのは注目すべきことなのではないだろうか。エンターテイメント作品だ何だと言われているけれど、「様々な価値観がこの世の中にはあり、世界は複雑なのだ」ということを多くの人に提示しているということだけを見ても、『踊る~』シリーズはもっと評価されてしかるべきではないだろうか。

View File

@ -1,210 +1,207 @@
---
title: 『踊る大捜査線に学ぶ組織論入門』
author: kazu634
date: 2005-11-23T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
 この本を読んで面白いと感じた部分は、できるマネージャーと凄いリーダーの違いでした。
</p>
<p>
<center>
</center>
</p>
<table cellspacing="0" cellpadding="2" border="1">
<tr valign="top">
<td>
できるマネージャー
</td>
<td>
すごいリーダー
</td>
</tr>
<tr valign="top">
<td>
・理性、データ、分析(左脳)
</td>
<td>
・感性、感情、直感(右脳)
</td>
</tr>
<tr valign="top">
<td>
・クールでテクノクラート風
</td>
<td>
・熱くビジョンを語る
</td>
</tr>
<tr valign="top">
<td>
・冷静さ、客観性を重視し、計数管理がうまくできる
</td>
<td>
・強烈な価値観を持っていて、それを押し通す、カリスマ
</td>
</tr>
<tr valign="top">
<td>
・システムを使う
</td>
<td>
・人間くささ、人間的魅力で人を引っ張る
</td>
</tr>
<tr valign="top">
<td>
・論理学やルールを重んじる
</td>
<td>
・人間学や人間的愛情を重んじる
</td>
</tr>
<tr valign="top">
<td>
・ルールを遵守する
</td>
<td>
・自分のフィロソフィーを守る
</td>
</tr>
<tr valign="top">
<td>
・誰がやってもうまくできる仕組みを作って、他の人(後継者)が効率よく仕事をやっていけるようにする
</td>
<td>
・この人について行きたいと思わせる、持って生まれた人間性が鍵なので、余人を持って代え難い
</td>
</tr>
<tr valign="top">
<td>
・バランス感覚に優れている
</td>
<td>
・大きな絵やビジョンを考え、それを追い求める
</td>
</tr>
<tr valign="top">
<td>
・しかし、どこか特別に際立っているところが必ずしもあるわけではない
</td>
<td>
・バランスがあると言うよりは、時に偏っているぐらい特徴のある思想を持つ。しかし、多少とも抜けがあり、はらはらさせる
</td>
</tr>
<tr valign="top">
<td>
・でも、抜けがなく安定力がある。平均以上にすべてが良くできる
</td>
<td>
・でも、その絵やビジョンが外れではなく、人に熱くアピールするときには、周りもついつい応援してしまう
</td>
</tr>
<tr valign="top">
<td>
・危機的状況を予防したり回避したりする
</td>
<td>
・危機的状況で迫力を出す
</td>
</tr>
<tr valign="top">
<td>
・必然的世界に生きる
</td>
<td>
・偶発的世界に生きる
</td>
</tr>
<tr valign="top">
<td>
・何かを守る
</td>
<td>
・何かを壊す、変化させる
</td>
</tr>
<tr valign="top">
<td>
・すでにある枠組みを大いに利用する
</td>
<td>
・枠組みを作り出すか、壊す
</td>
</tr>
<tr valign="top">
<td>
・調和、配慮
</td>
<td>
・攻撃的で妥協しない
</td>
</tr>
<tr valign="top">
<td>
・人の割り振りを行う
</td>
<td>
自分でぐいぐい前進する
</td>
</tr>
</table></p>
</table></p>
<p>
アップルのジョブズは完全に凄いリーダーなんだろうなぁ…というのが感想。
</p>
<hr />
<p>
<table cellpadding="5" border="0">
<tr>
<td valign="top">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/476126277X/goodpic-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/476126277X/goodpic-22/ref=nosim/', '');" target="_blank"><img alt="476126277X" src="http://images.amazon.com/images/P/476126277X.01._SCMZZZZZZZ_.jpg" border="0" /></a>
</td>
<td valign="top">
<font size="-1"><a href="https://www.amazon.co.jp/exec/obidos/ASIN/476126277X/goodpic-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/476126277X/goodpic-22/ref=nosim/', '踊る大捜査線に学ぶ組織論入門');" target="_blank">踊る大捜査線に学ぶ組織論入門</a></font>
</td>

View File

@ -0,0 +1,63 @@
+++
title = "単騎、千里を走る"
date = 2006-02-07T15:04:05Z
description = ""
categories = ["Misc"]
author = "kazu634"
tags = ["movie"]
+++
<a href="http://www.tanki-senri.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.tanki-senri.com/', '');" target="_blank"><img class="pict" src="https://images-na.ssl-images-amazon.com/images/I/51ZGX3XT0EL.jpg" alt="tanki_senri" width="160" height="177" align="left" border="0" /></a>
もう二日ぐらい前になりますが、<a href="http://www.tanki-senri.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.tanki-senri.com/', '『単騎、千里を走る。』');" target="blank">『単騎、千里を走る。』</a>を観てきました。高倉健主演・<a href="http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6', 'チャン・イーモウ');" target="blank">チャン・イーモウ</a>監督作品です。いや、とてもよかったです。
高倉健演じる主人公が、死に瀕した息子の代わりに中国に向かうというのが大雑把なあらすじ。息子は中国仮面舞踊の研究者で、「単騎、千里を走る」という関羽を扱った芝居をまた観に行くという約束をしていた。だが、息子は末期の肝臓ガンに冒されていた。高倉健演じる父は、息子とここ10年ぐらい疎遠になっていたが、息子との仲を修復したいと考え、中国へ赴く。だが、「単騎、千里を走る」を演じられる役者は犯罪を犯し、牢屋に入っていた。何としても「単騎、千里を走る」をビデオに収め、息子に見せたいと考えた主人公は、様々な人々を動かして、ついに「単騎、千里を走る」の撮影に成功する…というのが、ストーリーの基本ラインになるのかな。
印象的だったのは、
-「単騎、千里を走る」を撮影した時点では息子が死んでおり、撮影する意味をなくしていたのだが、主人公は自分のために動いてくれた様々な人の気持ちに答えるために、周囲の人に息子の死を悟らせないようにし、「単騎、千里を走る」を演じるように頼む場面
- 「単騎、千里を走る」の関羽役を演じる役者の息子もまた父親との仲がうまくいっておらず、高倉健演じる主人公が自分の息子とダブらせて関わっていこうとしていき、心を開いてもらう場面
- 時間的に自分の息子が死んだのは、役者の息子と心のふれあいが果たされた頃だということがさりげなく観客に提示される部分
こうした主人公を高倉健が渋く演じているわけです。
この映画を観て強く興味を引きつけられたのは、<a href="http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6', 'チャン・イーモウ');" target="blank">チャン・イーモウ</a>監督の映画の作り方でした。自分が専門とする<a href="http://ja.wikipedia.org/wiki/%E3%82%B3%E3%83%B3%E3%83%A9%E3%83%83%E3%83%89" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%82%B3%E3%83%B3%E3%83%A9%E3%83%83%E3%83%89', 'コンラッド');" target="blank">コンラッド</a>との類似した点がとてもあるように感じました。例えば、
- コンラッドはポーランド人でありながら、後年イギリスに帰化し、作家としての名声を獲得する。この映画でも、主人公は全く何が話されているのかわからない中国に飛び込み、人々を動かして目的を果たす。
- コンラッドの作品は一人称の語り手が、自分の主観を前面に押し出して物語を語る。この映画も、高倉健演じる主人公の主観を通した物語が語られている<small>と考えていいと思う</small>
- コンラッドの有名作である『闇の奥』・『ロード・ジム』は枠物語<sup>【注1】</sup>である。<a href="http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%81%E3%83%A3%E3%83%B3%E3%83%BB%E3%82%A4%E3%83%BC%E3%83%A2%E3%82%A6', 'チャン・イーモウ');" target="blank">チャン・イーモウ</a><a href="http://en.wikipedia.org/wiki/Hero_%28film%29" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://en.wikipedia.org/wiki/Hero_%28film%29', '『HERO』');" target="blank">『HERO』</a>で枠物語を映画に移植していると捉えることができる。
というところが、自分の専門と重なって面白いと感じました。
<hr />
<div class="amazlet-box" style="margin-bottom: 0px;">
<div class="amazlet-image" style="float: left; margin: 0px 12px 1px 0px;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/', '');" target="_blank" name="amazletlink"><img style="border: none;" src="https://images-na.ssl-images-amazon.com/images/I/51ZGX3XT0EL._SL160_.jpg" alt="単騎、千里を走る。 [DVD]" /></a>
</div>
<div class="amazlet-info" style="line-height: 120%; margin-bottom: 10px;">
<div class="amazlet-name" style="margin-bottom: 10px; line-height: 120%;">
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/', '単騎、千里を走る。 [DVD]');" target="_blank" name="amazletlink">単騎、千里を走る。 [DVD]</a>
</p>
<div class="amazlet-powered-date" style="font-size: 80%; margin-top: 5px; line-height: 120%;">
posted with <a href="http://www.amazlet.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazlet.com/', 'amazlet');" title="amazlet" target="_blank">amazlet</a> at 14.11.23
</div>
</div>
<div class="amazlet-detail">
東宝 (2006-09-22)<br /> 売り上げランキング: 1,197
</div>
<div class="amazlet-sub-info" style="float: left;">
<div class="amazlet-link" style="margin-top: 5px;">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B000ELGLBW/simsnes-22/ref=nosim/', 'Amazon.co.jpで詳細を見る');" target="_blank" name="amazletlink">Amazon.co.jpで詳細を見る</a>
</div>
</div>
</div>
<div class="amazlet-footer" style="clear: left;">
</div>
</div>

View File

@ -1,26 +1,23 @@
---
title: ”The Hardest Lessons for Startups to Learn”で気になった部分
author: kazu634
date: 2006-05-06T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
<a href="http://www.paulgraham.com/startuplessons.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.paulgraham.com/startuplessons.html', '');" target="_blank"><img alt="The Hardest Lessons for Startups to Learn" align="left" src="http://img.simpleapi.net/small/http://www.paulgraham.com/startuplessons.html" border="0" /></a>
</p></p>
</p></p>
<p>
 Paul Grahamのサイトで&#8221;The hardest Lessons for Startups to Learn&#8221;が公開されました。気になった部分について載せておきます。
</p>
<hr />
<ul>
<li>
Users hate bugs, but they don&#8217;t seem to mind a minimal version 1, if there&#8217;s more coming soon.<br /> bugsがあるのは論外だけれども、最小のversion 1であれば受け入れる。論文にたとえれば、根本的な事実誤認はあり得ないけれど、発展が見込めるものであればとりあえずはOK…ということか

View File

@ -1,59 +1,57 @@
---
title: ミュージカル・big
date: 2006-09-03T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Misc
tags:
- musical
---
<div class="section">
<p>
<a href="http://yayresu.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://yayresu.com/', '');" target="_blank"><img width="160" align="left" alt="bigのチラシ" src="http://image.blog.livedoor.jp/simoom634/imgs/0/3/03aede01-s.jpg" height="225" border="0" class="pict" /></a>
</p></p>
</p></p>
<p>
 <a href="http://yayresu.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://yayresu.com/', 'ミュージカル工房eic');" target="_blank">ミュージカル工房eic</a>によるミュージカルbig (<a href="http://en.wikipedia.org/wiki/Big" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://en.wikipedia.org/wiki/Big', 'Wikipedia');" target="blank">Wikipedia</a>, <a href="http://www.amazon.co.jp/gp/product/B0002E4F6Y" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/gp/product/B0002E4F6Y', 'Amazon');" target="blank">Amazon</a>)を観てきました。Amazonのレビューには、
</p>
<p>
<blockquote>
</blockquote>
</p>
<p>
 小さいことが悩みの12歳の少年デヴィッドは、魔法のボックスにコインを入れて大きくなりたいと願いをかけてみたところ、その翌朝、20歳以上もの大人に成長してしまった家を追い出されてしまった彼は、やがてNYのおもちゃ会社に就職し、子どもらしい発想から数々の新商品を開発し、実績を上げていくのだが…。
</p></p>
</p></p>
<p>
 ある日突然子どもから大人になるという奇想天外なアイデアが受け、後にミュージカル化もされたハートフル・コメディ。あくまでもロマンティックなテイストに徹しているところが心地よく、ペニー・マーシャル監督の繊細な演出も冴えわたっているが、なんといっても主演トム・ハンクスの大人子ども演技が抜群の良さで、彼の俳優としての大きなステップアップにもつながることになった。(的田也寸志)
</p></p>
</p></p>
<p>
とあって、コメディーを地でいくような展開のミュージカルでした。後になってから制作の過程を追いかけたニュースが放映されていたのですが、その中で映画『big』の映像が流れていて、「ミュージカルと一緒だ♪」なんて感想を抱きながら観ていました。
</p></p>
</p></p>
<p>
 今回の公演は仙台市民の素人を舞台に上げたということで注目を集めていたようです。役者の中には子供の人も多かったので、そうしたつながりで観に来る客も多かったようです。さらに宮城県の高校は文化祭シーズンということで高校生も数多くやってきていたような印象を受けました。
</p></p>
</p></p>
<p>
 ミュージカル自体は非常に楽しめました。長丁場の3時間だったのですが、時間が経つのを忘れて見入ってました。主人公の子供が大人になってしまうという設定なのですが、大人になっても子供っぽい仕草をしているのはさすが、と思いながら観ていました。自分の知人を色々と誘ってみたのですが、観た人はみんなビリー役の役者について言及していました。ビリー役は主人公とヒロインの次に重要な役で、この人のおかげでミュージカル全体が引き締まっていたのだと思います。さすが。
</p></p>
</p></p>
<p>
 ただテレビのニュースを見ていて気になったのが公演の成功についてしか触れないで、そこに至るまでの過程を省略していたところです。新しい「流れ」を生み出すためには、とてつもない努力が必要だったはず。そこを掘り下げてほしかったなぁ…というのがニュースを見ていた感想。これからも応援していきたいと思います。
</p>
<hr />
<p>
<center>
</center>
</p>
<p>
<table cellpadding="5" border="0">
<tr>
@ -61,12 +59,12 @@ tags:
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00005ULCR/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00005ULCR/goodpic-22/', 'ビッグ');" target="_top">ビッグ</a>
</td>
</tr>
<tr>
<td valign="top">
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00005ULCR/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00005ULCR/goodpic-22/', '');" target="_top"><img alt="ビッグ" src="http://images.amazon.com/images/P/B00005ULCR.01._SCMZZZZZZZ_.jpg" border="0" /></a>
</td>
<td valign="top">
<font size="-1">ペニー・マーシャル トム・ハンクス エリザベス・パーキンス <strong>おすすめ平均</strong> <img src="http://g-images.amazon.com/images/G/01/detail/stars-5-0.gif" /><img alt="stars" src="http://g-images.amazon.com/images/G/01/detail/stars-5-0.gif" />トム・ハンクスらしいトム・ハンクス<img alt="stars" src="http://g-images.amazon.com/images/G/01/detail/stars-5-0.gif" />トム・ハンクス満載です♪<img alt="stars" src="http://g-images.amazon.com/images/G/01/detail/stars-5-0.gif" />ほのぼのできます<img alt="stars" src="http://g-images.amazon.com/images/G/01/detail/stars-5-0.gif" />きゅうにビッグになっちゃった<a href="https://www.amazon.co.jp/exec/obidos/ASIN/B00005ULCR/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/B00005ULCR/goodpic-22/', 'Amazonで詳しく見る');" target="_top">Amazonで詳しく見る</a></font><font size="-2"> by <a href="http://www.goodpic.com/mt/aws/index.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.goodpic.com/mt/aws/index.html', 'G-Tools');">G-Tools</a></font>
</td>

View File

@ -1,25 +1,22 @@
---
title: 敗者とは負けるのが悪いことだと思っている人である
author: kazu634
date: 2006-12-10T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
気になった文句があったので、コピペ:&#160;&#160; &#160;<br />
気になった文句があったので、コピペ:&#160;&#160; &#160;<br />
<blockquote>
敗者とは、負けるのが悪いことだと思っている人だ。彼らは余裕がないので負けられない。そして、どんな犠牲を払っても、負けるのを避けようとする。負ける人の多くは確かなものにしか賭けない。たとえば、仕事による安定とか、固定給とか、保証された年金とか、銀行預金に対する利子といったものだ。敗者が負け続け、勝者が勝ち続ける理由は単純だ。敗北が勝利の一部であることを勝者が知っているからだ。&#160;&#160; &#160;</p>
</blockquote>
<hr />
<center>
&#160;&#160; &#160;<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4480863478/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4480863478/goodpic-22/', '金持ち父さんの若くして豊かに引退する方法');" target="_top">金持ち父さんの若くして豊かに引退する方法</a>
</center>

View File

@ -1,15 +1,12 @@
---
title: これが高倉健という男である
author: kazu634
date: 2007-01-20T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Quotes
tags:
- book
- 高倉健
---
<div class="section">
<p>

View File

@ -2,19 +2,16 @@
title: ローマ人の物語 1より
author: kazu634
date: 2007-02-11T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
 現在読んでいる『ローマ人の物語 1』から気になった部分を抜き出してみました。
</p>
<ul>
<li>
[memo] しかし、阿呆呼ばわりされても王の甥ならば、権力の近くにあって、すべてを冷静に観察する機会に恵まれていたに違いない。情報も豊富であったろう。その彼だからこそ、もはやローマは、効率的ではあっても王になる個人の意向に左右されないではすまない制度は、捨てても良いまでに成長したと判断できたのではないか。改革の主導者とはしばしば、新興の勢力よりも旧勢力の中から生まれるものである。
@ -26,9 +23,9 @@ tags:
[memo] 知力では、ギリシア人に劣り、体力では、ケルト(ガリア)やゲルマンの人々に劣り、技術力では、エトルリア人に劣り、経済力では、カルタゴ人に劣るのが、自分たちローマ人であると[&#8230;]ローマ人自らが認めていた。それなのに、なぜローマ人だけが、あれほどの大をなすことが出来たのか。一代分名犬を築き上げ、それを長期にわたって維持することが出来たのか。[&#8230;]あなたも考えて欲しい。「なぜ、ローマ人だけが」と。
</li>
</ul>
<hr />
<center>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4101181519/simsnes-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4101181519/simsnes-22/', 'ローマ人の物語 (1) ― ローマは一日にして成らず(上)&#160;&#160;&#160; 新潮文庫');" target="_top">ローマ人の物語 (1) ― ローマは一日にして成らず(上)&#160;&#160;&#160; 新潮文庫</a><br />
</center>

View File

@ -2,23 +2,20 @@
title: 『ローマ人の物語 2』
author: kazu634
date: 2007-02-12T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
<a href="http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E4%BA%BA%E3%81%AE%E7%89%A9%E8%AA%9E" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E4%BA%BA%E3%81%AE%E7%89%A9%E8%AA%9E', '');" target="_blank"><img align="left" alt="ローマ人の物語 - Wikipedia" src="http://img.simpleapi.net/small/http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E4%BA%BA%E3%81%AE%E7%89%A9%E8%AA%9E" border="0" /></a>
</p>
<p>
 <a href="https://www.amazon.co.jp/exec/obidos/ASIN/4101181527/simsnes-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4101181527/simsnes-22/', '『ローマ人の物語 2』');" target="_top">『ローマ人の物語 2』</a>で気になった部分です。文庫版の<a href="http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E4%BA%BA%E3%81%AE%E7%89%A9%E8%AA%9E" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E4%BA%BA%E3%81%AE%E7%89%A9%E8%AA%9E', '『ローマ人の物語』');" target="blank">『ローマ人の物語』</a>は1・2がセットで王政の時代の古代ローマを取り上げています。そして統治システムが王政から共和制へと変わる過渡期を主に扱っています。<a href="http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E4%BA%BA%E3%81%AE%E7%89%A9%E8%AA%9E" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%AD%E3%83%BC%E3%83%9E%E4%BA%BA%E3%81%AE%E7%89%A9%E8%AA%9E', '『ローマ人の物語』についての一般的な説明');" target="blank">『ローマ人の物語』についての一般的な説明</a>は左のイメージをクリックして<a href="http://ja.wikipedia.org/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/', 'Wikipedia(Japan)');" target="blank">Wikipedia(Japan)</a>に飛んでください。
</p>
<ul>
<li>
[memo] 衰退期に入った国を訪れ、そこに示される欠陥を反面教師とするのは、誰にでも出来ることである。だが、絶頂期にある国を観察して、その国のまねをしないのは、常人の技ではない。大学生の卒業旅行ではないのである。実務の経験も豊かで年齢も十分な、元老員議員三人が視察したのだ。紀元前五世紀半ばというこの時点でのギリシアとの接触は、これらのローマ人に、模倣とは別の何かを考えさせたのではなかったか。
@ -39,9 +36,9 @@ tags:
[memo] 人間世界では、はじめから遠い将来まで見透かし、それに基づいていわゆる百年の計をたて、その計を実行に移せる人間は多くはない。少ないから、天才なのだ。天才以外の人間は、眼前の課題解決だけを考えて方策を立てる。だが、ここから進路は二つに分かれる、眼前の課題の解決のみを考えて立てた方策を実行したら、結果としてそれが百年の計になっていたという人と、眼前の課題は解決できたが、それは一時的な問題解決に過ぎなかった、という人の二種類だ。後者の偶然は偶然でとどまるが、前者の偶然は必然になる。歴史上の偶然が歴史的必然に変わるのは、それ故に人間の所行によってである。後世から見れば歴史的必然と見えることのほとんどは、当時では偶然に過ぎなかったのだ。その偶然を必然に変えたのは、多くの場合人間である。ゆえに、歴史上の主人公は、あくまでも人間なのである。
</li>
</ul>
<hr />
<center>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4101181527/simsnes-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4101181527/simsnes-22/', 'ローマ人の物語 (2) ― ローマは一日にして成らず(下)&#160;&#160;&#160; 新潮文庫');" target="_top">ローマ人の物語 (2) ― ローマは一日にして成らず(下)&#160;&#160;&#160; 新潮文庫</a><br />
</center>

View File

@ -1,9 +1,7 @@
---
title: UNIX Philosophyメモ
author: kazu634
date: 2007-08-12T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Labs
- Misc
@ -15,7 +13,7 @@ tags:
<p>
 <a href="https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/', 'UNIXという考え方―その設計思想と哲学');" target="_top">UNIXという考え方―その設計思想と哲学</a>でまとめられていた、UNIXのphilosphyです。メモするだけ。
</p>
<ol>
<li>
Small is Beautiful.: 小さいものは、大きいものにはない利点がいくつもある。小さいもの同士なら、簡単に独特の便利な方法で組み合わせることができるというのもその一つだ。
@ -45,26 +43,26 @@ tags:
Make every program a filter.: ソフトウェアの本質は、データを処理することで、生成することではない。その能力を最大限に発揮するためには、プログラムをフィルタとして動作するように設計すべきだ。
</li>
</ol>
<p>
 小さなプログラムを組み合わせて、段階的に成長していくこと・ユーザーは自分が何をしているのかを常に把握していること…これらがUNIXというOSが持ってきた性格みたいです。
</p>
<p>
 移植性の項目でも紹介されていたので、エディターをEmacsに変更してみようかしら。Emacsであれば今後40年過ぎても変わらずに存在し続けるだろうから。Windowsはこれからも存在し続けるのかどうかはわからないからなぁ。
</p>
<hr />
<center>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/', 'UNIXという考え方―その設計思想と哲学');" target="_top">UNIXという考え方―その設計思想と哲学</a><br />Mike Gancarz 芳尾 桂 </p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/', 'UNIXという考え方―その設計思想と哲学');" target="_top">UNIXという考え方―その設計思想と哲学</a><br />Mike Gancarz 芳尾 桂 </p>
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/', '');" target="_top"><img alt="UNIXという考え方―その設計思想と哲学" src="http://g-ec2.images-amazon.com/images/I/21F3ZWPN59L.jpg" border="0" /></a><br /><font size="-1">オーム社&#160; 2001-02<br />売り上げランキング : 61762</p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/', '');" target="_top"><img alt="UNIXという考え方―その設計思想と哲学" src="http://g-ec2.images-amazon.com/images/I/21F3ZWPN59L.jpg" border="0" /></a><br /><font size="-1">オーム社&#160; 2001-02<br />売り上げランキング : 61762</p>
<p>
<strong>おすすめ平均&#160; </strong><img alt="star" src="http://g-images.amazon.com/images/G/01/detail/stars-4-0.gif" border="0" /><br /><img alt="star" src="http://g-images.amazon.com/images/G/01/detail/stars-4-0.gif" border="0" />実用書の前に読むべき本<br /><img alt="star" src="http://g-images.amazon.com/images/G/01/detail/stars-4-0.gif" border="0" />むしろUNIXが苦手な人に<br /><img alt="star" src="http://g-images.amazon.com/images/G/01/detail/stars-4-0.gif" border="0" />UNIXユーザ以外にもお勧めです
</p>
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4274064069/goodpic-22/', 'Amazonで詳しく見る');" target="_top">Amazonで詳しく見る</a></font><font size="-2"> by <a href="http://www.goodpic.com/mt/aws/index.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.goodpic.com/mt/aws/index.html', 'G-Tools');">G-Tools</a></font></center> </div>

View File

@ -2,8 +2,6 @@
title: 疲れたなら、休めばよい。道を間違えたなら、戻ればよい。
author: kazu634
date: 2007-09-09T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
@ -14,26 +12,26 @@ tags:
<p>
 一部のネット界隈で話題になっている<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/', '『数学ガール』');" target="_top">『数学ガール』</a>を買ってみました。表紙はライトノベル風で内容的に大したことがないような印象を
</p>
<p>
受けますが、そんなことはありませんでした。基本的に私は数学はあまり得意ではないのですが、数学の楽しさをほのぼのと教わった気がします。その点で言え
</p>
<p>
ば、<a href="https://www.amazon.co.jp/exec/obidos/ASIN/410401303X/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/410401303X/goodpic-22/', '『博士の愛した数式』');" target="_top">『博士の愛した数式』</a>に通じるものがあります。こっちは高校生たちの会話がメインなので、より親
</p>
<p>
しみやすいかも。
</p>
<p>
 気になったのは以下の点です:
</p>
<ul>
&#160;</p>
&#160;</p>
<li>
[memo]<br /> 何だか―小さな懐中電灯を一つ渡されて真っ暗な部屋に投げ込まれたみたいな気分になるんです。懐中電灯で照らせるから、前には進める。でも、そのライトは<br /> 照らす範囲が狭い。自分がどこを歩いているのかわからない。後ろを見れば真っ暗、前を見ても真っ暗。明るいのは、いま照らしている小さな輪の中だけ。本当<br /> に難しいことならしょうがないんですけれど、式の変形そのものはそんなに難しくない。だから、数学って簡単なのか、難しいのかわからないっていつも感じま<br /> す。一つ一つは簡単なのに、全体がつかめない。地図がないから迷いそう―とても不安になります。
</li>
@ -47,26 +45,26 @@ tags:
[memo]<br /> ……地球上のあちこちで、膨大な時間の中で、数学者たちはさまざまな問題の解を探し求めてきた。何も見つからずに終わることも多いだろう。では、探すこと<br /> は無駄かな?違う。探さなければ、見つかるかどうか、わからない。やってみなければ、できるかどうか、わからない。……私たちは旅人だ。疲れることはある<br /> かもしれない。道を間違うことはあるかもしれない。それでも、私たちは旅を続ける…疲れたなら、休めばよい。道を間違えたなら、戻ればよい。――そのすべ<br /> てが、私たちの旅なんだから。
</li>
</ul>
<hr />
<center>
&#160;</p>
&#160;</p>
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/', '数学ガール');" target="_top">数学ガール</a><br />結城 浩
</p>
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/', '');" target="_top"><img alt="数学ガール" src="http://ec1.images-amazon.com/images/I/11NJDZYa-bL.jpg" border="0" /></a><br /><font size="-1">ソフトバンククリエイティブ&#160; 2007-06-27<br />売り上げランキング : 324</p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/', '');" target="_top"><img alt="数学ガール" src="http://ec1.images-amazon.com/images/I/11NJDZYa-bL.jpg" border="0" /></a><br /><font size="-1">ソフトバンククリエイティブ&#160; 2007-06-27<br />売り上げランキング : 324</p>
<p>
<strong>おすすめ平均&#160; </strong><img alt="star" src="http://g-images.amazon.com/images/G/01/detail/stars-4-0.gif" border="0" /><br /><img alt="star" src="http://g-images.amazon.com/images/G/01/detail/stars-3-0.gif" border="0" />思いの因数分解<br /><img alt="star" src="http://g-images.amazon.com/images/G/01/detail/stars-4-0.gif" border="0" />美しい証明のごとく練り上げられた本<br /><img alt="star" src="http://g-images.amazon.com/images/G/01/detail/stars-5-0.gif" border="0" />数学がスキになる本
</p>
<p>
<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4797341378/goodpic-22/', 'Amazonで詳しく見る');" target="_top">Amazonで詳しく見る</a></font><font size="-2"> by <a href="http://www.goodpic.com/mt/aws/index.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.goodpic.com/mt/aws/index.html', 'G-Tools');">G-Tools</a></font>
</p>
<p>
</center> </div>

View File

@ -2,208 +2,205 @@
title: 「こんなもんでいい」と思いながらつくられた物は、それを手にする人の存在を否定する
author: kazu634
date: 2007-10-26T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
 <a href="http://gitanez.seesaa.net/article/55468342.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://gitanez.seesaa.net/article/55468342.html', '「丁寧に時間と心がかけられた仕事をするためのワークスタイルDESIGN IT! w/LOVE');" target="blank">「丁寧に時間と心がかけられた仕事をするためのワークスタイルDESIGN IT! w/LOVE</a>で紹介されていた<a href="https://www.amazon.co.jp/exec/obidos/ASIN/4794965850/goodpic-22/" onclick="__gaTracker('send', 'event', 'outbound-article', 'https://www.amazon.co.jp/exec/obidos/ASIN/4794965850/goodpic-22/', '『自分の仕事をつくる』');" target="_top">『自分の仕事をつくる』</a>を読みました。「いい仕事とは何か」みたいな問題意識を持って、様々なデザイン会社やクリエーターを著者が訪ねるという形式になっています。色々と気になった部分がありました。
</p>
<ul>
&#160;
&#160;
<li>
また一方に、丁寧に時間と心がかけられた仕事がある。素材のうまみを引き出そうと、手間を惜しまず作られる料理。表には見えない細部にまで手の入った工芸品。一流のスポーツ選手による素晴らしいプレイに、「こんなもんで」という力の出し惜しみはない。このような仕事に触れるとき、私たちはうれしそうな表情をする。
</li>
<p>
&#160;
&#160;
<li>
人間は「あなたは大切な存在で、生きている価値がある」というメッセージを、常に探し求めている生き物だと思う。そして、それが足りなくなると、どんどん元気がなくなり、時には精神のバランスを崩してしまう。
</li>
<p>
&#160;
&#160;
<li>
「こんなもんでいい」と思いながらつくられた物は、それを手にする人の存在を否定する。とくに幼児期に、こうしたとげに囲まれて育つことは、人の成長にどんなダメージを与えるだろう。大人でも同じだ。人々が自分の仕事を通して、自分たち自身を傷つけ、目に見えないボディーブローを効かせ合うような悪循環が、長く重ねられている気がしてならない。
</li>
<p>
&#160;
&#160;
<li>
Good design is in the nature of things.
</li>
<p>
&#160;
&#160;
<li>
いい視点はそれが見いだされた時点で、アイディアの展開に入り始めている。
</li>
<p>
&#160;
&#160;
<li>
合理的であること、生産的であること、無駄が無く効率的に行われることを良しとする価値観の先にあるのは、極端に言えば全てのデザインがファーストフード化した、グローバリズム的世界だ。そのゲームから降りて、仕事の中に充実感を求めるとき、私たちには「時間」を手元に取り戻す工夫が求められる。
</li>
<p>
&#160;
&#160;
<li>
世の中で一番難しいのは、問題を作ることです。万有引力の法則におけるニュートンのリンゴのように、問題の凄いところは、出来た瞬間その先に答えがあること。それを作り出すのは、本当に難しいことです。
</li>
<p>
&#160;
&#160;
<li>
出来るだけ自由に、自発的に仕事をしてもらうこと。そして逆説的であること。その仕事の価値や意味を問い続けること。不可能に思えてしまうようなことを提案して、オープンにフレキシブルにね。みんな最初は心のチャックを閉じている。だからメンタルなプロセスを経て、まず心のチャックを開けてもらうこと。限界を課さないで、極限まで行くこと。
</li>
<p>
&#160;
&#160;
<li>
ファシリテーター10ヶ条:&#160;&#160;&#160; <ol>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
主体的にその場に存在している
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
柔軟性と決断する勇気がある
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
他者の枠組みで把握する努力が出来る
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
表現力の豊かさで、参加者の反応への明確さがある
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
評価的な言動は慎むべきとわきまえている
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
プロセスへの介入を理解し、必要に応じて実行できる
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
相互理解のための自己開示を率先できる、開放性がある
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
親密性、楽天性がある
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
自己の間違いや知らないことを認めることに素直である
</li>
<p>
&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;
<li>
参加者を信頼し、尊重する
</li>
<p>
&#160;&#160;&#160; </ol>
&#160;&#160;&#160; </ol>
<p>
&#160; </li>
&#160; </li>
<li>
それは「あなたには価値がある」と口で言うことではなく、その人の存在に対する真剣さの強度を態度と行動で体現することだと僕は思う。
</li>
<p>
&#160;
&#160;
<li>
むろん奇跡や偶然は起こる。むしろ、重要なことの大半は主に偶然起こると言っても良いだろう。条件がそろっているようには見えない&#8221;にもかかわらず&#8221;、それを呼び込む才能や運に炊けた人々は確かに存在する。が、その偶然性を活かせる働き方もあれば、気づくことすらない働き方もある。
</li>
<p>
&#160;
&#160;
<li>
いずれにしても大事なのは、自分がしっくり来ないことや疑問に思うことを素通りせずに、常に意識し続けること。自分を大事にすること、自分らしさを模索し続けること。
</li>
<p>
&#160;
&#160;
<li>
中途半端な掘り下げはマスターベーションと評されかねないが、深度を極端に深めていくと、自分という個性を通り越して、人間は何が欲しいのか、何を快く思い、何に喜びを見いだす生き物なのかといった本質にたどり着かざるを得ない。歴代の芸術家や表現者が行ってきた創作活動は、まさにこの繰り返しだ。自我のこだわりだけでなく、世界に開かれた感覚を持ってその仕事を行えるかどうかが、つくり手の器の大きさに当たるのだと思う。
</li>
<p>
&#160;
&#160;
<li>
大事な人が自分のためにつくってくれた物であれば、多少形がいびつでも、それだけの理由で価値が損なわれることはない。が、つくり手との関係性や物語性に欠けるプロダクトは、モノそのものの美しさや機能に評価を集中せざるを得ない。
</li>
<p>
&#160;
&#160;
<li>
ミヒャエル・エンデは、仕事に対する愛はないが頭は良い、そんな人々が作り出す社会を「機能は完璧だけど、本質を全く欠いた世界」という言葉で表現した。
</li>
<p>
&#160;
&#160;
<li>
思いっきり単純化すると、「良い仕事」とは嘘のない仕事を指すのかもしれない。
</li>
<p>
&#160;
&#160;
<li>
私のデザインから生み出されるモノの量を考えると、いつも複雑な気持ちに駆られる。美に関わる職業の中でもうらやましく思うのは、ダンサーと俳優だ。彼らは人々の心に記憶として刻みつけられるモノ以外、何一つ残さないから。
</li>
<p>
&#160;
&#160;
<li>
でも、私と一緒につくるものはその逆です。何の飾りもないから、一つの間違いでもすぐわかってしまうし、私にもその人の腕がわかる。もちろん手作りだから、まったく同じモノはつくれない。やっぱり、みんなちょっとずつ自然と違ってきます。
</li>
<p>
&#160;
&#160;
<li>
自分がどんな場所を気持ちいいと思うか。その判断力がなかったら、気持ちの良い場所を生み出すことなど出来ない。モノ作りは無数の判断の積み重ねだ。もしつくり手が自らの判断力に自信を失ったら、一体何が作れるだろう。
</li>
<p>
&#160;
&#160;
<li>
個人を掘り下げることで、ある種の普遍性に到達すること。自分の底の方の壁を抜けて、他の人にも価値のある何かを伝えることは、表現に関わる人全ての課題だ。
</li>
<p>
&#160;
&#160;
<li>
鈴木さんも言うように、模型は確かに生活必需品ではない。しかし絶対的に必要とされ、その異議があらかじめ約束されているモノなど、この世の中にどれほどあるだろう。
</li>
<p>
&#160;
&#160;
<li>
自分がとことんバカになれることを、忘れないことです。バカをなれることを大事にする。バカをやれることを大事にする</p>

View File

@ -2,27 +2,24 @@
title: 「時代の変わり目」を意識していちばん気をつけなければならないのは、優等生たちだ。
author: kazu634
date: 2007-11-11T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
 <a href="http://www.amazon.co.jp/gp/redirect.html%3FASIN=4480063870%26tag=goodpic-22%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/4480063870%253FSubscriptionId=0G91FPYVW6ZGWBH4Y9G2" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/gp/redirect.html%3FASIN=4480063870%26tag=goodpic-22%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/4480063870%253FSubscriptionId=0G91FPYVW6ZGWBH4Y9G2', '『ウェブ時代をゆく』');" target="_top">『ウェブ時代をゆく』</a>という本を読んでいました。この本は<a href="http://d.hatena.ne.jp/umedamochio/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/umedamochio/', '梅田望夫');" target="blank">梅田望夫</a>という人が書いている本です。おそらく<a href="http://kenmogi.cocolog-nifty.com/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://kenmogi.cocolog-nifty.com/', '茂木健一郎');" target="blank">茂木健一郎</a>と一緒に<a href="http://www.amazon.co.jp/%E3%83%95%E3%83%A5%E3%83%BC%E3%83%81%E3%83%A3%E3%83%AA%E3%82%B9%E3%83%88%E5%AE%A3%E8%A8%80-%E3%81%A1%E3%81%8F%E3%81%BE%E6%96%B0%E6%9B%B8-656-%E6%A2%85%E7%94%B0-%E6%9C%9B%E5%A4%AB/dp/4480063617" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/%E3%83%95%E3%83%A5%E3%83%BC%E3%83%81%E3%83%A3%E3%83%AA%E3%82%B9%E3%83%88%E5%AE%A3%E8%A8%80-%E3%81%A1%E3%81%8F%E3%81%BE%E6%96%B0%E6%9B%B8-656-%E6%A2%85%E7%94%B0-%E6%9C%9B%E5%A4%AB/dp/4480063617', '『フューチャリスト宣言』');" target="blank">『フューチャリスト宣言』</a>を書いた人として有名なのかな(インターネット界隈ではかなりの有名人なんだけど)。
</p>
<p>
 この人が現在地球上で進行しつつあるインターネットにもたらされる変化を&#8221;provocative&#8221;に書き上げている本です(それにしても<a href="http://ja.wikipedia.org/wiki/%E3%83%9D%E3%83%BC%E3%83%AB%E3%83%BB%E3%82%B0%E3%83%AC%E3%82%A2%E3%83%A0" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ja.wikipedia.org/wiki/%E3%83%9D%E3%83%BC%E3%83%AB%E3%83%BB%E3%82%B0%E3%83%AC%E3%82%A2%E3%83%A0', 'Paul Graham');" target="blank">Paul Graham</a>のエッセー以外で&#8221;provocative&#8221;という表現を使うことになるとは思わなかったぜよ。ちなみに<a href="http://practical-scheme.net/trans/colleges-j.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://practical-scheme.net/trans/colleges-j.html', 'Paul Grahamという人は最近でいうとベンチャーキャピタリストとしての経験から「どの大学に行くか何て関係ない」と言い切った人');" target="blank">Paul Grahamという人は最近でいうとベンチャーキャピタリストとしての経験から「どの大学に行くか何て関係ない」と言い切った人</a>です)。
</p>
<p>
 この本の中で書かれているのはこれからの世界がどうなっていくのかということを示唆しているように感じられます。順番を追っていくとすると、
</p>
<ol>
<li>
ハードの進化が速くなり、より安くなる(←「チープ革命」
@ -40,60 +37,60 @@ tags:
Googleは検索サービスに広告を表示するサービスでリアルマネーを得られることになり、ウェブ上の情報だけでなく、著作権の切れた書籍などの情報もインターネット上で検索可能にするように動く←いまこのあたり
</li>
</ol>
<p>
というようなことになっています。こういう環境が整ったことで、何かを学ぼうとする際にあらゆる分野で私たちはある一定の所までは凄まじい早さで習熟することができるようになります。梅田さんはこれを「学習の高速道路」と呼んでいます(将棋の羽生さんから教えてもらった考えだそうです)。そして羽生さんが問題提起しているのは、「学習の高速道路」が存在していることではなく、次のようなことでした:
</p>
<blockquote>
<p>
しかし「学習の高速道路」も、高速道路を走りきったなと思ったあたり(「その道のプロ」寸前)で大渋滞が起こるのだと羽生は言う。同質の勉強の仕方でたどり着けるのはそこまで。誰にも機会が開かれるゆえ参入者も増え、しかも後の世代も次々に疾走してきては「その道のプロ」寸前での大渋滞にはまる。「その道のプロ」としてメシを食い続けていけるかどうかは、大渋滞にさしかかった後にどう生きるかの創造性にかかる。これが羽生の問題提起であった。
</p>
</blockquote>
<p>
この問題提起に対して梅田さんは次のように述べています:
</p>
<blockquote>
<p>
大渋滞の後でサバイバルするには、大渋滞を抜けようと「高く険しい道」を目指すか、大渋滞にさしかかったところで高速道路を降りて道しるべのない「けものみち」を歩いてゆくか、その二つの選択肢があると私は思う。そのどちらの道を目指すにせよ、自らの「向き不向き」と向き合い、自らの志向性を強く意識し(それが戦略性そのもの)、「好きを貫く」ことこそが競争力を生むと私は考える。
</p>
</blockquote>
<p>
こうした自分の意志が重要になると梅田さんは問題提起していました。ここまでは社会人として現在活躍している人にどちらかというと警鐘を鳴らしているこうした変化は確実に20~30年以内には現実のものになりそう…なので、そうした変化について行けないとその人の市場価値がcommodityとなってしまう内容といえました。
</p>
<p>
 ちなみに若者に対してはこんなことを言っています:
</p>
<blockquote>
<p>
「時代の変わり目」を意識していちばん気をつけなければならないのは、優等生たちだ。優等生とは、古い仕組みの中で、もっとも適応できてきた人たちだからだ。「一身にして二生を生きる」くらいガラッと変わった世界に、突然4045歳くらいで投げ出されてみると、いちばんに淘汰される可能性がある。ここ数年、積極的に日本の若い人たちと接する時間を増やしていて思うのは、優等生ほど心の中に「古い価値観」がきちんと刷り込まれているということだ。逆に言えば「古い価値観」を信じることが出来たから「いい学校へ、いい大会社へ」という「人生のレール」なるものを走ることができ、いまここで起きている大変化からも冷静に距離を置くことが出来ているのかもしれない。別に明日から何もかもをがらりと変える必要はないが、「古い価値観」を少しずつでも疑ってかかるといい。
</p>
</blockquote>
<p>
こういう部分を読むと、<a href="http://www.amazon.co.jp/gp/redirect.html%3FASIN=4062724545%26tag=goodpic-22%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/4062724545%253FSubscriptionId=0G91FPYVW6ZGWBH4Y9G2" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/gp/redirect.html%3FASIN=4062724545%26tag=goodpic-22%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/4062724545%253FSubscriptionId=0G91FPYVW6ZGWBH4Y9G2', '『なぜ若者は「半径1以内」で生活したがるのか? 』');" target="_top">『なぜ若者は「半径1以内」で生活したがるのか? 』</a>の次の部分と対照させて読みたくなります:
</p>
<blockquote>
<p>
社会の激変と処方箋なしの状況大いなる不安。そんな中、若者たちは、無理せずに、無駄なこともせず、細く長く生きるという「エコ体質」を身につけた。結果が出せる確信のない努力は自分自身を傷つけてしまうかもしれないから、冒険もしなくなった。あえて視野を狭め、実現可能な目標を追い、こじんまりとした楽しい生活を送る。平和だし、そこそこ豊かだし、「ここにあるもの以上にいったいなにがあるというのだろう?」と考えるようにもなった。
</p>
</blockquote>
<p>
とりあえず今の一瞬一瞬の積み重ねが、これからの自分を左右することになるのは間違いないということはわかる。がんばれ、自分。
</p>
<hr />
<center>
<br />
<br />
<table cellspacing="0" cellpadding="2" border="1">
<tr valign="top">
<td>
@ -101,6 +98,6 @@ tags:
</td>
</tr>
</table>
<p>
</center></div>

View File

@ -1,14 +1,12 @@
---
title: 2007年度東北英文学会@山形
date: 2007-11-19T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Misc
tags:
- yamagata
- english literature
---
<div class="section">
<p>

View File

@ -2,8 +2,6 @@
title: 『弓と禅』
author: kazu634
date: 2007-11-23T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,67 +2,64 @@
title: 自分の哲学をもたないといけない。政治的な意見、人生で訴えるべき主義、人生の情熱と目標。
author: kazu634
date: 2007-11-24T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
<a href="http://d.hatena.ne.jp/umedamochio/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/umedamochio/', 'id:umedamochio');">id:umedamochio</a>さんの<a href="http://d.hatena.ne.jp/asin/4480063870" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/4480063870', 'ウェブ時代をゆく ─いかに働き、いかに学ぶか (ちくま新書)');">ウェブ時代をゆく ─いかに働き、いかに学ぶか (ちくま新書)</a>についての記事を発見。
</p>
<blockquote title="404: Not Found" cite="http://www.kogumarecord.org/coyotenote/2007/11/19_0038.html">
<p>
ただし、<a href="http://blog.tatsuru.com/2007/11/06_1021.php" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://blog.tatsuru.com/2007/11/06_1021.php', '人生はミスマッチ (内田樹の研究室)');" target="_blank">人生はミスマッチ (内田樹の研究室)</a>のような言葉も同時に接種しておくべきだろう。役に立たないことばっかりやってしまったり、選択を誤り続けたり、それを呪い続けたり、まあいいやと開き直ったりする。蜘蛛の糸どころか、そこが地獄であることすら気付かずにニコニコダラダラと過ごしてしまったりもするだろう。そして僕はそうゆう人生も、蜘蛛の糸を登る人生も、同様に愛おしく思う。多くの人生は論理や正しさよりも、不条理や間抜けさに溢れているのだ。
</p>
<blockquote>
<p>
人生はミスマッチである。私たちは学校の選択を間違え、就職先を間違え、配偶者の選択を間違う。それでもけっこう幸福に生きることができる。
</p>
</blockquote>
<p>
そう、「それでもけっこう」と思えずに、適性/適職を探し続け、未来への恐怖だけにドライブされた人生を送るのはゴメンだったりする。本の影響を受けやすく、すぐそうなっちゃうような人にはこの本をオススメしないし、逆にちゃんと優れた小説を読むようにこの本を読むことが出来る人は読んだ方がいいと思う。僕もいささか歳をとり過ぎた読者かもしれないが、若者がこの本を読んで思うオプティミズムに貫かれた未来の姿を即座に否定するような立場はとりたくない。とりあえずそのことだけは確かである。
</p>
<p>
<cite><a href="http://www.kogumarecord.org/coyotenote/2007/11/19_0038.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.kogumarecord.org/coyotenote/2007/11/19_0038.html', ' ウェブ時代をゆく:非の打ち所のない「蜘蛛の糸」理論 &#8211; coyotenote ');" target="_blank"> ウェブ時代をゆく:非の打ち所のない「蜘蛛の糸」理論 &#8211; coyotenote </a></cite>
</p>
</blockquote>
<p>
この中の
</p>
<blockquote>
<p>
そう、「それでもけっこう」と思えずに、適性/適職を探し続け、未来への恐怖だけにドライブされた人生を送るのはゴメンだったりする。本の影響を受けやすく、すぐそうなっちゃうような人にはこの本をオススメしないし、逆にちゃんと優れた小説を読むようにこの本を読むことが出来る人は読んだ方がいいと思う。
</p>
</blockquote>
<p>
に共感してしまう。本を鵜呑みにして、批判的に読むというようなことをしないと危険だと思う。web上にはもう残っていないようだけれど、<a href="http://dabadie.cocolog-nifty.com/blog/main.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://dabadie.cocolog-nifty.com/blog/main.html', 'フローラン・ダバディー');" target="_blank">フローラン・ダバディー</a>はこんなことを言っていたっけ。
</p>
<blockquote>
<p>
価値観をもたずに大人の世界に入るなんて危険すぎる。流される、洗脳される、どこかで決定的に自分を失う。大学を終えるまでに自分の哲学をもたないといけない。政治的な意見、人生で訴えるべき主義、人生の情熱と目標。
</p>
</blockquote>
<div class="hatena-asin-detail">
<a href="http://www.amazon.co.jp/dp/4480063870/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4480063870/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/419q5pZGhBL._SL160_.jpg" class="hatena-asin-detail-image" alt="ウェブ時代をゆく ─いかに働き、いかに学ぶか (ちくま新書)" title="ウェブ時代をゆく ─いかに働き、いかに学ぶか (ちくま新書)" /></a></p>
<a href="http://www.amazon.co.jp/dp/4480063870/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4480063870/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/419q5pZGhBL._SL160_.jpg" class="hatena-asin-detail-image" alt="ウェブ時代をゆく ─いかに働き、いかに学ぶか (ちくま新書)" title="ウェブ時代をゆく ─いかに働き、いかに学ぶか (ちくま新書)" /></a></p>
<div class="hatena-asin-detail-info">
<p class="hatena-asin-detail-title">
<a href="http://www.amazon.co.jp/dp/4480063870/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4480063870/?tag=hatena_st1-22&ascsubtag=d-7ibv', 'ウェブ時代をゆく ─いかに働き、いかに学ぶか (ちくま新書)');">ウェブ時代をゆく ─いかに働き、いかに学ぶか (ちくま新書)</a>
</p>
<ul>
<li>
<span class="hatena-asin-detail-label">作者:</span> <a href="http://d.hatena.ne.jp/keyword/%C7%DF%C5%C4%CB%BE%C9%D7" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/%C7%DF%C5%C4%CB%BE%C9%D7', '梅田望夫');" class="keyword">梅田望夫</a>
@ -84,7 +81,7 @@ tags:
</li>
</ul>
</div>
<div class="hatena-asin-detail-foot">
</div>
</div>

View File

@ -2,8 +2,6 @@
title: Sexyな問いに触れられないのは残念かもしれない
author: kazu634
date: 2007-11-25T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
@ -14,75 +12,75 @@ tags:
<p>
 <a href="http://blog.ohtan.net/archives/50955203.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://blog.ohtan.net/archives/50955203.html', '日本の公立小学校の現状 | 防衛省OB太田述正の日本はアメリカの属国だ');" target="_blank">日本の公立小学校の現状 | 防衛省OB太田述正の日本はアメリカの属国だ</a>で、ある小学校のクラスで行われている茶番劇の話がされていました。そのクラスは能力別の授業をしていて、できる子たちのクラスではほとんどの子供がすでに塾で分数を習っていて、建前上「はじめて」習うことになる分数を保護者たちの前で、あたかも「はじめて」教えてもらったことであるかのようにふるまっている…というのが文章の趣旨だと思われます。
</p>
<blockquote title="Blogger Alliance | 404 Not Found" cite="http://blog.ohtan.net/archives/50955203.html">
<p>
先生は、分数を知らない生徒を対象にした授業を行うこととされているのでしょう。
</p>
<p>
 そうなると、その日の授業の三分の二の時間は、多数の生徒にとっては時間の空費だ、ということにならざるをえません。
</p>
<p>
 確かに、算数の授業としてはそうなのですが、集団即興劇としては決して時間の空費ではない、と先生も生徒(の多数)も考えているのでしょう。
</p>
<p>
<cite><a href="http://blog.ohtan.net/archives/50955203.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://blog.ohtan.net/archives/50955203.html', '日本の公立小学校の現状 | 防衛省OB太田述正の日本はアメリカの属国だ');" target="_blank">日本の公立小学校の現状 | 防衛省OB太田述正の日本はアメリカの属国だ</a></cite>
</p>
</blockquote>
<blockquote title="Blogger Alliance | 404 Not Found" cite="http://blog.ohtan.net/archives/50955203.html">
<p>
 いささか極端に言えば、日本の、とりわけ大都会の小学校は、後半の三年間にもなると、勉強は塾に丸投げし、社会性を身につけさせる「だけ」の場になってしまっている、ということです。
</p>
<p>
 問題は、塾に行く生徒と行かない(行けない)生徒の間で極端に学力の差が生じる一方で、生徒全員が過剰に社会性を身につけさせられている、という点です。
</p>
<p>
 これでは、日本人全体の知的水準の低下と所得格差の拡大は避けられず、他方で「過剰に」「日本人としての」社会性を身につけていないところの外国人が日本で働くことを一層困難にし、このこともやはり日本の社会の活力の低下を招くことでしょう。
</p>
<p>
<cite><a href="http://blog.ohtan.net/archives/50955203.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://blog.ohtan.net/archives/50955203.html', '日本の公立小学校の現状 | 防衛省OB太田述正の日本はアメリカの属国だ');" target="_blank">日本の公立小学校の現状 | 防衛省OB太田述正の日本はアメリカの属国だ</a></cite>
</p>
</blockquote>
<p>
こんなことが述べられているわけですが、やっぱりつね日頃から面白いもの、興味を引くものに触れることがないと、人間ダメになっていくんじゃないのかなと感じます(いや、だからといって、日本の教育かくあるべし何て言うつもりはないけど)。こういう茶番劇なんかの背後には、<a href="http://d.hatena.ne.jp/asin/4794965850" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/4794965850', '自分の仕事をつくる');">自分の仕事をつくる</a>で書かれている「こんなもんで」という意識があるような気がするから。
</p>
<blockquote>
<p>
「こんなもんでいい」と思いながらつくられた物は、それを手にする人の存在を否定する。とくに幼児期に、こうしたとげに囲まれて育つことは、人の成長にどんなダメージを与えるだろう。大人でも同じだ。人々が自分の仕事を通して、自分たち自身を傷つけ、目に見えないボディーブローを効かせ合うような悪循環が、長く重ねられている気がしてならない。
</p>
</blockquote>
<p>
こうした意識に囲まれて育っていけば、「いいもの」と「わるいもの」の区別ができなくなってしまうのではないかなと思う。相対主義みたいなのがいまは流行しているけれども、それでもセンスやtasteには厳然とした差があるのだと思うのです。「こんなもんで」に囲まれて育った子供たちが真剣に仕事に向き合う大人に出会ったときにどうなるのか、その時が心配だ。
</p>
<p>
 有名なプログラマーの<a href="http://practical-scheme.net/index-j.html#docs" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://practical-scheme.net/index-j.html#docs', 'Shiro');" target="_blank">Shiro</a>さんはこんなことを言ってます。
</p>
<blockquote>
<p>
自分(達)のやっていることが学校の中だけの価値基準で判断されることに強く反発していたのは覚えている。「しょせん高校の部活動、 3年間楽しんで、卒業したら懐かしい想い出」、そういうのがすごく嫌だった。未熟ではあっても、それが「大人」が本気でやるような「本物の仕事」に連続的に接続しているものであって欲しかった。高校生としての物差しではなく、プロの仕事と同じ物差しで見てほしいと思っていた。それがどれだけ不遜な考えだったかはその後思い知ることとなるのだけれど、たとえそれを知っていたとしても、「高校生としての評価、70点」よりは「実世界での評価、0.01点」を望んでいただろうと思う。
</p>
<p>
でもPaulの理屈によれば、それこそがNerdの特質なのではないか。特定集団内の相対的人気度ではなく、外にある問題を自分がどれだけ解けるかという絶対的な尺度にこそ価値を見出す、っていう。
</p>
</blockquote>
<p>
「外にある非常にsexyな問題」と「どうでもいい問題」の二つが存在するとして、常日頃触れるのが「どうでもいい問題」だとすると、不幸なことかもしれないと思う。少なくとも自分はそんなのには耐えられない。そんなことを思った。
</p>
<ul>
<li>
参考 <ul>
@ -92,15 +90,15 @@ tags:
</ul>
</li>
</ul>
<div class="hatena-asin-detail">
<a href="http://www.amazon.co.jp/dp/4794965850/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4794965850/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/41Y4Q99DT1L._SL160_.jpg" class="hatena-asin-detail-image" alt="自分の仕事をつくる" title="自分の仕事をつくる" /></a></p>
<a href="http://www.amazon.co.jp/dp/4794965850/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4794965850/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/41Y4Q99DT1L._SL160_.jpg" class="hatena-asin-detail-image" alt="自分の仕事をつくる" title="自分の仕事をつくる" /></a></p>
<div class="hatena-asin-detail-info">
<p class="hatena-asin-detail-title">
<a href="http://www.amazon.co.jp/dp/4794965850/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4794965850/?tag=hatena_st1-22&ascsubtag=d-7ibv', '自分の仕事をつくる');">自分の仕事をつくる</a>
</p>
<ul>
<li>
<span class="hatena-asin-detail-label">作者:</span> <a href="http://d.hatena.ne.jp/keyword/%C0%BE%C2%BC%B2%C2%C5%AF" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/%C0%BE%C2%BC%B2%C2%C5%AF', '西村佳哲');" class="keyword">西村佳哲</a>
@ -122,7 +120,7 @@ tags:
</li>
</ul>
</div>
<div class="hatena-asin-detail-foot">
</div>
</div>

View File

@ -2,63 +2,60 @@
title: 自分も強度のあるメッセージを発信したい
author: kazu634
date: 2007-11-28T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
<a href="http://flickr.com/photos/62586822@N00/106182017/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/62586822@N00/106182017/', '');" title="Even better than the real thing?"><img src="http://farm1.static.flickr.com/54/106182017_3193e71c10_m.jpg" /></a>
</p>
<p>
 気になった文章があったので書き散らかしておきます。
</p>
<blockquote title="
<blockquote title="
<p> レジデント初期研修用資料(旧)" cite="http://medt00lz.s59.xrea.com/blog/archives/2007/11/post_567.html">
</p>
</p>
<p>
何か文章を書く人は、自分の考えかたを記述するための言葉を用意する。やりかたは3 とおり。全て自分で用意するか、既製品を借りてくるのか、それとも言葉を実世界に依存してしまうのか。
</p>
<p>
ある種の強度を持った文章を書く人達は、自分の立ち位置とか、価値判断の基準なんかを全て自前で用意する。
</p>
<p>
要するにそれは、蓄積された過去記事と、背負って育ててきた自分の名前。そこに長く居ること、ぶれない立ち位置を保ちつづけていることは、それ自体が「強度」を担保してくれる。
</p>
<p>
価値記述を実世界に依存するやりかたというのは、要するにその人の経験であったり、その人しか知らないニュースであったり。
</p>
<p>
たとえその人の文章が流暢でなかったり、あるいは読みにくいものであったとしても、その人が体験した出来事とか、実世界で蓄積した経験が他に得がたいものであるなら、その人の言葉は否応なく力を持つし、きっと多くの人に届く。
</p>
<p>
言葉は激しいのに力を持たない、文章は怒りに満ちて、罵詈雑言の限りを尽くして何かを叩いているのに、それを読んでもこちらの感情が動かない、そんな文章はたいていの場合、既製の立ち位置。
</p>
<p>
どこかで見たような立ち位置の人が、既知の価値判断に基づいて、何かを叩く。
</p>
<p>
強度というのは、未知の判断を行う場所に発生する。
</p>
<p>
「借り物」から強度を生むのは難しくて、それにはどうしても、自分ならではの判断とか、その人独自の立ち位置なんかが欠かせない。ネット世間では時々、「文章をコピーして広めましょう」なんて運動が起きるけれど、文章は、コピーが行われ、それを書いた人の立ち位置から離れた時点で強度を失う。コピーされた文章は、だからたとえ目に入ったところで伝わらない。
</p>
<p>
<cite><a href="http://medt00lz.s59.xrea.com/blog/archives/2007/11/post_567.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://medt00lz.s59.xrea.com/blog/archives/2007/11/post_567.html', '\n 言葉の強度について &#8211; レジデント初期研修用資料(旧)');" target="_blank"><br /> 言葉の強度について &#8211; レジデント初期研修用資料(旧)</a></cite>
</p>

View File

@ -2,47 +2,44 @@
title: ルールを学ぶのはルール違反をするためだ!
author: kazu634
date: 2007-12-06T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
 <a href="http://www.lifehack.org/articles/productivity/improvise-like-a-jazz-musician.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.lifehack.org/articles/productivity/improvise-like-a-jazz-musician.html', 'Improvise Like a Jazz Musician');" target="_blank">Improvise Like a Jazz Musician</a><i><a href="http://d.hatena.ne.jp/asin/1841955701" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/1841955701', 'Beneath the Underdog');">Beneath the Underdog</a></i>を題材として、生産性を高める方法について解説した記事が書かれていました。この<i><a href="http://d.hatena.ne.jp/asin/1841955701" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/1841955701', 'Beneath the Underdog');">Beneath the Underdog</a></i>はCharles Mingusというジャズの凄い人についての伝記らしいです。
</p>
<p>
 気になったのは以下の部分。
</p>
<blockquote title="Page not found - Lifehack" cite="http://www.lifehack.org/articles/productivity/improvise-like-a-jazz-musician.html">
<p>
Learn the rules so you can break them: It&#8217;s hard to explain what the difference between someone who doesn&#8217;t know the rules and someone who knows them and breaks them is &#8212; but we know it when we hear (or see) it. [&#8230;] There&#8217;s nothing sloppy or naive about his compositions, even when they break all the rules &#8212; Mingus knew the rules well enough to know why they <i>had</i> to be broken.
</p>
<p>
<center>
拙訳
</center>
</p>
<p>
ルールを破るためにルールを学べ: ルールを知らない人と、ルールを知っていて破っている人との違いを説明するのは難しい &#8212; でも、その人の作品を聴けば(もしくは見れば)わかるんだ。ルールをみんな破っていたにもかかわらず、彼の音楽にはどこもずれたところや無知なところがなかった &#8212; Mingusはルールを十分によく知っていたから、なぜルールを破らなければならないのか、理由を知っていたんだ。
</p>
<p>
<cite><a href="http://www.lifehack.org/articles/productivity/improvise-like-a-jazz-musician.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.lifehack.org/articles/productivity/improvise-like-a-jazz-musician.html', 'Improvise Like a Jazz Musician');" target="_blank">Improvise Like a Jazz Musician</a></cite>
</p>
</blockquote>
<p>
やっぱり、ルールをエクセレントに違反することがかっこいいのではないかと思う。
</p>
<ul>
<li>
参考 <ul>
@ -52,15 +49,15 @@ tags:
</ul>
</li>
</ul>
<div class="hatena-asin-detail">
<a href="http://www.amazon.co.jp/dp/1841955701/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/1841955701/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/51A2CFZ96YL._SL160_.jpg" class="hatena-asin-detail-image" alt="Beneath the Underdog" title="Beneath the Underdog" /></a></p>
<a href="http://www.amazon.co.jp/dp/1841955701/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/1841955701/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/51A2CFZ96YL._SL160_.jpg" class="hatena-asin-detail-image" alt="Beneath the Underdog" title="Beneath the Underdog" /></a></p>
<div class="hatena-asin-detail-info">
<p class="hatena-asin-detail-title">
<a href="http://www.amazon.co.jp/dp/1841955701/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/1841955701/?tag=hatena_st1-22&ascsubtag=d-7ibv', 'Beneath the Underdog');">Beneath the Underdog</a>
</p>
<ul>
<li>
<span class="hatena-asin-detail-label">作者:</span> <a href="http://d.hatena.ne.jp/keyword/Charles%20Mingus" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/Charles%20Mingus', 'Charles Mingus');" class="keyword">Charles Mingus</a>
@ -79,7 +76,7 @@ tags:
</li>
</ul>
</div>
<div class="hatena-asin-detail-foot">
</div>
</div>

View File

@ -2,91 +2,88 @@
title: 『非属の才能 (光文社新書)』で気になった部分
author: kazu634
date: 2007-12-24T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
 「日本というのは同調圧力が強い」というようなことはよく言われていますが、「そうした同調圧力に屈しない人たちに向けて書かれた本」ということになるのだと思います。出だしが、
</p>
<blockquote>
<p>
「才能というものは、&#8221;どこにも属せない感覚&#8221;の中にこそある」
</p>
</blockquote>
<p>
とぶちあげています。
</p>
<p>
 おもしろいと感じたのは学校についてかかれた部分:
</p>
<blockquote>
<p>
学校は、人生でもっとも同調圧力が強い閉塞空間だろう。
</p>
<p>
「これが正解」「これが普通」「これが当たり前」「これが常識」という同調を、教師は毎日これでもかと言うほど生徒に押しつけてくる。
</p>
<p>
やっかいなのは、それが生徒のためだと教師たちが本気で信じ込んでいることだ。完全に協調と同調を混同してしまっている。
</p>
<p>
また、教育における評価方法を、上限のない加点法ではなく、「100点」「優」といった上限からマイナスしていく減点法が主流のため、積極的に人と違うことにチャレンジするより、とりあえず人と同じことをしていた方が原点を最小限にとどめることができ、無難に生きていける。
</p>
</blockquote>
<p>
減点法ってこんな弊害があったのかとはっとしました。先生になる人って規範的(?)というのでしょうか、そうした傾向の強い人が多いようには確かに思います。ただ、自分の先輩で先生になった人はここで書かれている傾向がめちゃくちゃ強い人がいました。大学院では「新しいこと」を言うために勉強に来ているのに、なぜか既存のことしか言わない。それでいいと思っている。修論の締め切りが迫ってどうにもならない時期に先生方に「新しいことが言えません」と言い、叱りとばされる。それにも関わらず、大学院修了の際に優秀な学生として奨学金の免除を申請するために先生からハンコをいただこうとする。自分の中にある基準が絶対だと勘違いしていて、それに合わないものを認めない。先生という職業は絶対に避けようと心に決めたのは、この先輩のおかげです。
</p>
<p>
 先生になる人って、次のような意識が必要なんじゃないのかなと思う。
</p>
<blockquote>
<p>
「自分の価値観は自分の世代で終わり。自分の人生は支えてくれたかもしれないが、子供の人生は子供が考えるものだから邪魔はしない」
</p>
</blockquote>
<p>
この本の中で一番良い部分だと思うのはここ:
</p>
<blockquote>
<p>
東京の下町でテレビのロケをしているとき、公園で一輪車の練習をしている少女に出会った。その一輪車はおばあちゃんからのクリスマスプレゼントで、少女は出かける際におばあちゃんからこういわれたらしい。
</p>
<p>
「いっぱい転んできな」
</p>
<p>
少女は失敗に負けない明るい大人になるだろう。
</p>
</blockquote>
<div class="hatena-asin-detail">
<a href="http://www.amazon.co.jp/dp/4334034292/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4334034292/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/31FLxXxXLOL._SL160_.jpg" class="hatena-asin-detail-image" alt="非属の才能 (光文社新書)" title="非属の才能 (光文社新書)" /></a></p>
<a href="http://www.amazon.co.jp/dp/4334034292/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4334034292/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/31FLxXxXLOL._SL160_.jpg" class="hatena-asin-detail-image" alt="非属の才能 (光文社新書)" title="非属の才能 (光文社新書)" /></a></p>
<div class="hatena-asin-detail-info">
<p class="hatena-asin-detail-title">
<a href="http://www.amazon.co.jp/dp/4334034292/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4334034292/?tag=hatena_st1-22&ascsubtag=d-7ibv', '非属の才能 (光文社新書)');">非属の才能 (光文社新書)</a>
</p>
<ul>
<li>
<span class="hatena-asin-detail-label">作者:</span> <a href="http://d.hatena.ne.jp/keyword/%BB%B3%C5%C4%CE%E8%BB%CA" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/%BB%B3%C5%C4%CE%E8%BB%CA', '山田玲司');" class="keyword">山田玲司</a>
@ -108,7 +105,7 @@ tags:
</li>
</ul>
</div>
<div class="hatena-asin-detail-foot">
</div>
</div>

View File

@ -2,45 +2,42 @@
title: 道具に振り回されずに
author: kazu634
date: 2007-12-24T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
 「<a href="http://lifehacking.jp/2007/12/to-be-a-better-ilfehacker-7/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://lifehacking.jp/2007/12/to-be-a-better-ilfehacker-7/', '&#091;L&#093; 一歩進んだライフハックへ (7) 自動的に忘れる仕組み作り | Lifehacking.jp');" target="_blank">&#91;L&#93; 一歩進んだライフハックへ (7) 自動的に忘れる仕組み作り | Lifehacking.jp</a>」でLifehackが究極的に目指すところについてこんなことが書いてありました。
</p>
<blockquote title="[L] title | Lifehacking.jp" cite="http://lifehacking.jp/2007/12/to-be-a-better-ilfehacker-7/">
<p>
ライフハックの究極の目標が、この道具が手の一部分となって消えてゆくことにあることを意識すること。これがライフハックに振り回されるのではなく、それを駆使する人との違いとなってゆくのではないかと、今は思うようになっています。
</p>
<p>
<cite><a href="http://lifehacking.jp/2007/12/to-be-a-better-ilfehacker-7/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://lifehacking.jp/2007/12/to-be-a-better-ilfehacker-7/', '&#091;L&#093; 一歩進んだライフハックへ (7) 自動的に忘れる仕組み作り | Lifehacking.jp');" target="_blank">&#91;L&#93; 一歩進んだライフハックへ (7) 自動的に忘れる仕組み作り | Lifehacking.jp</a></cite>
</p>
</blockquote>
<p>
 英語を勉強するときにも、同じようなことを受験英語の神様といわれた駿台の伊藤和夫先生という方はおっしゃっていました。意識しなければ使うことのできない英文法を無意識に使えるようになること、『<a href="http://d.hatena.ne.jp/asin/4327764124" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/4327764124', '英文解釈教室 改訂版');">英文解釈教室 改訂版</a>』の究極の目標はこの本が必要なくなることだと前書きで書いていたかと思います。
</p>
<p>
 この本がなければ、あやふやなままで英語を読んでいて、そのことにすら気づいていない状態だっただろうなぁ。2chとかはあまり信用しないという人も多いけれど、多くの人が支持し続けるような本は普遍性のある、「ためになる」本ではないかと思う。<span class="footnote"><a href="/sirocco634/#f1" name="fn1" title="とはいいつつも今時の受験生にこの本を読むことを勧めても、はっきりいって何の意味があるのかもわからずにやらされる苦行のようにしか思えないのではないかと思うのだけれど">*1</a></span>
</p>
<div class="hatena-asin-detail">
<a href="http://www.amazon.co.jp/dp/4327764124/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4327764124/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/41Q8qS6WC%2BL._SL160_.jpg" class="hatena-asin-detail-image" alt="英文解釈教室 改訂版" title="英文解釈教室 改訂版" /></a></p>
<a href="http://www.amazon.co.jp/dp/4327764124/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4327764124/?tag=hatena_st1-22&ascsubtag=d-7ibv', '');"><img src="https://images-na.ssl-images-amazon.com/images/I/41Q8qS6WC%2BL._SL160_.jpg" class="hatena-asin-detail-image" alt="英文解釈教室 改訂版" title="英文解釈教室 改訂版" /></a></p>
<div class="hatena-asin-detail-info">
<p class="hatena-asin-detail-title">
<a href="http://www.amazon.co.jp/dp/4327764124/?tag=hatena_st1-22&ascsubtag=d-7ibv" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.amazon.co.jp/dp/4327764124/?tag=hatena_st1-22&ascsubtag=d-7ibv', '英文解釈教室 改訂版');">英文解釈教室 改訂版</a>
</p>
<ul>
<li>
<span class="hatena-asin-detail-label">作者:</span> <a href="http://d.hatena.ne.jp/keyword/%B0%CB%C6%A3%CF%C2%C9%D7" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/keyword/%B0%CB%C6%A3%CF%C2%C9%D7', '伊藤和夫');" class="keyword">伊藤和夫</a>
@ -62,7 +59,7 @@ tags:
</li>
</ul>
</div>
<div class="hatena-asin-detail-foot">
</div>
</div>

View File

@ -2,8 +2,6 @@
title: ここら辺、同感
author: kazu634
date: 2007-12-29T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
@ -15,7 +13,7 @@ tags:
<p>
前向きな奴、上昇志向の奴は理念を練るフェーズが終わったら「口よりも手や体を動かす」って言う単純なことが原因だとやっと分かってきた。本当に結果を出したがる奴らは、座ったままで文句と反論ばかり言ってる奴にさっさと見切りをつけてる。そんな連中と言葉を交わす時間があったら、
</p>
<ul>
<li>
動く
@ -24,11 +22,11 @@ tags:
話の分かる奴限定で話す
</li>
</ul>
<p>
どっちか。一方で、手も体も動かさない奴は、次々と標的を探して粘着を続ける。何が起きるか。
</p>
<ul>
<li>
前向きな奴は後ろ向きな奴をあしらうスキルが育たない(それでいいと思っている)
@ -37,15 +35,15 @@ tags:
後ろ向きな奴は前向きな奴の足を引っ張るスキルが育つ(それがとてもうれしいと感じている)
</li>
</ul>
<p>
そういうこと。ネット以前では前者しかスポットライトが当たらなかった。後者はそもそも前向きな奴にぶつかるのは半径5mくらいだったから、増長しなかった。今は汚い姿をさらしながら結構増えてるな。
</p>
<p>
そういうわけで、「立派な反論を書き上げている奴に、あまり時間を取られるな」これが2008年のスローガン。
</p>
<p>
<cite><a href="http://anond.hatelabo.jp/20071229092111" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://anond.hatelabo.jp/20071229092111', 'はてダのトップが暗い理由が分かってきた');" target="_blank">はてダのトップが暗い理由が分かってきた</a></cite>
</p>

View File

@ -2,19 +2,16 @@
title: 研究者としての資質
author: kazu634
date: 2007-12-31T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:
- book
---
<div class="section">
<p>
 <a href="http://d.hatena.ne.jp/asin/4480063617" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://d.hatena.ne.jp/asin/4480063617', 'フューチャリスト宣言 (ちくま新書)');">フューチャリスト宣言 (ちくま新書)</a>より:
</p>
<blockquote>
<p>
この話との関連で言えば、大学院の入試の時に、研究者としての資質を見る方法があるということに最近気づいたんです。学生によっては、「学部で習ったことはきちんと理解できています」とか言って数式を解いてみせる人がいるんだけれど、そういう人はまずダメで研究者になる資質を持っている人というのは、野次馬的にいろんな方面に興味を持っている人だと思う。それは脳科学の「心の理論」すなわち、他者の心を読み取ったり、あるいは共感する能力と関係している。共感力とは、とんがった知性においても大事です。みんなが興味を持っていることに野次馬的な関心を持っている人は資質が高いです。

View File

@ -2,8 +2,6 @@
title: 『ガルシアへの手紙』
author: kazu634
date: 2008-01-13T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 就職する理由
author: kazu634
date: 2008-01-14T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: これも強烈だな
author: kazu634
date: 2008-01-14T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 我々は変化の激しい世界に生きている?
author: kazu634
date: 2008-01-20T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 前提を常に疑え!
author: kazu634
date: 2008-01-21T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: なんか凄い納得した
author: kazu634
date: 2008-01-22T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 『数学でつまずくのはなぜか (講談社現代新書)』
author: kazu634
date: 2008-01-26T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -1,13 +1,11 @@
---
title: 映画・『シルク』
date: 2008-01-28T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Misc
tags:
- movie
---
<div class="section">
<p>

View File

@ -2,8 +2,6 @@
title: 基本を知らなければ痛い目に遭う!
author: kazu634
date: 2008-02-10T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: こいつは最恐のアドバイスだ
author: kazu634
date: 2008-02-16T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 土台をきちんと築いていこう!
author: kazu634
date: 2008-02-18T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 'Paul Graham: Six Principles for Making New Things'
author: kazu634
date: 2008-02-25T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 気になった文章
author: kazu634
date: 2008-03-12T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 気になった文章
author: kazu634
date: 2008-03-12T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -1,8 +1,7 @@
---
title: サン・テグジュペリが撃墜されていたことが確認される
date: 2008-03-17T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Misc
tags:

View File

@ -2,8 +2,6 @@
title: 現実はこうなのだろう…こんな努力も必要。でも良いものを作っていきたいな
author: kazu634
date: 2008-03-20T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: コモディティにはなるな
author: kazu634
date: 2008-04-16T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: その人が何をやっているのかをきちんと見ること
author: kazu634
date: 2008-04-16T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 本気で怒る人、本気で喜ぶ人
author: kazu634
date: 2008-04-25T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: Jobsの言葉
author: kazu634
date: 2008-04-26T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 『宮大工の人育て (祥伝社新書 104)』
author: kazu634
date: 2008-04-30T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 気になった文章
author: kazu634
date: 2008-05-16T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 他人の視線を意識する
author: kazu634
date: 2008-05-24T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 汗をかく人
author: kazu634
date: 2008-05-31T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 人は誰でも
author: kazu634
date: 2008-06-11T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 謙虚さとか
author: kazu634
date: 2008-06-14T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: やるべきことはやれるときにやる
author: kazu634
date: 2008-06-20T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -1,13 +1,11 @@
---
title: 「絵の力 延長された顔」のサマリー
date: 2008-06-22T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Misc
tags:
- seminar
---
<div class="section">
<p>

View File

@ -2,8 +2,6 @@
title: インフラ認定されちゃうと…
author: kazu634
date: 2008-07-05T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: The Last Lectureを読んで気になった部分暫定的
author: kazu634
date: 2008-07-13T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: The Last Lectureで気になった部分
author: kazu634
date: 2008-07-29T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -1,13 +1,11 @@
---
title: 『夜と星と風の物語』@Theatre1010を観てきた
date: 2008-08-02T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Misc
tags:
- movie
---
<div class="section">
<p>

View File

@ -2,8 +2,6 @@
title: 『数学ガール フェルマーの最終定理 (数学ガールシリーズ 2)』で気になった部分
author: kazu634
date: 2008-08-09T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 『BEST SOFTWARE WRITING』を読んで気になった部分
author: kazu634
date: 2008-08-28T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 学びについて
author: kazu634
date: 2008-09-15T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 『下流志向──学ばない子どもたち、働かない若者たち』で気になった部分
author: kazu634
date: 2008-09-15T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 気になった文章
author: kazu634
date: 2008-09-21T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 根性だけは負けません
author: kazu634
date: 2008-09-25T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: Pressure is a fuel!
author: kazu634
date: 2008-09-28T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: Working smart involves identifying the things you need to do …
author: kazu634
date: 2008-09-28T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 気になった言葉
author: kazu634
date: 2008-10-06T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 「証拠」の時代
author: kazu634
date: 2008-10-12T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2008年 10/30号 [雑誌]』で気になった部分'
author: kazu634
date: 2008-10-26T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 『下流志向──学ばない子どもたち、働かない若者たち』で気になった部分
author: kazu634
date: 2008-10-26T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 気になったところ
author: kazu634
date: 2008-11-01T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2008年 11/13号 [雑誌]』で気になった部分'
author: kazu634
date: 2008-11-08T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 「暇人\(o)/速報 年齢を重ねてわかったこと」から気になった部分
author: kazu634
date: 2008-11-20T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2008年 12/11号 [雑誌]』で気になった部分'
author: kazu634
date: 2008-11-29T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: どんだけアカポスって恐ろしいんだ…
author: kazu634
date: 2008-11-29T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 専門家のあり方
author: kazu634
date: 2008-12-01T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 『やる気のスイッチ! (Sanctuary books)』で気になった部分
author: kazu634
date: 2008-12-01T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 気になった部分
author: kazu634
date: 2008-12-05T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: あるアドバイスが効力を発揮するには適切な段階というものがあるんだよ
author: kazu634
date: 2008-12-05T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: The best in the world simplify complex subjects!
author: kazu634
date: 2008-12-07T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: ノートにうまくまとめることができる人は、頭の中も理路整然と整理されている
author: kazu634
date: 2008-12-11T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: エンジニアリングができる人はエンジニアの気持ちにしかなれない
author: kazu634
date: 2008-12-11T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 失敗しないで成功したやつなんているの?
author: kazu634
date: 2008-12-13T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: ちょっとしたものに将来の可能性を感じるのも、子供の特徴だ。
author: kazu634
date: 2008-12-13T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: Education is about opening doors for people and showing them rooms that that would otherwise be hidden.
author: kazu634
date: 2008-12-13T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: Stop acting as if life is a rehersal.
author: kazu634
date: 2008-12-13T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 綺麗な答え
author: kazu634
date: 2008-12-14T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 'BRUTUS (ブルータス) 2009年 1/15号 [雑誌]で気になった部分'
author: kazu634
date: 2008-12-20T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 'Sports Graphic Number (スポーツ・グラフィック ナンバー) 2008年 12/25号 [雑誌]で気になった部分'
author: kazu634
date: 2008-12-20T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -1,13 +1,11 @@
---
title: ロードバイク、買っちゃいました
date: 2009-01-04T15:04:05Z
author:
- kazu634
author: kazu634
categories:
- Misc
tags:
- cycling
---
<div class="section">
<p>

View File

@ -2,8 +2,6 @@
title: 『はたらきたい。』
author: kazu634
date: 2009-02-07T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: '『Sports Graphic Number (スポーツ・グラフィック ナンバー) 2009年 2/19号 [雑誌]』よりオシムのインタビュー記事'
author: kazu634
date: 2009-02-11T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: Successful people arent people who conquered fear, theyre people who faced fear.
author: kazu634
date: 2009-02-14T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

View File

@ -2,8 +2,6 @@
title: 『選び抜く力 (角川oneテーマ21)』
author: kazu634
date: 2009-03-21T15:04:05Z
author:
- kazu634
categories:
- Quotes
tags:

Some files were not shown because too many files have changed in this diff Show More