Skip to content

Instantly share code, notes, and snippets.

View extratone's full-sized avatar
🗿
sudo exit

David Blue extratone

🗿
sudo exit
View GitHub Profile
@extratone
extratone / steam_input_config_neptune.json
Created June 14, 2026 01:35
Steam input configuration files side-by-side with their JSON (converted) counterparts.
{
"controller_mappings": {
"version": "3",
"revision": "416",
"title": "#Library_ControllerSaveDefaultTitle",
"description": "#Library_ControllerSaveDefaultDescription",
"creator": "76561197992864121",
"progenitor": "",
"export_type": "personal_cloud",
"controller_type": "controller_neptune",
body {
font:
normal normal 14px "Trebuchet MS",
Trebuchet,
sans-serif;
color: #cccccc;
background: #000000
url(https://www.blogblog.com/1kt/awesomeinc/body_background_dark.png) repeat
scroll top left;
}
@extratone
extratone / 2026LM24.ics
Created June 11, 2026 02:16
iCal-formatted event schedule for the 2026 24 Hours of Le Mans.
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Sabre//Sabre VObject 4.5.8//EN
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID:sabre-vobject-19ac0fbc-229f-48fd-aea5-066ce3e6205c
DTSTAMP:20260611T021001Z
SUMMARY:24 Hours of Le Mans - Race
DTSTART:20260613T160000Z
DTEND:20260614T160000Z

This page contains the complete list of Historical Markers from Texas's Historical Marker Program that are featured in the Texas map expansion DLC for American Truck Simulator.

List of Markers

The list contains an image and the location of each Historical Marker featured in the game and an exact copy of its title, description, and sign number. The sign number is marked on a separate brown guide sign indicating the presence of a Historical Marker. When such a sign is absent in the game, the sign number has been retrieved from the official Texas Historic Sites Atlas.

@extratone
extratone / delieverables.md
Created May 22, 2026 11:35
Quick Reference for the swapped company names in the [Real companies, gas stations & billboards plugin](https://steamcommunity.com/sharedfiles/filedetails/?id=2316796205) for American Truck Simulator.
Default Changed
42print 3M
Haddock shipyard Vigor Marine Group
Steeler Westmetal
Fish tail Trident
Sea horizon Westport
Homestore Home Depot
Farmersbarn Tractor Supply Co.
Lowe's factory Cargill
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@extratone
extratone / AppleFrames4.html
Last active April 24, 2026 17:50
Source analysis for Version 4 of Federico Viticci's Apple Frames Siri Shortcut.
<!DOCTYPE html><html><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="format-detection" content="telephone=no,date=no">
<title>Apple Frames</title>
<style>
body {
font-family: system-ui;
font-size: 0.95em;
margin-top: 1rem;
margin-bottom: calc(1rem + env(safe-area-inset-bottom));
formulas:
kB: (file.size / 1024).round()
MB: (file.size / 1048576).toFixed(2)
image: image(file.file)
views:
- type: cards
name: Image grid
filters:
and:
- file.ext == "avif" || file.ext == "bmp" || file.ext == "gif" || file.ext == "jpeg" || file.ext == "jpg" || file.ext == "png" || file.ext == "svg" || file.ext == "webp"