Skip to content

Instantly share code, notes, and snippets.

View pgarrison's full-sized avatar

Philip Garrison pgarrison

View GitHub Profile
chunk_number started_offset ended_offset
1 0 0.461
2 0.487 0.895
3 1.046 1.459
4 1.524 2.081
5 2.016 2.423
6 2.5 3.363
7 3.02 3.556
8 3.507 4.044
9 3.997 4.406
@pgarrison
pgarrison / 2022-10-04-fss2-performance-aicsfiles.csv
Created October 4, 2022 20:49
2022-10-04-fss2-performance-aicsfiles.csv
chunk_number started_offste ended_offset
1 0 0.721
2 0.085 0.72
3 0.727 1.299
4 0.527 1.246
5 0.774 1.215
6 0.837 1.492
7 1.204 1.876
8 0.772 1.46
9 0.962 1.603
@pgarrison
pgarrison / 2022-10-04-fss2-chunk-performance.csv
Last active October 4, 2022 19:35
2022-10-04 FSS2 chunks
chunk_number started_offset ended_offset started ended duration timebetweenchunks
1 0.0000 0.6640 1664314976.6680 1664314977.3320 0.6640000343 0.1340000629
2 0.7980 1.4320 1664314977.4660 1664314978.1000 0.6339998245 -0.388999939
3 1.0430 1.5860 1664314977.7110 1664314978.2540 0.5429999828 1.34100008
4 2.9270 3.5310 1664314979.5950 1664314980.1990 0.6039998531 3.876000166
5 7.4070 7.8220 1664314984.0750 1664314984.4900 0.4149999619 1.464999914
6 9.2870 9.6890 1664314985.9550 1664314986.3570 0.4020001888 -1.076000214
7 8.6130 9.0150 1664314985.2810 1664314985.6830 0.4020001888 0.9259998798
8 9.9410 10.3740 1664314986.6090 1664314987.0420 0.4330000877 0.05599999428
9 10.4300 10.8320 1664314987.0980 1664314987.5000 0.4019999504 1.387000084
@pgarrison
pgarrison / zoom-us.log
Created June 4, 2022 09:45
2022-06-04 nixos zoom log
ZoomLauncher started.
Zoom path is: /nix/store/w2x9jcw21q0p8jq92112r4vc41dl8c6b-zoom-5.9.6.2225/opt/zoom
cmd line:
Start subprocess: /nix/store/w2x9jcw21q0p8jq92112r4vc41dl8c6b-zoom-5.9.6.2225/opt/zoom/zoom sucessfully, process pid: 434676
pactl: symbol lookup error: pactl: undefined symbol: pa_context_send_message_to_object, version PULSE_0
Class App Lib Possible Culprit Flags
resip::Connection 648 648
resip::Data 36 36
resip::DnsResult 1080 1080
resip::Headers 1 1

Keybase proof

I hereby claim:

  • I am pgarrison on github.
  • I am philipmg (https://keybase.io/philipmg) on keybase.
  • I have a public key whose fingerprint is 08A1 B3C3 2872 68F3 A754 80AC 5889 1EB2 71E2 54A7

To claim this, I am signing this object:

@pgarrison
pgarrison / log
Created November 2, 2016 10:59
npm i --dry-run with engine-strict
$ npm config set engine-strict true
$ vim package.json
$ ls
package.json
$ npm i --dry-run
npm WARN test@1.0.0 No description
npm WARN test@1.0.0 No repository field.
$ npm i
npm WARN test@1.0.0 No description
npm WARN test@1.0.0 No repository field.
@pgarrison
pgarrison / log
Created November 1, 2016 05:29
npm shrinkwrap add devDependencies by default
$ vim package.json
$ npm i
tmp@1.0.0 /home/philip/workspace/aggie_ws/tmp
├── ms@0.7.2
└── wrappy@1.0.2
npm WARN tmp@1.0.0 No description
npm WARN tmp@1.0.0 No repository field.
$ npm shrinkwrap
wrote npm-shrinkwrap.json
--- a/test/end-to-end/source-fetching-toggle.test.js
+++ b/test/end-to-end/source-fetching-toggle.test.js
@@ -29,40 +29,26 @@ describe('test duplication of reports with different settings', function() {
return defer.promise;
};
- var sendRequest = function(done) {
+ var sendRequest = function() {
+ var defer = promise.defer();
request('http://localhost:1111')
{
"name": "testing_bug",
"version": "1.0.0",
"description": "Bug?",
"main": "''",
"scripts": {
"test": "mocha test.js"
},
"author": "",
"license": "ISC",