| 2022-01-11 | Scott | Make it work. | commit | commitdiff | tree | snapshot | 
| 2022-01-11 | Scott | Add requirements.txt | commit | commitdiff | tree | snapshot | 
| 2022-01-11 | Scott | Add another doctest. | commit | commitdiff | tree | snapshot | 
| 2022-01-10 | Scott | Adds some doctests to decorators. | commit | commitdiff | tree | snapshot | 
| 2022-01-10 | Scott | Make rate_limited work and add doctest. | commit | commitdiff | tree | snapshot | 
| 2022-01-10 | Scott | Update MAC address. | commit | commitdiff | tree | snapshot | 
| 2022-01-10 | Scott | Experiment with audit events in bootstrap. | commit | commitdiff | tree | snapshot | 
| 2022-01-10 | Scott | Make rate_limited use cvs. | commit | commitdiff | tree | snapshot | 
| 2022-01-08 | Scott | Add rate limiter decorator. | commit | commitdiff | tree | snapshot | 
| 2022-01-08 | Scott | Cleanup logging module. | commit | commitdiff | tree | snapshot | 
| 2022-01-07 | Scott | Make logging optionally remove global handlers added... | commit | commitdiff | tree | snapshot | 
| 2022-01-06 | Scott | A bunch of changes... | commit | commitdiff | tree | snapshot | 
| 2021-12-06 | Scott | Move stuff around. | commit | commitdiff | tree | snapshot | 
| 2021-12-06 | Scott | Make PresenceDetection self-update periodically. | commit | commitdiff | tree | snapshot | 
| 2021-12-06 | Scott | Make presence detection work from cabin or house and... | commit | commitdiff | tree | snapshot | 
| 2021-12-05 | Scott | Various changes. | commit | commitdiff | tree | snapshot | 
| 2021-11-19 | Scott Gasch | Make smart futures avoid polling. | commit | commitdiff | tree | snapshot | 
| 2021-11-18 | Scott Gasch | WaitableState thingy and some stuff in the ML world. | commit | commitdiff | tree | snapshot | 
| 2021-11-17 | Scott Gasch | Bugfixes in executors. | commit | commitdiff | tree | snapshot | 
| 2021-11-17 | Scott Gasch | Make remote workers die if no longer needed; cleanups... | commit | commitdiff | tree | snapshot | 
| 2021-11-16 | Scott Gasch | Making remote training work better. | commit | commitdiff | tree | snapshot | 
| 2021-11-15 | Scott Gasch | Tighten up the remote executor. | commit | commitdiff | tree | snapshot | 
| 2021-11-14 | Scott Gasch | Small changes to decorators. | commit | commitdiff | tree | snapshot | 
| 2021-11-13 | Scott Gasch | Small bugfixes; also, add a new machine to the remote... | commit | commitdiff | tree | snapshot | 
| 2021-11-02 | Scott Gasch | Add device_utils.py | commit | commitdiff | tree | snapshot | 
| 2021-11-01 | Scott Gasch | Overrides + debugging modules / functions in logging. | commit | commitdiff | tree | snapshot | 
| 2021-10-31 | Scott Gasch | Ugh, a bunch of things.  @overrides.  --lmodule.  Chrom... | commit | commitdiff | tree | snapshot | 
| 2021-10-29 | Scott Gasch | Fix Arper, make IP address a property of device | commit | commitdiff | tree | snapshot | 
| 2021-10-29 | Scott Gasch | Adds Arper, cleans up other stuff. | commit | commitdiff | tree | snapshot | 
| 2021-10-29 | Scott Gasch | Typo. | commit | commitdiff | tree | snapshot | 
| 2021-10-29 | Scott Gasch | Add cameras, fix bugs | commit | commitdiff | tree | snapshot | 
| 2021-10-29 | Scott Gasch | Smart outlets | commit | commitdiff | tree | snapshot | 
| 2021-10-28 | Scott Gasch | Moving smart lights into smart_home to prepare for... | commit | commitdiff | tree | snapshot | 
| 2021-10-25 | Scott Gasch | Move cache location.  Also, add doctests for exec_utils. | commit | commitdiff | tree | snapshot | 
| 2021-10-25 | Scott Gasch | Some fixes to the datetime_utils. | commit | commitdiff | tree | snapshot | 
| 2021-10-24 | Scott Gasch | Adds site_config; adds Tuya lights.  Bugfixes. | commit | commitdiff | tree | snapshot | 
| 2021-10-19 | Scott Gasch | Bugfixes. | commit | commitdiff | tree | snapshot | 
| 2021-10-12 | Scott Gasch | Adds logging in light stuff, minor changes in config... | commit | commitdiff | tree | snapshot | 
| 2021-10-07 | Scott Gasch | Starting to move towards python3.9 | commit | commitdiff | tree | snapshot | 
| 2021-10-05 | Scott Gasch | Groups of google lights (kinda hacky, needs a rework... | commit | commitdiff | tree | snapshot | 
| 2021-10-02 | Scott Gasch | changes | commit | commitdiff | tree | snapshot | 
| 2021-09-30 | Scott Gasch | Some binary tree methods to support the unscramble... | commit | commitdiff | tree | snapshot | 
| 2021-09-29 | Scott Gasch | Stuff. | commit | commitdiff | tree | snapshot | 
| 2021-09-29 | Scott Gasch | Add tests on bidict.  Fix bug in string_utils ngrams. | commit | commitdiff | tree | snapshot | 
| 2021-09-29 | Scott Gasch | Workaround likely client bug in letter_compress.  Updat... | commit | commitdiff | tree | snapshot | 
| 2021-09-29 | Scott Gasch | Various changes | commit | commitdiff | tree | snapshot | 
| 2021-09-27 | Scott Gasch | Move collections into collect space | commit | commitdiff | tree | snapshot | 
| 2021-09-27 | Scott Gasch | Compress small text messages by just restricting the... | commit | commitdiff | tree | snapshot | 
| 2021-09-26 | Scott Gasch | Cached weather data. | commit | commitdiff | tree | snapshot | 
| 2021-09-25 | Scott Gasch | Add some classes that use persistent to cache data... | commit | commitdiff | tree | snapshot | 
| 2021-09-25 | Scott Gasch | Oh my god, I fucking hate pickle, dill, cloudpickle... | commit | commitdiff | tree | snapshot | 
| 2021-09-25 | Scott Gasch | Make smaller 'reset's | commit | commitdiff | tree | snapshot | 
| 2021-09-24 | Scott Gasch | Trie repr. | commit | commitdiff | tree | snapshot | 
| 2021-09-24 | Scott Gasch | Adds a trie class. | commit | commitdiff | tree | snapshot | 
| 2021-09-23 | Scott Gasch | Fixup argparse_utils' doctest and tweak test runner. | commit | commitdiff | tree | snapshot | 
| 2021-09-23 | Scott Gasch | Fixup test runner. | commit | commitdiff | tree | snapshot | 
| 2021-09-23 | Scott Gasch | Various little changes.  Naming.  Durations as arguments. | commit | commitdiff | tree | snapshot | 
| 2021-09-22 | Scott Gasch | Updated docs. | commit | commitdiff | tree | snapshot | 
| 2021-09-22 | Scott Gasch | Improve persistent after actually using it. | commit | commitdiff | tree | snapshot | 
| 2021-09-22 | Scott Gasch | Persistent state. | commit | commitdiff | tree | snapshot | 
| 2021-09-22 | Scott Gasch | Dedup a list w/ a set. | commit | commitdiff | tree | snapshot | 
| 2021-09-20 | Scott Gasch | Persisted singleton | commit | commitdiff | tree | snapshot | 
| 2021-09-20 | Scott Gasch | Persistent state | commit | commitdiff | tree | snapshot | 
| 2021-09-19 | Scott Gasch | Most/least common item in a list. | commit | commitdiff | tree | snapshot | 
| 2021-09-16 | Scott Gasch | A very important change to docs. | commit | commitdiff | tree | snapshot | 
| 2021-09-15 | Scott Gasch | Logging + documentation. | commit | commitdiff | tree | snapshot | 
| 2021-09-15 | Scott Gasch | Adding doctests.  Also added a logging filter. | commit | commitdiff | tree | snapshot | 
| 2021-09-10 | Scott Gasch | Adding more tests, working on the test harness. | commit | commitdiff | tree | snapshot | 
| 2021-09-09 | Scott Gasch | Update tests / test harness. | commit | commitdiff | tree | snapshot | 
| 2021-09-09 | Scott Gasch | Add doctests to some of this stuff. | commit | commitdiff | tree | snapshot | 
| 2021-09-08 | Scott Gasch | Various changes. | commit | commitdiff | tree | snapshot | 
| 2021-08-06 | Scott Gasch | Make config_loadfile augment cmdline instead of klobbering. | commit | commitdiff | tree | snapshot | 
| 2021-08-06 | Scott Gasch | Get rid of blacklist/whitelist; use blocklist/allowlist... | commit | commitdiff | tree | snapshot | 
| 2021-08-06 | Scott Gasch | Make loadfile work. | commit | commitdiff | tree | snapshot | 
| 2021-08-05 | Scott Gasch | Adds profanity filter, fixes bugs. | commit | commitdiff | tree | snapshot | 
| 2021-07-29 | Scott Gasch | Lockfile custom command, fixup minor things. | commit | commitdiff | tree | snapshot | 
| 2021-07-29 | Scott Gasch | Money, Rate, CentCount and a bunch of bugfixes. | commit | commitdiff | tree | snapshot | 
| 2021-07-17 | Scott Gasch | Record streams. | commit | commitdiff | tree | snapshot | 
| 2021-07-17 | Scott Gasch | Update ignore | commit | commitdiff | tree | snapshot | 
| 2021-07-17 | Scott Gasch | Various | commit | commitdiff | tree | snapshot | 
| 2021-07-17 | Scott Gasch | Rename timer; add a test for OutputContext. | commit | commitdiff | tree | snapshot | 
| 2021-07-13 | Scott Gasch | Random changes. | commit | commitdiff | tree | snapshot | 
| 2021-07-11 | Scott Gasch | Random cleanups and type safety.  Created ml subdir. | commit | commitdiff | tree | snapshot | 
| 2021-07-10 | Scott Gasch | Script to run tests. | commit | commitdiff | tree | snapshot | 
| 2021-07-10 | Scott Gasch | ACL uses enums, some more tests, other stuff. | commit | commitdiff | tree | snapshot | 
| 2021-07-09 | Scott Gasch | Reduce import scopes, remove cycles. | commit | commitdiff | tree | snapshot | 
| 2021-07-09 | Scott Gasch | Rename simple_acl -> acl | commit | commitdiff | tree | snapshot | 
| 2021-07-09 | Scott Gasch | Clean up ACLs | commit | commitdiff | tree | snapshot | 
| 2021-07-09 | Scott Gasch | Lots of changes. | commit | commitdiff | tree | snapshot | 
| 2021-04-29 | Scott Gasch | Teach python logging formatter to use %f in the format... | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Use ValueError, not Exception. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Columnify text. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Rename a flag. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Minor editing. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Use central exceptions. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Avoid directory writes when files are already there. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Detect unknown persons at the cabin. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | We don't need this. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Add time units and import constants.py. | commit | commitdiff | tree | snapshot | 
| 2021-04-24 | Scott Gasch | Move parallelize_test to tests dir. | commit | commitdiff | tree | snapshot | 
| next |