Setting NWN2 to use just one CPU core to improve the performance:
Wine taskmgr -> Uncheck CPU1, just left CPU0.
Reference: http://www.tweakguides.com/NWN2_9.html
| canvas.width = canvas.height = 400; | |
| left-top is the origin in pixels | |
| |---|---| | |
| | | | | |
| |---o---| | |
| | | | | |
| |---|---| | |
| `o` is the origin in Webgl viewport |
Setting NWN2 to use just one CPU core to improve the performance:
Wine taskmgr -> Uncheck CPU1, just left CPU0.
Reference: http://www.tweakguides.com/NWN2_9.html
My friend Michael Jackson turned off github issues on one of his smaller projects. It got me thinking...
Maintainers getting burned out is a problem. Not just for the users of a project but the mental health of the maintainer. It's a big deal for both parties. Consumers want great tools, maintainers want to create them, but maintainers don't want to be L1 tech support, that's why they
| extension NSView { | |
| var snapshot: NSImage { | |
| guard let bitmapRep = bitmapImageRepForCachingDisplayInRect(bounds) else { return NSImage() } | |
| bitmapRep.size = bounds.size | |
| cacheDisplayInRect(bounds, toBitmapImageRep: bitmapRep) | |
| let image = NSImage(size: bounds.size) | |
| image.addRepresentation(bitmapRep) | |
| return image | |
| } | |
| } |
| package main | |
| import ( | |
| "fmt" | |
| "net" | |
| "time" | |
| "bufio" | |
| ) | |
| func handleConnection(conn net.Conn) { |
| #!/bin/sh | |
| # Configure homebrew permissions to allow multiple users on MAC OSX. | |
| # Any user from the admin group will be able to manage the homebrew and cask installation on the machine. | |
| # allow admins to manage homebrew's local install directory | |
| chgrp -R admin /usr/local | |
| chmod -R g+w /usr/local | |
| # allow admins to homebrew's local cache of formulae and source files | |
| chgrp -R admin /Library/Caches/Homebrew |
Edward Snowden answered questions after a showing of CITIZENFOUR at the IETF93 meeting; this is a transcript of the video recording.
For more information, see the Internet Society article.