Guide to setting up network-wide ad blocking with Pi-hole and ad-free YouTube on Fire TV Stick, all managed from a Linux server (Arch Linux).
Pi-hole acts as a DNS sinkhole, blocking ad and tracking domains for all devices on your network.
Guide to setting up network-wide ad blocking with Pi-hole and ad-free YouTube on Fire TV Stick, all managed from a Linux server (Arch Linux).
Pi-hole acts as a DNS sinkhole, blocking ad and tracking domains for all devices on your network.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>ASO Atlas Analysis Report</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 900px; margin: 40px auto; padding: 20px; } | |
| h1 { color: #2c3e50; } | |
| h2 { color: #34495e; border-bottom: 2px solid #3498db; padding-bottom: 10px; } | |
| table { border-collapse: collapse; width: 100%; margin: 20px 0; } | |
| th, td { border: 1px solid #ddd; padding: 12px; text-align: left; } |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>ASO Atlas Repository Analysis Report</title> | |
| <style> | |
| :root { | |
| --primary: #2563eb; | |
| --secondary: #7c3aed; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>ASO Atlas Analysis Report - Sandbox Limitation</title> | |
| <style> | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; | |
| max-width: 900px; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Lango Sandbox Demo</title> | |
| <style> | |
| body { background: #0a0a0a; margin: 0; overflow: hidden; font-family: monospace; } | |
| canvas { display: block; } | |
| .info { position: fixed; top: 10px; left: 10px; color: #0f0; font-size: 14px; } | |
| </style> | |
| </head> |
SwiftBar plugin to display Awair air quality data in your macOS menu bar with CO₂ alerts.
💡 Why this exists: High CO₂ levels significantly impair cognitive function.
| # /// script | |
| # [tool.marimo.runtime] | |
| # auto_instantiate = false | |
| # /// | |
| import marimo | |
| __generated_with = "0.11.20-dev10" | |
| app = marimo.App(width="medium") |
Many people have read the Harry Potter series hence I consider it a good measure for readers to estimate how long a blogpost based on word count (rather than reading time).
| Book | Words | Pages |
|---|---|---|
| Harry Potter and the Philosopher’s Stone | 76,944 | 223 |
| Harry Potter and the Chamber of Secrets | 85,141 | 251 |
| Harry Potter and the Prisoner of Azkaban | 107,253 | 317 |
| a | b | c | |
|---|---|---|---|
| 1 | 0 | One | |
| 2 | 0 | Two | |
| 3 | 0 | Three |
| import pandas as pd | |
| pd.DataFrame({'a': [1,2,3], 'b': [0,0,0], 'c': ['One', 'Two', 'Three']}) |