-
平日の業務時間内に見つけた問題である関係で(自分ルールで)所属を入れていますが、他社サービスに対する調査や報告は業務とは一切関係のない個人の活動として行っています。
-
文責はmala個人にあります。お問い合わせなどありましたら個人宛にどうぞ。TwitterのDMや任意の文字列 @ma.la
| asn() { | |
| if [ -z "$1" ] | |
| then | |
| echo "usage: asn url" 1>&2 | |
| return 1 | |
| fi | |
| ips=$(dig $DIG_ARGS +short $1) | |
| if [ -z "$ips" ] | |
| then |
| > [Description] | |
| > ** DISPUTED ** An issue was discovered in the LINE jp.naver.line application | |
| > 8.8.0 for iOS. The Passcode feature allows authentication bypass via | |
| > runtime manipulation that forces a certain method to disable passcode | |
| > authentication. NOTE: the vendor indicates that this is not an attack | |
| > of interest within the context of their threat model, which excludes | |
| > iOS devices on which a jailbreak has occurred. | |
| > | |
| > ------------------------------------------ | |
| > |
Time Travel refers to the ability to record a tab and later replay it ([WebReplay][wrr]). The technology is useful for local development, where you might want to:
- pause and step forwards or backwards
- pause and rewind to a prior state
- rewind to the time a console message was logged
- rewind to the time an element had a certain style or layout
- rewind to the time a network asset loaded
| import numpy as np | |
| import random | |
| import math | |
| import cv2 | |
| from PIL import Image | |
| import sys | |
| def detect_markers(im): | |
| markers = [] | |
| # 輪郭線抽出のための二値化 |
| import numpy as np | |
| import random | |
| import math | |
| import cv2 | |
| from PIL import Image | |
| def recognize(im): | |
| # 輪郭線抽出のための二値化 | |
| im_gray = cv2.cvtColor(im, cv2.COLOR_BGR2GRAY) | |
| im_blur = cv2.GaussianBlur(im_gray, (3, 3), 0) |
| #! /usr/bin/perl | |
| # | |
| # Written in 2017 by Kazuho Oku | |
| # | |
| # To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. | |
| # You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. | |
| # | |
| use strict; | |
| use warnings; |
つい先日である27日前に、VimConf 2017 が日本の東京で開催されました。VimConfは世界初かつ世界で唯一の、コミュニティによって定期運営されているVimの国際カンファレンスで、今年で5回目です。
VimConf 2018が来年2018年に開催されることが予告されましたが、これに参加することは熾烈を極める争いになることが予想されます。27日前のVimConf 2017開催中に、「来年の同じ会場を予約する」という発言がありました。同じ会場、つまり客席数は同じです。一方、VimConf 2017の時点ですでにチケットは完売して参加できなかった人も大勢発生しており、このいまの高まるVim熱を鑑みるに、来年は今年の2倍、3倍の激しいチケット争奪戦になることはもはや確定事項といえます。
そんなVimConf 2018のチケットを入手するにはどうすればよいか、公開情報のみから考察し、まとめます。((なお著者のujihisaはVimConfのスタッフで、裏事情のすべてを完全に把握しているかもしれない人物ですが、この記事では公開されていない情報は一切知らなかったことにして考察を進めています。)) 以下に4項目を、難易度の低い順に羅列します。基本的に上の方に記述されているものを優先し、それができなかったら代替案として下に記述されているものを採用すると、すべての物事がスムーズに進み便利です。