This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis. | |
| ## Core Principles | |
| 1. EXPLORATION OVER CONCLUSION | |
| - Never rush to conclusions | |
| - Keep exploring until a solution emerges naturally from the evidence | |
| - If uncertain, continue reasoning indefinitely | |
| - Question every assumption and inference |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Blocklist for Android devices | |
| # Blocking ad providers + analytics providers + phone home instances + resource wasters | |
| # | |
| # First release: 2017-09-16 | |
| # Last update: 2018-10-28 | |
| # | |
| # License: | |
| # CC Attribution 4.0 International (http://creativecommons.org/licenses/by/4.0/) | |
| 127.0.0.1 localhost |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Original code taken from https://medium.com/grace-learns-iot/day-7-monitoring-home-temperature-on-the-internet-26c175ee7200 | |
| -- Detects temperature using LM35. | |
| -- Periodically sends recordings to ThingSpeak. | |
| -- If current temp exeeds 25C, trigger an email via PushingBox | |
| --- Config | |
| SSID = "" | |
| PASSWORD = "" | |
| THINGSPEAK_API_KEY = "" |