<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Technology on MarkJacobsen.net</title><link>https://test.markjacobsen.net/categories/technology/</link><description>Recent content in Technology on MarkJacobsen.net</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 24 Jun 2025 12:50:00 +0000</lastBuildDate><atom:link href="https://test.markjacobsen.net/categories/technology/index.xml" rel="self" type="application/rss+xml"/><item><title>Handing secrets in PHP Docker Compose site</title><link>https://test.markjacobsen.net/2025/06/handing-secrets-in-php-docker-compose-site/</link><pubDate>Tue, 24 Jun 2025 12:50:00 +0000</pubDate><guid>https://test.markjacobsen.net/2025/06/handing-secrets-in-php-docker-compose-site/</guid><description>&lt;p&gt;If you’re using a single instance server (not Docker Swarm) and Docker Compose, but want to keep your secrets out of source control it’s not too bad. First, make sure you’re excluding “.env” in your .gitignore…&lt;/p&gt;
&lt;p&gt;&lt;code&gt;.env&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then, add your secrets to a .env file (file name must be exactly .env) in the same folder as your docker-compose.yml…&lt;/p&gt;
&lt;p&gt;&lt;code&gt;SEC_1=Something&amp;lt;br /&amp;gt; SEC_2=SomethingElse&amp;lt;br /&amp;gt; &lt;/code&gt;&lt;br&gt;
Then, be sure to expose your secrets in the “environment:” section of your docker-compose…&lt;/p&gt;
&lt;p&gt;&lt;code&gt;    environment:&amp;lt;br /&amp;gt;       SEC_1: ${SEC_1}&amp;lt;br /&amp;gt;       SEC_2: ${SEC_2}&amp;lt;br /&amp;gt; &lt;/code&gt;&lt;br&gt;
Upload both the .env and docker-compose.yml to the server, and restart docker to pick up the env vars…&lt;/p&gt;
&lt;p&gt;&lt;code&gt;docker compose down&amp;lt;br /&amp;gt; docker compose up -d&amp;lt;br /&amp;gt; &lt;/code&gt;&lt;br&gt;
And finally, use the values in your PHP…&lt;/p&gt;
&lt;p&gt;&lt;code&gt;getenv('SEC_1')&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Oh yeah, and since your .env won’t be in source control I’d still recommend finding a secure place to save it like a password manager.&lt;/p&gt;</description></item><item><title>Browser Switch</title><link>https://test.markjacobsen.net/2025/03/browser-switch/</link><pubDate>Sat, 01 Mar 2025 13:12:00 +0000</pubDate><guid>https://test.markjacobsen.net/2025/03/browser-switch/</guid><description>&lt;p&gt;In the continued march towards divesting usage of the tech oligarchs toys, today let’s focus on the tool used most often… the simple browser.&lt;/p&gt;
&lt;p&gt;Just a few years ago there weren’t many players (besides the oligarchs: Chrome, Edge, Safari, and to a lesser extent Firefox) in the browser game, but recently there’s been a proliferation including: Vivaldi, Duck, Brave, and more.&lt;/p&gt;
&lt;p&gt;After trying a few out, I’ve come around &lt;a href="https://vivaldi.com/" target="_blank" rel="noreferrer noopener"&gt;Vivaldi&lt;/a&gt;. To be fair, I tried it out a few years ago and it wasn’t cutting it, but recent updates seem to be really solid. So much so that it’s become my default browser.&lt;/p&gt;
&lt;p&gt;Just a few of the things I like about it include:&lt;/p&gt;
&lt;ul class="wp-block-list"&gt;
 &lt;li&gt;
 &lt;a href="https://markjacobsen.net/2025/01/on-e2ee-and-foss/"&gt;E2EE&lt;/a&gt; sync
 &lt;/li&gt;
 &lt;li&gt;
 Notes
 &lt;/li&gt;
 &lt;li&gt;
 RSS reader
 &lt;/li&gt;
 &lt;li&gt;
 Customizable
 &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There are a number of other features built in as well that I haven’t found much need for, but includes:&lt;/p&gt;
&lt;ul class="wp-block-list"&gt;
 &lt;li&gt;
 Email client
 &lt;/li&gt;
 &lt;li&gt;
 Web calendars
 &lt;/li&gt;
 &lt;li&gt;
 Workspaces
 &lt;/li&gt;
 &lt;li&gt;
 Reading list
 &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;…and more.&lt;/p&gt;
