Part 1 The 1983 movie Conan The Barbarian starring Arnold Schwarzenneger as a slave turned swordmaster was heavily influenced by the philosophy of Friedrich Nietzsche, indeed in the first few opening scenes we the see phrase “What does not kill me, makes me stronger” which other than “God is dead” is the phrase which most sums up the Nietzscherian philosophy.
Also in the opening scenes we see a dialogue between a young Conan and his father about the teachings of their god whom they call Krom....
Here are instructions on how to make fail-safe sourdough bread. This will make about a 900g standard loaf
Equipment An electronic scale Mixing bowl A hand-pump pressure sprayer for creating a spray of water Baking steel or flat baking tray or dutch oven Environment A kitchen with a temperature of around 23C-27C. The fermentation process is very dependent on ambient temperature, the higher the temperature the faster the fermentation process meaning your dough will rise in a shorter time....
I am hosting this website on a VPS and I have a desire to know when my VPS provider reboots my VPS. I wanted to send a multi-cast notification to any subscribed device when the machine reboots.
I had a lot of options: Telegram bot, Email or WhatsApp. I settled for using the free and open-source ntfy.sh software which I self-host.
It allows you to send one-way messages via a subscription model and feature great integration with web and mobile clients....
I first read this story in a footer of a translation of the Quran I bought on an overseas trip. It’s quite a popular translation. It seems like a rather straight-forward story at first but the more I think about it the stranger I realise it actually is.
There was once a man who was so busy one evening he that forgot the time for evening prayers was upon him and only remembered when he heard the call to prayer from a nearby mosque....
A heuristic is another way of saying rule-of-thumb. It’s a thing you refer to when making a decision when fully considering the situation you’re in (from first principles) would be too time-consuming, expensive or about which you simply do not have trusted skills available.
The availability heuristic is what happens when you rely on an immediate example of something when considering a topic. The flaw here is that the immediate example you’re thinking about may in fact have nothing to do with the topic at all....
(the above image was specified as base64 in a markdown file, inefficient but it works.)
Follow up questions Tell me where a CDN fits into this picture? Where are all the places and ways the content might be cached? How would streaming a video work? Where are all the places the content might get compressed? What does load-balancing do?
There really is a difference when it comes to dental floss.
I’m more of the threaded than the tape type. With threaded they usually infuse it with a strong minty flavour because you can do that sort of thing with thread. With tape it’s kind of impossible because I think with the thread the flavour is inside the wax coating but with the tape (which is plastic) the flavour has nothing to bond onto....
So I have this VPS which is basically the thing which hosts the website you’re reading this on. The VPS also hosts other applications so security is a concern of mine since access is entirely remote. I do have fail2ban installed though.
Although I’m getting better at it I mucked about with my /etc/ssh/sshd_config file and configured the daemon to liste on a non-standard port. I then promptly forgot to add an iptables entry to allow traffic on this port, essentially locking myself out of the VPS....
This post is about how I set up nginx and started serving pages over ssl after requesting an SSL certificate using acme.sh
Apart from securing the instance, these instructions assume a fresh install and that I am logged in as user who is a member of the sudo group. If you see a command prefixed with # assume I am either logged in as root, or prefixed the command with sudo....
Sample article showcasing basic Markdown syntax and formatting for HTML elements.