InDesign is also falling apart now, it seems. Laggy af on an M1 Max with 32 GB of RAM, and the undo command is regularly breaking (!). And it’s always the same story: people report these bugs to Adobe, but they just persist for months and months. 🤨
https://community.adobe.com/questio…
@… hey! (omg so nice to find a Mastodon link on a maintainer's profile)
I see from a few comments on issues that you've got substantial almost-landed work on a bpaf v0.10 rewrite w/ a Visitor API?
I'm wondering if you could push that, even if it's not ready to tag and release yet; I was building a small-ish patch on top of the old …
Now, I don't especially like the term "church" so I may use something else... like "coven." You can do what you want. But I happen to have already mapped out an example. (It is exactly that, just an example, so take if it's useful, change if you need, and don't stick to anything too closely.) Oh, this mapping also means that you would, for religious reasons, only be allowed to work under capitalism 4 days a week instead of 5.
Given the increases in productivity over the last 100 years, a 4 day work week is a completely reasonable expectation. If we have to annex Monday for the weekend by force of religion, so be it. It is rightfully ours anyway. If enough people try it, this will probably work. If it doesn't work, it just needs more people.
The Practice of Worship:
It is recommended to break down worship in to three sections: the functional, the communal, and the spiritual. It is also recommended to break these across multiple days. A common structure for some Christian churches is to take 10-15 minutes for announcements (Functional), an hour or two for services (Spiritual), followed by (Communal) coffee, tea, and cookies for an unspecified time up to two hours after. When starting or working with limited time a single compressed model like this may work, but it's not optimal.
- The Functional
The purpose of this section is to address the functional needs of the coven. Block out time (less than 90 minute blocks is recommended) to go through reports and updates from those involved in the Dispensary, Library, Works Committee (infrastructure), and Services Committee (providing services internally and, potentially, externally). Talk through any additional announcements, including those from other covens you may be federated with.
It is helpful to include unstructured communal time, such as shared meals, during or after functional meetings. As the federation grows, more time will be needed. It is recommended to break functional meetings, work parties, and such across multiple days. When a federation becomes sufficiently large, it is recommended to take every Monday, on top of Saturday and Sunday, as a third day of community and worship.
The scope of the functional spans 3 realms (which may be more-or-less fluid): the personal or family, the coven and federation, and humanity itself. It is up to each coven and individual to negotiate how to allocate the three days of the weekend once we have liberated Monday from the work week, but it is important to reserve it for one of these three. However, some people must work on weekends. Medical personnel, for example, cannot conform to a standard work week. While the work week should be universally restricted, which specific days are used will be up to the specific coven and their members.
A functional meeting can start with an agenda like the following:
Functional Invocation
Announcements
Report Backs
Dispensary
Inventory Check
What is low
What is empty
What is expiring
What is needed
Funds status
Library
Inventory Check and Items needing return
Library acquisition requests
Funds status and budget check
Works Committee
Upcoming projects
Subcommittee updates (Following the Works Committee agenda)
New committee formations
Funds status
Services Committee
New capabilities announcements
New needs requests
Subcommittee updates (Following the Works Committee agenda)
New committee formations
Funds status
Task Check
Breaking the Circle
This agenda is a suggestion for those who don't know where to start. It can be adapted or ignored as appropriate.
- The Spiritual
Spirituality is necessarily an undefined space. It is deeply personal. Each individual taking time to share their own personal spiritual experiences can help each connect with each other. This experience of connection can itself be a spiritual experience. It may also be useful to read esoteric, mystical, or philosophical texts together as type of "book club" and share thoughts. Others may draw from their own knowledge or traditions. This is something that must be defined together within a group.
- The Communal
The communal aspect of the practice of worship bind the coven and federation together. Within the community we find joy and release, connection and comfort. The coven is where we turn in times of need, and where we share our hopes and dreams.
#femizid #Offenburg #Stalker
Spendenaufruf für Spendenaufruf für Kateryna S. Sohn: junge-theaterakademie-offenburg.eu/2026/07/10/spendenaufruf-fuer-kateryna-sniedkovas-sohn/www.gofundme.com/f/spendenauf…
Meet the Java Geek weekly 149
https://blog.frankel.ch/java-geek-weekly/149/
Design gotchas in JDK’s functional interfaces. syncthing. The Teal programming language. Ponytail Agent Skill Corrects Its Own Benchmark After Contributor Challenge. Eight Myths on Software Engineering…
Digital Twin Modeling of a Highly Automated Agricultural Tractor
Clay Hallman, Lukas Pindl, Timo Oksanen
https://arxiv.org/abs/2607.19912 https://arxiv.org/pdf/2607.19912 https://arxiv.org/html/2607.19912
arXiv:2607.19912v1 Announce Type: new
Abstract: In efforts to increase research efficiency and availability, a digital twin of our research tractor (AMX G-trac) is created, focusing especially on the CAN communication for data reading and actuation command following the ISOBUS protocol. Mevea Simulation Software is utilized as the foundation, providing the kinematic model and visuals, while Python is used to read and write CAN messages over a Kvaser CanKing virtual CAN channel. Various performance tests involving straight line and turning behavior are performed in both the digital twin simulation and in the real world to measure similarity. Results indicate that the Mevea model behaves very comparable in its lateral dynamics, often within 5-10 percent, but requires better data to fully capture the longitudinal aspects like acceleration. The final model described in this paper sets the table for a second iteration to include more tractor functions such as hydraulics and tractor-implement dynamics.
toXiv_bot_toot
Decode-Time Grammars: Constrained LLM Generation over a Refinement Order of Grammar Fragments
Shuoming Zhang, Ruiyuan Xu, Haofeng Li, Qiuchu Yu, Yangyu Zhang, Chunwei Xia, Xiaobing Feng, Chenxi Wang, Huimin Cui, Jiacheng Zhao
https://arxiv.org/abs/2607.18357 https://arxiv.org/pdf/2607.18357 https://arxiv.org/html/2607.18357
arXiv:2607.18357v1 Announce Type: new
Abstract: Large language models now write a growing share of the world's code, increasingly inside agents and serving systems that compile, execute, or dispatch generated code without line-by-line review. This works well for mainstream languages but remains brittle for low-resource programming surfaces such as domain-specific languages, custom library APIs, and command-line tools. Even under grammar-constrained decoding, a model can still produce references invalid in the current environment: a buffer never declared, a column absent from the schema, a function the library does not provide, or an unsupported CLI option.
This paper introduces decode-time grammars: grammar fragments instantiated during generation from a runtime environment Gamma. A region-specific policy selects a fragment for each hole, and a tightening operator replaces open reference positions with Gamma-typed slots whose candidates are exactly the names, fields, APIs, or options available at that point. Newly generated declarations enter Gamma before later regions are decoded, so the constraining grammar can depend on the prefix already generated. This ensures not only grammatical correctness but also semantic correctness, by preventing references to undefined symbols.
We formalize grammar fragments as environment-indexed grammars ordered by refinement, prove No-Ghost soundness for Gamma-slotted fragments, show that refinement preserves this support-set guarantee, and characterize the boundary of mask-enforceable properties. We implement the approach in gproj with offline grammar induction and online policy resolution. Across TileLang, SQL, and P4, with models from 0.6B to 236B parameters, gproj eliminates ghost references by construction at moderate overhead over standard constrained decoding.
toXiv_bot_toot
🔒 Readonly properties can now have default values, simplifying get-only interface properties from PHP 8.4. Doc comments can sit directly on function parameters and are exposed via ReflectionParameter::getDocComment()
⚡ New Io\Poll API unifies epoll, kqueue, event ports and WSAPoll, replacing stream_select() for event loops and #async runtimes
Commanders are hoping Jacory Croskey-Merritt can run all over the Cowboys https://www.foxsports.com/articles/nfl/commanders-are-hoping-jacory-croskeymerritt-can-run-all-over-the-cowboys
The Internet Archive San Francisco tours on Fridays at 1pm are getting more and more people. So fun. 300 Funston Ave.
Here are some other tiny bookie non-profits in San Francisco...
Letterform Archive https://letterformarchive.org/
Prelinger Library