123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
- <head>
- <title>Blog - Kevin "The Nuclear" Bloom's Personal Website</title>
- <link rel="shortcut icon" type="image/png" href="/img/guy-in-space.png"/>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <meta name="generator" content="Org mode" />
- <meta name="author" content="Kevin "The Nuclear" Bloom" />
- <meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
- <meta http-equiv="cache-control" content="max-age=0" />
- <meta http-equiv="expires" content="0" />
- <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
- <meta http-equiv="pragma" content="no-cache" />
- <link rel='stylesheet' href='/styles/main.2.css' />
- </head>
- <body>
- <div id="preamble" class="status">
- <div id="banner">
- <h1><a href="/home.html">Kevin "The Nuclear" Bloom</a></h1>
- <hr />
- <div id="navit">
- <a href="/contact.html">Contact</a>
-
- <a href="/blog.html">Blog</a>
-
- <a href="/projects.html">Projects</a>
-
- <a href="/about-me.html">About Me</a>
- </div>
- </div>
- </div>
- <div id="content">
- <div id="outline-container-orgb95acc2" class="outline-2">
- <h2 id="orgb95acc2"><a href="articles/dumb-dumb-phones.html">Why Modern Dumb Phones are Dumb</a></h2>
- <div class="outline-text-2" id="text-orgb95acc2">
- <p>
- Published: Wed Dec 02 2020
- </p>
- <p>
- As yes, the modern dumb phone. When you see someone flip one of these bad boys
- out in public, you just have to look! The memories of typing with that classic
- T9 word. Flipping (or sliding) open the phone to answer a phone call. So epic,
- so classic, and now with 4G!? As must as they will take you back to the good old
- days of 2005, the current state dumb phones are in is an absolute disaster. This
- is what I've learned after 2 years in the dumb phone world.
- </p>
- <p>
- <a href="articles/dumb-dumb-phones.html">Read More…</a>
- </p>
- <hr />
- </div>
- </div>
- <div id="outline-container-orgba147a7" class="outline-2">
- <h2 id="orgba147a7"><a href="articles/dont-use-a-smartphone.html">Don't Use a Smartphone</a></h2>
- <div class="outline-text-2" id="text-orgba147a7">
- <p>
- Published: Tue Nov 20 2020
- </p>
- <p>
- Back in 2018 I wrote an article explaining <a href="http://nuclearkev.org/articles/back-to-webos.html">why I went back to using webOS</a>. It
- talked about how my iPhone broke and I finally had the opportunity to use a
- Palm/HP device. This experience only lasted a year due to some carrier issues
- but it changed my take on cell phones entirely. Since the phone was so old, only
- a few things worked - mostly thanks to the awesome <a href="https://forums.webosnation.com/forum.php">community</a>. This left me with
- a sort of semi-smart phone. It didn't have social media but I could use the web
- a bit and get my email. Most importantly not having tons of apps and features
- really made me "wake up" to the reality of things: People are being controlled.
- </p>
- <p>
- <a href="articles/dont-use-a-smartphone.html">Read More…</a>
- </p>
- <hr />
- </div>
- </div>
- <div id="outline-container-org90077cc" class="outline-2">
- <h2 id="org90077cc"><a href="articles/concerns-with-linux.html">Concerns with Linux</a></h2>
- <div class="outline-text-2" id="text-org90077cc">
- <p>
- Published: Tue Nov 17 2020
- </p>
- <p>
- A few months ago I was poking around on a Debian system just for fun and wanted
- to install <a href="https://gnu.org/s/emacs">GNU Emacs</a>. On the core install <a href="https://www.gtk.org/">GTK</a> isn't installed by default, so I
- fired up <code>apt</code> to pull down the program and it's <i>insane</i> amount of
- dependencies. When I saw the number of dependencies, I was shocked! I've built
- Emacs like a hundred times now and never needed all that. I was curious and
- began to look through the depends to see what's up. To my surprise, I found tons
- and tons of <i>unneeded</i> programs and libraries, especially <a href="https://webkitgtk.org/">webkitGTK</a>, which I
- have <i>never</i> needed for Emacs. Especially because Emacs is an editor not a web
- browser. "Interesting," I said, "there could be hundreds of programs installed
- and no one would ever know…" This thought made me take a deep look at the
- current state of GNU/Linux and here's what I've found.
- </p>
- <p>
- <a href="articles/concerns-with-linux.html">Read More…</a>
- </p>
- <hr />
- </div>
- </div>
- <div id="outline-container-org2dc70f9" class="outline-2">
- <h2 id="org2dc70f9"><a href="articles/build-system-change.html">Why I Changed the Site's Build System</a></h2>
- <div class="outline-text-2" id="text-org2dc70f9">
- <p>
- Published: Thu Apr 16 2020
- </p>
- <p>
- I started off this website in Common Lisp then to org-mode and now finally to a
- mixture of the two?! Well, okay, not really a mixture - more like a semi-similar
- adaptation. Okay, that's not really true either… Lemme just explain it simply:
- the new build system using <a href="https://gnu.org/software/emacs">Emacs</a> <a href="https://orgmode.org">org-mode</a>, <a href="https://www.gnu.org/software/make/">make</a>, and a small <a href="https://fennel-lang.org">Fennel</a> script. Why
- is this better than using plain old org? Let me explain…
- </p>
- <p>
- <a href="articles/build-system-change.html">Read More…</a>
- </p>
- <hr />
- </div>
- </div>
- <div id="outline-container-orgb20385f" class="outline-2">
- <h2 id="orgb20385f"><a href="articles/dragora-concept.html">Dragora, a Philosophy of Life</a></h2>
- <div class="outline-text-2" id="text-orgb20385f">
- <p>
- Published: Thu Jul 05 2018
- </p>
- <p>
- As many of my friends and family know, I volunteer for the <a href="http://dragora.org/repo.fsl/doc/trunk/www/index.md">Dragora Project</a>, an
- independent fully-free GNU/Linux distribution. Dragora is a very important part
- of my life because it opened up a new way of thought for me. Not just in my
- computing life but also in my day-to-day life. This new way of thought is fairly
- interesting and something that I find quite valuable.
- </p>
- <p>
- Dragora as a concept comes in 4 parts: freedom, independence, community,
- simplicity. Each of these parts are valid concepts in computing but also in
- personal life, as I've found out. Let's unpack.
- </p>
- <p>
- <a href="articles/dragora-concept.html">Read More…</a>
- </p>
- <hr />
- </div>
- </div>
- <div id="outline-container-org4231ee1" class="outline-2">
- <h2 id="org4231ee1"><a href="articles/back-to-webos.html">Back to WebOS</a></h2>
- <div class="outline-text-2" id="text-org4231ee1">
- <p>
- Published: Mon Jan 22 2018
- </p>
- <p>
- Recently my iPhone SE has been having some problems - <i>big problems</i>. The phone
- itself runs fine and has no issues handling iOS in general or any apps I wish to
- run. It's practically still brand new in that sense. However, somewhere within
- the power/lock circuity there seems to be a malfunction causing the screen to
- lock and unlock at random. Although very annoying, it was still usable for few
- months.
- </p>
- <p>
- Enter the curse of 2018! The is practically useless now. It locks/unlocks so
- much that I can't even accept a phone call. Due to this tragedy, I was forced to
- find another cellular device.
- </p>
- <p>
- <a href="https://www.replicant.us/">Replicant</a> was my first choice. I plugged in my SIM card and … nothing
- happened. Turns out either Replicant 6 has a bug or the phone's SIM reader is
- broken. Either way, I had to ditch the idea because I didn't to get a working
- phone quickly.
- </p>
- <p>
- Then it hit me… Palm/HP Pre 3!
- <a href="articles/back-to-webos.html">Read More…</a>
- </p>
- <hr />
- </div>
- </div>
- <div id="outline-container-orgc193bd8" class="outline-2">
- <h2 id="orgc193bd8"><a href="articles/no-js.html">Any Browser and Why it's Important</a></h2>
- <div class="outline-text-2" id="text-orgc193bd8">
- <p>
- Published: Mon Jan 22 2018
- </p>
- <p>
- You've come to the site of a web developer (me) and were shocked. You immediately
- thought: "Lol, why is his site so <i>old</i> looking? This isn't the 90s!" Due to my
- prediction abilities, I foresaw this happening, thus, this article was born.
- <a href="articles/no-js.html">Read More…</a>
- </p>
- <hr />
- </div>
- </div>
- <div id="outline-container-org27fd288" class="outline-2">
- <h2 id="org27fd288"><a href="articles/why-org.html">Why Org?</a></h2>
- <div class="outline-text-2" id="text-org27fd288">
- <p>
- Published: Sun Jan 07 2018
- </p>
- <p>
- There are a ton of options when it comes to creating a website; from designing
- it to picking tools for it to hosting it, there is a plethora! As a
- professional web developer, I know this first hand. In fact, there
- is a painful sickness called <a href="https://medium.com/@ericclemmons/javascript-fatigue-48d4011b6fc4">JavaScript Fatigue</a> that effects tons of developers
- because there are so many friggin' options! Given all these choices, why <i>on
- Earth</i> did I choose to use <a href="https://orgmode.org">org-mode</a> to create this site?!
- <a href="articles/why-org.html">Read More…</a>
- </p>
- </div>
- </div>
- </div>
- <div id="footer">
- <hr />
- <p>
- <a href="https://anybrowser.org/campaign/">
- <img src="/img/any-browser.png" alt="Viewable with any browser! No JS, no cookies, no bullshit!"/></a>
-
- <a href="http://validator.w3.org/check?uri=nuclearkev.org"><img
- src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
-
- <a href="http://NetBSD.org/"><img
- src="https://www.netbsd.org/images/powered-by-NetBSD.png" alt="NetBSD" width="88" /></a>
- </p>
- <p>
- Copyright © 2017-2022 Kevin "The Nuclear" Bloom
- </p>
- </div>
- </body>
- </html>
|