Closed in favor of a forkable repository.
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
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: http://github.com/mxcl/homebrew.git | |
HEAD: 5836e0c1589755bc2bdb222ca4186df22aa83538 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.7.5-x86_64 | |
Xcode: 4.6.3 | |
CLT: 1.0.0.9000000000.1.1248867338 | |
GCC-4.0: build 5493 |
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
[$]> gdb /Volumes/Clementine/clementine.app/Contents/MacOS/clementine | |
GNU gdb 6.3.50-20050815 (Apple version gdb-1824) (Wed Feb 6 22:51:23 UTC 2013) | |
Copyright 2004 Free Software Foundation, Inc. | |
GDB is free software, covered by the GNU General Public License, and you are | |
welcome to change it and/or distribute copies of it under certain conditions. | |
Type "show copying" to see the conditions. | |
There is absolutely no warranty for GDB. Type "show warranty" for details. | |
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries .... | |
warning: Could not find object file "/src/macosx/qjson-0.7.1/build/src/CMakeFiles/qjson.dir/parser.cpp.o" - no debug information available for "parser.cpp". |
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
export GOPATH="$(builtin cd "$(dirname "${BASH_SOURCE[0]:-$_}" )" && pwd)" | |
export OLDPS1=$PS1 | |
export PS1="[go:$(basename $GOPATH)] $PS1" | |
alias gcd="cd $GOPATH" | |
deactivate() { | |
export PS1=$OLDPS1 | |
unset GOPATH | |
unset OLDPS1 | |
unalias gcd | |
unset deactivate |
- UI is so cluttered and ungainly and requires so many clicks to do things I couldn't stand using it long enough to build a more complete list
- clicking through messages doesn't sync read state back to the website
- after hiding a submission, opening the submission before it opens the original one
- no way to view the comments on a submission that links to another post on reddit
- have to scroll back up above all comments to add one yourself
- voting on, replying to, etc. long comments requires scrolling back to the middle of the comment
- no support for wiki pages
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 python | |
import requests | |
from constants import * | |
auth = requests.auth.HTTPBasicAuth(client_id, client_secret) | |
data = { | |
'grant_type': 'password', | |
'username': username, |
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
Process: clementine [19189] | |
Path: /Applications/clementine.app/Contents/MacOS/clementine | |
Identifier: org.clementine-player.clementine | |
Version: 1.2.3-1280-g10860b7 (4096.1.2.3.2.1280) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: clementine [19189] | |
User ID: 501 | |
Date/Time: 2015-08-04 13:24:02.003 -0700 |
Bugzilla restricts access to security-sensitive information so that only certain privileged users can access it. An attacker was able to break into a privileged user’s account and download security-sensitive information about flaws in Firefox and other Mozilla products.
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
┌─[jamesph@ilmr] - [~/temp/rm_if_link] - [Wed Mar 23, 01:14] | |
└─[$]> ll | |
total 0 | |
┌─[jamesph@ilmr] - [~/temp/rm_if_link] - [Wed Mar 23, 01:14] | |
└─[$]> touch foo | |
┌─[jamesph@ilmr] - [~/temp/rm_if_link] - [Wed Mar 23, 01:14] | |
└─[$]> ln -s foo bar | |
┌─[jamesph@ilmr] - [~/temp/rm_if_link] - [Wed Mar 23, 01:14] | |
└─[$]> ll | |
total 0 |