summaryrefslogtreecommitdiff
path: root/a1/02dbef5f6407cda0cb11a6d0f33bd88b0b9545
blob: a975345cc5a1cb9e04ea032aa5f4cd098c9fb262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192]
	helo=mx.sourceforge.net)
	by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <tamas@bitsofproof.com>) id 1WgcWG-0008Dv-TE
	for bitcoin-development@lists.sourceforge.net;
	Sat, 03 May 2014 16:10:33 +0000
X-ACL-Warn: 
Received: from wp059.webpack.hosteurope.de ([80.237.132.66])
	by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.76) id 1WgcWC-0004xt-MX
	for bitcoin-development@lists.sourceforge.net;
	Sat, 03 May 2014 16:10:32 +0000
Received: from [37.143.74.116] (helo=[192.168.2.2]); authenticated
	by wp059.webpack.hosteurope.de running ExIM with esmtpsa
	(TLS1.0:RSA_AES_128_CBC_SHA1:16)
	id 1WgcW6-00056l-8L; Sat, 03 May 2014 18:10:22 +0200
Content-Type: multipart/signed;
	boundary="Apple-Mail=_B2E81DA9-47A9-47E5-8B22-81B317400CE3";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Tamas Blummer <tamas@bitsofproof.com>
In-Reply-To: <CAJna-HiqBG1+iN+gMiM6F_nXCkJZyC78u9rF=hmdPZm_Yb7VJw@mail.gmail.com>
Date: Sat, 3 May 2014 18:10:22 +0200
Message-Id: <E2D270BC-F70E-41EA-8773-5332B229C1DB@bitsofproof.com>
References: <CACq0ZD6EJnG4iwehfcFU-4AhBiNdtyf7eE9iGW8d6rv6327Eug@mail.gmail.com>
	<53644F13.1080203@gmail.com>
	<CACq0ZD7s8tp8GvJhEhZx4T7xMpeZ+tz5HNKQK-p=f=R10NaCmA@mail.gmail.com>
	<CANOOu=9orMZH6fpTfkO8zgwPDmwpA8WW78EKwSTiw2GXn7UCxA@mail.gmail.com>
	<CAJna-HiqBG1+iN+gMiM6F_nXCkJZyC78u9rF=hmdPZm_Yb7VJw@mail.gmail.com>
To: slush <slush@centrum.cz>
X-Mailer: Apple Mail (2.1874)
X-bounce-key: webpack.hosteurope.de; tamas@bitsofproof.com; 1399133428;
	15e2c0fc; 
X-Spam-Score: 1.0 (+)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	1.0 HTML_MESSAGE           BODY: HTML included in message
X-Headers-End: 1WgcWC-0004xt-MX
Cc: Bitcoin Development <bitcoin-development@lists.sourceforge.net>
Subject: Re: [Bitcoin-development] "bits": Unit of account
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Sat, 03 May 2014 16:10:33 -0000


--Apple-Mail=_B2E81DA9-47A9-47E5-8B22-81B317400CE3
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_8E3AE7A6-33E2-4764-80BA-55203F5255EF"


--Apple-Mail=_8E3AE7A6-33E2-4764-80BA-55203F5255EF
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

bit has a lot of meanings to geeks, so what.

bit means for average people:
- something very small, that 100 satoshi is.=20
- part of the name Bitcoin
- easy to get conversion 1 coin =3D 1 million bits =3D 1 Bitcoin

Regards,

Tamas Blummer
Founder, CEO
http://bitsofproof.com

On 03.05.2014, at 18:02, slush <slush@centrum.cz> wrote:

