RSSAmplifier

Blog

Atsushi Nagase

Recent content on Atsushi Nagase

ngs.ioRSS feed ↗52 posts

Latest posts

Shiomi: A Simple Tide Chart App

I’ve released Shiomi , a tide chart app that runs on iPhone / iPad / Mac / Apple Vision Pro / Apple Watch. “Shiomi” (潮見) is Japanese for “tide watching”. It’s free, with no ads and no in-app purchases. App Store / Website What makes it different Unlike most existing tide apps, Shiomi downloads the harmonic constants for a location — the parameters of the tidal…

Modelmap Analyzer Update

A long-overdue update to Modelmap Analyzer , which I’ve been working on since 2019.

Color Recipes: A Simple Color-Scheme Collection

I’ve published color.recipes , a color-scheme collection you can filter by tag. Schemes you like can be downloaded or copied in various formats. The schemes are managed in a public GitHub repository, so any combination that’s missing you can make yourself and add via a PR.

A URL Shortener on the Cloudflare Workers Free Plan, Managed with Terraform

I’ve published terraform-cloudflare-url-shortener , a Terraform module that deploys a tiny URL shortener running entirely on the Cloudflare Workers free plan. Short links are defined declaratively as a Terraform map and baked into the Worker script — no KV namespace, no database, no paid features required. The module is available on the Terraform Registry as ngs/url-shortener/cloudflare .

Scrapmd - the Markdown formatted Webpage Scrapbook

I’ve published initial version of Scrapmd , an app that clips webpage content into iCloud Drive with Markdown formatted article body and embedded images.

CI2Go for macOS

I’ve published CI2Go the CircleCI client for macOS by porting existing iOS app using Mac Catalyst . Both iOS and macOS versions are available on App Store in same URL. Product website: ci2go.app

Go Release Binary GitHub Action

I’ve published Go Release Binary Action on GitHub Marketplace. Go Release Binary Action on GitHub Marketplace This GitHub Action builds and uploads Go build artifacts as Release Artifacts automatically when Release was created on GitHub repository.

Import AWS credentials.csv to 1Password using aws1pif

I’ve just open-sourced aws1pif , a command line tool that converts AWS credentials.csv to 1Password .1pif file format ngs/aws1pif

CI2Go Today widget support

I’ve just released version 2.1.0 of CI2Go , the CircleCI client for iPhone and iPad. v2.1.0 contains the following: Today widget SSH connect Delete local artifacts Open application by URL

Coveralls plugin for fastlane

I’ve just published a fastlane plugin that sends Xcode code coverage to Coveralls and its depending library xccoveralls that also works as standalone command line tool. ngs/fastlane-plugin-coveralls ngs/xccoveralls

CI2Go version 2

I’ve just released major updated version 2.0.0 of CI2Go , the CircleCI client for iPhone and iPad. V2 contains the following updates.

Wiplock - Protect main branch from in-progress branches

TL;DR I released Wiplock that protects main branch from pull requests that contains WIP in the title or incompleted tasks. https://wiplock.com Wiplock is an OSS built with Go and React + Redux. Please take a look if you’re interested in. https://github.com/ngs/wiplock

Testing Email Delivery in Nightwatch.js End to End test

I’ve published an example Nightwatch.js End to End (E2E) testing project that contains Email delivery testing using Mandrill and RequestBin . ngs/nightwatch-mail-example on GitHub This example project tests subscribing and unsubscribing Hacker News Letter user flow.

Hyperterm Tomorrow Themes

I’ve published Hyperterm themes based on Tomorrow Themes . How to install npm search hyperterm-tomorrow $EDITOR ~/.hyperterm.js

PGP encrypted messages for Keybase users in our chat rooms

I’ve released hubot-keybase , a Hubot script to encrypt messages for Keybase users. ref: ngs/hubot-keybase on GitHub

Announcing CI2Go v1.3.0

I’ve released v1.3.0 of CI2Go the @circleci client for iOS. CI2Go on the App Store

Deploy Swift WebApps on Amazon EC2 Container Services (ECS)

