User Tools

Site Tools


software_use

This is an old revision of the document!


Software I use

  • Sublime Text is my favorite text editor. I've used it since ST2, 3, and now into 4. It is easily the most performant editor I've used, opening gigabyte-sized files with ease. It's find and replace function is amazing. I use the following user preferences and a variety of packages. I change draw_white_space to review code more easily.
{
	"caret_style": "phase",
	"color_scheme": "auto",
	"draw_indent_guides": true,
	"draw_minimap_border": false,
	"draw_white_space": "all",
	"ensure_newline_at_eof_on_save": true,
	"file_exclude_patterns":
	[
		"*.log",
		"*.pyc",
		"*.pyo",
		"*.exe",
		"*.dll",
		"*.obj",
		"*.o",
		"*.a",
		"*.lib",
		"*.so",
		"*.dylib",
		"*.ncb",
		"*.sdf",
		"*.suo",
		"*.pdb",
		"*.idb",
		".DS_Store",
		"*.class",
		"*.psd",
		"*.db",
		"*.sublime-workspace",
		"*.js.map",
		"jquery*.js",
		"*.svg",
		"*.cache",
		"*.cjs",
		"webflow.js",
		"zip_codes.csv"
	],
	"folder_exclude_patterns":
	[
		".svn",
		".sass-cache",
		".git",
		".hg",
		"CVS",
		"node_modules",
		"packs-test",
		"packs",
		"tmp",
		"vendor"
	],
	"font_size": 12,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Vintage",
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"ruby_path": "/Users/particles/.rbenv/versions/3.2.2/bin/ruby",
	"scroll_past_end": true,
	"show_errors_inline": false,
	"show_tab_close_buttons": false,
	"tab_size": 2,
	"theme": "auto",
	"translate_tabs_to_spaces": true,
	"ui_native_titlebar": false,
	"ui_separator": true,
	"ui_wide_scrollbars": false,
	"hot_exit": "disabled",
	"remember_workspace": false,
	"auto_complete_commit_on_tab": true,
	"font_face": "PragmataPro Mono Liga",
	"font_options": [""],
	"dark_theme": "ayu-dark.sublime-theme",
	"light_theme": "ayu-light.sublime-theme",
	"dark_color_scheme": "ayu-dark.sublime-color-scheme",
	"light_color_scheme": "ayu-light.sublime-color-scheme",
	"index_files": false,
}
  • Soulver but not the iCloud Sync part. Soulver is the only way I've stuck to a monthly or annual budget.
  • mpv is my favorite media player on most systems. On iOS, I use nPlayer, and on Apple TV, I use infuse.
  • Mimestream is my favorite email client.
  • Clean email is my favorite email cleaning service. Specifically, compared to Sanebox, I use it for the email screening and auto-clean features.
  • Anki is my favorite flash card app, but it's really the only SRS app I use.
  • Amphetamine is the app I use to keep my Mac awake.
  • Alfred is what I use for a launcher on Mac.
  • Cleanshot X is my screenshot / screen recording tool of choice.
  • OmniFocus is my task management app of choice, but it is not perfect and I have many problems with it.
  • RhythMap is my favorite store locator for rhythm games in Japan.
  • Tot is my favorite cross-device scratch pad for text.
  • Shadowrocket is my favorite VPN/proxy app.
  • Naver Papago is my favorite translation service, but the Papago app is the best by far for what I need. Specifically, it allows you to copy kanji from images so you can then paste that into other things like notes or dictionaries. It's far better than Apple's image-to-text recognition. It is also the best translation tool for Korean and pretty good for Japanese/Chinese.
  • The ALL.net games locator service is also really useful.
  • NERV is obviously on this list.
  • RadarScope is amazing in the US as a weather radar.
software_use.1748187849.txt.gz · Last modified: by particles