&lt;p&gt;Whatever your choice, I’d encourage you to try out a new browser, and feel better about yourself for supporting the little guys.&lt;/p&gt;</description></item><item><title>Using an AI Chatbot for Browser Search Engine</title><link>https://test.markjacobsen.net/2025/02/using-an-ai-chatbot-for-browser-search-engine/</link><pubDate>Tue, 04 Feb 2025 12:36:00 +0000</pubDate><guid>https://test.markjacobsen.net/2025/02/using-an-ai-chatbot-for-browser-search-engine/</guid><description>&lt;p&gt;Most searches I run I just want an answer, and don’t want to have to sift through ads or multiple websites. So, here’s how you can use &lt;a href="https://www.perplexity.ai/" data-type="link" data-id="https://www.perplexity.ai/" target="_blank" rel="noreferrer noopener"&gt;perplexity.ai&lt;/a&gt; as your default search engine in &lt;a href="https://vivaldi.com" data-type="link" data-id="vivaldi.com" target="_blank" rel="noreferrer noopener"&gt;Vivaldi&lt;/a&gt; (it’s a similar process on other browsers as well). Maybe ask &lt;a href="https://www.perplexity.ai/" data-type="link" data-id="https://www.perplexity.ai/" target="_blank" rel="noreferrer noopener"&gt;perplexity.ai&lt;/a&gt; how to do it on your browser of choice!&lt;/p&gt;
&lt;ol class="wp-block-list"&gt;
 &lt;li&gt;
 Open Vivaldi &amp;#8220;Settings&amp;#8221; and go to &amp;#8220;Search&amp;#8221;
 &lt;/li&gt;
 &lt;li&gt;
 Click the &amp;#8220;+&amp;#8221; to add a &amp;#8220;Search Engine&amp;#8221;
 &lt;/li&gt;
 &lt;li&gt;
 Add Perplexity. The &amp;#8220;URL&amp;#8221; is &lt;code&gt;https://www.perplexity.ai?q=%s&lt;/code&gt;
 &lt;/li&gt;
&lt;/ol&gt;
&lt;div class="wp-block-image"&gt;
 &lt;figure class="aligncenter size-full"&gt;&lt;a href="https://i0.wp.com/markjacobsen.net/wp-content/uploads/2025/02/image.png?ssl=1"&gt;&lt;img data-recalc-dims="1" loading="lazy" decoding="async" width="474" height="476" src="https://i0.wp.com/markjacobsen.net/wp-content/uploads/2025/02/image.png?resize=474%2C476&amp;#038;ssl=1" alt="" class="wp-image-6623" srcset="https://i0.wp.com/markjacobsen.net/wp-content/uploads/2025/02/image.png?w=691&amp;ssl=1 691w, https://i0.wp.com/markjacobsen.net/wp-content/uploads/2025/02/image.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/markjacobsen.net/wp-content/uploads/2025/02/image.png?resize=150%2C150&amp;ssl=1 150w" sizes="auto, (max-width: 474px) 100vw, 474px" /&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;That’s it! Feel free to make it your “Default Search Engine”&lt;/p&gt;</description></item><item><title>Communication is Key</title><link>https://test.markjacobsen.net/2025/01/communication-is-key/</link><pubDate>Wed, 22 Jan 2025 11:38:00 +0000</pubDate><guid>https://test.markjacobsen.net/2025/01/communication-is-key/</guid><description>&lt;p&gt;Now that we’ve discussed &lt;a href="https://markjacobsen.net/2025/01/on-e2ee-and-foss/" data-type="post" data-id="6608"&gt;E2EE and FOSS&lt;/a&gt;, let’s start with probably the most important thing you want E2E Encrypted… your communication!&lt;/p&gt;
