Aaron sickprodigy
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:50:39 -05:00
a0aef69fb2 Update README.md to clarify requirements and support status
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:41:36 -05:00
b7a52dfbe5 Fix formatting in README.md for consistency
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:40:39 -05:00
b51e86fb73 Support for PHP 7 instead of PHP 4
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:33:20 -05:00
1e08e2ba83 Remove unused assets and stylesheets from the Readme_files directory
sickprodigy pushed to main at sickprodigy/mybb_html-in-posts 2025-11-15 15:31:40 -05:00
46c0fc327e Replace HTML README with Markdown version for improved readability
85b3daed6d Update copyright year and author in license file
Compare 2 commits »
sickprodigy commented on issue sickprodigy/Auto-Garden#27 2025-11-15 15:12:53 -05:00
Time to move website to server / Discord webhook issue

So in order to run webhooks i need above 95kb of memory free at all times. Even though in my testing it took about 30-40kb of memory just for a single script to run a webhook.

Even though a…

sickprodigy commented on issue sickprodigy/Auto-Garden#27 2025-11-15 15:04:05 -05:00
Time to move website to server / Discord webhook issue

Also would note i had to set a threshold of around 95000 bytes in order to get webhooks rolling. The pico in it's current state uses about 80-90kb of memory actively. Even with doing a lot of gc…

sickprodigy commented on issue sickprodigy/Auto-Garden#27 2025-11-15 14:58:57 -05:00
Time to move website to server / Discord webhook issue

Did a lot of bs to get the webhooks working in its current state. need 100kb of memory just to hit a webhook. Would an api be any different. Trying to send shit through an api that will update. Or…

sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 14:11:28 -05:00
c8102e62ee fix: Refactor main loop for graceful shutdown and improved error handling
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 13:54:14 -05:00
d76b11430c fix: Remove redundant garbage collection calls in send_discord_message function
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 13:53:15 -05:00
cb274545a3 fix: Remove unused variable 'schedules' and optimize garbage collection in schedule handling
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 13:49:26 -05:00
6cd1349633 fix: Remove unused variables and trigger garbage collection in schedule handling
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 13:40:49 -05:00
bcecf2a81a fix: Add garbage collection calls to optimize memory usage in web server operations
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 13:15:51 -05:00
621a48f011 fix: Adjust memory threshold for Discord message sending to enhance reliability
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 13:10:56 -05:00
ce816af9e7 fix: Adjust memory threshold for Discord message sending and improve error logging
519cb25038 refactor: Optimize import statements and restructure monitoring logic for improved performance
f81d89980b refactor: Remove debug print statements from POST request handling in TempWebServer
Compare 3 commits »
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 12:02:57 -05:00
7fc7661dad fix: Adjust memory threshold for Discord message sending and add debug logging for RAM usage
3b7982a3a3 fix: Adjust memory threshold for Discord message sending to improve reliability
Compare 2 commits »
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 11:53:13 -05:00
697f0bf31e fix: Improve Discord message sending logic and memory management
b632a76d5a refactor: Remove debug_force_send function to streamline message sending process
Compare 2 commits »
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 10:32:13 -05:00
d670067b89 fix: Optimize memory management in debug_force_send and send_discord_message functions
ac860207d9 fix: Increase memory thresholds for Discord message sending and adjust garbage collection logging
Compare 2 commits »
sickprodigy pushed to main at sickprodigy/Auto-Garden 2025-11-15 10:19:55 -05:00
03b26b5339 feat: Add debug_force_send function for memory tracking and testing
5a8d14eb4d fix: Enable debug logging in send_discord_message for better memory tracking
79445bf879 fix: Add debug logging to send_discord_message for memory checks and import impact
4400fb5a74 fix: Adjust memory thresholds for Discord message sending to match device capabilities
c6f46e097b fix: Increase memory thresholds and backoff duration for Discord message sending
Compare 7 commits »
sickprodigy commented on issue sickprodigy/Auto-Garden#27 2025-11-14 22:00:04 -05:00
Time to move website to server / Discord webhook issue

it would be nice to just have everything self-contained though. I mean how many people are running a server. May divulge this project down 2 lines if I have to. Give a try at forking and keeping…