2025-04-09 00:03:51 i will do RESUME WORD tu resume a thread 2025-04-09 15:28:27 helo 2025-04-09 17:46:34 hey! anyone here? 2025-04-09 17:46:47 nope 2025-04-09 17:46:53 shame 2025-04-09 17:47:01 yeah I know 2025-04-09 17:57:56 I'm not here 2025-04-09 18:51:13 thrig: Okay I like vim a bit less after having to check its source recently 2025-04-09 18:51:53 Looking for a bug, although it wasn't the culprit 2025-04-09 19:01:27 heh 2025-04-09 19:01:42 you prefer your source code files to be shorter than printed books? 2025-04-09 19:10:54 vim has more code in header files than vi does in total 2025-04-09 19:46:51 mforth: : test DUP 2025-04-09 19:47:00 mforth: DUP 2025-04-09 19:47:13 mforth: * * ; 2025-04-09 19:47:32 mforth: 3 test . 2025-04-09 19:47:32 27 2025-04-09 19:51:50 what's a byte? 2025-04-09 19:52:31 yall deal with weird machines, I recently learned that a byte was the smallest addressable value, so, then, it changes? its not always 8 2025-04-09 19:52:44 not always addressable, no 2025-04-09 19:53:15 lots of word-oriented machines had bytes of 6-9 bits within a word 2025-04-09 19:53:34 but it seems that a byte now means 8bits, not smallest addressable value, so then, what should that be called 2025-04-09 19:53:43 "octet" 2025-04-09 19:53:48 I really need a dictionary because its driving me insane 2025-04-09 19:54:16 or do you mean what should the smallest addressable value be called? 2025-04-09 19:54:24 I looked around, and then a "word" is 16 in x86 and nothing else, really, there is no standardization and I don't even know what anything means anymore 2025-04-09 19:54:33 historically it was "memory word" 2025-04-09 19:54:52 ACTION is learning 2025-04-09 19:55:32 words were also 16 bits in DG NOVA, PDP-11, MSP430, TMS9900, Tandem, Xerox Alto, and I think 65816 2025-04-09 19:56:04 of those, some but not all had byte-addressable memory 2025-04-09 19:56:21 Stretch and B5000 had bit-addressable memory IIRC 2025-04-09 19:57:04 you could go with "address unit" if you want to avoid "word", as you probably should 2025-04-09 19:58:57 normally a "word" is the size of an arithmetic operand, but old decimal computers (for business accounting) often had arbitrary-precision arithmetic and digit-addressable memory 2025-04-09 20:37:47 you can just call them bytes. no one in actual practice would say byte and mean anything other than 8 bits without clarifying 2025-04-09 20:38:18 even if C doesn't always mean 8 bits in the documentation 2025-04-09 21:06:16 MrMobius: but that's my dislike 2025-04-09 21:28:51 nmz: you could make up a word 2025-04-09 21:32:42 $ ~/dev3/vecmarkov.py < ~/netbook-misc-devel/bible-pg10.txt | tr -cs A-Za-z '\n'| fgrep -vxf /usr/share/dict/words 2025-04-09 21:34:05 offers suggestions such as "ilt", "cousit", "warikin", "thad", "paupe", "wid", "tus", and "tond" 2025-04-09 21:34:46 these being http://canonical.org/~kragen/sw/dev3/vecmarkov.py and http://canonical.org/~kragen/sw/netbook-misc-devel/bible-pg10.txt 2025-04-09 21:35:56 I'd forgotten about the -x (--line-regexp) option 2025-04-09 22:29:20 got it, bitsy 2025-04-09 23:18:51 Interestingly I think it's unlawful for me to view that bible 2025-04-09 23:20:44 In the UK it is protected by a perpetual royal prerogative, but in the rest of the world it's public domain 2025-04-09 23:28:09 I've got a lawful copy though, of course