&lt;p&gt;Did you know that most text messages sent from your phone or chat/IM messages sent through social media companies can be seen, read, or processed in a number of ways?&lt;/p&gt;
&lt;h2 id="how-gross-is-that"&gt;How gross is that??
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;Very!&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;So what to do? Use an end to end encrypted messaging service like [Signal][1]. Signal is cross platform (no blue/green bubble shaming) so works on iOS and Android, but also has desktop apps that work on Windows, Mac, and Linux! Add in rich media (photo/video support) as well as calling (including video calling), and you shouldn’t need any other communication tool (other than email – which we’ll get to)&lt;/p&gt;
&lt;p&gt;Note: Please don’t be fooled by the titans saying they have E2EE too. It may be “technically” true, but usually there are manual steps or other “gotchas” involved, and often the titan has a copy of the key to read your messages. Save yourself the research and just use [Signal][1].&lt;/p&gt;
&lt;p&gt;Think Apple’s iMessage is special? [Think again][2].[1]: &lt;a class="link" href="https://signal.org" target="_blank" rel="noopener"
 &gt;https://signal.org&lt;/a&gt;
[2]: &lt;a class="link" href="https://www.forbes.com/sites/zakdoffman/2024/12/15/fbi-iphone-warning-why-you-should-stop-using-imessage/" target="_blank" rel="noopener"
 &gt;https://www.forbes.com/sites/zakdoffman/2024/12/15/fbi-iphone-warning-why-you-should-stop-using-imessage/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>On E2EE and FOSS</title><link>https://test.markjacobsen.net/2025/01/on-e2ee-and-foss/</link><pubDate>Tue, 21 Jan 2025 23:40:00 +0000</pubDate><guid>https://test.markjacobsen.net/2025/01/on-e2ee-and-foss/</guid><description>&lt;p&gt;Building on yesterday’s rant about &lt;a href="https://markjacobsen.net/2025/01/sellouts-and-hypocrites/" data-type="post" data-id="6606"&gt;Sellouts and Hypocrites&lt;/a&gt;, one of the 1st things you need to understand in order to extract yourself from the tech titans are the concepts of:&lt;/p&gt;
&lt;h2 id="end-to-end-encryption-e2ee"&gt;End to End Encryption (E2EE)
&lt;/h2&gt;&lt;p&gt;With E2EE &lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;you&lt;/span&gt; own your &lt;span style="text-decoration: underline;"&gt;data&lt;/span&gt;&lt;/strong&gt;. Not the software creator. They just own or maintain the software that makes it possible for &lt;strong&gt;you&lt;/strong&gt; to work with &lt;strong&gt;your data&lt;/strong&gt;. Here’s a good [primer][1] if you’re really interested, but the point is E2EE is what keeps the titan (FB, X, Goog, etc) from reading/using &lt;strong&gt;your&lt;/strong&gt; data. Believe it or not, there are E2EE services for just about anything.&lt;/p&gt;
&lt;h2 id="free-and-open-source-software-foss"&gt;Free and Open Source Software (FOSS)
&lt;/h2&gt;&lt;p&gt;FOSS (aka FLOSS) takes things one step further to prevent vendor lock-in from any 1 titan. This is usually enhanced by the FOSS taking advantage of a [protocol][2]. The web and email are two of the best examples of what FOSS has enabled. With a little bit of know how anyone can run a website and send or receive email without being forced through a single provider (be it Gmail, Outlook.com, etc). There are even FOSS social media networks!&lt;/p&gt;
&lt;h2 id="in-summary"&gt;In Summary
&lt;/h2&gt;&lt;p&gt;Yes, I know these are overly simplified descriptions, but the point isn’t to get dragged into holy wars over the pedantic differences between FOSS and FLOSS, or encryption at rest vs in transit… it’s to understand what you’re looking for and, more importantly, why!&lt;/p&gt;
&lt;p&gt;One last point before I go… Not all FOSS includes E2EE, nor does E2EE mean the software is FOSS (we software developers have to make a living after all). No one ever said freedom comes free.[1]: &lt;a class="link" href="https://www.howtogeek.com/711656/what-is-end-to-end-encryption-and-why-does-it-matter/" target="_blank" rel="noopener"
 &gt;https://www.howtogeek.com/711656/what-is-end-to-end-encryption-and-why-does-it-matter/&lt;/a&gt;
