user/bmallred/data/2022-12-23-08-44-41.fit: 5.02 miles, 00:08:42 average pace, 00:43:36 duration
user/bmallred/data/2022-12-22-08-49-05.fit: 3.19 miles, 00:09:28 average pace, 00:30:09 duration
user/bmallred/data/2022-12-21-04-12-00.fit: 7.64 miles, 00:10:07 average pace, 01:17:18 duration
user/bmallred/data/2022-12-20-04-03-03.fit: 4.44 miles, 00:09:12 average pace, 00:40:52 duration
Pinellas County - Long run: 12.04 miles, 00:10:24 average pace, 02:05:11 duration
user/bmallred/data/2022-12-15-09-00-02.fit: 5.21 miles, 00:11:16 average pace, 00:58:37 duration
user/bmallred/data/2022-12-14-08-54-58.fit: 5.19 miles, 00:10:22 average pace, 00:53:49 duration
user/bmallred/data/2022-12-13-13-42-36.fit: 5.04 miles, 00:08:56 average pace, 00:45:00 duration
user/bmallred/data/2022-12-11-10-07-26.fit: 7.02 miles, 00:09:27 average pace, 01:06:23 duration
user/bmallred/data/2022-12-09-13-11-37.fit: 5.04 miles, 00:09:45 average pace, 00:49:06 duration
user/bmallred/data/2022-12-07-04-02-26.fit: 7.02 miles, 00:10:32 average pace, 01:13:52 duration
user/bmallred/data/2022-12-06-09-13-49.fit: 5.03 miles, 00:11:37 average pace, 00:58:30 duration
Pinellas County - Long run: 11.52 miles, 00:10:11 average pace, 01:57:23 duration
JUHU! Finally! The new NAS runs. Oh boy what a process. First I had to restart and redow everything three times. Sometimes things are not sooo super obvious and then you really mess up. Who decided at Asustor that you cannot move home folders off of the Volume 1? And Why are the Asustor apps so bad? Beside that, the machine, the NAS, is really nice. Updraded to 16GB RAM and I finally have NGINX PROXY MANAGER running. Now I can setup all services with nice names!
user/bmallred/data/2022-12-01-10-55-07.fit: 4.90 miles, 00:11:05 average pace, 00:54:21 duration
user/bmallred/data/2022-11-30-05-06-00.fit: 0.44 miles, 00:10:56 average pace, 00:04:50 duration
user/bmallred/data/2022-11-30-03-50-22.fit: 5.60 miles, 00:10:46 average pace, 01:00:20 duration
user/bmallred/data/2022-11-29-16-38-45.fit: 4.06 miles, 00:11:46 average pace, 00:47:47 duration
Pinellas County - Long run: 9.03 miles, 00:10:47 average pace, 01:37:22 duration
user/bmallred/data/2022-11-24-08-09-01.fit: 3.10 miles, 00:12:08 average pace, 00:37:39 duration
user/bmallred/data/2022-11-23-17-07-44.fit: 4.10 miles, 00:09:49 average pace, 00:40:15 duration
user/bmallred/data/2022-11-22-15-33-14.fit: 5.02 miles, 00:09:11 average pace, 00:46:06 duration
Pinellas County - Long run: 15.43 miles, 00:10:13 average pace, 02:37:40 duration
i am loving the weather!
#running
user/bmallred/data/2022-11-18-08-57-22.fit: 3.01 miles, 00:12:30 average pace, 00:37:38 duration
user/bmallred/data/2022-11-17-09-28-03.fit: 5.02 miles, 00:09:20 average pace, 00:46:52 duration
user/bmallred/data/2022-11-16-11-29-06.fit: 5.04 miles, 00:09:56 average pace, 00:50:04 duration
user/bmallred/data/2022-11-15-09-11-29.fit: 5.02 miles, 00:10:08 average pace, 00:50:55 duration
St. Pete Run Fest - Half Marathon: 13.29 miles, 00:09:35 average pace, 02:07:25 duration
it rained pretty hard for a bit.
had some trouble breathing at the end too. some discrepancies with chip time but whatever. i had a blast for my first HM!
#running #race
user/bmallred/data/2022-11-12-16-20-47.fit: 1.02 miles, 00:11:46 average pace, 00:12:00 duration
user/bmallred/data/2022-11-09-04-06-55.fit: 6.59 miles, 00:09:31 average pace, 01:02:39 duration
user/bmallred/data/2022-11-07-08-58-45.fit: 4.56 miles, 00:11:25 average pace, 00:51:59 duration
user/bmallred/data/2022-11-05-04-31-02.fit: 8.55 miles, 00:09:51 average pace, 01:24:12 duration
user/bmallred/data/2022-11-03-10-52-16.fit: 4.22 miles, 00:11:04 average pace, 00:46:42 duration
user/bmallred/data/2022-11-02-03-27-43.fit: 8.02 miles, 00:10:35 average pace, 01:24:53 duration
user/bmallred/data/2022-11-01-10-47-00.fit: 5.11 miles, 00:10:52 average pace, 00:55:30 duration
I guess Google Hangouts is finally dead.
Why is Google such a mess at making messaging apps? This has more or less been a solved problem for decades. Google Talk worked well enough, and since it was based on XMPP and Jingle it was perfectly suited to become a large-scale text/voice/video messaging system. If they’d run with that they’d have been able to dominate that space, I think. Instead, they’ve created and shitcanned half a dozen messaging apps and platforms, flailing around copying someone else’s app (now they’re trying to copy Slack I guess).
this will be setup to share to other pods that are running a version after it gets implemented…
it uses the queries you define for add/del/set/keys. which corrispond to something like INSERT INTO <table> (key, value) VALUES ($key, $value)
, DELETE ...
, or UPDATE ...
the commands are issued by using the maddycli but not the running maddy daemon.
see https://maddy.email/reference/table/sql_query/
the best way to locate in source is anything that implements the MutableTable interface… https://github.com/foxcpp/maddy/blob/master/framework/module/table.go#L38
user/bmallred/data/2022-10-30-04-22-51.fit: 1.77 miles, 00:10:42 average pace, 00:18:55 duration
user/bmallred/data/2022-10-30-02-37-48.fit: 9.49 miles, 00:09:06 average pace, 01:26:24 duration
user/bmallred/data/2022-10-27-10-58-52.fit: 4.74 miles, 00:09:56 average pace, 00:47:01 duration
user/bmallred/data/2022-10-26-03-46-39.fit: 8.51 miles, 00:09:43 average pace, 01:22:40 duration
user/bmallred/data/2022-10-25-13-46-20.fit: 4.59 miles, 00:09:52 average pace, 00:45:19 duration
HM [04;01;07]: 13 mile run: 15.07 miles, 00:10:00 average pace, 02:30:47 duration
user/bmallred/data/2022-10-21-09-45-18.fit: 2.97 miles, 00:13:09 average pace, 00:39:01 duration
user/bmallred/data/2022-10-20-09-09-17.fit: 4.46 miles, 00:09:28 average pace, 00:42:14 duration
user/bmallred/data/2022-10-19-04-15-59.fit: 8.51 miles, 00:08:56 average pace, 01:15:58 duration
user/bmallred/data/2022-10-17-14-24-58.fit: 4.32 miles, 00:11:43 average pace, 00:50:41 duration
user/bmallred/data/2022-10-16-13-31-45.fit: 0.88 miles, 00:12:35 average pace, 00:11:03 duration
HM [03;04;07]: 12 mile run: 10.46 miles, 00:14:42 average pace, 02:33:47 duration
Fail, oh well.
A long couple of nights. Ran with Beth and started a bit late.
End of block.
#running