Skip to content

Instantly share code, notes, and snippets.

View seeb's full-sized avatar

Sarah E. E. Burt seeb

View GitHub Profile

Keybase proof

I hereby claim:

  • I am seeb on github.
  • I am seeb (https://keybase.io/seeb) on keybase.
  • I have a public key whose fingerprint is 26FF 7777 3109 D17C 7A88 1FE7 6DB6 E19A EA58 DA69

To claim this, I am signing this object:

@seeb
seeb / gist:9957799
Last active August 29, 2015 13:58
awk '{ if (/failed/) print}' error_log-20140402 (Tii error_log)
[Wed Apr 02 2014 12:42:48.921] FATAL PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 12:42:52.941] FATAL PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 12:52:37.788] FATAL PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 12:52:41.806] FATAL PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 12:57:18.524] FATAL PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 12:57:18.524] ERROR PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 12:57:22.545] FATAL PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 12:57:22.545] ERROR PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 13:06:46.756] FATAL PGClient: failed to validate table seu_service_admin
[Wed Apr 02 2014 13:06:50.775] FATAL PGClient: failed to validate table seu_service_admin
"Code as Craft: Building a Strong Engineering Culture" Chad Dickerson
http://www.slideshare.net/chaddickerson/code-as-craft-building-a-strong-engineering-culture-at-etsy
"Optimizing for Developer Happiness" -Dickerson
http://www.youtube.com/watch?v=22EECFEk9Xs
Creating a Culture of Experimentation - Scott Cook, Lean Startup
http://www.youtube.com/watch?v=B0HyuX9ZLus
"Eric Ries on How to make Any Company Move Like a Lean Startup" -Drake Baer
+ Technical Information for Developers
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute query; SQL [select acf.categoryID from articleCategoryFlagged acf join userProfile up on up.userProfileID = acf.userProfileID where up.authId = ? and acf.articleID = ?]; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:635)
at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412)
at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411)
at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:339)
at org.ambraproject.service.article.ArticleServiceImpl.getFlaggedCategories(ArticleServiceImpl.java:845)
at org.ambraproject.service.article.ArticleServiceImpl.createArticleInfo(ArticleServiceImpl.java:715)
at org.
@seeb
seeb / alerts journal html copy
Created June 7, 2013 22:29
let me know if itd be nice to read this from svn..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<title>PLOS Journals : A Peer-Reviewed, Open-Access Journal</title>
<link rel="stylesheet" type="text/css" href="/css/global-min.css?v=dPIAF_cT1XX5UEUjUKUa2tyznC0" />
@seeb
seeb / gist:5549472
Created May 9, 2013 18:27
merge 809
sburt@USNUX009:~/ambra$ git merge origin/dev/FEND-809
Auto-merging webapp/src/main/webapp/css/global.css
Auto-merging base/src/main/resources/articleTransform-v3.xsl
Merge made by the 'recursive' strategy.
base/src/main/resources/articleTransform-v3.xsl | 5 +++++
webapp/src/main/webapp/css/global.css | 6 ++++++
2 files changed, 11 insertions(+)
sburt@USNUX009:~/ambra$ git push origin release/2.6.3rc