tweetボタンを追加した

Hello, tomorinaotweetボタンについて。

 

Tweet Button — Twitter Developers

を参考に追加していたが、

テキストのリンクになっていて画像にならなかった。

f:id:takuwz:20180506211322p:plain

Twitter Publish

を参考に、

tweetボタンを画像表示にするのにscriptタグの行が必要だった

<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

 を追加したら、画像のボタンになった。

Javascriptで呼んでたのね。

 

f:id:takuwz:20180506211536p:plain

 

 

ドメインを買いました

ドメインを買いました。

http://www.tomorinao.space/

httpsじゃないです。(勉強しないと

 

以下の通りでできてしまった。

qiita.com

1、お名前.comでドメインを取得。

2、ConohaのDNSのところに追加。

3、DNSに追加したら、AレコードとIPアドレスを追加。

4、お名前.com Naviのネームサーバの変更をどん。

技術書典4ありがとうございました。それとboothを公開しました

技術書典4、ありがとうございました。

めっちゃ人が多くて、前回みたいにゆったりと話せる感じではなかなかありませんでしたが、前回の本を読んでくださった方が来ていただいたりして、書いて良かったなあというものがありました。

 

さて今回は、

「Software Defined Radio(ソフトウェア無線)の歴史と展望について調べてみたが、
調べきれずWikipediaからで、最終的には上原先生の論文にすべてまとまっていることに気づいてしまったのだぜ」

という長い題名のタイトルで頒布していました。

 

techbookfest.org

Software Defined Radio(ソフトウェア無線)の歴史と展望について調べてみたが、 調べきれずWikipediaからで、最終的には上原先生の論文にすべてまとまっていることに気づいてしまったのだぜ。 だけれども、自分なりの知見を添えてまとめてみました。 <strike>今回の売り上げはすべてwikipediaに寄付したいと思います。</strike> 全額にしてしまうとやる気がでないので、頒布価格を上げて、売り上げの半額をwikipediaに寄付したいと思います。

 

8部頒布できたので、

半額の2000円をwikipediaに寄付したいと思います。しました。

f:id:takuwz:20180423235857p:plain

 

また、予定通り公開しようと思い、BOOTHにて手直しして公開しました。

geetsukunotomori.booth.pm

 

技術書典3でだしたやつも公開したので、ご興味あれば。

geetsukunotomori.booth.pm

 

あとは時間ができたら、日本語版のwikipediaのsoftware defined radioのページを編集したいところ。

 

今回のは、締め切り駆動で大急ぎで書いたところ、初心者向けでもなく、知ってる人はすでに知ってるしという、誰向けかわからない、自分のための本ができてしまった……感がハンパなかったです。

 次はどうしたものか。また自分のために書くか、もうちょっとウケそうなところを狙っていくか迷います。

 

GNU Radio本出しているところがあったので、めっちゃ高まった。

techbookfest.org

Django入門中です

Django入門にはDjango Girls Tutorialがおすすめ - Qiita

HTMLをやってみよう · workshop_tutorialJP

公式のtutorialはpython 3系ぽくて、

なぜか動かず、他の資料を探してみたりで。

 

 

 

Djangoインストールできたよー

クイックインストールガイド | Django documentation | Django

nao@yukimori:~$ python
Python 2.7.12 (default, Dec 4 2017, 14:50:18)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

 

 pipを用いてPythonのフレームワークdjangoをインストール - Qiita

nao@yukimori:~$ sudo pip install --upgrade setuptools
The directory '/home/nao/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/nao/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting setuptools
Downloading setuptools-39.0.1-py2.py3-none-any.whl (569kB)
100% |████████████████████████████████| 573kB 1.5MB/s
Installing collected packages: setuptools
Found existing installation: setuptools 20.7.0
Uninstalling setuptools-20.7.0:
Successfully uninstalled setuptools-20.7.0
Successfully installed setuptools-39.0.1
You are using pip version 9.0.2, however version 9.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
nao@yukimori:~$ sudo pip install --upgrade pip
The directory '/home/nao/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/nao/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pip
Downloading pip-9.0.3-py2.py3-none-any.whl (1.4MB)
100% |████████████████████████████████| 1.4MB 995kB/s
Installing collected packages: pip
Found existing installation: pip 9.0.2
Uninstalling pip-9.0.2:
Successfully uninstalled pip-9.0.2
Successfully installed pip-9.0.3

 

nao@yukimori:~$ sudo pip install django
The directory '/home/nao/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/nao/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting django
Downloading Django-1.11.11-py2.py3-none-any.whl (6.9MB)
100% |████████████████████████████████| 7.0MB 250kB/s
Requirement already satisfied: pytz in /usr/lib/python2.7/dist-packages (from django)
Installing collected packages: django
Successfully installed django-1.11.11

 

はじめての Django アプリ作成、その 1 | Django documentation | Django

nao@yukimori:~$ python -m django --version
1.11.11

 

nao@yukimori:~$ django-admin startproject mysite
nao@yukimori:~$ cd mysite
nao@yukimori:~/mysite$ python manage.py runserver
Performing system checks...

System check identified no issues (0 silenced).

You have 13 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.

April 01, 2018 - 04:23:38
Django version 1.11.11, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
[01/Apr/2018 04:24:00] "GET / HTTP/1.1" 200 1716
Not Found: /favicon.ico
[01/Apr/2018 04:24:00] "GET /favicon.ico HTTP/1.1" 404 1962

 

f:id:takuwz:20180401134218p:plain

 

 

欧州株、ハードル高いなーという思い

www.u-blox.com

 

このプレスリリースを見て、u-bloxの株買うのもありかなーと思い。

てかSIX:UBXNてどこ。

 

スイス証券取引所

UBXN:SIX Swiss Ex 株価 - ユーブロックス・ホールディング - Bloomberg Markets

 

tyatya.hateblo.jp

 

ネット証券では中国とかアメリカの個別はあっても、欧州はなくて。

あっても、インデックスで。ハードル高し。

https://www.rakuten-sec.co.jp/web/fund/detail/?ID=JP90C00035D6

 

価格.com - 外国株の魅力とは?手数料・購入できる証券会社を紹介

スイス株式ファンド 安藤証券

優良企業がひしめく[スイス株]入門 | ハーバービジネスオンライン

欧州株式(ヨーロッパ)|外国株式|岡三証券