[2]: &lt;a class="link" href="https://www.cloudflare.com/learning/network-layer/what-is-a-protocol/" target="_blank" rel="noopener"
 &gt;https://www.cloudflare.com/learning/network-layer/what-is-a-protocol/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Sellouts and Hypocrites</title><link>https://test.markjacobsen.net/2025/01/sellouts-and-hypocrites/</link><pubDate>Tue, 21 Jan 2025 01:37:00 +0000</pubDate><guid>https://test.markjacobsen.net/2025/01/sellouts-and-hypocrites/</guid><description>&lt;p&gt;Well, if you look at which sellouts and hypocrites were at the felon’s coronation it is obvious we’re surrounded by them, and that’s just part of why you’re reading this here. If you feel the same way I suggest you start extracting yourself from the clutches of the oligarchs. But how?…&lt;/p&gt;
&lt;p&gt;We’ll start with the basics and delve into some specifics in future posts, but in summary… STOP SUPPORTING THE TITANS.&lt;/p&gt;
&lt;p&gt;And supporting means using their services or buying anything from them.&lt;/p&gt;
&lt;p&gt;Don’t be a “user”.&lt;/p&gt;
&lt;p&gt;You’re just being “used”.&lt;/p&gt;
&lt;p&gt;You want to keep your account for periodic check ins while you extract yourself or to spread the word that others should get out too? Go for it. Hell, I haven’t figured out how to extract myself from all of them yet.&lt;/p&gt;
&lt;p&gt;But if you’re with me I’d encourage you to follow along and share any tips you have!&lt;/p&gt;</description></item><item><title>WFH Setup</title><link>https://test.markjacobsen.net/2022/11/wfh-setup/</link><pubDate>Tue, 15 Nov 2022 18:35:00 +0000</pubDate><guid>https://test.markjacobsen.net/2022/11/wfh-setup/</guid><description>&lt;p&gt;Now that I’m officially working remotely, and have had some questions about my setup, I figured I’d do a write up so everything was in 1 place. So, let’s start with a picture…&lt;figure class="wp-block-image size-large"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img data-recalc-dims="1" loading="lazy" decoding="async" width="474" height="356" src="https://i0.wp.com/markjacobsen.net/wp-content/uploads/2022/11/img_3716.jpg?resize=474%2C356&amp;#038;ssl=1" alt="" class="wp-image-6322" srcset="https://i0.wp.com/markjacobsen.net/wp-content/uploads/2022/11/img_3716-scaled.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/markjacobsen.net/wp-content/uploads/2022/11/img_3716-scaled.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/markjacobsen.net/wp-content/uploads/2022/11/img_3716-scaled.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/markjacobsen.net/wp-content/uploads/2022/11/img_3716-scaled.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/markjacobsen.net/wp-content/uploads/2022/11/img_3716-scaled.jpg?resize=2048%2C1536&amp;ssl=1 2048w, https://i0.wp.com/markjacobsen.net/wp-content/uploads/2022/11/img_3716-scaled.jpg?w=948&amp;ssl=1 948w, https://i0.wp.com/markjacobsen.net/wp-content/uploads/2022/11/img_3716-scaled.jpg?w=1422&amp;ssl=1 1422w" sizes="auto, (max-width: 474px) 100vw, 474px" /&gt; &lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;… and I’ll tell you that my setup consists of a Desktop (not shown) and the Laptop you see in the photo. Also included in the photo are the &lt;a rel="noreferrer noopener" href="https://amzn.to/3UZBajH" target="_blank"&gt;microphone&lt;/a&gt; and &lt;a rel="noreferrer noopener" href="https://amzn.to/3GjdDWY" target="_blank"&gt;camera&lt;/a&gt;. The &lt;a rel="noreferrer noopener" href="https://amzn.to/3GjzhKO" target="_blank"&gt;Stream Deck&lt;/a&gt; shown in the lower right (as well as shells, rings, and baseball) is optional 😊.&lt;/p&gt;
&lt;p&gt;Now, how it all works together… The main monitor (with the rings at the base), &lt;a href="https://amzn.to/3Gj8LAU" target="_blank" rel="noreferrer noopener"&gt;keyboard&lt;/a&gt;, and mouse are controlled by the &lt;a rel="noreferrer noopener" href="https://amzn.to/3X4hHAh" target="_blank"&gt;computer KVM&lt;/a&gt; which determines if I’m working off the Laptop or the Desktop. Essentially, the &lt;a rel="noreferrer noopener" href="https://amzn.to/3X4hHAh" target="_blank"&gt;computer KVM&lt;/a&gt; takes “in” the keyboard, mouse, and HDMI from both the Laptop and Desktop, and sends “out” to the shared keyboard, mouse, and main monitor. A simple double tap on “Scroll Lock” + either “1” or “2” switches between them.&lt;/p&gt;
&lt;p&gt;I also use a &lt;a rel="noreferrer noopener" href="https://amzn.to/3AdvXwz" target="_blank"&gt;USB Switch&lt;/a&gt; to toggle peripherals between the Laptop and Desktop. This allows me to switch between the computers but make the &lt;a rel="noreferrer noopener" href="https://amzn.to/3GjdDWY" target="_blank"&gt;camera&lt;/a&gt; and &lt;a rel="noreferrer noopener" href="https://amzn.to/3UZBajH" target="_blank"&gt;microphone&lt;/a&gt; potentially “stick” to the backgrounded computer (i.e. be on a call/meeting on one computer, but switch to the other briefly as needed). Setup is as simple as the &lt;a rel="noreferrer noopener" href="https://amzn.to/3AdvXwz" target="_blank"&gt;USB Switch&lt;/a&gt; taking a USB “input” from each computer, and having the peripherals tied into it. Switching between does take a press of the button on the &lt;a rel="noreferrer noopener" href="https://amzn.to/3AdvXwz" target="_blank"&gt;USB Switch&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So, what about the other monitor and laptop monitor you may ask? The full monitor (upper left) is tied into the Desktop using a DVI output on my graphics card (but could be tied into whatever additional output you may have) so that when the Desktop is active I’ll have the 2 monitors. When I switch to the Laptop, the laptop and main monitor act as my 2 monitors.&lt;/p&gt;
&lt;p&gt;And finally, you may be asking, how do you tie all that stuff to the laptop if it only has a USB C and &lt;em&gt;maybe&lt;/em&gt; a standard USB? For that, I use a &lt;a rel="noreferrer noopener" href="https://amzn.to/3Ahj4C2" target="_blank"&gt;USB Dock&lt;/a&gt;. The dock allows me to connect to my wired network (better reliability and throughput of signal), the &lt;a rel="noreferrer noopener" href="https://amzn.to/3X4hHAh" target="_blank"&gt;computer KVM&lt;/a&gt;, &lt;a rel="noreferrer noopener" href="https://amzn.to/3AdvXwz" target="_blank"&gt;USB Switch&lt;/a&gt;, and a few other USB peripherals (mostly for charging things). All that junk stays connect to the &lt;a href="https://amzn.to/3Ahj4C2" target="_blank" rel="noreferrer noopener"&gt;dock&lt;/a&gt;, and I simply need to unplug or connect the 1 USB C connector!&lt;/p&gt;
&lt;p&gt;Of course, if you don’t need to switch between multiple computers and just want to connect multiple monitors and an external keyboard and mouse the &lt;a rel="noreferrer noopener" href="https://amzn.to/3Ahj4C2" target="_blank"&gt;USB Dock&lt;/a&gt; is sufficient (and is how my wife’s work setup is configured).&lt;/p&gt;
&lt;p&gt;As to the &lt;a rel="noreferrer noopener" href="https://amzn.to/3GjzhKO" target="_blank"&gt;Stream Deck&lt;/a&gt;, that’s probably a post for a different day, but suffice it to say when the Laptop is active the aux monitor (upper left) is rotating through a number of browser tabs running on the Desktop and I can use the &lt;a rel="noreferrer noopener" href="https://amzn.to/3GjzhKO" target="_blank"&gt;Stream Deck&lt;/a&gt; to control that (refresh, volume, mute, etc).&lt;/p&gt;</description></item><item><title>Did you know? CAPTCHA</title><link>https://test.markjacobsen.net/2022/04/did-you-know-captcha/</link><pubDate>Sun, 03 Apr 2022 19:43:00 +0000</pubDate><guid>https://test.markjacobsen.net/2022/04/did-you-know-captcha/</guid><description>&lt;p&gt;Do you know where the first commercial use of a CAPTCHA was? PayPal&lt;/p&gt;
&lt;p&gt;Do you know CAPTCHA stands for Completely Automated Public Turing Test to Tell Computers and Humans Apart? I didn’t, but now you do!&lt;/p&gt;</description></item><item><title>Inside Mark Zuckerberg’s Lost Notebook</title><link>https://test.markjacobsen.net/2020/02/inside-mark-zuckerbergs-lost-notebook/</link><pubDate>Fri, 21 Feb 2020 14:35:34 +0000</pubDate><guid>https://test.markjacobsen.net/2020/02/inside-mark-zuckerbergs-lost-notebook/</guid><description>&lt;p&gt;Love him or hate him it’s an interesting little history lesson…&lt;/p&gt;
&lt;p&gt;“Even as hundreds of thousands of users expressed their disapproval of News Feed, their behavior indicated the opposite.”&lt;/p&gt;
&lt;p&gt;“I just think I take more chances, and that means I get more things wrong,”&lt;/p&gt;
&lt;p&gt;&lt;a class="link" href="https://www.wired.com/story/facebook-mark-zuckerberg-lost-notebook/" target="_blank" rel="noopener"
 &gt;https://www.wired.com/story/facebook-mark-zuckerberg-lost-notebook/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>NeverSSL</title><link>https://test.markjacobsen.net/2019/12/neverssl/</link><pubDate>Fri, 13 Dec 2019 15:13:59 +0000</pubDate><guid>https://test.markjacobsen.net/2019/12/neverssl/</guid><description>&lt;p&gt;Ever connect to a wi-fi hotspot only to have nothing happen? Enter NeverSSL. After connecting to the hotspot, enter the URL (web address) &lt;a class="link" href="http://neverssl.com" target="_blank" rel="noopener"
 &gt;http://neverssl.com&lt;/a&gt; into your browser of choice and watch magic happen.&lt;/p&gt;</description></item><item><title>Is it time to quit social media?</title><link>https://test.markjacobsen.net/2018/10/is-it-time-to-quit-social-media/</link><pubDate>Sun, 21 Oct 2018 18:45:00 +0000</pubDate><guid>https://test.markjacobsen.net/2018/10/is-it-time-to-quit-social-media/</guid><description>&lt;p&gt;As I read &lt;a href="http://nymag.com/intelligencer/2018/04/an-apology-for-the-internet-from-the-people-who-built-it.html" rel="noopener" target="_blank"&gt;this article&lt;/a&gt; what was running through the back of my mind was, “is it time to quit social media?”, and to be honest… but for being involved in real estate and a large bulk of that requiring being “engaged” I’m not sure I have much use for it. Never before has it been easier for marketers to target and connect with their “target audience”. You do realize that’s what social media has become right? The proverbial barrel where the fish are to shoot.&lt;/p&gt;
