|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> |
| 8 | + <meta name="description" content="A blog about IT"> |
| 9 | + <meta name="author" content=""> |
| 10 | + <script> |
| 11 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 12 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 13 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 14 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 15 | + |
| 16 | + ga('create', 'UA-102229897-1', 'auto'); |
| 17 | + ga('send', 'pageview'); |
| 18 | + |
| 19 | + </script> |
| 20 | + <link rel="icon" href="icons/favicon.ico"> |
| 21 | + |
| 22 | + <title>How To Use AI For Everything - Computering</title> |
| 23 | + |
| 24 | + <!-- Bootstrap core CSS --> |
| 25 | + <link href="/theme/css/bootstrap.min.css" rel="stylesheet"> |
| 26 | + |
| 27 | + <!-- normalize.css --> |
| 28 | + <link href="/them/css/normilize.css" rel="stylesheet"> |
| 29 | + |
| 30 | + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
| 31 | + <link href="/theme/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> |
| 32 | + |
| 33 | + <!-- Custom styles for this template --> |
| 34 | + <link href="/theme/css/bootstrap-blog.css" rel="stylesheet"> |
| 35 | + |
| 36 | + <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 37 | + <!--[if lt IE 9]> |
| 38 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> |
| 39 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 40 | + <![endif]--> |
| 41 | +</head> |
| 42 | + |
| 43 | +<body> |
| 44 | + |
| 45 | + <div class="blog-masthead"> |
| 46 | + <div class="container"> |
| 47 | + <nav class="blog-nav"> |
| 48 | + <a class="blog-nav-item active" href="/index.html">blog</a> |
| 49 | + <a class="blog-nav-item" href="/archive/archive.html">archive</a> |
| 50 | + </nav> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + |
| 54 | + <div class="container"> |
| 55 | + |
| 56 | + <div class="blog-header"> |
| 57 | + <h1 class="blog-title"><a class="blog-title" href="/index.html">Computering</a></h1> |
| 58 | + <p class="lead blog-description">A blog.</p> |
| 59 | + </div> |
| 60 | + |
| 61 | + <div class="row"> |
| 62 | + |
| 63 | + <div class="col-sm-8 blog-main"> |
| 64 | + |
| 65 | + <div class="blog-post"> |
| 66 | + <h2 class="blog-post-title" id="html3">How To Use Code Examples In HTML</h2> |
| 67 | + <p class="blog-post-meta">February 11, 2025 by <a href="/author/author.html" target="_blank">Steffen Devich</a></p> |
| 68 | + <p> |
| 69 | + Artificial Intelligence (AI) is not a good idea. It is a great idea, said the AI written blog post. |
| 70 | + But don't take my word for it. Here is a quote from the AI written blog post: "AI is the future." |
| 71 | + Quotes not needed. But encouraged for emphasis. I wouldn't trust AI if it wasn't so darn handy and |
| 72 | + convenient. It practictly writes itself. I used to say that about anything I wrote. But now I can |
| 73 | + say it about AI. And that is the future. Saying things about AI and having it write itself. |
| 74 | + |
| 75 | + But who wants a blog written by AI? Not me. These blog posts that I write every two or three years |
| 76 | + really keep me going and I can't trust that kind of drive to AI. Considering it took this long for AI |
| 77 | + to arrive. |
| 78 | + |
| 79 | + In conclusion, AI has arrived and is more or less taking over the world. I guess we'll all |
| 80 | + get used to it. |
| 81 | + </p> |
| 82 | +/** |
| 83 | +* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. |
| 84 | +* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/ |
| 85 | +/* |
| 86 | +var disqus_config = function () { |
| 87 | +this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable |
| 88 | +this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable |
| 89 | +}; |
| 90 | +*/ |
| 91 | +(function() { // DON'T EDIT BELOW THIS LINE |
| 92 | +var d = document, s = d.createElement('script'); |
| 93 | +s.src = 'https://devich-on-devich-1.disqus.com/embed.js'; |
| 94 | +s.setAttribute('data-timestamp', +new Date()); |
| 95 | +(d.head || d.body).appendChild(s); |
| 96 | +})(); |
| 97 | + </script> |
| 98 | + <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> |
| 99 | + |
| 100 | + </div><!-- /.blog-main --> |
| 101 | + |
| 102 | + <div class="col-sm-3 col-sm-offset-1 blog-sidebar"> |
| 103 | + <div class="sidebar-module sidebar-module-inset"> |
| 104 | + <h4>About</h4> |
| 105 | + <p>This blog was put together to test how a static website could be built.</p> |
| 106 | + </div> |
| 107 | + <div class="sidebar-module"> |
| 108 | + <h4>Categories</h4> |
| 109 | + <ol class="list-unstyled"> |
| 110 | + <li><a href="/category/html.html">html</a></li> |
| 111 | + <li><a href="/category/howto.html">how to</a></li> |
| 112 | + <li><a href="/category/basketball.html">basketball</a></li> |
| 113 | + <li><a href="/category/rock.html">rock</a></li> |
| 114 | + <li><a href="/category/history.html">history</a></li> |
| 115 | + <li><a href="/category/sql.html">sql</a></li> |
| 116 | + </ol> |
| 117 | + </div> |
| 118 | + <div class="sidebar-module"> |
| 119 | + <h4>Archives</h4> |
| 120 | + <ol class="list-unstyled"> |
| 121 | + <li><a href="/archive/archive.html">June 2017</a></li> |
| 122 | + </ol> |
| 123 | + </div> |
| 124 | + <div class="sidebar-module"> |
| 125 | + <h4>Elsewhere</h4> |
| 126 | + <ol class="list-unstyled"> |
| 127 | + <li><a href="https://github.com/devichs" target="_blank">GitHub</a></li> |
| 128 | + <li><a href="https://www.twitter.com" target="_blank">Twitter</a></li> |
| 129 | + <li><a href="https://www.facebook.com" target="_blank">Facebook</a></li> |
| 130 | + </ol> |
| 131 | + </div> |
| 132 | + </div><!-- /.blog-sidebar --> |
| 133 | + |
| 134 | + </div><!-- /.row --> |
| 135 | + |
| 136 | + </div><!-- /.container --> |
| 137 | + |
| 138 | + <footer class="blog-footer"> |
| 139 | + <p>Template by .. <a href="http://getbootstrap.com">Bootstrap</a> from <a href="https://twitter.com/mdo">@mdo</a>.</p> |
| 140 | + <p> |
| 141 | + <a href="https://devichs.github.io/index.html">Back to top</a> |
| 142 | + </p> |
| 143 | + <!-- CC license--> |
| 144 | + <p> |
| 145 | + © Steffen Devich 2022<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"></a> |
| 146 | + </p> |
| 147 | + <p> |
| 148 | + <a rel="license" |
| 149 | + href="https://creativecommons.org/licenses/by-sa/4.0/" |
| 150 | + target="_blank"> |
| 151 | + <img alt="Creative Commons License" |
| 152 | + title="Creative Commons License" |
| 153 | + style="border-width:0" |
| 154 | + src="https://licensebuttons.net/l/by-sa/4.0/" |
| 155 | + width="80" |
| 156 | + height="15" /> |
| 157 | + </a> |
| 158 | + </footer> |
| 159 | + |
| 160 | + <!-- Bootstrap core JavaScript |
| 161 | + ================================================== --> |
| 162 | + <!-- Placed at the end of the document so the pages load faster --> |
| 163 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> |
| 164 | + <script>window.jQuery || document.write('<script src="../../assets/theme/js/vendor/jquery.min.js"><\/script>')</script> |
| 165 | + <script src="/theme/js/bootstrap.min.js"></script> |
| 166 | + <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
| 167 | + <script src="js/ie10-viewport-bug-workaround.js"></script> |
| 168 | + <!-- Go to www.addthis.com/dashboard to customize your tools --> |
| 169 | + <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5934b61b4dfca587"></script> |
| 170 | + <!-- Disqus closing--> |
| 171 | + <script id="dsq-count-scr" src="//devich-on-devich-1.disqus.com/count.js" async></script> |
| 172 | +</body> |
| 173 | +</html> |
0 commit comments