iPrivacy
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.
This is a collection of links I stumbled across and found worth sharing. Also see the blogroll for links to blogs I regularly read.
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.
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.
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.
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).
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.
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).
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).
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.
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.