&lt;p&gt;So, is it possible to take back the social networks? I’m not sure it is – at least with the current companies. Built from the ground up, or under a completely different model – maybe. But as the article linked to above points out it would be to the detriment of the “bottom line”.&lt;/p&gt;
&lt;p&gt;Would I like a feed where I only see posts from my family, and maybe some other groups at my leisure? Of course, but unless I’m paying for that the only recourse I have is to a platform that has the resources to provide it based on the party that is willing to pay for it – the marketers.&lt;/p&gt;
&lt;p&gt;So what would this “social media” service of the future look like? Number one, it should be built on a privacy, no-advertising first model. Second, I believe it should be decentralized, but speak a standard protocol – just like how email service is provided. Then, organizations like companies, teams, or even families could manage their own little groups and individuals could determine what they want to see or who they want to connect with…&lt;/p&gt;
&lt;p&gt;And yet, as I sit here writing this, I wonder if it’s even possible or needed. After all, I’m able to run my own little blog right here. You can share it on social media if you so choose. In fact, I’ll probably post it to my account – and try not to look at the “likes” or “comments” that fuel the FB “engagement” engine.&lt;/p&gt;
&lt;p&gt;So, while I may have just rambled for a number of paragraphs, let me finish by encouraging you to consider your use of social media, and at a minimum strongly consider turning off your notifications and moving the app to a sub-folder on your phone (just those two things alone have made a huge difference in my life). I would also encourage you to look into downloading and using &lt;a href="https://signal.org/" rel="noopener" target="_blank"&gt;Signal Messenger&lt;/a&gt; in place of text messaging and especially in favor of the social media messaging platforms.&lt;/p&gt;
&lt;p&gt;Until we figure something out, you can always find me right here.&lt;/p&gt;</description></item><item><title>This Week in Tech 663 Reasonably Miserable</title><link>https://test.markjacobsen.net/2018/05/this-week-in-tech-663-reasonably-miserable/</link><pubDate>Tue, 08 May 2018 12:15:00 +0000</pubDate><guid>https://test.markjacobsen.net/2018/05/this-week-in-tech-663-reasonably-miserable/</guid><description>&lt;p&gt;You need to listen to this Twit episode.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://twit.tv/shows/this-week-in-tech/episodes/663" target="_blank" rel="noopener"&gt;This Week in Tech 663 Reasonably Miserable | TWiT.TV&lt;/a&gt;&lt;/p&gt;</description></item><item><title>What’s it like to be a robot?</title><link>https://test.markjacobsen.net/2018/05/whats-it-like-to-be-a-robot/</link><pubDate>Thu, 03 May 2018 10:50:00 +0000</pubDate><guid>https://test.markjacobsen.net/2018/05/whats-it-like-to-be-a-robot/</guid><description>&lt;p&gt;Super interesting talk on how to adapt tech using robotics and the consequences of little design choices.&lt;/p&gt;
&lt;div style="max-width: 854px;"&gt;
 &lt;div style="position: relative; height: 0; padding-bottom: 56.25%;"&gt;
 &lt;/div&gt;
