2026-05-23 15:03:15
A template for data analysis projects structured as R packages (or not) https://github.com/Pakillo/template by @…
Some incredible shots in this year's International Aerial Photographer contest:
https://www.internationalaerialphotographer.com/
Awards book (preliminary):
Generalized Constraint Projection: Four-Dimensional Type Inference for Dynamic Languages
Qunhui Zhang
https://arxiv.org/abs/2607.19693 https://arxiv.org/pdf/2607.19693 https://arxiv.org/html/2607.19693
arXiv:2607.19693v1 Announce Type: new
Abstract: Type inference for dynamically typed languages must reconcile four distinct sources of evidence for function parameters: internal assignments, explicit declarations, contextual requirements, and structural operations. Existing systems often merge these sources into one constraint set, causing spurious conflicts or requiring redundant annotations. We present Generalized Constraint Projection (GCP), a zero-annotation inference framework that stores the four sources in separate monotone slots on a stable definition-time template and checks each call in a fresh projection session. Ordinary calls verify concrete arguments and specialize return types without modifying the template, while currying produces residual projected functions. GCP uses Outline Equational Matching (OEM), a structural compatibility preorder with an open bidirectional delegation protocol, and future this, a receiver-preserving extension for subtype-refining fluent APIs. On the strict success fragment of a finite-height type preorder, we prove monotonicity, local and global convergence in $O(Nh_T)$ effective updates, conditional projection-obligation soundness, projection termination, multi-module convergence, and order independence under fair monotone iteration. For the pure, recursion-free core Outline0, we additionally prove big-step evaluation definedness, type preservation, runtime receiver retention, and projection-evaluation coherence. We instantiate GCP in the Outline dynamic language as a typed substrate for ontology worlds and apply it to unannotated Python source to recover PEP 484 annotations for downstream compilation.
toXiv_bot_toot
🇺🇦 #NowPlaying on KEXP's #Expansions
Speedy J:
🎵 303 Template Refract
#SpeedyJ
https://speedyj.bandcamp.com/track/303-template-refract
https://open.spotify.com/track/5TSlEN5TKuaunrY5YVUz0x
@… @… @… Well, you CAN use a full template for Typst as well. However, unless you want to…
@… @… @… Well, you CAN use a full template for Typst as well. However, unless you want to…
Pro Se Guide for Motion to Change Hearing to WebEx
https://nipnlg.org/work/resources/pro-se-guide-motion-change-hearing-webex
The regime keeps arresting people that follow legal immigration processes, they have been racially profiling and abduct an…
Updated my post on evaluating ACRs to add a note about ‘N/A’ entries in a WCAG VPAT:
https://adrianroselli.com/2026/01/how-i-evaluate-an-acr-vpat.html#Update01
In short: not allowed; ask vendor for clarity.
One of the beautiful things about Sublime Merge¹ (and git/diffs) is that you can see exactly what has changed in complex expected values in tests to ensure that you’re updating the tests without overlooking regressions.
(This is from the Markdown page loader tests in Kitten², as I’m refactoring to implement the upcoming breaking change in the stateful components API³ as it affects the generated code for stateful layout components in Markdown pages.)
¹ Which I always have running,…
🇺🇦 #NowPlaying on KEXP's #Expansions
Speedy J:
🎵 303 Template Refract
#SpeedyJ
https://speedyj.bandcamp.com/track/303-template-refract
https://open.spotify.com/track/5TSlEN5TKuaunrY5YVUz0x
Progress! Sorted out a bunch of permissions issues and I'm now able to (over SSH) clone a template VM on the mac mini and launch it.
Now to set up a script to actually run the test suite.
I've written more bash than any other language the last week or so and I don't like it lol. But it had to be done...
Idea for MS, make a template starting like this in the marketing dep "Microsoft has confirmed a new known issue affecting... [fill in the latest fuck-up]
Portable surrogate-free 4D MRI from standard fast multi-slice 2D MRI via implicit neural representations
Muheng Li, Xinyang Wu, Xia Li, Orso Pusterla, Philippe C. Cattin, Sairos Safai, Antony J. Lomax, Ye Zhang
https://arxiv.org/abs/2607.17906 https://arxiv.org/pdf/2607.17906 https://arxiv.org/html/2607.17906
arXiv:2607.17906v1 Announce Type: new
Abstract: Four-dimensional MRI (4D MRI) characterizes respiratory organ motion, yet existing reconstruction pipelines are tightly coupled to specific acquisition platforms (e.g., non-Cartesian trajectories with self-gating, vendor-specific navigators, or external respiratory hardware), limiting broad adoption across diverse clinical and research settings, including low-field, open-bore, and non-supine imaging. We present SIMPLE-4D (Surrogate-free, IMplicit, PortabLE 4D MRI), a software-first portable workflow that operates entirely on reconstructed slices from standard fast multi-slice 2D MRI and requires no pulse-sequence modification, no non-Cartesian trajectory, no navigator, and no external hardware. SIMPLE-4D combines an acquisition-agnostic front end consuming standard 2D protocols, a surrogate-free variational motion encoder that extracts a compact motion code directly from each 2D slice, and a physics-aware continuous spatio-temporal reconstruction based on a hash-encoded implicit neural representation (INR) with a SIREN deformation network producing bidirectional cycle-consistent DVFs and motion-dependent Gauss-Legendre thick-slice quadrature. Bidirectionality yields a complete inter-frame motion model by composition, supporting downstream tasks such as dose accumulation without retraining. We validate the identical pipeline on two contrasting datasets: a 1.5 T clinical bSSFP dataset (5 volunteers, 3 sessions each) and a 0.5 T open-bore HASTE dataset (5 volunteers, supine and upright). To our knowledge, this is the first per-frame 4D volumetric respiratory MRI reconstruction on a weight-bearing upright open-bore low-field scanner from reconstructed 2D Cartesian slices alone. On low-field data the INR template additionally acts as an implicit denoiser, yielding 132% SNR. Systematic ablations isolate each component's contribution.
toXiv_bot_toot
Does anyone here have tried Zine (static site generator)?
I would like to port a recursive template I had on Hugo but I'm puzzled.
#ssg
Weakly Non-Negative Supermartingales for Omega-Regular Verification
Toru Takisaka, Hongjie Qing, Libo Zhang
https://arxiv.org/abs/2607.17798 https://arxiv.org/pdf/2607.17798 https://arxiv.org/html/2607.17798
arXiv:2607.17798v1 Announce Type: new
Abstract: Martingale-based methods are central to probabilistic program verification, but strong global non-negativity requirements can exclude simple certificates from tractable template classes. Relaxing this requirement enlarges the search space for automated synthesis, but naive relaxations are unsound in the probabilistic setting. We introduce lazy Streett supermartingales and their lexicographic extension, showing that weak non-negativity can nevertheless be used soundly to certify almost-sure satisfaction of $\omega$-regular properties with polynomial templates under a broad class of sampling distributions, including all bounded-support distributions. This extends prior weakly non-negative methods from termination to general $\omega$-regular verification. We further give a compositional account of lexicographic certificates in terms of one-dimensional ones. Experiments on 170 polynomial probabilistic-program benchmarks show increases of 20.0-23.5 percentage points in verification success over the strongly non-negative baseline.
toXiv_bot_toot
And you need to write the homepage in html as a template or something instead of having an index.md? Ok ugh I don't think I like Zola actually. I was going to migrate my website to it today but nevermind.
And you can't put the codes stufff in content pages???
Like, this doesn't workcontent/awawa/_index.md:
It literaly renders the
{% for post in section.pages %} and etc as text on the final html... What the fuck