2023-04-21 14:57:54 +00:00
<!DOCTYPE html>
< html >
2023-06-02 16:17:07 +00:00
< head >
< meta charset = "utf-8" / >
2023-06-24 15:12:01 +00:00
< title > Sovereign Reset: the Federated Blog< / title >
2023-04-21 16:21:35 +00:00
2023-06-02 16:17:07 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1" / >
2023-04-21 16:21:35 +00:00
2023-06-02 16:17:07 +00:00
<!-- Themify -->
2023-06-05 11:31:35 +00:00
< link rel = "stylesheet" href = "https://www.federated.computer/themify/themify.css" >
2023-04-21 16:21:35 +00:00
2023-06-02 16:17:07 +00:00
<!-- Critical CSS -->
2023-06-05 11:31:35 +00:00
< link href = "https://www.federated.computer/scss/critical.min.css" rel = "stylesheet" / >
2023-04-21 14:57:54 +00:00
2023-06-02 16:17:07 +00:00
<!-- Favicon -->
2023-10-02 21:49:17 +00:00
< link rel = "shortcut icon" href = "https://www.federated.computer/images/favicon.ico" type = "image/x-icon" / >
< link rel = "icon" href = "https://www.federated.computer/images/favicon.ico" type = "image/x-icon" / >
2023-06-02 16:17:07 +00:00
2023-09-07 17:14:37 +00:00
2023-06-06 11:25:06 +00:00
< script defer data-domain = "federated.computer" src = "https://plausible.io/js/script.js" >
< / script >
2023-09-07 17:14:37 +00:00
2023-10-17 15:41:02 +00:00
2023-11-06 17:49:19 +00:00
< script > ( f u n c t i o n ( w , d , s , l , i ) { w [ l ] = w [ l ] | | [ ] ; w [ l ] . p u s h ( { ' g t m . s t a r t ' :
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WD9K8NK9');
2023-06-20 21:25:00 +00:00
< / script >
2023-08-01 18:36:41 +00:00
2023-08-30 14:57:09 +00:00
2023-10-17 15:41:02 +00:00
2023-11-06 17:49:19 +00:00
2023-08-30 14:57:09 +00:00
< script > var FreeScoutW = { s : { "color" : "#0068bd" , "position" : "br" , "id" : 401123151 } } ; ( function ( d , e , s ) { if ( d . getElementById ( "freescout-w" ) ) return ; a = d . createElement ( e ) ; m = d . getElementsByTagName ( e ) [ 0 ] ; a . async = 1 ; a . id = "freescout-w" ; a . src = s ; m . parentNode . insertBefore ( a , m ) } ) ( document , "script" , "https://support.federated.computer/modules/chat/js/widget.js?v=3115" ) ; < / script >
2023-08-01 18:36:41 +00:00
2023-10-03 17:16:05 +00:00
< script type = "text/javascript" >
twq('event', 'tw-ogjuo-ogqd0', {
});
< / script >
2023-10-18 13:09:41 +00:00
< script > ( function ( w , r ) { w . _rwq = r ; w [ r ] = w [ r ] || function ( ) { ( w [ r ] . q = w [ r ] . q || [ ] ) . push ( arguments ) } } ) ( window , 'rewardful' ) ; < / script >
< script async src = 'https://r.wdfl.co/rw.js' data-rewardful = '9bfd42' > < / script >
2023-10-31 15:19:45 +00:00
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js" > < / script >
2023-10-18 13:09:41 +00:00
2023-06-02 16:17:07 +00:00
< / head >
2023-04-21 14:57:54 +00:00
2023-06-02 16:17:07 +00:00
< body >
< nav class = "main-nav navbar navbar-expand-lg" >
< div class = "container-fluid" >
2023-04-21 14:57:54 +00:00
2023-06-05 11:31:35 +00:00
< a class = "navbar-brand" href = "https://www.federated.computer" >
2023-06-02 16:17:07 +00:00
< img
class="logo-main"
2023-06-05 11:31:35 +00:00
src="https://www.federated.computer/images/logo.png"
2023-06-02 16:17:07 +00:00
alt="logo-white"
/>
< / a >
2023-04-21 14:57:54 +00:00
2023-06-02 16:17:07 +00:00
< button
class="navbar-toggler collapsed"
type="button"
data-toggle="collapse"
data-target="#mainNav"
>
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
< div class = "collapse navbar-collapse nav-list" id = "mainNav" >
< ul class = "navbar-nav ml-auto" >
2023-04-21 14:57:54 +00:00
2023-06-02 16:17:07 +00:00
< li class = "nav-item" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer/#hero" class = "nav-link " > Home< / a >
2023-06-02 16:17:07 +00:00
< / li >
2023-04-21 14:57:54 +00:00
2023-06-02 16:17:07 +00:00
< li class = "nav-item" >
2023-06-05 11:31:35 +00:00
< a href = "https://www.federated.computer#" class = "nav-link " > Product< / a >
2023-06-02 16:17:07 +00:00
< span class = "drop-icon" for = "Product" > ▾< / span >
< ul class = "sub-menu" >
< li class = "" >
2023-06-05 16:42:16 +00:00
< a href = "https://www.federated.computer/description" class = "nav-link " > Federated Core< / a >
2023-06-02 16:17:07 +00:00
< / li >
2023-08-02 20:28:43 +00:00
< li class = "" >
< a href = "https://www.federated.computer/email" class = "nav-link " > Email< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/nextcloud" class = "nav-link " > Nextcloud< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/jitsi" class = "nav-link " > Jitsi< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/elementmatrix" class = "nav-link " > Element & Matrix< / a >
< / li >
2023-08-10 12:50:28 +00:00
< li class = "" >
< a href = "https://www.federated.computer/baserow" class = "nav-link " > Baserow< / a >
< / li >
2023-09-19 18:18:01 +00:00
< li class = "" >
< a href = "https://www.federated.computer/listmonk" class = "nav-link " > Listmonk< / a >
< / li >
2023-08-02 20:28:43 +00:00
< li class = "" >
< a href = "https://www.federated.computer/wordpress" class = "nav-link " > Wordpress< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/castopod" class = "nav-link " > Castopod< / a >
< / li >
2023-08-28 17:30:31 +00:00
< li class = "" >
< a href = "https://www.federated.computer/gitea" class = "nav-link " > Gitea< / a >
< / li >
2023-11-16 14:31:47 +00:00
< li class = "" >
< a href = "https://www.federated.computer/bookstack" class = "nav-link " > Bookstack< / a >
< / li >
< li class = "" >
< a href = "https://www.federated.computer/freescout" class = "nav-link " > FreeScout< / a >
< / li >
2023-06-02 16:17:07 +00:00
< li class = "" >
2023-06-05 16:42:16 +00:00
< a href = "https://www.federated.computer/comparison" class = "nav-link " > vs Competition< / a >
2023-06-02 16:17:07 +00:00
< / li >
< / ul >
< / li >
2023-04-21 14:57:54 +00:00
2023-06-02 16:17:07 +00:00
< li class = "nav-item" >
2023-11-08 12:55:36 +00:00
< a href = "https://www.federated.computer/pricing" class = "nav-link " > Pricing< / a >
2023-06-02 16:17:07 +00:00
< / li >
2023-04-21 14:57:54 +00:00
2023-06-02 16:17:07 +00:00
< li class = "nav-item" >
2023-11-08 12:55:36 +00:00
< a href = "https://www.federated.computer/support" class = "nav-link " > Support< / a >
2023-06-02 16:17:07 +00:00
< / li >
2023-04-21 14:57:54 +00:00
2023-11-16 22:28:28 +00:00
< li class = "nav-item" >
< a href = "https://nextcloud.federated.computer/apps/calendar/appointment/YnSgQfsCNZ8J" class = "nav-link " > Book A Demo< / a >
< / li >
< / ul > < div class = "account-list list-inline" >
2023-06-02 16:17:07 +00:00
< li class = "list-inline-item" >
2023-11-08 12:55:36 +00:00
< a href = "https://pay.federated.computer/b/4gw7uGcO46gdgtq002" class = "btn btn-sm btn-violate" >
2023-06-04 22:19:48 +00:00
Buy now
2023-06-02 16:17:07 +00:00
< / a >
< / li >
< / div >
< / div >
< / div >
< / nav >
< div id = "content" >
< section class = "page-header" >
< div class = "container" >
< div class = "row justify-content-center" >
< div class = "col-lg-8" >
2023-06-24 15:12:01 +00:00
< h1 > Sovereign Reset: the Federated Blog< / h1 >
2023-06-02 16:17:07 +00:00
< p >
2023-06-24 15:12:01 +00:00
Articles and talk about Federated products, products we love, and our wider industry and how to live digital sovereignty with Federated. We also include broader topics of health, money, relationships, technology, and surveillance.
2023-06-02 16:17:07 +00:00
< / p >
< / div >
< / div >
< / div >
< / section >
< section class = "blog" >
< div class = "container" >
< div class = "row" >
2023-08-30 22:09:32 +00:00
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/inevitable-revolution/" >
< img src = "https://www.federated.computer/images/blog/highcountry.png" alt = "blog-thumb"
2023-08-30 22:09:32 +00:00
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/inevitable-revolution/"
>The Inevitable Revolution, Why Betting on Bitcoin and Open-Source Software Is a No-Brainer< /a
2023-08-30 22:09:32 +00:00
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/blake.png" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Blake Burris< / h3 >
2023-11-16 14:40:41 +00:00
< p > November 5, 2023< / p >
2023-08-30 22:09:32 +00:00
< / div >
< / div >
< / div >
< / article >
< / div >
2023-08-28 17:30:31 +00:00
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/techno-optimism/" >
< img src = "https://www.federated.computer/images/blog/eatthecentralized.png" alt = "blog-thumb"
2023-08-28 17:30:31 +00:00
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/techno-optimism/"
>The Federated Vision for Embracing Techno-Optimism< /a
2023-08-28 17:30:31 +00:00
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/blake.png" alt = "author-thumb" / >
< / div >
< div class = "meta" >
2023-09-07 21:51:05 +00:00
< h3 > Blake Burris< / h3 >
2023-11-16 14:40:41 +00:00
< p > October 27, 2023< / p >
2023-08-28 17:30:31 +00:00
< / div >
< / div >
< / div >
< / article >
< / div >
2023-08-08 15:57:15 +00:00
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/embrace-digital-sovereignty/" >
< img src = "https://www.federated.computer/images/blog/federatedmountains.jpg" alt = "blog-thumb"
2023-08-08 15:57:15 +00:00
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/embrace-digital-sovereignty/"
>Federated Core Embraces Digital Sovereignty, Break Free from Big Tech Subscriptions< /a
2023-08-08 15:57:15 +00:00
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/blake.png" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Blake Burris< / h3 >
2023-11-16 14:40:41 +00:00
< p > September 19, 2023< / p >
2023-08-08 15:57:15 +00:00
< / div >
< / div >
< / div >
< / article >
< / div >
2023-07-19 19:43:03 +00:00
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/empowering-sovereignty/" >
< img src = "https://www.federated.computer/images/blog/bitcoin-people.png" alt = "blog-thumb"
2023-07-19 19:43:03 +00:00
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/empowering-sovereignty/"
>Empowering Sovereignty Through Bitcoin and Open-Source Software -- The Federated Vision for BRICS Countries< /a
2023-07-19 19:43:03 +00:00
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
2023-11-16 14:40:41 +00:00
< img src = "https://www.federated.computer/images/author/blake.png" alt = "author-thumb" / >
2023-07-19 19:43:03 +00:00
< / div >
< div class = "meta" >
2023-11-16 14:40:41 +00:00
< h3 > Blake Burris< / h3 >
< p > August 28, 2023< / p >
2023-07-19 19:43:03 +00:00
< / div >
< / div >
< / div >
< / article >
< / div >
2023-07-13 19:35:07 +00:00
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/zoom-tos-problems/" >
< img src = "https://www.federated.computer/images/blog/spying.png" alt = "blog-thumb"
2023-07-13 19:35:07 +00:00
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/zoom-tos-problems/"
>Zoom is Using Your Data, All of It< /a
2023-07-13 19:35:07 +00:00
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/blake.png" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Blake Burris< / h3 >
2023-11-16 14:40:41 +00:00
< p > August 8, 2023< / p >
2023-07-13 19:35:07 +00:00
< / div >
< / div >
< / div >
< / article >
< / div >
2023-06-21 13:49:29 +00:00
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/small-business-seeks-blockbuster/" >
< img src = "https://www.federated.computer/images/blog/climbingmountain.jpg" alt = "blog-thumb"
2023-06-21 13:49:29 +00:00
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
2023-11-16 14:40:41 +00:00
< a href = "https://www.federated.computer/blog/small-business-seeks-blockbuster/"
>Small Businesses Seek a Blockbuster Solution in a Netflix Era< /a
2023-06-21 13:49:29 +00:00
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
2023-11-16 14:40:41 +00:00
< img src = "https://www.federated.computer/images/author/steve-dollar.png" alt = "author-thumb" / >
2023-06-21 13:49:29 +00:00
< / div >
< div class = "meta" >
2023-11-16 14:40:41 +00:00
< h3 > Steven Dollar< / h3 >
< p > July 19, 2023< / p >
2023-06-21 13:49:29 +00:00
< / div >
< / div >
< / div >
< / article >
< / div >
2023-06-02 16:17:07 +00:00
< div class = "col-lg-12" >
< div class = "blog-pagination" >
< nav >
2023-04-21 14:57:54 +00:00
2023-06-02 16:17:07 +00:00
< ul class = "pagination pagination-default" >
< li class = "page-item disabled" >
< a aria-disabled = "true" aria-label = "First" class = "page-link" role = "button" tabindex = "-1" > < span aria-hidden = "true" > « « < / span > < / a >
< / li >
< li class = "page-item disabled" >
< a aria-disabled = "true" aria-label = "Previous" class = "page-link" role = "button" tabindex = "-1" > < span aria-hidden = "true" > « < / span > < / a >
< / li >
< li class = "page-item active" >
< a aria-current = "page" aria-label = "Page 1" class = "page-link" role = "button" > 1< / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/2/" aria-label = "Page 2" class = "page-link" role = "button" > 2< / a >
< / li >
2023-06-24 15:12:01 +00:00
< li class = "page-item" >
< a href = "/blog/page/3/" aria-label = "Page 3" class = "page-link" role = "button" > 3< / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/4/" aria-label = "Page 4" class = "page-link" role = "button" > 4< / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/5/" aria-label = "Page 5" class = "page-link" role = "button" > 5< / a >
< / li >
2023-06-02 16:17:07 +00:00
< li class = "page-item" >
< a href = "/blog/page/2/" aria-label = "Next" class = "page-link" role = "button" > < span aria-hidden = "true" > » < / span > < / a >
< / li >
< li class = "page-item" >
2023-08-28 17:30:31 +00:00
< a href = "/blog/page/34/" aria-label = "Last" class = "page-link" role = "button" > < span aria-hidden = "true" > » » < / span > < / a >
2023-06-02 16:17:07 +00:00
< / li >
< / ul >
< / nav >
< / div >
< / div >
< / div >
< / div >
< / section >
< / div >
< footer class = "footer" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-12" >
< div class = "footer-subscribe-title" >
2023-10-18 13:09:41 +00:00
< h2 > Open-Source-as-a-Service< / h2 >
2023-06-02 16:17:07 +00:00
< / div >
< / div >
2023-07-31 16:41:15 +00:00
< div class = "col-lg-8 mx-auto" >
2023-08-16 19:27:16 +00:00
2023-07-31 16:41:15 +00:00
< / div >
2023-06-02 16:17:07 +00:00
< / div >
< div class = "row" >
< div class = "col-lg-4 col-md-4" >
< div class = "footer-description" >
2023-06-05 11:31:35 +00:00
< img src = "https://www.federated.computer/images/logo.png" alt = "logo" >
2023-06-02 16:17:07 +00:00
< div class = "footer-widget-list" >
< ul >
< li >
2023-11-16 20:48:57 +00:00
< li > < a href = "https://www.federated.computer/merchandise" > Merchandise< / a > < / li >
< li > < a href = "https://www.federated.computer/blog" > Blog< / a > < / li >
2023-06-02 16:17:07 +00:00
2023-11-16 20:48:57 +00:00
< li > < a href = "https://www.federated.computer/partners" > Partners< / a > < / li >
2023-06-02 16:17:07 +00:00
2023-11-16 20:48:57 +00:00
< li > < a href = "https://nextcloud.federated.computer/apps/calendar/appointment/YnSgQfsCNZ8J" > Book a Demo< / a > < / li >
2023-06-02 16:17:07 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "col-lg-4 col-md-4" >
< div class = "footer-widget" >
< h4 > Sitemap< / h4 >
< div class = "footer-widget-list" >
< ul >
2023-11-16 20:48:57 +00:00
< li > < a href = "https://www.federated.computer/consultingservices" > Consulting Services< / a > < / li >
2023-06-02 16:17:07 +00:00
2023-06-06 15:37:41 +00:00
< li > < a href = "https://www.federated.computer/blog" > Latest Blogs< / a > < / li >
2023-06-02 16:17:07 +00:00
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer/privacy" > Privacy & Policy< / a > < / li >
2023-06-02 16:17:07 +00:00
2023-11-16 20:48:57 +00:00
< li > < a href = "https://www.federated.computer/about" > About< / a > < / li >
2023-06-04 22:19:48 +00:00
2023-06-05 11:31:35 +00:00
< li > < a href = "https://www.federated.computer/contact" > Contact< / a > < / li >
2023-06-02 16:17:07 +00:00
< / ul >
< / div >
< / div >
< / div >
< div class = "col-lg-4 col-md-4" >
< div class = "footer-widget" >
< h4 > Address< / h4 >
< div class = "footer-widget-list" >
< ul >
2023-06-04 22:19:48 +00:00
< li > < a href = "tel:+1-970-722-8715" > < i class = "ti-mobile" > < / i > + 1-970-722-8715< / a > < / li >
2023-06-05 13:14:17 +00:00
< li > < a href = "mailto:info@federated.computer" > < i class = "ti-email" > < / i > info@federated.computer< / a > < / li >
2023-11-08 12:55:36 +00:00
< li > < p > < i class = "ti-pin" > < / i > Colorado Springs, Colorado< / p > < / li >
2023-06-02 16:17:07 +00:00
< / ul >
< / div >
< / div >
< / div >
< div class = "footer-copyright" >
< p >
2023-06-04 22:19:48 +00:00
All rights reserved
2023-06-02 16:17:07 +00:00
< / br >
2023-06-05 13:14:17 +00:00
Copyright © < a href = "https://www.federated.computer" target = "_blank" > Federated Computer, Inc. < / a > 2023. Hosted on a Federated Core.
2023-06-02 16:17:07 +00:00
< / p >
< ul class = "footer-description-social" >
< li >
< a href = "https://twitter.com/federatedworld" > < i class = "ti-twitter-alt" > < / i > < / a >
< / li >
< li >
2023-06-06 15:37:41 +00:00
< a href = "https://github.com/federatedcomputer" > < i class = "ti-github" > < / i > < / a >
2023-06-02 16:17:07 +00:00
< / li >
< li >
< a href = "https://www.reddit.com/r/federatedworld/" > < i class = "ti-reddit" > < / i > < / a >
< / li >
< li class = "social-icon" >
2023-06-06 15:37:41 +00:00
< a href = "https://iris.to/npub1hpnu5kl8lar2m6wz9s72zrmasr96rsc34r0y8e5sfdswueqeaf6svpj0x7" > < img src = "/images/footer/nostr1.png" > < / a >
2023-06-02 16:17:07 +00:00
< / li >
< / ul >
< / div >
< / div >
< / div >
< / footer >
2023-04-21 14:57:54 +00:00
2023-06-05 11:31:35 +00:00
< link href = "https://www.federated.computer/scss/non-critical.min.css" rel = "stylesheet" / >
2023-04-21 14:57:54 +00:00
2023-06-05 11:31:35 +00:00
< script src = "https://www.federated.computer/js/vendor.min.js" > < / script >
2023-04-21 14:57:54 +00:00
2023-06-05 11:31:35 +00:00
< script src = "https://www.federated.computer/js/script.min.js" > < / script >
2023-06-02 16:17:07 +00:00
< / body >
< / html >