Skip to content

Instantly share code, notes, and snippets.

View ydewit's full-sized avatar

Yuri de Wit ydewit

  • Connecticut, USA
View GitHub Profile
http://norvig.com/21-days.html
http://developers.whatwg.org/
http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/#toc
Local Business connections
http://www.startupconnection.org/
http://stlouis.startupweekend.org/
Ruby/Heroku/Rails
http://www.nofluffjuststuff.com/blog/david_bock/2010/12/google_analytics_and_rails3
#!/bin/sh
# Setup some variables needed for bootstrapping the environment
ROOT=/home/vrde/projectz/myproject
REPOS=${ROOT}/repos
export PYTHONPATH=${REPOS}
@acarril
acarril / bootable-win-on-mac.md
Created November 18, 2022 17:49
Create a bootable Windows USB using macOS

For some reason, it is surprisingly hard to create a bootable Windows USB using macOS. These are my steps for doing so, which have worked for me in macOS Monterey (12.6.1) for Windows 10 and 11. After following these steps, you should have a bootable Windows USB drive.

1. Download a Windows disc image (i.e. ISO file)

You can download Windows 10 or Windows 11 directly from Microsoft.

2. Identify your USB drive

After plugging the drive to your machine, identify the name of the USB device using diskutil list, which should return an output like the one below. In my case, the correct disk name is disk2.