"A short poem in the style of Jabberwocky about the international space station" by claude.ai Final version: ------------------------------------------------ 'Twas blacksky and the wifty stars Did fran and daggle in the dark; All lymsy were the galasties, The quasars outflooped far. "Beware the space station, friend! Its solar wings that spin
Testing the following queries: ``` SELECT date_trunc('month', s0."inserted_at") AS month_bucket FROM "snippets" AS s0 GROUP BY month_bucket, s0."private" ORDER BY month_bucket ASC; SELECT date_trunc('month', s0."inserted_at" AT TIME ZONE 'America/Chicago') as month_bucket, count(*), private FROM "snippets" AS s0 WHERE date_trunc('month', s0."inserted_at" AT TIME ZONE 'America/Chicago') >= date_trunc('year', NOW()) GROUP BY month_bucket,
#!/usr/bin/env bash # Based on https://gist.github.com/bobmaerten/9329752 CONTAINER_NAME="penultimate-dev-postgres" function getContainerStatus(){ CONTAINER_ID=$(docker ps -a | grep -v Exit | grep $CONTAINER_NAME | awk '{print $1}') if [[ -z $CONTAINER_ID ]] ; then echo "Not running." return 1 else echo "Running in container: $CONTAINER_ID" return 0 fi } case "$1" in start) docker
11:01:11.126 [error] GenServer #PID<0.273.0> terminating ** (Postgrex.Error) FATAL 28000 (invalid_authorization_specification) no pg_hba.conf entry for host "192.168.225.17", user "exbin_proehlus", database "postgres", SSL off (db_connection 2.4.0) lib/db_connection/connection.ex:100: DBConnection.Connection.connect/2 (connection 1.1.0) lib/connection.ex:622: Connection.enter_connect/5 (stdlib 3.14) proc_lib.erl:226: :proc_lib.init_p_do_apply/3 Last message: nil State: Postgrex.Protocol 11:01:11.167 [error] GenServer #PID<0.280.0> terminating ** (Postgrex.Error) FATAL 28000 (invalid_authorization_specification) no