proven.lol

https://parzzix.com

HASH 97a1ebbbadfca07fbe37c7927e36199e

This item was proven by @parzzix on 2024-02-08T18:43:36+00:00. (View all of @parzzix’s proofs.)

Evidence

This is a copy of the web page retrieved on 2024-02-08T18:43:36+00:00. Show the proof snippet.

<!DOCTYPE html> <html lang="en"><head> <title>Parzzix · Thinking about web vs native</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss.xml"> <link rel="alternate" type="application/atom+xml" title="Atom feed" href="/atom.xml"> <link rel="alternate" type="application/json" title="JSON feed" href="/feed.json"> <style> @import url('https://static.omg.lol/type/font-honey.css'); @import url('https://static.omg.lol/type/font-lato-regular.css'); @import url('https://static.omg.lol/type/font-lato-bold.css'); @import url('https://static.omg.lol/type/font-lato-italic.css'); @import url('https://static.omg.lol/type/font-md-io.css'); @import url('https://static.omg.lol/type/fontawesome-free/css/all.css'); <!-- proven337046 --> :root { --foreground: #212529; --background: #f8f9fa; --link: #0b7285; --accent: #868e96; } @media (prefers-color-scheme: dark) { :root { --foreground: #eee; --background: #222; --link: #99e9f2; --accent: #ced4da; } } * { box-sizing: border-box; } body { font-family: 'Lato', sans-serif; font-size: 120%; color: var(--foreground); background: var(--background); } header nav ul { list-style-type: none; margin: 0; padding: 0; } header nav li { display: inline-block; } header nav li a { display: block; text-decoration: none; margin-right: 1em; } h1, h2, h3, h4, h5, h6 { font-family: 'VC Honey Deck', serif; margin: 1rem 0; } p, li { line-height: 160%; } header, main, footer { max-width: 60em; margin: 2em auto; padding: 0 1em; } header { margin-top: 4em; } footer p { margin-top: 5em; font-size: 90%; text-align: center; } a:link { color: var(--link); } a:visited { color: var(--link); } a:hover { color: var(--link); } a:active { color: var(--link); } .post-info, .post-tags { font-size: 85%; color: var(--accent); text-align: right; } .post-info i:nth-child(2) { margin-left: .75em; } .tag { background: var(--accent); color: var(--background) !important; padding: .3em .4em; margin: .8em 0 0 .4em; border-radius: .5em; text-decoration: none; display: inline-block; } hr { border: 0; height: 1px; background: #333; margin: 2em 0; } code { padding: .2em .3em; border: 1px solid var(--accent); white-space: pre-wrap; word-wrap: break-word; } pre, code { font-family: 'MD IO 0.4'; font-size: 90%; } pre code { background: #000; color: #eee; display: inline-block; padding: 1em; white-space: pre-wrap; word-wrap: break-word; } img { max-width: 100%; } table { border-collapse: collapse; } td, th { padding: .75em; text-align: left; border: 1px solid var(--accent); } .weblog-title a { text-decoration: none; color: var(--foreground); } </style> </head> <body> <header> <h1 class="weblog-title"><a href="/">Parzzix</a></h1> <nav id="weblog-navigation"> <ul> <li><a href="/about">About</a></li> <li><a href="/tags">Tags</a></li> <li><a href="/archive">Archive</a></li> <li><a href="https://parzzix.com/rss.xml">RSS</a></li></ul> </nav> </header> <main> <article> <h1 id="content-thinking-about-web-vs-native"><a href="#content-thinking-about-web-vs-native" class="heading-permalink" aria-hidden="true" title="Permalink"></a>Thinking about web vs native</h1> <p>I've always been biased towards native applications. I fought the web for some time, heck I fought GUI apps at a time in favor of commandline apps. But as of late I have been having a little bit of a change of heart.</p> <p>I still like all things native, but I do really see the benefit of the web and it's various technologies. The biggest being lockin, which is what attracts me. If the majority of the applications I use are on the web I don't have to worry if I'm on Windows, Linux, Mac, or whatever comes in the future. There of course are things you always want to keep local and hopefully encrypted for that matter. But working in the web is a huge advantage. It is really the one true cross platform app.</p> <p>Most of the services I use these days are web services that I try to link to my desktop somehow. I'm now wondering why bother. Many times, especially on Linux, the web is the nicer user experience. Of course there are PWAs and such to give you a little desktop feel when you need it.</p> <p>I'm not sure I'm completely sold on the web, but I think it is the path of least resistance for sure.</p> <aside class="post-info"> <i class="fa-solid fa-clock"></i> February 5, 2024 12:30 PM </aside> <aside class="post-tags"> <a class="tag" href="/tag/web">web</a> <a class="tag" href="/tag/code">code</a> <a class="tag" href="/tag/dev">dev</a> <a class="tag" href="/tag/native">native</a> </aside> </article> <hr> <h2>Recent posts</h2> <ul> <li><a href="/2024/02/thinking-about-web-vs-native">Thinking about web vs native</a></li> <li><a href="/2024/02/making-use-of-micro-blog">Making use of Micro.Blog</a></li> <li><a href="/2024/01/did-some-right-to-repair-action">Did some right to repair action!</a></li> <li><a href="/2024/01/my-router-and-dns">My router and DNS</a></li> <li><a href="/2024/01/muds">Muds</a></li> </ul> </main> <footer> <p>Made with <a href="https://weblog.lol">weblog.lol</a>.</p> </footer> </body></html>