I was never lucky in making pizza. Finally, I came across a recipe for a great pizza dough which actually results in, in fact, the world’s best pizza.
For two pizzas you simply need
150 gr. Hard wheat Semolina 75 gr. Semola di Grano Duro Rimacinata 75 gr. Farina di Grano tenero TIPO “00” 180 gr. Water 6 gr. Salt 3 gr. Freash yeast Olive oil
I was pointed to this recipe in one of the podcast episode of Bits und so. You can read the whole recipe in this forum, German only though.
Pug it and leave it for at least 48 hours in the fridge. Said that you can leave it there also for 2 weeks. It gets even better the longer it sits there.
If often need quick look into these RFCs while being in an editor or at a console windows. To avoid switching from the keyboard and losing focus, I use a small batch file called rfc.bat to gain access to RFCs very quickly.
The batch script simply calles the IETF RFC URL with the RFC number as parameter.
@echo off start https://tools.ietf.org/html/rfc%1
Where ever the batch files lives, make sure the directory is in your path. I use a folder called c:\Prg\batch which is synchronized over all my computers.
I have adapted this approach to a variety of manual tasks to open files which live on a dedicated place. E.g. I use a much more sophisticated script to open Visio diagrams based on process numbers from our company sharepoint to gain quick access instead of maneuvering through a bunch of websites. These are more than 500 documents named based on a alphanumeric pattern, so this way makes it much more easy to find and open the documents.
… comic style images of me. No kidding. I text a lot with my wife. At work or university, sometimes there is only a little time between appointments – sometimes not enough for a phone or Facetime call.
Personal emojis as provided by Bitmoji make the difference. We (my wife and myself) use this a lot – and it’s fun even for a grown-up adult.
It comes as a iPhone app which provides an keyboard with the emojis, but also a an Android app and is available as Chrome extension as well.
To create your avatar you simply create one selfie, and within seconds you’ll have your personal comic style emojis to be used in almost any ab by copying and pasting the images.
It’s not a productivity tool at all and basically, it is just a little bit of fun – but hey, who told that life should be no fun at all?
I recently started using Tiny Tiny RSS as feed reader. I was looking for some reader I am able to host by myself. To achieve this, I’ve set up a dockerized version of tt-rss to be hosted on my server (more on this topic later).
While I am overall pleased by the overall experience with tt-rss, I was looking for a complementary iPhone app. I found (and can highly recommend) tiny Reader RSS by Pascal Pluchon.
The app comes with a clean UI, very easy to use. When opening the very first time you might run into the error API_DISABLED.
To fix this, log into tt-rss and navigate to you settings pane. Simply check Enable API to allow the app to communicate with your server.
I currently work in a clean desk office space. Every evening, I pick up everything belonging to me beside the monitors. Every morning I come, I prepare the desk. Putting my laptop there, attaching the power plug, the monitors and so on.
Every morning I get all my devices out of my bag. And every morning I see the same picture.
And here begins the fun. I currently use a Microsoft Surface Pro – and while I truly love this device and it’s functionality, the USB capabilities are a major drawback. Similar to my MacBook which only provides one USB-C port, the Surface only has one standard USB port.
Most of the devices I can switch based on the particular need (at the desk, in the meeting). However, most of the time, the USB port is occupied to load my mobile devices. Headphones, phone, one more phone, battery pack need to be charged during the day.
Why are USB power outlets on workplaces not a standard, nowadays? On my desk I find power outlets and netport ports. However, no possibility to charge my USB devices. Maybe you have this already on your working space, but here, we don’t have it.
Eventually, Microsoft Surface AC adapter comes with a very simple solution . It provides a USB power outlet allowing you to charge your devices without the need to occupy one (or the one) USB port of your laptop.
This solution is just obvious and practical. I wonder why this is not a standard on AC adapters meanwhile. I hope to see this more often in the future.
I loved PowerToys for Windows 95! Now they are back. To be found on GitHub. Available summer 2019.
PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. Inspired by the Windows 95 era PowerToys project, this reboot provides power users with ways to squeeze more efficiency out of the Windows 10 shell and customize it for individual workflows. A great overview of the Windows 95 PowerToys can be found here. The first preview of these utilities and corresponding source code will be released Summer 2019.
You must see this. Sene 38 about the death star escape. This epic fan art was made by FIXITINPOST. Once seen, you can’t watch Episode IV anymore without wanting to revisit this. Leak and enjoy.
Currently, I commute roundabout 1 hour a day each way. Mainly caused by construction sites and daily crashes on the highway, I spend way too much time in the car. Therefore, I started to listen podcasts about two years ago on a regular base.
For several months, I now had quite a fixed setup of Germany podcasts, I listen throughout the week. Said this, all podcast are German only. There are some additional English speaking podcasts on my backlog, not mentioned here.
Bits und so
Bits und so is my favorite podcast about Apple. This podcast provides 2-3h information about new developments not only but mostly about Apple products and service. This is one of the most professional podcast you might find hosted by Timo Hetzel.
Hosted by Lukas Schmid and Johannes Gehrling, this is the very only Germany speaking podcast covering Nintendo topics. It is offered on a weekly base – about 1 – 1,5h of new information and a lot of chitchat about Nintendo related topics, including special guests and flashback episodes covering the Nintendo history.
Also on a weekly base, the PC Games Podcast provides information based on one of the hardest jobs on earth: playing Games. If you want to stay up to day this is a great add on to the PC Games magazine, though.
This is a must if you grew up with Atari, C64, Amiga and all the other stuff. If you know Kaiser, Hanse, Baldurs Gate this is a must. You will have high-res flashbacks of you childhood. Promised. Hosted by Heinrich Lenhardt und Jörg Langer, there is also a PATERON bonus program with additional episodes available.
While I took part in the Distant Worlds 2 Expedition in Elite Dangerous, I eventually arrived at PYRIE EURK QX-U E2-0 which was the third black hole I visited in the game. While the nebular gives a very special view on the balck hole, I dropped into this system quite unprepared. My ship dropped out of supercruise and was somewhat damaged. After traveling several weeks without any savepoint (some ten thousand of lightyears) this was quite some exciting moment.
Personal Remark
From time to time I will post some remarkable waypoints on this blog. Elite Dangerous is an evolving game, some kind of a space simulation, which is largely covered in the press. In case you want to contact me in game, feel free to find me using my XBOX Live with my gamertag aheil.
I do some work on my MacBook with macOS, on my Windows laptop with Windows 10 and Ubuntu WSL. I work in Visual Studio Code onWindows while running Ansible scripts in my Ubuntu WSL on the same code base. What could possibly go wrong? While I spent the last few evenings debugging, I completely forgot about the obvious. I should know better, though.
CRLF vs LF
When working on my Windows machine I regular forget about file formats. While in many cases the systems are nowadays very resilient, when creating Docker containers this can end up in a big FUBR. In the likely case, you freshly built container using an entrypoint script tells you during a docker-compose up something like
standard_init_linux.go:xxx: exec user process caused "no such file or directory"
go and check the file format of the entrypoint script and switch to LF. At least Visual Studio Code makes it easy.
To bash or not to bash
In case you see exactly the same error, check the entrypoint script again. Is it using bash as mine?
Go ahead and make sure bash is installed in your image. Use something like the line below. On a very regular base, I completely forget about installing bash but keep trying to use it again and again.
apk add bash
No Permission
In case you encounter another obscure message telling you
standard_init_linux.go:xxx: exec user process caused "permission denied"
check the permissions of the entrypoint script.
chmod +x entrypoint.sh
should do it on on your host. As I run my deployment using Ansible, I use a task similar to