Paul Winkler
Paul Winkler
Example: * exercise at strike price $x * pay AMT tax on bargain element * hold shares n years * company acquired for less than overhang, common stock is worth...
When my company had a series B, our existing options were split - I believe this is done to make a larger pool of shares? Don't really know. The total...
### Motivation **I will probably abandon this and pull bits of it into smaller PRs after #966 merges** Generated RBIs differ in many ways from the ruby protobuf documentation and...
You do your logging setup via logging.basicConfig(). As per the python docs: "This function does nothing if the root logger already has handlers configured for it." So if I have...
Settings can change any time, but once you've run syncdb, you can't increase settings.API_KEY_SIZE without breaking generate_unique_api_key() because it'll try to make a key that's too big. This should at...
Not a topic I'm expert in, but this post demonstrates an alternative that might be safer: http://jetfar.com/simple-api-key-generation-in-python/
After a system update from 13.1.something to 13.2.1, emacsplus 28.1 with native comp enabled was failing to load [my config](https://github.com/slinkp/dotemacs). (Preamble on the yak shaving I had to do to...
With this change, the `gum` theme can be tweaked for style and behavior without forking it: 1. Create a static css or js file, eg "content/static/foo.css" and "content/static/foo.js" in your...
I haven't firebugg'd through the olwidget code on this yet, but if I have a Django object with a GeometryField that contains this multipolygon: https://gist.github.com/1002741 ... then if I load...