2023-06-24 15:12:01 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" / >
< title > Sovereign Reset: the Federated Blog< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1" / >
<!-- Themify -->
< link rel = "stylesheet" href = "https://www.federated.computer/themify/themify.css" >
<!-- Critical CSS -->
< link href = "https://www.federated.computer/scss/critical.min.css" rel = "stylesheet" / >
<!-- Favicon -->
< link rel = "shortcut icon" href = "https://www.federated.computer/images/favicon.png" type = "image/x-icon" / >
< link rel = "icon" href = "https://www.federated.computer/images/favicon.png" type = "image/x-icon" / >
< script defer data-domain = "federated.computer" src = "https://plausible.io/js/script.js" >
< / script >
< script async src = "https://www.googletagmanager.com/gtag/js?id=G-YSPFBHDRLR" >
< / script >
< script >
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YSPFBHDRLR');
< / script >
2023-08-01 18:36:41 +00:00
< script type = "application/javascript" >
window.tiledeskSettings=
{
projectid: "64c94e67871b76001341d291"
};
(function(d, s, id) {
var w=window; var d=document; var i=function(){i.c(arguments);};
i.q=[]; i.c=function(args){i.q.push(args);}; w.Tiledesk=i;
var js, fjs=d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js=d.createElement(s);
js.id=id; js.async=true; js.src="https://widget.tiledesk.com/v6/launch.js";
fjs.parentNode.insertBefore(js, fjs);
}(document,'script','tiledesk-jssdk'));
< / script >
2023-06-24 15:12:01 +00:00
< / head >
< body >
< nav class = "main-nav navbar navbar-expand-lg" >
< div class = "container-fluid" >
< a class = "navbar-brand" href = "https://www.federated.computer" >
< img
class="logo-main"
src="https://www.federated.computer/images/logo.png"
alt="logo-white"
/>
< / a >
< 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" >
< li class = "nav-item" >
< a href = "https://www.federated.computer/#hero" class = "nav-link " > Home< / a >
< / li >
< li class = "nav-item" >
< a href = "https://www.federated.computer#" class = "nav-link " > Product< / a >
< span class = "drop-icon" for = "Product" > ▾< / span >
< ul class = "sub-menu" >
< li class = "" >
< a href = "https://www.federated.computer/description" class = "nav-link " > Federated Core< / a >
< / 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 >
< 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-06-24 15:12:01 +00:00
< li class = "" >
< a href = "https://www.federated.computer/comparison" class = "nav-link " > vs Competition< / a >
< / li >
< / ul >
< / li >
< li class = "nav-item" >
< a href = "https://www.federated.computer/support" class = "nav-link " > Support< / a >
< / li >
< li class = "nav-item" >
< a href = "https://www.federated.computer/documentation" class = "nav-link " > Docs< / a >
< / li >
< li class = "nav-item" >
< a href = "https://www.federated.computer#" class = "nav-link " > Community< / a >
< span class = "drop-icon" for = "Community" > ▾< / span >
< ul class = "sub-menu" >
< li class = "" >
< a href = "https://www.federated.computer/merchandise" class = "nav-link " > Merchandise< / a >
< / li >
< li class = "" >
2023-08-02 20:28:43 +00:00
< a href = "https://www.federated.computer/blog" class = "nav-link " > Blog< / a >
2023-06-24 15:12:01 +00:00
< / li >
< li class = "" >
< a href = "https://www.federated.computer/projectswelove" class = "nav-link " > Projects We Love< / a >
< / li >
< / ul >
< / li >
< / ul >
< div class = "account-list list-inline" >
< li class = "list-inline-item" >
< a href = "https://www.federated.computer/purchase" class = "btn btn-sm btn-violate" >
Buy now
< / 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" >
< h1 > Sovereign Reset: the Federated Blog< / h1 >
< p >
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.
< / p >
< / div >
< / div >
< / div >
< / section >
< section class = "blog" >
< div class = "container" >
< div class = "row" >
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" >
< a href = "https://www.federated.computer/blog/what-is-layer-three/" >
< img src = "https://www.federated.computer/images/blog/federated.png" alt = "blog-thumb"
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
< a href = "https://www.federated.computer/blog/what-is-layer-three/"
>Layer Three?< /a
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/cincinnatus.jpg" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Cincinnatus< / h3 >
< p > July 14, 2022< / p >
< / 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" >
< a href = "https://www.federated.computer/blog/redecentralize/" >
< img src = "https://www.federated.computer/images/blog/decentralize.png" alt = "blog-thumb"
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
< a href = "https://www.federated.computer/blog/redecentralize/"
>Redecentralize< /a
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/cincinnatus.jpg" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Cincinnatus< / h3 >
< p > July 1, 2022< / p >
< / div >
< / div >
< / div >
< / article >
< / div >
2023-06-24 15:12:01 +00:00
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
< a href = "https://www.federated.computer/blog/tracing-cameras/" >
< img src = "https://www.federated.computer/images/blog/surveillance.png" alt = "blog-thumb"
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
< a href = "https://www.federated.computer/blog/tracing-cameras/"
>Tracing Cameras< /a
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/cincinnatus.jpg" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Cincinnatus< / h3 >
< p > July 1, 2022< / p >
< / div >
< / div >
< / div >
< / article >
< / div >
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
< a href = "https://www.federated.computer/blog/build-a-gun/" >
< img src = "https://www.federated.computer/images/blog/selfsovereign.png" alt = "blog-thumb"
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
< a href = "https://www.federated.computer/blog/build-a-gun/"
>Build a Gun< /a
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/cincinnatus.jpg" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Cincinnatus< / h3 >
< p > May 24, 2022< / p >
< / div >
< / div >
< / div >
< / article >
< / div >
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
< a href = "https://www.federated.computer/blog/stop-apple-tracking-you/" >
< img src = "https://www.federated.computer/images/blog/timcook.png" alt = "blog-thumb"
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
< a href = "https://www.federated.computer/blog/stop-apple-tracking-you/"
>Stop Apple Tracking You< /a
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/cincinnatus.jpg" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Cincinnatus< / h3 >
< p > April 1, 2022< / p >
< / div >
< / div >
< / div >
< / article >
< / div >
< div class = "col-lg-4 col-md-6" >
< article class = "blog-post-item" >
< div class = "blog-post-thumb" >
< a href = "https://www.federated.computer/blog/value-for-value/" >
< img src = "https://www.federated.computer/images/blog/federated.png" alt = "blog-thumb"
/>< / a >
< / div >
< div class = "blog-post-content" >
< h2 >
< a href = "https://www.federated.computer/blog/value-for-value/"
>Value For Value< /a
>
< / h2 >
< div class = "post-author" >
< div class = "thumb" >
< img src = "https://www.federated.computer/images/author/cincinnatus.jpg" alt = "author-thumb" / >
< / div >
< div class = "meta" >
< h3 > Cincinnatus< / h3 >
< p > April 1, 2022< / p >
< / div >
< / div >
< / div >
< / article >
< / div >
< div class = "col-lg-12" >
< div class = "blog-pagination" >
< nav >
< ul class = "pagination pagination-default" >
< li class = "page-item" >
< a href = "/blog/" aria-label = "First" class = "page-link" role = "button" > < span aria-hidden = "true" > « « < / span > < / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/18/" aria-label = "Previous" class = "page-link" role = "button" > < span aria-hidden = "true" > « < / span > < / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/17/" aria-label = "Page 17" class = "page-link" role = "button" > 17< / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/18/" aria-label = "Page 18" class = "page-link" role = "button" > 18< / a >
< / li >
< li class = "page-item active" >
< a aria-current = "page" aria-label = "Page 19" class = "page-link" role = "button" > 19< / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/20/" aria-label = "Page 20" class = "page-link" role = "button" > 20< / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/21/" aria-label = "Page 21" class = "page-link" role = "button" > 21< / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/20/" aria-label = "Next" class = "page-link" role = "button" > < span aria-hidden = "true" > » < / span > < / a >
< / li >
< li class = "page-item" >
< a href = "/blog/page/33/" aria-label = "Last" class = "page-link" role = "button" > < span aria-hidden = "true" > » » < / span > < / a >
< / 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" >
< h2 > Support Digital Sovereignty< / h2 >
< / div >
< / div >
2023-07-31 16:41:15 +00:00
< div class = "col-lg-8 mx-auto" >
< form action = "#" class = "footer-subscribe-form" >
< div class = "from-group" >
< div class = "input-group" >
< input type = "email" class = "form-control" placeholder = "Subscribe to our mailing list" >
< div class = "subscribe" >
< button class = "btn btn-subscribe" type = "submit" >
< span class = "btn-area" >
Subscribe
< / span >
< svg class = "icon-left" xmlns = "http://www.w3.org/2000/svg" width = "16.317" height = "15.323"
viewBox="0 0 16.317 15.323">
< g data-name = "Group 1167" >
< g data-name = "Group 1166" >
< path data-name = "Path 1349"
d="M.004 5.359a.7.7 0 00.587.693l6.091 1.609L.591 9.27a.7.7 0 00-.587.693v4.656a.7.7 0 00.206.5.726.726 0 00.119.1.7.7 0 00.675.044l14.911-6.958a.7.7 0 000-1.274L1.004.066a.7.7 0 00-1 .637zm13.952 2.3"
fill="#fff" />
< / g >
< / g >
< / svg >
< svg class = "icon-center" xmlns = "http://www.w3.org/2000/svg" width = "16.317" height = "15.323"
viewBox="0 0 16.317 15.323">
< g data-name = "Group 1167" >
< g data-name = "Group 1166" >
< path data-name = "Path 1349"
d="M.004 5.359a.7.7 0 00.587.693l6.091 1.609L.591 9.27a.7.7 0 00-.587.693v4.656a.7.7 0 00.206.5.726.726 0 00.119.1.7.7 0 00.675.044l14.911-6.958a.7.7 0 000-1.274L1.004.066a.7.7 0 00-1 .637zm13.952 2.3"
fill="#fff" />
< / g >
< / g >
< / svg >
< / button >
< / div >
< / div >
< / div >
< / form >
< / div >
2023-06-24 15:12:01 +00:00
< / div >
< div class = "row" >
< div class = "col-lg-4 col-md-4" >
< div class = "footer-description" >
< img src = "https://www.federated.computer/images/logo.png" alt = "logo" >
< div class = "footer-widget-list" >
< ul >
< li >
< li > < a href = "https://www.federated.computer/developers" > Developers< / a > < / li >
< li > < a href = "https://www.federated.computer/careers" > Careers< / a > < / li >
< li > < a href = "https://www.federated.computer/partners" > Resellers & Partners< / a > < / li >
< / 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 >
< li > < a href = "https://www.federated.computer" > Home< / a > < / li >
< li > < a href = "https://www.federated.computer/blog" > Latest Blogs< / a > < / li >
< li > < a href = "https://www.federated.computer/privacy" > Privacy & Policy< / a > < / li >
< li > < a href = "https://www.federated.computer/team" > Team< / a > < / li >
< li > < a href = "https://www.federated.computer/contact" > Contact< / a > < / li >
< / 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 >
< li > < a href = "tel:+1-970-722-8715" > < i class = "ti-mobile" > < / i > + 1-970-722-8715< / a > < / li >
< li > < a href = "mailto:info@federated.computer" > < i class = "ti-email" > < / i > info@federated.computer< / a > < / li >
< li > < p > < i class = "ti-pin" > < / i > RXR5+ 83< / p > < / li >
< / ul >
< / div >
< / div >
< / div >
< div class = "footer-copyright" >
< p >
All rights reserved
< / br >
Copyright © < a href = "https://www.federated.computer" target = "_blank" > Federated Computer, Inc. < / a > 2023. Hosted on a Federated Core.
< / p >
< ul class = "footer-description-social" >
< li >
< a href = "https://twitter.com/federatedworld" > < i class = "ti-twitter-alt" > < / i > < / a >
< / li >
< li >
< a href = "https://github.com/federatedcomputer" > < i class = "ti-github" > < / i > < / a >
< / li >
< li >
< a href = "https://www.reddit.com/r/federatedworld/" > < i class = "ti-reddit" > < / i > < / a >
< / li >
< li class = "social-icon" >
< a href = "https://iris.to/npub1hpnu5kl8lar2m6wz9s72zrmasr96rsc34r0y8e5sfdswueqeaf6svpj0x7" > < img src = "/images/footer/nostr1.png" > < / a >
< / li >
< / ul >
< / div >
< / div >
< / div >
< / footer >
< link href = "https://www.federated.computer/scss/non-critical.min.css" rel = "stylesheet" / >
< script src = "https://www.federated.computer/js/vendor.min.js" > < / script >
< script src = "https://www.federated.computer/js/script.min.js" > < / script >
< / body >
< / html >