Journal & Changelog

This page was previously known as the "detailed website history" page, but has been generalized to serve as both a personal journal and the site's changelog.

Entries created after the big site reorganization of 2023-12-15 are more personal and/or creative and thus jumping to that point may be more interesting. That's where the journal starts, whereas prior entries usually read more like a changelog.

All dates in the following list are formatted as year-month-day (ISO 8601).

  1. : I created the site, with only a minimal description of roughly what the site would be about. The site has no CSS customization at this point, only basic HTML.
  2. : I rewrote much of the text from the previous day to feel more natural and more structured. More importantly though, I uploaded a downloadable Doom 2 level and a Lua programming Anki quiz deck. Thus, this was the first day that this website became useful! I also added some links to other sites that users may find useful or interesting (such as Wiby.me) on this day too.
  3. : I uploaded two downloadable documents I wrote about musical tuning systems. I also switched the links that went to my own site to use relative paths instead of absolute HTML addresses. I also added additional links to other websites, such as web revival related sites such as the famous MelonLand.net.
  4. : I finally added some basic CSS styling and custom pixel art fonts. That means today is officially the first day that my site doesn't look like a barebones HTML page. The site now has a nice dark pixel art theme. I also ensured that the CSS style is font-size relative and also free of misleading or extraneous settings.

    All the settings are intentional, not merely imitative or copy-pasted. The addition of automatic margin padding is an especially great legibility improvement over the HTML defaults. Also, I clarified a potentially confusing point about how musical note names work and added some paragraph breaks to various long list items.

    Additionally, the HTML code is designed to be semantically easy to read. Little would be gained by removing whitespace (etc) considering how small the files are regardless. Lastly, I added some new links related to the web revival movement.

  5. : I added some links and helpful overview info for people who want to find an easier way to pick good-looking colors for websites or for any other graphic design purposes. Color theory is interesting I think!
  6. : Today is thanksgiving! After eating with my family (etc), I still found some time to update my site. I added a useful link and description for automatic detection of broken hyperlinks in HTML documents.

    I also replaced the previous pixel art font with one whose opening quotation marks don't have the wrong directionality. I had previously tried using the <q> tag, which fixed the opening parentheses's directionality but caused the quotation marks' underlying characters to no longer be copy-pasteable, which I think would've been unacceptable for a good user experience. The new font also flows well enough to enable me to now use justified text instead of ragged-right.

    Finally, I added more paragraph breaks too, rephrased a few things, and improved my CSS file a bit as well.

  7. : Switched the CSS file to use border-box spacing for easier and more logically consistent element width control. Tweaked the HCL/LCH color section some.
  8. : Split the detailed website history (previously named "fine-grained website history") section out of the main index.html page, which up until now was the only page. I'm still deciding how much of the site I want to have as separate pages versus as sections of one (or more) page(s). Each approach has pros and cons. The detailed website history page seems like an especially good candidate for separation though.

    I've also added HTML id attributes to all of the headers on this website, so that users will now be able to link to and bookmark specific headings so that the user can jump to any heading automatically (thereby preventing the user from having to scroll to each section manually). I also added convenient # links beside all the headings so the user doesn't need to manually modify the URL to make heading jumping work.

    It would be nice to automate process for this, but for the time being I will set up these heading links manually. I still haven't decided how I want to set up automation for my website and in what respects. Once I do though, more will probably be automated.

  9. : I've added a table of contents box containing links to all of the headings of the sections that are currently on the main page. This will make navigating the page and seeing an overview of what is on the page considerably easier.

    Regardless though, the current mostly one-page structure is temporary. Site navigation and aesthetics will improve considerably over time as I make more decisions about the layout and content. For now though, the design is minimal but sufficient.

    I plan to ensure the site is useful for readers throughout its entire evolution, as it already was/is as of the 2nd day.

    Additionally, I added a recommendation link for a spell checker usable with HTML and CSS to the recommendation link list, plus another web revival (a.k.a. old net) movement related link.

  10. : I set the HTML lang attribute to English (instead of relying on automatic browser language detection). I installed a W3C validator extension on VS Code, fixed some potential problems it identified, and then added some W3C validation info to the recommended link list.

    I changed the downloadable files to no longer use spaces, even though the file downloads were working anyway despite containing spaces. Spaces in file names are more natural for users who are downloading files, so the rule against spaces actually seems counterproductive when considered from a first principles standpoint.

    W3C marks such spaces as "errors", even though I've never seen files with spaces not work. Now I'm using underscores for file spaces instead, since hyphens (the other common space replacement choice) can actually cause conflated meanings due to hyphens already having other common meanings. For example, "12-tone tuning" would be confusing (and would lose information) as "12-tone-tuning" and thus is better as "12-tone_tuning" to prevent any conflation of distinct meanings.

    I've also returned to using left justified text because HTML and CSS's justification behavior is too poor, even when using "media queries" to compensate. Likewise, since soft hyphens insert extraneous hyphens when copy-pasted (even when not visible!) soft hyphens thus also seem poor for creating a consistent and accessible user experience. So, I've deleted those too.

    Poor implementations of features in software often force such choices when one cares about design, even if the feature(s) would in principle be good otherwise.

  11. : Changed all hyphen based HTML id attributes to use underscores instead, which I am standardizing on for representing spaces instead of hyphens because hyphens can have other meanings and thus underscores are a better convention than hyphens for HTML mostly, as mentioned previously.

    Also, I've put the Lua Anki memorization card deck into a zip file now to save space.

  12. : I added a basic favicon for the website (the letters "WG" in a solid black circle) so that bookmarks and browser tabs are easier to distinguish and navigate. Perhaps I will add a more artistic favicon in the future though, after I've established a stronger aesthetic theme. I also added file extensions in parentheses (e.g. "file description (EXT)") to the visible link text of the downloads section.
  13. : I added cite attributes to the blockquotes to ensure search engines know where the quoted text is coming from. I added time tags to all the dates on the site for semantic HTML purposes.

    I corrected an (ab)use of <abbr title="..."> by changing it to <span title="...">. Apparently, the correct way to use the HTML mouse hover-over tooltip popup explanation system (akin to what abbr gives you) is actually to title a span. Otherwise, abbr could mislead a search engine or screen reader or user into thinking that a general-purpose explanation is a translation of an abbreviation. This <span title="tooltip text"> trick will be a nice way to emulate footnote-like helpful inline notes that don't disturb the flow of the text in HTML.

    I also added an explanation of the time format to the top of this detailed website history (changelog) page rather than redundantly labeling every date with spans. I've cleaned up some underlying CSS code for a few things on the site too.

    Finally, I added more semantic HTML tags (such as header, main, nav, and section) for better search engine awareness and screen reader compatibility. Previously only a few things (such as the table of contents) used semantic HTML tags. Now though, all parts of the body text are covered by at least one semantic HTML tag.

  14. : I changed my intra-page navigation links to use a more concise syntax. I added a link to the HTML standard to the recommended link list. I edited the "auto rename rag" recommendation to account for some usage problems. I implemented CSS styling for kbd for representing keyboard input in HTML.
  15. : I added <meta name="description" content="..."> elements to all of the existing HTML pages for the website, so that the pages are potentially easier to find and to understand the purpose of.

    I also fixed a problem with hyperlinks where they never showed a different color after being visited (which would make keeping track of which links had been visited harder for website guests). I also made the style of keyboard keys (HTML kbd) more visually consistent across browsers and fit more naturally alongside normal text.

  16. : I edited the "page not found" page to be less generic and much more helpful. It now lists five different ways that a user can end up not finding a page and then suggests a few different ways of trying to resolve that problem.

    I also made it so that the website now displays correctly in offline mode (i.e. when browsing the site directly from fully downloaded copies of all the site's pages in a local folder). I tested the offline browsing some in both Firefox and Chrome.

    The key to making the website work offline was removing the / in all of the / prefixed "absolute" site-relative HTML hyperlink paths within the website. The "absolute" site-relative paths are often recommended online for supposedly making relocation of files easier, but mostly such paths actually seem to make the site more brittle, less flexible, and less of an accessible user experience for people who want to save offline copies of the site to use without an internet connection and/or without wasting internet bandwidth and server load, etc.

    Firefox is my own preferred browser by the way, because it respects privacy and freedom much more. Such choices matter, because it cumulatively significantly impacts the future freedom of the internet and thus of free speech and human rights itself. I recommend it. I've only ever encountered a tiny minority of websites that don't work correctly in Firefox, but the browser is far more ethical in how it treats users' data.

  17. : I added a recommended link to a famous well-written introduction to shader programming (The Book of Shaders).
  18. : I changed the alt text for the "hosted by Neocities" logo link to be (probably) more friendly to screen readers for people with visual disabilities. Previously, the alt text had been wrapped by "[image: ...]" and was more abstract, which was fine for visual displays and was more concise but less descriptive.
  19. : Removed the three highest resolution favicon variants (180x180, 192x192, 512x512) to avoid browsers unnecessarily downloading them for little benefit relative to the amount of data. Too much software and too many websites are disproportionately wasteful with resources I think. Many sites are 90%+ data waste. That harms the environment and also users who have slow internet connections (such as many people in countries where data may be very slow and charged by amount).

    Once my site is further along and I've created a more interesting favicon than just the "WG" icon ("WG" in white inside a filled black circle) that I'm currently using then I may bring some higher resolution favicon bindings back, especially if I can just use a SVG file to handle all the higher resolution cases (which would be much less waste relative to the value the icons bring).

  20. : I added a recommendation link and description for a cool website I randomly stumbled upon: "The Obscuritory: For Games Unplayed and Unknown".
  21. : I made some minor adjustments to the website's text (rephrasing a few things).
  22. : I posted a new music composition (yanqin-based, Chinese rustic style music) as a downloadable MP3 file! This composition is the first new song I've composed in roughly 10 years and thus is a major milestone in me breaking through my creative roadblocks (much like this website itself is likewise a breakthrough event)! The title is "The Secluded Wilds".

    I've also added file sizes to all of the downloadable files now so that you know how much network bandwidth and disk space each will require. This actually matters (even for these "small" files) for users in places with very poor or metered internet connections and helps reduce data waste.

  23. : I originally planned to try to set up custom website domain forwarding tonight, but I ended up doing some additional xmas shopping for my family instead and so I'll have to do the custom domain stuff another time. I thought I'd already ordered everything for xmas already but felt compelled to add one more item for someone and it ended up taking a while.
  24. : Today I again intended to work on the custom domain for the site, but this time I ended up helping some of my family members pick xmas gifts for other people (whereas yesterday I was buying extra gifts for people), which used up more time than expected.
  25. : I added a new link to the top of this page (the detailed website history) that enables the user to instantly jump to the bottom of this changelog list so that the user can read the most recent changes more easily.

    I've also attempted to bind by custom domain to my website tonight, but it doesn't seem to be working yet. I'll check tomorrow to see if the change has propagated yet by then.

  26. : I checked whether the custom domain for this website has propagated yet and it is working for me now. It should be available for everyone else soon too if it isn't already. Thus, this site can now be accessed via the shorter domain WraithGlade.com in addition to also still being accessible from the old WraithGlade.Neocities.org URL (which redirects to the custom domain now).

    The www.WraithGlade.com "subdomain" URL was still leading to the generic parked domain page this morning though. My name registrar's system for that didn't match Neocities' instructions on setting it up. However, I found a different setting on my domain registrar that may fix it. UPDATE: Yep, the new setting fixed it. Now the www version works too. Good! It's nice to have the custom domain finally set up!

    I also added several new very useful links to the recommended links list and edited and refined some other text on the website too.

  27. : I've added a 2nd new music composition to the list of fun/useful content available for readers to download! This time the music composition is a horror-themed dark music composition called The Misty Abyss. I hope you enjoy it!
  28. : I've massively reorganized and restructured the entire website! Page navigation is now much improved and the vast majority of the text body of the website now exists on separate dedicated pages. This is a huge improvement over the previous version of the website! I've been wanting to do this for a while.

    The reorganization and restructuring not only makes the website much less visually overwhelming but also greatly reduces data waste since text that visitors' were not seeking no longer gets loaded unless the corresponding page is visited.

    I've also greatly improved the look and feel of the main website title and subtitle.

    Furthermore, as of today, this page (previously known as the "detailed website history" page) has now been generalized to also include whatever personal thoughts I feel like sharing, even on days where no other changes to the website have been made! I am looking forward to having a nice low-burden system like this where I can share brief thoughts without the expectations of a "full" blog. Combining the changelog with this personal mini blog idea saves effort and is pleasingly natural and intuitive.

    I've run automated checks on my pages to catch errors. However, big reorganizations have a way of breaking things. Report broken content via my contact info page!

  29. : Today I've changed all the navigation boxes and notice boxes (the colored boxes used for special content on my site) to use rounded corners. This makes them look more classy, makes their special purpose nature clearer, and makes them more pleasing to the eyes. It's a small change but a significant improvement in style.

    I've also added a new recommendation link for a new VS Code tool I've started using today, which is an extension to insert a timestamp automatically. From now on I'll be using that to write each of the dates in this list. This eliminates the chance of errors.

    More interestingly and flavorfully though (and on a personal note unrelated to the website's content), today I've been experimenting with watercolor painting in the newly release wonderful traditional art media simulating painting program Rebelle 7. It was released just two days ago (on ). I ordered it on pre-order at a great discount and have been very excited to try it out. I'm looking to branch out into watercolor painting!

    Previously, the main visual art mediums I've worked with are digital sculpting, seamless texturing, and shader programming. I've dabbled briefly in pixel art and vector art on and off, but kept bouncing off of them somewhat. Watercolor painting recently caught my eye though as a more expressive way to create interesting color blending and variation, which was something that in contrast had always frustrated me in other art programs since I'm a big fan of multi-coloring and nicely textured looks.

    Experimenting with Rebelle 7 today in that respect exceeded my expectations! It's multi-color brush system and watercolor diffusion are fantastic and are just the kind of color variation thing I've been wanting to have for creating 2D art for years!

  30. : Today I focused on exploring more watercolor effects using Rebelle 7, as well as some of Rebelle's other non-watercolor capabilities (which are also great, such as the multi-color oil paint brush). It has been really enjoyable and I am feeling more hopeful about learning to paint than I ever have before! I'm excited for the future in that respect and in many others recently. Things are looking up now, in several different regards in my life lately!

    I also watched a sci-fi film series with my family today and that was enjoyable too. It was a great day overall I'd say.

    I didn't have time to do any more website work though, besides this log update here of course. That was as planned though today, so no worries! Thank you for your time and attention and for reading and visiting my website, as always.

  31. : Today I wrapped a lot of xmas gifts I bought for my family. I hope they like what I got them! My adventures in exploring watercolor painting features (plus some other available forms of art media) in Rebelle continued today as well. I also attended to a few other miscellaneous tasks, besides my usual daily activities of course.
  32. : The time passed by fast today for some reason. I did hang out with my family some and watched a movie with them. I also attended to some miscellaneous real-life things, but mostly today was a relatively uneventful day. It can be good to give one's mind breathing space sometimes like that, though admittedly my time partly slipped away from me today and much of it wasn't intentional. My perception of time sometimes surprises me, as is human nature it seems. Oh well though, such is the natural variance of life: that inherently imperfect tapestry in which we reside.
  33. : Nothing much to report again today! I mostly attended to some more holiday related things and also a variety of other miscellaneous tasks such as processing some emails. I did have the chance to read about watercolor painting more for about an hour today, which was nice. I also took care of a package that came in the mail today too. Anyway, I hope everyone reading this has a great day/night and a wonderful upcoming holiday!

    Oh! Actually, one interesting thing was that I learned about the existence of brush pens (which are like paint brushes but with built-in ink like a pen) recently and decided to buy one in the hopes that it will strain my wrist less than conventional writing implements such as ballpoint pens. I also wonder how brush pens compare with fountain pens, but first I'll try a brush pen since it seems more promising conceptually, because paint brushes have so much more of a gentle touch compared to pens.

    Using a brush pen may also have the benefit of improving my brush handling skills a bit (not that it's needed for Rebelle, but perhaps it'll help me understand traditional art mediums a bit better, perhaps subconsciously). I'm looking forward to it! I write a lot.

    I am also finally moving away from using any cloud based data backup and storage "services" recently due to many of those companies increasingly integrating extremely unethical "AI", making it now impossible to trust any them. Privacy matters! This new wave of data-scrapping based "AI" is essentially systematic theft in reality.

  34. : Tonight I played Dome Keeper (one of my recent favorite games) for a couple hours, watched another movie with my family, and then later on also created a policy page for my website as a partial safeguard against exploitation.
  35. : Besides normal everyday stuff as usual (e.g. my work) today I also decided to go ahead and order a cheap fountain pen just to try one out. If I like it enough I can get a higher quality one later. I'm interested to see which of the two writing instruments (brush pen vs fountain pen) will prove to be more effective for reducing wrist strain and for everyday pragmatic use. I also did a bit more handling of holiday related things (e.g. handling more gift arrivals) and hung out with family.
  36. : Today I handled more holiday related things and relaxed mostly. Happy upcoming holidays to everyone! Christmas Eve is tomorrow!
  37. : Merry Christmas Eve! Today I wrapped the last of the holiday gifts that arrived late in the mail. I also played some Dome Keeper and watched a movie with family, plus I did a few other miscellaneous things.
  38. : Merry Christmas (or Happy Holidays) everyone! ๐ŸŽ„๐ŸŽ๐ŸŽŠ๐Ÿฅณ๐ŸŽ‰
  39. : Besides my daily necessities (as usual, of course), today I focused on enjoying my gifts, having fun, and relaxing. I was happy both with what I received and with how my gifts to others were received. I hope you all had a wonderful xmas too!

    By the way, did you know that there's a name for the day after Christmas and that some people celebrate it? It is called "Boxing Day". It seems to be more of a UK term.

  40. : Much like yesterday, my free time today was spent enjoying the gifts I received over the holidays. As such, it was an easy going and pleasant day.

    Also, because I've been in the mood for watercolor and ink art lately, I used some gift card money for Steam to buy three ink themed video games: "Inked: A Tale of Love", "Drawngeon: Dungeons of Ink and Paper", and "There Will Be Ink". I played each of those briefly today and am pleased with all three so far.

    They each have nicely distinctive art styles, though in "There Will Be Ink" it was harder to discern gameplay elements due to everything in the game being zoomed out so far by default (and staying zoomed out usually being necessary to see and aim at units).

    Along the way, today I was also reminded of the story of the Gordian knot and was struck by how it is an apt analogy for the nature of what may at times be needed to break out of creative stagnation (generalized writer's block) and of the importance of not giving too much credence to false constraints and false authority. The insight embodied by the metaphor or microcosm of the Gordian knot helps free up creativity.

  41. : There's not much to report today. I've mostly just been enjoying the holidays, as is typical for me in the week or two (or three) around Christmas.

    Here's a random thought I had today though: Subtle is not the same as insignificant. Nuance is essential to doing justice to most things, whether creativity or ethics.

  42. : Today I got my fountain pen ink in the mail and so am now able to actually test and use the fountain pen I got a few days ago. For the ink I picked Noodler's Midnight Blue, which is a nice blue color that incidentally reminds me of the cerulean blue pigment palette color available in Rebelle 7. The fountain pen I chose also has swirly a blue-black-white color wrap design, which I intend to use as a reminder that this particular pen will always contain blue ink.

    I'm pleased with how the pen writes despite being a cheap one that I bought for testing purposes. The pen certainly seems better than ballpoint pens so far (which hurt my hand, especially as I've become older). I also really like how much more environmentally friendly having a big bottle of ink is, especially compared to disposable pens and even compared to ink refill cartridges.

    The reason why I've been getting and testing a brush pen and now a fountain pen is because I plan to do a greater proportion of my (not intended to be published) notes on paper instead of digitally. In the past several years (almost a decade really) I've used primarily digital note taking systems such as note apps and then later on simply using cloud based storage and plain txt files to sync from/to my phone and computer for all my notes. However, with every passing year I have less and less trust for tech companies and am tired of their perpetually worsening violations of user boundaries. Paper notes are immune to that.

    I'm looking forward to regain more and more of my freedom and boundaries. That general trend is connected both to these paper notes and to this website itself.

  43. : I deleted my "cloud" storage account today, which marks the beginning of my real transition to using more paper based notes going forward. Every single time I've invested years in using a note app or "cloud" storage system it has always ended up backfiring, with me regretting it. Each time I made an effort to pick what seemed to be trustworthy companies and always they have proven to repeatedly violate that trust and to make many undesirable changes.

    Besides, even if I hadn't had so many egregiously bad experiences with the "cloud", tech corporations have been becoming less ethical every year and I want to preemptively create much more distance from them. So, that's exactly what I'm doing. Such relief! It feels wonderful to reclaim a greater proportion of my life that will no longer be tampered with so arbitrarily and capriciously by people who have no right to.

    On a more cheerful note though, I've been playing Moonscars some today and yesterday and have really been enjoying it. I had previously avoided it due to some moderate reviews (~80% positive), but as is all too often the case it turns out I should have just trusted my one instinctive interest. It seems like a great game so far! I especially love the tastefully artful mood and classy thematic style of the game.

  44. : Happy New Year's Eve everyone! ๐ŸŽŠ๐ŸŽ‰๐ŸŒ†๐Ÿ“…

    Today I've been settling into my new fountain pen and paper based notes system. It feels great to put more distance between myself and these ever increasingly unethical, intrusive, and tyrannical "tech" companies and their digital kleptocracy!

    To follow up on my earlier discussion of how I was comparing brush pens with fountain pens to reduce hand strain, basically fountain pens seem more practical overall. Brush pens do require even less pressure to write with than fountain pens, but controlling the line width with a brush pen for everyday writing of mostly text seems impractical.

    Fountain pens still require significantly less pressure than disposable ballpoint pens. Brush pens admittedly use so little pressure that they feel like tickling the page with a feather, but alas they still seem too hard to write text with consistently and quickly. I can definitely see them being great for many uses in ink-based brush art though.

    As far as fun goes, today I also played some more Moonscars and also got a whimsical humorous game called Rain on Your Parade and played that some too. I also briefly spent some time brainstorming on paper about some game design ideas.

    I'm looking forward to next year and the changes it may bring! Things are looking up!

  45. : Today is the first day of the new year (New Year's Day)! ๐ŸŒ„โณ

    Besides my usual work and routines, I found some time to brainstorm some more game design ideas for a prospective upcoming project, all on paper with my fountain pen. I've been quite enjoying it so far. I've come up with a few interesting ideas already.

    I also played some Moonscars again today. It really has great atmosphere and flow.

    Oh, and I ordered a few books of interest to me, plus an unlined journal to try. Currently, I'm using a small lined pocket-sized journal. It is convenient for carrying but the small writing surface seems to potentially increase hand cramping. Perhaps a larger journal will help with that. Either way, I'm going to use up what I already have so as to not be wasteful. Ergonomics for everyday activities matter! I'm sure my system will evolve with time as I adjust to it and work out what feels optimal to me.

    Anyway though, here's to the new year! I wish the best for all my visitors' years!

  46. : Tonight I was reading more about HTML after a several week long hiatus from it. I also wrote some more paper based game design notes whilst exploring my ideas for the project I have in mind. Other than that, I did some extra job-related work, helped take down the xmas tree, and a few other miscellaneous things.
  47. : I read a little more about HTML, but mostly I was working on more game design ideas for the project I'm planning. I'm trying to figure out how it will fit together.

    For leisure though, I also played a game some. This time it was Potion Craft. I've seen it before and was interested but actually decided to get it and try it today. I like the art style. It has that authentic old-school ink art feel and is very distinctive and tasteful.

    I've been very happy with the games I've picked this holiday season. They're all good!

  48. : I mostly focused on exploring more game design ideas today, besides my usual work. I did briefly play some more of the Rain on Your Parade game though.
  49. : I did a little bit more game design idea work today, but a family member invited me to a movie and later in the day I also needed to do some household work. Thus, there's not much to report today. Such days are inevitable, naturally.
  50. : I unpacked a package that arrived in the mail today, helped an injured family member with some things that needed done, and made some more game design progress in my notes. Each day I've usually come up with at least one new major idea for the game concept, and so I'm pretty happy with the progress so far.

    I also played a few games, including Moonring (a free roguelike with great charm). Moonring should not be confused with Moonscars, which is another good game I mentioned recently but which is an entirely different game. Both are worth playing.

  51. : Much like yesterday, I did some more game design work, played Moonscars and Moonring, and took care of a few other miscellaneous things.

    I've had a steady pace of good game design ideas lately and today was no exception.

  52. : I was struck today with the thought of how much I appreciate the existence of this community of web revival (old web, retro web, or whatever else you want to call it) and how it has made me feel so much more comfortable creating and sharing content and publishing my thoughts online. It is such a huge relief to be so greatly distanced from the reach of the big creepy groupthink-based platforms.

    Likewise, even though it has only been a little over a week since I deleted my cloud storage account (on ), which I've previously been using to store most of my personal notes, the switch back to paper and pen has created a similarly massive sense of relief and empowerment as I experienced when creating this site.

    I feel like I've (1) regained enough of my creative voice and (2) put enough of a distance between myself and the numerous overbearing interlopers that have come to plague the modern internet that (3) I am able to breathe again. Free at last!

    Indeed, I think that any intellectually honest and creatively distinct human being needs this kind of healthy wide distance from any form of societal groupthink to stay intellectually and creatively healthy. The mind is like a living ecosystem that must be cultivated and cared for attentively. The garden of our mind is us: one and the same.

  53. : I read a little bit more about HTML and did a bit more game design.

    For fun, I also got a cheap $2 game called Dino Survivors on Steam. It is pretty fun and certainly worth the cost. I am still more interested in the other games I've mentioned recently in this journal/changelog (Moonscars, etc) though. Still, I like to diversify.

    I recommend Dino Survivors if you want a game with a lot of fun for a small price.

  54. : I received a package in the mail today containing a gift for a family member's upcoming birthday, which I am glad arrived. I hope they like it! ๐ŸŽ๐Ÿ™‚

    I also went on a long walk outside, which is a refreshing change considering that during the winter I tend to go on walks much less often than in other seasons. Normally, during the other seasons, I walk out in nature at least a little while every day, but winter is less pleasant for that. It was good to go today though, with the temperatures being more comfortable than for many other days this winter.

    Other than that, I mostly attended to many different miscellaneous tasks.

  55. : For a change, I spent most of my free time today reading a novel I bought (one written roughly in the late 1990s to early 2000s era). Ah, peace and quiet and a good book! It is/was a wonderfully tranquil and nostalgic experience. ๐Ÿ“š๐ŸŒ„

    I've always loved books and read a lot of them, but it's been several months since the last novel at least. In contrast, in recent years I've mostly read technical books.

    I also invested a modest amount of time in reading more in-depth about HTML today.

  56. : I read more of the same novel from yesterday, which has been good so far. I only briefly worked on my game design today. I also worked my job, as usual.
  57. : I added a minor "intellectual property" clarification to the policy page. I clarified that automated searching is allowed but not "chatbot"-like plagiarism.

    I also read more of the same novel as yesterday. I didn't do much design work today.

    More interestingly, today I was randomly struck by the following thought: Every person has connections to family (by definition, by being born) and within a family people generally tend to believe in each family member's capacity for change and to respect each person's agency beyond merely one-dimensional black-and-white terms (i.e. to be aware of the sentience underlying each person). Yet, too often society does not afford the same generosity of spirit and margin of error and awareness of sentience to strangers. However, if you think about it, such an attitude is only a matter of perspective. Every person has familial connections, and hence every person has that available viewpoint of agency for change from at least one person's eyes (ideally). Viewed this way, one may reduce one's prejudices towards others and be kinder.

  58. : Today was fairly uneventful. I read more of the novel I bought. It is actually a combination of three novels and thereby is over 900 pages long. Though I wrote some personal notes to myself I didn't do any real game design today. I've been pondering whether I want to try the upcoming 2024 7DRL or stick to my own schedule. Either way will be fine honestly. I do intend to use procedural generation regardless.
  59. : For my free time I mostly focused on reading the novel again. I also jotted down a few random thoughts in my notebook. Oh, and it snowed here today! โ„๏ธโ›„
  60. : Another uneventful but pleasant day! I spent my free time reading mostly. Also: There was even more snow today than yesterday, a lot more. That has been a rarity in recent years, most likely due to global warming (climate change).
  61. : I'm over two thirds of the way through the novel now. I've enjoyed it. That (reading the novel) was once again the focus of my free time. I intend to finish it.
  62. : There's nothing much to report today again!

    I'll leave you with a random thought though: Boredom is fertile ground for creativity.

  63. : I'm getting close to finishing the novel now. I may even be done with it by the end of the night perhaps. Anyway, like yesterday, here's another random thought:

    Don't take things for granted. Live well. Respect what's good in your life and tend it.

  64. : I finished reading the novel today, sometime around noon. I also shoveled some snow and salted the ground, as well as did a few other miscellaneous things.
  65. : I don't have much to say today. However, here's a random thought I had:

    A path to great anger, if followed in reverse, may instead lead to great joy.

  66. : The time flew by today even though I didn't intend it to.

    Anyway, here's another thought I had, so I'll leave you with that much at least:

    Above all else, a good editor should respect the authorial voice of any work they edit. The best in the work should be brought out, but the message should be respected. Much the same applies to other endeavors. True compassion respects agency.

  67. : I was diving into some desktop publishing tutorials today for something I have in mind. I also needed to help take care of an ill family member today some. Normally I use LaTeX for typography but in this case I may use Affinity Publisher.
  68. : The main focus today was working on the document I was talking about yesterday. It is unrelated to my game design idea. The work went well overall.

    That aside, I was struck today with a remembrance of how important the concept of the edge of chaos can be in understanding how to fully utilize emergent effects, which can be valuable for things like procedural generation and hence for game design too.

  69. : I went on a nice serene walk today since the weather was warm enough today for doing so to be pleasant again. It was raining slightly the whole time, but I've actually always loved the rain and indeed I didn't even bring an umbrella.

    Interestingly, I saw more fog today near the tunnel under the main road near where I live than I've ever seen before. The scene reminded me somewhat of the atmosphere of Silent Hill 2, though far more peaceful in this case, luckily... as far as I'm aware. ๐Ÿ˜œ

    I really love nature and going on walks and hikes when it is pleasant outside. I love to savor all the little details and nuances of nature and of life.

  70. : Here's a thought of the day that popped into my mind this afternoon:

    Question everything. See clearly. Act wisely. Patience pays.

    No person is above meniality, nor below greatness. Weave both into the tapestry of one's choices. Such burgeoning diversity is inevitable: as essential to maximizing value as to nature's vitality.

  71. : I explored some more game design thoughts. I also had a compelling idea for what kind of approach I'm thinking of taking for exploring watercolor painting more going forward (using Rebelle 7 for its wonderful watercolor diffusion simulation).

    In both cases (i.e. for both game design and watercolor art) it's been a little while since I last dived into these subjects, because I've been doing a few other things in the meantime, as you can see from my recent log entries. I read a novel, for example.

  72. : Today I've been doing more in-depth reading of HTML. You see, since early on in this process of creating a Neocities website I bought a giant HTML book and have been gradually reading my way through it to get a stronger sense of exactly what I can do with the HTML and CSS only approach I intend to use for my entire website.

    The book is HTML and CSS: The Comprehensive Guide by Jรผrgen Wolf. It is over 800 pages long! I plan to skip the JavaScript part though at least. The book is reasonably good and seems fairly comprehensive. It is translated though, and has some flaws.

    I actually already have experience working professionally with multiple programming languages such as C++ and C#. In fact, I'm a "language dilettante" and have explored many obscure and new languages too. However, I believe in a simple and streamlined approach to this website and have no interest in tracking users. I also prefer independent standalone programs over web apps as much as possible.

    The less interdependent the software world is the better, generally, I think. Thus, using only plain HTML and CSS (with no dynamic website code) provides a wonderful way of making any documentation or thoughts I may I want to share available without breaking my principles. Besides, any software or other forms of dynamic content I create can simply be shared via download links with accompanying descriptions. That's better than making any form of web app I think. It creates a healthier tech ecosystem.

  73. : Late yesterday night I finished the last of the non-JavaScript part of the massive HTML and CSS book I had bought. It feels good to have that done finally. The book had been lingering on my shelf for weeks after the initial burst of website edits. I had read through more than half of it by then, but only just recently finished the rest.

    Anyway, I'm going to be helping family with some things today, plus whatever else.

  74. : I had a dentist appointment today, which went fine. I also played Moonscars and Moonring briefly. Mostly though, my free time was invested in reading more about art via some small ebooks I had bought a while back but hadn't read yet.
  75. : I got a new screenless digital drawing tablet in the mail today! I already have a drawing tablet with a screen/monitor, but I had frequent problems with the Y-dimension (height) of the screen causing some art programs' user interface elements to get cut off the edge of the screen (thereby rendering them unclickable and sometimes unusable). Using the screen/monitor drawing tablet also made it much harder to maintain any good posture and having my hand covering what I was working on partly was a nuisance.

    For a while now I have also had a super cheap tiny screenless drawing tablet too, but it was one of the bottom-of-the-barrel ~$20 ones. I had planned to use that one for everyday non-art use (e.g. digital handwritten notes) and casual sketchy work originally, because it was so small (modestly larger than an index card) that it could be kept right next to me at all times without taking up much valuable desk space. It worked but was too jittery with regards to its input and so I didn't end up using it much.

    This time though I picked a drawing tablet almost perfectly sized to fit in front of my keyboard without getting in the way. The new one is a middle-of-the-road decent quality screenless tablet. It uses bluetooth too, so I don't have to worry about cables getting in the way anymore now either. I've tested the new tablet out a little bit and it seems great so far! I suspect the new tablet will be a much better fit for me than the other two were.

    I've never had much trouble with hand-eye coordination and having the tablet always there right by my keyboard permanently going forward will reduce the mental/habitual friction against using the tablets more often. The fact that the new tablet's ergonomic situation on my desk will not strain my posture nearly as much and will also enable me to use keyboard keys much more naturally and often (instead of being stuck with mostly using tablet shortcut buttons) is also a big benefit. I'm excited to have it now! It should be super useful and fun!

  76. : I've been working more on that document I mentioned a few days back, the one I'm using Affinity Publisher to make. I had some issues with the typography and typesetting I had in mind today, but eventually was able to reach a reasonable compromise that I was happy enough with to move forward with.

    That document is the most urgent thing I have to work on right now, so it has been on my mind and also eating up time and mental energy I'd otherwise rather spend elsewhere. I'm looking forward to having it done so that I can move on.

    As such, I wasn't able to test out my new wireless and screenless drawing tablet today more. I'm looking forward to when I can though, for watercolor digital art (etc). There's a whole bunch of competing priorities and interests I have to balance.

  77. : I freed a tiny spider (probably a jumping spider) today that has been living in the glass housing of an old incandescent ceiling lamp in a hallway near my office.

    I found him/her hanging out in the bathroom later today though, uncharacteristically lethargic. I've been wondering how the little thing has been surviving up in that light enclosure and the surrounding vicinity, since I hardly ever see bugs around the house.

    I used a glass cup and index card and sat the spider down on the front porch rail near the bushes. Several seconds later it jumped away. Hopefully it lives more fully and happily out there in nature than where it was in the house.

    I debated for a while whether to put the spider outside, since I wasn't sure whether the spider would actually like that (e.g. considering the cold), but overall putting the spider outside seemed more likely to be the most beneficial and kind course of action.

    Most notably though, I was struck by the thought during and after this process that the spider's predicament is/was in a sense kind of like a microcosm or metaphor for how we sometimes get stuck in life and linger in false safety that harms us when a greater risk (via a bold change) would likely put us in much better circumstances.

    As such, this encounter with the spider ended up also serving to remind me of the nuances and consequences of the nature of safety vs risk and the pitfalls either may have and the importance of living with at least a certain level of gusto and risk taking, on pain of life becoming like a cold glass prison of "safe" and corrosive complacency.

    As such, analogously speaking, one is inspired to ask oneself periodically:

    Have we become like the tiny emaciated spider trapped in a prison of false "safety"?

    Is it time we freed the metaphorical and microcosmic spider that is ourselves from the glass prison of our present circumstances? What would be our equivalent of nature?

  78. : Tonight I did a bunch more work on that document that I need to get done soon. I've drafted most of it now, though there is still one more large section to do. It's been eating up a lot of what would otherwise be my free time lately, so I'll be happy when I am finally done with it. I did get extra sleep this morning though, luckily.
  79. : Since the previously mentioned document is near enough to completion to alleviate most of my worries about getting the document done, I finally allowed myself some time to experiment with my new screenless drawing tablet in Rebelle 7!

    Specifically, I made two highly textured abstract symbols designed to look like they came from some otherworldly arcane language. Each symbol is also supposed to loosely serve as a wistful metaphor or visual analogy, being subtly suggestive of the meaning each corresponds to, but in that distorted kind of surreal linguistic way typical of ideograms that still have some partial remaining correspondence with their original pictographic origins but which have been in some respects distorted since then.

    That's the kind of aesthetic I'm going for in this case. I plan on doing a whole series of colorfully textured abstract symbols of this sort. It was a fun creative exercise! It has some overlap with conlangs conceptually. Look into that (conlangs) if you like the idea of designing new symbols for a fictional otherworldly language. I'm interested in that.

  80. : For my free time today, I mostly relaxed and played a few nostalgic games.

    I also wrote down a couple of ideas I had for game asset production, etc.

  81. : There's not much to report again! I was enjoying more nostalgic gaming.
  82. : It was another night of taking it easy. I'm near the end of the game now.
  83. : I finished the nostalgic old game I was playing (Riven) late yesterday night.

    Playing games from the earlier days of computing (e.g. the 1990s and early 2000s) has also reminded me of the wonderful merits and potential of some of the techniques that were used back then to work around the more limited computational power of computers of the time. In particular, pre-rendered graphics are strikingly efficient.

    In games like Resident Evil 1, 2, and 3 (the originals); Final Fantasy 7, 8, and 9; Myst and Riven; and Legacy of Time, the use of pre-rendered static graphical backgrounds that dynamic gameplay elements are then displayed on top of enables these games to have stunningly beautiful high fidelity scenery that holds up even today in many respects and yet simultaneously imposes very little burden on the computer's processing.

    Pre-rendered graphics make it possible to have photorealistic graphics on almost any computer, even if it is a "potato". Only image display and video playback is required. There are often so few objects in a scene that truly need to be dynamic that even software rendering can be enough to handle them easily and indeed was used.

    The technique is much less commonly used in the modern era, due to computers now having such extraordinary graphics rendering capabilities. However, the potential the technique still holds both for eco-friendly gaming and for making games universally accessible to everyone regardless of their computer's power is fantastic.

    I think it is also very telling of just how incredibly wasteful much of modern computation has become in recent years. Many games are probably wasting 95%+ of their computational overhead on re-rendering things needlessly. There is something beautifully tasteful and compelling in the unbounded yet essentially maximally environmentally friendly nature of the game design technique of pre-rendering.

  84. : I attended to some longstanding real-life issues I've been wanting to resolve for months and finally did today. Other than that, I read about watercolor more.
  85. : I made some more watercolor art today using Rebelle 7. I especially love how the 1st composition turned out. I used vector art to create an outline and then used Rebelle's stencil mode to fill it out using water diffusion to create texture.
  86. : I experimented more with Rebelle, this time creating two small simple non-watercolor pieces since I hadn't made any artwork with any of Rebelle's extensive non-watercolor media yet until today (other than random test doodling).

    For one piece I used the oil paint and acrylic paint simulator and for another I focused on deliberately abusing the smudge tool. I also did a third piece (though using watercolor), but with a lithography background instead of paper.

    The results of the three pieces were ok, but I wasn't as happy with them as my previous few experiments. Oh well though. It was still worthwhile.

    More interestingly though, I was afterward struck with the idea of using a vector art program to do outlining and sketching for future pieces and then transferring that into Rebelle to texture it via watercolor diffusion or whatever else I feel like.

    I in fact already did that with one of my prior Rebelle experiments, creating the outline first in Affinity Designer and then transferring it over to Rebelle, and that was the one I ended up most happy with, perhaps in part because it ended up with such clean lines.

    However, the experience of creating the vector outline/sketch using Affinity Designer was quite awkward, tedious, and slow. Affinity Designer's capabilities are pretty limited, though very performant and reliable.

    Luckily though, I remembered I had bought a copy of a different (more flexible and featureful) lesser-known vector art program called Vector Styler. Vector Styler seems all-around a much better vector art program than Affinity Designer in terms of capabilities (though not in terms of stability/bugs). It is far more fun to work with.

    In particular, Vector Styler seems much better for expressive and natural drawing and for arranging the composition to read better artistically. Thus, I am thinking I will use both Vector Styler and Rebelle together to play to the strengths of each one (Vector Styler for clean lines and expressing compositional interrelationships more easily and Rebelle for texturing, detail work, and finishing).

    I'm excited to experiment more! I think it'll be a strong workflow for what I have in mind!

    Vector Styler seems like a really underappreciated yet wonderful piece of software. Vector Styler has a really awesome range of features, though it would benefit from having fewer UI bugs and communicating information more clearly to the user. It'd be nice if it gave errors for invalid operations instead of silently not responding in a way that appears broken or confusing like it unfortunately currently frequently does.

    Vector Styler especially seems to bug out when applying special effects or special operations upon any object that contains a hole. It should tell you it isn't applicable.

    Anyway, I recommend trying out Vector Styler if you are interested in exploring much more expressive ways of working with vector art, especially if you like vector art in principle but normally find it too tedious to work with. Vector Styler seems especially good for expressive artistically versatile vector art, with less tedious node fiddling.
  87. : In an unexpectedly rapid turn of events, I've already started diverting my attention away from Vector Styler towards a quite unexpected piece of software.

    Although Vector Styler has amazing features that offer a tantalizingly wide range of naturally artistic expressive capability and fun compared to most vector art software, it still seems far too buggy to be comfortable to use. It has improved, but not enough.

    You see, I had picked up Vector Styler about a year ago, intending to use it, but abandoned it back then for being too buggy then too. There's been promising changes on that front and so I was hopeful (and half assuming) that the software was finally stable enough to not be overly frustrating to use, but alas.

    Vector Styler is still so extraordinarily buggy (even for basic things like user interface elements actually activating when you click them) that it is hard to stomach. Oh well though, I'll just check into Vector Styler in the future to see if it becomes usable.

    More interestingly though, was that a freewheeling exploratory tangent I went off on as a reaction to my frustrations with Vector Styler's abundant bugs eventually lead to a really great unconventional solution to what I have in mind.

    I seriously considered two additional art programs today in the aftermath and eventually settled on the second one going forward.

    The first was Clip Studio Paint (which is perhaps the most popular art program for illustrating anime characters). The reason why I considered Clip Studio (even though I don't have anime art in mind) is that it has really great line art support.

    Though Clip Studio's vector layer and vector manipulation support is nominally weaker than traditional vector programs, it is exceptionally easy to work with lines and line art in Clip Studio and keep them clean. The subtle qualities of such things matter greatly.

    For example, Clip Studio's vector path simplifier is among the most responsive and natural feeling of the paintable vector path simplification tools I've used. For another example, Clip Studio's vector paths also allow the use of arbitrary raster brushes. Just paint as normal in a vector layer and the stroke you make is editable as a vector line.

    Clip Studio is hence a fair option for making the preliminary outlines I have in mind.

    However, that's not the option I ended up settling in on today, which brings us to the most interesting part of today's journal entry! I've actually settled on QCAD.

    I bet you weren't expecting that! QCAD is actually a 2D computer aided design (CAD) program designed primarily for things like mechanical engineering, architecture, interior design (e.g. floor plans), manufacturing, and schematics creation.

    Why QCAD of all things when I am intending to ultimately make artwork? Well, though it seems strange at first glance, the reason is because QCAD has extraordinary support for constraint-based drawing that allows you to express very precise interrelationships between pieces of geometry very well.

    Remember, the purpose of the program I am seeking here is to create things like sketches and outlines that I plan to subsequently bring into Rebelle to paint on top of and thereby create the actual finished artwork. QCAD's output will be temporary.

    In other words, I intend to use QCAD to create rough blueprints that lay out (in a broad and rough sense) the compositional interrelationships of what I intend to actually paint.

    I intend to use QCAD to create schematics that I will lay down as a background layer and then work on top of so that I can keep my lines and intended interrelationships among components precise, clean, and consistent. Pure art programs can't express precise logical constraints between elements nearly as well as 2D CAD software can.

    I also have a highly technical background (such as having a computer science degree) and so this approach will also make it easier to play to a broader range of my strengths. I'm excited to finally have the ability to express the compositional constraints more freely and directly! It should be easier than doing it by hand.

  88. : I spent extra time hanging out with my family today, but did also find some time to learn more about QCAD and to post two new feature suggestion threads on their forum. I am really pleased by how wonderfully diverse the range of geometric constraints available in QCAD is. It is shaping up to probably be a fantastic tool for laying out my compositional intentions for my future art (plus other uses too). ๐Ÿ˜Ž๐Ÿ“
  89. : I am really loving QCAD's ability to express a multitude of geometric relationships and constraints so effectively and efficiently. It's a breath of fresh air.

    Conventional vector art programs (e.g. Illustrator, Affinity Designer, and Inkscape) give you so few ways of expressing precise interrelationships and constraints by comparison. Indeed, manually adjusting wobbly freeform vector paths until they actually look clean can be surprisingly tedious, time consuming, and fiddly.

    QCAD has much fewer of those problems overall. Nonetheless, the biggest shortcomings of QCAD so far are perhaps its lack of boolean ops (e.g. union, intersect, and difference) for whole shapes and its lack of general purpose art features (e.g. it seems to have a small max line width, strangely). It is for engineering, not art.

    However, these issues aren't really a prohibitive problem for what I have in mind, because I only intend to use QCAD for laying down the broad strokes of my intentions to guide me in my design. I intend to use it to create reference images to sit below the layer(s) I actually paint on in Rebelle, as I've alluded to before.

    It also seems like QCAD's lack of boolean operations may not even be that much of a problem in reality because (1) I'm just painting over the schematic anyway, so I don't actually need the bool ops and (2) interior lines can be removed from any arbitrary shape in such a way as to emulate what you'd get from boolean ops anyway. So, there's actually no real impediment in that respect, except convenience and time.

  90. : There's not much to report today. My progress continues steadily. ๐Ÿ™‚
  91. : I've finished learning the basics of QCAD now. Thus, my attention won't be as narrowly focused on it as it was for the past few days. Onwards and upwards!
  92. : I had an idea today for a simple wooden device that would help fix a problem around the house, and I realized that I could use QCAD to create a design schematic for it now. That's a nice coincidence! Such fortuitous timing!

    I learned QCAD initially solely so that I could have a more effective tool for precisely laying out interrelationships between planned objects in painting compositions and for therein creating clean lines and consistent intended distances within those lines.

    However, it is interesting (and fitting) that I would immediately thereafter get an idea for a small household engineering project right after learning QCAD. The project should also serve as good practice for cementing knowledge of what I just learned about the basics of QCAD. So, that's a good bit of serendipitous or synergistic value!

  93. : I submitted my request to join the MelonLand forum today! I actually have intended to join the MelonLand web revival community since the very beginning of making this website. Indeed, I even mentioned the MelonLand forum (and linked to it) on the 3rd day () of my website's existence, back when this hybrid journal & changelog section you are reading right now was only a changelog (akin to a version control repository's changelist) and wasn't even a separate page yet! My site was just one single tiny plain HTML page back in those days (approximately 3 months ago).

    The other pages of this site change much less frequently than this one so far. That's because this journal & changelog page is a daily commitment I've made to myself as a way of ensuring I get my thoughts down and so that readers can know what I'm up to and more importantly so I can coincidentally share useful info and ideas here with them whenever inspiration strikes me. This is page is kind of my "micro blog", though different in format and intent than many such pages.

    Anyway, in other news, I also submitted several features request to the developers of QCAD today and I am hopeful that those feature ideas will get implemented! QCAD is shaping up to probably become one of my favorite programs! I really admire how well designed its user interface and constraint-specification capabilities are.

    QCAD to me is kind of like the 2D vector graphics analog of Blender in terms of how it feels, though QCAD is intended for engineering and planning rather than for use in art directly. That (engineering, architecture, etc) is its main intended audience anyway.

    The hotkeys in QCAD even feel similar to the hotkeys in Blender, though it is far easier to immediately guess what things do when using QCAD compared to when using Blender. Blender (though great) can be more opaque and mysterious than QCAD in terms of guessing how to do things and trying to navigate the interface in an natural and exploratory fashion. QCAD's interface and design is truly a thing of beauty!

  94. : I've added three new recommendation links (specifically for Rebelle, Vector Styler, and QCAD) to the recommendation link page and also made some minor adjustments to the main index (i.e. main directory) page.

    I also switched all the recommendation entries over from using a colon based format to using only natural prose-based sentences. That format is a bit more flexible!

    It has been a while (at least several weeks, but probably more than a month or two) since I last made a change to a page other than this Journal & Changelog page you're reading right now. That is largely because I've been learning lots of new things. You can see from my many journal entries that I've actually been quite busy all the while.

  95. : I created a QCAD schematic for the silhouette of a watercolor Rebelle art piece that I am going to color and texture in the next few days sometime. This will be my first official QCAD based art piece! I had to fix some errors, but I figured it out.
  96. : Mostly today I was elaborating on various notes for some recent new ideas I've had, so that I can reobtain a clear sense of what the ideas are later on.
  97. : Tonight I mostly (1) did some more research on one of my recent project ideas, (2) talked some with a very knowledgeable and helpful QCAD user, and (3) tweaked my new MelonLand forum account settings and posted an introductory thread over there. All in all it's been a good night!

    I still haven't got around to watercolor texturing my QCAD composition plan that I mentioned earlier that I had finished, but I probably will within the next few days.

    Anyway, thanks for reading and for visiting my website! Have a great day/night/etc!

  98. : I talked with some people on the MelonLand web revival forum, posted a hotkey memorization self-quizzing Anki card deck that I made on the QCAD forums for everyone's benefit, and I did indeed finish coloring my first QCAD-Rebelle composition!
  99. : With luck and committed effort gracing my mindset today, I was inspired to create another art composition schematic (now my second QCAD-based art piece) and actually made great progress on it too! Indeed, I would say that most of the schematic is done already! It's been a busy but creatively productive day for me.

    Oh, by the way, I'm not sure when I'll be posting these art pieces online. I'll certainly share the ones I like enough at some point, whether directly as images to be browsed or incorporated into a project such as a game or other piece of multimedia work.

    In those regards: A key aspect of this website and how I manage it is that I build it brick by brick at my own pace, in a way that feels right for me. I have had previous websites and previous projects where I didn't follow that natural pacing policy and those burnt out. I'm striving to ensure that that won't happen this time around though, because I'm setting both strong boundaries and strong commitments, in a balanced and sustainable way, a way that I am happy keeping up with in perpetuity. ๐ŸŒ†๐Ÿ˜Ž๐ŸŒฑ

  100. : I finished the QCAD composition outline/plan that I mentioned yesterday. I also browsed around the art software ecosystem on a whim to see what other things have changed lately and ended up getting sucked down a tangent along those lines for hours. That tangent was interesting, although not what I intended for my day.

    I sort of lost my grip on my time today overall. I'll try to be more alert tomorrow.

    Other than that, I don't have much I feel like reporting. Good night and sleep well!

  101. : I made a minor update to the Lua programming Anki deck available on the My Creations page. It makes various subtle corrections and clarifications.

    I also spent some time today playing around with Wings 3D, which is interestingly the closest modern still-maintained inspired-by descendant of the 3D modelling software that was used for games like Final Fantasy 7, MediEvil, Super Mario 64, and Crash Bandicoot. The name of the 3D modeller used for all of those was N-World/Mirai/Nendo.

    Wings 3D uses the same heavily context menu based workflow, which has the advantage of greatly reducing the memorization burden compared to most 3D modeling software. Wings 3D is thus easier to remember after periods of disuse than Blender.

    Wings 3D doesn't support animation though, nor does it have good support for texturing either. It is focused on just box modelling and subdivision modelling essentially. Luckily, Wings 3D is free and open source, so give it a try if you want to see roughly what the workflow that was used to create those old classic games felt like! It feels comfortably lightweight: very low mental overhead, very discoverable!

    Incidentally, if you are interested in 3D modelling editors that are easier to learn and to work with than Blender (at least in terms of up-front or short-term burden) then Crocotile 3D is another good modelling program.

    Crocotile 3D is designed for pixel-art-inspired 3D modelling and PlayStation 1 era 3D artwork. Crocotile 3D enables you to do 3D modelling without thinking about UV mapping nearly as much. It lets you treat 3D more like a tile based workflow, like what you'd be more used to if you're coming from 2D pixel art based environments. Croctile 3D is paid, but is very cheap compared to most 3D software.

    I'm also going to work on my 2nd QCAD based composition again today, though I think I'll try texturing it with my copy of Paintstorm Studio instead of Rebelle this time, just for variety. Paintstorm Studio is one of the cheapest digital painting programs around but is very capable and has a very well-designed user interface and some other good features. I find Paintstorm's multi-coloring brush settings overwhelmingly easier to use (and indeed all-around better than) Krita's multi-coloring brush.

    In fact, I much prefer Paintstorm Studio over Krita in general. The user interface of Paintstorm Studio feels far more intuitive and expressive than the user interface of Krita. Paintstorm is also my goto program for making creative seamless textures from scratch (which are subsequently useful in both 2D and 3D contexts), since its seamless mode is so useful and intuitive and its brush variety helps for inventive seamless texturing too.

    If you want an extremely affordable yet still very expressive painting program that is capable of some cool brush settings and effects that are awkward in other programs, then Paintstorm Studio is a great choice. I recommend giving it a try. It's so cheap that there's practically no reason not to add it to your available art software arsenal.

    Anyway, that's what I have to say for today. There's a good amount of fun stuff you could explore in the above! Some of these things are unknown to most people. ๐Ÿ˜Ž

  102. : Today I did indeed finish coloring my 2nd QCAD based art composition. As planned, I did use Paintstorm Studio to good effect in that regard, but halfway through transferred the work over to Rebelle to finish giving it a sense of texture.

    Rebelle's watercolor diffusion simulator just makes creating natural textural color variations so much easier, hence I couldn't resist finishing the piece up that way after laying down some base paint in Paintstorm.

    I also messed around in Wings 3D a bit more and also played with my old copy of 3DCoat some as well. I've been in the mood for experimenting with more of the various art programs I've gradually accumulated over the years.

    Anyway, that's it for tonight. Goodnight all!

  103. : My creative time today was spent on primarily two things:

    (1) I touched up some of my extant Rebelle art by using Rebelle's selection feathering command to prevent unwanted "color halo" artifacts from appearing along the transparency boundary of the intended silhouette of the depicted object(s).

    (2) A new music composition idea has arisen in my mind and I spent an enjoyable few hours picking out instrumentation choices for the upcoming piece. I quite like the set of sounds I've arrayed for the purpose and I think they well sound good together. I'm looking forward to working on it! ๐ŸŽน๐ŸŽผ๐ŸŽถ๐ŸŽต
  104. : I mostly focused on the music composition I mentioned yesterday. I removed a few of the instruments from the set I had selected yesterday because they didn't seem to fit well with the motif I've built up so far and don't seem likely to in the future either, given the direction the composition is now heading.
  105. : The other day I stumbled upon a quite interesting web revival adjacent idea from an unusual obscure source ("Lab 6"): using PDFs (specifically PDF/A, the non-interactive archival version of the PDF file format) as a way to escape from the often very harmfully hyper-interdependent nature of the modern web "living web standard". The article of note is "De-urbanising the web: all hail PDF".

    Much of the modern web has become a mess of bloated and/or user-hostile overengineering and shadowy surveillance machinery.

    Most websites have to put enormous effort into forcing web browsers to display the site's subject matter as intended. Ironically though, web "standards" were actually originally designed primarily around the idea that only the substantive aspects of what is being communicated (or offered) matters and that how to display each website should be mostly left to each viewer's preferences and browser settings.

    Websites designed to be completely agnostic of style and aesthetics are now a tiny minority of all sites in practice. Even my own website here (though far more on the "substance over style" side of the spectrum than most websites!) still mostly dictates its own appearance (except for the reflowability of text).

    A huge part of the effort now made in creating websites is actually fighting against HTML's original design goal of being mostly independent of aesthetics and primarily about communicating information well and sharing resources freely and efficiently. This mismatch is where much of the unreliability, instability, and overcomplication of the web ecosystem now comes from.

    The web has also had an enormous volume of shady cruft added onto it too, such as tools for unethical business practices revolving around user tracking and mass social manipulation and so on.

    Consequentially, the web has become caught in a cycle of endless churn that has resulted in web content becoming extraordinarily brittle and unreliable. The web has become the exact opposite of standalone essentially. The large companies in control of the web and the major browsers can arbitrarily break or remove features with no regard to what users want or for what is actually good for humanity or human dignity.

    Indeed, from day one of my creation of this website one of my most overarching goals has been my stance that the contemporary software ecosystem has become too interconnected and interdependent and that software (and computer hardware too) is at its best when it is designed to be as standalone and independent as reasonably possible within the constraints pragmatism.

    That's why you'll never see any JavaScript running on this site (unless my web host does so without my knowledge at some point). Indeed, you'll never see any program running on this website at all. This is strictly an HTML and CSS only site (by design). If I want to offer dynamic content it will always be in the form of downloadable standalone files (and not based on "web tech" either).

    As such (circling back to the subject I began today's web log entry with), when I encountered this idea that perhaps the web should be based primarily on PDFs and read through the reasoning I knew I had found a kindred spirit in the author of Lab 6's PDF-based internet proposal.

    PDFs ensure that the visual layout and content that is published remains stable, predictable, and resilient to future changes. PDFs don't break every time some random third party person or organization decides to change a software framework against everyone else's will or modifies some network hardware infrastructure unexpectedly, unlike the web.

    PDFs are anti-fragile: much the opposite of the web. PDFs are standalone by design. PDF are far easier to reliably save and access again in the future, even if the source the PDF originally came from is later destroyed or if computer "updates" and "upgrades" have changed the surrounding software ecosystem. The web in contrast is so interdependent that huge swathes of it are frequently destroyed by arbitrary changes outside of the control of the people being harmed by those changes.

    Reading Lab 6's proposal for a PDF-based internet struck me as a smart way to further decrease the power of the corrupt institutions currently controlling too much of the net while simultaneously increasing user freedom (and thus human dignity) by making the way one provides content even more standalone and independent.

    Don't get me wrong. I'm not going to switch my website here over to being a PDF. What I am going to do though is whenever I post major articles and useful reference documents then I will often release them as downloadable PDFs, much like the two PDFs about music tuning frequencies I've already made available on this website since the earliest days of this site's existence.

    This journal and changelog will continue to be formatted as HTML and CSS and likewise for the other major parts of the website. Individual special-purpose articles and reference documentation though will often be PDFs. So, in other words, the static HTML and CSS will be a hub for navigating to whatever standalone resources I make available, whether those are PDFs or music or art or games or programs or whatever else I feel like making available.

    This isn't really any different from what I was already doing before (yet), but rather it is an increased solidifying of my approach to ensuring my published work on this site will be as standalone and as user-friendly as possible, unlike so much of what the web has become.

    Relatedly, I also had the idea of posting downloadable archives of the entire website at some point that can be periodically generated offline and then made available online. That would make downloading my site much easier for users than saving individual pages. Likewise, perhaps I can also generate a PDF version of that (of the whole site) for user convenience.

    On an unrelated tangential note though: When writing this web log entry I accidentally wrote "PDA" as a typo once, but that incident also serendipitously reminded me of PDAs and how much I preferred them over phones.

    PDAs were like much more limited pocket computers, essentially like phones but with no internet connectivity and no tracking or psychological manipulation mechanisms built-in. They were basically what phones would have been like if certain unethical companies hadn't decided they'd rather systematically exploit the rest of humanity by invading our digital personal space as much as possible and monetizing it.

    PDAs were essentially phones minus the most harmful parts. Companies pretty much stopped producing them though after the advent of phones though and I still miss PDAs. The were a much more wholesome form of pocket-sized computers!

    Anyway, that enough web log writing for me today! Have a magnificent day/night/weekend everyone!

  106. : I added three new recommendation entries to the recommended link page. Two are about the fragility of the web and about how important archiving and backing up your data and protecting your boundaries and your creative/intellectual freedoms is. The third is a related link to a very useful data backup tool (Free File Sync).

    I also am going to do some more music composition work today! ๐ŸŽน๐ŸŽถ๐Ÿ˜Ž

  107. : I finished my new music composition (The Murmur of Moss) yesterday and posted it on the My Creations page! I like the way it turned out. ๐Ÿ˜

    It was loosely inspired by the sounds (ambience and soundscape) and music of Riven (1997) but ended up going in a different direction. I posted three different versions of it: full, ambience only, and melody only. That way you can compare and contrast the two different layers and how they sound combined.

    Posting multiple versions of a song like that also reminds me: my very first music composition ever was also created with three different versions, each with a different instrument playing the melody! Maybe one day I'll post my old music compositions too!

    That was a cool trick for getting three distinctive versions of the same song without much more effort! Thus, I am reminded of that approach and I think I may try it again for my next music composition! In the meantime though, I'm back to focusing on other things at present, until the next music composition mood randomly strikes me. ๐Ÿ˜Ž๐ŸŽป

    In much less exciting news though, I'm planning on filing my taxes today. ๐Ÿง๐Ÿ˜ต๐Ÿ“ƒ๐Ÿ’ธ

  108. : My main focus today was cleaning up some of the files on my old backup hard disk drives, which is something I've been meaning to do for quite a long while but have been putting off. I did go on a nice walk outside in the neighborhood though. ๐ŸŒฒ
  109. : I was doing a bunch more hard drive reorganization and cleanup today, so there is not much to report again. Have a great night though! ๐ŸŒ†
  110. : I finally finished handling my hard drive reorganization today. There were a lot of things I had to account for to finally get it cleaned up the way I wanted.

    Oh, and yesterday I posted a thread about my new music composition (The Murmur of Moss) on the MelonLand forum, but neglected to mention it.

  111. : I mostly used my free time today to experiment some with Lua-based game dev libraries and engines. I've been planning to use Lua for my next game dev project, even though professionally I used to use C and C++ for that kind of thing.

    The main candidates I'm considering are Love2D, Solar2D, and Defold. I also looked at Gideros, but I feel like if I wanted something like Gideros then I'd pick Defold instead.

    Along these lines of consideration, I did a couple of Defold tutorial projects today. I like its cross-platform packaging ease very much and its editor seems useful too. However, Defold's style of code seems awkward, overengineered, and unnatural.

    I'm in the mood to be more in control of the flow of the code and of how I express myself and thus I'm currently most leaning towards using Love2D. That's been the library I've been learning towards for months now, considering how I will build my project, but today I just felt checking my options more carefully again.

    I'd like my choice to also support creative coding, and thus that's another reason why my instinct is towards Love2D. I want to make code that fits my own mental model instead of whatever (often bloated) mental model an engine programmer thought was "best". Rigid assumptions in an engine feel stifling. Lรถve seems more free of that.

    Anyway though, have a great day/night everyone!

  112. : Today was another busy day exploring my idle whims and curiosities.

    Though I've mostly been thinking of using Lua and Love2D for my next game project for a few months now, today I was struck with an adventurous spirit to perhaps use something much more obscure and unconventional this time! ๐ŸŒ„๐ŸŒ‹

    I've messed with quite a few lesser-known languages over the years, but in this case (for what I have in mind and the old school rustic game dev feel I want) my explorations today led me to the Lobster programming language and since then I am inclined to give it a try! ๐Ÿ˜Ž

    Thus, I plan to do some tutorial programming work in Lobster tomorrow to test the waters and see if I want to embrace using it for my next game dev project instead of Lua, for something a bit fresher and more unusual! ๐ŸŒฑ

    Like yesterday, I again intended to check on my MelonLand forum thread about my music, but I have once again run out of time and must go to bed within the hour. I will check back there tomorrow, if all goes according to plan! ๐ŸŽผโณ

  113. : I did indeed check the MelonLand forum today and all is well (as expected), though apparently that subforum doesn't get a lot of traffic. I really enjoy creating and sharing things like this, especially in the midst of a philosophically compatible environment (community) such as the web revival movement.

    I did play with the Lobster programming language again some today and also submitted some simple typo corrections to their documentation. It seems like a really tastefully designed language and the tightly integrated multimedia features make it kind of like a game dev and creative coding oriented language.

    As for what programming language and library/framework/engine I will be using for my gradually upcoming game dev project, I have still yet to decide. There are many pros and cons to each choice and many wonderful avenues of creative opportunity.

    Today I've also been weighing Love2D, Defold, SFML, and SDL against each other in my head too. There are also many other good options of course (both large and small).

  114. : I contemplated my programming language and library/framework/engine choices again some today and also played around with the Lobster programming language again some. I also submitted a fix on the Lobster GitHub repo for a bunch of numeric warnings in the samples directory. I'm looking forward to getting back into the swing of creative coding, no matter what path I choose! ๐Ÿ‘จโ€๐Ÿ’ป๐ŸŽ†๐Ÿ”ฅ๐ŸŒŠ๐ŸŽฎ
  115. : In the first half of the day, I finished the rest of the Lobster programming language tutorial game and then also submitted a couple typo fixes to Lobster's GitHub repo. It's quite a nice little language and I really admire the author's breadth of knowledge and wide range of creative experience across games, tools, and programming languages! That greatly increases one's confidence in the capability and future of the Lobster programming language and I'll be keeping an eye on it!

    In the second half of the day, I somehow found myself going down a tangent on the subject of green computing and how to minimize the energy consumption of computers and software. That led me to a great academic paper comparing the energy, time, and memory costs of a wide range of different programming languages. The research paper originates from a computing research group from Portugal evidently: The Green Software Lab. The paper is a great read and the comparisons embodied in the data tables are especially illuminating. I recommend giving it a read if you are into that kind of thing, like I am!

    Anyway though, the research paper has some startling stats in it that give you a much better sense of how big the energy gap actually is between different programming languages and such. Here's some examples:

    On average, compiled languages consumed 120J to execute the solutions, while for virtual machine and interpreted languages this value was 576J and 2365J, respectively.
    Grouped by the different paradigms, the imperative languages consumed and took on average 125J and 5585ms, the object-oriented consumed 879J and spent 32965ms, the functional consumed 1367J and spent 42740ms and the scripting languages consumed 2320J and spent 88322ms.
    The CPU-based energy consumption always represents the majority of the energy consumed. On average, for the compiled languages, this value represents 88.94% of the energy consumed, being the remaining portion assigned to DRAM.
    ...the most energy efficient language in each benchmark is almost always the fastest one...
    On average, the compiled languages needed 125Mb, the virtual machine languages needed 285Mb, and the interpreted needed 426Mb. If sorted by their programming paradigm, the imperative languages needed 116Mb, the object-oriented 249Mb, the functional 251Mb, and finally the scripting needed 421Mb.

    To put this in perspective 1 joule of energy is approximately "the amount of electricity required to light a 1 watt LED for 1 s" or "the kinetic energy of a 50 kg object (e.g. human) moving very slowly - approximately 0.72 km/h". Inefficiencies add up fast!

    I care quite a bit about efficiency, the environment, and ethics. Reading this academic paper has thus inspired me to lean much harder in a specific direction now regarding my options for my upcoming game dev project I've mentioned:

    I'm now planning to use SFML and C++ for my game.

    Granted, if you read the paper you'll see that the most efficient language was actually C, not C++. However, I'm going with C++ and SFML because the style and clarity of code via SFML instead of SDL seems more well-suited to me and what I'm feeling like doing. Besides, I intend to use C++ in a very "C-like" way, by which I mean I'll mostly use C++'s extra features for reusable data structures and higher expressiveness but will mostly be minimizing OOP within the constraints of pragmatism, yielding greater efficiency.

    C++ is the language I used professionally back when I was working in a AAA video game development company, but I've been avoiding it for a while to an extent. However, now that I have seen the magnitude of the energy waste of many other languages so clearly laid out before me in this paper (e.g. ~70 times less energy efficient for interpreted languages) then I feel compelled and duty bound by my own principles to implement my project in a way that's compatible with green computing and thus (weighed slightly by personal preference against just using C) I've now directed my sights and plans to SFML and C++. Plus there's art & audio production to do too!

    It's good to have clarity about what I'm going to use for the project now! I'm glad to have stumbled upon that energy efficiency research paper randomly! ๐Ÿ˜Ž๐ŸŽฏ๐ŸŒฑ

    Anyway though, have a great night everyone and sleep well! ๐Ÿ˜ด

  116. : I had to take my car in for repairs and inspection today and it took quite a while! I spent much of the time there in the lobby quizzing myself with C++ questions, using the most precise and comprehensive C++ programming quiz app I've ever found!

    I'm in the process of refreshing my memory of the C++ language and its (very many) subtle nuances, since it has been a while since I've used it professionally. C++ is known for being a more challenging language than average to work with, but after seeing the energy costs of other choices laid out so starkly in the article I read (and mentioned in my log) yesterday I am suddenly completely fine with accepting that burden, indeed even proud to bear it. It's my pleasure to make a difference to the environment! ๐ŸŒŽ๐ŸŒฑ

  117. : I've been reading more about ISO C++ today some to refresh my memory more as well as to start getting more of a grasp on C++20 (which I've not used yet, in contrast to C++17 which I have used). I also read some about OpenGL to start refreshing (and expanding) more of my memory of that too.
  118. : Today was all about C++ and Batch (CMD) scripting. The C++ was a continuation of my studies from yesterday. The Batch (CMD) scripting is because I plan on also creating some simple scripts to help with builds, config, distribution, and/or other utilitarian processes for anything I create.

    Unlike PowerShell scripts, Batch files can be run by simply double clicking them (by default). That makes Batch scripts more helpful for end users for setting up their system faster if you can manage to create the same effects with the (in some ways more limited) facilities of Batch scripting compared to PowerShell's capabilities.

  119. : Though I got a bit distracted with other things, I did find some time to study more C++ and SFML today again. I also briefly did some Batch/CMD studying too.
  120. : There's not much new to report today! I studied SFML more again. For fun and variety though, I read some of the C89 standard ! The C89 standard was written and published back when the C language was standardized only by ANSI and not ISO.

    The C89 standard is a lot shorter and nearer to the languages conceptual and idiomatic origins and thus perhaps reading the very first 1st C standard (C89) will give me a more natural sense of the deeper nuances of the C programming language's underlying foundational nature. I've always been the type who likes to understand things genuinely rather than just on the surface! ๐Ÿง๐Ÿ”ฌ

  121. : There's not a lot to say today. My studies continue as usual. Anyway though, I hope you all have a pleasant upcoming week!
  122. : I've finished one of the books I've been reading through today, which means that my time will be available for more than just studying tomorrow (in contrast to the past few days), which I'm glad for.

    As for the C89 standard, my plan is to read it very gradually, at a rate of about 2 pages per day. Thus, that book in contrast won't pose a big daily burden, but will be ongoing for quite a while. Spreading challenges out like that is a great pacing technique!

    Most importantly, I hope to do more work of a creative nature in the next few days!

  123. : I did some work setting up my SFML project library linking and build system to suit my preferences. I also hung out with my family longer than usual at dinner tonight and the conversation was lively and cheerful!

    Anyway, best of night to you all, as always! ๐Ÿค—๐ŸŒƒ

    PS: As a personal victory, I also prevented my attention from being derailed from my current project intent today! Commitment is (ironically) often the gateway to freedom!

  124. : I worked with SFML some today but mostly ended up studying more Batch (CMD) scripting because I felt like it. Batch (CMD) has some rather quirky programming idioms (ones that feel organically home-made and idiosyncratic) and makes me a bit nostalgic for the days of MS-DOS and Windows 98.

    Relatedly, I also went on a brief tangent reading about a few less known (not Windows, Mac, or Linux) operating systems: ReactOS (a Windows 2003 inspired OS), FreeDOS (an MS-DOS emulating OS), and Icarus Desktop (an Amiga emulating OS). You may be interested in those if you are into retro computing (which many people reading this website probably are)! I still personally wish Windows' user interface was still more like Windows 98 and that they'd stop randomly deleting or obscuring features and giving users less and less control of many things with each "new" Windows OS.

  125. : Somehow it felt like a slow and frustrating day and I felt off for the greater proportion of it. I was kind of stuck in my thoughts. Oh well though, it happens.
  126. : I came up with some new Batch (CMD) scripting related ideas today (and also studied the language a bit more), as before.

    However, more interestingly, I went down a fun tangent reading several interesting articles on two other programmers' blogs: Richard Mitton and Yossi Kreinin. I recommend browsing their blog post archives and reading a few of the more interesting-sounding posts! They are very authentic and speak from 1st principles!

    Oh, and that reminds me, yesterday I also read an interesting article from Yukari Hafner (Shinmera) about how much of "information hiding" in programming doesn't actually accomplish much. It's kind of a partial "the emperor has no clothes" confession against the grain of conventional software ideology. I like it! ๐Ÿ˜Ž

  127. : Another interesting project idea occurred to me, but I don't know if I'm going to do it. I've got so many ideas for things I've accumulated over the years but only so much effective time that I can allocate to those ideas, especially considering I tend to fixate on quality a lot and my time usage could be more efficient in that regard.
  128. : I stumbled upon some more interesting obscure operating system related stuff today. A healthy diversity of ideas helps keep oneself clearsighted and fresh!

    First, I encountered the term "unikernel", which apparently is an approach to operating systems where you bind application software much more tightly to the operating system (via static linking) so that the intermediary communication, task sharing, and security overhead of the operating system is reduced or eliminated. MirageOS seems to be one of the most prominent examples.

    Second, I also encountered Ironclad, which is a partially formally verified operating system (i.e. is designed to make many bugs provably impossible to occur, besides physical damage and any other physical things that software can't control of course).

  129. : I've been busy reading about things of interest to me today. That's all I've got to say tonight! Thanks for reading and I wish you all well as always! ๐Ÿž
  130. : I studied more Batch (CMD) scripting today. Anachronistic as Batch may be, it is still better for distributing scripts to end-users for easier setup of things than PowerShell since Batch files can be double-clicked to activate them (just like EXEs can).

    In particular, I've been reading a fairly long book about Batch scripting. It has been informative but I am looking forward to being done with it within the next few days since it is quite dry and limited compared to other systems and not super interesting. Nonetheless, I know that I intend to use Batch for an upcoming project and so I am committed to finally getting a better grasp on it despite its oddities. Goodnight! ๐Ÿ˜ด

  131. : I finished reading that big Batch (CMD) shell scripting book today. It's good to have it finished, since it was kind of lingering in my subconscious as a todo item and hence fuzzing my focus to some extent. I also was reading more about low-level programming in general today, plus a few other miscellaneous things.

    I know I haven't done much artistic or musical stuff in the past few weeks, but my mind does tend to run in streaks like this and in that respect I'm currently locked into my "study and digest large volumes of technical information" mode. Who knows when the balance will shift back the other way again? I don't. I just know it eventually will, as is inevitable for my current trajectory. My technical and artistic/musical sides are kind of like yin and yang in that sense (the balance shifts often) I suppose one could say.

  132. : There's been a big change in my game project plan by the way, which is that I'm now planning to actually use Rust and one of its libraries (which library is not yet determined) instead of C++ and SFML.

    I've been thinking about this on and off for a over a week (maybe two) and I've decided to make the switch going forward, even though my professional experience is more in C++. There are several reasons why, but mostly it is because:

    1. Rust code often runs even more efficiently and performantly than C++ and hence is even more aligned with green computing and protecting the environment. I care deeply about matters of ethics and responsibility in computing, and so the fact that this better prospect exists matters to me. It's hard for me to ignore that.
    2. C++ has many suboptimal qualities and as I've been working with it again recently I've constantly had a feeling in the back of my mind of really wishing I was working in a different (more expressive and clean) language. C++ feels stifling compared to more modern programming languages such as Rust and other languages (mostly).

    Those concerns were weighing on my mind and deflating my motivation and energy when I was working with C++ and SFML and switching to something fresher like Rust is more inspiring and also wiser in the long term with the way things are going (both for the project and for professional outcomes in general too).

    I'm not going into this switch to Rust blind though or merely on hype. Don't worry. I've actually already read an entire Rust introduction book a couple years ago (and done the corresponding exercises) and I've been aware of the language and following it since as early as ~2013, when far fewer people even knew about it!

    I'm also looking forward to being free of C++'s nightmarish build dependency ecosystem (e.g. CMake). C++ makes you afraid to try things, whereas Rust is the opposite.

    So, that's all I have to report for today! Good night everyone! ๐Ÿฆ€๐Ÿ˜Ž๐Ÿ˜ด

  133. : I mostly studied more Rust programming today. I've been reading through a new book I bought about it (Rust In Action) to refresh my memory and broaden my skills since it's been a couple of years since I played with Rust last. ๐Ÿ“…๐Ÿฆ€

    Also, today was nice outside and so I went on a good walk, as I do on many pleasant days, though I seldom note it here in the log. I love nature and find that walks are very clarifying to my thoughts and such. Anyway, have a great day/night/etc all! ๐ŸŒฑ๐ŸŒ„

  134. : I'm going to skip on my log entry tonight to save myself a bit of time for other things. My studies continue though, as usual! Goodnight everyone!
  135. : Oh! I actually forgot to post a log entry on this day (an extreme rarity for me)! This was easter and I was hanging out with my family and helping with many things. Later on, I laid down on my bed "for a bit" but ended up falling asleep for a few hours and then later went to bed for real, and somehow in all that I forgot to post a log entry. Sorry about that for anyone who was expecting one!

    Anyway, happy easter! ๐Ÿฅš๐Ÿ‡๐Ÿ’

  136. : I'm taking tonight off again to give myself a bit more time for other things!

    Have a wonderful evening! ๐Ÿค—

  137. : I found out something quite unexpected today: There's apparently a little-known programming paradigm known as "function-level programming" which is NOT the same thing as the (much more widely known) functional programming paradigm.

    There doesn't seem to be much info about the "function-level" programming paradigm in contrast. The Wikipedia page has some cursory/fragmentary commentary on it but not enough to make the implications entirely clear. Apparently, the programming language J fits the category (and is also incidentally an array programming language, though I'm not sure how orthogonal that is to "function-level programming").

    This also reminds me of tacit programming, which is another interesting programming technique (or pseudo-paradigm perhaps) best embodied by concatenative programming languages such as Forth and Factor. They're worth checking out!

    The community responsible for Factor also has a great website listing many known examples of concatenative programming languages that exist.

    For many years now I've been fascinated by the various programming paradigms and how significantly they can completely change how programming feels!

    Anyway though, have a great night friend! ๐ŸŒ†๐ŸŒƒ๐Ÿ’ค

  138. : Oh, and there was another fun fact I found out yesterday that I neglected to mention. Did you know that the Haskell programming language is a descendent of an earlier (similar) language named Miranda? More interesting still, apparently Miranda had what some considered to be a cleaner syntax and even a few features that Haskell still doesn't have (although Haskell is generally more powerful, so I've heard).

    That being said, I have very little experience with either language. I messed around briefly for a day or two with Haskell several years ago, but didn't go much further with it than that. The language has too much syntax (hence arbitrary stuff that has to be memorized) for my tastes and lazy evaluation makes it too unpredictable for truly reliable multimedia programming in contexts such as game dev, though Haskell is otherwise an interesting programming language.

    Anyway, I don't have much else I feel like saying today. Things are continuing as usual: quietly but steadily, though with me sometimes overthinking things to my detriment. Oh well though, I'm putting earnest thought and effort into everything and so I shouldn't be too hard on myself probably. I am trying to be more decisive and efficient though!

    All that aside: Have a wonderful evening anonymous internet reader! ๐Ÿ˜

  139. : I stumbled upon a most unusual article on someone's blog today! It is an article where the author (Linus Akesson) is arguing against using syntax highlighting, which is not something you hear very often since most programmers don't question it and just assume as a given that syntax highlighting is good.

    The author has an interesting first principles based perspective on it! I enjoy reading opinions that are distinct from the norm and I think reading them and considering them authentically helps keep one's mind healthy and helps reduce one's chances of operating under potentially false assumptions.

    Incidentally, over the many years of my spelunking in code and exploring different programming languages, I've gone back and forth on using or not using syntax highlighting. I think perhaps it depends somewhat on context. Sometimes it seems to help, but sometimes it is counterproductive. Currently I've been using no or very little highlighting again and have been enjoying the lack of noise that minimizing it can bring.

    That's my comment of the day! Thanks for stopping by! ๐Ÿก๐Ÿ“ข๐Ÿ˜ƒ๐Ÿ‘‹

  140. : You know, I've been thinking... I really love the aesthetic of janky old typewriter printed documents, like what you'd imagine a writer would have hand-typed into a manual typewriter before computers ever existed (or in the early "twilight years" of computers' existence, when people still used typewriters for a while).

    I've wanted an actual practical retro typewriter word processing program for a while now, but the problem is most (all?) of them seem to be designed as jokes (heresy!) or don't have enough features to be usable for real work.

    Barring that, I at least want fonts and paper-textured backgrounds that capture that authentically janky typewriter aesthetic well together. Most such fonts though are missing some common characters and thus end up not usable in practice. I want that retro typewriter in an actual usable package. You know what I mean? I want clunky old computers too, like a Windows 95 or Windows 98 machine. I like the freedom and homey feel that the older platforms and mediums of expression like that had.

    I did find a pretty nice janky typewriter font today (or yesterday?) at least though, which is named "Kingthings Trypewriter 2" and gets the aesthetic pretty close. Maybe I'll use it at some point to make a retro document of some kind. That could be fun! ๐Ÿฅณ

    I also want an old school dot matrix printer... not the kind that tries to eat your coworkers like in Yuppie Psycho (which is a wonderful documentary on what it sometimes feels like to work in the tech industry, by the way), but an old school wholesome dot matrix printer with those dot-riddled tracks on each of the two sides of the paper that comes out in one giant scroll and that you have to manually tear off (very satisfyingly, like popping bubble wrap) after the document is printed. Mmmm... now that's the way a printer should be.

    Alas... my sweet retro jank, how I miss thee. Be that as it may, that covers my random thoughts for the day. May you have a peaceful (and very satisfyingly retro-clunky and quaintly inefficient) evening tonight! ๐Ÿงฎ๐Ÿ’พ๐Ÿช•๐Ÿ“ป

  141. : I randomly stumbled upon a nice article by a programmer (Dan Luu) where he talks about the value of being willing to look stupid, especially regarding how doing so enables you to discern truths that you'd otherwise be more apt to overlook.

    This kind of healthy perspective is important for all of us creative types to keep in mind I think! We have to stay loose enough to be willing to be imperfect and/or be criticized!

    Anyway, that's all I feel like logging here tonight. Sleep well and sweet dreams y'all! ๐Ÿฅฑ

  142. : I'm taking tonight off to give myself a bit more time! Goodnight! ๐Ÿ˜ด
  143. : I often really appreciate the old-school retro feel of text-based user interfaces (TUIs, as they are sometimes called). That approach to UI design also sometimes yields a nicely tight and pragmatic result, which may surprise many people.

    Relatedly, I also think command prompt based workflows still have a lot of untapped underutilized potential as well! I've heard that the defunct Oberon operating system did interesting things along those lines, though I've never used it myself!

    All that aside, on a related search today I ran across a GitHub list page collecting together a wide variety of software that use some form of text based user interfaces. I've barely explored the list much yet, but it looks like there's a bunch of fun and/or interesting stuff on there.

    Oh! Also, I watched the eclipse some with my family today, which was cool! I went out to check multiple times and got to see the last few minutes in addition to the main part. I've heard that there won't be another such eclipse for approximately 400 years! I wonder what society will be like 400 years from now. What the future will be like is interesting to ponder. ๐Ÿงโณ

    Anyway, thanks for reading and wishing you good fortune! ๐Ÿ“š๐Ÿ€๐ŸŒ 

  144. : Hey everyone! I've been busy with lots of random things today, but here's a few thoughts for today anyway for you! ๐Ÿ˜Ž๐Ÿ‘

    I actually haven't been studying Rust for several days now. It is a great language and its package ecosystem and error messages are certainly the best I've ever seen in any language or community! The error messages have a communicative quality that is a whole level above what most other languages do for error messages. The package manager of Rust (Cargo) is also gloriously fantastic (probably the best package manager for any programming language) of course.

    However, there's another language I've studied in recent years (off and on, partially, like Rust) that I have been starting to lean more towards so that I will be able to iterate much faster on my game dev project once I start production on it in earnest: Nim. As a solo game developer, for the project I have in mind I need to be able to iterate rather quickly in order to be able to polish the final game up well enough to feel right (satisfying to the player) and to reduce my chances of running out of momentum and mental fortitude before I can complete the whole thing. The project I have in mind has become rather big over time, though still designed (very intentionally and consciously) to have a naturally adaptable and malleable scope.

    Nim is more expressive and pleasant than Rust in most respects. Indeed, Nim actually feels even easier than Python and yet compiles to native code that runs as fast or almost as fast as C or C++ or Rust. Admittedly, Rust is likely to result in marginally more performant (and energy efficient code) but at the cost of a greatly increased compilation time and a much slower workflow iteration time. Rust is also less malleable than Nim (e.g. Rust's macros are far less pleasant to use and are less expressive and Rust's compile-time computation is also more rigid and awkward than Nim's, etc).

    It's a relief off my shoulders honestly. Rust is a great language and I definitely care very much about the fact that it can generate more environmentally friendly and performant code than pretty much any language except maybe C. However, Nim is very close in terms of performance (especially if you use it right) and is just a much more pragmatic choice for a solo game developer who needs to be able to iterate quickly to be competitive and to stay sane. So, that's why I'm now planning to use Nim instead of Rust. For other projects Rust may be a better fit, but Nim is likely to be more practical and more pleasant for my use case. ๐Ÿ˜„๐Ÿ‘‘๐ŸŒฑ๐ŸŒฒ

  145. : Today I randomly came across a kind of device I didn't know existed: a customizable "electronic paper" screen, one that you can program to behave however you want and display anything you want.

    I've been aware of Kindle devices that use this kind of non-emissive paper-like non-glare display and indeed I've used a Kindle Paperwhite before, so I was aware of the tech itself and have always admired that such a low power and paper-emulating kind of screen exists. However, I was unaware that there was any way available yet to use such a screen for completely custom purposes. It's really cool that it does exist!

    Such a screen enables you to reduce passive power consumption of a screen to zero or almost zero as long as what is displayed isn't changing quickly. Unlike a LCD or LED or CRT monitor, an "electronic paper" (e-paper, e-ink, EPD, etc) screen doesn't emit any light. I behaves like paper and hence is far more glare resistant and more usable under bright light.

    The low power consumption aspect of it really appeals to me from an environmental friendliness standpoint. I also feel like there's a big untapped market (and ethical imperative) for there to be more computers designed for low energy consumption instead of for maximum specs! ๐Ÿ˜ฎ๐ŸŒŽ๐Ÿ’š๐ŸŒฑ

    The models I encountered specifically were the Inky Phat and the Inky What. Both look like cool devices! Another brand that sells customizable programmable e-paper screen devices is apparently Waveshare. Inky is a UK company, whereas Waveshare appears to be Chinese though, so I'd probably prefer Inky when possible if I got one.

    I think it would be really cool to build some kind of custom retro computer using such a screen! It makes me tempted to get a Raspberry Pi and then combine it with one of these e-paper screens and some programming to create my own little custom eco-friendly retro computer! ๐Ÿ’พ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘พ๐Ÿ˜Ž

  146. : I'm skipping the log again tonight! See you guys tomorrow! ๐Ÿ“…๐Ÿ‘‹๐Ÿ™‚
  147. : I've been considering the past couple days whether or not I should make a retro game for the Playdate (a new retro handheld video game console, kind of like a Game Boy with a "fishing reel like" crank attached, which was released within just the past couple years) or if I should instead stick with the PC and the full power that desktop computing offers.

    There's pros and cons either way. In a sense, having a lot of power and options at one's disposal can make oneself more likely to overanalyze things (i.e. choice paralysis, etc), but on the other hand the possibilities are greater of course. Likewise, retro is obviously more limited, but then again, design within limitations (indeed, the art of selecting interesting limitations) could be argued to be the very essence of good creativity!

    However, the more I've thought about it the more I'm inclined to not view the choice of platform as an "either or" situation after all! You see, even if I do decide to target the Playdate (or any other retro console or emulator for that matter), as long as I structure my code in a properly separated (roughly "model-view-controller") way, where the main game code is properly modular and separate from the input handling and display code, then I could just easily port the game to both platforms (Playdate and PC) and hence release on both! That seems likely to be the best strategy overall!

    I should also mention that if I go ahead with this plan then I'll actually be working on a reignited (newly envisioned) version of an older game design, not the one I've been coyly talking about on this website on and off. The reason is because the characteristics and production implications of the older game idea seems likely to be more suited to a retro platform than my most recent game idea, perhaps.

    I love both ideas a lot! In fact, the most recent game idea that I've been talking about (mostly without divulging hardly any real info) on this website is perhaps my favorite game idea overall so far. I can save it for later though. ๐Ÿ˜Ž๐ŸŽฎ

    The newly envisioned version of the older game concept in contrast seems more immediately viable though, especially if I do decide to target the Playdate and also port to the PC. The re-envisioned older idea also also seems less overwhelming and perhaps easier to find a bigger audience for and to iterate on.

    Either way, both projects are good prospects to move forward with gradually as I find the time to.

    I am still refreshing some of my skills and knowledge and figuring out some aspects of the preliminary (rough) plan, but I am looking forward to hopefully beginning production one of these game design ideas soon.

    Oh, and I also repaired a few unreliable links on this page by changing them to point elsewhere. I've been seeing those links having (sometimes intermittent) problems for a while now in my link scanner. I was waiting, in hopes that those pages would fix their problems, but finally decided to change the links to other (more reliable) webpages.

    Anyway, thanks for stopping by and taking the time to read my journal and logbook (fun alternative historical term: commonplace book). I hope you've found it useful and inspiring in some way! Have a deeply restful evening and a good night! ๐Ÿค—๐Ÿ˜Œ๐Ÿ˜ด

  148. : I'm going to a special family gathering tomorrow, which should be fun!

    As such, I'm taking tonight off again to save some time, etc. Goodnight! ๐Ÿ’คโœจ๐ŸŽŠ

  149. : The family meetup today went well! It was good seeing everyone! ๐Ÿฅ˜๐Ÿต
  150. : I learned an interesting new word the other day: menhir (also known as standing stones, orthostats, and liths). ๐Ÿ’Ž

    Apparently, people used to place long boulders in the ground so that the stones would point up into the air. It is essentially stone age architecture. Despite the simplicity of it, the resulting aesthetic is subtle and understated yet somehow moving.

    It has a kind of refined and gentle appeal, suiting both my love of nature and my love of retro things. The aesthetic also touches on the value of putting love into the details in one's surroundings even if just inspired by some semi-random impulse, even if others may be dismissive of those efforts, and even if only a few will appreciate why (if there is even a reason) you made such a charming yet subjective and arbitrary choice.

    The ability to make subjective and arbitrary choices in a free-flowing and empowered way seems likely to be conducive to good creative outcomes I think! ๐ŸŽจ๐Ÿคช๐Ÿฆ‰๐Ÿฆ…๐ŸŽ‰

    I'm still working on improving that in myself, as I sometimes second guess myself too much. Onwards and upwards though, right lads/lasses? Goodnight y'all! ๐ŸŒŸ๐Ÿคฉ๐ŸŒ„

  151. : Hmmm, I'm not sure what I want to say tonight. I guess I'll just link you to a few things of interest, so that you'll have something to explore if you want to.

    Specifically, I feel that data-oriented design and entity component systems have become increasingly relevant and interesting over the past decade. Many of the insights of this alternative way of building and structuring code are directly contrary to a large subset of popular programming ideology. Indeed, it is wise to question popular assumptions, as such "widely accepted truths" are often wrong in reality.

    Two additional useful sites about data-oriented design are DataOrientedDesign.com and this GitHub list of related resources. Anyway, I hope that's useful to some of you.

    Have an awesome evening and thanks for stopping by! ๐ŸŒ†๐ŸŒƒ๐Ÿ‘จโ€๐Ÿ’ป

  152. : Several days ago an interesting thought occurred to me (and reoccurred to me today as well, hence inspiring me to post about it here now).

    Programmable calculators are a viable way to simulate an ultra-retro computing environment. Unlike actual retro computers, which are mostly no longer in production and hence have become more difficult and more costly to obtain, programmable calculators are still routinely manufactured and thus abundantly available.

    Thus, one can use a programmable calculator as a kind of retro computer and as a really strong "design within limitations" exercise for programming and data management. Indeed, I actually remember playing a really cool RPG game on my TI-83 Plus calculator back when I was in high school. The devices are more capable than one might think, though some basic things (e.g. text documents) will likely be awkward.

    The performance constraints would also be quite stringent of course, but that is also part of the point. Programmable calculators provide a way of experimenting directly with the kinds of extremely resource/performance constrained systems that the very first computer programmers would have had to deal with! Limitations foster creativity.

    I think that's actually a pretty cool workaround for the scarcity of true retro computers in the modern era. Programmable calculators are also proper isolated standalone systems, unlike the often harmfully overly interconnected modern phones and desktop computers (where one is often not even given a choice for whether to be connected, perhaps because the lack of that would make it harder for companies and other entities to parasitically manipulate your attention for profit, etc).

    In any case, the prospect of treating a programmable calculator as a retro computer and seeing how far you could take it is an intriguing prospect. It could be fun!

    Also, I do really think there's a huge untapped market for highly constrained, highly eco-friendly, and 100% isolated standalone computing devices that are entirely free from external manipulation. I think a lot of people (myself definitely included) are getting extremely tired of having unwanted (and often unethically manipulative) changes forced upon the systems we use regularly.

    A computer should be 100% its owner's personal property, entirely free from external control. Our computer(s) should be treated like part of our physical homes and everything in it (them) should be inviolable under almost all normal circumstances.

    Computers have become like digital extensions of our minds and hence have become morally analogous to being like part of our bodies and intimate personal space and hence any intrusion upon that space whatsoever should actually be treated as a very serious violation of ethics, human dignity, and consensual boundaries. ๐Ÿšง๐Ÿค•๐Ÿšง

    There are fewer things about the current tech landscape that are actually inevitable than some corrupt entities would like use to believe. Better designs that are more respecting of freedom and human dignity and healthy limitations are certainly possible.

    With all that off my chest, I bid you all a generously fair night's sleep. ๐Ÿงฎ๐Ÿฅฑ๐Ÿ˜ด

  153. : Besides being one of the most wonderfully pragmatic and expressive programming languages I've ever encountered, Nim also has a diverse variety of libraries and projects that've been made with it, especially compared to its relatively moderate community size. That's the power of an expressive language for you though!

    I look forward to doing creative coding and game dev with it once I get around to it!

    That's my post today. I hope you all have a breezy and soothing day! ๐ŸŽฎ๐ŸŽ‡๐ŸŽ†๐Ÿ”ฅ

  154. : This evening I think I'll just link you to an empathetic and intellectually honest (i.e. not morally cowardly, not propaganda in disguise created by "AI" companies/kleptocrats) article about the deeply unethical and disgusting nature of web-scrapping-based plagiarism engines (i.e. the so called "generative" theft-based "AI" software of recent years, such as ChatGPT).

    The article is "Generative AI is stealing the valor of human intelligence" by John Loeffler. It cuts to the heart of things fairly well. Here are a few quotes of note:

    AI is stealing the valor of human intelligence, and it can't be forgiven for that

    All of this, meanwhile, wouldn't be possible without you, the human being, the one who produced the training data that all these AI models have used to get so good at writing an email. Google's models probably read countless emails to understand what an email is supposed to sound like, and yours was possibly among them.

    AI image-generation tools like DALL-E, Midjourney, and soon Google's AI image generation, likewise, wouldn't be anywhere without the grueling, often unpaid and thankless work of the photographers, painters, and other artists whose works were used to train these models, almost entirely without the artists' consent or even knowledge.

    [...]

    The only analogy I can think of for this is someone donning a military uniform and claiming to have fought in a war they did not fight in, or claiming some medal or act of heroism that they did not personally earn or perform. This is called stolen valor, and it banks on the respect and admiration given to those who do something productive and heroic by taking credit for something without having to actually do it.

    Anyway, that's my post of the day. I hope you have a wholesome and highly restive (or alternatively: invigorating) remainder of your day/night! ๐Ÿ‘‹๐Ÿ„โ€โ™‚๏ธ๐ŸŒฒ๐Ÿค—
  155. : Tonight's been pretty hectic and stressful for me, so I'm not doing a full post tonight. Sorry! Wishing you all the most pleasant of dreams though, as always! ๐Ÿ˜ด
  156. : I had another busy night and so I won't be making a full post.

    Thanks for dropping by though! Have an awesome day/night!

  157. : I'm skipping my post again tonight. I've been feeling tired today and also the stressful issue from before is still ongoing. Goodnight and sweet dreams though!
  158. : Here's a good article I read a while back about the importance of creating enough breathing room in your life to make serendipity possible. It's worth a read, especially for someone seeking more personal balance and cultivating more thoughtful, impactful, sustainable, and/or substantive creativity.

    Anyway though, progress on the various aspirations of my life continues quietly but steadily, as usual. I hope the same is true for you (or better)! A more diverse daily life helps generate more diverse thoughts! A healthy mind needs some liveliness. ๐Ÿ˜Ž๐ŸŽญ

    Have an awesome night! ๐ŸŒ†๐Ÿ˜ด

  159. : In my free time today I played Casual Birder some. I actually started it a several days ago, but haven't put much more time into it until today. The game has a fun low-key understated sense of humor that is quite charming and amusing. ๐Ÿฆœ๐Ÿ˜†

    It's an adventure game about photographing as many different species of birds as you can. It mostly strikes notes of exploring and puzzle solving. I certainly recommend it if you have a Playdate game console and want a charming game. It is one of the games that comes free with the console though, so you'd already have it basically if you did have a Playdate, heh. ๐Ÿ”Ž๐Ÿฆ

    I also helped my family out with some stuff today as well as (as on most days) did various random things that needed doing.

  160. : I beat Casual Birder today! It was a pretty good game and I liked the sense of humor throughout especially. I first beat it with only some of the birds successfully photographed and then beat it again with all of them photographed, but surprisingly that doesn't seem to influence the final outcome much.

    There is still a trash can near a pool table in the game that I suspect is (or is near) a secret though, based on the way the game teases about exactly that possibility. I'm not going to look it up though, in case I want to try to figure it out. ๐Ÿ”Ž๐Ÿ—‘๐ŸŽฑ

    I noticed there's a strange nook (alcove) adjacent to the pool table but there's no apparent way to get to it. That's my main suspicion for the possibility of a secret. ๐Ÿง

    Anyway though, have a comfortable and joyous remainder of your day!

  161. : Originally, for my free time today, I planned on going hiking but I ended up being more tired than expected (probably because my sleep randomly wasn't great last night). So, instead, I just played a few old games I hadn't played much in the past and took it easy for the remainder of the day. I hope you had a pleasant day too! ๐Ÿ™‚
  162. : I watched a movie with my family tonight as well as took care of a few other miscellaneous things. I ended up not having time for studying nor for coming up with a better post for tonight, though I intended to at least study. Regardless, I hope you all had a pleasant day.
  163. : I hung out with family more today and also took two different long walks, one at a park and another along local forest paths. Anyway though, there's not much else for me to say tonight. Goodnight all! ๐Ÿ˜ด
  164. : My free time today put into taking it easy and enjoying a wholesome and uplifting video game. I'd share more, but it is late now. Goodnight!
  165. : I had another family get-together tonight but also was able to find some time for some more wholesome gaming. Specifically, today I was playing To the Moon (which I'd already experienced once many years ago), whereas yesterday I was playing Finding Paradise and finishing up my pre-existing progress on it. ๐Ÿš€๐ŸŒ™

    Both are wonderfully written games with a very empathetic and cathartic feeling to them. Both are very story-based, so the gameplay is very slight. Both are more like interactive fiction than they are like games. Occasionally I feel like playing that kind of game. I definitely recommend them (To the Moon is what you should start with) if you want something exceptionally uplifting, wholesome, and good-natured! ๐Ÿค—๐ŸŽญ๐Ÿฅผ๐Ÿ’ž

  166. : Although I used my free time to relax and unwind mostly tonight, I was also reminded of a super interesting concept that's highly relevant to procedural generation for game development and which I've wanted to explore for many years: the edge of chaos. ๐ŸŽ‡๐ŸŽ†๐Ÿงฌ๐ŸŒฑ

    Hopefully I'll get around to that at some point. If you like dynamic content and creating a true sense of aliveness in a game or any other simulation, then you too may find it fascinating. Anyway though, I hope you have/had a fulfilling night! ๐Ÿ˜๐ŸŒ‡๐Ÿ˜Ž๐Ÿ‘‹

  167. : I'm taking a break from posting again tonight. Sorry. Have a wonderful evening and sleep well though! I really appreciate you stopping by to read my thoughts!
  168. : Skipping another post to save time! Thanks for dropping by though! ๐Ÿ˜„
  169. : Recently I was reminiscing briefly about what is perhaps my favorite platformer video game of all time: Kid Chameleon (for the Sega Genesis). The game deserves far more credit than it gets, but I think due to its sometimes steeply challenging nature and rich gameplay depth (especially for the time of its release: 1992) people were/are less willing to see it as the masterpiece that it is.

    Kid Chameleon was one of the longest platformer games of its time and indeed is probably still longer than most. It has over 100 levels. I really recommend giving it a try if you want to play some extraordinarily well-designed platforming gameplay. Kid Chameleon is truly an oft overlooked hidden gem of retro gaming.

    Anyway, I wanted to give you something substantive tonight since I've taken several nights off recently for the sake of my time. Thus, I wrote this recommendation, since the game was briefly on my mind again recently. May it bring some of you joy.

    In any case though, that's my post for the night. Have a great night! I'm wishing you the best in all aspects of your life and in everything you do! Thanks for visiting! ๐Ÿก๐Ÿ‘‹

  170. : I'm skipping my log entry again tonight to save a bit of time. Sorry. Goodnight and sleep well though! ๐Ÿ™‚๐Ÿ˜ด
  171. : Among other things, today I've been thinking of (more precisely: reminding myself of) the way that boredom is like fertilizer for creativity. Indeed, when one doesn't allow oneself to be bored ever, because one is always either working on something or entertaining oneself, the one's mind may gradually start to feel "frayed at the edges" and life takes on an overwhelming and suffocating or flustering kind of quality, indeed perhaps even in extreme cases an almost "hellish"/Sisyphean quality.

    That's why its important to give one's mind time and space to breathe and to unwind itself instead of constantly "stimulating" it. This point is salient tonight for my (b)log post here because lately I've been packing in productivity and/or entertainment too densely and haven't given myself enough time and space for boredom.

    Thus, tonight I plan on spending at least an hour literally just sitting in a chair doing absolutely nothing (not even entertainment, nor even listening to music). My mind feels like it needs some time to unwind and reset, so I'm going to do that so I can get back on track for feeling more like my mind can breathe, which I know from past experiences is likely to lead to better creative and personal outcomes, which I've been stagnating to an extent on in the past few recent weeks.

    I would recommend the same for you: Make sure you are giving your mind enough time and space to be bored. It may help your mind feel more at ease and more capable of creative ease and personal impact. Entertainment is not the same thing as true rest.

  172. : I did some more Nim programming tutorial stuff today to refresh my mind more. It is a really wonderfully expressive and elegantly designed language that deserves to be more widely used. Here's a short sample of Nim's syntax by the way.

    I've also been thinking today that it would be great if there were more wholesome, uplifting, and emotionally poignant games such as To the Moon and Finding Paradise.

    It seems like an unusually under-served genre of game, which is surprising when you consider that the genre's asset production is among the easiest, cheapest, and least burdensome since it can rely on text and relatively static images so much.

    The genre (emotionally cathartic story-focused games) also has much lower programming complexity requirements than many other genres. There's definitely some untapped market potential there waiting to be explored with sufficiently high-quality story writing.

    The genre has abundant potential to make society more kind and empathetic! ๐Ÿค—๐Ÿฆ‰๐Ÿ’–

  173. : By the way, if you are interested in more games like To the Moon and Finding Paradise (i.e. emotionally poignant/cathartic story-based games) then A Story Beside is another great one to play. A Story Beside is quite a different kind of story game, has a lot more choices in it, and is overall more cheerful and lighthearted (arguably), but like To the Moon it is a game with a very strong element of interpersonal relationships and making peace with the nature of life and death (etc).

    Uniquely, A Story Beside is a game that focuses on and honors the role of everyday people (like peasants and NPCs, etc... regular townspeople living their normal lives) instead of conventional flashy heroes. It's a very unique angle on an RPG world.

    It's wonderful to see a game the doesn't require characters to be "epic" in order to demonstrate the (often immensely underappreciated) value that those characters bring to the world. Much the same could be said of normal everyday people in real life too! An uneducated street vendor selling noodles can be just as valuable (or more) as a famous or "high class" professional person! The interconnected and emergent nature of real life and the reality we all live in ensures that.

    A Story Besides is one of the very few games that express any kind of grasp of that kind of more broadly nuanced appreciation of all things and people for the hidden value they often embody. I definitely recommend playing A Story Beside too if you like games like To the Moon.

    Interestingly, I also saw in the Steam reviews for the game creator's other game (World's Dawn) that one of the reviews mentioned that World's Dawn is a vaguely Stardew Valley like game that actually predates Stardew Valley. This got me wondering if maybe the relationship between World's Dawn and Stardew Valley is akin to that between Infiniminer and Minecraft. That would be interesting indeed and would indicate that the creator of A Story Besides and World's Dawn arguably deserves far more attention than they have so far attained! ๐Ÿ˜ฎ๐Ÿ†๐Ÿ™Œ๐ŸŽŠ

    Anyway though, I hope you all sleep wonderfully and restfully tonight, as always! ๐Ÿ˜ด๐Ÿ˜

  174. : The thought occurred to me today that perhaps an apt (and more succinct) term for emotionally poignant/cathartic story-based games such as To the Moon, Finding Paradise, and A Story Beside would be "therapeutic story games" (or perhaps even just "therapeutic games" for short).

    That's less of a mouthful than saying "emotionally poignant/cathartic story-based games" or "games like To the Moon (etc)" each time. Really, there doesn't seem to be an official genre term for these kinds of games, although there are of course several story-related terms (e.g. "story rich", "interactive fiction", "visual novels", "narrative RPG", etc) that apply to an extent (i.e. that have some overlap, but are ~orthogonal).

    Also, today I did some shopping for Mother's Day.

    I hope that my mom likes what I got for her! ๐ŸŽ๐Ÿ“…๐ŸŽ‰

  175. : I had a nice dinner with my family tonight and also took care of a few administrative tasks I've been meaning to do for a while. So, I'd say the day went pretty good overall. Anyway, thanks for reading! Goodnight everyone! ๐ŸŒ†๐Ÿก๐Ÿฅฑ
  176. : I had a busy day today and don't have much to say again today.

    So that some of you have something to explore though, here's an interesting graphics programming debugging tool: RenderDoc. ๐Ÿง๐Ÿ”ฌ๐ŸŽจ

  177. : Today was Mother's Day and I enjoyed hanging out with my family (especially my mom, naturally) to celebrate it! ๐Ÿค—๐Ÿฅณ๐Ÿฅ˜
  178. : There are a lot of words missing from natural language that could express nuances of concepts that otherwise wouldn't have labels. Having such labels can help greatly to clarify thoughts and broaden the horizon of more people's minds. Language, and indeed practically all of society, is far from finished. We are far from the pinnacle.

    One interesting (and perhaps the most popular) example of someone trying to deliberately fill the gaps in language like this is the Dictionary of Obscure Sorrows. For example, one of the most notable words the author came up with was "sonder". Here's the definition of "sonder" from their site:

    sonder

    n. the realization that each random passerby is living a life as vivid and complex as your ownโ€”populated with their own ambitions, friends, routines, worries and inherited crazinessโ€”an epic story that continues invisibly around you like an anthill sprawling deep underground, with elaborate passageways to thousands of other lives that you'll never know existed, in which you might appear only once, as an extra sipping coffee in the background, as a blur of traffic passing on the highway, as a lighted window at dusk.

    Another good example is "watashiato":

    watashiato

    n. curiosity about the impact you've had on the lives of the people you know, wondering which of your harmless actions or long-forgotten words might have altered the plot of their stories in ways you'll never get to see.

    Anyway though, that's my post for the night! Sweet dreams everyone! ๐Ÿ˜Ž๐Ÿ˜ด๐Ÿ’ค

  179. : I had a weird random thought today: Could horror genre entertainment (e.g. movies, games, novels, novellas, short stories, etc) be used to help train someone to be more able to face discomfort in all forms (not just of horror)?

    For example, if someone was debilitated by some kind of conditioning that made them get stuck in their comfort zone too much, could something like horror genre entertainment be used as an initial small step for breaking that person's comfort-seeking inertia and thereby help them change their life in constructive ways?

    I don't know, but the idea seems plausible. It could be used as some kind of deconditioning therapy potentially. Not sure why I had that thought today, but there you go. Anyway, have a good night as always! Thanks for visiting! ๐Ÿง๐Ÿ’ก

  180. : My sleep schedule has been gradually drifting out of calibration/optimum. So, I'm going to go to bed early tonight to hopefully alleviate that. There's not much else I feel like saying. For most of the day I was taking care of various random things.

    Anyway though, goodnight! May tomorrow's dawn bring you clarity and peace and carry you one step closer to wherever you want to be in life! ๐ŸŒ„๐ŸŒ†๐Ÿƒ

  181. : I'm taking it easy tonight to give myself a bit more time again. Sorry about that. I hope you all have an awesome day/night, as always! ๐Ÿ˜„
  182. : Early today I had a tantalizing idea for a novel that seems both compelling story-wise (if done right) and has social commentary value. I also came up with a handful of other related ideas for it as the day went by that were also to my liking.

    I'm tempted to shift my primary creative focus to writing the novel for a while, especially since novels usually have shorter and more predictable production schedules, hence I may be able to get the novel written and published in a relatively efficient and timely manner before returning to my game dev project idea(s).

    Anyway, that's the most notable thing that happened today. Have a lovely night! ๐ŸŒƒ

  183. : I've been thinking of potentially using Scrivener for the novel idea I had yesterday morning and was testing the software out a bit today. I also watched the Hunger Games prequel tonight with my family, which was fun. It was worth watching.

    That's pretty much what I want to say today! Sweet dreams all! ๐Ÿ“œ๐Ÿ›Œ๐Ÿ˜Œ

  184. : I had another good idea for another novel today (a different one). Whereas the previous idea was more serious and dark, this second idea from today is more humorous and lighthearted. I like both ideas. If I do a novel, I'll need to decide between the two. Both feel viable and worth doing.

    Choosing between multiple compelling ideas is a "good problem to have" as long as one doesn't get tangled up in indecision. So, really I just need to pick one and commit to it.

    All that aside, with enough luck you've had a pleasant and/or constructive day also, but either way I bid you a generously restful goodnight once again! ๐Ÿ€๐ŸŒ ๐Ÿ˜Ž๐Ÿ˜ด

  185. : I was writing down some more notes about my two novel ideas today so that I'm less likely to forget some of the nuances of what I have in mind. Mostly I was just elaborating various fragmentary existing ideas modestly for clarity and detail as I transferred the original (sloppy) notes onto my computer. There's still more to do...

    More interestingly though, by random chance I stumbled upon a good article comparing and contrasting the difference between novels and screenplays. The author of the blog it is posted on is an aspiring author herself and has also posted many other thoughtful and independent-minded articles about writing and fiction on her website.

    The article was worth a read, especially as an idle curiosity. I have no intention of writing any screenplays though. My intent is a novel (if indeed I build enough momentum with these initial ideas over the coming days to merit full follow through).

    It'd be nice to release something on the tighter schedule (hopefully 6+ months) that a novel allows, since my game dev project idea(s) will likely take longer (at least a year) by my current estimates. Whatever happens happens! Anyway: sleep well! ๐Ÿ˜ด๐Ÿ˜„

  186. : I've still been doing more work transferring my fiction novel idea notes to my computer and elaborating on those (more shorthand) original notes so that I don't forget the nuances of what I had in mind.

    I've also had a few other new ideas for the novel(s) in the meantime that I've also been adding into the mix as I go. It's taking way longer than I expected, but hopefully I can have the note transfers and elaborations done by either the end of tonight or tomorrow.

    In my experience, documenting ideas like this (though sometimes tedious) is essential for not accidentally losing track of them or forgetting them entirely, especially early on in a project. Journaling one's ideas is a very useful (perhaps essential) writing aide.

    Most importantly though, I wish you all a soothingly pleasant evening! ๐Ÿ˜Ž๐ŸŒŠ๐ŸŒ…

  187. : I finally finished transferring and elaborating upon the nuances of all the ideas I had brainstormed and listed down a few days ago for both of the two novel ideas I had. I'm glad to finally have it done so I can move on to fresh pastures! ๐Ÿ“š๐Ÿ“๐Ÿ˜…

    I'll leave you with two articles of interest for creative writing: (1) a good article about the difference between "plotters" and "pantsers" (which also cites some famous examples!) and (2) a Wikipedia article on stream of consciousness writing (which, incidentally, is similar to the style of writing people often use when quickly writing down some sloppy notes on what they have in mind so they don't forget, like I recently did, but which is also sometimes used as a literary form in its own right, interestingly).

  188. : I've noticed that there're some mulberry trees nearby that have been dropping their fruit on the ground lately and many of the berries are dark purple-black now. That must mean many of them are ripe enough to eat. For those of you who don't know, mulberries are delicious. They are far more consistently sweet and pleasant-flavored than blackberries, which in contrast are all too often sour or watery, whereas mulberries practically always taste great in my experience, at least around here.

    On a different note, tangentially related to plants (at least as a metaphor or microcosm), I was reminiscing earlier today about how both (1) guiding one's creative work and (2) allowing one's creative work to also "speak to you" and "grow organically" are kind of analogous to the art and discipline of living sculpture, which is shaping plants into semi-controlled forms for artistic and/or functional reasons while still keeping them alive and minimizing the harm to them. I think society as a whole could benefit from more of that kind of approach to things: living in true creative harmony with nature, without needlessly harming it and with an earnest spirit of benevolence.

  189. : This evening I unexpectedly started having a bad headache and shortness of breath and have been feeling tired ever since. So, I'm just posting this short update here tonight. Thanks for stopping by and reading though, as always! I appreciate every single visit that graces my site! ๐Ÿฉน๐Ÿ˜ด
  190. : Oh! I actually forgot to post a log entry on this day until the next day (2024-05-26). That's quite a rarity for me. That has only happened a few times so far, enough to count on one hand. There was a family event today, so that was part of why.

    Anyway though, I watched an old movie with my family that I'd heard was good before (and had thought about watching before a few times) but hadn't got around to actually watching until today. Specifically, the movie was The Truman Show. It was a great movie and well worth the watch! It is about a man who is the main character in a TV show but doesn't know it. The Truman Show touches on similar themes as movies like The Matrix and Dark City, but in a much more cheerful and lighthearted context.

    I recommend watching it, especially if you like either of those other two movies or if the premise of The Truman Show sounds at all interesting to you. Apparently The Truman Show is widely regarded as a classic.

  191. : Today I spent most of the whole day just reading a novel for fun. I'm short on time again tonight, so I'll leave it at that. I hope you had an awesome day and feel invigorated and free when the dawn breaks tomorrow! ๐Ÿ˜„๐ŸŒ…๐ŸŒžโšก
  192. : I've been accumulating a bunch more notes that are relevant to my novel ideas (plus a few other more general things) and have needed to spend a lot of time today transferring those notes to my main computer and elaborating on them more. Thus, I find myself again with not much to say (or at least not enough time).

    All that aside, most importantly (as always), I wish you all a wonderful day/night, a restful sleep, and sweet dreams. ๐Ÿ“š๐Ÿ˜๐Ÿ˜ด๐Ÿ’ค

  193. : I had to take my car into the auto shop today to do a bunch of repairs and that cut into my time some. However, I did have some great thoughts about writing techniques this evening, but not much that'd be suitable for tonight's log post here. In any case though, have a glorious sleep and thanks for visiting! ๐Ÿš—๐Ÿ”ง๐Ÿ†๐Ÿ˜ช
  194. : I've been reading some from a book about novel writing skills today, which I've also been doing off and on over the past few days too. It has been a good refresher on my writing skills and has also broadened and sharpened my perspective some. I also came up with some additional ideas I wrote down for potential inclusion in the novel. That basically covers what all I did today in my free time. ๐Ÿ“š๐Ÿ“–โณ

    I hope you had a great day/night and have likewise for your sleep! ๐Ÿค—

  195. : I filled most of my free time today with a combination of continuing to read from the book on fiction writing (~a.k.a. creative writing) techniques I've been reading and also going on a nice long walk enjoying nature. Though routine, it was a good day. On that note, with luck you had a good day/night too! ๐Ÿ€๐Ÿ˜„

    Thanks for checking in and reading what I have to say!

  196. : Today was another day of study delving into the art of writing good fiction. Specifically, I finished reading the book on writing that I previously mentioned and have been gradually working through over the past few days. I also handled some other personal tasks that needed doing, as I often do (usually without mentioning it here).

    I'm trying to power through the things on my metaphorical plate of todo tasks and aspirations. I've got a few additional books I'd like to read soon, which inherently consumes a lot of time. Hopefully I'll be able to post more interesting web log posts here relatively soon though! The rest of the site will also gradually grow. ๐ŸงŠ๐Ÿ”ฅ

    I try to cram as much as I can in each day, but time still escapes me! โณ๐Ÿƒโ€โ™‚๏ธ๐Ÿ˜…๐Ÿ˜ต

    Whatevs though! Goodnight y'all! ๐Ÿฅฑ๐Ÿ˜ด

  197. : I've mostly just been reading more today, though this time mostly for entertainment. It was pleasant, though the time seemed to pass too quickly. Anyway though, thanks for reading my web log and have a great night! ๐Ÿงพ๐ŸŒƒ๐Ÿ™‚
  198. : Tonight was another reading day, primarily. Anyway: goodnight! ๐Ÿ“š๐Ÿ˜ต
  199. : There's nothing notable to report again today. Yet, as always, you all have my goodwill and my hopes that your days and nights are kind to you. ๐Ÿ“…โœจ๐Ÿ˜
  200. : I did some more reading today and also wrote down some ideas. ๐Ÿ“–๐Ÿ“๐Ÿค—
  201. : This was another reading day mostly. It takes a lot of time, especially considering there are multiple books I've been trying to plow through as fast as I can!

    Most importantly though, I wish you a sublimely serene and restorative night of rest. ๐ŸŒ๐Ÿ˜ด๐Ÿ’ค

  202. : I've been reading more again today and progress in that regard continues as usual for the past several days. There's not much else to post here yet. ๐Ÿง๐Ÿ“–
  203. : I finished the book I've been reading. Although I still have a few more books I'm also interested in reading through soon, I feel more balanced now and a shift towards a more diverse use of my free time seems likely now. ๐Ÿ“•๐Ÿ“—๐Ÿ“˜๐Ÿ˜Ž

    Above all though, thank you for visiting my cozy little online home and for being interested in what my thoughts are. I bid you a lovely evening, as always. ๐ŸŒœ๐Ÿ‘‹

  204. : I've been listening to a dark ambient music YouTube channel today called Survival Spheres. I've actually been aware of the channel and have listened to it on and off for years, but I listened for hours today, which hasn't happened in a long while.

    Their music seems mostly designed to emulate the "save room" style music of games like Resident Evil and Silent Hill: melancholy yet somehow simultaneously darkly relaxing. Many (perhaps all?) of the tracks on Survival Spheres seem to be original compositions that are designed to sound very much like the horror game music they are inspired by.

    The music is definitely worth a listen if you like that kind of eerie ambient music.

    I also read some more today and then went to a nice dinner with my family. I did wake up later than I planned, but overall I'd say it was a pleasant and productive day.

    Thanks for stopping by! I hope life is treating all of you well! ๐ŸŒฑ๐Ÿ’–๐Ÿ™‚

  205. : I read more about writing technique (storycraft for fiction) today, went on a moderately long nature walk along some local paths, and watched part of Legend (1985) with my family. Legend is a good very old-school fantasy movie by the way.

    I prefer the theatrical version of Legend though, not the "director's cut" (which has horrible music, whereas the theatrical version in contrast has wonderful music).

    Anyway, that's all I have to report tonight! Sleep well friends! ๐Ÿค—๐Ÿ˜ด

  206. : I was reading a lot again today! Sorry for not having more for you yet!

    Have a wonderful night and the best of dreams! ๐Ÿ’คโœจ๐Ÿช

  207. : Did I ever tell you all before that I have a rowing machine? I don't think I did. Well, anyway, I use the rowing machine for exercising indoors (whereas for outdoors exercise — which in contrast I've mentioned fairly often — I take frequent walks along the various reachable walkways that weave through the local forestland).

    Rowing machines are great because they provide a full body exercise that helps with all aspects of fitness, both muscle growth and cardiovascular health, in one simple easy-to-understand package. That way, by using a rowing machine, you don't need to keep up with complicated exercise routines to sustain balanced distribution of exercise across the body.

    Many rowing machines also are relatively unobtrusive or easily stored. They are great machines if you just want one exercise machine that covers most exercise needs across the whole body (in principle). Much the same is true of airdynes (exercise bikes that have a fan on front), which also provide great full body workouts.

    Staying at least reasonably healthy is important for all people, no matter one's endeavors. So, I hope today's post is useful to some of you and ultimately improves your quality of life in the long term!

    Best of luck to you as you embark (with luck) upon pleasant dreams! ๐Ÿ˜Žโ›ต๐Ÿ›Œ๐Ÿšตโ€โ™‚๏ธ

  208. : Guess what? I bought even more books today. Now I have at least four more on my todo (really: to read) list. I've been diving in deep to refresh my writing skills in preparation for producing my novel. I've also been reading a few novels too, besides the more creative writing oriented/related books. ๐Ÿ˜…

    I am also struck by the fact that it's so long (years) since I last truly let myself read so much fiction-related content. For many years I was always "too busy" with other things. That was the excuse I told myself anyway. It is nice to return to one of my great loves (reading & writing) and embark on a deeper journey into fiction's depths and nuances than I've ever embarked before. It should be quite an adventure!

    In the meantime, thank you for your voluntary patience with my reduced rate of more interesting log posts. I'll get through these books eventually. ๐Ÿ˜œ

    Rest well friends! Onward and upward in the journey of life! ๐Ÿง—โ€โ™‚๏ธ๐ŸŒ„๐Ÿ“๐Ÿ“š

  209. : I had a bunch more ideas for my novel that I wrote down and transferred to my computer files today. I also read more about the craft of writing and literary techniques as well. There's much to unearth to refresh and expand my skills.

    For example, have you ever heard of metonymy and synecdoche? They are special literary terms and I wasn't aware that there was a name for those textual phenomena until now. Perhaps this deep dive into specialized terms will prove fruitful. ๐Ÿง๐Ÿ“œ

    Such things aside... To all guests here at my online home: sweet dreams! ๐ŸŽ๐ŸŽญ๐Ÿ˜„

  210. : Hello to all my log friends! I checked the word count of my brainstorming and stream of consciousness notes for the novel I've been planning and it came out to over 50 pages worth of text so far! It was a pleasant surprise to see how large the bulk of the ideas and plans I've generated so far is. Progress is chugging along steadily, even with all the books I'm reading in parallel to all this! ๐Ÿš‚๐Ÿ“๐Ÿ“š๐Ÿ“š๐Ÿ“š

    Whatever the future holds, I hope your life too bears steady fruit of progress and purpose. And, that aside, may your rest always strengthen your mind and body. ๐Ÿ’ช๐Ÿ˜ด

  211. : ๐Ÿ“–๐Ÿ“š๐Ÿ“š๐Ÿ˜ต๐Ÿ“š๐Ÿ“š๐Ÿงพ    ๐Ÿ˜œ    ๐Ÿ‘‹๐ŸŒƒ๐Ÿ’ค
  212. : Today was father's day and I enjoyed hanging out with my family. I bought my dad a couple of novels that I hope he'll like. I also was busy for most of the evening helping with preparation and cleanup for the family meal and get-together. It was a lovely evening. (I don't personally have any kids though, by the way, so I wasn't a celebrant but only an attendant.)

    Oh! And, luckily, I saw a fox today on my walk around the neighborhood at dusk. I came within 10 feet of it! I thought it was a wandering dog at first, but saw it was a fox upon closer inspection. We both stood there and stared at each other for maybe 5-10 seconds. I walked around the fox and saw it continue on its way. It looked back upon me from the forest while I walked away along the path. Such luck! ๐Ÿ€๐ŸฆŠ๐Ÿ˜„

    I hope that the day has been kind to you also. Most importantly, I ask that you take good care of yourself tonight. Rest well. ๐Ÿตโœจ๐Ÿ›Œ

  213. : Today was another reading day mostly. ๐Ÿง๐Ÿ“š

    However, for your own reading pleasure, here is an interesting blog post from an author advocating that focusing on word count is not as effective as focusing on the substantive aspects of your writing and ideas. That seems a well-principled stance.

    Indeed, I feel inclined to agree with that general sentiment, and along those lines it seems like the popular trend of writing a certain amount of words per day "no matter what" is likely a recipe for worse quality writing, due to that policy implying a rushed approach that is likely disconnected from what the manuscript may truly need.

  214. : I added two new entries to the recommended links page! It's a been a while since I last added to that page. Most links I post are posted here. Only the most universally useful links tend to get put onto the recommended links page.

    Anyway, most significantly, I recently stumbled upon a great article that opened my eyes to how much better the definitions of the original lineage of Webster's dictionary are compared to most modern dictionaries. It is actually really surprising how big the difference is! Here's where I put the dictionary info on the recommended link page.

    Anyway, rest easy everyone! May life's whims be kind to you always!  ๐Ÿ’จ๐Ÿƒ๐ŸŒฑ๐Ÿ˜Ž

  215. : I'm cutting out most of my log post today. I've been reading more writing craft books during my free time today, as usual for the past few weeks. It's enjoyable though! I've got a good set of books to work through and am excited for the future.

    Thanks for stopping by! Peace and perseverance, friend! ๐Ÿฅ—๐Ÿ˜Ž๐Ÿ“…๐Ÿงฎ

  216. : Unsurprisingly, tonight is another reading day for me. I've been gradually refining which books to focus on. I've abandoned a few of the books in favor of different ones, usually because the author makes overreaching claims/assumptions too many times or too intensely. Even in the craft of fiction, respect for truth matters.

    I am big on first principles and clarity of thought and hence on not polluting one's mind with falsehoods. What is left out of the mind is just as important as what is put in! Protecting your mind from contaminants is as important as seeking new information. The mind is like a garden: what you cultivate shapes the nature of the crop. ๐ŸŒฑ๐ŸŒฟ๐Ÿ‡๐Ÿˆ

    Coincidentally, I encountered another fitting article recently by the same person that mentioned the 1913 version of webster's dictionary being often better than modern dictionaries in some respects. The article is called "Six lines" and is about the importance of cultivating one's mind continually if one hopes to have flashes of insight.

  217. : I'm still chugging along steadily: reading about writing techniques and intermittently writing whatever novel-related ideas come to me. ๐Ÿš‚๐Ÿ“š๐Ÿง๐Ÿ“

    In the meantime though, here's Wikipedia's big list of genres of writing. That way I'm at least giving you something you can explore and enjoy. ๐ŸŽˆ

    All that aside, I didn't sleep well last night and I've been kind of drowsy today. I hope I'll sleep better! Goodnight, web friends! ๐Ÿ€๐Ÿ’ค

  218. : By the way, if you want to see a nice list of fine-grained techniques for making phrases and sentences more stylistically interesting, then you should look at the Wikipedia article about rhetorical devices. It seems like a pretty great reference!

    Oh, as you may have guessed, yes, tonight was another reading night for me primarily again. I am really enjoying reading the vigorously diverse range of writing books I've selected though! I've been honing in on a good set of 1st principles based books and gleaning apt wisdom from that selection is invigorating and heartening. ๐Ÿฆ‰๐Ÿ’ก๐ŸŒŽ๐Ÿ’ฌ

  219. : I finished reading another of the creative writing technique books today, but I still have more to go. There's a lot to study but it is truly a joyous and fulfilling kind of studying, so I am quite liking the process, however voluminous. ๐Ÿ“š๐Ÿ˜

    While that process continues though, here is an old article about censorship from the early 2000s that you may enjoy: "The Death of Diversity in our Nation's Libraries" by Kendra Renaud. The fight against censorship is of course still imminently relevant and the article is still highly relatable. Indeed: Censorship is the domain of fools and tyrants.

    The author's homepage (Dragonlords of Dumnonia) is still active and alive (last updated in late 2023). It appears to be a surviving site from the old internet. It fits the Geocities/Neocities style. It's always uplifting to see good-natured old sites that are still in operation. The more the merrier!

  220. : I've had my head buried in the books in my free time yet again, as expected and as usual lately. I love books though, so no worries! ๐Ÿ“š๐Ÿ˜

    Anyway, more importantly for you though, here is today's web log entertainment: the Latin phrase "tempus fugit". The phrase is relevant to my recent endeavors (and indeed also to my recent years of life) and likely relevant to many of you as well.

    All that aside, and most important: May your dreams bring new wisdom to you in the night, and new strength and vigor in the morning. ๐Ÿ’ก๐Ÿ’ช๐ŸŒ‡

  221. : Just a short while ago (i.e. late this evening) I was pondering whether I'll use Scrivener or LaTeX/TeX or Scribus (or something else) for formatting my novel for print. I intend to create a really refined and pleasing format and so the choice will matter for the paperback and hardcover releases.

    I'm still in the brainstorming and studying phase of writing, but it's still good to think about these kinds of things in advance. The earlier a change is anticipated the less costly that change becomes. ๐Ÿ’ธ

    Other than that though, I've been focusing on reading more story craft (novel writing technique) books for most of my free time today, as usual lately.

    Thanks for stopping by and goodnight! ๐Ÿ‘‹๐Ÿ˜ด

  222. : I had another peaceful and studious day today, as usual lately. Progress in my delving into writing techniques and brainstorming ideas has continued steadily.

    As for tonight's web log entertainment: Did you know that the term for the body of "classic" literature (like the kind that high schools and colleges often assign you to read) is "the canon". Also, here's a directory of information to explore more possible nuances (and debate) about what "the canon" and "classics" really are and how they have come to acquire their current social status.

    And with that, dear readers, I bid you goodnight! ๐Ÿฅฑ๐Ÿ›Œ๐Ÿ’ค

  223. : Hey, thanks for stopping by my web log today. Here's the entertainment of the day: a high level overview of writing styles on Wikipedia. The article is nicely comprehensive and the selected examples of distinctive authorial styles are very illustrative of the point. The page is well worth exploring a bit! ๐Ÿ”ญ๐ŸŒŽ๐Ÿ“

    Anyway though, as you are probably expecting by now, today was another day of reading about writing techniques and jotting down personal idea notes.

    Have a wonderful — and hopefully deeply restful and restorative — evening! ๐ŸŒƒ๐ŸŒŒ๐Ÿฅ

  224. : ๐Ÿง๐Ÿ“•๐Ÿ“—๐Ÿ“˜๐ŸŒฑ
  225. : I finished reading another book today, but still have more on my list. I've also (as usual) been writing down more novel-related idea notes (plus a few workflow notes) as they've come to me. It's a lot to absorb but I'm aiming high! Carpe diem!

    In any case, that's my post for the night. Rest well, net friends! ๐Ÿฅ…๐Ÿค๐Ÿ˜‰

  226. : I handled some chores today that took up some time, but other than that today was another day of contentedly studying writing techniques. ๐Ÿค—๐Ÿ“”

    As for tonight's log entertainment, here's a fun bit of trivia: the longest novel ever published is reputed to be In Search of Lost Time by Marcel Proust. It is over 4,200 pages long (in the original format) and contains over 1,200,000 (1.2 million) words!

    That's pretty cool!

    Coincidentally, it'd also be cool if you have a most pleasant and joyous evening! ๐Ÿ˜Ž๐ŸงŠ

  227. : ๐Ÿ˜ด๐Ÿ’ค    ๐Ÿคบโ†–๐Ÿ‘๐Ÿ‘ . . .
  228. : It's time for an art tangent today, to break up the reading/writing monotony some! Art is also still relevant to the immediate goal (the novel) anyway, since I plan on doing some of the artwork myself — for those parts I can do sufficiently well at least. Thus, art tangents are synergistic to my creative endeavors either way and I do love diverse creativity! ๐Ÿ˜๐ŸŽจ

    Anyway, along those lines, here's the prescribed art tangent of the day:

    For a long time now (years), there's been a specific style of elegantly rustic and sublimely classy kind of "line art" that I've found pleasing and which I've not been able to find the terminology to refer to as a category. It's the kind of art style you see on things like really old book bindings from before book covers became motley collages of advertising-like graphics.

    It's an awesome retro aesthetic that looks kind of like the result of applying a "stamp" to something and/or other kinds of ornate "line art". I'm still not entirely sure what the term is for this type of art I have in mind, but I've collected together a good set of related terms that are at least partially overlapping. When you see the list and browse them a bit, you'll probably see roughly what I'm talking about. Here's the list — consider what they have in common, aesthetically:

    See what I mean? There's an underlying elegantly classy kind of art style that dwells somewhere in the intersection of all these together. I like that aesthetic, especially when it comes to book design, and I intend to use something like that in the art design of the novel I'm working towards writing. Hooray for elegantly ornate design! ๐Ÿš‚๐ŸŽ๐ŸŽจ

    I'm looking forward to the grand intellectual and creative adventure of putting all these ideas I've been coming up with together and making something really special! ๐ŸŽŠโœจ

  229. : Heads up: July 4th (Independence Day) is tomorrow, so if you are wanting to see fireworks and forgot then tonight is the night to make plans!

    I'm not sure if I'm going tomorrow, but will at least walk around the neighborhood and see some fireworks from a distance then, if nothing else.

    In other news, I downloaded some fun public domain books (as PDFs) related to book design and art. I'm surprised at how often old books have better typography!

  230. : Tonight is the 4th of July (a.k.a. Independence Day).

    So, happy July 4th everyone! ๐ŸŽ†๐ŸŽ‡๐ŸŽ‰โœจ

    Anyway, if you still would like something to explore tonight, then here's tonight's log entertainment (two major categories of "rhetoric"):

  231. : I hope you all had a lovely fourth of July yesterday!

    Today I did read some more, but probably the majority of the day was spent attending to helping with some family matters and such.

    I also made a minor update to the recommended links page, where I added a link to an online version of the actual original 1828 Webster's Dictionary.

    Achieve an awesome after-afternoon anti-awakening! ๐ŸŒ‡๐Ÿ’ค

    (See: alliteration. ๐Ÿ˜œ)

  232. : I got up a few hours late, but the extra rest probably served me well.

    Today, I mostly attended to miscellaneous things and did some more reading. I also reorganized my notes system today, implementing a fresh new significant insight into how to manage those notes that I am quite happy with. ๐Ÿ““๐Ÿ“Ž๐Ÿ’พ

    There's not much more than that to report today! Rest well web friends! ๐Ÿ•ท๐Ÿ•ธ๐Ÿ•ท๐Ÿ•ธ ๐Ÿค—

  233. : I want more time tonight, but don't have a time machine, and so in lieu of that I will just opt out of putting effort into tonight's log post!    โš™โณโš™    ๐Ÿง๐Ÿ”ฌ๐Ÿคช
  234. : I'm skipping my log post effort again tonight, just like last night! Perhaps I found a time machine after all and went back to yesterday? Or, perhaps... could it be that groundhogs are somehow responsible? Yes... I suspect the groundhogs are responsible, personally. They probably operate on more days than just February 2nd.

    I also suspect that you should get a good night's sleep to stay strong and healthy! Thanks for the visit though, anonymous web log pilgrim! ๐Ÿนโฒ๐Ÿ˜ช

  235. : Today I've been reading about the marketing and business aspects of novels instead of about core writing techniques. Specifically, I picked a how-to book which is focused on an ethical marketing philosophy (in stark contrast to the many morally grey or outright manipulative/exploitive marketing philosophies out there).

    I'm only a few chapters into it so far, but the title of the book I'm reading is "Firefly Magic: Heart Powered Marketing For Highly Sensitive Writers" in case you are interested in that kind of thing (i.e. in ethical novel marketing techniques).

    In other news, when I was standing on the porch today I noticed the cicadas are particularly loud this evening. As such, don't let the sound of them stop you from getting a good night's sleep! Rest well friends and strangers, as always! ๐Ÿ˜œ๐Ÿ’ค

  236. : Hey readers! I wasn't able to access my computer last night (07-10) and so I didn't end up posting this entry on time and thus I am posting what I intended to here now on instead. It's very rare for me to miss a day, but it happens.

    Anyway, the update of the day is that I added a new entry to the recommended links page, linking to Project Gutenberg (a great source of completely free books to read).

  237. : I've added another link today, this time to The Internet Archive (associated with the famous Wayback Machine for accessing old webpages). The new entry is on the recommended links page, just like the similar link to Project Gutenberg.
  238. : I found an interesting public domain book recently on the Internet Archive about the nature of novels and of storytelling. Apparently it is one of the earliest books theorizing about the nature of novels and what matters in them. The book is Aspects of the Novel (1927) by Edward Morgan Forster. Perhaps you will find it of interest!

    Anyway, in other news, I have family visiting starting today and for several more days (about a week), so that should be a nice change of pace. I'll still be posting though. ๐Ÿ“œ

    Lastly: May your day and night grace you with good fortune, as always. ๐Ÿฅ™๐ŸŒ 

  239. : I'm skipping putting effort into my post today to save some time!

    Have a lovely day and a comfortable night! ๐ŸŒž๐ŸŒœ๐ŸŒฑ๐ŸŽ

  240. : I added a recommendation link for the PDF reader I use to read PDFs. This is important if you read lots of heavy PDF files, since Adobe's own reader is actually quite inefficient. This applies, for example, to many of the PDFs one can get from the Internet Archive, which are often heavy and slow. Sumatra PDF is much faster.

    Anyway though, I hope you all have/had a restful and/or fun weekend! ๐Ÿ“…๐ŸŽŠ๐Ÿช‘

  241. : I found an expansively wide-ranging Wikipedia directory page that seems useful for exploring topics related to the nature of fiction: the outline of fiction page.

    In other news, I've been (as usual) brainstorming more ideas for my upcoming novel as well as reading many books about fiction writing techniques, which has been an enjoyable rabbit hole to explore. I've also recently bought a book on side hustles to try to pull in a bit of extra money on the side too to help fund the project more. ๐Ÿซ๐Ÿ“š

  242. : Progress continues as usual (steadily and gradually) on my current project (the novel). In the meantime, here's a Wikipedia page related to both novel writing and game development for you to explore: worldbuilding. ๐ŸŒŽ๐Ÿ“–๐Ÿ˜Ž๐Ÿ‘‹
  243. : Hey web friends! As usual lately, I continue to use my free time each day mostly for studying. The past couple days though I've also been further marinating on the profound depths of the many obvious evils of theft-based "AI" that scrapes the web for people's work and then steals it (using aggregation as a thin and deeply fallacious veil of twisted rationalization for plagiarism). Along those lines, here's a few pages related to "AI"-based theft that may interest you:

    Remember: Every single use of any web-scrapping based "AI" (in reality: plagiarism engine) is in effect an act of theft and inevitably will cause very real harm to the world and to humanity's future as a whole. Never use such systems (e.g. "OpenAI") and make sure to take some practical steps to defend against it in at least some way. ๐Ÿค–๐Ÿšง๐ŸŽจ๐Ÿšง

  244. : I had a doctor's appointment today, a follow-up related to a prior test. It was largely routine and uneventful.

    Anyway though, I also found another good anti-AI art-theft article: "Is AI Art 'art'? It doesn't matter because that's the wrong question...". The article is nuanced and apt.

    I like how the article aptly points out that the common talking point of theft-based "AI art" allegedly being "not art" is largely dwarfed by the far more important factor of simple ethics: Regardless of whether "AI art" creates a meaningful artistic impression (and realistically it often actually does or at least can), the real problem with it is the obscenely exploitive and immoral nature of it. "AI" art is simply aggregated theft, made possible only by antiquated legal loopholes and coercive asymmetrical power dynamics.

    So... that's my post for the day. Thanks for visiting! Enjoy your evening! ๐Ÿ˜Ž๐Ÿ‘‹

  245. : Interestingly, besides the modern plague of AI-based theft of art, physical art theft is also highly prevalent still, indeed much more so than one may expect. I was quite surprised by how pervasive it still is despite modern physical security mechanisms (devices, procedures, etc)! Here are some notable related pages:

    Whether art thieves perpetuate their crimes against humanity digitally or physically, their underlying spirit (their lack of ethics and respect of human dignity) are the same!

    And with that, my web log post for the day draws to a close! I wish you all the most magnificently restful and fulfilling evenings, as always! ๐ŸŒ‡๐ŸŒ†๐ŸŒƒ๐Ÿค—

  246. : Here's a wacky/random tangent for you all today: the extinct Oscan language of the Italian peninsula. The reason for this (admittedly very random) tangent today is because yesterday (while watching a silent walking video of someone exploring the ancient Roman city of Pompeii on a day with low/no crowds) the video author mentioned in the captions that there was an Oscan inscription in the city somewhere (which is not the same language as Latin). That got me interested and sent me on a Wikipedia "rabbit hole" dive and hence lead me to the language and elsewhere. Apparently there were several other languages of the italic peninsula as well.

    It's interesting to think that history could have went differently and we might all be using one of the other italic alphabets instead of the Roman alphabet! Some of those ancient alphabets appear to have a mix of elements of both runes and roman letters.

    Anyway, that's today's post! I hope you enjoy(ed) your day! ๐ŸŒž๐ŸŒป๐Ÿ˜Ž

  247. : I did a lot of yard work today, which was pretty tiring. However, I also went on a nice trip to a local thrift store and bought a nice small cabinet(ed) bookshelf that I intend to use for some of the books I've got recently. It has two shelves (one inside the cabinet part). I noticed the bookshelf also had a charmingly rustic scent.

    All this focus on books and bookshelves today also tangentially got me thinking about the rich and nostalgic smell of old and/or new books and of bookshelves and libraries. So, I also ended up looking up some info about what makes books smell so fragrant and aromatic (from a chemistry infographic site called Compound Interest).

    This reverie also got me pondering the possibility that the fact that trees often contain large amounts of sap or syrup is therefore likely playing a role in the common occurrence of books smelling so sweet and pleasing. These thoughts also likewise made me think about the rich and invigorating smell of the outdoors shortly after a rainstorm. The smell of books and the smell of rain are both wonderful things and are among my favorite scents! ๐ŸŒŠ๐ŸŒน๐Ÿ˜๐Ÿ“š๐Ÿซ

  248. : I went on a long and mostly pleasant nature walk this afternoon! I say "mostly pleasant" because some random bystander made some bizarre/nonsensical rude remark as I walked by, although I didn't catch most of it. Some people are bad at empathy and ethics like that though, and it's hence best not to give much/any weight to such socially ungraceful and malevolent utterances that they give voice to.

    Anyway though, more importantly, here's tonight's entertainment for you to explore if you feel like it: Wikipedia's list of destroyed libraries. Books and knowledge and the betterment of humanity and of our future together all matter greatly to me and thus I am naturally repulsed by the destruction of people's written words. Books are critical parts of humanity's history and are essential for safeguarding our future. Books should be treasured and protected, not burnt or otherwise destroyed or censored!

    Regardless of such (partially) dark musings though, I wish you a contemplative, fulfilling, and wholesome goodnight! ๐ŸŒ‰๐ŸŒŒ๐ŸŒŸโœจ

  249. : I've been thinking on and off that it might be fun (and useful) to make my own font (or to modify a freely modifiable font) to add an extra element of panache and uniqueness to my novel. In that regard, I found an open source program for creating and editing custom fonts called Font Forge. It looks very promising (featureful and expressive), though I haven't had much time to explore it yet. So, maybe I'll make a fresh new font for myself to use! Not many novels do that! ๐Ÿ’ก

    Along similar lines, another idea also tangentially occurred to me: It might be useful for the writing community to develop some special fonts that are designed to confuse AI and OCR systems to make theft more difficult. That idea seems increasingly relevant, especially in the context of recent developments in unethical AI "technology" and pervasive economic parasitism.

    But, in any case though, that's my post for today! Thanks for dropping by my personal internet abode for a moment! May your heart be warm and your style be cool! ๐Ÿ”ฅ๐ŸงŠ๐Ÿ’–

  250. : The other day I learned that there was an official term for hiking trails that are designed to have little plaques and kiosks that give extra info: educational trail. Essentially, an educational trail is a more curated hiking trail.

    As for my own nature walks, I most often take walks around the local suburban neighborhood, which luckily enough has a wide-ranging networks of paths that traverse local forests and woods! That's one of my favorite things about living around here. Nature is one of my great loves. I know of no more effective way for a person to clear their mind and destress than to bask in mindful presence of the natural world!

    ๐ŸŒณ๐ŸŒฒ๐ŸŒฑ๐Ÿค—๐Ÿ€๐ŸŒฟโœจ

    By the way, do you know the difference between a forest and a wood? They are two different biomes. Most of the difference seems to be this: A forest has a dense canopy that covers most of the sky, whereas a wood has a spotty/inconsistent canopy with many shrubs and other ground-level plants located between trees.
  251. : Here's tonight's log entertainment, a Wikipedia link to a relatively obscure type of forested biome: a bosque. ๐ŸŒต๐ŸŒณ

    Anyway, that's all for tonight! May you be fortunate enough to have had a lighthearted and lovely day! ๐Ÿ€๐Ÿ’–๐ŸŒ†

  252. : I watched an old movie with my family tonight: K-PAX. It is a good low-key sci-fi movie with a wholesome message and worth seeing! Amusingly, a critically important date within the story of K-PAX is July 27th, which is (in real life) tomorrow. We had no idea of that coincidence until we were in the midst of the movie though! ๐Ÿคฃ

    I also surprisingly noticed that one of the extras — a guard watching a video camera, who only says ~2-3 lines in the whole movie — is actually the "rich kid" character from the movie Cool Runnings (also a good movie). I never noticed that before! ๐Ÿ”ฌ๐Ÿ”๐Ÿ˜ฎ