Kako
kakoaethes.dev
Kako
@kakoaethes.dev
Hard at work summoning a chimera.

My personal site: https://kako.dev/

Pro-empathy | Anti-hate | 🏳️‍🌈 LGBTQ 🏳️‍⚧️
iterate
iterate
ever
iterating
my chimera

so much effort
...
October 13, 2025 at 6:13 AM
Am I really going to end up moving away from RISC-V and over to Raspberry Pi after all this effort? I'm starting to consider it.
September 25, 2025 at 7:53 PM
Guess I'm learning Rust.
September 20, 2025 at 3:49 PM
Today I learned that git commits give away your system's timezone setting.

That seems a little unnecessary. It's also rather obnoxious to override as well when using git through a third-party application. Hrm...
September 19, 2025 at 3:07 PM
Managing to get responsive web design working on a website feels like such a flex.
August 17, 2025 at 7:14 PM
Hell yes. I own kako.dev now. Maybe I'll make kakoaethes.dev my secondary domain now...
August 17, 2025 at 3:21 AM
Mmmm... goodbye Wordpress. It was a good run.
August 12, 2025 at 2:29 AM
New profile picture, new me I suppose.
August 10, 2025 at 9:52 PM
Haha. Drawing my cat is fun... soon I'll actually have a decent avatar of my own instead of borrowed art.
August 5, 2025 at 8:57 AM
Starting to realize that I've already done enough work that I need to start forming write-ups and figuring out how I'm going to disseminate this information.
August 1, 2025 at 12:51 AM
Awaking from deep slumber yet again.

The website project is on pause while I do some bare-metal freestanding C development on QEMU's virtual "virt" RISC-V board.

No standard library. No basic system functionality. Just me, a device tree, and a hart ID, a UART, and a C compiler. More or less.
July 20, 2025 at 6:09 PM
I had no interest in blockchain technology back when it was being hyped. As well, my interest in AI isn't non-existent but it is pretty limited in terms of pragmatic applications I'm interested in.

Honestly it makes me feel old.
February 11, 2025 at 4:51 AM
The JSON I made that describes the route tree for my site's API is getting unwieldy . . .
February 11, 2025 at 4:42 AM
Ugh. I have to figure out how I'm going to get an audience and money at some point for my project...
January 12, 2025 at 8:52 AM
Upset at realizing that someone else already owns the domain "🐈‍⬛.dev".
December 4, 2024 at 4:02 PM
I should be more serious about engaging with the webdev community.
December 1, 2024 at 5:28 AM
Reposted by Kako
Just Golang, HTML, CSS, JS, some custom OS / web server / database configs. The only stuff that's third party are the OS (Debian), web server (Nginx), and database (MongoDB). Fairly similar to ye olden days.
November 30, 2024 at 7:24 PM
Reposted by Kako
The idea that I have an actual, functioning site with login functionality and other dynamic functionality (even if it is very rough around the edges) is wild to me considering I'm using essentially no frameworks. Holy hell.
November 30, 2024 at 7:18 PM
The idea that I have an actual, functioning site with login functionality and other dynamic functionality (even if it is very rough around the edges) is wild to me considering I'm using essentially no frameworks. Holy hell.
November 30, 2024 at 7:18 PM
Trying to design my site in a secure way is maddening.

Currently agonizing over whether two separate atomic transactions should be combined into a single one.
November 24, 2024 at 2:32 AM
I'm pretty sure I've hit the upper bound for the amount of technical debt I can handle alone. I don't see a less painful way forward without refactoring my code to be less hideous.
November 4, 2024 at 6:33 PM
Starting to think I'll just use session identifiers, represent permissions via bit-fields, and keep session data in memory as much as possible on the server side instead of using JWT. Should be efficient (I think).
November 4, 2024 at 3:12 AM
Reposted by Kako
Done.

Vote blue down ballot baby!

This rightward shift of the Overton Window needs to change. And it's going to start with this jackass' party getting annihilated at the polls.
November 3, 2024 at 9:39 PM
Okay so upon more reading I guess JWT is a bad idea for auth. I guess I'll just track session IDs.

www.youtube.com/watch?v=pYee...
JSON Web Tokens Suck
YouTube video by ForwardJS
www.youtube.com
November 2, 2024 at 11:52 PM
Ugh... JWT signing algorithm... what to pick...
November 2, 2024 at 10:27 PM