> Excellent points Christophe!
>=20
> Although moving to 1e-6 units is fine for me and I see advantages of =
doing this, I don't get that people on this mailing list are fine with =
calling such unit "bit". It's geeky as hell, ambiguous and confusing.=20
>=20
> slush
>=20
>=20
> On Sat, May 3, 2014 at 5:48 PM, Christophe Biocca =
<christophe.biocca@gmail.com> wrote:
> Context as a disambiguator works fine when the interlocutors
> understand the topics they're talking about.
> Not a day goes by without me seeing "neurotypical people" get horribly
> confused between RAM and Hard Drive sizes, because they share the same
> units (not that that can be helped, as the units are supposed to be
> the same, base 1000 vs 1024 notwithstanding).
>=20
> Bit (as a unit) is already really confusing for anyone who doesn't
> deal with it on a regular basis. I think people who don't see an issue
> are making an assumption based on their own lack of confusion. We
> understand computer science AND Bitcoin. Most people have zero
> understanding of either.
>=20
> Bitcoin already has a ton of issues with terrible names for things:
>=20
> - Mining (for transaction validation).
> - Addresses (which are meant to be one-time use, and don't even really
> exist at the network level).
> - Wallets (which don't hold your bitcoins, can be copied, and all
> backups can be stolen from equally).
>=20
> I end up having to make the distinctions obvious every time I explain
> Bitcoin to someone new to it. There's an acceptable tradeoff here,
> because there were arguably no better words to assign to these
> concepts (although I'd argue mining is a really awful metaphor, and is
> the one that prompts the most questions from people). Then add to the
> pile a bunch of third parties naming themselves after parts of the
> protocol (Coinbase,Blockchain.info). Not blaming them for it, but I've
> definitiely seen average people get confused between "the blockchain"
> and "blockchain.info" (not so much Coinbase, because that name doesn't
> come up in beginner explanations).
>=20
> It seems downright masochistic to add
> yet-another-word-that-doesn't-mean-what-you-think-it-means to the pile
> for no reason other than aesthetics. Are we actively trying to confuse
> people?
>=20
> On Sat, May 3, 2014 at 1:41 AM, Aaron Voisine <voisine@gmail.com> =
wrote:
> > I have to agree with Mike. Human language is surprisingly tolerant =
of
> > overloading and inference from context. Neurotypical people have no
> > problem with it and perceive a software engineer's aversion to it as
> > being pedantic and strange. Note that "bits" was a term for a unit =
of
> > money long before the invention of digital computers.
> >
> > Aaron
> >
> > There's no trick to being a humorist when you have the whole
> > government working for you -- Will Rodgers
> >
> >
> > On Fri, May 2, 2014 at 7:06 PM, Gordon Mohr <gojomo@gmail.com> =
wrote:
> >> [resend - apologies if duplicate]
> >>
> >> Microbitcoin is a good-sized unit, workable for everyday =
transaction
> >> values, with room-to-grow, and a nice relationship to satoshis as =
'cents'.
> >>
> >> But "bits" has problems as a unit name.
> >>
> >> "Bits" will be especially problematic whenever people try to =
graduate
> >> from informal use to understanding the system internals - that is, =
when
> >> the real "bits" of key sizes, hash sizes, and storage/bandwidth =
needs
> >> become important. The "bit" as "binary digit" was important enough =
that
> >> Satoshi named the system after it; that homage gets lost if the =
word is
> >> muddied with a new retconned meaning that's quite different.
> >>
> >> Some examples of possible problems:
> >>
> >> * If "bit" equals "100 satoshis", then the natural-language =
unpacking of
> >> "bit-coin" is "100 satoshi coin", which runs against all prior =
usage.
> >>
> >> * If people are informed that a "256-bit private key" is what =
ultimately
> >> controls their balances, it could prompt confusion like, "if each =
key
> >> has 256-bits, will I need 40 keys to hold 10,000.00 bits?"
> >>
> >> * When people learn that there are 8 bits to a byte, they may =
think,
> >> "OK, my wallet holding my 80,000.00 bits will then take up 10 =
kilobytes".
> >>
> >> * When people naturally extend "bit" into "kilobits" to mean "1000
> >> bits", then the new coinage "kilobits" will mean the exact same =
amount
> >> (100,000 satoshi) as many have already been calling "millibits".
> >>
> >> I believe it'd be best to pick a new made-up single-syllable word =
as a
> >> synonym for "microbitcoin", and I've laid out the case for "zib" as =
that
> >> word at <http://zibcoin.org>.
> >>
> >> 'Zib' also lends itself to an expressive unicode symbol, '=C6=B5'
> >> (Z-with-stroke), that remains distinctive even if it loses its =
stroke or
> >> gets case-reversed. (Comparatively, all 'b'-derived symbols for
> >> data-bits, bitcoins, or '100 satoshi bits' risk collision in =
contexts
> >> where subtleties of casing/stroking are lost.)
> >>
> >> (There's summary of more problems with "bit" in the zibcoin.org FAQ =
 at:
> >> <http://zibcoin.org/faq#why-not-bits-to-mean-microbitcoins>.)
> >>
> >> - Gordon
> >>
> >> On 5/1/14, 3:35 PM, Aaron Voisine wrote:
> >>> I'm also a big fan of standardizing on microBTC as the standard =
unit.
> >>> I didn't like the name "bits" at first, but the more I think about =
it,
> >>> the more I like it. The main thing going for it is the fact that =
it's
> >>> part of the name bitcoin. If Bitcoin is the protocol and network, =
bits
> >>> are an obvious choice for the currency unit.
> >>>
> >>> I would like to propose using Unicode character U+0180, lowercase =
b
> >>> with stroke, as the symbol to represent the microBTC denomination,
> >>> whether we call bits or something else:
> >>>   http://www.fileformat.info/info/unicode/char/0180/index.htm
> >>>
> >>> Another candidate is Unicode character U+2422, the blank symbol, =
but I
> >>> prefer stroke b.
> >>> http://www.fileformat.info/info/unicode/char/2422/index.htm
> >>>
> >>> Aaron
> >>>
> >>> There's no trick to being a humorist when you have the whole
> >>> government working for you -- Will Rodgers
> >>>
> >>>> On Apr 21, 2014 5:41 AM, "Pieter Wuille" <pieter.wuille@gm...> =
wrote:
> >>>>
> >>>>> On Apr 21, 2014 3:37 AM, "Un Ix" <slashdevnull@...> wrote:
> >>>>>
> >>>>> Something tells me this would be reduced to a single syllable in =
common
> >>>>> usage I.e. bit.
> >>>>
> >>>> What units will be called colloquially is not something =
developers will
> >>>> determine. It will vary, depend on language and culture, and is =
not
> >>>> relevant to this discussion in my opinion.
> >>>>
> >>>> It may well be that people in some geographic or language area =
will end up
> >>>> (or for a while) calling 1e-06 BTC "bits". That's fine, but using =
that as
> >>>> "official" name in software would be very strange and potentially =
confusing
> >>>> in my opinion. As mentioned by others, that would seem to me like =
calling
> >>>> dollars "bucks" in bank software. Nobody seems to have a problem =
with
> >>>> having colloquial names, but "US dollar" or "euro" are far less =
ambiguous
> >>>> than "bit". I think we need a more distinctive name.
> >>>>
> >>>> --
> >>>> Pieter
> >>>
> >>> =
--------------------------------------------------------------------------=
----
> >>> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For =
FREE
> >>> Instantly run your Selenium tests across 300+ browser/OS combos.  =
Get
> >>> unparalleled scalability from the best Selenium testing platform =
available.
> >>> Simple to use. Nothing to install. Get started now for free."
> >>> http://p.sf.net/sfu/SauceLabs
> >>> _______________________________________________
> >>> Bitcoin-development mailing list
> >>> Bitcoin-development@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
> >>>
> >>
> >> =
--------------------------------------------------------------------------=
----
> >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For =
FREE
> >> Instantly run your Selenium tests across 300+ browser/OS combos.  =
Get
> >> unparalleled scalability from the best Selenium testing platform =
available.
> >> Simple to use. Nothing to install. Get started now for free."
> >> http://p.sf.net/sfu/SauceLabs
> >> _______________________________________________
> >> Bitcoin-development mailing list
> >> Bitcoin-development@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
> >
> > =
--------------------------------------------------------------------------=
----
> > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For =
FREE
> > Instantly run your Selenium tests across 300+ browser/OS combos.  =
Get
> > unparalleled scalability from the best Selenium testing platform =
available.
> > Simple to use. Nothing to install. Get started now for free."
> > http://p.sf.net/sfu/SauceLabs
> > _______________________________________________
> > Bitcoin-development mailing list
> > Bitcoin-development@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>=20
> =
--------------------------------------------------------------------------=
----
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.  Get
> unparalleled scalability from the best Selenium testing platform =
available.
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>=20
> =
--------------------------------------------------------------------------=
----
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.  Get=20=

> unparalleled scalability from the best Selenium testing platform =
available.
> Simple to use. Nothing to install. Get started now for free."
> =
http://p.sf.net/sfu/SauceLabs_____________________________________________=
__
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development


--Apple-Mail=_8E3AE7A6-33E2-4764-80BA-55203F5255EF
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">bit =
has a lot of meanings to geeks, so what.<br><div =
apple-content-edited=3D"true"><br></div><div =
apple-content-edited=3D"true">
bit means for average people:</div><div apple-content-edited=3D"true">- =
something very small, that 100 satoshi is.&nbsp;</div><div =
apple-content-edited=3D"true">- part of the name Bitcoin</div><div =
apple-content-edited=3D"true">- easy to get conversion 1 coin =3D 1 =
million bits =3D 1 Bitcoin<br style=3D"color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
orphans: 2; widows: 2;"><br style=3D"color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
orphans: 2; widows: 2;"><span style=3D"color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
orphans: 2; widows: 2; float: none; display: inline =
!important;">Regards,</span><br style=3D"color: rgb(0, 0, 0); =
font-family: Helvetica; font-size: 12px; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; text-align: -webkit-auto; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; orphans: 2; widows: 2;"><br =
style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; text-align: -webkit-auto; =
text-indent: 0px; text-transform: none; white-space: normal; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; widows: =
2;"><span style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; =
widows: 2; float: none; display: inline !important;">Tamas =
Blummer</span><br style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; =
widows: 2;"><span style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; =
widows: 2; float: none; display: inline !important;">Founder, =
CEO</span><span style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: auto; =
text-align: start; text-indent: 0px; text-transform: none; white-space: =
normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: =
0px;"><br style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; =
widows: 2;"><span style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-size: 12px; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; orphans: 2; =
widows: 2; float: none; display: inline !important;"><a =
href=3D"http://bitsofproof.com">http://bitsofproof.com</a></span>
</span></div>
<br><div><div>On 03.05.2014, at 18:02, slush &lt;<a =
href=3D"mailto:slush@centrum.cz">slush@centrum.cz</a>&gt; =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><div dir=3D"ltr">Excellent points =
Christophe!<div><br></div><div>Although moving to 1e-6 units is fine for =
me and I see advantages of doing this, I don't get that people on this =
mailing list are fine with calling such unit "bit". It's geeky as hell, =
ambiguous and confusing.&nbsp;</div>

<div><br></div><div>slush</div></div><div =
class=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Sat, May 3, =
2014 at 5:48 PM, Christophe Biocca <span dir=3D"ltr">&lt;<a =
href=3D"mailto:christophe.biocca@gmail.com" =
target=3D"_blank">christophe.biocca@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 =
.8ex;border-left:1px #ccc solid;padding-left:1ex">Context as a =
disambiguator works fine when the interlocutors<br>
understand the topics they're talking about.<br>
Not a day goes by without me seeing "neurotypical people" get =
horribly<br>
confused between RAM and Hard Drive sizes, because they share the =
same<br>
units (not that that can be helped, as the units are supposed to be<br>
the same, base 1000 vs 1024 notwithstanding).<br>
<br>
Bit (as a unit) is already really confusing for anyone who doesn't<br>
deal with it on a regular basis. I think people who don't see an =
issue<br>
are making an assumption based on their own lack of confusion. We<br>
understand computer science AND Bitcoin. Most people have zero<br>
understanding of either.<br>
<br>
Bitcoin already has a ton of issues with terrible names for things:<br>
<br>
- Mining (for transaction validation).<br>
- Addresses (which are meant to be one-time use, and don't even =
really<br>
exist at the network level).<br>
- Wallets (which don't hold your bitcoins, can be copied, and all<br>
backups can be stolen from equally).<br>
<br>
I end up having to make the distinctions obvious every time I =
explain<br>
Bitcoin to someone new to it. There's an acceptable tradeoff here,<br>
because there were arguably no better words to assign to these<br>
concepts (although I'd argue mining is a really awful metaphor, and =
is<br>
the one that prompts the most questions from people). Then add to =
the<br>
pile a bunch of third parties naming themselves after parts of the<br>
protocol (Coinbase,Blockchain.info). Not blaming them for it, but =
I've<br>
definitiely seen average people get confused between "the =
blockchain"<br>
and "<a href=3D"http://blockchain.info/" =
target=3D"_blank">blockchain.info</a>" (not so much Coinbase, because =
that name doesn't<br>
come up in beginner explanations).<br>
<br>
It seems downright masochistic to add<br>
yet-another-word-that-doesn't-mean-what-you-think-it-means to the =
pile<br>
for no reason other than aesthetics. Are we actively trying to =
confuse<br>
people?<br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
On Sat, May 3, 2014 at 1:41 AM, Aaron Voisine &lt;<a =
href=3D"mailto:voisine@gmail.com">voisine@gmail.com</a>&gt; wrote:<br>
&gt; I have to agree with Mike. Human language is surprisingly tolerant =
of<br>
&gt; overloading and inference from context. Neurotypical people have =
no<br>
&gt; problem with it and perceive a software engineer's aversion to it =
as<br>
&gt; being pedantic and strange. Note that "bits" was a term for a unit =
of<br>
&gt; money long before the invention of digital computers.<br>
&gt;<br>
&gt; Aaron<br>
&gt;<br>
&gt; There's no trick to being a humorist when you have the whole<br>
&gt; government working for you -- Will Rodgers<br>
&gt;<br>
&gt;<br>
&gt; On Fri, May 2, 2014 at 7:06 PM, Gordon Mohr &lt;<a =
href=3D"mailto:gojomo@gmail.com">gojomo@gmail.com</a>&gt; wrote:<br>
&gt;&gt; [resend - apologies if duplicate]<br>
&gt;&gt;<br>
&gt;&gt; Microbitcoin is a good-sized unit, workable for everyday =
transaction<br>
&gt;&gt; values, with room-to-grow, and a nice relationship to satoshis =
as 'cents'.<br>
&gt;&gt;<br>
&gt;&gt; But "bits" has problems as a unit name.<br>
&gt;&gt;<br>
&gt;&gt; "Bits" will be especially problematic whenever people try to =
graduate<br>
&gt;&gt; from informal use to understanding the system internals - that =
is, when<br>
&gt;&gt; the real "bits" of key sizes, hash sizes, and storage/bandwidth =
needs<br>
&gt;&gt; become important. The "bit" as "binary digit" was important =
enough that<br>
&gt;&gt; Satoshi named the system after it; that homage gets lost if the =
word is<br>
&gt;&gt; muddied with a new retconned meaning that's quite =
different.<br>
&gt;&gt;<br>
&gt;&gt; Some examples of possible problems:<br>
&gt;&gt;<br>
&gt;&gt; * If "bit" equals "100 satoshis", then the natural-language =
unpacking of<br>
&gt;&gt; "bit-coin" is "100 satoshi coin", which runs against all prior =
usage.<br>
&gt;&gt;<br>
&gt;&gt; * If people are informed that a "256-bit private key" is what =
ultimately<br>
&gt;&gt; controls their balances, it could prompt confusion like, "if =
each key<br>
&gt;&gt; has 256-bits, will I need 40 keys to hold 10,000.00 bits?"<br>
&gt;&gt;<br>
&gt;&gt; * When people learn that there are 8 bits to a byte, they may =
think,<br>
&gt;&gt; "OK, my wallet holding my 80,000.00 bits will then take up 10 =
kilobytes".<br>
&gt;&gt;<br>
&gt;&gt; * When people naturally extend "bit" into "kilobits" to mean =
"1000<br>
&gt;&gt; bits", then the new coinage "kilobits" will mean the exact same =
amount<br>
&gt;&gt; (100,000 satoshi) as many have already been calling =
"millibits".<br>
&gt;&gt;<br>
&gt;&gt; I believe it'd be best to pick a new made-up single-syllable =
word as a<br>
&gt;&gt; synonym for "microbitcoin", and I've laid out the case for =
"zib" as that<br>
&gt;&gt; word at &lt;<a href=3D"http://zibcoin.org/" =
target=3D"_blank">http://zibcoin.org</a>&gt;.<br>
&gt;&gt;<br>
&gt;&gt; 'Zib' also lends itself to an expressive unicode symbol, =
'=C6=B5'<br>
&gt;&gt; (Z-with-stroke), that remains distinctive even if it loses its =
stroke or<br>
&gt;&gt; gets case-reversed. (Comparatively, all 'b'-derived symbols =
for<br>
&gt;&gt; data-bits, bitcoins, or '100 satoshi bits' risk collision in =
contexts<br>
&gt;&gt; where subtleties of casing/stroking are lost.)<br>
&gt;&gt;<br>
&gt;&gt; (There's summary of more problems with "bit" in the <a =
href=3D"http://zibcoin.org/" target=3D"_blank">zibcoin.org</a> FAQ =
&nbsp;at:<br>
&gt;&gt; &lt;<a =
href=3D"http://zibcoin.org/faq#why-not-bits-to-mean-microbitcoins" =
target=3D"_blank">http://zibcoin.org/faq#why-not-bits-to-mean-microbitcoin=
s</a>&gt;.)<br>
&gt;&gt;<br>
&gt;&gt; - Gordon<br>
&gt;&gt;<br>
&gt;&gt; On 5/1/14, 3:35 PM, Aaron Voisine wrote:<br>
&gt;&gt;&gt; I'm also a big fan of standardizing on microBTC as the =
standard unit.<br>
&gt;&gt;&gt; I didn't like the name "bits" at first, but the more I =
think about it,<br>
&gt;&gt;&gt; the more I like it. The main thing going for it is the fact =
that it's<br>
&gt;&gt;&gt; part of the name bitcoin. If Bitcoin is the protocol and =
network, bits<br>
&gt;&gt;&gt; are an obvious choice for the currency unit.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I would like to propose using Unicode character U+0180, =
lowercase b<br>
&gt;&gt;&gt; with stroke, as the symbol to represent the microBTC =
denomination,<br>
&gt;&gt;&gt; whether we call bits or something else:<br>
&gt;&gt;&gt; &nbsp; <a =
href=3D"http://www.fileformat.info/info/unicode/char/0180/index.htm" =
target=3D"_blank">http://www.fileformat.info/info/unicode/char/0180/index.=
htm</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Another candidate is Unicode character U+2422, the blank =
symbol, but I<br>
&gt;&gt;&gt; prefer stroke b.<br>
&gt;&gt;&gt; <a =
href=3D"http://www.fileformat.info/info/unicode/char/2422/index.htm" =
target=3D"_blank">http://www.fileformat.info/info/unicode/char/2422/index.=
htm</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Aaron<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; There's no trick to being a humorist when you have the =
whole<br>
&gt;&gt;&gt; government working for you -- Will Rodgers<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Apr 21, 2014 5:41 AM, "Pieter Wuille" =
&lt;pieter.wuille@gm...&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Apr 21, 2014 3:37 AM, "Un Ix" =
&lt;slashdevnull@...&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Something tells me this would be reduced to a =
single syllable in common<br>
&gt;&gt;&gt;&gt;&gt; usage I.e. bit.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; What units will be called colloquially is not something =
developers will<br>
&gt;&gt;&gt;&gt; determine. It will vary, depend on language and =
culture, and is not<br>
&gt;&gt;&gt;&gt; relevant to this discussion in my opinion.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; It may well be that people in some geographic or =
language area will end up<br>
&gt;&gt;&gt;&gt; (or for a while) calling 1e-06 BTC "bits". That's fine, =
but using that as<br>
&gt;&gt;&gt;&gt; "official" name in software would be very strange and =
potentially confusing<br>
&gt;&gt;&gt;&gt; in my opinion. As mentioned by others, that would seem =
to me like calling<br>
&gt;&gt;&gt;&gt; dollars "bucks" in bank software. Nobody seems to have =
a problem with<br>
&gt;&gt;&gt;&gt; having colloquial names, but "US dollar" or "euro" are =
far less ambiguous<br>
&gt;&gt;&gt;&gt; than "bit". I think we need a more distinctive =
name.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Pieter<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; =
--------------------------------------------------------------------------=
----<br>
&gt;&gt;&gt; "Accelerate Dev Cycles with Automated Cross-Browser Testing =
- For FREE<br>
&gt;&gt;&gt; Instantly run your Selenium tests across 300+ browser/OS =
combos. &nbsp;Get<br>
&gt;&gt;&gt; unparalleled scalability from the best Selenium testing =
platform available.<br>
&gt;&gt;&gt; Simple to use. Nothing to install. Get started now for =
free."<br>
&gt;&gt;&gt; <a href=3D"http://p.sf.net/sfu/SauceLabs" =
target=3D"_blank">http://p.sf.net/sfu/SauceLabs</a><br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Bitcoin-development mailing list<br>
&gt;&gt;&gt; <a =
href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-developm=
ent@lists.sourceforge.net</a><br>
&gt;&gt;&gt; <a =
href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development" =
target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-dev=
elopment</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; =
--------------------------------------------------------------------------=
----<br>
&gt;&gt; "Accelerate Dev Cycles with Automated Cross-Browser Testing - =
For FREE<br>
&gt;&gt; Instantly run your Selenium tests across 300+ browser/OS =
combos. &nbsp;Get<br>
&gt;&gt; unparalleled scalability from the best Selenium testing =
platform available.<br>
&gt;&gt; Simple to use. Nothing to install. Get started now for =
free."<br>
&gt;&gt; <a href=3D"http://p.sf.net/sfu/SauceLabs" =
target=3D"_blank">http://p.sf.net/sfu/SauceLabs</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Bitcoin-development mailing list<br>
&gt;&gt; <a =
href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-developm=
ent@lists.sourceforge.net</a><br>
&gt;&gt; <a =
href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development" =
target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-dev=
elopment</a><br>
&gt;<br>
&gt; =
--------------------------------------------------------------------------=
----<br>
&gt; "Accelerate Dev Cycles with Automated Cross-Browser Testing - For =
FREE<br>
&gt; Instantly run your Selenium tests across 300+ browser/OS combos. =
&nbsp;Get<br>
&gt; unparalleled scalability from the best Selenium testing platform =
available.<br>
&gt; Simple to use. Nothing to install. Get started now for free."<br>
&gt; <a href=3D"http://p.sf.net/sfu/SauceLabs" =
target=3D"_blank">http://p.sf.net/sfu/SauceLabs</a><br>
&gt; _______________________________________________<br>
&gt; Bitcoin-development mailing list<br>
&gt; <a =
href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-developm=
ent@lists.sourceforge.net</a><br>
&gt; <a =
href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development" =
target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-dev=
elopment</a><br>
<br>
=
--------------------------------------------------------------------------=
----<br>
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For =
FREE<br>
Instantly run your Selenium tests across 300+ browser/OS combos. =
&nbsp;Get<br>
unparalleled scalability from the best Selenium testing platform =
available.<br>
Simple to use. Nothing to install. Get started now for free."<br>
<a href=3D"http://p.sf.net/sfu/SauceLabs" =
target=3D"_blank">http://p.sf.net/sfu/SauceLabs</a><br>
_______________________________________________<br>
Bitcoin-development mailing list<br>
<a =
href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-developm=
ent@lists.sourceforge.net</a><br>
<a =
href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development" =
target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-dev=
elopment</a><br>
</div></div></blockquote></div><br></div>
=
--------------------------------------------------------------------------=
----<br>"Accelerate Dev Cycles with Automated Cross-Browser Testing - =
For FREE<br>Instantly run your Selenium tests across 300+ browser/OS =
combos. &nbsp;Get <br>unparalleled scalability from the best Selenium =
testing platform available.<br>Simple to use. Nothing to install. Get =
started now for free."<br><a =
href=3D"http://p.sf.net/sfu/SauceLabs_____________________________________=
__________">http://p.sf.net/sfu/SauceLabs_________________________________=
______________</a><br>Bitcoin-development mailing =
list<br>Bitcoin-development@lists.sourceforge.net<br>https://lists.sourcef=
orge.net/lists/listinfo/bitcoin-development<br></blockquote></div><br></bo=
dy></html>=