&lt;/div&gt;</description></item><item><title>How to Delete Your Phone Contacts from Facebook</title><link>https://test.markjacobsen.net/2018/04/how-to-delete-your-phone-contacts-from-facebook/</link><pubDate>Mon, 23 Apr 2018 14:36:00 +0000</pubDate><guid>https://test.markjacobsen.net/2018/04/how-to-delete-your-phone-contacts-from-facebook/</guid><description>&lt;p&gt;If you’re not going to delete your FB account completely then at least look into how to not throw your friends under the bus.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://lifehacker.com/how-to-delete-your-phone-contacts-from-facebook-1824074511" target="_blank" rel="noopener"&gt;How to Delete Your Phone Contacts from Facebook&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Beyond #DeleteFacebook: More Thoughts on Embracing the Social Internet Over Social Media</title><link>https://test.markjacobsen.net/2018/04/beyond-deletefacebook-more-thoughts-on-embracing-the-social-internet-over-social-media/</link><pubDate>Mon, 16 Apr 2018 11:59:00 +0000</pubDate><guid>https://test.markjacobsen.net/2018/04/beyond-deletefacebook-more-thoughts-on-embracing-the-social-internet-over-social-media/</guid><description>&lt;p&gt;I “like” 🙂 almost all the ideas here…&lt;/p&gt;
&lt;p&gt;&lt;a href="http://calnewport.com/blog/2018/03/25/beyond-deletefacebook-more-thoughts-on-embracing-the-social-internet-over-social-media/" target="_blank" rel="noopener"&gt;Beyond #DeleteFacebook: More Thoughts on Embracing the Social Internet Over Social Media&lt;/a&gt;&lt;/p&gt;</description></item><item><title>The Matador Defense – TWiT</title><link>https://test.markjacobsen.net/2018/04/the-matador-defense-twit/</link><pubDate>Thu, 12 Apr 2018 11:14:00 +0000</pubDate><guid>https://test.markjacobsen.net/2018/04/the-matador-defense-twit/</guid><description>&lt;p&gt;I would strongly recommend listening to the segment on Facebook&lt;/p&gt;
&lt;p&gt;&lt;a href="https://twit.tv/shows/this-week-in-tech/episodes/658?autostart=false" target="_blank" rel="noopener"&gt;This Week in Tech 658 The Matador Defense | TWiT.TV&lt;/a&gt;&lt;/p&gt;</description></item><item><title>A Funny Look at the Unintended Consequences of Technology</title><link>https://test.markjacobsen.net/2018/03/a-funny-look-at-the-unintended-consequences-of-technology/</link><pubDate>Tue, 20 Mar 2018 11:55:00 +0000</pubDate><guid>https://test.markjacobsen.net/2018/03/a-funny-look-at-the-unintended-consequences-of-technology/</guid><description>&lt;p&gt;Funny and scary at the same time…&lt;/p&gt;
&lt;div style="max-width:854px"&gt;
 &lt;div style="position:relative;height:0;padding-bottom:56.25%"&gt;
 &lt;/div&gt;
