Jason Tarka tarka

tarka 推送了 master 分支的代碼到 tarka/tampermonkey

  • d294accdb0 Add "Continue to image" + fix Flickr matching

6 月之前

tarka 推送了 main 分支的代碼到 tarka/emporia-reader

  • 88f6010203 Make `run.sh` run in the right dir + better output

11 月之前

tarka 推送了 main 分支的代碼到 tarka/emporia-reader

  • 44d021b5ae Add retries for fetching the usage data I keep getting 500 errors causing the entire thing to fail. Including some retries to account for this and hopefully allow the request to succeed.
  • aee65dff74 Add retries for fetching the usage data I keep getting 500 errors causing the entire thing to fail. Including some retries to account for this and hopefully allow the request to succeed.
  • 查看 2 次提交的內容比對 »

11 月之前

tarka 推送了 main 分支的代碼到 tarka/emporia-reader

  • aee65dff74 Add retries for fetching the usage data I keep getting 500 errors causing the entire thing to fail. Including some retries to account for this and hopefully allow the request to succeed.

11 月之前

tarka 推送了 main 分支的代碼到 tarka/emporia-reader

  • 913a922c89 Add `run.sh` + fix small bugs - Add a script to get the records and merge with existing ones. - Start 2 minutes back to avoid merges accidentally including both a completed & uncompleted minute. - 1 minute could, with rounding errors, result in a duplicate, 2 could not. - Add `MAX_HOURS * 60` minutes, rather than `MAX_HOURS` hours, to avoid rounding issues that seemed to cause some minutes to be skipped, especially on the first round. - Increased `DAYS_BACK` to 14 to ensure it gets the maximum, and just in case there is some data returned from > 7 days ago that might be desired. - For some reason my export currently includes data from a 15-minute window from 7.5 days ago, so it's worth trying.
  • ef058e92cd Read minutely usage data for the last 7 days
  • 5c315fddfd Initial commit, getting devices & 12h of usage

11 月之前

tarkatarka/emporia-reader 建立新的分支 main

11 月之前

tarka 創建了儲存庫 tarka/emporia-reader

11 月之前

tarka 推送了 master 分支的代碼到 tarka/tampermonkey

1 年之前

tarka 推送了 master 分支的代碼到 tarka/tampermonkey

1 年之前

tarka 創建了儲存庫 tarka/tampermonkey

1 年之前

tarka 推送了 master 分支的代碼到 tarka/weather-station

  • 628be38039 Include robots.txt to tell search engines to not index.
  • de7dba2060 Allow larger diffs when removing too points in a row It happened today that a large delay (27 minutes!) caused the temperature to spike too much, and for too long, that when it returned to normal, the difference compared to before was too large. This led to everything being excluded after the spike, and the graphs not showing anything. Allowing larger spikes after removing too many in a row doesn't solve it perfectly, but it makes it better.
  • fdd0ffa6d8 Log entries to console + increase max time + linear light - Add a button (usually hidden) to log the raw entries to console to aid in debugging. - Increase the max time to 8 weeks, as the data usage has been minimal thus far. - Light made linear, instead of logarithmic, as I didn't like the way log looked.
  • 0fe812bbbd Max humidity graph at 100% + better high/low display
  • 查看 4 次提交的內容比對 »

1 年之前

tarka 推送了 master 分支的代碼到 tarka/scripts

1 年之前

tarka 推送了 master 分支的代碼到 tarka/weather-station

  • 0e935dab23 Add min/max to titles + fix day timestamps - Changed `TimeSeries` to `TimePoint` as it's a point in time, and created a new `TimeSeries` type to contain it, plus min/max. - Getting the min/max in `alignToWindow()` for a few reasons: 1. Avoid additional loops. 2. It occurs after removing spikes, so the values can be trusted. 3. It allows getting the actual min/max, rather than the averages that would be shown after it's aligned. - Timestamps (eg: 2023-10-25) were showing the wrong month as `Date.getMonth()` returns zero-indexed months.

2 年之前

tarka 推送了 master 分支的代碼到 tarka/scripts

  • 7caf2d3ff2 Actually copy music from the server to the portable drive Wrong paths were being passed, meaning new music was never actually being copied to the portable drive. This was very very bad.

2 年之前

tarka 推送了 master 分支的代碼到 tarka/scripts

  • 58aeae85cb DJ Music & File sync scripts This only includes scripts that are on the server, as I don't have the portable drive ones handy at the moment.

2 年之前

tarka 推送了 master 分支的代碼到 tarka/scripts

  • 732889bd3a Rockstor Share management scripts - `sync-shares`: backup files to, or restore from, an external drive, for all specified file shares. - `defrag-btrfs`: defrag all BTRFS subvolumes in the specified directory. - Should be run as a cronjob as root

2 年之前

tarka 創建了儲存庫 tarka/scripts

2 年之前

tarka 推送了 master 分支的代碼到 tarka/weather-station

  • 3ee83966a5 Add graph for max delay during a time period - Useful to see if a high temperature was caused by an actual high air temperature, or the chip taking a long time to upload. - Somewhat hacky version of adding a "Maximum" version to `alignWindow`. - Documented it a bit better, since it was inaccurate, and I coudln't tell quickly how it worked. - Setting the delay in `splitData()` as it's the spot that makes the most sense, and it needs to be done before looping over `FIELD_KEYS`. - Setting the delay for index 0 to 0 so it has a value, then to the value of index 1 so the graph won't start at zero, causing the Y axis to show negative values. - Adding `Timestamp` and `Minute` types to help avoid confusion on what things represent.
  • a85e8fce05 Updating packages + small tweaks - Don't force a manual minus sign for -0*C, the library already does this. - Always show two significant digits. There's a big difference between 0.5*C and 1.4*C. - Build during deploy. Don't make it a separate step.
  • 39e94de20c package-lock.json
  • 查看 3 次提交的內容比對 »

2 年之前

tarka 推送了 master 分支的代碼到 tarka/weather-station

  • 7d18eb165e Allow cooling spikes + better display for midnight - Today, when cooling from ~31*C to ~29*C, the spike algorithm wound up excluding all temperatures after a certain time. - The approach to allow larger spikes when cooling isn't perfect, but is working well enough for right now. - The date/time text, `2022-05-15 00:00` winds up squishing the graphs, making them too short to see anything useful. Changing it to just `2022-05-15` so the date is still available, but it's not quite as tall.

3 年之前

tarka 推送了 master 分支的代碼到 tarka/weather-station

  • 6dba21eb24 Show last update + small display improvements - Show last update so I know if the page as reloaded, or is being served from cache. - Emphasize sub-zero temperatures - If the highest value is negative, show at least up to zero. - Include a fill to/from zero. - Use a logarihmic scale for light.

3 年之前