Skip to content

Instantly share code, notes, and snippets.

@permain2
permain2 / 2026-04-01-ai-ceo-diaries-content-strategy.md
Created April 1, 2026 10:17
AI CEO Diaries — Complete Content Strategy for Building in Public

AI CEO Diaries — Content Strategy

Author: Per Markus Akerlund Date: April 1, 2026 Status: Approved


The Concept

@permain2
permain2 / HOMEBEEHUB-AUDIT-REPORT.html
Created March 31, 2026 12:12
Homebeehub Audit Report — March 31, 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homebeehub Audit Report — March 31, 2026</title>
<style>
:root {
--red: #ef4444;
--red-bg: #fef2f2;
@permain2
permain2 / RENTERSPLANPRO-AUDIT-REPORT.html
Created March 31, 2026 12:12
RentersPlanPro Audit Report — March 31, 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RentersPlanPro Audit Report — March 31, 2026</title>
<style>
:root {
--red: #ef4444;
--red-bg: #fef2f2;
@permain2
permain2 / CARINSURE-AUDIT-REPORT.html
Created March 31, 2026 12:12
CarInsureHub Audit Report — March 31, 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CarInsureHub Audit Report — March 31, 2026</title>
<style>
:root {
--red: #ef4444;
--red-bg: #fef2f2;
@permain2
permain2 / LIFEPLANIFY-AUDIT-REPORT.html
Created March 29, 2026 18:01
LifePlanify Revenue Drop Audit — March 29, 2026
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LifePlanify Audit Report — March 29, 2026</title>
<style>
:root {
--red: #ef4444;
--red-bg: #fef2f2;
@permain2
permain2 / FRAUD-CASE-REPORT.md
Last active March 26, 2026 12:11
Post & Upvote - VA Referral Program Fraud Case Report (March 26, 2026)

Post & Upvote - Referral Fraud Case Report

Date: March 26, 2026 Platform: postandupvote.com Status: Referral program SHUT DOWN. No bonuses were ever paid out.


Executive Summary

BUGS 2.0 — What Was Fixed & How to Test

Bug 1: Upvotes Not Ordering for Older Projects

What was wrong:

  • The system only re-checked each thread once per hour, but the cron runs every 30 minutes — so half the runs did nothing
  • Orders that got stuck (provider never responded) blocked new orders for 12 hours before being cleared
  • If a thread had just 5 failed orders in 3 days, it got completely skipped (circuit breaker was too aggressive)

What we fixed:

@permain2
permain2 / BAN-RATE-ANALYSIS.html
Created March 6, 2026 10:07
Reddit Comment Ban Rate Analysis — Post & Upvote (Feb 20 - Mar 5, 2026)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reddit Comment Ban Rate Analysis — Post & Upvote</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #0a0a0a; color: #e5e5e5; line-height: 1.6; }
.container { max-width: 1200px; margin: 0 auto; padding: 24px; }
@permain2
permain2 / index.html
Created March 2, 2026 11:16
Cosara Triple Vibe — Landing Page (Ogilvy-grade clone)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cosara Triple Vibe — The Upgrade You Didn't Know Was Possible</title>
<meta name="description" content="Two years of testing. 130 women. Three sensations, one device. Triple Vibe is the self-care companion that finally gets it right. 60-day guarantee.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fix: Rule Application Should Suppress Conflicting Hardcoded Behaviors</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;