-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.bib
3345 lines (3188 loc) · 117 KB
/
main.bib
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
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%-------------------- Community-based Edge Computing ----------------------------------
@inproceedings{lavoie2019pvc,
author = {Lavoie, Erick and Hendren, Laurie},
title = {Personal Volunteer Computing},
year = {2019},
isbn = {9781450366854},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3310273.3322819},
doi = {10.1145/3310273.3322819},
booktitle = {Proceedings of the 16th ACM International Conference on Computing Frontiers},
pages = {240–246},
numpages = {7},
location = {Alghero, Italy},
series = {CF ’19}
}
@inproceedings{lavoie2019pando,
author = {Lavoie, Erick and Hendren, Laurie and Desprez, Frederic and Correia, Miguel},
title = {Pando: Personal Volunteer Computing in Browsers},
year = {2019},
isbn = {9781450370097},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3361525.3361539},
doi = {10.1145/3361525.3361539},
booktitle = {Proceedings of the 20th International Middleware Conference},
pages = {96–109},
numpages = {14},
keywords = {WebSocket, WebRTC, Personal Volunteer Computing, Web Technologies, JavaScript, Volunteer Computing},
location = {Davis, CA, USA},
series = {Middleware ’19}
}
@article{fox2009above,
title={Above the clouds: A berkeley view of cloud computing},
author={Fox, Armando and Griffith, Rean and Joseph, Anthony and Katz, Randy and Konwinski, Andrew and Lee, Gunho and Patterson, David and Rabkin, Ariel and Stoica, Ion and others},
journal={Dept. Electrical Eng. and Comput. Sciences, University of California, Berkeley, Rep. UCB/EECS},
volume={28},
number={13},
pages={2009},
year={2009}
}
@article{buyya2009cloud,
title={{Cloud computing and emerging IT platforms: Vision, hype, and reality for delivering computing as the 5th utility}},
author={Buyya, Rajkumar and Yeo, Chee Shin and Venugopal, Srikumar and Broberg, James and Brandic, Ivona},
journal={Future Generation Computer Systems},
volume={25},
number={6},
pages={599--616},
year={2009},
publisher={Elsevier},
doi = {10.1016/j.future.2008.12.001}
}
@article{foster2001anatomy,
year={2001},
title={{The Anatomy of the Grid: Enabling Scalable Virtual Organizations}},
author={Foster, Ian and Kesselman, Carl and Tuecke, Steven},
journal={The International Journal of High Performance Computing Applications},
volume={15},
number={3},
pages={200--222},
date={2001-08-01},
publisher={Sage Publications Sage CA: Thousand Oaks, CA},
doi={10.1177/109434200101500302}
}
@inproceedings{foster2008cloud,
title={{Cloud Computing and Grid Computing 360-degree Compared}},
author={Foster, Ian and Zhao, Yong and Raicu, Ioan and Lu, Shiyong},
booktitle={Grid Computing Environments Workshop},
series = {GCE'08},
pages={1--10},
year={2008},
organization={IEEE},
doi={10.1109/GCE.2008.4738445},
isbn={978-1-5090-8353-4}
}
@article{anderson2010overview,
author = {Anderson, David P.},
title = {{Volunteer Computing: The Ultimate Cloud}},
journal = {Crossroads},
issue_date = {March 2010},
volume = {16},
number = {3},
month = mar,
year = {2010},
issn = {1528-4972},
pages = {7--10},
numpages = {4},
doi = {10.1145/1734160.1734164},
acmid = {1734164},
publisher = {ACM},
address = {New York, NY, USA},
}
@phdthesis{sarmenta2001volunteer,
title={Volunteer computing},
author={Sarmenta, Luis Francisco Gumaru},
year={2001},
school={Massachusetts Institute of Technology},
url={http://hdl.handle.net/1721.1/16773},
urldate={2018-03-23}
}
@article{gartner2014,
title={{Gartner says annual smartphone sales surpassed sales of feature phones for the first time in 2013.}},
author={Gartner},
note={Retrieved 2019-01-08 from \url{https://www.gartner.com/en/newsroom/}},
year={2014}
}
@article{gartner2015,
title={{Gartner Says Smartphone Sales Surpassed One Billion Units in 2014.}},
author={Gartner},
note={Retrieved 2019-01-08 from \url{https://www.gartner.com/en/newsroom/}},
year={2015}
}
@article{gartner2016,
title={{Gartner Says Worldwide Smartphone Sales Grew 9.7 Percent in Fourth
Quarter of 2015.}},
author={Gartner},
note={Retrieved 2019-01-08 from \url{https://www.gartner.com/en/newsroom/}},
year={2016}
}
@article{gartner2017,
title={{Gartner Says Worldwide Sales of Smartphones Grew 7 Percent in the
Fourth Quarter of 2016.}},
author={Gartner},
note={Retrieved 2019-01-08 from \url{https://www.gartner.com/en/newsroom/}},
year={2017}
}
@article{gartner2018,
title={{Gartner Says Worldwide Sales of Smartphones Recorded First Ever Decline
During the Fourth Quarter of 2017.}},
author={Gartner},
note={Retrieved 2019-01-08 from \url{https://www.gartner.com/en/newsroom/}},
year={2018}
}
@article{gartner2019,
title={{Gartner Says Global Smartphone Sales Stalled in the Fourth Quarter of 2018.}},
author={Gartner},
note={Retrieved 2020-08-08 from \url{https://www.gartner.com/en/newsroom/}},
year={2019}
}
@article{gartner2020,
title={{Gartner Says Global Smartphone Sales Fell Slightly in the Fourth Quarter of 2019}},
author={Gartner},
note={Retrieved 2020-08-08 from \url{https://www.gartner.com/en/newsroom/}},
year={2020}
}
@article{theis2017end,
title={{The End of Moore's Law: A New Beginning for Information Technology}},
author={Theis, Thomas N and Wong, H-S Philip},
journal={Computing in Science \& Engineering},
volume={19},
number={2},
pages={41--50},
year={2017},
publisher={IEEE Computer Society}
}
@inproceedings{herrera2018webassembly,
author = {Herrera, David and Chen, Hanfeng and Lavoie, Erick and Hendren, Laurie},
title = {{Numerical Computing on the Web: Benchmarking for the Future}},
booktitle = {Proceedings of the 14th ACM SIGPLAN International Symposium on Dynamic Languages},
series = {DLS 2018},
year = {2018},
isbn = {978-1-4503-6030-2},
location = {Boston, MA, USA},
pages = {88--100},
numpages = {13},
url = {http://doi.acm.org/10.1145/3276945.3276968},
doi = {10.1145/3276945.3276968},
acmid = {3276968},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {JavaScript, Ostrich benchmarks, WebAssembly, performance, scientific web benchmarking, web-based scientific computation},
}
@phdthesis{lavoie2019thesis,
title={{Personal Volunteer Computing}},
author={Lavoie, Erick},
year={2019},
school={McGill University},
url={http://ericklavoie.com/phd/dissertation.pdf},
urldate={2020-08-08}
}
@misc{redecentralize,
title={{Redecentralize}},
author={Bolychevsky, Irina and Gerben},
year={2013},
note={Retrieved 2020-08-08 from \url{https://redecentralize.org/}}
}
@misc{datproject,
title={{Dat}},
author={Odgen, Max},
year={2013},
note={Retrieved 2020-08-08 from \url{https://en.wikipedia.org/wiki/Dat_(software)}}
}
@misc{ogden2017dat,
title={Dat - Distributed Dataset Synchronization And Versioning},
url={osf.io/nsv2c},
DOI={10.31219/osf.io/nsv2c},
publisher={OSF Preprints},
author={Ogden, Maxwell and McKelvey, Karissa and Buus Madsen, Mathias},
year={2017},
month={Jan}
}
@article{robinson2018dat,
title={{The Dat Project, an open and decentralized research data tool}},
author={Robinson, Danielle C and Hand, Joe A and Madsen, Mathias Buus and McKelvey, Karissa R},
journal={Scientific data},
volume={5},
number={1},
pages={1--4},
year={2018},
publisher={Nature Publishing Group}
}
@inproceedings{tarr2019ssb,
author = {Tarr, Dominic and Lavoie, Erick and Meyer, Aljoscha and Tschudin, Christian},
title = {{Secure Scuttlebutt: An Identity-Centric Protocol for Subjective and Decentralized Applications}},
year = {2019},
isbn = {9781450369701},
publisher = {ACM},
booktitle = {ICN 2019},
keywords = {Secure Scuttlebutt, Push vs. Pull, Information-Centric Networking},
doi={10.1145/3357150.3357396}
}
@misc{ssb-website,
title={{Secure Scuttlebutt}},
author={Tarr, Dominic and volunteers},
year={2015},
note={Retrieved 2020-08-08 from \url{https://scuttlebutt.nz/}}
}
@misc{ssb-applications,
title={{Secure Scuttlebutt Applications}},
author={T},
year={2017},
note={Retrieved 2020-08-08 from \url{https://handbook.scuttlebutt.nz/applications}}
}
@misc{manyverse,
title={{Manyverse}},
author={Medeiros, Andre and Martin, Gordon and Luandro and P. Levy, Robert and Lehner, Charles E. and Karlsson, Jacob and Gomez, David},
year={2018},
note={Retrieved 2020-08-08 from \url{https://manyver.se}}
}
@misc{planetary,
title={{Planetary}},
author={Henshaw-Plath, Evan and Hickman, Amanda and Bubert, Henry and Bundy, Christian and Dutra, Martin and Heit, Sebastian},
year={2018},
note={Retrieved 2020-08-08 from \url{https://planetary.social/}}
}
@misc{dat-oc,
title={{Dat Open Collective}},
year={2018},
note={Retrieved 2020-08-08 from \url{https://opencollective.com/dat}}
}
@misc{ssb-oc,
title={{SSB Open Collective}},
year={2018},
note={Retrieved 2020-08-08 from \url{https://opencollective.com/secure-scuttlebutt-consortium}}
}
@misc{manyverse-oc,
title={{Manyverse Open Collective}},
year={2018},
note={Retrieved 2020-08-08 from \url{https://opencollective.com/manyverse}}
}
@misc{dat-funding,
title={{Dat Organization and Funding}},
year={2019},
note={Retrieved 2020-08-08 from \url{https://github.com/datproject/organization}}
}
@inproceedings{decandia2007dynamo,
author = {DeCandia, Giuseppe and Hastorun, Deniz and Jampani, Madan and Kakulapati, Gunavardhan and Lakshman, Avinash and Pilchin, Alex and Sivasubramanian, Swaminathan and Vosshall, Peter and Vogels, Werner},
title = {Dynamo: Amazon’s Highly Available Key-Value Store},
year = {2007},
isbn = {9781595935915},
publisher = {ACM},
booktitle = {SOPS 2007},
keywords = {reliability, performance, scalability},
doi={10.1145/1323293.1294281}
}
@article{tarr2015designing,
title={Designing a secret handshake: authenticated key exchange as a capability system},
author={Tarr, Dominic},
journal={self published},
pages={1--13},
year={2015}
}
@misc{ssb-protocol-guide,
title={{Scuttlebutt Protocol Guide: How Scuttlebutt peers find and talk to each other}},
year={2019},
note={Retrieved 2020-09-02 from \url{https://ssbc.github.io/scuttlebutt-protocol-guide/}}
}
@misc{ssb-daily-active-users,
title={{Daily Active Users}},
author={Lehner, Charles E.},
year={2020},
note={Retrieved 2020-09-06 from \url{https://ssb.celehner.com/activity/}}
}
@inproceedings{gao2018survey,
title={{A survey of blockchain: techniques, applications, and challenges}},
author={Gao, Weichao and Hatcher, William G and Yu, Wei},
booktitle={ICCCN 2018},
pages={1--11},
year={2018},
organization={IEEE}
}
@article{eugster-pub-sub-survey,
author = {Eugster, Patrick Th. and Felber, Pascal A. and Guerraoui, Rachid and Kermarrec, Anne-Marie},
title = {The Many Faces of Publish/Subscribe},
year = {2003},
issue_date = {June 2003},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {35},
number = {2},
issn = {0360-0300},
url = {https://doi.org/10.1145/857076.857078},
doi = {10.1145/857076.857078},
journal = {ACM Comput. Surv.},
month = jun,
pages = {114–131},
numpages = {18},
keywords = {publish/subscribe, Distribution, interaction}
}
@book{shah2009gossip,
title={Gossip algorithms},
author={Shah, Devavrat},
year={2009},
publisher={Now Publishers Inc}
}
@article{jelasity2007gossip,
title={Gossip-based peer sampling},
author={Jelasity, M{\'a}rk and Voulgaris, Spyros and Guerraoui, Rachid and Kermarrec, Anne-Marie and Van Steen, Maarten},
journal={ACM Transactions on Computer Systems (TOCS)},
volume={25},
number={3},
pages={8--es},
year={2007},
publisher={ACM New York, NY, USA}
}
@inproceedings{giakkoupis2013gossip,
title={Gossip protocols for renaming and sorting},
author={Giakkoupis, George and Kermarrec, Anne-Marie and Woelfel, Philipp},
booktitle={International Symposium on Distributed Computing},
pages={194--208},
year={2013},
organization={Springer}
}
@inproceedings{guerraoui2009tracking,
title={{On Tracking Freeriders in Gossip Protocols}},
author={Guerraoui, Rachid and Huguenin, K{\'e}vin and Kermarrec, Anne-Marie and Monod, Maxime},
booktitle={2009 IEEE Ninth International Conference on Peer-to-Peer Computing},
pages={139--142},
year={2009},
organization={IEEE}
}
@article{kermarrec2007gossiping,
author = {Kermarrec, Anne-Marie and van Steen, Maarten},
title = {Gossiping in Distributed Systems},
year = {2007},
issue_date = {October 2007},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {41},
number = {5},
issn = {0163-5980},
url = {https://doi.org/10.1145/1317379.1317381},
doi = {10.1145/1317379.1317381},
month = oct,
pages = {2–7},
numpages = {6}
}
@INPROCEEDINGS{kempe2003gossiping,
author={D. {Kempe} and A. {Dobra} and J. {Gehrke}},
booktitle={44th Annual IEEE Symposium on Foundations of Computer Science, 2003. Proceedings.},
title={Gossip-based computation of aggregate information},
year={2003},
volume={},
number={},
pages={482-491},}
@article{birman1999bimodal-multicast,
author = {Birman, Kenneth P. and Hayden, Mark and Ozkasap, Oznur and Xiao, Zhen and Budiu, Mihai and Minsky, Yaron},
title = {Bimodal Multicast},
year = {1999},
issue_date = {May 1999},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {17},
number = {2},
issn = {0734-2071},
url = {https://doi.org/10.1145/312203.312207},
doi = {10.1145/312203.312207},
journal = {ACM Trans. Comput. Syst.},
month = may,
pages = {41–88},
numpages = {48}
}
@techreport{kantor1986nntp,
title={Network news transfer protocol},
author={Kantor, Brian and Lapsley, Phil and Kantor, B and Lapsley, P},
year={1986},
institution={RFC 977, February}
}
@article{van1996horus,
title={Horus: A flexible group communication system},
author={Van Renesse, Robbert and Birman, Kenneth P and Maffeis, Silvano},
journal={Communications of the ACM},
volume={39},
number={4},
pages={76--83},
year={1996},
publisher={ACM New York, NY, USA}
}
@inproceedings{garriss2006re:reliable-email,
title={RE: Reliable Email.},
author={Garriss, Scott and Kaminsky, Michael and Freedman, Michael J and Karp, Brad and Mazi{\`e}res, David and Yu, Haifeng},
booktitle={NSDI},
volume={6},
pages={22--22},
year={2006}
}
@inproceedings{freedman2004efficient-private-matching,
title={Efficient private matching and set intersection},
author={Freedman, Michael J and Nissim, Kobbi and Pinkas, Benny},
booktitle={International conference on the theory and applications of cryptographic techniques},
pages={1--19},
year={2004},
organization={Springer}
}
@article{haifng2010sybillimit,
author = {Yu, Haifeng and Gibbons, Phillip B. and Kaminsky, Michael and Xiao, Feng},
title = {SybilLimit: A near-Optimal Social Network Defense against Sybil Attacks},
year = {2010},
issue_date = {June 2010},
issn = {1063-6692},
journal = {IEEE/ACM Trans. Netw.},
month = jun,
keywords = {sybilguard, sybil attack, social networks, sybillimit, sybil identities}
}
@inproceedings{kleppmann2019local-first-software,
author = {Kleppmann, Martin and Wiggins, Adam and van Hardenberg, Peter and McGranaghan, Mark},
title = {Local-First Software: You Own Your Data, in Spite of the Cloud},
year = {2019},
isbn = {9781450369954},
publisher = {ACM},
booktitle = {Onward! 2019},
keywords = {CRDTs, mobile computing, data ownership, collaboration software, peer-to-peer communication}
}
@misc{slack-app,
title={{Slack}},
author={Butterfield, Stewart and Costello, Eric and Henderson, Cal and Mourachov, Serguei},
year={2013},
note={Retrieved 2020-09-09 from \url{https://slack.com/}}
}
@misc{ssb-friends,
title={{ssb-friends}},
author={Tarr, Dominic},
year={2017},
note={Retrieved 2020-09-09 from \url{https://github.com/ssbc/ssb-friends}}
}
@misc{kappa-architecture,
title={{kappa-architecture.com/}},
author={Pathirage, Milinda},
year={2014},
note={Retrieved 2020-09-09},
url = {https://milinda.pathirage.org/kappa-architecture.com/}
}
@misc{git,
title={{git}},
author={Torvalds, Linus and Hamano, Junio and others},
year={2005},
note={Retrieved 2020-09-10},
url = {https://git-scm.com/}
}
@misc{bittorrent,
title={{BitTorrent.org}},
author={{Cohen, Bram and Harrison, David}},
year={2001},
note={Retrieved 2020-09-10 from \url{http://www.bittorrent.org/}}
}
@misc{openbazaar,
title={{https://openbazaar.org/}},
author={{Taaki, Amir and Hoffman, Brian}},
year={2016},
note={Retrieved 2020-09-10 from \url{https://openbazaar.org/}}
}
@misc{ssb-offgrid,
title={{An Off-Grid Social Network}},
author={{Staltz, Andr\'e}},
year={2017},
note={Retrieved 2020-09-10 from \url{https://staltz.com/an-off-grid-social-network.html}}
}
@misc{ssb-private-box,
title={{private-box}},
author={{Tarr, Dominic}},
year={2015},
note={Retrieved 2020-09-10 from \url{https://github.com/auditdrivencrypto/private-box}}
}
@misc{rfc7748,
title={{RFC 7748: Elliptic Curves for Security}},
author={Langley, A. and Hamburg, M. and Turner, S.},
year={2016},
note={Retrieved 2020-09-10 from \url{https://tools.ietf.org/html/rfc7748}}
}
@misc{filippo2019ed25519,
title={{Using Ed25519 Signing Keys for Encryption}},
author={Valsorda, Filippo},
year={2019},
note={Retrieved 2020-09-10 from \url{https://blog.filippo.io/using-ed25519-keys-for-encryption/}}
}
@inproceedings{demers1987epidemic,
title={Epidemic algorithms for replicated database maintenance},
author={Demers, Alan and Greene, Dan and Hauser, Carl and Irish, Wes and Larson, John and Shenker, Scott and Sturgis, Howard and Swinehart, Dan and Terry, Doug},
booktitle={Proceedings of the sixth annual ACM Symposium on Principles of distributed computing},
pages={1--12},
year={1987}
}
@book{dunbar2014thinking,
title={Thinking big: How the evolution of social life shaped the human mind},
author={Dunbar, Robin},
year={2014},
publisher={Thames \& Hudson}
}
@article{gonccalves2011modeling,
title={Modeling users' activity on twitter networks: Validation of dunbar's number},
author={Gon{\c{c}}alves, Bruno and Perra, Nicola and Vespignani, Alessandro},
journal={PloS one},
volume={6},
number={8},
pages={e22656},
year={2011},
publisher={Public Library of Science}
}
@inproceedings{douceur2002sybil,
title={The sybil attack},
author={Douceur, John R},
booktitle={International workshop on peer-to-peer systems},
pages={251--260},
year={2002},
organization={Springer}
}
@article{benet2014ipfs,
author = {Juan Benet},
title = {{IPFS} - Content Addressed, Versioned, {P2P} File System},
journal = {CoRR},
volume = {abs/1407.3561},
year = {2014},
archivePrefix = {arXiv},
eprint = {1407.3561},
timestamp = {Mon, 13 Aug 2018 16:47:09 +0200},
biburl = {https://dblp.org/rec/journals/corr/Benet14.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{koll2014soup,
author = {Koll, David and Li, Jun and Fu, Xiaoming},
title = {SOUP: An Online Social Network by the People, for the People},
year = {2014},
isbn = {9781450327855},
publisher = {ACM},
booktitle = {Middleware 2014},
keywords = {decentralized OSN, online social networks, privacy, OSN}
}
@article{guidi2018managing,
title={Managing social contents in decentralized online social networks: a survey},
author={Guidi, Barbara and Conti, Marco and Passarella, Andrea and Ricci, Laura},
journal={Online Social Networks and Media},
volume={7},
pages={12--29},
year={2018},
publisher={Elsevier}
}
@inproceedings{conti2014epidemic,
title={{Epidemic Diffusion of Social Updates in Dunbar-based DOSN}},
author={Conti, Marco and De Salve, Andrea and Guidi, Barbara and Ricci, Laura},
booktitle={European Conference on Parallel Processing},
pages={311--322},
year={2014},
organization={Springer}
}
@inproceedings{tandukar2011selective,
title={Selective propagation of social data in decentralized online social network},
author={Tandukar, Udeep and Vassileva, Julita},
booktitle={International Conference on User Modeling, Adaptation, and Personalization},
pages={213--224},
year={2011},
organization={Springer}
}
@inproceedings{buchegger2009peerSoN,
title={Implementing a P2P social network-early experiences and insights from peerSoN},
author={Buchegger, Sonja and Schioberg, Doris and Vu, Le-Hung and Datta, Anwitaman},
booktitle={Second ACM workshop on social network systems (co-located with EuroSys 2009)},
number={CONF},
year={2009}
}
@inproceedings{liu2011confidant,
title={Confidant: protecting OSN data without locking it up},
author={Liu, Dongtao and Shakimov, Amre and C{\'a}ceres, Ram{\'o}n and Varshavsky, Alexander and Cox, Landon P},
booktitle={ACM/IFIP/USENIX International Conference on Distributed Systems Platforms and Open Distributed Processing},
pages={61--80},
year={2011},
organization={Springer}
}
@article{guidi2016didusonet,
title={DiDuSoNet: A P2P architecture for distributed Dunbar-based social networks},
author={Guidi, Barbara and Amft, Tobias and De Salve, Andrea and Graffi, Kalman and Ricci, Laura},
journal={Peer-to-Peer Networking and Applications},
year={2016},
publisher={Springer}
}
@article{eugster2004epidemic,
title={Epidemic information dissemination in distributed systems},
author={Eugster, Patrick T and Guerraoui, Rachid and Kermarrec, A-M and Massouli{\'e}, Laurent},
journal={Computer},
volume={37},
number={5},
pages={60--67},
year={2004},
publisher={IEEE}
}
@article{eugster2003lpcast,
author = {Eugster, P. Th. and Guerraoui, R. and Handurukande, S. B. and Kouznetsov, P. and Kermarrec, A.-M.},
title = {Lightweight Probabilistic Broadcast},
year = {2003},
issue_date = {November 2003},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {21},
number = {4},
issn = {0734-2071},
journal = {ACM Trans. Comput. Syst.},
month = nov,
pages = {341–374},
numpages = {34},
keywords = {randomization, buffering, scalability, garbage collection, noise, reliability, Broadcast, gossip}
}
@inproceedings{mega2011efficient,
title={Efficient dissemination in decentralized social networks},
author={Mega, Giuliano and Montresor, Alberto and Picco, Gian Pietro},
booktitle={2011 IEEE International Conference on Peer-to-Peer Computing},
pages={338--347},
year={2011},
organization={IEEE}
}
@incollection{datta2010decentralized,
title={{Decentralized Online Social Networks}},
author={Datta, Anwitaman and Buchegger, Sonja and Vu, Le-Hung and Strufe, Thorsten and Rzadca, Krzysztof},
booktitle={Handbook of social network technologies and applications},
year={2010},
publisher={Springer}
}
@inproceedings{datta2011godisco,
title={Godisco: selective gossip based dissemination of information in social community based overlays},
author={Datta, Anwitaman and Sharma, Rajesh},
booktitle={International Conference on Distributed Computing and Networking},
pages={227--238},
year={2011},
organization={Springer}
}
@inproceedings{haeberlen2007peerreview,
author = {Haeberlen, Andreas and Kouznetsov, Petr and Druschel, Peter},
title = {PeerReview: Practical Accountability for Distr. Sys.},
year = {2007},
publisher = {ACM},
booktitle = {SOPS 2007}
}
@book{shapiro1998information,
title={Information rules: A strategic guide to the network economy},
author={Shapiro, Carl and Varian, Hal R and Carl, Shapiro and others},
year={1998},
publisher={Harvard Business Press}
}
@incollection{varian2019economics,
title={The Economics of the Internet and Academia},
author={Varian, Hal},
booktitle={The Economics of Information in the Networked Environment},
pages={57--72},
year={2019},
publisher={Routledge}
}
@article{varian2021economics,
title={Economics at Google},
author={Varian, Hal},
journal={Business Economics},
volume={56},
number={4},
pages={195--199},
year={2021},
publisher={Springer}
}
@techreport{buttyan2001nuglets,
title={Nuglets: a virtual currency to stimulate cooperation in self-organized mobile ad hoc networks},
author={Buttyan, Levente and Hubaux, Jean-Pierre},
year={2001}
}
@inproceedings{kermarrec2020gossiping,
title={{Gossiping with Append-Only Logs in Secure-Scuttlebutt}},
author={Kermarrec, Anne-Marie and Lavoie, Erick and Tschudin, Christian},
booktitle={Proceedings of the 1st International Workshop on Distributed Infrastructure for Common Good},
pages={19--24},
year={2020},
doi={10.1145/3428662.3428794}
}
@article{otte2020trustchain,
title={{TrustChain: A Sybil-resistant scalable blockchain}},
author={Otte, Pim and de Vos, Martijn and Pouwelse, Johan},
journal={Future Generation Computer Systems},
volume={107},
pages={770--780},
year={2020},
publisher={Elsevier}
}
@inproceedings{guerraoui2021consensus,
title={The consensus number of a cryptocurrency},
author={Guerraoui, Rachid and Kuznetsov, Petr and Monti, Matteo and Pavlovic, Matej and Seredinschi, Dragos-Adrian},
year={2021},
booktitle={Distributed Computing},
pages={1--15},
doi={10.1007/s00446-021-00399-2},
url={https://doi.org/10.1007/s00446-021-00399-2}
}
@article{collins2020broadcast-payment,
author = {Daniel Collins and
Rachid Guerraoui and
Jovan Komatovic and
Matteo Monti and
Athanasios Xygkis and
Matej Pavlovic and
Petr Kuznetsov and
Yvonne{-}Anne Pignolet and
Dragos{-}Adrian Seredinschi and
Andrei Tonkikh},
title = {Online Payments by Merely Broadcasting Messages (Extended Version)},
journal = {CoRR},
volume = {abs/2004.13184},
year = {2020},
eprinttype = {arXiv},
eprint = {2004.13184},
timestamp = {Wed, 17 Mar 2021 13:51:50 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2004-13184.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{producercredit,
title={{Money as Debt: Producer Credits}},
author={Grignon, Paul},
year={2009},
note={Retrieved 2022-07-21 from \url{http://paulgrignon.netfirms.com/MoneyasDebt/MAD2014/solution4.htm}}
}
@misc{mutualcredit,
title={{Private Enterprise Money}},
author={Riegel, E.C.},
year={1944},
note={Retrieved 2022-07-21 from \url{http://www.newapproachtofreedom.info/documents/pem.pdf}}
}
@article{nakamoto2008bitcoin,
title={Bitcoin: A peer-to-peer electronic cash system},
author={Nakamoto, Satoshi},
journal={Decentralized Business Review},
pages={21260},
year={2008}
}
@article{buterin2014next,
title={{A Next-Generation Smart Contract and Decentralized Application Platform}},
author={Buterin, Vitalik},
journal={white paper},
volume={3},
number={37},
pages={2--1},
year={2014}
}
@article{collins2020online,
title={Online payments by merely broadcasting messages (extended version)},
author={Collins, Daniel and Guerraoui, Rachid and Komatovic, Jovan and Monti, Matteo and Xygkis, Athanasios and Pavlovic, Matej and Kuznetsov, Petr and Pignolet, Yvonne-Anne and Seredinschi, Dragos-Adrian and Tonkikh, Andrei},
journal={arXiv preprint arXiv:2004.13184},
year={2020}
}
@misc{nft-survey,
doi = {10.48550/ARXIV.2105.07447},
url = {https://arxiv.org/abs/2105.07447},
author = {Wang, Qin and Li, Rujia and Wang, Qi and Chen, Shiping},
keywords = {Cryptography and Security (cs.CR), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {Non-Fungible Token (NFT): Overview, Evaluation, Opportunities and Challenges},
publisher = {arXiv},
year = {2021},
copyright = {Creative Commons Attribution 4.0 International}
}
@inproceedings{lavoie2022localcryptotokens,
author = {Lavoie, Erick and Tschudin, Christian},
title = {Local Crypto-Tokens for Local Economics},
year = {2022},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3565383.3566113},
doi = {10.1145/3565383.3566113},
booktitle = {Proceedings of the 3rd ACM International Workshop on Distributed Infrastructure for the Common Good},
location = {Quebec, QC, Canada},
series = {DICG ’22}
}
@misc{blockchair-dumps,
title={{Blockchair Database Dumps}},
year={2022},
note={Retrieved 2022-08-15 from \url{https://blockchair.com/dumps}}
}
@misc{eip-20,
title={{EIP-20: Token Standard}},
year=2015,
note={Retrieved 2022-11-17 from \url{https://eips.ethereum.org/EIPS/eip-20}}
}
@inproceedings{zhang2015cloud,
title={The cloud is not enough: saving iot from the cloud.},
author={Zhang, Ben and Mor, Nitesh and Kolb, John and Chan, Douglas S and Lutz, Ken and Allman, Eric and Wawrzynek, John and Lee, Edward A and Kubiatowicz, John},
booktitle={HotStorage},
year={2015}
}
@inproceedings{shapiro:hal-00932836,
TITLE = {{Conflict-free Replicated Data Types}},
AUTHOR = {Shapiro, Marc and Pregui{\c c}a, Nuno and Baquero, Carlos and Zawirski, Marek},
URL = {https://hal.inria.fr/hal-00932836},
BOOKTITLE = {{SSS 2011 - 13th International Symposium Stabilization, Safety, and Security of Distributed Systems}},
ADDRESS = {Grenoble, France},
EDITOR = {Xavier D{\'e}fago and Franck Petit and Vincent Villain},
PUBLISHER = {{Springer}},
SERIES = {Lecture Notes in Computer Science},
VOLUME = {6976},
PAGES = {386-400},
YEAR = {2011},
MONTH = Oct,
DOI = {10.1007/978-3-642-24550-3\_29},
KEYWORDS = {Eventual Consistency ; Replicated Shared Objects ; Large-Scale Distributed Systems ; Conflict-Free Replicated Data Type (CRDT) ; Weak Consistency ; Replication},
PDF = {https://hal.inria.fr/hal-00932836/file/CRDTs_SSS-2011.pdf},
HAL_ID = {hal-00932836},
HAL_VERSION = {v1},
}
@techreport{shapiro:inria-00555588,
TITLE = {{A comprehensive study of Convergent and Commutative Replicated Data Types}},
AUTHOR = {Shapiro, Marc and Pregui{\c c}a, Nuno and Baquero, Carlos and Zawirski, Marek},
URL = {https://hal.inria.fr/inria-00555588},
TYPE = {Research Report},
NUMBER = {RR-7506},
PAGES = {50},
INSTITUTION = {{Inria -- Centre Paris-Rocquencourt ; INRIA}},
YEAR = {2011},
MONTH = Jan,
KEYWORDS = {eventual consistency ; optimistic replication ; replicated data types ; distributed algorithms ; distributed systems ; Data replication ; commutative operations},
PDF = {https://hal.inria.fr/inria-00555588/file/techreport.pdf},
HAL_ID = {inria-00555588},
HAL_VERSION = {v1},
}
@inproceedings{aslan:inria-00594590,
TITLE = {{C-Set : a Commutative Replicated Data Type for Semantic Stores}},
AUTHOR = {Aslan, Khaled and Molli, Pascal and Skaf-Molli, Hala and Weiss, St{\'e}phane},
URL = {https://hal.inria.fr/inria-00594590},
BOOKTITLE = {{RED: Fourth International Workshop on REsource Discovery}},
ADDRESS = {Heraklion, Greece},
YEAR = {2011},
MONTH = May,
PDF = {https://hal.inria.fr/inria-00594590/file/main.pdf},
HAL_ID = {inria-00594590},
HAL_VERSION = {v1},
}
@inproceedings{bieniusa:hal-00769554,
TITLE = {{Brief Announcement: Semantics of Eventually Consistent Replicated Sets}},
AUTHOR = {Bieniusa, Annette and Zawirski, Marek and Pregui{\c c}a, Nuno and Shapiro, Marc and Baquero, Carlos and Balegas, Valter and Duarte, S{\'e}rgio},
URL = {https://hal.inria.fr/hal-00769554},
BOOKTITLE = {{DISC 2012 - 26th International Symposium on Distributed Computing}},
ADDRESS = {Salvador, Bahia, Brazil},
EDITOR = {Marcos K. Aguilera},
PUBLISHER = {{Springer}},
SERIES = {Lecture Notes in Computer Science},
VOLUME = {7611},
PAGES = {441--442},
YEAR = {2012},
MONTH = Oct,
DOI = {10.1007/978-3-642-33651-5\_48},
KEYWORDS = {Eventual Consistency ; Replication ; CRDT ; Set},
PDF = {https://hal.inria.fr/hal-00769554/file/semantics-sets-BA-DISC-2012.pdf},
HAL_ID = {hal-00769554},
HAL_VERSION = {v1},
}
@article{preguicca2018conflict,
title={Conflict-free replicated data types: An overview},
author={Pregui{\c{c}}a, Nuno},
journal={arXiv preprint arXiv:1806.10254},
year={2018}
}
@article{nakamoto2008bitcoin,
title={Bitcoin: A peer-to-peer electronic cash system},
author={Nakamoto, Satoshi},
journal={Decentralized business review},
pages={21260},
year={2008}
}
CRDT Papers
@article{Guidec2022opportunistic,
title = {Supporting conflict-free replicated data types in opportunistic networks},
author = {Guidec, Frédéric and Mahéo, Yves and Noûs, Camille},
journal = {Peer-to-Peer Networking and Applications},
year = {2022},
month = dec,