User banner image
User avatar
  • admin

Posts

Thaura Work: a plugin architecture for a PHP program

One of the code management techniques I tried with KRUpload was to break the application into a core app, and plugins. I don’t have stats…

Learning Elm: pipe tricks

https://github.com/elm/compiler/tree/main/hints I found much of the content for this article at: https://sporto.gitbooks.io/elm-tutorial/content/en/01-foundations/02-functions.html Here’s now to create a learning environment where you can edit a file…

Thaura Work: checking in

Just a social update. I spent a lot of time playing in OpenCode and Thaura. OC has these free models (basically promoting the big silicon…

Learning Elm

I was having a hard time with the main tutorial, so I’m winding a different path through the language. 8/29: After doing the basics, I…

Thaura Work: byte-miser and WordPress framework

I was hitting some context token size limits when I was telling Work to write code from a spec, and letting the LLM write the…

Thaura Work: a couple wordpress shortcodes

Read this: https://rosemeadtu.org/z_archive/wordpress-shortcodes-calcode-and-calbill/ OK, I wasn’t that happy with these shortcodes, and now I know why. Citations need to be consistent, within reason. The code…

Reading the California Law Section Hierarchy

—References: https://saclaw.org/resource_library/reading-citations/ https://www.library.ca.gov/law/online-research/leginfo/ https://leginfo.legislature.ca.gov https://libguides.law.ucla.edu/californiastatutes/codes Author: John Kawakami, Public Domain—My comments are prefixed by #.A subsection's position in the hierarchy of sections can be determined…

Thaura Work: time clock using .zsh_history

A command line tool that uses the command history to implement a “punch clock” to record time worked. I use three kinds of timesheets –…

Cost to Send a Big Package

I had this 7 pound rice cooker, but it was bulky. The packaging costs were stunning. External box – a Lowes heavy duty box that…

Thaura Work: arguing with the llm

I had a couple rounds where I was trying to fix a bug, and it insisted that it did, when it clearly hadn’t. So I…