Skip to content

Instantly share code, notes, and snippets.

View legitosaurus's full-sized avatar
🎯
Focusing

Nathan Thompson legitosaurus

🎯
Focusing
View GitHub Profile
@legitosaurus
legitosaurus / wankers_guide_to_spamming.md
Created April 10, 2023 16:01
The Ultimate Wanker's Guide to Spamming AI Products on Reddit

The Ultimate Guide to Spamming Your Mediocre AI Product Like a True Wanker - @foodz

Greetings, wanker comrades! Today, we band together to celebrate the art of obnoxiously promoting our subpar AI products to every corner of Reddit. So, buckle up and unleash the inner wanker in you!

Step 1: Visibility, or How to Be the Life of the (Spam) Party

Embrace your wanker nature and follow these foolproof steps to ensure your mediocre AI product outshines even the most irrelevant posts:

  • Post it everywhere, even on /r/aww (kittens love AI, right?).
  • Clickbait titles so deliciously cheesy that they could make a lactose intolerant person cringe.

Keybase proof

I hereby claim:

  • I am legitosaurus on github.
  • I am foodz (https://keybase.io/foodz) on keybase.
  • I have a public key ASAUNQWKQ-zA6tdJSZTiFkQl7WPPsRvXPvXMGNXykWFbnQo

To claim this, I am signing this object:

@legitosaurus
legitosaurus / clean-up-boot-partition-ubuntu.md
Created June 7, 2018 16:15 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
@legitosaurus
legitosaurus / .gitlab-ci.yml
Created March 29, 2018 22:56 — forked from thornbill/.gitlab-ci.yml
Example Node GitLab CI Yamlfile
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image: node:6
before_script:
- npm install
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
@legitosaurus
legitosaurus / compile_ffmpeg.md
Created January 19, 2018 21:49 — forked from teocci/compile_ffmpeg.md
Compile FFmpeg on Ubuntu 16.04

Compile FFmpeg on Ubuntu

This basic guide supports Ubuntu Xenial Xerus 16.04 and will enable several external encoding and decoding libraries: libfaac (AAC encoder), libfdk-aac (AAC encoder), libmp3lame (MP3 encoder), libopencore-amr (AMR encoder/decoder), librtmp (for additional RTMP protocols), libtheora (Theora encoder), libvorbis (Vorbis encoder), libvpx (VP8 encoder/decoder), and libx264 (H.264 encoder). These are optional and may be omitted if desired. This guide will also install many filters (see the filter list in the [Filtering Guide][1].

Note: Copy and paste the whole code box for each step.

Preparation