You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This document contains some ideas for additions to the Nix language.
Motivation
The Nix package manager, Nixpkgs and NixOS currently have several
problems:
Poor discoverability of package options. Package functions have
function arguments like enableFoo, but there is no way for the Nix
UI to discover them, let alone to provide programmatic ways to
original ranking, featured on PC Gamer, based on data downloaded prior to the Steam summer sales.
updated ranking, using data from June 30, a week after the Steam summer sales have started.
Bug fix regarding ranking based on playtime
Initially, I presented on this Gist page a ranking using playtime as popularity measure. However, as I have kept working on the code, I have found out this ranking likely suffered from a bug. The bug, which is now fixed, resulted in a ranking very similar to the ranking using players total as popularity measure. Thankfully, the ranking featured in the PC Gamer article is bug-free sinc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash# Assuming OS X Yosemite 10.10.4# Install XCode and command line tools# See https://itunes.apple.com/us/app/xcode/id497799835?mt=12## See https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
xcode-select --install
A Python script to intelligently remove duplicate entries from Pocket
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters