Help.GitHub - Remove sensitive data
14 hours ago
From time to time users accidentally commit data like passwords or keys into a git repo. While you can use git rm to remove the file, it will still be in the repo's history. Fortunately, git makes it fairly simple to remove the file from the entire repo history.
git
14 hours ago
Monokai | Studio Styles
20 hours ago
Based on the original TextMate Theme by Wimer Hazenberg (http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/)
color
20 hours ago
tpope/vim-pathogen
21 hours ago
Manage your 'runtimepath' with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories.
vim
plugin
21 hours ago
How to Use the Fast and Powerful Mutt Email Client with Gmail
21 hours ago
If you've been tempted by mutt but put off by its complex array of options, the following basic setup will give you a chance to try it out on your Gmail account with a minimum of setup.
CLI
Linux
Mac
email
Cryptography
gpg
21 hours ago
Python + Django page redirect - Stack Overflow
4 days ago
from django.views.generic.simple import redirect_to
urlpatterns = patterns('',
(r'^one/$', redirect_to, {'url': '/another/'}),
#etc...
)
python
django
work
redirect
urlpatterns = patterns('',
(r'^one/$', redirect_to, {'url': '/another/'}),
#etc...
)
4 days ago
UnPyc | Free software downloads at SourceForge.net
5 days ago
UnPyc is a tool for disassembling, analyzing and decompiling Python's *.pyc and *.pyo files. UnPyc supports Python 2.5, 2.6.
python
5 days ago
United States Postal Inspection Service
5 days ago
Called USPS, Ruby directed me to this site over an email that I received.
scam
5 days ago
gtimelog
6 days ago
Here's how it works: every day, when you arrive to work, start up gtimelog and type "arrived". Then start doing some activity (e.g. reading mail, or working on a task).
lifehack
timekeeping
linux
6 days ago
Why and How I Switched to a Standing Desk | Smarterware
6 days ago
I'm Gina Trapani: creator of ThinkUp and Todo.txt apps, host of This Week in Google, founding and former editor of Lifehacker. This is my personal blog.
lifehack
standing
6 days ago
Pre-owned | Stows Office Furniture
6 days ago
Stow’s Office Furniture offers the largest and most complete inventory of pre-owned office furniture in the state.
furniture
local
6 days ago
Differences between isinstance() and type() in python - Stack Overflow
6 days ago
It's not that isinstance is good, mind you -- it's just less bad than checking equality of types. The normal, Pythonic, preferred solution is almost invariably "duck typing": try using the argument as if it was of a certain desired type, do it in a try/except
python
6 days ago
Leap Motion
8 days ago
Whoa! Chad says, the future. Full hand and finger detection on the desktop.
future
ui
8 days ago
PostgreSQL: Intense PostgreSQL Training (Certification Available)
12 days ago
5 Days of Intense PostgreSQL 9.1 training covering:
Building and installing PostgreSQL
Creating databases and schemas
Users and access control
Logs
Window Functions
Writing effective PostgreSQL code
Modifying SQL
Using views and rules
Understanding indexes
Connection Pooling
Administration
Server side programming (PL/pgSQL, C)
Window Functions
Backups
Monitoring
Large objects (Blobs)
Transactions (including serializable snapshot isolation)
Concurrency issues
Views
Triggers
Rules
Query plans and basic optimization
Importing and exporting data
VACUUM
Write-Ahead Log and Checkpoints
Replication (Hot Standby)
User rights
Training
Work
SQL
Database
Postgres
Building and installing PostgreSQL
Creating databases and schemas
Users and access control
Logs
Window Functions
Writing effective PostgreSQL code
Modifying SQL
Using views and rules
Understanding indexes
Connection Pooling
Administration
Server side programming (PL/pgSQL, C)
Window Functions
Backups
Monitoring
Large objects (Blobs)
Transactions (including serializable snapshot isolation)
Concurrency issues
Views
Triggers
Rules
Query plans and basic optimization
Importing and exporting data
VACUUM
Write-Ahead Log and Checkpoints
Replication (Hot Standby)
User rights
12 days ago
The Linux and Unix Menagerie: Simple Multiple-Stream Output Redirection With Zsh On Linux and Unix
13 days ago
zsh # cat <file1 <file2 <file3
zsh
linux
shell
13 days ago
Install RPM packages on Arch Linux | nemrod.se
13 days ago
It’s fairly straightforward to install an RPM on Arch:
Download the RPM for your architecture (64- or 32-bit)
Install rpmextract for extracting the RPM and any dependencies the program has (libidn for Google Music Manager for example) with pacman
Now create a new folder, move the RPM file to it and go there
Run rpmextract.sh and you’ll get a directory structure based on the root (/) in the current directory
Copy the files to where they belong in your own file hierarchy
arch
linux
google
rpm
Download the RPM for your architecture (64- or 32-bit)
Install rpmextract for extracting the RPM and any dependencies the program has (libidn for Google Music Manager for example) with pacman
Now create a new folder, move the RPM file to it and go there
Run rpmextract.sh and you’ll get a directory structure based on the root (/) in the current directory
Copy the files to where they belong in your own file hierarchy
13 days ago
the quiet place
13 days ago
visit the quiet place :) #thequietplace via @amitayt
thequietplace
from twitter
13 days ago
A Desk for One Final Frame | Apartment Therapy
14 days ago
@alycat_blues @NanetteRyder This may be the desk you're looking for
from twitter
14 days ago
Abraham Lincoln Filed a Patent for Facebook in 1845
21 days ago
Lincoln was requesting a patent for “The Gazette,” a system to “keep People aware of Others in the Town.” He laid out a plan where every town would have its own Gazette, named after the town itself.
curio
21 days ago
Keyboardmods: Magic Trackpad using ten fingers and with gentoo linux support
23 days ago
how to access events on devfs
ui
Linux
trackpad
23 days ago
Heroku’s early history: 4 home pages that made $212 million < Francis is
24 days ago
Herokus early history: 4 home pages that made $212 million
from twitter_favs
24 days ago
Scratches on the camera lens! - Page 2
25 days ago
I recently replaced the Lens Cover on my iPhone 4 without issue, here are the steps... follow at your own risk!
iphone
repair
25 days ago
Simons blog » Blog Archive » How to scp a file name with a colon
25 days ago
Add a ./ in front of the * or filename, e.g. scp ./* user@host.com:. Then scp will see the ./ before the colon, and know it’s a file. That trick also helps if you have a file named - (yes, dash) or which starts with a dash (some programs don’t like that).
scp
linux
shell
25 days ago
Monterey Garden Insect Spray (Spinosad) at Planet Natural
26 days ago
Produced by fermentation, Spinosad can be used on outdoor ornamentals, lawns, vegetables and fruit trees, to control caterpillars, thrips...
Orchids
26 days ago
Setting up Xorg, Gnome, Pulseaudio and codecs on Arch Linux | This Week In Linux
26 days ago
QUICK AND DIRTY INSTALL INSTRUCTIONS
After posting the latest Arch Installation tutorial, I realized I should probably post a list of the commands I used, and what some of them do, so here you go!
arch
install
After posting the latest Arch Installation tutorial, I realized I should probably post a list of the commands I used, and what some of them do, so here you go!
26 days ago
Workaround to get gnome-control-center(system setting)working gnome3.4 (Page 1) / Applications & Desktop Environments / Arch Linux Forums
26 days ago
If you have recently updated to Gnome 3.4.1, you will find that you will be unable to launch system settings from user menu as well as from applications.
gnome3
arch
bug
26 days ago
Vim: revisited
26 days ago
This is a good starting point for your .vimrc:
set nocompatible " choose no compatibility with legacy vi
syntax enable
set encoding=utf-8
set showcmd " display incomplete commands
filetype plugin indent on " load file type plugins + indentation
"" Whitespace
set nowrap " don't wrap lines
set tabstop=2 shiftwidth=2 " a tab is two spaces (or set this to 4)
set expandtab " use spaces, not tabs (optional)
set backspace=indent,eol,start " backspace through everything in insert mode
"" Searching
set hlsearch " highlight matches
set incsearch " incremental searching
set ignorecase " searches are case insensitive...
set smartcase " ... unless they contain at least one capital letter
programming
vim
set nocompatible " choose no compatibility with legacy vi
syntax enable
set encoding=utf-8
set showcmd " display incomplete commands
filetype plugin indent on " load file type plugins + indentation
"" Whitespace
set nowrap " don't wrap lines
set tabstop=2 shiftwidth=2 " a tab is two spaces (or set this to 4)
set expandtab " use spaces, not tabs (optional)
set backspace=indent,eol,start " backspace through everything in insert mode
"" Searching
set hlsearch " highlight matches
set incsearch " incremental searching
set ignorecase " searches are case insensitive...
set smartcase " ... unless they contain at least one capital letter
26 days ago
Disable autocorrect in zsh | Yount Labs
26 days ago
I went into my ~/.zshrc and inserted the following line after the oh-my-zsh startup script. (source $ZSH/oh-my-zsh.sh)
unsetopt correct_all
zsh
oh-my-zsh
unsetopt correct_all
26 days ago
Awesome Japanese Troll FTW! | Text FAIL
28 days ago
Guaranteed laughs for your Tuesday afternoon:
from twitter_favs
28 days ago
The Barefoot Professor: by Nature Video
- YouTube
28 days ago
@bjcubsfan here is that barefoot running vid. Stick with it -- towards the end he demonstrates some of his research.
from twitter
28 days ago
Untitled (http://twitter.com/elonmusk/status/197049032286281729/photo/1)
29 days ago
Flight computer aborted rocket hold down firing. Anomaly addressed. Cycling systems to countdown
from twitter_favs
29 days ago
Password-less logins with OpenSSH
29 days ago
ssh-copy-id -i ~/.ssh/id_rsa.pub username@mystery
ssh
bash
shell
Linux
29 days ago
FAA Human Factor Training
4 weeks ago
When you have some time, go through this training. It's actually pretty good for an online FAA training.
FAA
Work
TODO
4 weeks ago
Pelican Technical Article: BMW 3-Series E36 Fuel Pump Replacement
4 weeks ago
I was planning on writing a technical article on the fuel pump replacement, but was unfortunately "forced" into it when the pump in my E36 3-Series died on us in Las Vegas last year.
BMW
repair
4 weeks ago
Y Combinator
4 weeks ago
@Drakyon y-combinator is an incubator. I actually submitted an idea to them years ago.
from twitter
4 weeks ago
ghost.py
4 weeks ago
RT @newsycombinator: Ghost.py is a webkit web client written in python
from twitter
4 weeks ago
lowe/zxcvbn
4 weeks ago
zxcvbn, named after a crappy password, is a JavaScript password strength
estimation library. Use it to implement a custom strength bar on a
signup form near you!
Cryptography
javascript
estimation library. Use it to implement a custom strength bar on a
signup form near you!
4 weeks ago
Classic maths books reset with LaTeX on Project Gutenberg | The Aperiodical
4 weeks ago
Classic maths books reset with LaTeX on Project Gutenberg
from twitter_favs
4 weeks ago
Contact GitHub · GitHub
4 weeks ago
@elemley, this is what your team should be using! “@newsycombinator: Request an educational account at github ”
from twitter
4 weeks ago
How I Collect Passwords « Xato
4 weeks ago
RT @newsycombinator: How I Collect Passwords
from twitter
4 weeks ago
TweetDeck
5 weeks ago
Hey Firefox users! Our web app now works on Firefox. Try it out by going to
from twitter_favs
5 weeks ago
Silverlight is dead.
: The Official Microsoft Silverlight.NET Forums
5 weeks ago
Apparently Silverlight is dead! @bjcubsfan
from twitter
5 weeks ago
Cube
5 weeks ago
Cube is a system for collecting timestamped events and deriving metrics. By collecting events rather than metrics, Cube lets you compute aggregate statistics post hoc. It also enables richer analysis, such as quantiles and histograms of arbitrary event sets. Cube is built on MongoDB
javascript
work
plotting
dashboard
5 weeks ago
Cubism.js
5 weeks ago
Cubism.js is a D3 plugin for visualizing time series. Use Cubism to construct better realtime dashboards, pulling data from Graphite, Cube and other sources.
programming
javascript
plotting
dasboard
work
5 weeks ago
Structure and Interpretation of Computer Programs (Full Text)
5 weeks ago
This site is a companion to the influential computer-science text Structure and Interpretation of Computer Programs, by Abelson, Sussman, and Sussman. Its purpose is to demonstrate the Web's potential to be a channel for innovative support for textbook users.
books
lisp
programming
5 weeks ago
functional-koans/clojure-koans
5 weeks ago
The Clojure Koans are a fun and easy way to get started with Clojure - no experience assumed or required. Just follow the instructions below to start making tests pass!
clojure
programming
koans
5 weeks ago
merge - How to replace master branch in git, entirely, from another branch? - Stack Overflow
5 weeks ago
git checkout seotweaks
git merge -s ours master
git checkout master
git merge seotweaks
git
work
git merge -s ours master
git checkout master
git merge seotweaks
5 weeks ago
Qt Creator : Creating a Qt Quick Application
5 weeks ago
This tutorial describes how to use the Qt Creator to implement the states and transitions example application. The example application displays a Qt logo that moves between three rectangles on the page when you click them.
Qt
tutorial
completed
5 weeks ago
Color Trends + Palettes :: COLOURlovers
5 weeks ago
COLOURlovers is a creative community where people from around the world create
and share colors, palettes and patterns, discuss the latest trends and explore colorful
articles... All in the spirit of love
web
color
and share colors, palettes and patterns, discuss the latest trends and explore colorful
articles... All in the spirit of love
5 weeks ago
Google Python Style Guide
5 weeks ago
Python is the main scripting language used at Google. This style guide is a list of dos and don'ts for Python programs.
google
python
programming
style
5 weeks ago
All commands sorted by votes | commandlinefu.com
6 weeks ago
RT @newsycombinator: A great list of command-line tips
from twitter
6 weeks ago
3k
aerospace
Amazing
andriod
android
App
apple
arch
art
baby
bash
BJ
BMW
book
books
bug
Calverts
career
case
Chad
chair
chat
chrome
CLI
clojure
cocoa
collaboration
color
comics
completed
computer
coolloving
credit
Cryptography
curio
cxfreeze
Dalvik
dasboard
dashboard
Database
decorator
Deployent
Dev
dictionary
Django
Edo
email
engineering
entertainment
Enthought
error
example
FAA
fashion
Firefox
font
FS
furniture
future
git
GitHub
GitLab
gnome3
gnuscreen
google
gpg
GUI
Hardware
heroku
high
Hiroshige
hooks
humor
IDE
Ideas
install
Instructio
Instruction
instructions
interesting
iOS
iPad
iphon
iPhone
IRC
IronPython
irssi
japanese
javascript
Jenkins
keyboard
koans
lawn
lifehack
light
Linux
lisp
local
Mac
MadeWithPaper
Mail
maps
markdown
matcha
matplotlib
MCP
microsoft
models
modok
monitor
mono
Multi-Family
neenerneener
NetApp
Notebook
notePad
notify
objC
oh-my-zsh
okc
OnceUponAnotherTime
OOP
Oracle
orchid
Orchids
OSX
phil
pixel
plotting
Plugin
Postgres
presentation
programming
Properties
Purchase
py2exe
pyQT
PySide
Python
QT
qtquick
RDP
Red_Hat
redirect
Reference
regex
repair
ReST
rpm
sandbox
scam
scp
scripts
setup
Shazam
shell
sites
SMS
Software
sphinx
SQL
ssh
standing
Stay
Steve
style
Sublime
subpixel
tax
tea
teapot
teapots
Tech_Center
theme
thequietplace
things_that_wish_they_were_zfs
timekeeping
TODO
trackpad
Training
traits
Travel
tutorial
Ubuntu
UI
user:bjcubsfan
UX
video
vim
virtualbox
virtualization
VNC
WAAS
weather
Web
webapp
where-are-all-the-ipy-devs
windows
words
Work
xkcd
zen
ZFS
zsh