-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmillion.hoon
397 lines (397 loc) · 11.4 KB
/
million.hoon
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
:: million: the million dollar urbit app
::
:: a million pixels. $1 per pixel. sold in blocks of 10x10 pixels.
:: get yours today!
::
:: possible use cases for a "map of owned space" include:
:: - advertising space in the style of the million dollar homepage
:: - spatial web content sharing in the style of ~hanfel-dovned's %board
:: - room shape & contents for a dungeon crawler or mud style game
:: - ???
::
:: the general flow is as follows:
:: - everyone subscribes to ~paldev for grid updates.
:: - clients may send $action pokes to ~paldev to request grid updates,
:: and locally set the tile to %unacked, for optimistic rendering.
:: - ~paldev may nack or ack the poke.
:: - if it nacks, the client is expected to revert the change.
:: - if it acks, it will also send a matching update fact to subscribers.
::
:: (yes, initial implementation was a little bit of a rushjob. we'll
:: clean it up eventually!)
::
/- *million
/+ rudder, dbug, verb
::
/~ pages (page:rudder grid action) /app/million/webui
::
|%
+$ state-0
$: %0
grid=grid
==
::
+$ card $+(card card:agent:gall)
::
++ host ~paldev
++ aide ~palfun-foslup
::
++ en-spol
|= spol=(list spot)
^- wire
%- flop
%+ roll spol
|= [=spot =wire]
[(scot %ud y.spot) (scot %ud x.spot) wire]
::
++ de-spol
|= =wire
^- (list spot)
?~ wire ~
?> ?=([@ @ *] wire)
:- [(slav %ud i.wire) (slav %ud i.t.wire)]
$(wire t.t.wire)
::
++ bust :: canonical tile contents
|= =tile
^+ tile
?+ -.tile tile
%unacked $(tile old.tile)
==
::
++ apply :: validate & apply client action (as host)
|= [=bowl:gall =grid =action]
^- [new=^grid =_grid]
?- -.action
%buy
=/ spol=(list spot) ~(tap in spos.action)
~? !=(src.bowl ship.action) %illicit-buy
?> =(src.bowl ship.action)
?> %+ levy spol
|= s=spot
=([%forsale ~] (~(gut by grid) s *tile))
%+ roll spol
|= [=spot new=^grid =_grid]
?> &((lte x.spot size) (lte y.spot size))
=/ =tile [%pending ship.action]
?: =(`tile (~(get by grid) spot)) [new grid]
:- (~(put by new) spot tile)
(~(put by grid) spot [%pending ship.action])
::
%giv
?< =(ship.action src.bowl)
%+ roll ~(tap in spos.action)
|= [=spot new=^grid =_grid]
?> &((lte x.spot size) (lte y.spot size))
=/ =tile (~(gut by grid) spot *tile)
?. ?=(%managed -.tile)
?> =(host src.bowl)
?> ?=(%pending -.tile)
=/ =^tile [%managed ship.action *body]
:- (~(put by new) spot tile)
(~(put by grid) spot tile)
?> |(=(who.tile src.bowl) =(host src.bowl))
=. tile tile(who ship.action)
:- (~(put by new) spot tile)
(~(put by grid) spot tile)
::
%set
?> &((lte x.spot.action size) (lte y.spot.action size))
=/ =tile (~(gut by grid) spot.action *tile)
?> ?=(%managed -.tile)
?: =(+>.tile body.action) [~ grid]
=. tile tile(+> body.action)
:- [spot.action^tile ~ ~]
(~(put by grid) spot.action tile)
==
--
::
=| state-0
=* state -
::
%+ verb |
%- agent:dbug
::
|_ =bowl:gall
+* this .
::
:: lifecycle
::
++ on-init
^- (quip card _this)
:_ this
:- [%pass /eyre %arvo %e %connect [~ /[dap.bowl]] dap.bowl]
?: =(host our.bowl)
[%pass /back %arvo %b %wait (add now.bowl ~d1)]~
[%pass /grid %agent [host dap.bowl] %watch /0/grid]~
::
++ on-save !>(state)
++ on-load
|= ole=vase
^- (quip card _this)
[~ this(state !<(state-0 ole))]
::
:: host logic
::
++ on-watch
|= =path
^- (quip card _this)
?: ?=([%http-response *] path) [~ this]
::TODO must be legible to other agents!
?. =([host /0/grid] [our.bowl path]) !!
:_ this
[%give %fact ~ %million-update !>(`update`[%ful grid])]~
::
++ on-poke
|= [=mark =vase]
^- (quip card _this)
?+ mark ~|([dap.bowl %unexpected-poke mark=mark] !!)
%noun
:: debug & management commands
::
?> =(host our.bowl)
?+ q.vase !!
%resend
:_ this
[%give %fact [/0/grid]~ %million-update !>(`update`[%ful grid])]~
::
[%force *]
=/ new=^grid ;;(^grid +.q.vase)
?> !(levy ~(tap in ~(key by new)) |=(spot |((gte x size) (gte y size))))
:_ this(grid (~(uni by grid) new))
[%give %fact [/0/grid]~ %million-update !>(`update`[%new new])]~
::
[?(%approve %reject) @]
=/ who=ship ;;(@p +.q.vase)
=/ new=^grid
%- ~(gas by *(map spot tile))
%+ murn ~(tap by grid)
|= [s=spot t=tile]
?. =([%pending who] t) ~
%- some
?: ?=(%reject -.q.vase) [s %forsale ~]
[s %managed who %*(. *body tint %k)]
:_ this(grid (~(uni by grid) new))
[%give %fact [/0/grid]~ %million-update !>(`update`[%new new])]~
==
::
%handle-http-request
=; out=(quip card _grid)
[-.out this(grid +.out)]
%. [bowl !<(order:rudder vase) grid]
%- (steer:rudder _grid action)
:^ pages
|= trail:rudder
^- (unit place:rudder)
?~ site=(decap:rudder /[dap.bowl] site) ~
?+ u.site ~
~ `[%page !=(host our.bowl) %index]
[%image ~] `[%page !=(host our.bowl) %image]
[@ ~] ?:((~(has by pages) i.u.site) `[%page & i.u.site] ~)
==
(fours:rudder grid)
|= =action
^- $@ brief:rudder
[brief:rudder (list card) _grid]
=/ res=(each (quip card _this) tang)
%- mule |.
(on-poke %million-action !>(action))
?: ?=(%| -.res) 'invalid action'
=^ caz this p.res
:_ [caz grid]
?+ -.action ~
%buy (crip "Our sales representative, {(scow %p aide)}, will reach out to you within 24 hours. Please watch your DMs.")
==
::
%million-action
=/ =action !<(action vase)
:: host logic (validate & apply & emit changes)
::
?: =(host our.bowl)
=^ new grid (apply bowl grid action)
:_ this
:- [%give %fact [/0/grid]~ %million-update !>(`update`[%new new])]
:: if it's a buy action, notify the sales rep via dm
::
?. &(=(host our.bowl) ?=(%buy -.action)) ~
::NOTE we dont' really want the /sur/chat dependency, and this is
:: host-only logic anyway, so keeping this untyped is Fine™
=/ content
~[ship+ship.action 'wants to buy' code+(crip <~(tap in spos.action)>)]
~& > content
=; cage=(unit cage)
?~ cage ~
[%pass /notify %agent [our.bowl %chat] %poke u.cage]~
?. .^(? %gu /(scot %p our.bowl)/channels/(scot %da now.bowl)/$)
:: interact with the old (pre-2024) chat
::
=- `[%dm-action !>(-)]
[aide [our now]:bowl %add ~ our.bowl now.bowl %story ~ content]
?: =- =(`%0 (~(get by -) ~.chat-dms))
.^ (map @ta *)
%gx
(scot %p our.bowl)
%chat
(scot %da now.bowl)
/~/negotiate/version/noun
==
:: we're post-upgrade, and know the version of chat we're talking to,
:: send a %chat-dm-action with the appropriate content
::
=- `[%chat-dm-action !>(-)]
[aide [our now]:bowl %add [[%inline content]~ our.bowl now.bowl] ~ ~]
:: we don't know what version chat is running at, and so cannot
:: interact with it reliably
::
~& >>> content
~
:: local logic (apply as %unacked, send to host)
::
::XX below assumed good
?> =(our src):bowl
:- =/ spol=(list spot)
?- -.action
%buy ~(tap in spos.action)
%giv ~(tap in spos.action)
%set [spot.action]~
==
=/ =wire [%action (en-spol spol)]
[%pass wire %agent [host dap.bowl] %poke %million-action !>(action)]~
=- this(grid -)
?- -.action
%buy
=/ spol=(list spot) ~(tap in spos.action)
%+ roll spol
|= [=spot =_grid]
?> &((lte x.spot size) (lte y.spot size))
%+ ~(put by grid) spot
:+ %unacked
=/ old (bust (~(gut by grid) spot *tile))
?>(?=(%forsale -.old) old)
new=[%pending ship.action]
::
%set
?> &((lte x.spot.action size) (lte y.spot.action size))
=/ =tile (bust (~(gut by grid) spot.action *tile))
?> ?=(%managed -.tile)
?> =(who.tile our.bowl)
%+ ~(put by grid) spot.action
[%unacked tile [%managed our.bowl body.action]]
::
%giv
=/ spol=(list spot) ~(tap in spos.action)
%+ roll spol
|= [=spot =_grid]
?> &((lte x.spot size) (lte y.spot size))
=/ =tile (bust (~(gut by grid) spot *tile))
?> ?=(%managed -.tile)
?> =(who.tile our.bowl)
%+ ~(put by grid) spot
:+ %unacked
old=tile
new=tile(who ship.action)
==
==
::
:: client logic
::
++ on-agent
|= [=wire =sign:agent:gall]
^- (quip card _this)
~| [wire -.sign]
?+ wire ~|(%unexpected-wire !!)
[%grid ~]
?+ -.sign !!
%kick [[%pass /grid %agent [host dap.bowl] %watch /0/grid]~ this]
::
%watch-ack
?~ p.sign [~ this]
%- (slog dap.bowl 'setup failed, watch-nack' u.p.sign)
::TODO retry?
[~ this]
::
%fact
?. ?=(%million-update p.cage.sign)
~|([%unexpected-mark p.cage.sign] !!)
=+ !<(=update q.cage.sign)
=. grid
?- -.update
%ful grid.update
%new (~(uni by grid) grid.update)
==
::TODO maybe notify if we newly own a tile?
[~ this]
==
::
[%action *]
?. ?=(%poke-ack -.sign) !!
:: no longer unacked
::
=- [~ this(grid -)]
%+ roll (de-spol t.wire)
|= [=spot =_grid]
%+ ~(put by grid) spot
=/ =tile (~(gut by grid) spot *tile)
?. ?=(%unacked -.tile) tile
:: in case of nack, revert to the old.
:: in case of ack, canonize the new.
?~(p.sign new.tile old.tile)
::
[%back ~]
?. ?=(%poke-ack -.sign) !!
?~ p.sign [~ this]
((slog dap.bowl 'backup failed' u.p.sign) [~ this])
::
[%notify ~]
?. ?=(%poke-ack -.sign) !!
?~ p.sign [~ this]
((slog dap.bowl 'notify failed' u.p.sign) [~ this])
==
::
:: etc
::
++ on-peek
|= =path
^- (unit (unit cage))
?+ path [~ ~]
[%x %tile @ @ ~]
?~ x=(slaw %ud i.t.t.path) [~ ~]
?~ y=(slaw %ud i.t.t.t.path) [~ ~]
?: |((gte u.x size) (gte u.y size)) [~ ~]
=/ =tile (~(gut by grid) [u.x u.y] *tile)
``million-tile+!>(tile)
==
::
++ on-fail
|= [=term =tang]
^- (quip card _this)
%- (slog (rap 3 '%' dap.bowl ': on-fail, ' term ~) tang)
?. =(%fact term) [~ this]
:: %fact handling crashed. we should only have a single /grid subscription
:: outstanding, so we know the crash was there. resubscribing should
:: get us a full grid fact, bringing us back up to speed safely.
::
?: (~(has by wex.bowl) [/grid host dap.bowl])
~&(%still-standing [~ this])
~& %reestablishing
[[%pass /grid %agent [host dap.bowl] %watch /0/grid]~ this]
::
++ on-arvo
|= [=wire =sign-arvo]
^- (quip card _this)
~| wire
?+ wire !!
[%eyre ~] [~ this]
::
[%back ~]
:_ this
:~ [%pass /back %arvo %b %wait (add now.bowl ~d1)]
::
=/ =path /[dap.bowl]/(scot %da (sub now.bowl (mod now.bowl ~d1)))/jam
=/ =cage [%drum-put !>([path (jam grid)])]
[%pass /back %agent [our.bowl %hood] %poke cage]
==
==
::
++ on-leave |=(* [~ this])
--