Skip to content

Instantly share code, notes, and snippets.

View bryanveloso's full-sized avatar

Bryan Veloso bryanveloso

View GitHub Profile
@bryanveloso
bryanveloso / ff_favorites.rst
Last active February 27, 2024 17:01
I live for the J/RPG.

This is an opinionated list of my favorite "mainline" entries in the Final Fantasy series.

  1. Final Fantasy IV
  2. Final Fantasy XIV
  3. Final Fantasy XVI
  4. Final Fantasy VII: Remake
  5. Final Fantasy XV
  6. Final Fantasy Tactics (Preference given to the "War of the Lions" remake.)
  7. Final Fantasy XII
  8. Final Fantasy VI

<soapbox>

You're an intelligent individual who loves your hobbies. I would say the growth of this community is a testament to you doing the right thing to force change. Pouring the time you'd spend angry about Voron-idiots would be better spent lifting this community to greater heights.

``

@bryanveloso
bryanveloso / printer.cfg
Created February 6, 2024 00:54
printer.cfg
# ------ FYSTEC SPIDER KING MCU Stepper Definition
# ------ X/Y MOTORS
# LEFT FRONT
[stepper_x]
step_pin: PG7
dir_pin: PG6
enable_pin: !PE11
endstop_pin: tmc5160_stepper_x:virtual_endstop
@bryanveloso
bryanveloso / pip.conf
Created March 10, 2010 21:15 — forked from jezdez/pip.conf
Sample pip configuration file.
[global]
default-timeout = 60
respect-virtualenv = true
download-cache = /tmp
log-file = /tmp/pip-log.txt
[install]
find-links =
http://pypi.pinaxproject.com
http://pypi2.pinaxproject.com
@bryanveloso
bryanveloso / vercel-monorepo.MD
Created April 10, 2021 18:27 — forked from clodal/vercel-monorepo.MD
Setting Up Vercel Monorepo

Vercel Monorepo

Why?

  1. Code sharing: xxx-web project can directly access files and variables in xxx-api project vice versa. No need for a private npm module (i.e. @onextech/ens-api) for code sharing.
  2. Integrated: Only 1 git repository to check-in to. No need to split across web and api, etc.

Benefits

  1. Linked dependencies (i.e. node_modules) via Yarn Workspaces
  2. Aliased imports (i.e. @app/web/src/*)
@bryanveloso
bryanveloso / cloudSettings
Last active January 28, 2021 02:19
VSCode Settings Sync
{"lastUpload":"2020-09-19T19:19:09.670Z","extensionVersion":"v3.4.3"}
@bryanveloso
bryanveloso / S1Engine.ini
Last active July 9, 2020 02:32
My edited S1Engine configuration for TERA Online.
[URL]
Protocol=unreal
Name=Player
Map=Start.gmp
LocalMap=Start.gmp
TransitionMap=Start.gmp
MapExt=gmp
EXEName=S1Game.exe
DebugEXEName=DEBUG-S1Game.exe
SaveExt=usa
@bryanveloso
bryanveloso / notes.md
Last active May 21, 2019 15:38
(Almost) all of the pertinent user experience changes that were released between 4.0 and 4.58.

(NOTE: This was meant to be a YouTube video, but I ultimately decided against it.)

Final Fantasy XIV Stormblood, A Look Back at the UI Changes

Over the lifetime of Final Fantasy XIV's Stormblood expansion: there have been 24 official patches. Thirteen of them contained user experience changes, and many major features added: Blue Mage, the Eureka experience, the Glamour Dresser, and more. In this case I'm classifying major as any feature that required more than a couple changes to the user experience.

With so many changes, especially ones related to the major features added during the course of the expansion, I'm only going to cover the UI changes and quality-of-life updates I feel affect your everyday gameplay, or updates people may have overlooked. If I didn’t do that, I’d literally be reading the patch notes. I've posted my full set of notes in a Gist (this document), please forgive me if my notes can be a bit... lazy at times.

Outline

@bryanveloso
bryanveloso / brew-services.rb
Created December 8, 2011 09:39 — forked from lwe/brew-services.rb
External script for homebrew to simplify starting services via launchctl, out of the box support for any formula which implements #startup_plist. (This version fixes the deprecation warning raised on Formula.resolve_alias.)
#!/usr/bin/env ruby -w
# brew-services(1) - Easily start and stop formulas via launchctl
# ===============================================================
#
# ## SYNOPSIS
#
# [<sudo>] `brew services` `list`<br>
# [<sudo>] `brew services` `restart` <formula><br>
# [<sudo>] `brew services` `start` <formula> [<plist>]<br>
@bryanveloso
bryanveloso / autoexec.cfg
Last active January 3, 2016 15:49
My Dota 2 configuration.
con_enable "1" // Enables the console.
dota_disable_range_finder "1" // Activate the visual spell range indicator.
dota_minimap_misclick_time "0.3" // Delay threshold to accept clicks on the mini-map.
dota_player_units_auto_attack "0" // Disable auto-attack.
dota_force_right_click_attack "1" // Enable right-click deny.
dota_range_display "1200"
dota_screen_shake "1"
dota_player_multipler_orders "0"
dota_unit_fly_bonus_height "150"