Skip to content

Instantly share code, notes, and snippets.

View jimjag's full-sized avatar

Jim Jagielski jimjag

View GitHub Profile
Thanks for these questions! I'll try to answer as succinctly as possible.
Your Time:
I've actually more available time to volunteer for OSI than I've had in many years. But even all time is precious, so why use some of mine here? The reason is because I feel that my time here, and especially my voice, is extremely valuable at this stage of the open source movement. As we have seen, there is still confusion and concern related to open source, and so much of this can be, and should be, alleviated and resolved by OSI. For me, the main focus would be on increased advocacy and education, especially directed towards governments and agencies with a somewhat inaccurate perception of open source, and what is actually feasible.
Licensing process:
All improvements are welcomed, and though there might be debate on whether they are needed enough, I trust the cmmt to do the right thing. From a board level perspective, my only concern would be anything that needs to the undue and unwarranted increase in so-called "vanity"
;
; VIA_read_mini_keyboard - returns 4-key keyboard inputs
; Returns in A: (UP: $1, DOWN: $2, LEFT: $4, RIGHT: $8)
;
VIA_read_mini_keyboard:
@waiting:
lda #(DEBOUNCE)
jsr LIB_delay1ms
lda PORTA
jimjag uber org
@jimjag
jimjag / Rakefile
Created October 28, 2019 18:15 — forked from sindresorhus/Rakefile
Programmatically build and sign a Developer ID macOS app
APP_NAME = 'My App'
TEAM_ID = 'XXXXXXXXXX'
desc 'Create a beta build'
task :build do
# Start with a clean state
build_dir = 'build'
system %(rm -rf #{build_dir})
# Build
@jimjag
jimjag / parse_pbzx.py
Created September 19, 2017 18:43 — forked from Lekensteyn/parse_pbzx.py
Pure python reimplementation of .cpio.xz content extraction from pbzx file payload for OS X packages
#!/usr/bin/env python
# Extract .cpio file from a pbzx Payload file.
#
# Based on https://gist.github.com/pudquick/ac29c8c19432f2d200d4,
# this version adds a command-line interface, improves efficiency (1 MiB chunks
# instead of a full copy in memory), adds Python 3 compatibility and
# automatically decompresses stuff (some blocks may not be compressed).
#
# Example usage (from Python):
#
@jimjag
jimjag / gist:0eda9c1a0b4f14bf85c4
Created October 23, 2015 13:15
Verifying that +jimjag is my blockchain ID. https://onename.com/jimjag
Verifying that +jimjag is my blockchain ID. https://onename.com/jimjag