December 2010
31 posts
There’s a lesson there that’s easy to forget—or ignore....
– prog21: Write Code Like You Just Learned How to Program /via hackernews
3 tags
Salmon Run: Using Neo4J to load and query OWL... →
another Neo4J example that uses LuceneIndexService to create an index that is then used later in establishing links between nodes (since node ids are internally assigned)
1 tag
Autho.me: Simple Secure 3rd Party Auth →
/via hackernews
4 tags
django-socialauth works on djangoappengine!
https://bitbucket.org/btingle/django-testapp/changeset/4414350c1fca
I’ve only tested with openid
combines
http://bitbucket.org/wkornewald/django-testapp for djangoappengine with the example_project for https://github.com/agiliq/Django-Socialauth
2 tags
python - Serving simple image with App Engine... →
keep forgetting, on GAE, need to keep app.yaml (used on GAE) and urls.py (used in the local test server) in sync
1 tag
Indexing Nodes in Neo4J — Arin Sarkissian →
Neo4j node ids are internally assigned.
1 tag
Using Flat Files So Elections Don't Break Your... →
The most basic caching strategy scales the best. /via hackernews
2 tags
The GraphML File Format →
3 tags
Certainly, if you’re fixing defects, it will take time. The problem is that this...
– Back to Waterfall Isn’t QUITE the Right Answer | xProgramming.com in response to Where does QA fit in Agile? | Learn TFS
3 tags
A Graph Processing Stack | →
1 tag
Identify your target customer. COLD email 20 of them and offer to pay THEM to...
– How to (In)validate Your Startup Idea | WePay
1 tag
1 tag
What place for libraries in a Linked Data world?
3 tags
Social Networks and Archival Context Project... →
Code:
https://bitbucket.org/btingle/cpf2html/src
Feedback Forum:
http://eaclab.uservoice.com/
Change Log:
http://snac.posterous.com/
Ray’s Tweet:
http://twitter.com/rayrlarson/statuses/15504557274570753
Daniel’s Email:
http://listserv.loc.gov/cgi-bin/wa?A2=ind1012&L=ead&T=0&P=7600
[update] CDL Info:
...
1 tag
UC Libraries: NGTS Phase 2 March 2010 - July 2010 →
14 December 2010
Council of University Librarians Prioritizes NGTS2 Recommendations
The reports from the Phase 2 NGTS groups have been reviewed by the Council of University Librarians (CoUL), with input from the Systemwide Operations and Planning Group (SOPAG), and the All Campus Groups (ACGs). This document [PDF] outlines the priorities the University Librarians have assigned to the ...
1 tag
kochief - Project Hosting on Google Code →
“Kochief is a discovery interface for local and remote collections. Records are indexed in Solr and presented with the Django web framework.”
1 tag
ecataloger - Project Hosting on Google Code →
runs on google app engine (GAE); based on FRBR.
3 tags
Google Labs - Books Ngram Viewer →
2 tags
The Chaos Monkey’s job is to randomly kill instances and services within our...
– http://techblog.netflix.com/2010/12/5-lessons-weve-learned-using-aws.html /via hackernews .. also interesting, they set up a traffic repeater for load testing…
3 tags
RailsAdmin - Rails 3 engine to view your data →
It’s like the django admin app; but for Rails
thechangelog:
I am super pumped about RailsAdmin. It’s a Ruby Summer of Code project by Bogdan Gaza.
So what’s it do? Let’s let a screenshot do the talking:
Yep. Super simple access to view, edit and search all of the models in your Rails 3 application. It’s incredibly easy to install, put this in your Gemfile:
gem 'devise' # Devise...
4 tags
demo for collenginge: the collection engine / built using djangoappengine and running on appspot - code on github
1 tag
Running Pure Django Projects on Google App Engine... →
3 tags
EAC-CPF Ontology (relation browser) →
http://templates.xdams.net/IBC/ontology/eac-cpf.rdf
1 tag
djangoappengine - All Buttons Pressed →
Djangoappengine contains all App Engine backends for Django-nonrel, e.g. the database and email backends. In addition we provide a testapp which contains minimal settings for running Django-nonrel on App Engine. Use it as a starting point if you want to use App Engine as your database for Django-nonrel.
A founding vision for a startup is similar to a scientific hypothesis. It’s an...
– Beyond A/B testing: hypothesis testing for startups | Rashmi’s blog /via hackernews
1 tag
Greatefull Dead Archive in UC Santa Cruz needs... →
2 tags
ModSecurity Advanced Topic of the Week: Mitigating... →
1 tag
1 tag
dropshado.ws: CSS formatting →
dropshadows:
Michael Bucks: @desandro @simurai How do you guys format complicated gradient, box shadow, keyframe, etc. CSS3 attributes? I’m digging myself a hole here.
Been thinking about formalizing a style guide for CSS as CSS3 includes some especially complex syntax. Here’s how I’ve been playing…
Headings: Lots of spaces, Stagger vendor pre-fixed properties, Use white space to line...