Skip to content

Instantly share code, notes, and snippets.

@ryancwalsh
ryancwalsh / jobs.md
Created May 28, 2025 19:56
Welcome file

Intro

During my recent job search (in fall 2020), I observed a wide range in the attractiveness of job descriptions and recruiting processes.

I took notes on my preferences (tried to assemble “the best of the best”) in case it would be useful for when my future teammates needed to recruit someone new.

Goals

  1. Attract excellent candidates.

✅ But here's a workaround path:

Create a disk image (.dmg) locally on your Mac, mount it, and use it as the target for createinstallmedia.
Then you can copy that .dmg file over your network to Ubuntu and dd it onto a USB stick there.


@ryancwalsh
ryancwalsh / Wake.ps1
Created June 25, 2021 18:40 — forked from alimbada/Wake.ps1
PowerShell script for sending Wake On LAN magic packets to given machines/MAC address(es)
#######################################################
##
## Wake.ps1, v1.0, 2013
##
## Adapted by Ammaar Limbada
## Original Author: Matthijs ten Seldam, Microsoft (see: http://blogs.technet.com/matthts)
##
#######################################################
<#
@ryancwalsh
ryancwalsh / DownloadBitbucketIssues.php
Created August 26, 2018 21:32
Export all BitBucket issues to json file
<?php
/**
* EXPORT ALL BITBUCKET ISSUES TO JSON FILE
*
* I couldn't figure out how to use https://github.com/GrahamCampbell/Laravel-Bitbucket/ so instead am using https://github.com/BitbucketAPI/Client/ directly so that I can export (download) all of my issues from all of my Bitbucket repositories' issue trackers.
*
* Here are the steps that make it work:
*
* 1. Visit https://bitbucket.org/account/user/{your_username}/app-passwords