-
Recent Posts
Recent Comments
Archives
- March 2024
- January 2024
- November 2023
- June 2023
- May 2023
- April 2023
- March 2023
- November 2022
- September 2022
- August 2022
- May 2022
- April 2022
- February 2022
- January 2022
- November 2021
- October 2021
- July 2021
- April 2021
- December 2020
- September 2020
- August 2020
- May 2020
- January 2020
- December 2019
- October 2019
- December 2018
- September 2018
- July 2018
- April 2018
- March 2018
- February 2018
- January 2018
- September 2017
- August 2017
- July 2017
- December 2016
- November 2016
- September 2016
- May 2016
- April 2016
- March 2016
- October 2015
- September 2015
- August 2015
- March 2015
- October 2014
- September 2014
- June 2014
- May 2014
- April 2014
- March 2014
- October 2013
- September 2013
- August 2013
- July 2013
- March 2013
- March 2012
- February 2012
- January 2012
- April 2011
- February 2011
- January 2011
- July 2010
- April 2010
- March 2010
- December 2009
- November 2009
- October 2009
Categories
Meta
Author Archives: tim
Core i5-10400
This is a rebuild of the Core 4770k machine. The machine started spontaneously shutting off, then entering a “power-on for 3 seconds and power-off” loop. After cooling down, it would stay running for ~20 minutes, then shutdown. BIOS says the … Continue reading
Posted in Computer Builds, Core-i5
Comments Off on Core i5-10400
Kubernetes and Buildah and microk8s
Kubernetes is awesome. But it is very annoying to be halfway through a guide just to have that guide “drop into” docker. Kubernetes _can_ use docker, but it doesn’t _need_ docker. In particular, this is true of microk8s. If you … Continue reading
Posted in Software Engineering
Comments Off on Kubernetes and Buildah and microk8s
Naming and Security
Came across an interesting configuration file pattern today: conf: nova: keystone: insecure: true neutron: insecure: true glance: insecure: true cinder: insecure: true barbican: verify_ssl: false The interesting thing is … Continue reading
Posted in Software Engineering
Comments Off on Naming and Security
WordPress Comment Spam
A quick note on WordPress spam in comments – Starting 2020 November 26th and continuing until 2020 December 17th, a spammer created a bunch of comments on the one page that had accidentally allowed comments – “About” In total, there … Continue reading
Posted in Uncategorized
Comments Off on WordPress Comment Spam
RetroPie Raspberry Pi 4
Item Product Cost Pi 4 CanaKit Raspberry Pi 4 Basic Kit 1.5GHz 64-bit quad core ARMv8, USB-C 3.5A Power, USB-C Power switch $55 MicroSD SanDisk 64GB Ultra microSDXC USH-I $12 Case RETROFLAG NESPi 4 Case with SSD Case, USB-C Power … Continue reading
Posted in Computer Builds
Comments Off on RetroPie Raspberry Pi 4
FreeNas 11 ZFS Replace Failed Drive
This documents the steps to replace a failed drive in a mirror configuration in FreeNAS 11.1-U7. This process is really easy with FreeNAS. This scenario is in contrast to replacing a failed drive before it fails (in a Centos “ad-hoc” … Continue reading
Crossword Puzzle Data Format
The biggest crisis in computer science today is the lack of a good crossword puzzle data format. There are some existing formats: XPF Universal Crossword Puzzle Data Format – XML based, minimal redundancy, answers summarized in grid Yet Another Crossword … Continue reading
Posted in Software Engineering
Comments Off on Crossword Puzzle Data Format
jq pattern for terrible JSON
Many JSON formats are completely brain dead. Instead of the natural { key : value }, these formats go “all meta’, using { Field: “name”, Value: “amateur” } or { “name” : “name”, “value”: “amateur” }. This “meta key-value” approach … Continue reading
Posted in Software Engineering
Comments Off on jq pattern for terrible JSON
GraphQL with curl examples
GraphQL curl command examples, showing you both the curl command and the graphql schema. Project link: graphql-java-codegen-gradle-plugin This is documentation for the combination of: A realistic graphql schema An actual Java server that implements that graphql schema Using curl to … Continue reading
Posted in Software Engineering
Comments Off on GraphQL with curl examples
AMD Ryzen Build
Some facts on the CPU: it is currently #135 on PassMark [16,9499] cpubenchmark.net. The video card was the least expensive PCI available at Micro Center. This build is intended for two distinct purposes. The first is a general-purpose, install linux, … Continue reading
Posted in Computer Builds
Comments Off on AMD Ryzen Build