Skip to content

Instantly share code, notes, and snippets.

View 48klocs's full-sized avatar

Dave 48klocs

View GitHub Profile
{
"userInfo": {
"membershipType": 2,
"destinyMembershipId": 4611686018452806521,
"characterId": 2305843009374054798
},
"hash":2999797736,
"talentPerk":"00o;12;20o;33o;40;5;6;84;a",
"gameModes": {
"pve": 0,
{
"userInfo": {
"membershipType": 2,
"destinyMembershipId": 4611686018452806521,
"characterId": 2305843009374054798
}
}
[{"hash":2878293129,"talentPerks":[{"talentPerk":"03;10;20;32;42o;5;9;a2;b1","id":"6917529126421372058"},{"talentPerk":"03;10o;22;30o;41o;5;7;a2o;b3","id":"6917529114049862510"},{"talentPerk":"02o;12;20o;30;42o;5;7;a3o;b0","id":"6917529118173112972"}]},{"hash":2413549607,"talentPerks":[{"talentPerk":"00;10o;24;30;43;53;60;7;8;a0;b0","id":"6917529126426730435"},{"talentPerk":"01;10o;23;33;43;51;60;7;8;a3;b0","id":"6917529126429355217"},{"talentPerk":"03;10o;21;33;40;52;60;7;8;a2;b0","id":"6917529126426725957"},{"talentPerk":"00;10o;21;32;41;51;60;7;8;a0;b0","id":"6917529126422755295"},{"talentPerk":"00;10o;21;32;44;52;60;7;8;a0;b0","id":"6917529126370660890"}]},{"hash":1026578963,"talentPerks":[{"talentPerk":"01;13;22;34;40;5;6;82;a","id":"6917529126427988965"},{"talentPerk":"00o;11o;21o;31;40;5;6;83;b","id":"6917529118340918116"},{"talentPerk":"02;11o;22o;30;43o;5;6;83;b","id":"6917529117745458115"},{"talentPerk":"01o;10o;22;33;40;5;6;81o;b","id":"6917529118093151952"},{"talentPerk":"03;10o;22;32;43o;5;6;83o;
[{"hash":2878293129,"talentPerks":[{"talentPerk":"03;10;20;32;42o;5;9;a2;b1","id":"6917529126421372058","ranking":3,"dtrUrl":"http://whatever/abcd"},{"talentPerk":"03;10o;22;30o;41o;5;7;a2o;b3","id":"6917529114049862510","ranking":1,"dtrUrl":"http://whatever/efgh"},{"talentPerk":"02o;12;20o;30;42o;5;7;a3o;b0","id":"6917529118173112972"}]}]
{"Message":"An error has occurred.","ExceptionMessage":"Cannot insert the value NULL into column 'ClientIp', table 'DestinyWarehouse.dbo.ReviewWeapons'; column does not allow nulls. INSERT fails.\r\nThe statement has been terminated.","ExceptionType":"System.Data.SqlClient.SqlException","StackTrace":" at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)\r\n at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)\r\n at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)\r\n at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)\r\n at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehav
{"roll":"0;1;2;4;8;9","selectedPerks":"0;1;2;4;8;9","referenceId":1346849289,"instanceId":"6917529076930192077","rating":4,"review":"MIDA has never gone out of style.","reviewer":{"membershipId":"11681010","type":2,"displayName":"mayor_sloth"}}
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
npm WARN prefer global node-gyp@3.6.2 should be installed with -g
npm WARN prefer global jshint@2.8.0 should be installed with -g
> iltorb@1.3.1 install C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! install error
node-pre-gyp ERR! stack TypeError: Cannot read property 'version' of null
node-pre-gyp ERR! stack at Object.module.exports.evaluate (C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb\node_modules\node-pre-gyp\lib\util\versioning.js:270:32)
node-pre-gyp ERR! stack at install (C:\Users\dave.solomon\Documents\GitHub\DIM\node_modules\iltorb\node_modules\node-pre-gyp\lib\install.js:168:31)

Keybase proof

I hereby claim:

  • I am 48klocs on github.
  • I am 48klocs (https://keybase.io/48klocs) on keybase.
  • I have a public key ASBNN7IktqD3pkTpK8n_rux3Wsup-TqXPpDpF_Ascpzwggo

To claim this, I am signing this object:

@48klocs
48klocs / giant downgoats.json
Created December 3, 2017 15:00
Tweaked rating formula
_getDownvoteMultiplier(dtrRating) {
if (dtrRating.votes.total > 300) {
return 1.0;
}
if (dtrRating.votes.total > 200) {
return 1.5;
}
if (dtrRating.votes.total > 100) {