<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>blog.tmtk.net</title><description>tmtk75 のガジェット、テック、机セットアップ、雑談、ソフトウェアエンジニアリングの記録。</description><link>https://blog.tmtk.net/</link><item><title>PREDUCTS デスク レビュー：ウォールナット天板 + FlexiSpot E7脚で組んだ140cm</title><link>https://blog.tmtk.net/blog/desk-setup-v1/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/desk-setup-v1/</guid><description>PREDUCTSのウォールナット天板とFlexiSpot E7昇降脚で140cmデスクを組みました。天板の質感、昇降の安定感、組み立てのリアルを書いています。</description><pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate></item><item><title>How to install chef server on ubuntu-11.10 using apt-get</title><link>https://blog.tmtk.net/blog/old/2012-05-02-chef_server_installation_on_ubuntu-1110/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-02-chef_server_installation_on_ubuntu-1110/</guid><description>NOTE a new post is here, Set up chef-server on EC2 with Ubuntu 12.04 [Chef][chef-home] is one of configuration management system, but it seems hard...</description><pubDate>Wed, 02 May 2012 20:22:19 GMT</pubDate></item><item><title>How to install chef server on CentOS-6.2 using yum</title><link>https://blog.tmtk.net/blog/old/2012-05-05-chef_server_installation_on_centos-62/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-05-chef_server_installation_on_centos-62/</guid><description>I posted how to set up chef server on ubuntu-11.10. CentOS is a popular Linux distributions. I&apos;ll describe how to set it up step by step, too....</description><pubDate>Sat, 05 May 2012 15:03:55 GMT</pubDate></item><item><title>Chef server installation for ubuntu-12.04</title><link>https://blog.tmtk.net/blog/old/2012-05-06-chef_server_installation_for_ubuntu-1204/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-06-chef_server_installation_for_ubuntu-1204/</guid><description>ubuntu-12.04 was released. I tried setting up chef server on it. It was almost same except for ruby&apos;s version. I didn&apos;t see the package...</description><pubDate>Sun, 06 May 2012 01:15:59 GMT</pubDate></item><item><title>knockout.meteor-demo</title><link>https://blog.tmtk.net/blog/old/2012-05-09-knockoutmeteor-demo/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-09-knockoutmeteor-demo/</guid><description>I love knockout as a MVVM framework of JavaScript. meteor doesn&apos;t support knockout yet, but I found a good bridge, knockout.meteor. It&apos;s really good...</description><pubDate>Wed, 09 May 2012 07:38:21 GMT</pubDate></item><item><title>An oneliner for git</title><link>https://blog.tmtk.net/blog/old/2012-05-10-onliner_for_git/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-10-onliner_for_git/</guid><description>An one-liner to get the current revision.</description><pubDate>Thu, 10 May 2012 09:24:11 GMT</pubDate></item><item><title>SimpLESS</title><link>https://blog.tmtk.net/blog/old/2012-05-11-simpless/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-11-simpless/</guid><description>SimpLESS is a generator for LESS. It looks nice, and is written by titanium. The source code is hosted on github.</description><pubDate>Fri, 11 May 2012 18:14:04 GMT</pubDate></item><item><title>node-canvas is awesome!</title><link>https://blog.tmtk.net/blog/old/2012-05-20-node-canvas_is_awesome/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-20-node-canvas_is_awesome/</guid><description>I&apos;ve found, finally, the library I&apos;ve wanted in order to use &amp;lt;canvas&gt; on nodejs. node-canvas</description><pubDate>Sun, 20 May 2012 11:39:53 GMT</pubDate></item><item><title>Rewrite JUMLY&apos;s site on Node.js from Ruby</title><link>https://blog.tmtk.net/blog/old/2012-05-22-rewrite_jumly_on_nodejs/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-22-rewrite_jumly_on_nodejs/</guid><description>[JUMLY][jumly] is a JavaScript library product I&apos;ve been improving these years. The core is written in coffee-script, but the site was originally...</description><pubDate>Tue, 22 May 2012 09:37:29 GMT</pubDate></item><item><title>How to use including file in jade template of express</title><link>https://blog.tmtk.net/blog/old/2012-05-26-how_to_use_including_file_in_jade_template/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-26-how_to_use_including_file_in_jade_template/</guid><description>We defaultly cannot use &quot;require&quot; function of Node.js in jade template of express. If we want to embed an external file in markdown, we cannot. Then,...</description><pubDate>Sat, 26 May 2012 07:12:14 GMT</pubDate></item><item><title>How to load YAML in Node.js</title><link>https://blog.tmtk.net/blog/old/2012-05-27-how_to_load_yaml_in_nodejs/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-05-27-how_to_load_yaml_in_nodejs/</guid><description>I think js-yaml is a good library for loading YAML in Node.js Let&apos;s say your yaml file is as &quot;your.yml&quot;, In your .js code,</description><pubDate>Sun, 27 May 2012 17:08:52 GMT</pubDate></item><item><title>bitly API was changed to v3, and legacy API went wrong...</title><link>https://blog.tmtk.net/blog/old/2012-06-03-bitlyapichanged/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-06-03-bitlyapichanged/</guid><description>I realized my webapp couldn&apos;t show shoten URL now. It seems bitly API returns errorCode 500 when I see the response with Developer Tools of Webkit....</description><pubDate>Sun, 03 Jun 2012 11:41:55 GMT</pubDate></item><item><title>git tips</title><link>https://blog.tmtk.net/blog/old/2012-07-01-git_tips_1/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-07-01-git_tips_1/</guid><description>I&apos;ll show some tips like usage, configuration and thought of mine for git. First of all, it&apos;s better to configure aliases with with ~/.gitconfig...</description><pubDate>Sun, 01 Jul 2012 08:46:24 GMT</pubDate></item><item><title>Indentation with Jackson in springframework using annotation configuration</title><link>https://blog.tmtk.net/blog/old/2012-07-03-indentation_with_jackson_in_spring_using_annotation_configuration/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-07-03-indentation_with_jackson_in_spring_using_annotation_configuration/</guid><description>ObjectMapper of jackson has a feature to make indent when deserializing as JSON. Here is a way to use it on springframework. A keen colleague who is...</description><pubDate>Tue, 03 Jul 2012 10:47:20 GMT</pubDate></item><item><title>visitor pattern in generics of Java</title><link>https://blog.tmtk.net/blog/old/2012-07-03-visitor_pattern_in_generics/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-07-03-visitor_pattern_in_generics/</guid><description>Make an visitor interface for an type, Entity. It has two generics types for return-type and optional parameter type. Let&apos;s say Entity is like this...</description><pubDate>Tue, 03 Jul 2012 10:30:21 GMT</pubDate></item><item><title>Notation of JSON in Java for test</title><link>https://blog.tmtk.net/blog/old/2012-07-04-write_json_in_java_for_test/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-07-04-write_json_in_java_for_test/</guid><description>A few helper static methods provide pretty good readability in Java for JSON literal. It&apos;s a bit problem that cannot contain &quot;&apos;&quot; in each value though...</description><pubDate>Wed, 04 Jul 2012 15:59:43 GMT</pubDate></item><item><title>move,resize,maximize and fullscreen with keyboard on MacOSX</title><link>https://blog.tmtk.net/blog/old/2012-07-11-move/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-07-11-move/</guid><description>- ⌘+^+F : Shortcut to fullscreen for any application - MercuryMover (100uses demo)</description><pubDate>Wed, 11 Jul 2012 08:06:46 GMT</pubDate></item><item><title>Testcase using tentative ApplicationContext of springframework</title><link>https://blog.tmtk.net/blog/old/2012-07-16-applicationcontext_for_springframework/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-07-16-applicationcontext_for_springframework/</guid><description>When you use springframework, you make an AppliactionContext for production, but you may sometimes want other ApplicationContext for test cases. Then...</description><pubDate>Mon, 16 Jul 2012 12:44:25 GMT</pubDate></item><item><title>comment of hive script</title><link>https://blog.tmtk.net/blog/old/2012-07-20-comment_of_hive_script/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-07-20-comment_of_hive_script/</guid><description>Double-hyphen -- like this, -- Set up Apache log table -- @author Tomotaka Sakuma ADD JAR ./target/apachelog_serde-0.1.0-SNAPSHOT.jar CREATE TABLE...</description><pubDate>Fri, 20 Jul 2012 17:40:11 GMT</pubDate></item><item><title>One of simple ways to package executable single jar with maven</title><link>https://blog.tmtk.net/blog/old/2012-08-08-one_of_simple_ways_to_package_executable_single_jar_with_maven/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-08-08-one_of_simple_ways_to_package_executable_single_jar_with_maven/</guid><description>It&apos;s using two plugins, jar and shade. And then just type such as What a simple way :)</description><pubDate>Wed, 08 Aug 2012 10:50:54 GMT</pubDate></item><item><title>MacPorts and Command Line Tools for Xcode</title><link>https://blog.tmtk.net/blog/old/2012-08-19-macports-upgrade/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-08-19-macports-upgrade/</guid><description>What I want to say in this post is &quot;Don&apos;t forget installation of Command Line Tools if you use MacPorts&quot;. I ran into the following error when I...</description><pubDate>Sun, 19 Aug 2012 11:43:00 GMT</pubDate></item><item><title>misunderstanding for remote_file of chef</title><link>https://blog.tmtk.net/blog/old/2012-08-29-1-misunderstanding_for_remote_file_of_chef/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-08-29-1-misunderstanding_for_remote_file_of_chef/</guid><description>I&apos;ve misunderstood about remote_file of chef as itself is deprecated. The deprecated purpose is use of retrieving file under cookbooks. To get remote...</description><pubDate>Wed, 29 Aug 2012 07:50:15 GMT</pubDate></item><item><title>chef&apos;s definition to download tarball</title><link>https://blog.tmtk.net/blog/old/2012-08-29-2-easy_installation_with_tarball/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-08-29-2-easy_installation_with_tarball/</guid><description>It&apos;s frequent process downloading a tarball from somewhere and extracting it. Here is a definition of chef to do it. Put this under your cookbook as...</description><pubDate>Wed, 29 Aug 2012 08:52:13 GMT</pubDate></item><item><title>git-hub command</title><link>https://blog.tmtk.net/blog/old/2012-09-02-git-hub_command/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-09-02-git-hub_command/</guid><description>It&apos;s not useful to open a file you wish on github.com through web browser from the top page of repository. You have to click and click so much....</description><pubDate>Sun, 02 Sep 2012 21:35:02 GMT</pubDate></item><item><title>disable info logging of pig console</title><link>https://blog.tmtk.net/blog/old/2012-09-04-disable_info_logging_of_pig_console/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-09-04-disable_info_logging_of_pig_console/</guid><description>It&apos;s slightly annoying for logging message every time when using pig console like 2012-09-04 07:56:16,158 [main] INFO org.apache.pig.Main - Apache...</description><pubDate>Tue, 04 Sep 2012 07:53:05 GMT</pubDate></item><item><title>failed to install ruby 1.9.3-p194 with RVM</title><link>https://blog.tmtk.net/blog/old/2012-09-05-failed_to_install_ruby_193-p194/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-09-05-failed_to_install_ruby_193-p194/</guid><description>On MacOS X Mountain Lion 10.8.1, I tried to update ruby to the latest with RVM 1.15.8, I ran into the following error. Seeing the log, it says...</description><pubDate>Wed, 05 Sep 2012 11:27:51 GMT</pubDate></item><item><title>EC2 Instance Types (table format)</title><link>https://blog.tmtk.net/blog/old/2012-09-07-ec2_instance_types/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-09-07-ec2_instance_types/</guid><description>It&apos;s little hard to compare instance type with the original page. I format as to be comparable using table. This information is quoted based on the...</description><pubDate>Fri, 07 Sep 2012 06:56:19 GMT</pubDate></item><item><title>How to change endpoint of EMR with aws-sdk 1.6.5</title><link>https://blog.tmtk.net/blog/old/2012-09-07-how_to_change_endpoint_of_emr_with_aws-sdk_165/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-09-07-how_to_change_endpoint_of_emr_with_aws-sdk_165/</guid><description>Amazon Elastic Mapreduce is available in Japan and other regions apart from US region, but Ruby aws-sdk 1.6.5 doesn&apos;t support those regions. Here is...</description><pubDate>Fri, 07 Sep 2012 14:24:11 GMT</pubDate></item><item><title>brownie 0.1.0</title><link>https://blog.tmtk.net/blog/old/2012-09-25-brownie_010/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-09-25-brownie_010/</guid><description>Sorry! brownie has already unpublished from npm. Let&apos;s use GRUNT. I released a smart npm module, brownie-0.1.0. brownie provides three features. -...</description><pubDate>Tue, 25 Sep 2012 15:43:37 GMT</pubDate></item><item><title>How to access to HDFS of Pseudo-Distributed Hadoop</title><link>https://blog.tmtk.net/blog/old/2012-09-28-how_to_access_to_hdfs_of_pseudo-distributed_hadoop/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-09-28-how_to_access_to_hdfs_of_pseudo-distributed_hadoop/</guid><description>There is a way to install hadoop as [Pseudo-Distributed Operation][1]. This is an easy way to try hadoop with one host, but you cannot access to HDFS...</description><pubDate>Fri, 28 Sep 2012 18:33:57 GMT</pubDate></item><item><title>A rake task to convert .markdown to .html</title><link>https://blog.tmtk.net/blog/old/2012-10-02-a_rake_task_to_convert_markdown_to_/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-10-02-a_rake_task_to_convert_markdown_to_/</guid><description>A helpful rake task snippet, which is configured for generating README.html from README.md. - bootstrap 2.1.1 - table of contents using jquery - haml...</description><pubDate>Tue, 02 Oct 2012 15:13:25 GMT</pubDate></item><item><title>How to use hstore of postgreslq-9.0 with MacPorts</title><link>https://blog.tmtk.net/blog/old/2012-10-04-how_to_use_hstore_of_postgreslq-90_with_macports/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-10-04-how_to_use_hstore_of_postgreslq-90_with_macports/</guid><description>hstore is contained in the archive of source for postgresql, but MacPorts doesn&apos;t provide it as is. You need to change the Portfile of postgresql90....</description><pubDate>Thu, 04 Oct 2012 09:48:29 GMT</pubDate></item><item><title>open console for SQL on heroku</title><link>https://blog.tmtk.net/blog/old/2012-10-05-open_console_for_sql_on_heroku/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-10-05-open_console_for_sql_on_heroku/</guid><description>Use heroku-sql-console.</description><pubDate>Fri, 05 Oct 2012 11:45:54 GMT</pubDate></item><item><title>node-jquery which supports dom, jquery and xhr on node</title><link>https://blog.tmtk.net/blog/old/2012-10-09-node-jquery_which_supports_jquery_and_xhr_on_node/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-10-09-node-jquery_which_supports_jquery_and_xhr_on_node/</guid><description>I wrote a node module to support dom, jquery and xhr. node-jquery You can use many jQuery methods including $.ajax and use jQuery&apos;s selector. Here is...</description><pubDate>Tue, 09 Oct 2012 18:25:08 GMT</pubDate></item><item><title>How to override attributes at runtime using chef-solo</title><link>https://blog.tmtk.net/blog/old/2012-10-16-how_to_override_attributes_at_runtime_using_chef-solo/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-10-16-how_to_override_attributes_at_runtime_using_chef-solo/</guid><description>chef-solo allows overriding attributes at the runtime with options which is given a json. It usually is used for declaring like this. Then you can...</description><pubDate>Tue, 16 Oct 2012 14:50:14 GMT</pubDate></item><item><title>How to extract rpm without installation</title><link>https://blog.tmtk.net/blog/old/2012-10-22-how_to_extract_rpm_without_installation/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-10-22-how_to_extract_rpm_without_installation/</guid><description>$ rpm2cpio your.rpm | cpio -idmv This makes installation image at the current directory.</description><pubDate>Mon, 22 Oct 2012 15:41:49 GMT</pubDate></item><item><title>Installation of ruby with rvm to be available of chef-solo</title><link>https://blog.tmtk.net/blog/old/2012-10-24-installation_of_ruby_with_rvm_as_using_chef-solo/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-10-24-installation_of_ruby_with_rvm_as_using_chef-solo/</guid><description>Everytime I set up ruby on a new machine, I forget how to install chef-solo works well. I&apos;ll memorize it. As , but without Install required libraries...</description><pubDate>Wed, 24 Oct 2012 12:54:20 GMT</pubDate></item><item><title>Installation of postgresql-9.x on CentOS6 with yum</title><link>https://blog.tmtk.net/blog/old/2012-10-28-installation_of_postgresql-90_on_centos6_with_rpm/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-10-28-installation_of_postgresql-90_on_centos6_with_rpm/</guid><description>prepare yum settings. Please add in section of /etc/yum.repos.d/CentOS-Base.repo. Let&apos;s say you will install v9.0, and if you want 9.1 or 9.2, simply...</description><pubDate>Sun, 28 Oct 2012 08:14:26 GMT</pubDate></item><item><title>Invoke the recipe of chef you want whereever you want</title><link>https://blog.tmtk.net/blog/old/2012-11-05-invoke_the_recipe_you_want_whereever_you_want/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-11-05-invoke_the_recipe_you_want_whereever_you_want/</guid><description>You can use &quot;include_recipe&quot; in a recipe if you want to invoke another recipe, but can&apos;t use it in providers and definitions as is. In the case, you...</description><pubDate>Mon, 05 Nov 2012 07:04:53 GMT</pubDate></item><item><title>enable apache2 and PHP5 on MacOSX 10.8.x</title><link>https://blog.tmtk.net/blog/old/2012-11-19-enable_apache2_on_macosx_108x/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-11-19-enable_apache2_on_macosx_108x/</guid><description>MacOSX 10.8 (or maybe other recent ones) already has apache2. You can run it on terminal. If you enable PHP5, you comment off two lines in . They...</description><pubDate>Mon, 19 Nov 2012 16:42:32 GMT</pubDate></item><item><title>Environtment variables for jenkins when script running</title><link>https://blog.tmtk.net/blog/old/2012-11-19-environtment_variables_for_jenkins_when_script_running/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-11-19-environtment_variables_for_jenkins_when_script_running/</guid><description>Jenkins is great and useful as a general job scheduler. In cofiguration pane, you can configure shell script runs and scheduling like cron. Then you...</description><pubDate>Mon, 19 Nov 2012 14:07:07 GMT</pubDate></item><item><title>How see the process listening on a port</title><link>https://blog.tmtk.net/blog/old/2012-11-21-how_see_the_process_listening_on_a_port/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-11-21-how_see_the_process_listening_on_a_port/</guid><description>I remember and option, but I always forgot &apos;:&apos;.</description><pubDate>Wed, 21 Nov 2012 11:05:44 GMT</pubDate></item><item><title>Your key with fingerprint ... is not authorized to access ... on heroku</title><link>https://blog.tmtk.net/blog/old/2012-11-22-your_key_with_fingerprint__is_not_authorized_to_access__on_heroku/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-11-22-your_key_with_fingerprint__is_not_authorized_to_access__on_heroku/</guid><description>If you use multiple accounts of heroku, you may run into next error. It&apos;s a bit troublesome to use multiple accounts of heroku. To avoid, follow the...</description><pubDate>Thu, 22 Nov 2012 12:09:56 GMT</pubDate></item><item><title>JUMLY v0.1.0-beta release</title><link>https://blog.tmtk.net/blog/old/2012-11-25-jumly_v010-beta_release/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-11-25-jumly_v010-beta_release/</guid><description>I&apos;m happy to announce JUMLY v0.1.0-beta which is a JavaScript library that you can easily render sequence diagram on your HTML document only loading...</description><pubDate>Sun, 25 Nov 2012 16:00:02 GMT</pubDate></item><item><title>jQuery css return different value for WebKit and Gecko</title><link>https://blog.tmtk.net/blog/old/2012-11-26-jquery_css_may_return_different_value_for_webkit_and_gecko/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-11-26-jquery_css_may_return_different_value_for_webkit_and_gecko/</guid><description>I usually use Google Chrome on MacOSX and develop JUMLY, too. JUMLY didn&apos;t work properly on Firefox yesterday when I released. The reason was the...</description><pubDate>Mon, 26 Nov 2012 22:41:40 GMT</pubDate></item><item><title>JUMLY v0.1.1-beta release</title><link>https://blog.tmtk.net/blog/old/2012-12-07-jumly_v011-beta_release/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-12-07-jumly_v011-beta_release/</guid><description>I have released JUMLY 0.1.1-beta. directive can be used like this: Enjoy, JUMLY!</description><pubDate>Fri, 07 Dec 2012 16:03:22 GMT</pubDate></item><item><title>JUMLY Reference Manual r1</title><link>https://blog.tmtk.net/blog/old/2012-12-10-jumly_reference_manual_r1/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-12-10-jumly_reference_manual_r1/</guid><description>I released Reference Manual r1 for JUMLY sequence diagram directives. I think you can somehow see JUMLY&apos;s feature. JUMLY is a JavaScript library...</description><pubDate>Mon, 10 Dec 2012 08:39:28 GMT</pubDate></item><item><title>basic commands of CLI of MySQL and PostgreSQL</title><link>https://blog.tmtk.net/blog/old/2012-12-18-basic_commands_of_mysql_and_postgresql/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-12-18-basic_commands_of_mysql_and_postgresql/</guid><description>I usually get confused for those commands. It&apos;s my own memo. thead tr, tbody tr:not(:last-child) { border-bottom: solid 1px gray; } thead th, tbody...</description><pubDate>Tue, 18 Dec 2012 08:41:12 GMT</pubDate></item><item><title>LoadError for moneta and the workaround</title><link>https://blog.tmtk.net/blog/old/2012-12-24-loaderror_for_moneta_and_the_workaround/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-12-24-loaderror_for_moneta_and_the_workaround/</guid><description>Using chef-solo 10.16.2, I encountered an error like: It was just after updating all gems with . Suspecting that, I checked the version of moneta...</description><pubDate>Mon, 24 Dec 2012 10:55:04 GMT</pubDate></item><item><title>Release a page &apos;Try JUMLY&apos;, interactive demo</title><link>https://blog.tmtk.net/blog/old/2012-12-29-try_jumly/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2012-12-29-try_jumly/</guid><description>Released an interactive demo page for JUMLY. http://jumly.herokuapp.com/try You can interactively edit a sequence diagram in real time on this page.</description><pubDate>Sat, 29 Dec 2012 23:01:49 GMT</pubDate></item><item><title>An example for express configuration</title><link>https://blog.tmtk.net/blog/old/2013-01-08-an_example_for_express_configuration/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-08-an_example_for_express_configuration/</guid><description>express is a very useful web application framework for node.js. I&apos;m using it for my site for JUMLY. I frequently use it for making a small web app,...</description><pubDate>Tue, 08 Jan 2013 08:14:58 GMT</pubDate></item><item><title>JUMLY v0.1.2b released</title><link>https://blog.tmtk.net/blog/old/2013-01-09-jumly_012b_released/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-09-jumly_012b_released/</guid><description>Released JUMLY v0.1.2b that allows you to use a generic fragment directive. Enjoy JUMLY.</description><pubDate>Wed, 09 Jan 2013 08:59:33 GMT</pubDate></item><item><title>NullPointerException with a Hive script</title><link>https://blog.tmtk.net/blog/old/2013-01-10-nullpointerexception_with_a_hive_script/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-10-nullpointerexception_with_a_hive_script/</guid><description>I encountered a NullPointerException when using hive-0.8.1 on local like: As a result I tried to fix, it was occurred by the place of distinct. At...</description><pubDate>Thu, 10 Jan 2013 08:36:08 GMT</pubDate></item><item><title>directory recursively does not work even for chef-10.16.6</title><link>https://blog.tmtk.net/blog/old/2013-01-11-directory_recursively_does_not_work_even_for_chef-10166/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-11-directory_recursively_does_not_work_even_for_chef-10166/</guid><description>Note: This was my misunderstanding. We can create recursively directories according to a guy on below comment though I&apos;ve not confirmed. ---- You...</description><pubDate>Fri, 11 Jan 2013 09:06:12 GMT</pubDate></item><item><title>could not find module Control.Monad.Writer</title><link>https://blog.tmtk.net/blog/old/2013-01-14-could_not_find_module_controlmonadwriter/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-14-could_not_find_module_controlmonadwriter/</guid><description>I use GHCi version 7.4.2 on MacOSX 10.8.2 and also Haskell Platform. Then, I ran into a next error about importing module. At first, I couldn&apos;t find...</description><pubDate>Mon, 14 Jan 2013 22:43:25 GMT</pubDate></item><item><title>foldr and foldl of Haskell</title><link>https://blog.tmtk.net/blog/old/2013-01-14-foldr_and_foldl_of_haskell/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-14-foldr_and_foldl_of_haskell/</guid><description>A difference of foldr and foldl. It&apos;s easy to understand as thinking like: foldl calculates . foldr does .</description><pubDate>Mon, 14 Jan 2013 15:10:58 GMT</pubDate></item><item><title>A directory layout of node module</title><link>https://blog.tmtk.net/blog/old/2013-01-17-a_directory_layout_of_node_module/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-17-a_directory_layout_of_node_module/</guid><description>I&apos;ve published a few node modules with npm. Then, my own specification is like: - coffee-script can be used for most major scripts - CLI interface...</description><pubDate>Thu, 17 Jan 2013 09:52:27 GMT</pubDate></item><item><title>colon command</title><link>https://blog.tmtk.net/blog/old/2013-01-24-colon_command/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-24-colon_command/</guid><description>I knew colon command from a bash script which one of my colleagues wrote. He uses it because of usage as here document like : [arg2] Change arg1 as...</description><pubDate>Thu, 24 Jan 2013 08:50:16 GMT</pubDate></item><item><title>intercalate is join in Haskell</title><link>https://blog.tmtk.net/blog/old/2013-01-25-intercalate_is_join_in_haskell/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-25-intercalate_is_join_in_haskell/</guid><description>Prelude&gt;:m Data.List Prelude Data.List&gt; putStrLn $ intercalate &quot; &quot; [&quot;Hello&quot;, &quot;World&quot;] Hello World &quot;join&quot; is one of popular names of such function. In...</description><pubDate>Fri, 25 Jan 2013 18:34:54 GMT</pubDate></item><item><title>interoperability between Java and Groovy</title><link>https://blog.tmtk.net/blog/old/2013-01-27-interoperability_between_java_and_groovy/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-27-interoperability_between_java_and_groovy/</guid><description>If you want to invoke a groovy script from Java, you can use [ScriptEngine][scriptengine]. It&apos;s easy to give an initial value as a local variable to...</description><pubDate>Sun, 27 Jan 2013 21:54:32 GMT</pubDate></item><item><title>How to access values between JRuby and Java</title><link>https://blog.tmtk.net/blog/old/2013-01-28-how_to_access_values_between_jruby_and_java/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-28-how_to_access_values_between_jruby_and_java/</guid><description>This is a similar post of [the post for Java and Groovy][interopjavagroovy]. [interopjavagroovy]:...</description><pubDate>Mon, 28 Jan 2013 10:40:16 GMT</pubDate></item><item><title>RequestTimeTooSkewed</title><link>https://blog.tmtk.net/blog/old/2013-01-29-awss3errorsrequesttimetooskewed/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-29-awss3errorsrequesttimetooskewed/</guid><description>I ran into an above error, , when I tried to download an object from S3 using aws-sdk of ruby. [2013-01-29T14:34:35+09:00] FATAL:...</description><pubDate>Tue, 29 Jan 2013 14:39:16 GMT</pubDate></item><item><title>Could not open a connection to your authentication agent.</title><link>https://blog.tmtk.net/blog/old/2013-01-29-could_not_open_a_connection_to_your_authentication_agent/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-29-could_not_open_a_connection_to_your_authentication_agent/</guid><description>If you ran into a message &quot;Could not open a connection to your authentication agent.&quot; when type ssh-add, it must be that you don&apos;t have settings for...</description><pubDate>Tue, 29 Jan 2013 11:59:03 GMT</pubDate></item><item><title>Use a Datomic archive for clojure REPL</title><link>https://blog.tmtk.net/blog/old/2013-01-30-use_datomic_for_clojure_repl/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-01-30-use_datomic_for_clojure_repl/</guid><description>NOTE a new post is here, Not datomic but Leiningen for REPL Now clojure&apos;s latest stable version is [1.4.0], and [1.5.0-RC4][1.5.0] is as a beta....</description><pubDate>Wed, 30 Jan 2013 11:43:19 GMT</pubDate></item><item><title>Not datomic but Leiningen for REPL</title><link>https://blog.tmtk.net/blog/old/2013-02-01-not_datomic_but_leiningen_for_repl/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-01-not_datomic_but_leiningen_for_repl/</guid><description>I described Datomic provides a better REPL which we can use command history and line-edit in. Actually, I found a new better one,...</description><pubDate>Fri, 01 Feb 2013 16:39:49 GMT</pubDate></item><item><title>Set up chef-server on EC2 with Ubuntu 12.04</title><link>https://blog.tmtk.net/blog/old/2013-02-01-set_up_chef-server_on_ec2_with_ubuntu-124/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-01-set_up_chef-server_on_ec2_with_ubuntu-124/</guid><description>This post says very useful instruction if you are a beginner for AWS EC2 or chef and you&apos;d like to set up a chef-server on Amazon EC2. Because this...</description><pubDate>Fri, 01 Feb 2013 08:33:03 GMT</pubDate></item><item><title>Mount a bucket of S3 with WingFS</title><link>https://blog.tmtk.net/blog/old/2013-02-06-mount_a_bucket_of_s3_with_wingfs/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-06-mount_a_bucket_of_s3_with_wingfs/</guid><description>If you are using MacOSX and frequently access to S3, I think you must want to mount it. [WingFS][WingFS] helps you to mount. [WingFS]:...</description><pubDate>Wed, 06 Feb 2013 22:28:41 GMT</pubDate></item><item><title>How to build kestrel with sbt-0.12.2</title><link>https://blog.tmtk.net/blog/old/2013-02-11-how_to_build_kestrel_with_sbt-0122/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-11-how_to_build_kestrel_with_sbt-0122/</guid><description>[kestrel][github] is an one of MQ (Message Queue) implementaiton used in twitter. It&apos;s written in scala and [sbt][sbt] is used to build it. [github]:...</description><pubDate>Mon, 11 Feb 2013 15:37:37 GMT</pubDate></item><item><title>InaccessibleQueuePath of kestrel</title><link>https://blog.tmtk.net/blog/old/2013-02-11-kestrelinaccessiblequeuepath_inaccessible_queue_path/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-11-kestrelinaccessiblequeuepath_inaccessible_queue_path/</guid><description>If you encounter an error like following when you run of kestrel, it&apos;s due to directory permission as the error message says....</description><pubDate>Mon, 11 Feb 2013 17:23:41 GMT</pubDate></item><item><title>日本語ページ作った with Jekyll on gh-pages</title><link>https://blog.tmtk.net/blog/old/2013-02-11-mother_toungue_page/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-11-mother_toungue_page/</guid><description>10ヶ月くらい慣れない英語でブログを書いてきたのは、英語のライティングの練習と、 閲覧者数を考えた場合にやっぱり日本語よりは英語のほうが多いだろうなあ、ということから。 でもやっぱり日本語で書きたいときもあるので、日本語ページを作った。 って、それだけじゃただのアナウンスなので、どうやったか書く。...</description><pubDate>Mon, 11 Feb 2013 17:51:47 GMT</pubDate></item><item><title>git-hub subcommand to open github with browser from terminal</title><link>https://blog.tmtk.net/blog/old/2013-02-13-git-hub_subcommand_to_open_github_pages/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-13-git-hub_subcommand_to_open_github_pages/</guid><description>The UI of github is cool, referenceable and capable. We can tell a line of a source file as easy as poining it with an URL like this. That&apos;s very...</description><pubDate>Tue, 12 Feb 2013 23:08:24 GMT</pubDate></item><item><title>githubのページをterminalから開くgit-hubサブコマンド</title><link>https://blog.tmtk.net/blog/old/2013-02-13-git-hub_subcommand_to_open_github_pagesja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-13-git-hub_subcommand_to_open_github_pagesja/</guid><description>githubのUIはとても使いやすいと思う。 BTSなんかにピンポイントでコードのある行へのリンクを張ったりできて重宝している。 こんなふうに。 ただ、ファイルがソースツリーの深いところにあったりすると 何度もクリックして目的のファイルまでツリーを掘り進まないと行けないのが玉にキズ。...</description><pubDate>Wed, 13 Feb 2013 08:08:24 GMT</pubDate></item><item><title>AWS Hadoop Memory-Intensive supports only 8 kinds of instances</title><link>https://blog.tmtk.net/blog/old/2013-02-15-aws_hadoop_memory-intensive_supports_only_8_kinds_of_instances/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-15-aws_hadoop_memory-intensive_supports_only_8_kinds_of_instances/</guid><description>According to [instance-types.html][availabletypes], at Feb 12, 2013, we can use 18 instance types. On [AWS EMR][EMR], we can specify any types using...</description><pubDate>Thu, 14 Feb 2013 23:11:43 GMT</pubDate></item><item><title>minaでログファイルをtailするまで</title><link>https://blog.tmtk.net/blog/old/2013-02-18-tail-logfiles-w-minaja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-18-tail-logfiles-w-minaja/</guid><description>deploy用のツールのひとつとして[capistrano][capistrano]が有名。 [github:help][github-help]にも載ってて標準ツールと言ってもいい。 僕も使ってるし。 で、今日[mina][mina]というcapistranoの対抗馬があることを知った。...</description><pubDate>Mon, 18 Feb 2013 12:21:15 GMT</pubDate></item><item><title>An oneliner to format JSON in pretty-print with Ruby</title><link>https://blog.tmtk.net/blog/old/2013-02-19-an_onneliner_for_pretty_print_json/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-19-an_onneliner_for_pretty_print_json/</guid><description>I cannot rememer this short line. I&apos;ll note it. ruby -e &quot;require &apos;json&apos;; puts (JSON.pretty_generate JSON.parse(STDIN.read))&quot;</description><pubDate>Tue, 19 Feb 2013 06:43:13 GMT</pubDate></item><item><title>expectで公開鍵を登録する</title><link>https://blog.tmtk.net/blog/old/2013-02-19-append_a_public_key_with_expect/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-19-append_a_public_key_with_expect/</guid><description>minaでログファイルをtailするまでを書いていて 思ったが、やっぱり公開鍵をサーバへ登録するところが手作業では煩わしい。 最初のscp/sshでの接続ではどうしてもパスワードを入れなきゃいけない。 ということで、 expectを使って パスワードの入力を最低限抑えるようにしてみた。...</description><pubDate>Tue, 19 Feb 2013 01:52:32 GMT</pubDate></item><item><title>Try to remove .npm if npm install fails</title><link>https://blog.tmtk.net/blog/old/2013-02-19-try_to_remove_npm_if_npm_install_fails/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-19-try_to_remove_npm_if_npm_install_fails/</guid><description>I encountered an error like following when I tried to solve dependency my module JUMLY. It&apos;s the time I cloned the repository and ran . npm WARN...</description><pubDate>Tue, 19 Feb 2013 04:46:20 GMT</pubDate></item><item><title>An oneliner to format XML in pretty print with Ruby</title><link>https://blog.tmtk.net/blog/old/2013-02-20-an_oneliner_to_format_xml_in_pretty_print_with_ruby/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-20-an_oneliner_to_format_xml_in_pretty_print_with_ruby/</guid><description>ruby -e &apos;require &quot;rexml/document&quot;;d=REXML::Document.new($stdin.read);d.write(s=&quot;&quot;,2);puts s&apos;</description><pubDate>Wed, 20 Feb 2013 09:25:28 GMT</pubDate></item><item><title>Module version mismatch. Expected 10, got 1</title><link>https://blog.tmtk.net/blog/old/2013-02-22-module_version_mismatch_expected_10/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-22-module_version_mismatch_expected_10/</guid><description>I encounterd following error when I ran an app using sqlite3 on node.js of MacOSX. Module version mismatch. Expected 10, got 1 It&apos;s probably owing to...</description><pubDate>Fri, 22 Feb 2013 01:47:15 GMT</pubDate></item><item><title>Python-like idiom for node.js command line</title><link>https://blog.tmtk.net/blog/old/2013-02-22-python-like_idiom_for_nodejs_command_line/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-22-python-like_idiom_for_nodejs_command_line/</guid><description>There is a major idiom in Python for CLI. This is in order to run the code in the if-clause only from executed on command line. I&apos;ll show same code...</description><pubDate>Fri, 22 Feb 2013 01:48:21 GMT</pubDate></item><item><title>node.jsで書くコマンドラインツールのPython-likeイディオム</title><link>https://blog.tmtk.net/blog/old/2013-02-22-python-like_idiom_for_nodejs_command_lineja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-22-python-like_idiom_for_nodejs_command_lineja/</guid><description>Pythonの有名なイディオム。 コマンドとして呼ばれたときだけ実行し、ライブラリとして読まれたときは実行しないようにするための一行。 node.jsで書くとこうなる。 hello.coffee はコマンドとしてもライブラリとしても使える。...</description><pubDate>Sat, 23 Feb 2013 01:48:21 GMT</pubDate></item><item><title>Created fluent-plugin-sqlite3 for my training</title><link>https://blog.tmtk.net/blog/old/2013-02-28-created_fluent-plugin-sqlite3_for_my_training/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-28-created_fluent-plugin-sqlite3_for_my_training/</guid><description>[fluentd][fd] is a cool product so I try it for my biz. [fd]: http://fluentd.org/ In the case I use it, I have to write some plugins of fluentd. For...</description><pubDate>Thu, 28 Feb 2013 00:06:29 GMT</pubDate></item><item><title>fluentdのsqlite3用プラグイン書いた</title><link>https://blog.tmtk.net/blog/old/2013-02-28-created_fluent-plugin-sqlite3_for_my_trainingja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-02-28-created_fluent-plugin-sqlite3_for_my_trainingja/</guid><description>[fluentd][fd]って今更ながらいい製品だよね。完全に乗り遅れてた。不覚。 [fd]: http://fluentd.org/ で、仕事でも使ってみようと思ってるのだが、その場合やっぱりいくつか プラグインを書くことになるんだと思う。...</description><pubDate>Thu, 28 Feb 2013 00:06:29 GMT</pubDate></item><item><title>Use $log.info on debugging your plugin on td-agent</title><link>https://blog.tmtk.net/blog/old/2013-03-06-use_info_on_debugging_your_plugin_on_td-agent/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-06-use_info_on_debugging_your_plugin_on_td-agent/</guid><description>I forgot a way of &quot;printf debug&quot; on td-agent. I&apos;ll memorize here. We should use next. Then the message will be output to .</description><pubDate>Wed, 06 Mar 2013 08:04:28 GMT</pubDate></item><item><title>Installation of gems for td-agent</title><link>https://blog.tmtk.net/blog/old/2013-03-07-installation_of_gems_for_td-agent/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-07-installation_of_gems_for_td-agent/</guid><description>I needed a fluent-plugin for my plugin in order to run on td-agent. td-agent has complete runtime of Ruby, we should install gems to the GEM_HOME...</description><pubDate>Thu, 07 Mar 2013 09:42:36 GMT</pubDate></item><item><title>jekyll didn&apos;t start after removing MacPorts</title><link>https://blog.tmtk.net/blog/old/2013-03-09-jekyll_didnt_start_after_removing_macports/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-09-jekyll_didnt_start_after_removing_macports/</guid><description>I ran into a problem jekyll didn&apos;t start like this. Yes, actually I removed in order to move the package manager from MacPorts to [homebrew][brew]....</description><pubDate>Sat, 09 Mar 2013 10:47:07 GMT</pubDate></item><item><title>grunt-contrib-jasmine-node</title><link>https://blog.tmtk.net/blog/old/2013-03-10-grunt-contrib-jasmine-node/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-10-grunt-contrib-jasmine-node/</guid><description>jasmine-node is a command to execute jasmine on node.js. I wrote a small plugin, which supports only option, for GRUNT. If you want to specify a...</description><pubDate>Sun, 10 Mar 2013 03:14:39 GMT</pubDate></item><item><title>grunt-contrib-jasmine-nodeを書きました</title><link>https://blog.tmtk.net/blog/old/2013-03-10-grunt-contrib-jasmine-nodeja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-10-grunt-contrib-jasmine-nodeja/</guid><description>JavaScriptのBDD用ライブラリはjasmineが好きだ。 もともとRSpec使ってたから似たようなものを探したからなんだけど。 で、CLI用にjasmine-nodeもある。 [こんなふう][ex1]に書けて、terminalで実行できるので重宝している。 [ex1]:...</description><pubDate>Sun, 10 Mar 2013 03:14:39 GMT</pubDate></item><item><title>size of array ruby_check_sizeof_long is negative in case of installing mysql2 gem</title><link>https://blog.tmtk.net/blog/old/2013-03-16-size_of_array_ruby_check_sizeof_long_is_negative/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-16-size_of_array_ruby_check_sizeof_long_is_negative/</guid><description>When you install with gem, if you ran into a weird issue such as , it must be caused by the arch of mysql binary you installed. ERROR: Error...</description><pubDate>Fri, 15 Mar 2013 23:31:28 GMT</pubDate></item><item><title>import a git repository as subtree keeping history</title><link>https://blog.tmtk.net/blog/old/2013-03-29-import_a_git_repository_as_subtree_keeping_history/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-29-import_a_git_repository_as_subtree_keeping_history/</guid><description>To a git repository, we sometimes want to import another repository, keeping the history. Let&apos;s say there are two repositories like and . If you want...</description><pubDate>Fri, 29 Mar 2013 12:57:03 GMT</pubDate></item><item><title>JUMLY is being improved for robustness diagram</title><link>https://blog.tmtk.net/blog/old/2013-03-29-jumly_is_being_improved_for_robustness_diagram/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-29-jumly_is_being_improved_for_robustness_diagram/</guid><description>I&apos;m improving JUMLY to enable rendering robustness diagram. The following is a prototyping for rendering and DSL. @actor &quot;User&quot; :-&gt; @view &quot;Browser&quot;...</description><pubDate>Thu, 28 Mar 2013 23:42:01 GMT</pubDate></item><item><title>iOSのUIWindow上でモーションイベントを受け取る</title><link>https://blog.tmtk.net/blog/old/2013-03-31-ios_motion_events_on_uiwindowja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-03-31-ios_motion_events_on_uiwindowja/</guid><description>iOS勉強中です。 正直勉強二日目くらいで心が折れそうです。 モーションイベントを受け取るにはになる必要があるとかなんとか見かけたんだけど、あんまり関係なかった。 まだよくわかってないんだけど、このチェックが必要みたい。 をONにして、UIWindowのサブクラスをCustom...</description><pubDate>Sun, 31 Mar 2013 13:43:02 GMT</pubDate></item><item><title>LTSV style access log in tomcat</title><link>https://blog.tmtk.net/blog/old/2013-04-02-ltsv_style_access_log_in_tomcat/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-02-ltsv_style_access_log_in_tomcat/</guid><description>LTSV + fluentd is nice LTSV is &quot;Labeled Tab-separated Values&quot;, http://ltsv.org/. A typical access log of Apache is like: 127.0.0.1 - frank...</description><pubDate>Tue, 02 Apr 2013 07:24:44 GMT</pubDate></item><item><title>TomcatのアクセスログをLTSVにする</title><link>https://blog.tmtk.net/blog/old/2013-04-02-ltsv_style_access_log_in_tomcatja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-02-ltsv_style_access_log_in_tomcatja/</guid><description>LTSV + fluentdいいよ、という話 みなさんfluentd使ってますか。 もうfluentdとLTSVがないと生きていけない体になりました。 あ、LTSVは、&quot;labeled Tab-separated Values&quot;, ですよ。 LTSVについては、ここが面白いですよ。...</description><pubDate>Tue, 02 Apr 2013 22:03:44 GMT</pubDate></item><item><title>Template Gallery for Google Drive</title><link>https://blog.tmtk.net/blog/old/2013-04-06-template_gallery_for_google_drive/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-06-template_gallery_for_google_drive/</guid><description>Where is templates? I&apos;ve really wondered why google drive doesn&apos;t have template feature. There were no any links to template list in the page, and If...</description><pubDate>Sat, 06 Apr 2013 00:38:55 GMT</pubDate></item><item><title>Google Driveテンプレートギャラリー</title><link>https://blog.tmtk.net/blog/old/2013-04-06-template_gallery_for_google_driveja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-06-template_gallery_for_google_driveja/</guid><description>テンプレート集ってないの？ Google Driveってテンプレート集がないんだと思ってた。 リンクも見当たらないし、新規作成してもテンプレートを選ぶための項目とか出てこないし。 ずっと不思議に思ってた。 Google Driveでの設定の仕方...</description><pubDate>Sat, 06 Apr 2013 00:38:55 GMT</pubDate></item><item><title>JUMLY is tested working on jQuery-2.0.0</title><link>https://blog.tmtk.net/blog/old/2013-04-22-jumly_is_tested_working_on_jquery-200/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-22-jumly_is_tested_working_on_jquery-200/</guid><description>Hi, jQuery-2.0.0 was released. It&apos;s a good new for jQuery guys. JUMLY, , is already tested on jQuery-2.0.0, too. And also I bumped up each version of...</description><pubDate>Mon, 22 Apr 2013 01:00:46 GMT</pubDate></item><item><title>My stuck point for fluent-plugin-s3 configuration</title><link>https://blog.tmtk.net/blog/old/2013-04-24-fluentd_out-s3_path_issue/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-24-fluentd_out-s3_path_issue/</guid><description>Why not uploaded? I was really stuck in configuration of fluent-plugin-s3. (Actually, the plugin is not responsible for this. I&apos;ll write later) This...</description><pubDate>Wed, 24 Apr 2013 05:51:53 GMT</pubDate></item><item><title>data- attribute and jQuery.data</title><link>https://blog.tmtk.net/blog/old/2013-04-27-data-_attr_and_jquerydata/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-27-data-_attr_and_jquerydata/</guid><description>I wrote down this memo for attribute and jQuery.data because I got stuck when using them on implemetation of JUMLY.scan. Here is a gist to check...</description><pubDate>Sat, 27 Apr 2013 23:32:21 GMT</pubDate></item><item><title>data- 属性とjQuery.data</title><link>https://blog.tmtk.net/blog/old/2013-04-27-data-_attr_and_jquerydataja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-27-data-_attr_and_jquerydataja/</guid><description>JUMLY.scanの実装で属性jQuery.dataを使ってちょっとハマったので書き残す。 動作検証用に書いたものをGistに貼ったのでどうぞ。 data-*名と.data()のキー名の関係 - data-fooは、.data(&quot;foo&quot;)で取得 -...</description><pubDate>Sat, 27 Apr 2013 23:32:21 GMT</pubDate></item><item><title>JUMLY-0.1.3b release</title><link>https://blog.tmtk.net/blog/old/2013-04-28-jumly-013b_release/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-28-jumly-013b_release/</guid><description>Released JUMLY-0.1.3b. It&apos;s tested on jQuery-2.0.0. At v0.1.3b, JUMLY finally supports a public API in order to evaluate DOM nodes. Using this API,...</description><pubDate>Sat, 27 Apr 2013 23:21:30 GMT</pubDate></item><item><title>JUMLY-0.1.3bリリース</title><link>https://blog.tmtk.net/blog/old/2013-04-28-jumly-013b_releaseja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-04-28-jumly-013b_releaseja/</guid><description>JUMLY-0.1.3bをリリースしました。 jQuery-2.0.0でテスト済みです。 v0.1.3bでJUMLYはようやくpublic APIをひとつサポートします。 今まではJUMLYコードの評価はイベント時に一度きりでしたが、 任意のタイミングで評価処理を呼び出すことができます。...</description><pubDate>Sat, 27 Apr 2013 23:21:30 GMT</pubDate></item><item><title>Rubberband plugin for d3</title><link>https://blog.tmtk.net/blog/old/2013-05-14-rubberband_plugin_for_d3/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-05-14-rubberband_plugin_for_d3/</guid><description>Wrote a d3 plugin which gives your linecharts dashed rubberband to guide. This actual demo is here, . Here is a screenshot. It&apos;s based on an example...</description><pubDate>Tue, 14 May 2013 00:39:38 GMT</pubDate></item><item><title>List of property for WebPage of PhantomJS</title><link>https://blog.tmtk.net/blog/old/2013-05-16-list_of_property_for_webpage_of_phantomjs/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-05-16-list_of_property_for_webpage_of_phantomjs/</guid><description>I&apos;m personally checking PhantomJS. At first about WebPage class. It has some interesting properties and functions. I listed the properties with this...</description><pubDate>Wed, 15 May 2013 21:48:31 GMT</pubDate></item><item><title>Replaced canvas with svg for JUMLY</title><link>https://blog.tmtk.net/blog/old/2013-05-21-replaced_canvas_with_svg_for_jumly/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-05-21-replaced_canvas_with_svg_for_jumly/</guid><description>JUMLY has used &amp;lt;canvas&amp;gt; tag in order to render arrows of message. From v0.1.4, JUMLY uses &amp;lt;svg&amp;gt; tag for those. I&apos;ve not understood svg...</description><pubDate>Tue, 21 May 2013 00:54:43 GMT</pubDate></item><item><title>Group values of regular expression in CoffeeScript</title><link>https://blog.tmtk.net/blog/old/2013-05-26-group_values_of_regular_expression_in_coffeescript/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-05-26-group_values_of_regular_expression_in_coffeescript/</guid><description>Easy to refer group values of regular expression in CoffeeScript. Let&apos;s say you parse URL, then you can write like this. Pretty useful.</description><pubDate>Sun, 26 May 2013 09:47:51 GMT</pubDate></item><item><title>Installed a Package Manager for Xcode</title><link>https://blog.tmtk.net/blog/old/2013-06-02-a_package_manager_for_xcode/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-06-02-a_package_manager_for_xcode/</guid><description>A light memo for myself. Installed , which is a package manager for Xcode.</description><pubDate>Sun, 02 Jun 2013 06:55:49 GMT</pubDate></item><item><title>How to know whether it&apos;s loaded as module or top-level on Node.js</title><link>https://blog.tmtk.net/blog/old/2013-06-08-how_to_know_whether_its_loaded_as_module_or_top-level_on_nodejs/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-06-08-how_to_know_whether_its_loaded_as_module_or_top-level_on_nodejs/</guid><description>As you know, there is a famous idiom on Python, which is . The inside of if is only executed when it is directly launched by python command. It&apos;s the...</description><pubDate>Sat, 08 Jun 2013 02:31:16 GMT</pubDate></item><item><title>Node.jsでrequireされたかどうかを調べるには</title><link>https://blog.tmtk.net/blog/old/2013-06-08-how_to_know_whether_its_loaded_as_module_or_top-level_on_nodejsja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-06-08-how_to_know_whether_its_loaded_as_module_or_top-level_on_nodejsja/</guid><description>Pythonの有名なイディオム、、 moduleとしてimportされたときはifの中を実行しないためのもの。 CLIとしてもmoduleとしても使えるようにするための常套手段。 Node.jsで同じことをやるにはどうするか。 実行したら、それぞれ次のように出力されるはず。 $ node...</description><pubDate>Sat, 08 Jun 2013 02:31:16 GMT</pubDate></item><item><title>warning: possible EventEmitter memory leak detected</title><link>https://blog.tmtk.net/blog/old/2013-06-09-possible_eventemitter_memory_leak_detected/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-06-09-possible_eventemitter_memory_leak_detected/</guid><description>You may encounter the following warning when using EventEmitter. warning: possible EventEmitter memory leak detected. 11 listeners added. Use...</description><pubDate>Sun, 09 Jun 2013 13:15:44 GMT</pubDate></item><item><title>JUMLY v0.1.5-1 release</title><link>https://blog.tmtk.net/blog/old/2013-06-23-jumly-015-1_release/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-06-23-jumly-015-1_release/</guid><description>Sorry! This feature almost hasn&apos;t been working due to heroku&apos;s memory quota. I released JUMLY v0.1.5-1. This version doesn&apos;t have functional...</description><pubDate>Sun, 23 Jun 2013 10:16:23 GMT</pubDate></item><item><title>How to use Font Awesome on iOS</title><link>https://blog.tmtk.net/blog/old/2013-06-30-how_to_use_font_awesome_on_ios/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-06-30-how_to_use_font_awesome_on_ios/</guid><description>Font Awesome is a famouse iconic font, . In a case, iconic font is useful because we can use many icons wihtout a lot of small files. Font Awesome is...</description><pubDate>Sun, 30 Jun 2013 03:06:06 GMT</pubDate></item><item><title>Font AwesomeをiOSで使う</title><link>https://blog.tmtk.net/blog/old/2013-06-30-how_to_use_font_awesome_on_iosja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-06-30-how_to_use_font_awesome_on_iosja/</guid><description>Font Awesomeはアイコンフォントで有名なものの一つ。 アイコンフォントは手っ取り早くアイコンを導入したりする場合にはとても便利。 ウェブサイト上で使うにはCSSをひとつ読むだけで簡単に使えるけど、じゃあiOSで使うにはどうするか？...</description><pubDate>Sun, 30 Jun 2013 03:06:06 GMT</pubDate></item><item><title>RequestTimeTooSkewedが出たら</title><link>https://blog.tmtk.net/blog/old/2013-07-06-requesttimetooskewed/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-07-06-requesttimetooskewed/</guid><description>aws-sdkを使っててS3にアクセスしようとしたらこんなエラーに出くわした。 403ってアクセス権絡みだとばっかり思ってたからaccess keyや secret keyを見なおしてたりしててエラーメッセージ読んでなかった。...</description><pubDate>Sat, 06 Jul 2013 02:03:23 GMT</pubDate></item><item><title>Go言語 コマンドライン引数</title><link>https://blog.tmtk.net/blog/old/2013-08-27-golang_command_line_arguments/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-08-27-golang_command_line_arguments/</guid><description>パッケージ経由で取得するのね。Pythonみたい。</description><pubDate>Tue, 27 Aug 2013 04:17:01 GMT</pubDate></item><item><title>Go言語 正規表現</title><link>https://blog.tmtk.net/blog/old/2013-08-27-golang_regular_expression/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-08-27-golang_regular_expression/</guid><description>正規表現はregexpパッケージ。 captureに相当するのはFindStringSubmatchなんですね。 正規表現パターンをするのは、これまたPythonの影響が強いですね。</description><pubDate>Tue, 27 Aug 2013 13:40:17 GMT</pubDate></item><item><title>Go言語 ファイル読み込み</title><link>https://blog.tmtk.net/blog/old/2013-08-28-golang_fileio/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-08-28-golang_fileio/</guid><description>(no description)</description><pubDate>Wed, 28 Aug 2013 00:20:32 GMT</pubDate></item><item><title>Go言語 Time/Date</title><link>https://blog.tmtk.net/blog/old/2013-08-30-golang_time/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-08-30-golang_time/</guid><description>Goでの日付、時間の取り扱いについて。 - 現在時刻の取得 - Unixタイム(へ|からの)変換 - 日付文字列のパース - Time値のフォーマット - 数時間前、などの計算 これくらいあれば当面困らないっしょ。 time.Parse ----------...</description><pubDate>Thu, 29 Aug 2013 23:34:45 GMT</pubDate></item><item><title>Go言語 データベース MySQL SELECT</title><link>https://blog.tmtk.net/blog/old/2013-08-31-golang_database_mysql/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-08-31-golang_database_mysql/</guid><description>https://github.com/go-sql-driver/mysqlを使っています。 $ go get github.com/go-sql-driver/mysql で取得してください。...</description><pubDate>Sat, 31 Aug 2013 00:13:30 GMT</pubDate></item><item><title>Go言語 データベース MySQL EXEC</title><link>https://blog.tmtk.net/blog/old/2013-08-31-golang_exec_sql/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-08-31-golang_exec_sql/</guid><description>https://github.com/go-sql-driver/mysqlを使っています。 $ go get github.com/go-sql-driver/mysql で取得してください。 はで影響を受けたレコードの数。 はなんだけど何が返ってくるのかな。 primary...</description><pubDate>Sat, 31 Aug 2013 06:32:39 GMT</pubDate></item><item><title>Go言語 環境変数 展開</title><link>https://blog.tmtk.net/blog/old/2013-09-01-golang_environ/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-09-01-golang_environ/</guid><description>環境変数の取得と、値の展開。</description><pubDate>Sun, 01 Sep 2013 12:12:28 GMT</pubDate></item><item><title>Go言語 コマンドラインオプション解析</title><link>https://blog.tmtk.net/blog/old/2013-09-01-golang_flag/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-09-01-golang_flag/</guid><description>flag packageを使う。 オプション定義には次の２つの形式が型それぞれにある。 - ポインタを返す形式 ex) flag.String, flag.Float64 - ポインタを指定する形式 ex) flag.BoolVar, flag.IntVar Value...</description><pubDate>Sun, 01 Sep 2013 09:46:03 GMT</pubDate></item><item><title>Go言語 コマンドラインオプション解析(FlagSet)</title><link>https://blog.tmtk.net/blog/old/2013-09-01-golang_flagset/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-09-01-golang_flagset/</guid><description>flag packageを使います。 型のバリエーションなどはGo言語 コマンドラインオプション解析を見てください。 ひとつハマったことがあって、FlatSet.Parseにはを渡す。 をそのまま渡すとオプションの認識をしてくれないみたい。</description><pubDate>Sun, 01 Sep 2013 09:48:06 GMT</pubDate></item><item><title>Go言語 os/exec ls実行</title><link>https://blog.tmtk.net/blog/old/2013-09-03-golang_exec_ls/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-09-03-golang_exec_ls/</guid><description>PATHをLookupして、コマンド実行して、Outputで結果を出力。 簡単。 `go package main import ( &quot;fmt&quot; &quot;os/exec&quot; ) func main() { path, err := exec.LookPath(&quot;ls&quot;) if err != nil {...</description><pubDate>Tue, 03 Sep 2013 01:04:14 GMT</pubDate></item><item><title>Go言語 os/exec sed実行</title><link>https://blog.tmtk.net/blog/old/2013-09-03-golang_os-exec_sed/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-09-03-golang_os-exec_sed/</guid><description>標準入力に書き込む場合。を使う。</description><pubDate>Tue, 03 Sep 2013 01:08:45 GMT</pubDate></item><item><title>How to tag and remove tag on docker</title><link>https://blog.tmtk.net/blog/old/2013-09-16-how_to_remove_tag_on_docker/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-09-16-how_to_remove_tag_on_docker/</guid><description>Let&apos;s say you already have some images. $ docker images REPOSITORY TAG ID CREATED SIZE user/foobar 1dee6a0ffae858a796e53aaf88a676f9ccb33165...</description><pubDate>Mon, 16 Sep 2013 02:40:04 GMT</pubDate></item><item><title>JUMLY can change arrow style</title><link>https://blog.tmtk.net/blog/old/2013-09-21-jumly_can_change_arrow_style/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-09-21-jumly_can_change_arrow_style/</guid><description>A JavaScript library, JUMLY, is to render UML sequence diagrams. It can change styles whatever you want even arrows. Here is a simple example. On the...</description><pubDate>Sat, 21 Sep 2013 01:23:35 GMT</pubDate></item><item><title>Docker + Jenkins + serverspecでpuppetのmanifestをCIする</title><link>https://blog.tmtk.net/blog/old/2013-09-28-docker-jenkins-serverspec-puppetja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-09-28-docker-jenkins-serverspec-puppetja/</guid><description>.post .content h1 { margin-top: 3em } .post .content h2 { margin-top: 2.5em } .post .content h3 { margin-top: 2em } .post .content p { margin-top:...</description><pubDate>Sat, 28 Sep 2013 20:58:12 GMT</pubDate></item><item><title>SSL_connect certificate verify failed</title><link>https://blog.tmtk.net/blog/old/2013-10-03-ssl_connect_certificate_verify_failed/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-10-03-ssl_connect_certificate_verify_failed/</guid><description>I got a new MacBook Air and was setting up my development environment. Trying to install bundler, I ran into an SSL error. I somehow fixed that issue...</description><pubDate>Thu, 03 Oct 2013 13:22:35 GMT</pubDate></item><item><title>pip execution fails and the recovery</title><link>https://blog.tmtk.net/blog/old/2013-11-03-pip_failed/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2013-11-03-pip_failed/</guid><description>I got following error from pip. There is a way to fix in a thread of StackOverflow. I&apos;ve remembered I has installed it with the installer, , but it...</description><pubDate>Sun, 03 Nov 2013 01:15:10 GMT</pubDate></item><item><title>One liner to install docker into CentOS-6.x</title><link>https://blog.tmtk.net/blog/old/2014-01-03-oneliner-for-docker/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-01-03-oneliner-for-docker/</guid><description>新年初エントリーはワンライナー。 curl https://gist.github.com/tmtk75/8238544/raw/f99a06905e459b0745694db484066dbf01d46bf8/centos-docker | bash...</description><pubDate>Fri, 03 Jan 2014 14:23:00 GMT</pubDate></item><item><title>Filtering instance IDs of aws ec2 with jq</title><link>https://blog.tmtk.net/blog/old/2014-01-04-filtering_instance_ids_of_aws_ec2_with_jq/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-01-04-filtering_instance_ids_of_aws_ec2_with_jq/</guid><description>How to list all stopped (or running) instances with aws-cli and filter only instance id using jq. jq is really very useful.</description><pubDate>Sat, 04 Jan 2014 10:36:45 GMT</pubDate></item><item><title>docker run failed with accessing a corrupted share library</title><link>https://blog.tmtk.net/blog/old/2014-01-05-docker_run_failed_accessing_a_corrupted_share_library/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-01-05-docker_run_failed_accessing_a_corrupted_share_library/</guid><description>Encountered a following error. Why does this happen? I tried on ami-9ffa709e in ap-northeast-1a. The instance type is m1.small. Actually, docker...</description><pubDate>Sun, 05 Jan 2014 02:33:54 GMT</pubDate></item><item><title>aws-cli ec2 describe-instances --filterオプションでタグの値を指定する</title><link>https://blog.tmtk.net/blog/old/2014-01-11-filtering_and-or_condition_for_aws-cli/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-01-11-filtering_and-or_condition_for_aws-cli/</guid><description>aws ec2 describe-instancesでは オプションでいろいろ条件を指定することができますが、条件の指定の仕方にちょっと癖があるのでメモ。 使用したバージョンはaws-cli/1.2.3 Python/2.7.5 Darwin/13.0.0 Tagの値でフィルタ...</description><pubDate>Sat, 11 Jan 2014 08:11:14 GMT</pubDate></item><item><title>Expose Docker Remote API on CentOS</title><link>https://blog.tmtk.net/blog/old/2014-01-16-expose_docker_remote_api_on_centos/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-01-16-expose_docker_remote_api_on_centos/</guid><description>We came to install Docker on CentOS easily. Here is an instruction for the way to expose Docker remote API port on CentOS. $ cat...</description><pubDate>Thu, 16 Jan 2014 06:59:06 GMT</pubDate></item><item><title>Docker プライベートのイメージレジストリにタグ付きでpushする方法</title><link>https://blog.tmtk.net/blog/old/2014-02-08-docker_push_with_tag_to_private_registry/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-02-08-docker_push_with_tag_to_private_registry/</guid><description>Dockerはイメージを登録することができるオフィシャルの場所 DOCKER indexを提供している。 このレジストリのイメージもDOCKER indexにあって、プライベートなレジストリをすぐに構築することができる。 試すだけならこんな感じでできるし、ストレージをS3とかにもできる（参考）。...</description><pubDate>Sat, 08 Feb 2014 08:21:19 GMT</pubDate></item><item><title>Toggle UIControl status with ReacativeCocoa</title><link>https://blog.tmtk.net/blog/old/2014-02-13-toggle_uicontrol_status_with_rac/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-02-13-toggle_uicontrol_status_with_rac/</guid><description>We frequently need a case that enables button denpends on a condition like text view is filled with more than one character. Then there is a way to...</description><pubDate>Wed, 12 Feb 2014 23:22:38 GMT</pubDate></item><item><title>UIControlのステータスのトグル処理にReacativeCocoaを使う</title><link>https://blog.tmtk.net/blog/old/2014-02-13-toggle_uicontrol_status_with_racja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-02-13-toggle_uicontrol_status_with_racja/</guid><description>1文字以上UITextViewに入っているときだけOKボタンを有効にする、なんてケースはよくある。 Cocoa Bindingsが使えればいいのだが、 あいにくiOSのCocoa Touchではまだサポートされていない。 ReactiveCocoaを使うとBlocksを使って楽に書ける。...</description><pubDate>Wed, 12 Feb 2014 23:22:38 GMT</pubDate></item><item><title>Vagrant-1.6.1 docker provider on MaxOSXを試したときのトラブルシューティング</title><link>https://blog.tmtk.net/blog/old/2014-05-10-vagrant-161_docker_provider_on_maxosx_troubleshooting/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-05-10-vagrant-161_docker_provider_on_maxosx_troubleshooting/</guid><description>時間ができたのでVagrant1.6のDocker Provider - SOTAを参考にして、 自分でもちょっと試してみたところ、自分の環境のせいですんなり行かなかったのでメモ。 brew...</description><pubDate>Sat, 10 May 2014 03:35:51 GMT</pubDate></item><item><title>awscliでAWS Static Website Hostingの404ページを設定する</title><link>https://blog.tmtk.net/blog/old/2014-05-24-static_website_hosting_returing_404/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-05-24-static_website_hosting_returing_404/</guid><description>AWS S3のStatic Website Hostingを使うと静的サイトを簡単に公開できる。 もちろんこのサイトも使ってる（ジェネレータはmiddleman） Bucketのpropertiesで、Static Website Hosting -&gt; Enable website...</description><pubDate>Sat, 24 May 2014 06:11:46 GMT</pubDate></item><item><title>focuslightのdockerイメージを作った</title><link>https://blog.tmtk.net/blog/old/2014-06-13-docker_image_for_focuslight/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-06-13-docker_image_for_focuslight/</guid><description>Focuslight のdockerイメージ作った。 dockerの環境あればFocuslightがすぐに試せるMakefileを用意しました。イメージのダウンロードにちょっと時間かかるけど。...</description><pubDate>Thu, 12 Jun 2014 20:55:34 GMT</pubDate></item><item><title>Publish s3 object with awscli</title><link>https://blog.tmtk.net/blog/old/2014-06-13-publish_s3_object_with_awscli/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-06-13-publish_s3_object_with_awscli/</guid><description>awscliメモ。s3のobjectを公開するやつ。の引数のフォーマットがよくわからんかったけど、 全公開のEveryoneは下記に載っていたのでそのまま使った。 Bucket, Object ACLの設定はこの辺にあったんだけど、AllUsersとかないしな。どこにあるんだろう。</description><pubDate>Fri, 13 Jun 2014 00:54:39 GMT</pubDate></item><item><title>tmuxのpaneのレイアウトを戻す</title><link>https://blog.tmtk.net/blog/old/2014-06-14-recovery-of-pane-layout-for-tmux/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-06-14-recovery-of-pane-layout-for-tmux/</guid><description>tmuxを使い始めた。 まだショートカットに慣れていないので目当ての機能を実行するために適当にショートカットを実行していると、 たまに()でアクティブpaneをwindowにしてしまうことある。 で、よく元に戻したいことが多いのでやり方を調べたらコマンドが見つかったのでメモ。 join-pane...</description><pubDate>Sat, 14 Jun 2014 08:40:53 GMT</pubDate></item><item><title>envconsulをDocker上でビルドする</title><link>https://blog.tmtk.net/blog/old/2014-06-29-build_envconsul_on_docker/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-06-29-build_envconsul_on_docker/</guid><description>envconsulはまだバイナリでダウンロードすることができないようで、自分でビルドする必要がある。go...</description><pubDate>Sun, 29 Jun 2014 02:05:22 GMT</pubDate></item><item><title>Build envconsul on Docker container</title><link>https://blog.tmtk.net/blog/old/2014-06-29-build_envconsul_on_dockeren/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-06-29-build_envconsul_on_dockeren/</guid><description>envconsul seems we cannot download its built binary file and need to build by ourselves. Ideally it&apos;s hopeful to use but it needs to golang...</description><pubDate>Sun, 29 Jun 2014 02:05:22 GMT</pubDate></item><item><title>githubのwebhook用サーバをつくった</title><link>https://blog.tmtk.net/blog/old/2014-07-31-hoko_webhook_server_with_serf_for_githubja/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-07-31-hoko_webhook_server_with_serf_for_githubja/</guid><description>githubのWebhook、皆さん使ってますか。Webhookを受け取るサーバって何使ってますか、sinatraですか？このエントリは社内でserfのデモ用に書いた、github webhook用のHTTPサーバhoko in golangについてのエントリです。 TL;DR *...</description><pubDate>Thu, 31 Jul 2014 11:49:58 GMT</pubDate></item><item><title>あるUILabelのサブクラスをSwiftで書きなおした</title><link>https://blog.tmtk.net/blog/old/2014-08-31-convert-uilabel-subclass-in-objc-to-swift/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2014-08-31-convert-uilabel-subclass-in-objc-to-swift/</guid><description>iPhone6の発表イベントが9/9に決まって、iOS8 + Xcode6も同発表と共に解禁になるはず。 Swiftで書いてもリリースできなかったんでイマイチやる気起きなかったけど、 ようやくぼちぼちSwiftやる気が出てきた。ということで、...</description><pubDate>Sun, 31 Aug 2014 10:52:04 GMT</pubDate></item><item><title>モダンなJavaScriptライブラリ開発、テスト環境への移行 -- Karma + webapck + jasmine</title><link>https://blog.tmtk.net/blog/old/2015-01-04-webpack_jasmine_karma_travis/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2015-01-04-webpack_jasmine_karma_travis/</guid><description>リリース当初には見つけられなかったツールを使って、自分のJavaScriptライブラリの開発環境を改善できたので久しぶりにエントリー書いた。 最近なんかGithubでstarをつけてくれる人が増えてきて100を超えたのと、 俺のJSライブラリの世界観(2014末版)に触発され、...</description><pubDate>Sat, 03 Jan 2015 23:00:00 GMT</pubDate></item><item><title>MiddlemanからHugoへ移行</title><link>https://blog.tmtk.net/blog/old/2015-09-06-migrate-to-hugo/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2015-09-06-migrate-to-hugo/</guid><description>から に移行しました。 久しぶりにブログを書こうと思い、どうせならmiddlemanのバージョンを上げようと思い bundle installしてみたらなんかのコンパイルに失敗してビルドできない。 なんかめんどくさくなったのでバイナリいっこで動く hugoに移行することにした。...</description><pubDate>Sun, 06 Sep 2015 03:56:12 GMT</pubDate></item><item><title>gottyのansible role書いた</title><link>https://blog.tmtk.net/blog/old/2015-09-10-ansible-gotty/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2015-09-10-ansible-gotty/</guid><description>gotty + tmux = 最強のWeb開発環境で gottyの存在をしって、開発用のサーバに入ってたら便利かなと思って に入れるだけのansible roleをさくっと書いて、ansible galaxyに登録してみた。 2015-09-10時点でgotty用roleはひとつだけ。...</description><pubDate>Wed, 09 Sep 2015 23:31:44 GMT</pubDate></item><item><title>puppetlabs/centos-7.0-64-nocmでansible pingが失敗する</title><link>https://blog.tmtk.net/blog/old/2015-09-12-scp_if_ssh/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2015-09-12-scp_if_ssh/</guid><description>Vagrant 1.7.xからが要らなくなって、Atlasに登録されてるboxが使えるようになった。 今まで使ってたでansibleの動作確認しようとしたらちょっとハマった。 が通らない。はで出力した。 こんなのを使ってたんだけど、をつけると次のようなエラーが出る。...</description><pubDate>Sat, 12 Sep 2015 00:27:34 GMT</pubDate></item><item><title>creating ansible roles</title><link>https://blog.tmtk.net/blog/old/2015-09-16-creating-ansible-roles/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2015-09-16-creating-ansible-roles/</guid><description>基本的に自分で使うようのroleだけど、consulとかconsul-templateのroleは CentOS-7用にUnitファイルも書いてあるのでそこそこ役に立つのでは。</description><pubDate>Wed, 16 Sep 2015 00:59:57 GMT</pubDate></item><item><title>tmuxのwindow nameが変わらないようにする設定</title><link>https://blog.tmtk.net/blog/old/2015-09-19-tmux-allow-rename-off/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2015-09-19-tmux-allow-rename-off/</guid><description>CentOS-7にsshでログインするとtmuxのwindow nameが勝手に変わってしまうのに困っていた。 原因は分からないんだけど、とりあえず回避できたのでメモ。 ここで見つけた。 に書いてしたら勝手にwindow nameが変わらないようになった。...</description><pubDate>Sat, 19 Sep 2015 00:09:09 GMT</pubDate></item><item><title>CloudWatchのグラフをSlackへuploadするnode moduleを書いた</title><link>https://blog.tmtk.net/blog/old/2016-02-06-cloudwatch-slack/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2016-02-06-cloudwatch-slack/</guid><description>先日うちの会社も某チャットサービスからSlackへ移行したんだけど、なんでか知らないけどSlackってHubotとかでいろいろやりたくなる魅力があるね。 で、以前からやりたかったのがCloudWatchのグラフのシェア。...</description><pubDate>Mon, 08 Feb 2016 00:00:00 GMT</pubDate></item><item><title>AWS CLI filters by tags</title><link>https://blog.tmtk.net/blog/old/2016-11-27-desc-ec2-filter/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2016-11-27-desc-ec2-filter/</guid><description>AWS CLI使ってタグでEC2フィルタする方法、 何回書いても忘れるのでエントリーとして書く。 Valuesはカンマで区切って値を複数書ける。 2017-01-13追記 こんなの自分で書いてたのを見つけた。jq使うけどこっちのほうが出力が見やすいかな。</description><pubDate>Sun, 27 Nov 2016 09:47:27 GMT</pubDate></item><item><title>あるEC2インスタンスがぶら下がってるELBをリストする</title><link>https://blog.tmtk.net/blog/old/2016-11-27-list-elb/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2016-11-27-list-elb/</guid><description>あるEC2インスタンスがぶら下がってるELBをリストする</description><pubDate>Sun, 27 Nov 2016 10:32:17 GMT</pubDate></item><item><title>Vagrantfile to launch prometheus and grafana with nginx and fluentd</title><link>https://blog.tmtk.net/blog/old/2017-01-08-prometheus-on-vagrant/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-01-08-prometheus-on-vagrant/</guid><description>Prometheus is easy to deploy because of single binary written in golang. I created a Vagrantfile so that we can more easily try prometheus running...</description><pubDate>Sun, 08 Jan 2017 11:07:08 GMT</pubDate></item><item><title>Detection of hover more than specified seconds with RxJS</title><link>https://blog.tmtk.net/blog/old/2017-01-10-hover-with-rxjs/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-01-10-hover-with-rxjs/</guid><description>Using RxJS, this entry intends similarly with a jQuery plugin, hoverIntent, aiming to detect hover event but doesn&apos;t immediately fire the event. It...</description><pubDate>Mon, 09 Jan 2017 23:18:49 GMT</pubDate></item><item><title>How to deploy angular app on GitHub pages</title><link>https://blog.tmtk.net/blog/old/2017-01-13-how-to-deploy-angular-app-on-github-pages/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-01-13-how-to-deploy-angular-app-on-github-pages/</guid><description>GitHub has a service to easily publish your websites, GitHub Pages. It&apos;s very useful to publish sites with simple static files. I&apos;ve published a...</description><pubDate>Thu, 12 Jan 2017 22:52:36 GMT</pubDate></item><item><title>Grafana panel JSON generator in golang</title><link>https://blog.tmtk.net/blog/old/2017-01-14-grafana-panel-json-generator/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-01-14-grafana-panel-json-generator/</guid><description>Grafana has HTTP API but it seems no APIs for panel operations at a glance. My team has several AWS accounts and I&apos;d like to create dashboards with...</description><pubDate>Sat, 14 Jan 2017 03:53:00 GMT</pubDate></item><item><title>Query Elasticsearch in golang</title><link>https://blog.tmtk.net/blog/old/2017-05-27-es-query/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-05-27-es-query/</guid><description>Writing a command line tool to query Elasticsearch and show result in termial.</description><pubDate>Sat, 27 May 2017 06:33:13 GMT</pubDate></item><item><title>docker: Error response from daemon: Mounts denied: references... -&gt; File Sharing</title><link>https://blog.tmtk.net/blog/old/2017-06-04-not-shared-from-osx/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-06-04-not-shared-from-osx/</guid><description>(no description)</description><pubDate>Sun, 04 Jun 2017 14:58:25 GMT</pubDate></item><item><title>Vagrantfile for digdag servers running with PostgreSQL</title><link>https://blog.tmtk.net/blog/old/2017-06-04-vagrantfile-for-digdag/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-06-04-vagrantfile-for-digdag/</guid><description>I made a Vagranfile in order to launch digdag servers with postgresql backend. Digdag is a workflow manager being developed by Treasure Data. You can...</description><pubDate>Sun, 04 Jun 2017 06:04:23 GMT</pubDate></item><item><title>Check if elastic IP is associated</title><link>https://blog.tmtk.net/blog/old/2017-06-06-check-if-associated/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-06-06-check-if-associated/</guid><description>The sub command doesn&apos;t show whether it has Elastic IPs or not. Another sub command shows InstanceId and PublicIp. We can join them with command...</description><pubDate>Mon, 05 Jun 2017 23:00:30 GMT</pubDate></item><item><title>List subnets with VPC names</title><link>https://blog.tmtk.net/blog/old/2017-06-09-list-subnets/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-06-09-list-subnets/</guid><description>Just one-liner to print VPC and subnet IDs with a tag, , of VPC. Easy to see them without logging into management console of AWS.</description><pubDate>Thu, 08 Jun 2017 21:10:16 GMT</pubDate></item><item><title>Chrome headless mode sample</title><link>https://blog.tmtk.net/blog/old/2017-06-10-chrome-headless-sample/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-06-10-chrome-headless-sample/</guid><description>My chrome was updated to v59 yesterday and it supports long-awaited headless mode. At once I tried it seeing Getting Started. I came to know there...</description><pubDate>Sat, 10 Jun 2017 05:26:25 GMT</pubDate></item><item><title>List security groups associated with EC2 instances</title><link>https://blog.tmtk.net/blog/old/2017-06-10-list-sg-with-ec2/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-06-10-list-sg-with-ec2/</guid><description>I&apos;m into writing one-liners using , and commands in order to briefly check some information without logging in management console. The following...</description><pubDate>Sat, 10 Jun 2017 09:51:52 GMT</pubDate></item><item><title>Install jq with yum by ansible on CentOS7</title><link>https://blog.tmtk.net/blog/old/2017-06-14-install-jq-by-ansible/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-06-14-install-jq-by-ansible/</guid><description>I usually forget way to install jq by ansible. I memorize it.</description><pubDate>Tue, 13 Jun 2017 22:37:11 GMT</pubDate></item><item><title>Pandas Range</title><link>https://blog.tmtk.net/blog/old/2017-08-23-pandas-range/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2017-08-23-pandas-range/</guid><description>I sometimes use pandas to analyze access logs and utilize binning feature, but usually I forget how to make range objects with methods. So I memorize...</description><pubDate>Tue, 22 Aug 2017 21:40:38 GMT</pubDate></item><item><title>Sample of ACME autocert in golang</title><link>https://blog.tmtk.net/blog/old/2018-04-08-acme-autocert-in-golang/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2018-04-08-acme-autocert-in-golang/</guid><description>It&apos;s amazaingly easy to use Let&apos;s Encrypt in golang if we use a package, https://godoc.org/golang.org/x/crypto/acme/autocert. I made a sample running...</description><pubDate>Sun, 08 Apr 2018 10:01:58 GMT</pubDate></item><item><title>How to use awscli on CentOS6&quot;</title><link>https://blog.tmtk.net/blog/old/2018-04-10-how-to-use-awscli-on-centos6/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2018-04-10-how-to-use-awscli-on-centos6/</guid><description>I always forget how to use awscli on CentOS6 which pip doesn&apos;t support to install awscli with python2.6. I forgot how many times I installed... I...</description><pubDate>Tue, 10 Apr 2018 05:10:39 GMT</pubDate></item><item><title>hclutil, small utilitiy</title><link>https://blog.tmtk.net/blog/old/2018-09-07-hclutil/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2018-09-07-hclutil/</guid><description>I wrote a small tool for HCL, . It&apos;s now only supporting conversion from HCL to YAML/JSON.</description><pubDate>Thu, 06 Sep 2018 23:49:18 GMT</pubDate></item><item><title>Made a storage driver for botkit with consul</title><link>https://blog.tmtk.net/blog/old/2018-09-15-botkit-storage-consul/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2018-09-15-botkit-storage-consul/</guid><description>I created a storage driver written in TypeScript for botkit as consul backend. I could publish the module as onto npm. It&apos;s easy to use it like this.</description><pubDate>Fri, 14 Sep 2018 23:37:19 GMT</pubDate></item><item><title>Kafka CLI</title><link>https://blog.tmtk.net/blog/old/2019-01-18-kafka-cli/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2019-01-18-kafka-cli/</guid><description>最近仕事でkafkaに接続してoffset Nの値を調べるとか、それを複数の環境でやることが多かった。 毎回証明書とかtopic名とかを調べて実行するのがめんどくさくなったので、一つの設定ファイルにprofileとして複数環境を設定しておけるコマンドをgolangで書いた。...</description><pubDate>Fri, 18 Jan 2019 13:12:33 GMT</pubDate></item><item><title>時刻表メモサービスを作った</title><link>https://blog.tmtk.net/blog/old/2019-02-24-mytimetable/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2019-02-24-mytimetable/</guid><description>普段、電車とバスで通勤してるのだが、電車とバスの時間を覚えられない。 特に帰りはいつも決まった時間にオフィスを出るわけではないので、もう数分早くオフィスを出たら急行に乗れたのに、というようなことも多い。...</description><pubDate>Sun, 24 Feb 2019 06:37:09 GMT</pubDate></item><item><title>actがtask runnerとしていい感じ</title><link>https://blog.tmtk.net/blog/old/2019-06-15-act/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2019-06-15-act/</guid><description>GitHub Actions、Sign upしましたか？ 私は開通してちょっと試して、ああまだTravisCIやCircleCIのようなCIサービスの代わりにはならないな、 とちょっと残念に思いしばらく触ってませんでした。...</description><pubDate>Sat, 15 Jun 2019 05:51:09 GMT</pubDate></item><item><title>CLI in Swift to list reminders</title><link>https://blog.tmtk.net/blog/old/2019-07-13-list-reminders/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2019-07-13-list-reminders/</guid><description>I usually use macOS official reminder application for simple TODOs. Sometimes I&apos;d like to list them in JSON with CLI. I tried to write it as my first...</description><pubDate>Sat, 13 Jul 2019 07:26:37 GMT</pubDate></item><item><title>clean-log-stream</title><link>https://blog.tmtk.net/blog/old/2020-03-28-clean-log-stream/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2020-03-28-clean-log-stream/</guid><description>Just memo, .</description><pubDate>Sat, 28 Mar 2020 00:50:33 GMT</pubDate></item><item><title>Command Line Interface for AWS Athena</title><link>https://blog.tmtk.net/blog/old/2020-03-29-athena-cli/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2020-03-29-athena-cli/</guid><description>I made a CLI tool for AWS Athena so that we can casually execute our queries. It&apos;s very easy to check results.</description><pubDate>Sun, 29 Mar 2020 04:34:30 GMT</pubDate></item><item><title>Check if ACM Certificate is in-use with one-liner</title><link>https://blog.tmtk.net/blog/old/2020-03-30-check-if-acm-certificate-is-in-use/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2020-03-30-check-if-acm-certificate-is-in-use/</guid><description>You can use the one-liner though you need :)</description><pubDate>Mon, 30 Mar 2020 04:28:17 GMT</pubDate></item><item><title>Migrate to Next.js from Hugo</title><link>https://blog.tmtk.net/blog/old/2020-09-21-migrate-to-nextjs/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2020-09-21-migrate-to-nextjs/</guid><description>I&apos;ve used Hugo to generate my site. Actually Next.js is now very popular as JAMStack and I&apos;m interested in React. So to learn Next.js I tried to...</description><pubDate>Mon, 21 Sep 2020 10:10:00 GMT</pubDate></item><item><title>microk8s@macOSでhello worldしようとおもったらハマった</title><link>https://blog.tmtk.net/blog/old/2020-10-08-hello-world-with-microk8s/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2020-10-08-hello-world-with-microk8s/</guid><description>TL;DR: microk8sを使ってk8sの勉強がてらつらつら書いていくその第一回のつもりだったんだけど、microk8sがmacOS Catalinaではまだ全部の機能がちゃんと動かなかったというオチ。 &gt;...</description><pubDate>Wed, 07 Oct 2020 23:01:00 GMT</pubDate></item><item><title>Image sizes created by buildpacks pack suggests</title><link>https://blog.tmtk.net/blog/old/2020-11-21-image-size-buildpack-go/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2020-11-21-image-size-buildpack-go/</guid><description>Buildpacks and pack Buildpacks is a CNCF project in image build category. Without writing Dockerfile, you can make iamge if the given builder...</description><pubDate>Fri, 20 Nov 2020 15:24:00 GMT</pubDate></item><item><title>リモートワークのための投資が一段落したのでまとめる</title><link>https://blog.tmtk.net/blog/old/2020-12-05-investment-for-remote-work/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2020-12-05-investment-for-remote-work/</guid><description>コロナ渦で緊急事態宣言が出されてから自宅でのリモートワークとなり作業環境は激変。リモートワーク主体でやっていくことになり、自宅の一室に仕事に適した環境を作ろうと決めました。</description><pubDate>Sun, 06 Dec 2020 06:30:00 GMT</pubDate></item><item><title>A sample for AWS Lambda with container image</title><link>https://blog.tmtk.net/blog/old/2020-12-05-lambda-container-sample/</link><guid isPermaLink="true">https://blog.tmtk.net/blog/old/2020-12-05-lambda-container-sample/</guid><description>AWS Lambda supports container image AWS announced Lambda supports container iamge at re:Invent 2020. I tried it with AWS CDK.</description><pubDate>Sat, 05 Dec 2020 09:53:00 GMT</pubDate></item></channel></rss>