2021年5月28日金曜日
Octave 6.2.0 + MKL (intel-oneapi-mkl 2021)
2021年5月17日月曜日
GeoTracker and Googe Earth Virtual Tour
I am creating this kind of movie, and finally, I have succeeded to find the set of tools useful on Linux.
(1) GeoTracker on Android
This allows me to get the positions at each time point located with GPS.
https://play.google.com/store/apps/details?id=com.ilyabogdanovich.geotracker&hl=ja&gl=US
(2) RouteConverterLinux
This allows me to edit the points measured above without losing the timing information.
I tried with Google Maps, but it automatically deletes the timing information.
On Ubuntu 20.04, I needed to install OpenJDK 14, and the command is;
/usr/lib/jvm/java-14-openjdk-amd64/bin/java -jar RouteConverterLinux.jar
https://www.routeconverter.de/downloads/de
(3) Google Earth
You should be able to google "Virtual Tour", and scrutinize ;)
The movie I am creating:
2021年5月8日土曜日
Poco F3
I have not written this, but I succeeded to get Xiaomi's Poco F3 on the launch date in Europe via Amazon (8G RAM/ 256 storage ver).
So far so good, and love 48M pixel camera!
PS:
I did not know, but recent android can transfer the environment very easily. The thing I love most is that Google authenticator entries can be transferred using QR code with just one step.
Pixel Experience (Android 11) for Xiaomi A1
I have recently bought the Poco F3, and my old Xiaomi A1 can be bricked!
So, I became to want to test some custom ROMs.
Finally, I realized the pixel experience only offers Android 11 as an official one, and installed it.
I just followed the instruction and it worked!
I may not use this intensively, but it seems the ROM is quite stable.
So far, the only defect I have found is that there is no way to use the tele-lens.
2021年5月1日土曜日
Inverse QFT
Based on the last QFT , I tried the inverse QFT.
I got the result of [640, 654, 573, 666, 615, 601, 635, 654, 616, 603, 646, 602, 629, 605, 593, 668].
This means that the initial state of QFFT is recovered by iQFFT.
The codes of QFT and iQFT are as follows (as far as I understand).
Normal distribution of dice rolls: Python animation
Since my wife started learning statistics, and I wanted to give her some intuitive understanding of the normal distribution, standard deviation, 95% confidence region etc, I made a small python code which generates an animation of the histogram of dice rolls.
This could help others time ;)
(Distribute under MIT license)