┏┓┏┓╋╋╋╋╋╋╋╋╋╋┏┓╋╋╋┏┓┏┓
┃┗┫┗┳━┳┳┳┳━┳━┳┛┣━┳┳┫┗┫┗┳━┳┳┓
┃┏┫┃┃┻┫┃┃┃╋┃╋┃╋┃━┫┃┃┏┫┏┫┻┫┏┛
┗━┻┻┻━┻━━┻━┻━┻━┻━┻━┻━┻━┻━┻┛




Videos :: All Posts :: RSS :: IMG :: THE.ARMADA  


Some sad about the state of this

June 01, 2023 — t̷h̷e̷8̷w̷o̷o̷d̷c̷u̷t̷t̷e̷r̷

I mean the state of this bashblog... I have no idea what causes all these individual errors where on the all_posts.html page the time stamps for each link are the latest time stamp. These are just erratic and even absurd errors that I will most definitely not bother debugging. It makes me a lil sad because this is a kool website, I think, and there's these incosistencies, like also how in the main blog all the posts are out of order by date when they should indeed be ordered by date...

What I am slowly (and I mean slow as I go, which is very slow) working on a python remake of this bashblog script that is a site generator for this site here. Check it out: The8Woodcutter @ GitHub - PyBlog. I can guarantee that such of these little bugs won't occur with my remake, well maybe not "guarantee" but offer a solid assurance at least. I think now that I've put this blog back up and I see such a drawback I might get working on it. If not asap, soon, because IRL I have duties to pursue.

Tags: hostnamectl, home, the8woodcutter, bashblog, pyblog, github, pythons

A quick note about a bash blog extension idea

September 16, 2022 — t̷h̷e̷8̷w̷o̷o̷d̷c̷u̷t̷t̷e̷r̷

Hello again ! Here's another quick post for today about a sweet idea I've been curing in my brain about how to extend bash blog. Bash blog is what this blog is made with. It's a single, yes one, bash script on command line that manages and assembles this entire blog :)

I thought, and though this isn't keeping with the theme of bash blog, about a PHP extension that where a link posted can take you to a web form that you can subscribe to this blog and a mail server running on the host will send a preprogrammed mail to each email in the list. When a new post happens, and/or if any mailing list type like thing, such as an announcement or off the site news, happens. It shouldn't be honestly very very difficult. It would be comprised of a configuration file for environment variables such as mail host, to and from addresses, subjects and layout email templates. Also signatures. All the stuff one would expect in a mail out type of function :)

For a little while I hosted an old school telnet BBS system on battlecruiser.co but it wasn't long before it was getting attacked and it didn't really appeal to me. The BBS reminds me of the simple mail server that I also have, and a good amount of like minded people I've met on XMPP/IRC have also. It would work on a very simple postfix smtp send only setup and it's possible it might not require an actual mail system at all!

I can't be too sure when or even if this will happen but I like the idea and if you want to try to do this up then I should have a contact page eventually and I'd be willing to help :)

Tags: git, repository, bashblog, hostnamectl, modules, customization, computing, PHP, email