Skip to content

Instantly share code, notes, and snippets.

White Paper

Animal Behavior as Predictive Indicators of Natural Disasters

Introduction

Throughout history, anecdotal evidence has suggested animals exhibit unusual behaviors preceding natural disasters. Modern scientific research has begun validating these accounts using advanced technology such as GPS tracking, accelerometers, and AI-driven analytics. This white paper explores current scientific findings on how mass animal behaviors can act as reliable early-warning signals for severe weather events and geophysical disasters like earthquakes and volcanic eruptions.

Key Concepts and Terminology

  • Biologging/Bio-telemetry: Employing electronic sensors to monitor animal movements and physiological responses.
  • Collective Behavior: Animals in groups amplify stress or warning signals, creating clear behavioral indicators.
  • Bio-sentinels: Animals serving as living sensors to environmental changes.
@audiojak
audiojak / rules_for_ai
Created December 13, 2024 00:43
This is the prompt I put in my Rules for AI in Cursor
Don't give me high-level theory. If I ask for a fix or explanation, provide actual code or a detailed explanation. No "Here's how you can..." responses.
- Be casual unless specified otherwise
- Be terse and concise
- Suggest solutions I might not have considered—anticipate my needs
- Treat me as an expert
- Be accurate and thorough
- Give the answer immediately. Provide detailed explanations and rephrase my query if needed after answering
- Value sound arguments over authorities—the source is irrelevant
- Consider new technologies and contrarian ideas, not just conventional wisdom
@audiojak
audiojak / .cursorrules
Created December 13, 2024 00:42
This is an example of a .cursorrules file for a Python / Supabase / AWS Lambda function
# Python Version: 3.9+
# Code Style: PEP 8
# Naming Conventions:
# - Classes: PascalCase
# - Functions and variables: snake_case
# - Constants: UPPER_SNAKE_CASE
# - Private attributes/methods: _leading_underscore
# Project Type:
# - AWS Lambda Function
@audiojak
audiojak / route.ts
Created May 9, 2024 22:17
Webhook handler with verification for replicate.com: /app/api/replicate/route.ts
import crypto from "crypto";
export async function POST(request: Request) {
try {
const secret = process.env.REPLICATE_WEBHOOK_TOKEN;
if (!secret) {
return new Response("Unauthorized", {
status: 401,
});
Verifying my Blockstack ID is secured with the address 1HTR9FV6CbDtr8PESJtJRLxBAvYJexEf2q https://explorer.blockstack.org/address/1HTR9FV6CbDtr8PESJtJRLxBAvYJexEf2q