]> njoseph.me Git - blog.git/commitdiff
Become independent of Medium 🎉
authorJoseph Nuthalapati <njoseph@riseup.net>
Sun, 4 Oct 2020 11:06:39 +0000 (16:36 +0530)
committerJoseph Nuthalapati <njoseph@riseup.net>
Sun, 4 Oct 2020 11:06:39 +0000 (16:36 +0530)
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
12 files changed:
content/posts/block-ads-on-android-using-proxy-server.md
content/posts/demystifying-the-term-serverless.md
content/posts/emacsconf-2019.md
content/posts/of-statements-and-expressions.md
content/posts/replacing-cloud-based-to-do-apps-with-orgzly-and-syncthing.md
img/android-proxy.jpeg [new file with mode: 0644]
img/apache-logo.png [new file with mode: 0644]
img/emacsconf-logo.png [new file with mode: 0644]
img/orgzly.png [new file with mode: 0644]
img/punch-card.jpeg [new file with mode: 0644]
img/server-hardware.jpeg [new file with mode: 0644]
img/syncthing-web.png [new file with mode: 0644]

index d518be1b333b71016a0474ac183cb9c4a89b1598..119fca93f7bb536fa4686eb40bc3f660d70213d3 100644 (file)
@@ -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.
 
-<img src="https://cdn-images-1.medium.com/max/2000/1*9l8-HyO2mWW3-IyOUpYsLg.jpeg" width=300/>
+![](/blog/android-proxy.jpeg)
 
 Here’s how you reach this screen.
 
index 30171474cc6f0307876e642403091dd6deb79b26..71f2228dbce7bd2748b14729e95ff9d1b5f501d4 100644 (file)
@@ -9,15 +9,14 @@ type:  "post"
 highlight: false
 ---
 
-
-<img src="https://cdn-images-1.medium.com/max/1000/1*JQwYsJYUjKLWCf8r4iEueQ.jpeg" width=800/>  
+![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.
index 8bded44982457090ffaa9099e8f59cb39cdc94eb..2813bb65b829489d71c12233f640f777f31312bb 100644 (file)
@@ -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
index 6a66151e1b246bfaee6efe2fcc9d569344f6af6a..6c079a5c62849e7b41a53b1376cd293cf6337203 100644 (file)
@@ -10,7 +10,7 @@ highlight: false
 ---
 
 
-<img src="https://cdn-images-1.medium.com/max/2000/1*XUB8BR4mGQKtmiFsZt4_1w.jpeg" width=800/>  
+![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.  
index 3001de0cb8af435340554399a6c0956a856cef4b..9a90948f64d7bfc7deba11e0b486d863c6e99e92 100644 (file)
@@ -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/).
 
-<img src="https://cdn-images-1.medium.com/max/4932/1*JY2ZVhDb_j6YGkq7zR4Njg.png" alt="Syncthing on Work Laptop" width=800/>
+![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.
 
-<img src="https://cdn-images-1.medium.com/max/2000/1*EynI53HGd-Zy1dzOQCkRrw.png" alt="Orgzly sync options" width=300/>
+![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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..291dfd5
Binary files /dev/null and b/img/syncthing-web.png differ