Skip to content

Instantly share code, notes, and snippets.

View otakup0pe's full-sized avatar
🔁
lo-fi churn and chill

Jonathan Freedman otakup0pe

🔁
lo-fi churn and chill
View GitHub Profile
```
/c/wsl-rewt/src/CSX8600-trafficcontrol/build/sources/main/java/com/clussmanproductions/trafficcontrol/util/ImmersiveRailroadingHelper.java:10: error: package cam72cam.immersiverailroading.entity does not exist
import cam72cam.immersiverailroading.entity.EntityMoveableRollingStock;
^
/c/wsl-rewt/src/CSX8600-trafficcontrol/build/sources/main/java/com/clussmanproductions/trafficcontrol/util/ImmersiveRailroadingHelper.java:11: error: package cam72cam.mod.entity does not exist
import cam72cam.mod.entity.ModdedEntity;
^
/c/wsl-rewt/src/CSX8600-trafficcontrol/build/sources/main/java/com/clussmanproductions/trafficcontrol/util/ImmersiveRailroadingHelper.java:18: error: package trackapi.lib does not exist
import trackapi.lib.ITrack;
^
```
< AbyssalCraft-1.12.2-1.10.1.jar
---
> AbyssalCraft-1.12.2-1.10.2.jar
19c19
< BiomeTweaker-1.12.2-3.2.354.jar
---
> BiomeTweaker-1.12.2-3.2.363.jar
31c31,32
< CommonCapabilities-1.12.2-2.4.6.jar
@otakup0pe
otakup0pe / gist:8f3334bc4aecfac5f5d9a21b2ea5bc95
Created June 24, 2020 06:20
opencomputers / jei sad trombone
[23:11:04] [Client thread/WARN] [jei]: Mod added a tree entry after memory optimization!
java.lang.UnsupportedOperationException: null
at it.unimi.dsi.fastutil.chars.AbstractChar2ObjectFunction.put(AbstractChar2ObjectFunction.java:119) ~[fastutil-7.1.0.jar:?]
at mezz.jei.suffixtree.Node.addEdge(Node.java:124) [Node.class:?]
at mezz.jei.suffixtree.GeneralizedSuffixTree.update(GeneralizedSuffixTree.java:335) [GeneralizedSuffixTree.class:?]
at mezz.jei.suffixtree.GeneralizedSuffixTree.put(GeneralizedSuffixTree.java:166) [GeneralizedSuffixTree.class:?]
at mezz.jei.ingredients.IngredientFilter.addIngredient(IngredientFilter.java:119) [IngredientFilter.class:?]
at mezz.jei.ingredients.IngredientRegistry.addIngredientsAtRuntime(IngredientRegistry.java:277) [IngredientRegistry.class:?]
at mezz.jei.ingredients.IngredientRegistry.addIngredientsAtRuntime(IngredientRegistry.java:222) [IngredientRegistry.class:?]
at mezz.jei.ingredients.IngredientRegistry.add
@otakup0pe
otakup0pe / mounting-workshop.md
Last active February 5, 2018 02:08
Mesh Workshop Notes

Mounting Workshop

Overview / Errata

  • Where do you want to mount things? Where is your endpoint?
  • Where do you organize your equipment / tools
  • How are you going to do this?
    • Do you have rooftop access
    • Is tehre an HOA or zoning issue
  • BYOI is for the theory and the process and the concept wheras peoplesopen is the local implementation
local ichos = require("ichos")
local const = require("ichos_constants")
for i=0, 12, 1 do
luup.call_action(const.SID_SONOS, "PlayURI",
{URIToPlay="x-file-cifs://nas/tunez/effects/Wilhelm-Scream.mp3", Volume=25},
ichos_util.sonos_id(const.ZONES[math.random(4)]['Name']))
luup.sleep(250)
end
@otakup0pe
otakup0pe / Secretfile.yml
Last active March 31, 2018 08:04
AWS Credentials
# -*-YAML-*-
secrets:
- aws_file: "aws.yml"
mount: "aws"
region: "us-east-1"
roles:
- name: "bla"
arn: "arn:aws:iam::aws:policy/AdministratorAccess"
@otakup0pe
otakup0pe / Secretfile.yml
Created February 10, 2017 03:43
Move a secret
# -*-YAML-*-
secrets:
- files:
- source: 'secret.txt'
name: 'secret'
mount: 'foo'
path: 'bar'
state: 'absent'
- files:
- source: 'secret.txt'
@otakup0pe
otakup0pe / shell
Last active February 10, 2017 03:23
aomi extractions
$ aomi extract_file foo/bar/secret /tmp/garbage
$ cat /tmp/garbage
ayyyyy
$ aomi environment foo/bar
FOO_BAR_SECRET=ayyyyy
$ aomi environment foo/bar --no-merge-paths
SECRET=ayyyyyy
$ aomi environment foo/bar --key-map secret=not_secret \
--no-merge-paths
NOT_SECRET=ayyyyy
@otakup0pe
otakup0pe / Secretfile.yml
Created February 10, 2017 01:59
Generic Secrets (generated)
# -*-YAML-*-
secrets:
- generated:
mount: 'foo'
path: 'bar'
keys:
- name: 'secret'
method: 'uuid'
@otakup0pe
otakup0pe / Secretfile.yml
Last active February 11, 2017 18:39
Generic Secrets (From YAML)
# -*-YAML-*-
secrets:
- var_file: 'secrets.yml'
mount: 'foo'
path: 'bar'