Skip to content

Instantly share code, notes, and snippets.

Shout out to the man, the myth, the legend @Ron for being an absolute man, myth and legend. Without fail, every single day since he's joined Leonardo he has spent a day with the company.
He was the best of engineers,
He was the worst of engineers
Borne forwards ceaselessly into the future,
Worn towards needlessly taken to pasture
I, too, declare unwavering fealty to Ronald the hamfryer slayer, first of his name (I think), maker of pains.
@ronvoluted
ronvoluted / nord-deep-tweaked.yaml
Last active December 12, 2024 16:05
Warp.dev Nord Deep tweaked theme
details: darker
background:
top: "#141924"
bottom: "#111112"
foreground: "#d8dee9"
accent:
left: "#186ec4"
right: "#141924"
terminal_colors:
normal:
@ronvoluted
ronvoluted / dictionary.txt
Created September 12, 2024 18:15
Dictionary for Darktide 2024-09-11
This file has been truncated, but you can view the full file.
content/characters/cinematics/cin_blank
content/characters/cinematics/cin_blankt
content/characters/cinematics/cin_human
content/characters/cinematics/cin_human_cutscene
content/characters/cinematics/cin_ogryn_cutscene
content/characters/cinematics/cin_ogryn_sit_02
content/characters/cinematics/human/extras/extras
content/characters/cinematics/human/hub_shop_keepers/barber_surgeon/oska_krall_barber_surgeon
content/characters/cinematics/human/hub_shop_keepers/crafting_station/hadron_crafting_station
@ronvoluted
ronvoluted / .eslintrc.json
Last active August 9, 2023 07:12
NextJS ESLint config
{
"root": true,
"parser": "@typescript-eslint/parser",
"extends": ["next/core-web-vitals", "eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"plugins": ["@typescript-eslint"],
"ignorePatterns": ["*.cjs"],
"settings": {},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": "latest",
@ronvoluted
ronvoluted / Getting mmfashion to work.md
Last active October 2, 2022 08:45
Getting mmfashion to work

Steps

  1. Clone the repository: https://github.com/open-mmlab/mmfashion

  2. a) Download models to /checkpoint directory from https://github.com/open-mmlab/mmfashion/blob/master/docs/MODEL_ZOO.md

    b) Rename them something useful like cat_att_fine_vgg_landmark.pth instead of latest.pth or vgg16.pth

  3. a) Download annotations to /data/Attr_Predict directory from https://drive.google.com/drive/folders/0B7EVK8r0v71pWGplNFhjc01NbzQ?resourcekey=0-BU3lAk-Nc7HscJu-CyC1yA

    b) Copy Anno_coarse to Anno such that you have /data/Attr_Predict/Anno/<list_files>.txt

@ronvoluted
ronvoluted / SequenceDiagram.mmd
Created August 23, 2022 13:34
DDM Sequence Diagram
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<script>
switch(code) {
case 'Enter':
calculation.calculate();
break;
case 'Backspace':
calculation.backSpace();
break;
default:
shiftDown ? calculation.addKey(valueUpper || value) : calculation.addKey(value);