Oversimplification Post + Markdown Definitions

main
TitanElectrons 1 year ago
parent 14aa540423
commit a71abfd773

@ -1,5 +1,6 @@
<!DOCTYPE html><html lang="en"><head><title>(BLOG) Sufyaan's Webpage</title><link rel="icon" type="image/x-icon" href="../images/favicon.webp"><link rel='stylesheet' type='text/css' href="../style.css"><link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" media="all"><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"></head><body><a href="../"><div style="text-align:center"><img src="../images/sufyaan.webp"></div></a><hr/><p><a href="../">sf.cu</a> > <a style="color:#bd93f9" href=".">Blog</a></p>
<h1 class="homepage-heading"><a style="color:#bd93f9" href=../rss.xml"><i class="fa fa-rss" aria-hidden="true"></i></a>Blog</h1><h2>Categories:</h2><ul class="posts"><li><a href="linux/" style="color:#ff79c6"><i class="fa fa-terminal" aria-hidden="true"></i>Linux</a></li><li><a href="software/" style="color:#ff79c6"><i class="fa fa-laptop" aria-hidden="true"></i>Software</a></li><li><a href="technology/" style="color:#ff79c6"><i class="fa fa-code" aria-hidden="true"></i>Technology</a></li><li><a href="guides/" style="color:#ff79c6"><i class="fa fa-book" aria-hidden="true"></i>Guides</a></li><li><a href="other/" style="color:#ff79c6"><i class="fa fa-plus" aria-hidden="true"></i>Other</a></li></ul><p class="homepage-body">Read my (mostly) computing-related articles here.</p><ul class="posts">
<li><code class="code-posts">10/07/23</code> - <a style="color:#bd93f9" href="oversimplification/"><i class="fa fa-circle-o-notch" aria-hidden="true"></i>Oversimplification Kills</a></li>
<li><code class="code-posts">02/07/23</code> - <a style="color:#bd93f9" href="open-source-islam/"><i class="fa fa-moon-o" aria-hidden="true"></i>The Dearth Of Open-Source Islam Apps</a></li>
<li><code class="code-posts">27/06/23</code> - <a style="color:#bd93f9" href="keep-it-minimal/"><i class="fa fa-adjust" aria-hidden="true"></i>Keep It Minimal</a></li>
<li><code class="code-posts">23/06/23</code> - <a style="color:#bd93f9" href="keepass-syncthing/"><i class="fa fa-key" aria-hidden="true"></i>KeePass + Syncthing</a></li>

