home.social
  1. SICPers podcast episode 56 on Niklaus Wirth's "A Plea for Lean Software": what it is, what makes it a good idea, and why it'll never happen. sicpers.info/podcast/episode-5

  2. OK that took the whole morning, mostly getting the ingress controller to correctly serve (I didn't realise that in addition to setting the host names and cert secret, I also needed to ensure that each named server has an explicit rules block otherwise nginx uses the catch-all rules and doesn't apply TLS).

    So now, when I push my app to main, builds and pushes to and pulls and deploys the app in my prod cluster.

  3. this all now works*! After about an hour of messing with YAML files I have a webobjects app deployed to with an end-to-end pipeline. Using nginx ingress controller to load-balance instead of apache2 mod_gsw.

    *still needs a domain name and TLS. I'm using the app's default action as the health endpoint, so I'll add a direct action that returns 204 to make life easier on the app.

  4. …gold make a binding truce. If you, who are the chief man here, decide upon this, that you will save your people, and give to the seamen money at their own assessment in return for friendship and accept terms of peace from us, we will then go aboard with that payment and put out to sea and keep peace with you."

    Byrhtnoth's response was, and I'm paraphrasing 's translation here, "bite me".

  5. Adopting for AppScript appears to require that I create an App Store record for my test harness app. That's…bizarre. Is that what folks are doing?

  6. It’s a category error to think of Spec-Driven Development as an anti-agile “Big Design Up Front” approach. It’s using all your knowledge of what you need from your code, at the moment where you type in the code. Just you don’t actually type in the code.