Show Idle (>14 d.) Chans


← 2020-07-10 | 2020-07-12 →
13:09 whaack jfw: do you have a way to display the hash of a txn nicely inside of your sql interpreter?
~ 1 hours 26 minutes ~
14:35 diana_coman !!up #ossasepia danuker
14:35 deedbot danuker voiced for 30 minutes.
14:35 diana_coman hello danuker
14:41 jfw whaack: not sure what you mean by interpreter but possibly ".mode quote" in ~/.sqliterc ?
14:43 jfw whaack: then there's still the issue that the satoshi code reverses byte order for no apparent reason; /package/gbw-node/library/swaphex.py can be used for that conversion
14:46 jfw whaack: the sqliterc part I mentioned here but I plan to put it in the README too.
~ 21 minutes ~
15:07 diana_coman !!up #ossasepia danuker
15:07 deedbot danuker voiced for 30 minutes.
15:08 diana_coman fwj jwf and all possible combinations - when do you plan to add tab-completion to yrc?
15:16 jfw diana_coman: I'd have to say it's not among my priorities at this time, or JWRD's as far as I can see (dorion, do you agree?), and likely won't be for a few months. I'm sorry if that's not adequate, and if that means you won't use it, I'll understand.
15:16 jfw if it and the other editing features were a straightforward change I'd do it, but they're not.
15:18 diana_coman jfw - the sooner known the better; fine.
15:19 jfw right, and I should have said this earlier; optimism strikes again.
15:21 jfw A TRB patch downloader of one form or another is on for this week though.
~ 49 minutes ~
16:11 dorion jfw I agree yrc isn't a high priority atm.
16:17 feedbot http://trilema.com/2020/survivor-legacy-or-vidya-games-are-dead/ << Trilema -- Survivor Legacy, or vidya games are dead
16:21 jfw dorion: ack.
~ 31 minutes ~
16:53 whaack jfw: by interpreter I meant the text interface that allows you to query the db when you run "sqlite3 ~/.gbw/db" . What you linked to looks like what I need. Although apparently sqlite v 3.7.17 doesnt have quote mode..
~ 5 hours 50 minutes ~
22:44 jfw whaack: oh I see; I was going to suggest ".mode insert" instead but on testing the centos6 version I find it produces nonsense in some cases e.g. select X'80'; => INSERT INTO table VALUES(X'ffffff80'); What a pain!
~ 1 hours 7 minutes ~
23:52 jfw whaack: found the fix in http://archive.is/dDtit which looks to have quietly slipped into 3.7.12. Previously my documented minimum requirement was 3.7.0, which I now see the centos6 rpm doesn't meet. Expect transactional throughput to very much suck due to lack of WAL journal mode (or sacrifice crash consistency).
← 2020-07-10 | 2020-07-12 →