Skip to content

Instantly share code, notes, and snippets.

View evrenesat's full-sized avatar
🤹‍♂️
🎱

Evren Özkan evrenesat

🤹‍♂️
🎱
View GitHub Profile
@evrenesat
evrenesat / contemplative-llms.txt
Created January 9, 2025 16:26 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
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
@evrenesat
evrenesat / hosts
Created February 14, 2019 12:40 — forked from abelhadigital/hosts
# 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
@evrenesat
evrenesat / init.lua
Last active July 14, 2016 08:29 — forked from rock3m/lm35-to-thingspeak.lua
-- Detects temperature using LM35. -- Periodically sends recordings to ThingSpeak. -- If current temp exeeds 25C, trigger an email via PushingBox
-- 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 = ""