Skip to content

Instantly share code, notes, and snippets.

View JarekToro's full-sized avatar
🚀

Jarek Toro JarekToro

🚀
  • Raven Industries
View GitHub Profile

RETURNAL: DEEP LORE ANALYSIS - FINDINGS

Executive Summary

This analysis represents a comprehensive programmatic examination of 291 lore entries from the game Returnal, uncovering hidden narrative layers, psychological themes, and the true nature of Selene Vassos's journey through Atropos.


Key Discoveries

# Using Apple Music from the Snap Store
# Next Song in Apple Music
"ACTWIN=$(xdotool getactivewindow);xdotool search --name Apple windowactivate; xdotool key 'Right'; xdoto>
b:9
# Pause/Play Song in Apple Music
"ACTWIN=$(xdotool getactivewindow);xdotool search --name Apple windowactivate; xdotool key 'space'; xdoto>
b:8
@JarekToro
JarekToro / immutable-utils.ts
Last active July 29, 2019 19:59
Some wrapper utilities for use with immutable-assign
/* MIT License
Copyright (c) 2019 Jarek Toro
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@JarekToro
JarekToro / 0_reuse_code.js
Created November 17, 2013 02:59
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console