In the past, as I shared on the blog [1], I have been inspired by Daigo Umehara who is a pioneer and well-known professional gamer in the world. I think his talk or focus is about avoiding an approval emotion as extrinsic motivation, and e…
There is a management paradigm Theory of Constraints (TOC) [1] developed originally from hard science by Eliyahu Goldratt. This time my goal is to clarify the steps for all the stakeholders to find bottlenecks (constraints) to change in a …
The goal is to maximize my energy in AM after waking up, and improve an environment to think. I noticed caring some basic needs is important to do some activities for higher needs, according to the human's growth psychology models such as …
When you arrive to "Kutná Hora hl.n train" station from other cities, then use a small local train to go to "Kutná Hora město" train station to go to the city centre or use the bus. I recommend the cafe "Dobrá Čajovna Kutná Hora" [1]. I vi…
I recommend "Galerie Café park restaurant" Galerie Café park restaurant: http://www.galeriecafepardubice.cz/ , Address: Sukova tř. 2876, 530 02 Pardubice I
When I looked for a good place to think, I found this place. Náchod Náchod is a small city but good place to stay to think, buying the healthy foods, going to the restaurants. And it is accessible to Adršpach and from other cities in Czech…
I installed and did set up Japanese input environment on i3 window manager on Fedora. Here is the working log. Install Install the following packages at first. $ sudo dnf install fcitx $ sudo dnf install fcitx-configtool $ sudo dnf install…
Telč Třebíč
Some photos from 2020 early winter travel before COVID-19 lock down. Potsdamer Platz "Rice On! Berlin" [1] in Berlin Hauptbahnhof building. I went 2 times in the travel. :-D References [1] https://www.riceon.de/
Book The books "カラー図解 新しい人体の教科書" ("Color pictured book: New textbook of Human Body" in English) I bought was very interesting unexpectedly. カラー図解 新しい人体の教科書 上 (ブルーバックス) | 山科正平 | 医学・薬学 | Kindleス…
I have an issue that is mouse lag in Gnome 3, Fedora 32. I could not find the solution after checking it. This issue does not happen on other installed window managers KDE Plasma and dwm. And it also did not happen on Gnome 3 in another la…
Note to install Fedora 32 to a laptop. I like the way to install it from the USB bootable media. Go to https://getfedora.org/en/, then check the way https://getfedora.org/en/workstation/download/. Create the USB media Referr this web site.…
Install Miniconda referring the Miniconda and Installing in silient mode. Install /home/root/local/miniconda3-py38-4.8.3 is installed directory in my case. $ wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.8.3-Linux-x86_64.sh $ …
Let's say that you are at a restaurant, you are hungry. Do you like ordering a food without seeing all the menu? Or you want to order it after seeing all the menu, checking which is the best? The second pattern connects to the desire for s…
Learning materials of DNA sequencing I found the teaching materials of Ben Langmead who is the author of bowtie and bowtie2. This is a great material to learn DNA sequencing. Langmead Lab @ Johns Hopkins University - Teaching Materials: ht…
The photos are from the travel last year.
The photos are from the travel last year. Rome and Vatican.
The photos are from the travel last year.
Just put interesting videos about the DNA sequencing and the history. Reading DNA - Clive Brown, CTO of Oxford Nanopore Technologies www.youtube.com Broad@15 Talk Series; From bases to bytes (Live Stream) https://www.youtube.com/watch?v=GU…
The photos from months ago. Toledo Seville Arcos de la Frontera
I think that the important context of the present capitalism is sustainable growth. It is a scaffold of today's education, values and people's behavior in many regions. Growth is an encouraged value in the regions, but it was not always en…
I love the tool yEd Graph Editor. yEd is freely available and runs on all major platforms: Windows, Unix/Linux, and macOS. It's available on Linux too. Is it packaged like FreeMind on Linux? www.yworks.com
Very exciting news. https://biomake.space/home/blog/mozilla-grant-win-biomakespace-facilitates-accessible-gene-editing-and-dna-sequencing-technology Publicly-available datasets, open hardware, and good open-science practices will be used t…
Around Nuevos Ministerios metro station, and Chamartín Railway Station are local or business area. The place was not so crowed. Madrid airport was around 16 minutes from Nuevos Ministerios metro station. Maybe at a bookstore in Madrid airp…
Months ago, I traveled Madrid Spain. That time, the route was Madrid, Toledo, Seville, and Arcos de la Frontera. Madrid - Tourist area The Atocha station is the main train station for the tourist. Museum of Ham (Museo del Jamón) is my favo…
Something great is happening.. It's time to add RHEL8, 7 to your applications' CI test case. RHEL8 $ docker run --rm -t registry.access.redhat.com/ubi8 bash -cx "uname -a; cat /etc/os-release" + uname -a Linux b065f4dfb56b 4.4.74-boot2dock…
Months ago in Cambridge. ADC Theatre, Corpus Playroom [1] and Botanic Garden. [1] https://www.adctheatre.com/
I would show you how to install podman the alternative docker. The difference between docker and podman is docker: Running the docker daemon to operate the containers. podman: Do not need to run a daemon to operate the containers. As a ini…
Before next blog for qemu-user-static. I would write some articles. How to remove not removed container images The subject is that I faced. The reason is after upgrading a docker, the actual storage to manage containers were changed. Then …
qemu-user-static enables us to run multi architecture environment such as ARM on x86_64 like this. $ docker run --rm --privileged multiarch/qemu-user-static:register --reset $ docker run --rm -t multiarch/ubuntu-debootstrap:arm64-bionic un…