Skip to content

Instantly share code, notes, and snippets.

@pn11
pn11 / AmazonCloudDrive.md
Last active September 27, 2018 12:42
Mac を英語で使っている場合、 Amazon Cloud Drive のデスクトップクライアントは、System Preferences > Language & Region > Advanced >Format language で 日本語を選択すると amazon.co.jp にログインできる。

Amazon Cloud Drive

要点を先に書くと、Mac を英語で使っている場合、 Amazon Cloud Drive のデスクトップクライアントは、System PreferencesLanguage & RegionAdvancedFormat language で日本語を選択すると amazon.co.jp にログインできる。

ここからは蛇足。Amazon Drive (Amazon Photos, Amazon Cloud Drive とも言う?) を RAW 画像を含む写真をバックアップするのに使っている。ブラウザからはディレクトリのアップロードができないので、デスクトップクライアントが必要になる。このデスクトップクライアントに問題があって、 amazon.com とか、 amazon.co.jp とかのログイン先を自分で選べない。ここにも色んな人が書いている。

OS の言語設定を英語にしてると amazon.co.jp にログインできないと書いてる人がいたので、ログインするときは言語を変えるようにしていた。が、しばらく使っているとけっこう頻繁にログインを求めてくる。そのたびに OS の設定を変えるのは本当に面倒。App Language Chooser を使ってこのソフトだけ日本語にしてみてもだめ。3台の Mac に入れて使っているのでログインする機会があまりに多く、ついに先日、イライラした勢いで問い合わせてみた。D論を書いてるノリのままだったので、英語で書いたんだけど、返事は日本人からだった。日本人同士なのに英語でやりとりするという無駄。そもそも返事はあまり期待してなかったんだけど、有益な情報が送られてきた。曰く、

@ericclemmons
ericclemmons / example.md
Last active September 20, 2024 12:46
HTML5 <details> in GitHub

Using <details> in GitHub

Suppose you're opening an issue and there's a lot noisey logs that may be useful.

Rather than wrecking readability, wrap it in a <details> tag!

<details>
 Summary Goes Here
@jabranham
jabranham / evernote-to-org-mode.org
Last active October 24, 2023 13:52
Evernote to org-mode

Export from evernote

You’ll have to open up the evernote application on either Mac or Windows (they don’t have a linux client), right click on the notebook you want to export, and select “Export.” Select the option to export to html (either one page or several pages, depending on your preference. I went with one html page for each note).

Clean filenames

@Isaddo
Isaddo / import-github-labels.js
Last active September 6, 2024 00:47
import github labels via console command
/*
Go on your labels page (https://github.com/user/repo/labels)
Edit the following label array
or
Use this snippet to export github labels (https://gist.github.com/MoOx/93c2853fee760f42d97f)
and replace it
Paste this script in your console
Press Enter!!
@adsteel
adsteel / run_circle_ci_locally.md
Last active March 28, 2019 21:43
Run CircleCI Locally

SSH into the tests, run them locally in a browser

Get dependencies

$ brew install caskroom/cask/brew-cask
$ brew cask install chicken

Run tests in SSH on CircleCI

  • Rebuild your tests from the rebuild drop menu, selecting "Rebuild with SSH"
@shmup
shmup / torrents.md
Last active July 5, 2025 22:03
transmission blocklist guide

Transmission Blocklist

The Transmission torrent client has an option to set a Blocklist, which helps protect you from getting caught and having the DMCA send a letter/email.

It's as simple as downloading and installing the latest client:

@joepie91
joepie91 / vpn.md
Last active August 4, 2025 17:52
Don't use VPN services.

Don't use VPN services.

No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.

Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.

  • A Russian translation of this article can be found here, contributed by Timur Demin.
  • A Turkish translation can be found here, contributed by agyild.
  • There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
@dstagner
dstagner / gist:193207fed46acf5b5bae
Last active June 11, 2025 14:47
Ruby ISO8601 time in milliseconds

So you want to generate ISO8601 formatted timestamps in Ruby, but need resolution finer than a second?

First, make sure to require 'time' in order to get ISO8601 formatting. But that gets you this:

2.1.0 :001 > require 'time'
 => true 
2.1.0 :002 > Time.now.utc.iso8601
 => "2015-11-12T04:46:43Z" 
@joar
joar / README.rst
Last active March 21, 2022 06:30
Using unicode in your SSID on ASUS RT-AC66U, in ASUSWRT

Using unicode in your SSID on ASUS RT-AC66U

!DANGER!

This might void your warranty. Do it on your own risk.

I'm using the 🐟 emoji character as my SSID, because I like to be special.

How I do it

@quellish
quellish / FBClasses.txt
Created August 15, 2015 01:50
Facebook iOS App Class List
headers:
_ASAsyncTransaction.h
_ASAsyncTransactionGroup.h
_ASDisabledPanUITextView.h
_ASDisplayLayer.h
_ASDisplayLayerDelegate-Protocol.h
_ASDisplayView.h
_ASImageNodeDrawParameters.h
_ASPendingState.h
_ASTextNodeCachedMetrics.h