Jan-Lukas Else

Thoughts of an IT expert

๐Ÿ”— Links: 2019-11

This is a collection of links I stumbled across and found worth sharing. Also see the blogroll for links to blogs I regularly read.


iPrivacy

Published on in ๐Ÿ”— Links
Updated on

Matt Baer, the creator of the writing platform write.as, writes about Appleโ€™s privacy focused marketing and how that doesnโ€™t matter when your iPhone is full of apps like Facebook, Instagram or Google.

View

Maybe itโ€™s time to stop using Facebook

Published on in ๐Ÿ”— Links

I deleted my Facebook account back in 2017. If you still have an Facebook account, maybe think again if you really need it. Thereโ€™s this site and Kev Quirk also wrote a list of reasons why using Facebook might be a bad idea.

View

Mobile personal web server

Published on in ๐Ÿ”— Links

Aral Balkan is doing some cool things with his Small Technology Foundation. Recently he built a personal mobile web server using a Raspberry Pi Zero (+ an LTE modem) and his web server project Site.js. What really fascinates me, is that it just needs a 14500 Lithium-ion battery, but then it is able to operate from basically everywhere with an LTE connection. Imagine all the use cases.

View

The Value in Goโ€™s Simplicity

Published on in ๐Ÿ”— Links

Benjaming Congdon shares in an article, why he appreciates Goโ€™s simplicity. To summarize: Its great forward / backward compatibility, dependencies (stable, fewer dependencies needed), included functionality (testing, http, โ€ฆ) and formatting (because Go has an integrated formatter, although every project has its own way to do things, all code follows the same formatting conventions).

View

The best way to blog in 2020

Published on in ๐Ÿ”— Links

Itโ€™s not 2020 yet, but Ben Werdmรผller shares great advice of how to blog in 2020. Itโ€™s a great article for everyone thinking about starting a blog. He tells which platform to use and how to get into writing.

View

Longest talk show in the world?

Published on in ๐Ÿ”— Links

A livestream on YouTube (German) shows two moderators trying to break the Guinness World Record of the longest talk show. They have to moderate for at least 70 hours and 5 minutes (their goal is 72 hours) and only get 5 minutes per hour, which they can use for other activities (like sleeping or going to the toilet).

View

WordPress gets a payment feature

Published on in ๐Ÿ”— Links

Similar to Ghost 3.0, WordPress (WordPress.com + Jetpack sites) now supports payments too. As with Ghost, this is also based on Stripe, but with a few more options (because WordPress in general has more options).

View

Blogging workflow

Published on in ๐Ÿ”— Links

Manton Reece, the creator of micro.blog, writes about his blogging workflow. He uses many different ways to post to his blog depending on what he wants to publish.

View

Happy Birthday, Go!

Published on in ๐Ÿ”— Links

I develop code in Go for just a few months now, but I learned to like it. Itโ€™s fast, simple and can produce static binaries. In contrast to Java (the language I have to use for a lot of university and work stuff) it does many things much simpler. And I think Go is really easy to learn, also thanks to its good documentation.

View

Jan-Lukas Else