Skip to content

Instantly share code, notes, and snippets.

View SandwichChef's full-sized avatar

SandwichChef SandwichChef

View GitHub Profile
So the reason why I like Polka as the singer of this song is actually related to Tuyu's whack transitions
Are you familiar with the idea of the Apollonian and the Dionysian?
tl;dr, Nietzsche wrote a lengthy essay about Greek tragedy, and noted that the best tragedies utilized a mixture of two competing forces, the Apollonian (orderly, passionless, structured), and the Dionysian (disorderly, manic, unstructured)
One of the main things I love about Polka is that she's a multifaceted character with a manic outgoing side (the Dionysian), and a depressive more introspective literary side (the Apollonian)
The juxtaposition/gap between the two has an extremely powerful effect
And in this song, Tuyu's crazy transitions actually work to a similar effect
Some verses are a manic expression of desire, and some verses are a depressive reflection/introspection on the consequences of those desires
The result is what I believe the children would call: "Kino as fuck"
Related to #music, in recent years the most important thing
"ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAk8XMS3K/dhmTRb3ERJqUXpW3gwKeS4nQPXztkXmFzsEyOeuxYl+Iy+tFtdz4n0Sq3nDLGpLsE/zVa8zvF3tbjShjppNFwuMFvgH/yyi4ncKMrXDzpusT06xKlPjEWYIvY1rkWe58jXzCdi/z1WvZ9bkBOpFe1ilYX+QgLqeT7qfRhW14ZlcqmRurSMINotnc2bEsUg/xW/r3ZxNJzBm7c5JSipwSHOPMUMouZpAJ+wSiiKE3j5UmEBrW1gzWdhvK3MEqdWG83LOTno8rYWt+c2usOSRjKEOiB3JDwWPjVFedG/XO+RTa/3VWD/wBxfxcL1dIHZJOzSnyhxE55axrvw== Lotus to Foxears"
-- Logs begin at Mon 2020-06-08 22:48:36 CDT, end at Fri 2020-07-03 02:26:49 CDT. --
Jun 08 23:53:13 Vajra NetworkManager[1070]: <warn> [1591678393.6798] sup-iface[0x1141220,wlp7s0]: connection disconnected (reason -3)
Jun 08 23:53:25 Vajra NetworkManager[1070]: <warn> [1591678405.8564] sup-iface[0x1141220,wlp7s0]: connection disconnected (reason -3)
Jun 08 23:53:27 Vajra NetworkManager[1070]: <warn> [1591678407.0010] device (wlp7s0): Activation: (wifi) association took too long
Jun 08 23:53:27 Vajra NetworkManager[1070]: <warn> [1591678407.0019] device (wlp7s0): Activation: (wifi) asking for new secrets
Jun 08 23:54:06 Vajra NetworkManager[1070]: <warn> [1591678446.9639] sup-iface[0x1141220,wlp7s0]: connection disconnected (reason -3)
Jun 08 23:54:20 Vajra NetworkManager[1070]: <warn> [1591678460.0013] device (wlp7s0): Activation: (wifi) association took too long
Jun 08 23:54:20 Vajra NetworkManager[1070]: <warn> [1591678460.0021] device (wlp7s0): Activation: (wifi) asking for new secrets
Jun 08 23:54
Topics for 6/11
Intro: I forgot that what I published as having been done on 6/9 was actually done on 6/10
Define "Harem protagonist syndrome" (ala: agreeing to everything (being a yes man), alt. being like Shirou from that one episode of Carnival Phantasm (I just want to make everyone happy!))
I was doing good about not allowing myself to become triple booked for a while, but due to poor time management and poor self-care, I ended up relapsing.
Helping Tora go to Micro Center and pick out parts for his PC rebuild
; foxears.life Dumped Sat Jun 13 04:59:13 2020
;
foxears.life. 86400 IN SOA ns1.he.net. hostmaster.he.net. (
2020061301 ;serial
86400 ;refresh
7200 ;retry
3600000 ;expire
86400 ) ;minimum
foxears.life. 300 IN A 51.15.19.14
foxears.life. 86400 IN NS ns1.he.net.
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
# All credit for this script belongs to Thoughtquake
extends Node2D
const TILE_SIZE = 32
const LEVEL_SIZES = [Vector2(30,30),Vector2(35,35),Vector2(40,40),Vector2(45,45),Vector2(50,50) ]
const LEVEL_ROOM_COUNTS = [5,7,9,12,15]
const LEVEL_ENEMY_COUNTS = [5,8,12,18,26]
const LEVEL_ITEM_COUNTS = [2,4,6,8,10]
const MIN_ROOM_DIMENSION = 5
# For more information on configuration, see:
# * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/
user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log;
pid /run/nginx.pid;
# Load dynamic modules. See /usr/share/nginx/README.dynamic.
GallantChef Last Thursday at 12:21
Same
The Sheep x Haato storyline is kind of what brought me in, beyond just highlights
[Dead] Narwhal Last Thursday at 12:22
I prefer the Aqua / Shion feud drama.
GallantChef Last Thursday at 12:22
That one was a classic
And it ended up with a bang, heh
"""
jwmonet
Relearning Python
20201220
"""
import random
class MyException(Exception):
pass