TL;DR Developing Web applications with Swift is pretty fun 🤘 We can run them on Amazon EC2 Container Services and I tried to build light-weight Docker image to deploy more faster. Here is an example project I made, check this out :point_down: https://github.com/ngs/Swifton-TodoApp https://hub.docker.com/r/atsnngs/docker-swifton-example/ https://circleci.com/gh/ngs/Swifton-TodoApp

Real-time Log Support w/CI2Go the @circleci Client for iOS

I've released new version of CI2Go, the @circleci client for iOS that supports real-time log watching. CI2Go on the App Store In order to support real-time log watching, I dropped the API Refresh Interval feature from this version.

Generate NSColor / UIColor based on Swift String

I’ve published a Swift library ColorHash , that generates UIColor and NSColor based on given string. ngs/color-hash.swift import ColorHash let str = 'こんにちは、世界' let saturation = CGFloat( 0.30 ) let lightness = CGFloat( 0.70 ) ColorHash(str, [saturation], [lightness]).color This is a Swift port of a JavaScript library Color Hash .

Copy UIColor / NSColor initializer code from Sketch app

I’ve published Copy Swift Code , a Sketch app plugin for generating UIColor and NSColor initializer Swift code from fill color of selected layers. ngs/sketchplugin-swift-color

Announcing @circleci client for Apple Watch ⌚️

Version 1.1.0 of CI2Go , the CircleCI client for iOS is now available on the AppStore . CI2Go on the App Store This update includes WatchKit Extension.

CI2Go v1.0.0 the @circleci Client for iPhone & iPad

I've released a CircleCI client for iPhone & iPad. CI2Go on the App Store

Apply UIAppearance immediately on the screen

I was looking for how to apply changes made with UIAppearance’s proxy method immediately. I found a solution in a library UISS , that handles Stylesheets written with JSON format.

Pick assignee for JIRA issues with hubot-jira-lotto

I published a Hubot script to pick assignee for JIRA issues. ngs/hubot-jira-lotto npm install --save hubot-jira-lotto

Fetch distributions and invalidate with hubot-cloudfront

I published a Hubot script to fetch Amazon CloudFront distribution list and invalidate objects. ngs/hubot-cloudfront npm install --save hubot-cloudfront

TDD Hubot scripts with gulp+mocha

I created 3 Hubot scripts and published to npm , however I worried about that there are no unit tests with them. So I configured them unit tests with gulp and mocha .

Take cross browser screenshots with hubot-browserstack

I published a Hubot script to take cross browser screenshots with BrowserStack . me > hubot screenshot me http://www.google.com/ hubot > Started generating screenshots in http://www.browserstack.com/screenshots/d804f186e460dc4f2a30849a9686c3a8c4276c21 To add this script run npm install command in your hubot directory. npm install --save hubot-browserstack and add hubot-browserstack to…

GitHub Notifications for Google Chrome

I created a chrome extension to check GitHub Notifications in toolbar icon. This displays unread count and lists unread notifications in popup. GitHub Repository: ngs/github-notifications-crx

Abort Capistrano 2 deployment if remote is dirty

I configured Capistrano 2 to abort deployment if remote directory is dirty. Because uncommited changes in remote directory will cause degrade. # Of course, modifying source code in remote directory is bad, but sometimes we need to do it.

Similar Articles on middleman-blog

I created a middleman-blog extension to lookup similar articles. View middleman-blog-similar on GitHub . You can retrieve similar articles from similar_articles helper method or Middleman::Blog::BlogArticle#similar_articles instance method.

Exporting and importing iTerm 2 Color Schemes

I started to manage stuffs with dotfiles git repository instead of Boxen . I managed iTerm 2 color schemes with puppet-iterm2 modules, that was very useful.

Universal Code support for middleman-google-analytics

As Google announced , Universal Analytics became out of beta. This blog is using middleman-google-analytics to embed Google Analytics code, so I need to paste the snippet or modify the extension to use Universal Analytics. The extension helped me a lot, so I started improve that and sent pull requests.

middleman-ogp

I released an OpenGraph Protocol helper extension for Middleman. ngs/middleman-ogp on GitHub In your Gemfile gem 'middleman-ogp'

Generating JavaScript code to arrange elements to be same with specified HTML or element using jQuery Element Diff

