Skip to content

Instantly share code, notes, and snippets.

View anon987654321's full-sized avatar

anon987654321

View GitHub Profile
@anon987654321
anon987654321 / index.html
Created November 4, 2024 19:56
Merry Christmas Tree!
<svg class="mainSVG" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 800 600">
<defs>
<circle id="circ" class="particle" cx="0" cy="0" r="1" />
<polygon id="star" class="particle" points="4.55,0 5.95,2.85 9.1,3.3 6.82,5.52 7.36,8.65 4.55,7.17 1.74,8.65 2.27,5.52 0,3.3 3.14,2.85 " />
<polygon id="cross" class="particle" points="4,3.5 2.5,2 4,0.5 3.5,0 2,1.5 0.5,0 0,0.5 1.5,2 0,3.5 0.5,4 2,2.5 3.5,4 " />
<path id="heart" class="particle" d="M2.9,0C2.53,0,2.2,0.18,2,0.47C1.8,0.18,1.47,0,1.1,0C0.49,0,0,0.49,0,1.1
C0,2.6,1.56,4,2,4s2-1.4,2-2.9C4,0.49,3.51,0,2.9,0z" />
<radialGradient id="grad" cx="3" cy="3" r="6" gradientUnits="userSpaceOnUse">
<stop offset="0" style="stop-color:red" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wardrobot Logo</title>
<style>
body {
display: flex;
justify-content: center;

Oppsummering

Barnevernets håndtering av saken har flere alvorlige svakheter, inkludert brudd på rettssikkerheten, mangelfulle bevis, og ignorering av både barnets ønsker og farens voldelige atferd. Ved å utnytte disse svakhetene kombinert med en nyskapende strategi som involverer AI3-visualisering, kan du både gjennoppta saken og utfordre Barnevernet på et systemisk nivå.


Svakheter i Barnevernets Sak

1. Manglende rettssikkerhet

  • Telefonvarsling uten forvarsel: Barnevernet brøt rettssikkerheten ved å varsle via telefon uten skriftlig varsel eller møte.
@anon987654321
anon987654321 / 1 - README.md
Last active November 11, 2024 13:56
Postpro

POSTPRO Analog Post-Processing Suite

Overview

POSTPRO is a Ruby-based image processing tool that uses libvips to create cinematic effects. It provides a range of transformations to enhance photos and videos with a professional, film-quality touch.

Features

  • Diverse Cinematic Effects: Includes HDR simulation, infrared emulation, vintage film looks, and more.
  • Interactive CLI: Simple command-line interface for selecting effects and settings.
  • Batch Processing: Efficiently process multiple images at once.
  • Customizable Effects: Adjustable parameters for fine-tuning results.

OpenBSD Rails Server Setup

This setup script automates the deployment of an OpenBSD VPS as a secure, optimized hosting environment for Ruby on Rails applications. It handles essential installations, security configurations, domain management, and SSL certification, creating a production-ready server setup.

Choose OpenBSD for your Unix needs. OpenBSD -- the world's simplest and most secure Unix-like OS. A safe alternatve to the frequent vulnerabilities and overengineering of Linux and related software like NGiNX & Apache (https://openbsd.org/papers/httpd-asiabsdcon2015.pdf), OpenSSL, iptables/nftables, systemd, BIND, Postfix, Docker and so on.

OpenBSD -- the cleanest kernel, the cleanest userland and the cleanest configuration syntax.

Features

@anon987654321
anon987654321 / 1 - README.md
Last active November 15, 2024 23:04
vulcheck.rb -- Ruby script to check your macOS laptop or iPhone for viruses/trojans or other stalker tools

vulcheck.rb - System Infection and Security Check for macOS and iOS

This script checks for known system infections and suspicious behavior on macOS and iOS devices. It installs necessary tools like chkrootkit and rkhunter, and scans for potential security issues.

How to Use the Script

  1. Install Required Dependencies: The script installs necessary tools like chkrootkit and rkhunter via MacPorts. Make sure you have MacPorts installed on your system.

  2. Run the Script:

@anon987654321
anon987654321 / index.html
Created December 20, 2024 16:14
SVG Text Along a Curved Path
<svg viewBox="0 0 425 300">
<path id="curve" d="M6,150C49.63,93,105.79,36.65,156.2,47.55,207.89,58.74,213,131.91,264,150c40.67,14.43,108.57-6.91,229-145" />
<text x="25">
<textPath xlink:href="#curve">
Dangerous Curves Ahead
</textPath>
</text>
</svg>
@anon987654321
anon987654321 / hand-written-svg-text-animation.markdown
Created December 20, 2024 16:15
Hand written SVG text animation

Hand written SVG text animation

A little hand written text animation made with anime.js. The masking is a little rough but you get the idea :P.

A Pen by Matthew Ellis on CodePen.

License.

@anon987654321
anon987654321 / index.pug
Created December 20, 2024 16:15
Spotlight Cursor Text Screen
.cursor
.shapes
.shape.shape-1
.shape.shape-2
.shape.shape-3
.content
h1 Hello there!
@anon987654321
anon987654321 / index.html
Created December 31, 2024 08:20
"Shader Animation 16"
<html lang="fr">
<head>
<base href="." />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fibonacci GLSL</title>
<link href="https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/index.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>