@ -25,7 +25,7 @@
<p>However, there is not a single <a href="../../definitions/free-software/" style="color:#50fa7b">free software</a> or even open-source <a href="https://ahadith.co.uk/fortressofthemuslim.php"">Hisnul Muslim</a> application that I have noticed. Most <a href="https://ahadith.co.uk/fortressofthemuslim.php"">Hisnul Muslim</a> apps I have used have the exact same duas since it is based off the 'Fortress of the Muslim' book. Just having a page with all duas with a simple search option and the translation in popular languages is all thats required to get the open-source savvy Muslim community to start using <a href="../../definitions/free-software/" style="color:#50fa7b">free software</a> for their duas.</p>
<p>Anyone can take the lead. In fact, this may be the first thing I try when I start developing applications.</p>
<p><a href="mailto:sufyaan@counterhawks.com?subject=The%20Dearth%20Of%20Open-Source%20Islam%20Apps">>>> Reply To Me</a></p>
<p style="text-align:center;"><a href="../keep-it-minimal/" style="color:#bd93f9"><i class="fa fa-angle-double-left" aria-hidden="true"></i>Previous Post</a></p>
<p style="text-align:center;"><a href="../keep-it-minimal/" style="color:#bd93f9"><i class="fa fa-angle-left" aria-hidden="true"></i>Previous Post</a> - <a style="color:#bd93f9" href="../oversimplification/">Next Post</a> <i style="color:#bd93f9" class="fa fa-angle-right" aria-hidden="true"></i></p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>(POST) Oversimplification Kills</title>
<link rel="icon" type="image/x-icon" href="../../images/favicon.webp">
<link rel='stylesheet' type='text/css' href="../../style.css"> <link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" media="all">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<a href="../../"><div style="text-align:center"><img src="../../images/sufyaan.webp"></div></a>
<hr/><p><a href="../../">sf.cu</a> > <a style="color:#bd93f9" href="../">Blog</a> > <a style="color:#bd93f9" href=".">Oversimplification Kills</a></p>
<h1><i class="fa fa-circle-o-notch" aria-hidden="true"></i>Oversimplification Kills</h1>
<p style="font-size:110%"><strong>Posted on 10 July 2023</strong></p><p><strong>Categories: </strong><a style="color:#ff79c6" href="../software/"><i class="fa fa-laptop" aria-hidden="true"></i>Software</a></p>
<p>Oversimplification kills. It is as simple as that. Most of the time, there are simple solutions to a problem that work well which are not used because individuals feel like they need to be more simple.</p>
<p>If you want to get more technical, think about the over-engineering of website builders. Instead of having a simple piece of software that generates static sites and blog posts based on <a style="color:#50fa7b" href=../../definitions/markdown>markdown</a> files, we have ultra-bloated website builders that provide a simple way to make a website at the cost of extremely slow websites and unneeded JavaScript. We also have oversimplified user interfaces in Windows and MacOS. These <a style="color:#50fa7b" href=../../definitions/operating-system>operating system</a> have made bad and oversimplified interfaces a norm, which makes good interfaces such as ones you can customize on Linux seem too complicated or confusing even though it would be easier for someone with no experience in computing to get started with most desktop environments available.</p>
<p>As <a href="https://lukesmith.xyz/articles/obvious-technical-solutions/">Luke Smith mentions in his post,</a> we never thought about using wheels on suitcases until the 1990s even though children in the Incan empire did have toys with wheels. This is one of the examples where trying to oversimplify something by making an all-in-one or a good solution delays progress.</p>
<p>Oversimplification shifts focus away from the main problem. For example, with website builders, the problem shifted away from being able to make websites fast and easily to give the user information in a swift manner to just making your website pretty. With Windows and MacOS, the focus shifted away from making user interfaces that actually make sense for everyone to use to making user interfaces that are familiar.</p>
<p>On the other end of the same spectrum, overcomplication also does has a similar result. A technical example of this is software management. Windows and MacOS (at least how most people use MacOS) have complicated software management which results in difficult updates, confusing software usage and an overall increase in storage usage throughout the years. However, Linux has package managers. One command is all that is required to install a package and remove it. You can clear cache, download an older version, update both your system and applications at the same time and even view all installed packages.</p>
<p>In the end, most things are complicated. We can try simplifying them and that is perfectly fine. However, trying to oversimplify a problem and making it a binary outcome does not work in all cases. There are many factors to take into consideration. Oversimplification leads to no problems being solved. If anything, it creates and solves arbitrary problems that are not important.</p>
<p><a href="mailto:sufyaan@counterhawks.com?subject=Oversimplification%20Kills">>>> Reply To Me</a></p>
<p style="text-align:center;"><a href="../open-source-islam/" style="color:#bd93f9"><i class="fa fa-angle-double-left" aria-hidden="true"></i>Previous Post</a></p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>
<p class="footer-text" style="font-size:80%"><a href="../../">sufyaan.cyou</a></p><p class="footer-text" style="font-size:65%"><a style="color:#aaaaaa" href="../../sitemap">Site Map</a></p>
</footer>

