Skip to content

Instantly share code, notes, and snippets.

@jlj77
jlj77 / sample.tsv
Last active February 28, 2023 14:04
BookWyrm error thrown by celery / gunicorn during TSV file import
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 48 columns, instead of 26. in line 1.
Book Id Title Sort Character Primary Author Primary Author Role Secondary Author Secondary Author Roles Publication Date Review Rating CommentPrivate Comment Summary Media Physical Description Weight Height Thickness Length Dimensions Page Count LCCN Acquired Date Started Date Read Barcode BCID Tags Collections Languages Original Languages LC Classification ISBN ISBNs Subjects Dewey Decimal Dewey Wording Other Call Number Copies Source Entry Date From Where OCLC Work id Lending Patron Lending Status Lending Start Lending End
35918838 Perils of the Peaceful Atom: the Myth of Safe Nuclear Power Plants 1 Curtis, Richard Hogan, Elizabeth Author Ballantine Books, New York; paperback Perils of the Peaceful Atom: the Myth of Safe Nuclear Power Plants by Richard Curtis Book history, non-fiction, atomic energy, nuclear weapons Your library English 7781033 [345018931125] 345018931125 Nuclear industry > United States|Nuclear power plants > Accidents|Radioactive pollution 614.715 Air pollution by dust and smoke >
@jlj77
jlj77 / keybase.md
Created February 8, 2023 19:14
Keybase proof

Keybase proof

I hereby claim:

  • I am jlj77 on github.
  • I am jlj7 (https://keybase.io/jlj7) on keybase.
  • I have a public key ASAYEF0K-3PJWzZ_DyQPa2zBfeE95fAGSFEyLZNcG-ioDQo

To claim this, I am signing this object:

@jlj77
jlj77 / syslog
Last active November 15, 2021 09:47
yarnd too many files open error log
...
Nov 15 04:01:55 royale yarnd[32397]: [yarnd] 2021/11/15 04:01:55 (185.191.171.33) "GET /twt/c52tgzq HTTP/1.0" 200 15187 70.402552ms
Nov 15 04:02:25 royale systemd[1]: run-docker-runtime\x2drunc-moby-9e313c4c68505515d3a13216afc0ac6dfb2a127768b1ae0807e81ea153b6f9aa-runc.jRiU0j.mount: Succeeded.
Nov 15 04:02:36 royale yarnd[32397]: [yarnd] 2021/11/15 04:02:36 (114.119.155.144) "GET /twt/vt5gkka HTTP/1.0" 200 15620 83.288207ms
Nov 15 04:04:07 royale yarnd[32397]: [yarnd] 2021/11/15 04:04:07 (150.101.186.89) "GET /user/jlj HTTP/1.0" 301 45 701.244µs
Nov 15 04:04:26 royale systemd[608]: run-docker-runtime\x2drunc-moby-9e313c4c68505515d3a13216afc0ac6dfb2a127768b1ae0807e81ea153b6f9aa-runc.AOLKDC.mount: Succeeded.
Nov 15 04:04:29 royale yarnd[32397]: [yarnd] 2021/11/15 04:04:29 (185.191.171.21) "GET /twt/yztmlka HTTP/1.0" 200 14951 39.952968ms
Nov 15 04:05:17 royale yarnd[32397]: [yarnd] 2021/11/15 04:05:17 (185.191.171.21) "GET /conv/hf3awsa HTTP/1.0" 200 15172 25.898495ms
Nov 15 04:05:26 royale systemd[608]: run
@jlj77
jlj77 / debug.log
Created May 17, 2021 20:53
npm build error
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/home/jj/.nvm/versions/node/v14.17.0/bin/node',
1 verbose cli '/home/jj/.nvm/versions/node/v14.17.0/bin/npm',
1 verbose cli 'run',
1 verbose cli 'build'
1 verbose cli ]
2 info using npm@6.14.13
3 info using node@v14.17.0
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
@jlj77
jlj77 / apply.txt
Last active April 13, 2021 15:10
Okta Terraform provider output re potential bug
Terraform v0.14.10
okta_policy_rule_signon.r_test1b3: Creating...
okta_policy_rule_signon.r_test1b2: Modifying... [id=0pr8qy0g06pCtXIUE357]
okta_policy_rule_signon.r_test1b3: Creation complete after 1s [id=0pr8ryuv7lenA4PTD357]
Error: failed to update sign-on policy rule: provided priority was not valid, got: 3, API responded with: 2. See schema for attribute details
on pol_so.tf line 46, in resource "okta_policy_rule_signon" "r_test1b2":
46: resource "okta_policy_rule_signon" "r_test1b2" {