> However, it is believed that the earliest evidence of construction in the world is the 1.8 million year-old stone circle found at Olduvai Gorge representing the remains of a windbreak.
> [...] Currently, the first evidence of man-made shelter dates back to 400,000 B.C. in Terra Amata, France
Kalambo Falls is 76,000 years older according to this dating.
> In quantum information theory, a mix of quantum mechanics and information theory, the Petz recovery map can be thought of as a quantum analog of Bayes' theorem
orroo/DEEP-NEPHRO: DEEP_NEPHRO is a university-led project focused on enhancing dialysis care through intelligent monitoring and optimization. By integrating machine learning and real-time data analysis,https://github.com/orroo/DEEP-NEPHRO
> Conclusion: Siloed dialysis EHR systems significantly hinder coordinated care for patients with ESKD, increasing the risk of adverse clinical outcomes.
"The Application of Mobile Health in Self-Management Among Patients Undergoing Dialysis: Scoping Review" (2026) https://www.jmir.org/2026/1/e76880
> Abstract: Residual connections with PreNorm are standard in modern LLMs, yet they accumulate all layer outputs with fixed unit weights. This uniform aggregation causes uncontrolled hidden-state growth with depth, progressively diluting each layer's contribution. We propose Attention Residuals (AttnRes), which replaces this fixed accumulation with softmax attention over preceding layer outputs, allowing each layer to selectively aggregate earlier representations with learned, input-dependent weights. To address the memory and communication overhead of attending over all preceding layer outputs for large-scale model training, we introduce Block AttnRes, which partitions layers into blocks and attends over block-level representations, reducing the memory footprint while preserving most of the gains of full AttnRes. [...]
> Abstract: [...] Flash-kmeans introduces two core kernel-level innovations: (1) FlashAssign, which fuses distance computation with an online argmin to completely bypass intermediate memory materialization;
> (2) sort-inverse update, which explicitly constructs an inverse mapping to transform high-contention atomic scatters into high-bandwidth, segment-level localized reductions.
> Furthermore, we integrate algorithm-system co-designs, including chunked-stream overlap and cache-aware compile heuristics, to ensure practical deployability.
> [...] flash-kmeans achieves up to 17.9X end-to-end speedup over best baselines, while outperforming industry-standard libraries like cuML and FAISS by 33X and over 200X, respectively.
> Distributed DAG state with W3C VC and W3C DID (did:tdw did:webvh) microledgers and maybe W3C PROV would probably work, but the opcode cost of the control layer and the opcode cost of each dispatched, signed code object, and the byte cost for data storage, and messages.
> Agent isolation with WASM and now wasmtime-mte . Opcode costs with eWASM or similar?
(MilkDrop3, projectm-visualizer/presets-cream-of-the-crop, westurner/vizscan for photosensitive epilepsy)
mapmapteam/mapmap does open source multi-projector mapping. How to integrate e.g. mapmap?
BespokeSynth is a C++ and JUCE based patch bay software modular synth with a "node-based UI" and VST3, LV2, AudioUnit audio plugin support. How to feed BespokeSynth audio and possibly someday video? Pipewire and e.g. Helvum?
- multi-projector mapping: ossia actually does it directly! it's in git master, will be released in the next version.
It also supports a fair amount of features that MapMap does not have such as:
* soft-edge blending
* blend modes
* custom polygons
* a proper HDR passthrough as well as tonemapping, etc.
* Metal, Vulkan, D3D11/12 support (mapmap is opengl-only)
* Spout, Syphon, NDI, soon pipewire video. Mapmap only supports camera input.
* And of course as mentioned here hw decoding (for some years already),
the new feature adds zero-copy when for instance using vulkan video and the vulkan GPU backend.
In contrast Mapmap does gstreamer -> Qt ; everything including the Yuv -> RGBA conversion goes through the CPU.
- How to feed BespokeSynth audio and possibly someday video? Pipewire and e.g. Helvum?
yes, pipewire (or jack or blackhole on windows and macOS). Although ossia also supports, VST, VST3, LV2, CLAP, JSFX, and Faust and comes with many audio effects built-in already.