no time to manage the blog (another domain)
this website (rinmmi.click) was meant to be a joke from the start, originally it just told to not to click and if u kept clicking website would get āangrierā at you with some JS (now it has no js)
i also own https://mlijeko.me/
mlijeko means milk in serbian, croatian, montenegrin, etc and .me is montenegroās ccTLD
I added an āupdatesā section to the top of my Bookmarks page. It also feeds into an RSS feed (because why not?).
I had been trying to figure out how to convey updates and make a feed for this page for a while. Itās not chronological; I put the bookmarks in categories, and sometimes I move them around or update descriptions. It didnāt seem like the actual bookmarks lent themselves to syndication, so I went with updates describing what has changed, instead.
I have a line on my webring page:
Hereās a list of all XX members of the no ai webring.
which updates according to the number of entries in the ring datafile. Iāve added a little bit of PHP that ensures that when that number hits 69, it will display
(nice)
after that number. One of those things that no one but me will ever notice for as briefly as itāll be up, but as they say, you have to dance code like no oneās looking.
Added my first publicly released code snippet on my website: Responsive Disability Pride Flag CSS background:
Added a button wall to my landing page
Thatās too bad! Let me know if you want to rejoin the no ai webring (with the new site maybe) at any point. For now Iāve set your entry on the ring to ādeadā, with a hardcore little skull next to it.
Iāve added a new section to my links page, Bookmark & Link Blogs.
If youāve got a bookmarks page or link blog that is updated regularly let me know and I can add it here!
thats so badass haha!
on the topic of websiteās Iāve written a new aboutme page! Rinmmi's Webpage > About Me
and Iād definitely like to rejoin eventually atp itās quite empty so no need for webrings
added links page!
https://rinmmi.click/links.html
Improved my websiteās RSS feed, by making my RSS feed automatically discoverable by feed readers, and making feed itemsā timestamps accurate by adding time and time zone.
flamedfury.com is now built with 11ty 3.0.0-beta.1
Welcome to the Eleventy 3.0 club!
Iāve made a new blogpost after a long time of not publishing one in my website.
SnugglyBun's website (nekoweb embeds are kinda broken)
Itās about my struggles when it comes to trying to be happy with my own art.
I also did a bit of updating in some of the more outdated parts of my site along with adjusting some parts that were a bit messy.
I made it pink now!!
Not exactly a change I made today, but I recently changed up my siteās layout and added a page for my dorky āgraphics.ā
Alrighty, Iāve re-implemented webmentions wtih the help of @Ravenous and his eleventy-webmentions-cache plugin.
Iām only publishing website-to-website mentions. If you ever link to or write a response post to one of my posts you can submit your post URL using the form at the bottom of my post and itāll be listed at the bottom.
Will write up my thinking around this and why Iām ignoring the āsocial mediaā mentions later.
Example of a mention: Blogging Anonymously
Since my web host, Nearly Free Speech, uses the Apache server and lets me peek at my siteās access logs I came up with the following set of commands to peek at unique user agent strings that have been hitting my site.
awk -F\" '{print $6}' access_log.* | sort -u | less
Thought Iād go bot hunting. It looks like at least one person visited my site on their PlayStation, and somebody had a web browser on their Wii, too.
Have you ever tried goaccess?
No, I havenāt. TBH this is the first Iāve heard of it. Looks sweet, and thereās a SlackBuild for it so I can install it on my Slackware machine, but Iād have to fetch log files from my host via sftp before using it.
I have it installed locally and when I want to see whatās going on I just grab the logs from my server. Itās kinda neat, you can generate a static html file with the entire report.