jQuery Element Diff Plugin is a plugin to generate JavaScript code to arrange elements to be same.

Generating unique selector with jQuery Selectorator

jQuery Selectorator Plugin is a plugin to generate unique selector from jQuery object. $ ( 'element' ). getSelector () Set options.ignore to ignore classes, ids, names: $ ( 'element' ). getSelector ({ ignore : { classes : [ 'ui-droppable' ] } })

Twitter Bootstrap theme for RDoc

I created a RDoc Generator with Bootstrap forked from Hanna Nouveau . http://ngs.github.io/hanna-bootstrap/ Hanna Bootstrap is available from RubyGems. gem install hanna-bootstrap Or git-clone from the repo if you would. git clone git://github.com/ngs/hanna-bootstrap.git The templates of this generator are written in HAML , SASS , CoffeeScript . You can customize your favorite Bootstrap based…

Using blink(1) as RSpec formatter

I created Ruby library for blink(1) that wraps official blink1-lib C interface. This video shows runnning RSpec using blink(1) as formatter, shows current status with LED color. Both are available on RubyGems gem install rb-blink1 gem install blink1-formatter GitHub: rb-blink1 , blink1-formatter

Evernote SDK for Mac: Async requests and file attachment support

Current HEAD of Evernote SDK for Mac OS X does not support async requests but the iOS SDK does. So I ported modern Objective-C code (means non-thrift) from the iOS SDK. ngs/evernote-sdk-mac This version enables note creation very easy.

Released EverDesktop

I’ve just released EverDesktop . EverDesktop is a small Mac application for clipping files on your Desktop to Evernote, allows you to make tidy your Mac from status bar icon.

Open Graph protocol tag helper for nanoc

I’ve created Open Graph protocol tag helper for nanoc to build my corporate site. To use this helper: Download Ruby code Place it to lib/nanoc/helpers/ on your nanoc project. Add require 'nanoc/helpers/og_tags' to lib/default.rb . Now you can use og_tag helper in your templates. For more details see the spec or trace my haml template .

iGist v1.2 - The Gist Client for iPhone, iPad

I just released new version of iGist - The Gist Client I rebuilt the app for iOS 6, optimized for iPhone 5's 4 inch screen and supported Share on Facebook . This requires iOS 6 or later, supports both iPhone and iPad.

Create Events on Google Calendar with Git Commit

To track colleagues' work or let colleagues track my work, we started using Google Calendar with writing Git Commits as events.

Generating Objective-C Literals from JSON

The modern syntaxes for NSDictionary, NSArray, NSNumber are supported from Xcode 4.4. To use this easily for testing, I customized JSON#stringify method ported from JSON2.js. With node.js, the script can convert JSON from STDIN. Also in browser, this works with stripping lines under if(process) scope.

Released Evernote Plugin for Coda 2

This plug-in allows you to clip snippets and rendered HTML from Markdown to Evernote . http://ngs.github.com/evernote-codaplugin

Released Creole Plugin for Coda 2

This plug-in allows you to preview and generate HTML from Creole wiki documents. http://ngs.github.com/creole-codaplugin

Released Markdown Plugin for Coda 2

This plug-in allows you to preview and generate HTML from Markdown wiki documents. http://ngs.github.com/markdown-codaplugin

Debugging Coda Plug-In with LLDB

Open Edit Scheme window (⌘<). Select Run pane from side bar. In Info tab, select Coda 2.app from Executable dropdown. Click the OK button to close the window. Select your your plug-in target. Select Build Settings tab, click Add Build Setting , select Add User-Defined Setting and set name as INSTALL_BUNDLE , value as 1 for Debug configuration. Switch to Build Phase tab, click Add Build Phase…

Released Gist Plugin for Coda 2

This plug-in allows you to create public and private gists from current active document. http://ngs.github.com/gist-codaplugin

Migrating Coda modes to Coda 2

Coda 1.x modes are not compatible with Coda 2. This is how to migrate Coda 1.x modes to Coda 2.

jquery-rails confirmation with Bootstrap

In default, jquery-rails prompts with native JavaScript confirm . That&rsquo;s sucks. So I overrode $.rails.fire method to show Bootstrap style modal instead.