petbrain

Progress

Need to automate this block with templates and tw.myaw.

Ideas and todo

My path to tilde club

In short,

Being busy making shit for hire I overlooked this nice community. I was in need for some place to make a website and on March 22, 2025 I landed here. After some hesitation I sent request, and on March 24 they kindly let me in.

I was stunned and did not know what to do with all this hapiness. But gradually I started loading crap on these pages.

Tilde club members/resources I found interesting thus far:

Also on https://tilde.zone to be continued...

About

Below is what was my front page. I will edit that when I'll have nothing else to do.

Hello, world!

Yes, this page is nothing more than that. At the moment I'm busy refactoring my PetWay library, a foundation for MYAW parser, yet another YAML killer. I use both in my pet projects, but I'd like to make final tweaks before releasing anythng in public.

Unfortunately, all those tweaks initiate rounds of huge refactoriing. Perfection knows no bounds.

After writing in Python in my past lives I have burned out to such degree that it took a few years to realize its depth. Nevertheless, programming is still my passion, however my challenge is no single line in Python anymore.

In the beginning of 2024 I gave C++ yet another try. The modern standard was promising, but I failed to write code that looked good to me. After six months of hard sexual intercourse with C++ I rewrote my MYAW parser in plain C and was amazed.

Nothing but C since then.

Yes, there's a lot of pain writing in C and the ultimate goal for each C programmer would be writing a higher level language in it. Python is the most successful attempt, but I fancy something better.

Bookmarks

List of bookmarks that were helpful or might be helpful. Needs revising.

เสรีภาพ

iOS

LXC

Devuan on ARM

Plausible Deniability

If I were implementing a kernel module:

IPv6

IR

LZ4

BPF

Fediverse

Tor

Mail

LiberaChat

in particular and IRC as a whole

Blogging

I probably don't need this

Miscellaneous

https://www.netlib.org/fp/dtoa.c This code deserves a novel. That's beyond my capabilities. In short, BCD is known almost for centuries, x86 has AAA instruction since the beginning, but we still have to convert between base 2 and 10 and I haven't seen any programmer who did not step into rounding shit.