Skip to content

Instantly share code, notes, and snippets.

@snowe2010
snowe2010 / vagrant.log
Created February 12, 2020 23:58
vagrant log --debug &> vagrant.log
INFO global: Vagrant version: 2.2.7
INFO global: Ruby version: 2.4.9
INFO global: RubyGems version: 2.6.14.4
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/bin/vagrant"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/synced_folders/nfs/plugin.rb
@snowe2010
snowe2010 / vagrant.log
Created February 12, 2020 23:28
vagrant up --debug &> vagrant.log
INFO global: Vagrant version: 2.2.7
INFO global: Ruby version: 2.4.9
INFO global: RubyGems version: 2.6.14.4
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/bin/vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/synced_folders/nfs/plugin.rb
@snowe2010
snowe2010 / vagrant.log
Created February 10, 2020 19:00
vagrant up --debug &> vagrant.log
INFO global: Vagrant version: 2.2.7
INFO global: Ruby version: 2.4.9
INFO global: RubyGems version: 2.6.14.4
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/bin/vagrant"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/plugins/synced_folders/nfs/plugin.rb
@snowe2010
snowe2010 / sidebery.json
Created September 3, 2019 19:53
sidebery debugging json
{"settings":{"version":"3.0.0","nativeScrollbars":false,"ctxMenuNative":false,"autoHideCtxMenu":"none","ctxMenuRenderInact":false,"navBarInline":true,"hideSettingsBtn":false,"hideAddBtn":false,"navBtnCount":false,"hideEmptyPanels":true,"navMidClickAction":"none","navSwitchPanelsWheel":true,"groupLayout":"grid","activateLastTabOnPanelSwitching":true,"skipEmptyPanels":false,"showTabRmBtn":true,"hideInact":false,"activateAfterClosing":"next","activateAfterClosingPrevRule":"visible","activateAfterClosingNextRule":"tree","pinnedTabsPosition":"panel","pinnedTabsList":false,"tabsTree":true,"groupOnOpen":true,"tabsTreeLimit":"none","hideFoldedTabs":false,"autoFoldTabs":false,"autoExpandTabs":false,"rmChildTabs":"none","tabsChildCount":true,"tabsLvlDots":false,"discardFolded":false,"discardFoldedDelay":0,"discardFoldedDelayUnit":"sec","bookmarksPanel":true,"openBookmarkNewTab":false,"autoCloseBookmarks":false,"autoRemoveOther":false,"highlightOpenBookmarks":false,"activateOpenBookmarkTab":false,"showBookmarkLen":false

Questions to ask potential employers

  • How long do you expect it would take me to deploy my first change? To become productive? To understand the codebase?
  • What kind of equipment will I be provided? Will the company pay/reimburse me if I want something specific?
  • What's the longest tenure of a developer at this company?
  • How long has the top quarter of the developers been here?
  • What fraction of the developers have been here less than 6 months?
  • How long does it take to do a complete deployment?
  • How large are PRs? For a "big" PR, how many lines of code? How long is it open?
  • About what fraction of their time are developers given (implicitly or explicitly) the freedom to explore?
@snowe2010
snowe2010 / google-working-css-stylus
Last active February 6, 2018 15:25
Working openstyles/stylus css preprocessor example
/* ==UserStyle==
@name Empty @name replaces the default template - 2/5/2018, 5:05:43 PM
@namespace github.com/openstyles/stylus
@version 0.1.0
@description A new userstyle
@author Me
@preprocessor stylus
==/UserStyle== */
@snowe2010
snowe2010 / google_hover_stylus
Last active February 6, 2018 15:25
Non-working openstyles/stylus css preprocessor example
/* ==UserStyle==
@name Empty @name replaces the default template - 2/5/2018, 5:05:43 PM
@namespace github.com/openstyles/stylus
@version 0.1.0
@description A new userstyle
@author Me
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("google.com") {
@snowe2010
snowe2010 / test.rs.out
Created August 25, 2017 13:46
debug output for clap failing short args
cargo run --features yaml,debug --example test start -- -g -i -s -b (master|✚1…)
Compiling clap v2.26.0 (file:///Users/tylerthrailkill/Documents/dev/code/clap-rs)
warning: unused macro definition
--> src/macros.rs:783:5
|
783 | / macro_rules! sdebug {
784 | | ($fmt:expr) => (print!($fmt));
785 | | ($fmt:expr, $($arg:tt)*) => (print!($fmt, $($arg)*));
786 | | }
| |_____^
Font=Powerline Consolas
ForegroundColour=131,148,150
BackgroundColour=0,43,54
CursorColour=220,50,47
Black=7,54,66
BoldBlack=0,43,54
Red=220,50,47
BoldRed=203,75,22
Green=133,153,0
BoldGreen=88,110,117
@snowe2010
snowe2010 / index.html
Created January 12, 2016 20:24 — forked from 1forh/index.html
Prevent map zoom on scroll
<div id="map_wrapper">
<iframe id="map_canvas"></iframe>
</div>