Surge 2013 Speaker: Bryan Cantrill - Leadership Without Management: Scaling Organizations by Scaling Engineers - YouTube
9 years, 1 month ago
How to Get Back Avatars in Chrome to Switch User Profiles More Easily « Digiwonk
9 years, 7 months ago
Installing Puppet: Red Hat Enterprise Linux (and Derivatives) — Documentation — Puppet Labs
sudo rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm
10 years, 5 months ago
The Updated Guide to Unicode on Python | Armin Ronacher's Thoughts and Writings
10 years, 5 months ago
The Generics Policeman Blog: Use Lucene’s MMapDirectory on 64bit platforms, please!
11 years, 6 months ago
How to write an Emacs function to wrap the marked region with specified text - Stack Overflow
(defun ess-R-wrap-content-vqn ()
"Wrap marked region with a specified PREFIX and closing parentheses."
(interactive)
(set (make-local-variable 'prefix) (read-from-minibuffer "function: "))
(set (make-local-variable 'prefix) (concat prefix "("))
(save-excursion (goto-char (region-beginning)) (insert prefix))
(save-excursion (goto-char (region-end)) (insert ")"))
)
(define-key ess-mode-map "\C-c\M-w" 'ess-R-wrap-content-vqn)
11 years, 9 months ago
writings/published/understanding-backbone.md at master · kjbekkelund/writings · GitHub
11 years, 10 months ago
René Berber - Re: How to add users to sshd?
mkpasswd -l -u UserName >> /etc/passwd
11 years, 10 months ago
Description of how to fix connectivity issues between Remmina and Windows boxes via RDP
11 years, 10 months ago
Amazon Web Services Blog: Amazon S3 Performance Tips & Tricks + Seattle S3 Hiring Event
11 years, 10 months ago
I've written an authorization server for CloudFront using Python/Flask and have ... | Hacker News
11 years, 10 months ago
Django/Python serve files from URL as http proxy fast stream - Stack Overflow
11 years, 11 months ago
Backbonification: migrating a large JavaScript project from DOM spaghetti to Backbone.js | OfBrooklyn.com
12 years ago
charles leifer | Using python and k-means to find the dominant colors in images
12 years, 1 month ago
X-Sendfile - serve large static files efficiently from web applications | Wiki | Yii Framework
12 years, 1 month ago
python - Does Flask support regular expressions in its URL routing? - Stack Overflow
12 years, 1 month ago
Mark S. Rasmussen - Using Amazon S3 & CloudFront for Scalable and Secure Distribution on Vimeo
12 years, 1 month ago
John Ruiz, Software Engineer: Installing MonoDevelop 3 on Ubuntu Oneiric and Mint 12
12 years, 2 months ago
html5 - What are the details can be obtained from webkitStorageInfo.queryUsageAndQuota() - Stack Overflow
12 years, 3 months ago
C9 Lectures: Greg Meredith - Monadic Design Patterns for the Web - Introduction to Monads | C9 Lectures: Greg Meredith - Monadic Design Patterns for the Web | Channel 9
12 years, 3 months ago
Understanding Python decorators - Stack Overflow
Python decorators order of operations
12 years, 4 months ago
writings/published/understanding-backbone.md at master · kjbekkelund/writings
12 years, 4 months ago
parsing nested parentheses in python, grab content by level - Stack Overflow
http://stackoverflow.com/a/4285211/495154
12 years, 6 months ago
The “Invent with Python” Blog — Recursion Explained with the Flood Fill Algorithm (and Zombies and Cats)
12 years, 6 months ago
AmazonS3 - Hadoop Wiki
<property>
<name>fs.default.name</name>
<value>s3://BUCKET</value>
</property>
<property>
<name>fs.s3.awsAccessKeyId</name>
<value>ID</value>
</property>
<property>
<name>fs.s3.awsSecretAccessKey</name>
<value>SECRET</value>
</property>
12 years, 7 months ago
A tool for processing data on Hadoop with Clojure in a concise and expressive manner. ()
12 years, 7 months ago
New Cascalog features: outer joins, combiners, sorting, and more - thoughts from the red planet - thoughts from the red planet
12 years, 7 months ago
Introducing Cascalog: a Clojure-based query language for Hadoop - thoughts from the red planet - thoughts from the red planet
12 years, 7 months ago
briancarper.net (λ) - Keeping bash history in sync on disk and between multiple terminals
12 years, 8 months ago
Neil DeGrasse Tyson
The problem, often not discovered until late in life, is that when you look for things like love, meaning, motivation, it implies they are sitting behind a tree or under a rock. The most successful people recognize, that in life they create their own love, they manufacture their own meaning, they generate their own motivation.
For me, I am driven by two main philosophies, know more today about the world than I knew yesterday. And along the way, lessen the suffering of others. You'd be surprised how far that gets you.
12 years, 9 months ago
How to attach and mount EBS volume into EC2 Instance Ubuntu 10.10 | Yodi Aditya Researcher + Traveller
12 years, 9 months ago
Extract Regular Expression Match « A Little Noise
Extract the first, longest pattern that matches a regular expression.
You could add a parameter or write a similar function to get the shortest match instead (by starting with e = s and then incrementing e, instead of starting with e = LENGTH(string) and decrementing).
12 years, 10 months ago
Lucid Imagination » Integrating Apache Mahout with Apache Lucene and Solr – Part I (of 3)
12 years, 10 months ago
pavel lishin
15:18 <fancybone> javascript callbacks and asynchronous calls
15:18 <fancybone> input fields dynamincally added to DOM
15:18 <fancybone> server-side parsing of POST query strings
15:18 <fancybone> these are just some of my favorite things!
12 years, 11 months ago
t/t3400-rebase.sh at master from gitster/git - GitHub
Originally tooted by mitchellh on tooter
12 years, 12 months ago
postgis-adapter-2.patch on Ticket #16778 – Attachment – Django
return 'ST_GeomFromEWKB(%s)' % self._adapter.getquoted()
13 years ago
ElasticSearch - Solr
Good comparison of ElasticSearch & Solr features. Field collapsing (e.g. group queries, etc) is what won the day for Solr for us. Plus in our use case ElasticSearch's real time capabilities aren't relevant, since we update our database once a day.
13 years ago
regex - Regular expression to match string not containing a word? - Stack Overflow
13 years, 1 month ago
John Muellerleile - Scaling at Showyou, Boundary Tech Talks October 6, 2011 on Vimeo
13 years, 1 month ago
self improvement - Python progression path - From apprentice to guru - Stack Overflow
13 years, 5 months ago
Fabric, Cuisine and Watchdog for server administration in Python
Slideshow on fabric/cuisine/watchdog 'stack'
13 years, 5 months ago
which - a portable GNU which replacement implemented in Python - Google Project Hosting
13 years, 6 months ago
Why zombie ants infected by mind-controlling fungus always kill themselves at high noon | Mail Online
13 years, 6 months ago
A Python programmer’s first impression of CoffeeScript | Stephan Sokolow’s Blog
13 years, 6 months ago
Leveling Up: Career Advancement for Software Developers | Peter Lyons | Peter Lyons
13 years, 6 months ago
python - Favorite Django Tips & Features? - Stack Overflow
has cool data visualization tip as first answer
13 years, 7 months ago
Software Engineer Seeks Jobs in the Silicon Valley – An Experience | Steve’s Blog
13 years, 7 months ago
Peter Thiel: We’re in a Bubble and It’s Not the Internet. It’s Higher Education.
13 years, 7 months ago
Amazon.com: The Humane Interface: New Directions for Designing Interactive Systems (9780201379372): Jef Raskin: Books
13 years, 7 months ago
CSSelite.com – CSS Gallery » Showcasing the best in CSS web design and development.
13 years, 7 months ago
How-To create a MySQL database and set privileges to a user | Debian/Ubuntu Tips & Tricks
13 years, 8 months ago
KevLinDev - Inheritance Simulation in Javascript
The following is a discussion of a technique I've used over the years to simulate the feeling of Object-Oriented Programming in languages like C# and Java. The keyword here is "simulation". This is not necessarily equivalent to what you would encounter in those languages. JavaScript is a very expressive language and, as a result, there are a wide variety of techniques you can employ to build re-usable and extensible code. What I describe here is by no means the final answer on that subject.
13 years, 8 months ago
Observer Notifications - MDC Doc Center
The following are topics that you can observe during the course of an application. Unless otherwise noted you register for the topics using the nsIObserverService .
Application startup
Edit section
These are the topics that you can observe on startup, in order of appearance.
If your component requires access to the user profile, or any services which require access to the profile (preferences, bookmarks, and so on) then a common pattern is to register with the nsICategoryManager for the app-startup topic which can be done in the component's registration code, and then in that notification register with the observer service for the profile-after-change notification. See Receiving startup notifications for more information about how this works.
13 years, 8 months ago
(3) Linux: What are some time-saving tips that every Linux user should know? - Quora
13 years, 8 months ago
logic - How do you get the logical xor of two variables in Python? - Stack Overflow
13 years, 8 months ago
YouTube - 14 Emacs - dired editing (wdired) (Programothesis by emailatask.com)
13 years, 8 months ago
Working with out parameters - MDC Doc Center
Semi-decent explanation of the structure of MDC doc pages.
13 years, 8 months ago
How to Feed the World by 2050: Biotech Isn't the Answer - Life - The Atlantic
13 years, 8 months ago
Mozilla Cross-Reference
Search for "utility functions" that are totally undocumented and just thrown into mozilla javascript without explanation
13 years, 8 months ago
postgresql - Auto-truncating fields at max_length in Django CharFields - Stack Overflow
13 years, 8 months ago
ECMA-262 » ECMA-262-3 in detail. Chapter 7.2. OOP: ECMAScript implementation.
13 years, 8 months ago
PyCon 2011: Advanced Network Architectures With ZeroMQ - PyCon US Videos - 2009, 2010, 2011 - blip.tv
13 years, 8 months ago
Bug 597247 – Implement alive ping counter for blocklist to strengthen user privacy
13 years, 8 months ago
17 Useful jQuery Plugins to Improve the Look and Feel of Your Website - DesignModo
13 years, 8 months ago
productivity - What is your most productive shortcut with Vim? - Stack Overflow
13 years, 9 months ago
clojure - Please explain some of Paul Graham's points on Lisp - Stack Overflow
13 years, 9 months ago
management - What is your definition of a Entry Level/Junior/Mid/Senior Developer? - Stack Overflow
13 years, 9 months ago
NewOverview - memcached - what is this thing? - Project Hosting on Google Code
13 years, 9 months ago
Brian Jamison » How to configure Wordpress for automatic ftps updates using vsftp in Ubuntu
13 years, 9 months ago
The Secret to a Happy Marriage: Do the Dishes, Put Out, Don’t Talk So Much. - Ideas Market - WSJ
13 years, 9 months ago
Dealing with JavaScript's Automatic Semicolon Insertion | Armin Ronacher's Thoughts and Writings
13 years, 9 months ago
Hacker Chat: Pinboard Creator Maciej Ceglowski Talks About Why Boring Architecture is Good, and More
13 years, 9 months ago
Nginx "how to" - Fast and Secure Web Server (nginx.conf) @ Calomel.org - Open Source Research and Reference
13 years, 9 months ago
python - What are the steps to make a ModelForm work with a ManyToMany relationship with an intermediary model in Django? - Stack Overflow
13 years, 9 months ago
daverecycles.com : Explain "Event-Driven" Web Servers to Your Grandma
13 years, 9 months ago
Corporate stereotypes, and why Microsoft could kill your startup career | Matt Swanson
13 years, 10 months ago
functional programming - Why program functionally in Python? - Stack Overflow
13 years, 10 months ago
Pyjamas - Python Javascript Compiler, Desktop Widget Set and RIA Web Framework
13 years, 10 months ago
VirtualEnvironments - modwsgi - Support for Python virtual environments. - Project Hosting on Google Code
13 years, 10 months ago
Python, the Web and Little Things on my Mind | Armin Ronacher's Thoughts and Writings
13 years, 10 months ago
Writing Forwards Compatible Python Code | Armin Ronacher's Thoughts and Writings
13 years, 10 months ago
Hadoopy: Cython based MapReduce library for Python (w/ Oozie Support) - Brandyn White
13 years, 10 months ago
Twitter’s Response to WikiLeaks Subpoena Should Be the Industry Standard | Threat Level | Wired.com
13 years, 10 months ago
Understanding Client Server Architecture and how the client and server computers interact with each other
13 years, 10 months ago
Latency Compensating Methods in Client/Server In-game Protocol Design and Optimization - Valve Developer Community
13 years, 10 months ago
Common Mistakes as Python Web Developer | Armin Ronacher's Thoughts and Writings
13 years, 10 months ago
Fast Facts on Node.js | Bostinnovation: Boston Innovation and Tech News Blog
13 years, 11 months ago