&lt;/div&gt;</description></item><item><title>The Most Dangerous Thing You Can Do While “Multitasking”</title><link>https://test.markjacobsen.net/2017/11/optimize-with-brian-johnson-more-wisdom-in-less-time-1-52-the-most-dangerous-thing-you-can-do-while-multitasking/</link><pubDate>Sun, 19 Nov 2017 13:18:00 +0000</pubDate><guid>https://test.markjacobsen.net/2017/11/optimize-with-brian-johnson-more-wisdom-in-less-time-1-52-the-most-dangerous-thing-you-can-do-while-multitasking/</guid><description>&lt;p&gt;So true. Please enable “DND while driving” on your phone! Both the iPhone and Android have the feature. I’ve been using it since I updated to iOS 11, and it works well. Just getting the notifications I found was a distraction, and since I can still get calls from my “favorites” it’s been a huge help.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://buff.ly/2iio9lh" target="_blank" rel="noopener"&gt;OPTIMIZE with Brian Johnson | More Wisdom in Less Time: +1 #52: The Most Dangerous Thing You Can Do While “Multitasking”&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Billionaire ex-Facebook president Sean Parker unloads on Mark Zuckerberg and admits he helped build a monster</title><link>https://test.markjacobsen.net/2017/11/billionaire-ex-facebook-president-sean-parker-unloads-on-mark-zuckerberg-and-admits-he-helped-build-a-monster/</link><pubDate>Fri, 10 Nov 2017 22:57:00 +0000</pubDate><guid>https://test.markjacobsen.net/2017/11/billionaire-ex-facebook-president-sean-parker-unloads-on-mark-zuckerberg-and-admits-he-helped-build-a-monster/</guid><description>&lt;p&gt;Yes, I realize the irony of posting this to FB, but it will also be on my blog which is where I’d like to see a lot of what goes on SM now distributed to.&lt;br&gt;
&lt;a href="https://buff.ly/2zrnQyx" target="_blank"&gt;Billionaire ex-Facebook president Sean Parker unloads on Mark Zuckerberg and admits he helped build a monster&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;_You can find all my shares on my &lt;a href="https://www.facebook.com/markjacobsen.net" target="_blank"&gt;Facebook Page&lt;/a&gt;&lt;/p&gt;</description></item><item><title>This Week in Tech 639 Anywhere but Albany</title><link>https://test.markjacobsen.net/2017/11/this-week-in-tech-639-anywhere-but-albany-twit-tv/</link><pubDate>Tue, 07 Nov 2017 22:55:00 +0000</pubDate><guid>https://test.markjacobsen.net/2017/11/this-week-in-tech-639-anywhere-but-albany-twit-tv/</guid><description>&lt;p&gt;Good discussion on Facebook and Twitter in This Week in Tech (TWiT 639: Anywhere but Albany):&lt;br&gt;
&lt;a href="https://buff.ly/2m0z47o" target="_blank"&gt;This Week in Tech 639 Anywhere but Albany | TWiT.TV&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;_You can find all my shares on my &lt;a href="https://www.facebook.com/markjacobsen.net" target="_blank"&gt;Facebook Page&lt;/a&gt;&lt;/p&gt;</description></item><item><title>What intelligent machines can learn from a school of fish</title><link>https://test.markjacobsen.net/2017/10/what-intelligent-machines-can-learn-from-a-school-of-fish/</link><pubDate>Sun, 29 Oct 2017 11:03:00 +0000</pubDate><guid>https://test.markjacobsen.net/2017/10/what-intelligent-machines-can-learn-from-a-school-of-fish/</guid><description>&lt;p&gt;Wow!&lt;/p&gt;
&lt;div style="max-width:854px"&gt;
 &lt;div style="position:relative;height:0;padding-bottom:56.25%"&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://buff.ly/2yUg7bX" target="_blank"&gt;What intelligent machines can learn from a school of fish&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;_You can find all my shares on my &lt;a href="https://www.facebook.com/markjacobsen.net" target="_blank"&gt;Facebook Page&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>