@ -1,5 +1,6 @@
<!DOCTYPE html><html lang="en"><head><title>(SOFTWARE) Sufyaan's Webpage</title><link rel="icon" type="image/x-icon" href="../../images/favicon.webp"><link rel='stylesheet' type='text/css' href="../../style.css"><link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" media="all"><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"></head><body><a href="../../"><div style="text-align:center"><img src="../../images/sufyaan.webp"></div></a><hr/><p><a href="../../">sf.cu</a> > <a style="color:#bd93f9" href="../">Blog</a> > <a style="color:#ff79c6" href="."><i class="fa fa-laptop" aria-hidden="true"></i>Software</a></p>
<h1 class="homepage-heading"><i class="fa fa-laptop" aria-hidden="true"></i></a>Software</h1><p class="homepage-body">In this category, I post new software I find, information about current software or tricks that can be utilised in current software.</p> <ul class="posts">
<li><code class="code-posts">10/07/23</code> - <a style="color:#bd93f9" href="../oversimplification/"><i class="fa fa-circle-o-notch" aria-hidden="true"></i>Oversimplification Kills</a></li>
<li><code class="code-posts">02/07/23</code> - <a style="color:#bd93f9" href="../open-source-islam/"><i class="fa fa-moon-o" aria-hidden="true"></i>The Dearth Of Open-Source Islam Apps</a></li>
<li><code class="code-posts">27/06/23</code> - <a style="color:#bd93f9" href="../keep-it-minimal/"><i class="fa fa-adjust" aria-hidden="true"></i>Keep It Minimal</a></li>
<li><code class="code-posts">23/06/23</code> - <a style="color:#bd93f9" href="../keepass-syncthing/"><i class="fa fa-key" aria-hidden="true"></i>KeePass + Syncthing</a></li>

@ -17,6 +17,8 @@
<p>These are definitions related to files that I use in my blog posts.</p>
<h1>H</h1>
<ul><li><a style="color:#50fa7b" href="../h264/">H.264</a></li></ul>
<h1>M</h1>
<ul><li><a style="color:#50fa7b" href="../markdown/">Markdown (.md)</a></li></ul>
<p>You have closed the file!</p>
<hr/>
<footer>

@ -29,6 +29,7 @@
<h1>M</h1>
<ul><li><a style="color:#50fa7b" href="malware/">Malicious Software [malware]</a></li></ul>
<ul><li><a style="color:#50fa7b" href="management-engine/">Management Engine</a></li></ul>
<ul><li><a style="color:#50fa7b" href="markdown/">Markdown (.md)</a></li></ul>
<h1>N</h1>
<ul><li><a style="color:#50fa7b" href="non-free/">Non-Free Software</a></li></ul>
<h1>O</h1>

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>(DEFN) Markdown (.md)</title>
<link rel="icon" type="image/x-icon" href="../../images/favicon.webp">
<link rel='stylesheet' type='text/css' href="../../style.css">
<link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" media="all">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<a href="../../"><div style="text-align:center"><img src="../../images/sufyaan.webp"></div></a>
<hr/>
<p><a href="../../">sf.cu</a> > <a style="color:#50fa7b" href="../">Definitions</a> > <a style="color:#50fa7b" href=".">Markdown (.md)</a></p>
<h1 style="text-align:center;margin-right:8vw;margin-top:20px;">Markdown (.md)</h1>
<div style="text-align:center;">
<img src="markdown.webp" alt="Markdown">
<figcaption>Markdown</figcaption>
</div>
<p>Markdown is a lightweight markup language using which you can write files with formatting. It has simple syntax that can easily be remembered. It is used extensively especially in Git services like GitHub, Codeberg and more. Please <a href="https://www.markdownguide.org/getting-started/">read this page for the syntax.</a></p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>
<p class="footer-text" style="font-size:80%"><a href="../../">sufyaan.cyou</a></p><p class="footer-text" style="font-size:65%"><a style="color:#aaaaaa" href="../../sitemap">Site Map</a></p>
</footer>

@ -36,6 +36,7 @@
</ul>
<h3>Posts</h3>
<ul class="posts">
<li><a style="color:#bd93f9" href="../blog/oversimplification/">Oversimplification Kills</a></li>
<li><a style="color:#bd93f9" href="../blog/open-source-islam/">The Dearth Of Open Source Islam Apps</a></li>
<li><a style="color:#bd93f9" href="../blog/keep-it-minimal/">Keep It Minimal</a></li>
<li><a style="color:#bd93f9" href="../blog/keepass-syncthing/">KeePass + Syncthing</a></li>
@ -83,6 +84,7 @@
<li>M</li>
<li><a style="color:#50fa7b" href="../definitions/malware/">Malicious Software [malware]</a></li>
<li><a style="color:#50fa7b" href="../definitions/management-engine/">Management Engine</a></li>
<li><a style="color:#50fa7b" href="../definitions/markdown/">Markdown (.md)</a></li>
<li>N</li>
<li><a style="color:#50fa7b" href="../definitions/non-free/">Non-Free Software</a></li>
<li>O</li>

Loading…
Cancel
Save