From: Joseph Nuthalapati Date: Sun, 4 Oct 2020 11:06:39 +0000 (+0530) Subject: Become independent of Medium 🎉 X-Git-Url: http://njoseph.me/gitweb/blog.git/commitdiff_plain/a37c7a265ea1e753c979576095d57b9933dd1470 Become independent of Medium 🎉 Signed-off-by: Joseph Nuthalapati --- diff --git a/content/posts/block-ads-on-android-using-proxy-server.md b/content/posts/block-ads-on-android-using-proxy-server.md index d518be1..119fca9 100644 --- a/content/posts/block-ads-on-android-using-proxy-server.md +++ b/content/posts/block-ads-on-android-using-proxy-server.md @@ -19,7 +19,7 @@ If you have one Privoxy server running on your LAN, either on your home network Set a static ip address for the server running Privoxy on your local network and set it as your proxy in your Android settings as shown in the following screenshot. - +![](/blog/android-proxy.jpeg) Here’s how you reach this screen. diff --git a/content/posts/demystifying-the-term-serverless.md b/content/posts/demystifying-the-term-serverless.md index 3017147..71f2228 100644 --- a/content/posts/demystifying-the-term-serverless.md +++ b/content/posts/demystifying-the-term-serverless.md @@ -9,15 +9,14 @@ type: "post" highlight: false --- - - +![A server rack](/blog/server-hardware.jpeg) *Server, the physical hardware* When people think of servers, they imagine a big machine or a large stack of them making humming noises and furiously serving millions of requests. A server can also mean a computer program that is continuously running, listening for client requests and serving them. Think Apache, Nginx or Tomcat. -![Apache HTTP server, the software](https://cdn-images-1.medium.com/max/2000/1*ANRQ-WLCLs5yM13GKGBtPg.png) +![Apache HTTP Server logo](/blog/apache-logo.png) *Apache HTTP server, the software* When someone says that they have gone *serverless*, what they actually mean is that they are no longer running a software program listening to requests. There should still be a physical computer of some sort serving the requests of the clients. diff --git a/content/posts/emacsconf-2019.md b/content/posts/emacsconf-2019.md index 8bded44..2813bb6 100644 --- a/content/posts/emacsconf-2019.md +++ b/content/posts/emacsconf-2019.md @@ -9,7 +9,7 @@ type: "post" highlight: false --- -![EmacsConf logo](https://emacsconf.org/s/emacsconf-logo1-256.png) +![EmacsConf logo](/blog/emacsconf-logo.png) I attended the [EmacsConf 2019](https://emacsconf.org/2019/ "EmacsConf 2019") on 2nd November. It was offered as a video stream that anyone can watch over the diff --git a/content/posts/of-statements-and-expressions.md b/content/posts/of-statements-and-expressions.md index 6a66151..6c079a5 100644 --- a/content/posts/of-statements-and-expressions.md +++ b/content/posts/of-statements-and-expressions.md @@ -10,7 +10,7 @@ highlight: false --- - +![Punch Card with a Fortran Statement](/blog/punch-card.jpeg) *By Arnold Reinhold [CC BY-SA 2.5 (https://creativecommons.org/licenses/by-sa/2.5)], via Wikimedia Commons* In the beginning there was FORTRAN. diff --git a/content/posts/replacing-cloud-based-to-do-apps-with-orgzly-and-syncthing.md b/content/posts/replacing-cloud-based-to-do-apps-with-orgzly-and-syncthing.md index 3001de0..9a90948 100644 --- a/content/posts/replacing-cloud-based-to-do-apps-with-orgzly-and-syncthing.md +++ b/content/posts/replacing-cloud-based-to-do-apps-with-orgzly-and-syncthing.md @@ -15,10 +15,10 @@ Recently, I was looking for a non-cloud alternatives for most of my cloud-based [Orgzly](http://www.orgzly.com/) is basically an emulation of Emacs Org-mode on the mobile. This means I don’t have to use two kinds of apps for my To-Do lists. I can write my To-Do lists in Emacs and edit them on the go on my mobile. This sounds a lot like Microsoft Word for Windows Mobile, doesn’t it? Well, I was looking for a FOSS alternative. Now the whole problem is syncing my notes. I could have hosted [NextCloud](https://nextcloud.com/) on a Raspberry Pi at my home and set it up with Dynamic DNS and used it to keep these in sync. But that’s a lot of work and needs additional hardware. Instead, I decided to use a peer-to-peer synchronization tool called [Syncthing](https://syncthing.net/). -Syncthing on Work Laptop +![Syncthing on Work Laptop](/blog/syncthing-web.png) Syncthing is very [easy to use](https://docs.syncthing.net/intro/getting-started.html) and has both desktop and mobile apps. I created a folder called ~/Sync on my laptop and moved my Org-mode lists there. Then, I setup Sycnthing to sync that folder to the mobile device. -Orgzly sync options +![Orgzly sync options](/blog/orgzly.png) Orgzly has a sync feature. I just had to point my Orgzly to use Syncthing’s folder on the mobile device and select “Sync”. Syncthing did its job of getting my notes from desktop to mobile and Orgzly displayed them in Org-mode. diff --git a/img/android-proxy.jpeg b/img/android-proxy.jpeg new file mode 100644 index 0000000..1f9e328 Binary files /dev/null and b/img/android-proxy.jpeg differ diff --git a/img/apache-logo.png b/img/apache-logo.png new file mode 100644 index 0000000..17b4fe1 Binary files /dev/null and b/img/apache-logo.png differ diff --git a/img/emacsconf-logo.png b/img/emacsconf-logo.png new file mode 100644 index 0000000..cd62aac Binary files /dev/null and b/img/emacsconf-logo.png differ diff --git a/img/orgzly.png b/img/orgzly.png new file mode 100644 index 0000000..6799743 Binary files /dev/null and b/img/orgzly.png differ diff --git a/img/punch-card.jpeg b/img/punch-card.jpeg new file mode 100644 index 0000000..5d3861a Binary files /dev/null and b/img/punch-card.jpeg differ diff --git a/img/server-hardware.jpeg b/img/server-hardware.jpeg new file mode 100644 index 0000000..5872b5e Binary files /dev/null and b/img/server-hardware.jpeg differ diff --git a/img/syncthing-web.png b/img/syncthing-web.png new file mode 100644 index 0000000..291dfd5 Binary files /dev/null and b/img/syncthing-web.png differ