Commit 9dc2854
Simplify signature encoding: k = minute * P + N
Remove era cycling complexity from snow-clock.html and snow8-clock.html.
The simple formula k = (minute * P + N) % PERIOD:
- Matches hraj-si (which recorded the test video)
- P detectable from k-delta between consecutive minutes
- Full PERIOD preserved when P is coprime with 2 and 3
- No division-by-zero edge cases
- Simpler code, no era length calculations
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9bd2b62 commit 9dc2854
2 files changed
Lines changed: 17 additions & 58 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
261 | 255 | | |
262 | 256 | | |
263 | 257 | | |
| |||
356 | 350 | | |
357 | 351 | | |
358 | 352 | | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
372 | 356 | | |
373 | 357 | | |
374 | 358 | | |
| |||
417 | 401 | | |
418 | 402 | | |
419 | 403 | | |
420 | | - | |
| 404 | + | |
421 | 405 | | |
422 | 406 | | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
| 407 | + | |
427 | 408 | | |
428 | 409 | | |
429 | 410 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
320 | | - | |
| 319 | + | |
| 320 | + | |
321 | 321 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
| 322 | + | |
332 | 323 | | |
333 | 324 | | |
334 | 325 | | |
| |||
373 | 364 | | |
374 | 365 | | |
375 | 366 | | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
389 | 370 | | |
390 | 371 | | |
391 | 372 | | |
| |||
434 | 415 | | |
435 | 416 | | |
436 | 417 | | |
437 | | - | |
| 418 | + | |
438 | 419 | | |
439 | 420 | | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
| 421 | + | |
444 | 422 | | |
445 | 423 | | |
446 | 424 | | |
| |||
0 commit comments