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...
This has been way too long in the making and it's finally out:
"Spatiotemporal Model Cards", basically a cheat sheet for documenting #GeoAI models so that you'll thank your past self when you circle back to your docs in the future
📋 Markdown template ...
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]
#today I have the #journal's template .tex building in my usual harness, so I am nearly started on that new paper - a whole week left to write it all!
Once foundation model providers start trying to turn a profit, the vast majority of "AI powered" products will be swiftly replaced by a plain ol' template library.
#LLM #AI
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.
In the AWS Console, under EventBridge, when selecting a Bus, you can choose to display a CloudFormation template to rebuild this Bus.
I wish all AWS entities had this feature.
Click through to an IAM policy? Configure an ECS cluster? Set up an SQS queue? View a VPC subnet? Access a Security Group?
Export as CloudFormation!
New blog post: Journeys in Hosting 2/x - OS template considerations
https://dataplane.org/jtk/blog/2026/03/hosting-stories-2/
This is a TikTok from glutelord@bsky.social, expressing some of the irony that shows up in incel “looksmaxxing” (basically men shaping their looks, in theory to attract women, but that they’re using a “male gaze” template)
And correctly noting that not only is it stolen from Gay circuit but without the actual undepinnings.
It’s worth a watch.
And you can't put the codes stufff in content pages???
Like, this doesn't work
content/awawa/_index.md:
It literaly renders the
{% for post in section.pages %} and etc as text on the final html... What the fuck
How India's ambitions to build and export a sovereign AI template are colliding with structural constraints, including a dependence on foreign AI infrastructure (Saritha Rai/Bloomberg)
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,…
I went to the English Market in Cork City, therein to the cheesemonger where I learned the word "hectogram," and sagely ordered a /hectogram/ of the Fourme d'Ambert. This was met by a "sorry, a what?" from the lass behind the counter.
It's over for us.
I receive tons of applications that use the same CV template: Brief header with contact info and circular photo on the left hand side, brief paragraph "About me", then structured info. PDF metadata say it’s LaTeX generated, but I assume its created by a popular platform. Any idea what this is? LinkedIn?
If you hate that largely pointless LinkedIn sidebar:
```
.scaffold-layout__aside {
display: none;
}
.scaffold-layout--reflow .scaffold-layout__content--sidebar-main-aside {
grid-template-areas: "sidebar main main";
}
```
Because I was forced to use LinkedIn today.
Has anyone gotten a WireGuard VPN setup to work using systemd's netdev and network files (rather than wg-quick@ template units)?
#AskFedi #Linux #Systemd
The Sisyphus client rewrite continues after a bit of a break. The `ffmpeg` module is mostly finished and should serve as a good template for `handbrake`, `av1an`, `mkvmerge`, and `cleanup` modules. Logging is progressing pretty well. The config has been expanded slightly and can now pull from TOML files on top of the standard environment variables.
#sisyphus
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
Structural-Ambiguity-Aware Translation from Natural Language to Signal Temporal Logic
Kosei Fushimi, Kazunobu Serizawa, Junya Ikemoto, Kazumune Hashimoto
https://arxiv.org/abs/2603.28426 https://arxiv.org/pdf/2603.28426 https://arxiv.org/html/2603.28426
arXiv:2603.28426v1 Announce Type: new
Abstract: Signal Temporal Logic (STL) is widely used to specify timed and safety-critical tasks for cyber-physical systems, but writing STL formulas directly is difficult for non-expert users. Natural language (NL) provides a convenient interface, yet its inherent structural ambiguity makes one-to-one translation into STL unreliable. In this paper, we propose an \textit{ambiguity-preserving} method for translating NL task descriptions into STL candidate formulas. The key idea is to retain multiple plausible syntactic analyses instead of forcing a single interpretation at the parsing stage. To this end, we develop a three-stage pipeline based on Combinatory Categorial Grammar (CCG): ambiguity-preserving $n$-best parsing, STL-oriented template-based semantic composition, and canonicalization with score aggregation. The proposed method outputs a deduplicated set of STL candidates with plausibility scores, thereby explicitly representing multiple possible formal interpretations of an ambiguous instruction. In contrast to existing one-best NL-to-logic translation methods, the proposed approach is designed to preserve attachment and scope ambiguity. Case studies on representative task descriptions demonstrate that the method generates multiple STL candidates for genuinely ambiguous inputs while collapsing unambiguous or canonically equivalent derivations to a single STL formula.
toXiv_bot_toot
I’m planning to teach folks about making their own website later this year, but I’m conflicted about which static site generator to use. Jekyll is what I’m most experienced with, but it seems to be more complex to install and stuff. Jekyll also doesn’t have stuff like multi language websites and alike.
Tho Hugo seems something I’d like to avoid, since apparently themes end up being completely different frameworks from each other so the documentation doesn’t always apply and switching themes on a ready website seems harder?
Are there any other options out there? Ideally easier to install than jekyll, easy to set up on codeberg/github pages, extensible and more complete but without Hugos issues.
I’ll probably migrate my website to whatever I choose as a way to learn the new generator.
Edit: Zola seems interesting, anyone has opinions about that one?
Do note that the target audience includes people who never touched a terminal or any programming language before, so not needing much of those paradigms is preferred (I could, and probably will, give them a basic template to begin with tho)