--Apple-Mail=_8E3AE7A6-33E2-4764-80BA-55203F5255EF--

--Apple-Mail=_B2E81DA9-47A9-47E5-8B22-81B317400CE3
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org

iQEcBAEBAgAGBQJTZRTuAAoJEPZykcUXcTkcPQcH/A4Pv2DUshwxesx22202G+2T
SREGMXiiuoEjMJJ7u0xMUU5vrE+JbLwVPmnwECQC9QVZto7KRiWq+TobXTUcryq1
zft9Pvjz9X6XLrF8bVoWvMTtZafScO0MTsxE2+aCYQzL8hkdbdFH8XyKuDL+dnIF
UwbH0mlVSEDqMbDLIG1Crk4JGwI1HhYB+PF3rW03wKSKR53Wisv7WzvbgpvdCtnk
neY1A+nQ1p4KeZ0ddTjMKR2tI08ZQvbaIL8hssicRgHi5Jt+JQIH+qPCzSSyZx5o
Ylb0EsIzvz5+oIzoe5P9XPQxmxeK49xKpp+zKH4msO9FpNNGpu3eT1dkmVO2wGE=
=pfWs
-----END PGP SIGNATURE-----

--Apple-Mail=_B2E81DA9-47A9-47E5-8B22-81B317400CE3--