the only good website on the internet quaso.engineering
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix

+90 -45
+83 -40
dither/Manifest.toml
··· 1 1 # This file is machine-generated - editing it directly is not advised 2 2 3 - julia_version = "1.8.5" 3 + julia_version = "1.10.5" 4 4 manifest_format = "2.0" 5 5 project_hash = "2b9574f16154d1bad904c6900b98c6a7817208a7" 6 6 7 7 [[deps.AbstractFFTs]] 8 - deps = ["ChainRulesCore", "LinearAlgebra", "Test"] 8 + deps = ["LinearAlgebra"] 9 9 git-tree-sha1 = "d92ad398961a3ed262d8bf04a1a2b8340f915fef" 10 10 uuid = "621f4979-c628-5d54-868e-fcf4e3e8185c" 11 11 version = "1.5.0" 12 + weakdeps = ["ChainRulesCore", "Test"] 13 + 14 + [deps.AbstractFFTs.extensions] 15 + AbstractFFTsChainRulesCoreExt = "ChainRulesCore" 16 + AbstractFFTsTestExt = "Test" 12 17 13 18 [[deps.Adapt]] 14 19 deps = ["LinearAlgebra", "Requires"] 15 20 git-tree-sha1 = "76289dc51920fdc6e0013c872ba9551d54961c24" 16 21 uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" 17 22 version = "3.6.2" 23 + weakdeps = ["StaticArrays"] 24 + 25 + [deps.Adapt.extensions] 26 + AdaptStaticArraysExt = "StaticArrays" 18 27 19 28 [[deps.ArgTools]] 20 29 uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" ··· 61 70 uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" 62 71 version = "1.16.0" 63 72 64 - [[deps.ChangesOfVariables]] 65 - deps = ["InverseFunctions", "LinearAlgebra", "Test"] 66 - git-tree-sha1 = "2fba81a302a7be671aefe194f0525ef231104e7f" 67 - uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0" 68 - version = "0.1.8" 69 - 70 73 [[deps.Clustering]] 71 74 deps = ["Distances", "LinearAlgebra", "NearestNeighbors", "Printf", "Random", "SparseArrays", "Statistics", "StatsBase"] 72 75 git-tree-sha1 = "7ebbd653f74504447f1c33b91cd706a69a1b189f" ··· 98 101 version = "0.12.10" 99 102 100 103 [[deps.Compat]] 101 - deps = ["Dates", "LinearAlgebra", "UUIDs"] 104 + deps = ["UUIDs"] 102 105 git-tree-sha1 = "e460f044ca8b99be31d35fe54fc33a5c33dd8ed7" 103 106 uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" 104 107 version = "4.9.0" 108 + weakdeps = ["Dates", "LinearAlgebra"] 109 + 110 + [deps.Compat.extensions] 111 + CompatLinearAlgebraExt = "LinearAlgebra" 105 112 106 113 [[deps.CompilerSupportLibraries_jll]] 107 114 deps = ["Artifacts", "Libdl"] 108 115 uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" 109 - version = "1.0.1+0" 116 + version = "1.1.1+0" 110 117 111 118 [[deps.ComputationalResources]] 112 119 git-tree-sha1 = "52cb3ec90e8a8bea0e62e275ba577ad0f74821f7" ··· 140 147 uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" 141 148 142 149 [[deps.Distances]] 143 - deps = ["LinearAlgebra", "SparseArrays", "Statistics", "StatsAPI"] 150 + deps = ["LinearAlgebra", "Statistics", "StatsAPI"] 144 151 git-tree-sha1 = "b6def76ffad15143924a2199f72a5cd883a2e8a9" 145 152 uuid = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" 146 153 version = "0.10.9" 154 + weakdeps = ["SparseArrays"] 155 + 156 + [deps.Distances.extensions] 157 + DistancesSparseArraysExt = "SparseArrays" 147 158 148 159 [[deps.Distributed]] 149 160 deps = ["Random", "Serialization", "Sockets"] ··· 346 357 version = "0.14.7" 347 358 348 359 [[deps.IntervalSets]] 349 - deps = ["Dates", "Random", "Statistics"] 360 + deps = ["Dates", "Random"] 350 361 git-tree-sha1 = "8e59ea773deee525c99a8018409f64f19fb719e6" 351 362 uuid = "8197267c-284f-5f27-9208-e0e47529a953" 352 363 version = "0.7.7" 364 + weakdeps = ["Statistics"] 353 365 354 - [[deps.InverseFunctions]] 355 - deps = ["Test"] 356 - git-tree-sha1 = "68772f49f54b479fa88ace904f6127f0a3bb2e46" 357 - uuid = "3587e190-3f89-42d0-90ee-14403ec27112" 358 - version = "0.1.12" 366 + [deps.IntervalSets.extensions] 367 + IntervalSetsStatisticsExt = "Statistics" 359 368 360 369 [[deps.IrrationalConstants]] 361 370 git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2" ··· 409 418 [[deps.LibCURL]] 410 419 deps = ["LibCURL_jll", "MozillaCACerts_jll"] 411 420 uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" 412 - version = "0.6.3" 421 + version = "0.6.4" 413 422 414 423 [[deps.LibCURL_jll]] 415 424 deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"] 416 425 uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" 417 - version = "7.84.0+0" 426 + version = "8.4.0+0" 418 427 419 428 [[deps.LibGit2]] 420 - deps = ["Base64", "NetworkOptions", "Printf", "SHA"] 429 + deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"] 421 430 uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" 422 431 432 + [[deps.LibGit2_jll]] 433 + deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"] 434 + uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5" 435 + version = "1.6.4+0" 436 + 423 437 [[deps.LibSSH2_jll]] 424 438 deps = ["Artifacts", "Libdl", "MbedTLS_jll"] 425 439 uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8" 426 - version = "1.10.2+0" 440 + version = "1.11.0+1" 427 441 428 442 [[deps.Libdl]] 429 443 uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" ··· 435 449 version = "4.4.0+0" 436 450 437 451 [[deps.LinearAlgebra]] 438 - deps = ["Libdl", "libblastrampoline_jll"] 452 + deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"] 439 453 uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" 440 454 441 455 [[deps.LogExpFunctions]] 442 - deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"] 456 + deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"] 443 457 git-tree-sha1 = "c3ce8e7420b3a6e071e0fe4745f5d4300e37b13f" 444 458 uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688" 445 459 version = "0.3.24" 446 460 461 + [deps.LogExpFunctions.extensions] 462 + LogExpFunctionsChainRulesCoreExt = "ChainRulesCore" 463 + LogExpFunctionsChangesOfVariablesExt = "ChangesOfVariables" 464 + LogExpFunctionsInverseFunctionsExt = "InverseFunctions" 465 + 466 + [deps.LogExpFunctions.weakdeps] 467 + ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" 468 + ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0" 469 + InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112" 470 + 447 471 [[deps.Logging]] 448 472 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" 449 473 ··· 471 495 [[deps.MbedTLS_jll]] 472 496 deps = ["Artifacts", "Libdl"] 473 497 uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" 474 - version = "2.28.0+0" 498 + version = "2.28.2+1" 475 499 476 500 [[deps.MetaGraphs]] 477 501 deps = ["Graphs", "JLD2", "Random"] ··· 496 520 497 521 [[deps.MozillaCACerts_jll]] 498 522 uuid = "14a3606d-f60d-562e-9121-12d972cd8159" 499 - version = "2022.2.1" 523 + version = "2023.1.10" 500 524 501 525 [[deps.NaNMath]] 502 526 deps = ["OpenLibm_jll"] ··· 529 553 [[deps.OpenBLAS_jll]] 530 554 deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] 531 555 uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" 532 - version = "0.3.20+0" 556 + version = "0.3.23+4" 533 557 534 558 [[deps.OpenEXR]] 535 559 deps = ["Colors", "FileIO", "OpenEXR_jll"] ··· 546 570 [[deps.OpenLibm_jll]] 547 571 deps = ["Artifacts", "Libdl"] 548 572 uuid = "05823500-19ac-5b8b-9628-191a04bc5112" 549 - version = "0.8.1+0" 573 + version = "0.8.1+2" 550 574 551 575 [[deps.OpenSpecFun_jll]] 552 576 deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"] ··· 578 602 version = "0.12.3" 579 603 580 604 [[deps.Pkg]] 581 - deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] 605 + deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] 582 606 uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" 583 - version = "1.8.0" 607 + version = "1.10.0" 584 608 585 609 [[deps.PkgVersion]] 586 610 deps = ["Pkg"] ··· 627 651 uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" 628 652 629 653 [[deps.Random]] 630 - deps = ["SHA", "Serialization"] 654 + deps = ["SHA"] 631 655 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" 632 656 633 657 [[deps.RangeArrays]] ··· 640 664 git-tree-sha1 = "1342a47bf3260ee108163042310d26f2be5ec90b" 641 665 uuid = "c84ed2f1-dad5-54f0-aa8e-dbefe2724439" 642 666 version = "0.4.5" 667 + weakdeps = ["FixedPointNumbers"] 668 + 669 + [deps.Ratios.extensions] 670 + RatiosFixedPointNumbersExt = "FixedPointNumbers" 643 671 644 672 [[deps.RealDot]] 645 673 deps = ["LinearAlgebra"] ··· 709 737 version = "1.1.1" 710 738 711 739 [[deps.SparseArrays]] 712 - deps = ["LinearAlgebra", "Random"] 740 + deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"] 713 741 uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" 742 + version = "1.10.0" 714 743 715 744 [[deps.SpecialFunctions]] 716 - deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"] 745 + deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"] 717 746 git-tree-sha1 = "e2cfc4012a19088254b3950b85c3c1d8882d864d" 718 747 uuid = "276daf66-3868-5448-9aa4-cd146d93841b" 719 748 version = "2.3.1" 749 + weakdeps = ["ChainRulesCore"] 750 + 751 + [deps.SpecialFunctions.extensions] 752 + SpecialFunctionsChainRulesCoreExt = "ChainRulesCore" 720 753 721 754 [[deps.StackViews]] 722 755 deps = ["OffsetArrays"] ··· 725 758 version = "0.1.1" 726 759 727 760 [[deps.StaticArrays]] 728 - deps = ["LinearAlgebra", "Random", "StaticArraysCore", "Statistics"] 761 + deps = ["LinearAlgebra", "Random", "StaticArraysCore"] 729 762 git-tree-sha1 = "9cabadf6e7cd2349b6cf49f1915ad2028d65e881" 730 763 uuid = "90137ffa-7385-5640-81b9-e52037218182" 731 764 version = "1.6.2" 765 + weakdeps = ["Statistics"] 766 + 767 + [deps.StaticArrays.extensions] 768 + StaticArraysStatisticsExt = "Statistics" 732 769 733 770 [[deps.StaticArraysCore]] 734 771 git-tree-sha1 = "36b3d696ce6366023a0ea192b4cd442268995a0d" ··· 738 775 [[deps.Statistics]] 739 776 deps = ["LinearAlgebra", "SparseArrays"] 740 777 uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" 778 + version = "1.10.0" 741 779 742 780 [[deps.StatsAPI]] 743 781 deps = ["LinearAlgebra"] ··· 751 789 uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" 752 790 version = "0.33.21" 753 791 792 + [[deps.SuiteSparse_jll]] 793 + deps = ["Artifacts", "Libdl", "libblastrampoline_jll"] 794 + uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" 795 + version = "7.2.1+1" 796 + 754 797 [[deps.TOML]] 755 798 deps = ["Dates"] 756 799 uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" 757 - version = "1.0.0" 800 + version = "1.0.3" 758 801 759 802 [[deps.Tar]] 760 803 deps = ["ArgTools", "SHA"] 761 804 uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" 762 - version = "1.10.1" 805 + version = "1.10.0" 763 806 764 807 [[deps.TensorCore]] 765 808 deps = ["LinearAlgebra"] ··· 810 853 [[deps.Zlib_jll]] 811 854 deps = ["Libdl"] 812 855 uuid = "83775a58-1f1d-513f-b197-d71354ab007a" 813 - version = "1.2.12+3" 856 + version = "1.2.13+1" 814 857 815 858 [[deps.Zstd_jll]] 816 859 deps = ["Artifacts", "JLLWrappers", "Libdl"] ··· 819 862 version = "1.5.5+0" 820 863 821 864 [[deps.libblastrampoline_jll]] 822 - deps = ["Artifacts", "Libdl", "OpenBLAS_jll"] 865 + deps = ["Artifacts", "Libdl"] 823 866 uuid = "8e850b90-86db-534c-a0d3-1478176c7d93" 824 - version = "5.1.1+0" 867 + version = "5.11.0+0" 825 868 826 869 [[deps.libpng_jll]] 827 870 deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"] ··· 838 881 [[deps.nghttp2_jll]] 839 882 deps = ["Artifacts", "Libdl"] 840 883 uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" 841 - version = "1.48.0+0" 884 + version = "1.52.0+1" 842 885 843 886 [[deps.p7zip_jll]] 844 887 deps = ["Artifacts", "Libdl"] 845 888 uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" 846 - version = "17.4.0+0" 889 + version = "17.4.0+2"
+7 -5
src/routes/(base)/post/+page.svelte
··· 16 16 17 17 const currentBuild = new Date(); 18 18 19 - const distanceFromPrev = (post: Post) => { 19 + const timeSeparator = (post: Post) => { 20 20 const index = posts.map((p) => p.date).indexOf(post.date); 21 21 const prevPost = posts[index - 1]; 22 22 if (prevPost === undefined) return 0; ··· 43 43 </div> 44 44 45 45 {#each posts as post} 46 - <div class="day-container" aria-hidden="true"> 47 - {#each Array(distanceFromPrev(post)) as _}ˇ{/each} 48 - </div> 46 + {#if timeSeparator(post)} 47 + <div class="day-container" aria-hidden="true"> 48 + {'·'.repeat(timeSeparator(post))} 49 + </div> 50 + {/if} 49 51 50 52 <div class="post"> 51 53 <div class="post-content"> ··· 96 98 } 97 99 98 100 .day-container { 99 - padding: 0.8em 0 0 4em; 101 + padding: 0.8em 0 0.8em 4em; 100 102 font-family: Menlo, Monaco, Consolas, monospace; 101 103 opacity: 0.4; 102 104 width: 0.1em;