1
0
mirror of https://github.com/osmarks/website synced 2025-07-22 03:42:51 +00:00

Improve GUIHacker

This commit is contained in:
osmarks 2024-10-25 19:36:44 +01:00
parent 559f784131
commit f8b17595e6
2 changed files with 8 additions and 12 deletions

View File

@ -20,7 +20,7 @@ jargonWords = {
"IPv4", "IPv6", "ARP", "DES", "IEEE", "NoSQL", "UTF-16", "ADSL", "ABI", "TX", "HEVC", "AVC", "IPv4", "IPv6", "ARP", "DES", "IEEE", "NoSQL", "UTF-16", "ADSL", "ABI", "TX", "HEVC", "AVC",
"AV1", "ASLR", "ECC", "HBA", "HAL", "SMT", "RPC", "JIT", "LCD", "LED", "MIME", "MIMO", "LZW", "AV1", "ASLR", "ECC", "HBA", "HAL", "SMT", "RPC", "JIT", "LCD", "LED", "MIME", "MIMO", "LZW",
"LGA", "OFDM", "ORM", "PCRE", "POP3", "SMTP", "802.3", "PSU", "RGB", "VLIW", "VPS", "VPN", "LGA", "OFDM", "ORM", "PCRE", "POP3", "SMTP", "802.3", "PSU", "RGB", "VLIW", "VPS", "VPN",
"XMPP", "IRC", "GNSS"], "XMPP", "IRC", "GNSS", "HBM", "ROM", "RFC", "HPC", "DMA"],
adjectives: adjectives:
["auxiliary", "primary", "back-end", "digital", "open-source", "virtual", "cross-platform", ["auxiliary", "primary", "back-end", "digital", "open-source", "virtual", "cross-platform",
"redundant", "online", "haptic", "multi-byte", "Bluetooth", "wireless", "1080p", "neural", "redundant", "online", "haptic", "multi-byte", "Bluetooth", "wireless", "1080p", "neural",
@ -33,7 +33,7 @@ jargonWords = {
"high-level", "low-level", "distributed", "accelerated", "base64", "purely functional", "high-level", "low-level", "distributed", "accelerated", "base64", "purely functional",
"serial", "parallel", "compute", "graphene", "recursive", "denormalized", "orbital", "serial", "parallel", "compute", "graphene", "recursive", "denormalized", "orbital",
"networked", "autonomous", "applicative", "acausal", "hardened", "category-theoretic", "networked", "autonomous", "applicative", "acausal", "hardened", "category-theoretic",
"ultrasonic" "ultrasonic", "high-level", "amortized", "tertiary", "256-bit"
], ],
nouns: nouns:
["driver", "protocol", "bandwidth", "panel", "microchip", "program", "port", "card", ["driver", "protocol", "bandwidth", "panel", "microchip", "program", "port", "card",
@ -50,7 +50,8 @@ jargonWords = {
"regex", "socket", "platform", "IP", "compiler", "interpreter", "nanochip", "certificate", "regex", "socket", "platform", "IP", "compiler", "interpreter", "nanochip", "certificate",
"API", "bitrate", "acknowledgement", "layout", "satellite", "shell", "MAC", "PHY", "VLAN", "API", "bitrate", "acknowledgement", "layout", "satellite", "shell", "MAC", "PHY", "VLAN",
"SoC", "assembler", "interrupt", "directory", "display", "functor", "bits", "logic", "SoC", "assembler", "interrupt", "directory", "display", "functor", "bits", "logic",
"sequence", "procedure", "subnet", "invariant", "monad", "endofunctor", "borrow checker"], "sequence", "procedure", "subnet", "invariant", "monad", "endofunctor", "borrow checker",
"kernel", "memory", "bootloader", "bytestring", "buffer", "allocator"],
participles: participles:
["backing up", "bypassing", "hacking", "overriding", "compressing", "copying", "navigating", ["backing up", "bypassing", "hacking", "overriding", "compressing", "copying", "navigating",
"indexing", "connecting", "generating", "quantifying", "calculating", "synthesizing", "indexing", "connecting", "generating", "quantifying", "calculating", "synthesizing",
@ -62,7 +63,8 @@ jargonWords = {
"scanning", "interpreting", "routing", "rerouting", "tunnelling", "randomizing", "scanning", "interpreting", "routing", "rerouting", "tunnelling", "randomizing",
"underwriting", "accessing", "locating", "rotating", "invoking", "utilizing", "underwriting", "accessing", "locating", "rotating", "invoking", "utilizing",
"normalizing", "hijacking", "integrating", "type-checking", "uploading", "downloading", "normalizing", "hijacking", "integrating", "type-checking", "uploading", "downloading",
"allocating", "receiving", "decoding" "allocating", "receiving", "decoding", "converting", "wiping", "erasing", "flashing",
"managing", "updating", "terminating", "detaching", "rewiring"
]}; ]};
// Generates a random piece of jargon // Generates a random piece of jargon
@ -413,6 +415,7 @@ var adjustCanvas = function(){
settings.outputConsole.style.height = (window.innerHeight / 3) * 2 + 'px'; settings.outputConsole.style.height = (window.innerHeight / 3) * 2 + 'px';
settings.outputConsole.style.top = window.innerHeight / 3 + 'px'; settings.outputConsole.style.top = window.innerHeight / 3 + 'px';
settings.outputConsole.style.textAlign = "left"
settings.focal = settings.canvas.width / 2; settings.focal = settings.canvas.width / 2;
settings.vpx = settings.canvas.width / 2; settings.vpx = settings.canvas.width / 2;

View File

@ -4,15 +4,8 @@ comments: off
description: <a href="https://github.com/osmarks/guihacker">My fork</a> of GUIHacker. Possibly the only version actually on the web right now since the original website is down. description: <a href="https://github.com/osmarks/guihacker">My fork</a> of GUIHacker. Possibly the only version actually on the web right now since the original website is down.
--- ---
<style> <style>
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
}
body { body {
font-family: 'Source Code Pro', 'Fira Code', 'Inconsolata', 'Courier New', 'Courier', monospace; font-family: 'Iosevka', 'Source Code Pro', 'Fira Code', 'Inconsolata', 'Courier New', 'Courier', monospace;
background: #000; background: #000;
color: #00FF00; color: #00FF00;
margin: 0; margin: 0;