Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@primonatura@mstdn.social
2026-09-15 16:00:49

"One in nine migratory birds threatened with extinction, global report says"
#Birds #Animals

@leftsidestory@mstdn.social
2026-06-28 00:30:02

The Indifference of Modernity 📸
无关紧要的现代性 📸
📷 Pentax MX
🎞️ Ilford FP4 Plus 125 (FF), expired 1994
If you like my work, Support by buying me a coffee or a roll of film from
PayPal paypal.com/paypalme/ydcdingsite
Wise

Ilford FP4 Plus 125 (FF)

English
A black-and-white photo featuring a Burger King paper cup with a lid and a straw placed on a concrete ledge. The cup is branded with the Burger King logo and text. In the background, there is a blurred urban scene with buildings, trees, and a crowd of people, suggesting a public outdoor setting.
中文
一张黑白照片,画面中有一个放在混凝土台面上的汉堡王纸杯,杯子带盖和吸管。杯身印有汉堡王的标志和文字。背景是模糊的城市景观,有建筑、树木和人群,暗示这是一个户外公共场所。
Ilford FP4 Plus 125 (FF)

English
A black-and-white interior shot of a multi-level shopping mall. The image captures escalators, glass railings, and several floors with clothing stores. Signage in Chinese characters is visible, including "4F" and store names. The mall is well-lit with modern design elements.
中文
一张黑白的商场内部照片,拍摄了多层购物中心。画面中有自动扶梯、玻璃栏杆和多个楼层的服装店。可以看到中文字样的标识,包括“4F”和店铺名称。商场灯光明亮,设计现代。
Ilford FP4 Plus 125 (FF)

English
A black-and-white photo of a multi-story shopping mall atrium. The image shows multiple levels with glass railings, escalators, and clothing stores. A large illuminated sign with Chinese characters is prominently displayed on the right side. The mall is bustling with shoppers and has a spacious, open design.
中文
一张黑白的多层购物中心中庭照片。画面展示了多个楼层,配有玻璃栏杆、自动扶梯和服装店。右侧有一个大型发光的中文字标识。商场内顾客络绎不绝,空间开阔,设计现代。
Ilford FP4 Plus 125 (FF)

English
A black-and-white photo taken from an elevated position inside a shopping mall. The image shows escalators, glass railings, and multiple floors with various stores. Signs in Chinese characters, including "Chow Tai Seng" and "LAOMIAO," are visible. The mall is well-lit and features a modern architectural design.
中文
一张从购物中心高处拍摄的黑白照片。画面中有自动扶梯、玻璃栏杆和多个楼层的各类店铺。可以看到中文字样的标识,包括“周大生”和“老庙”。商场灯光明亮,建筑设计现代。
@harrysentonbury@social.linux.pizza
2026-09-12 23:15:26

goodnight
#night #spookySaturday #shittember

in the dead of night. in torch light. a narrow house. the upper floor has 2 arched windows close together, well.. next to each other, touching. (looks like eyes), and the point of a steeply pitched gable roofed porch, lines up between the windows, it has a gothic arch door, looks like a dogs nose. it is very noisy and blurry snap, it's shit but i prefer this one. to the focused not so noisy one that i also got. also btw it is viewed from the entrance of a narrow drive lined with small trees tha…
@arXiv_csHC_bot@mastoxiv.page
2026-08-12 08:22:14

MazzikaAI: A knowledge-based performance-to-prompt compiler for real-time Arabic maqam accompaniment with a streaming text-to-music model
Jiaxin Du, Boulbaba Abdeljaouad, Yong Zhuang, Haoyu Li
arxiv.org/abs/2608.10360 arxiv.org/pdf/2608.10360 arxiv.org/html/2608.10360
arXiv:2608.10360v1 Announce Type: new
Abstract: Arabic maqam music microtonal, modal, and built on ornamented call and response is among the traditions most underserved by generative music models, whose training frameworks remain predominantly Western and equaltempered. Real time accompaniment sharpens this gap: an AI partner must listen, adapt dynamically, and respect idiomatic microtonal structures. Streaming text to music models provide strong generative capabilities but lack precise control interfaces. We present MazzikaAI, a knowledge based system that uses natural language as the actuator of a realtime control loop. By compiling live MIDI, gesture, and inferred harmony into continuously updated text prompts, MazzikaAI steers an unmodified streaming generator, Google Lyria RealTime, without requiring model finetuning. The system embeds expert knowledge of six core maqamat, characteristic ornaments, and ensemble dynamics, maintaining realtime responsiveness with subsecond keytoaudibleupdate latency. Empirical evaluations demonstrate that dynamic prompt compilation reliably grounds generation in microtonal scales, significantly increasing offgrid quartertone content over baseline generation. Beyond its core implementation, MazzikaAI illustrates how deterministic knowledgebased rules can effectively bridge expert, nonWestern musical traditions and unfinetuned foundation models. This architecture establishes a scalable paradigm for realtime humanAI cocreation, offering a generalizable blueprint for interactive accompaniment, adaptive music education, and culturally inclusive generative audio across diverse global idioms.
toXiv_bot_toot

@Techmeme@techhub.social
2026-08-05 15:55:59

Elon Musk says SpaceX has decided to "build exclusively on Nvidia because we think the Vera Rubin architecture is the best architecture" (Shubhangi Goel/Business Insider)
businessinsider.com/elon-musk-

@arXiv_csAR_bot@mastoxiv.page
2026-08-14 07:32:47

Why Do Prefetchers Fail? Let Agents Answer
Xiangfeng Sun, Ceyu Xu, Ningzhi Ai, Zeyu Zhu, Yiyang Yuan, Yuan Xie
arxiv.org/abs/2608.13027 arxiv.org/pdf/2608.13027 arxiv.org/html/2608.13027
arXiv:2608.13027v1 Announce Type: new
Abstract: Hardware prefetchers are crucial to processor performance, yet their design remains labor-intensive and expert-driven. Architects inspect execution and memory-access traces, identify patterns, translate them into online hardware heuristics, and evaluate them in simulation, often with no guarantee of improvement. Human experts cannot systematically inspect billion-instruction traces across diverse real-world workloads.
We present a performance-anomaly-driven autoresearch flow that repeatedly asks why a deployed prefetcher fails and uses the diagnoses to construct the Mixture of Prefetchers (MoP). Each iteration localizes high-impact unexplained misses to program counters, gives agents hardware logs, source code, and sliced traces, validates diagnoses through runnable minimal cases, and synthesizes specialized sub-prefetchers for recurring pattern families. Measured performance and remaining anomalies feed subsequent iterations, enabling simulator-in-the-loop discovery beyond model priors.
The campaign consumes 1.91 billion DeepSeek V4 Pro tokens. On SPEC CPU2006 and SPEC CPU2017, MoP achieves a 61.1% geomean IPC speedup over no prefetching, outperforming the human-designed Alecto, Berti, and Pythia prefetchers by 14.5%, 21.6%, and 23.6%, respectively. RTL synthesis in a 6nm library reports 110 KB of on-chip storage and 0.0347 mm^2 area. To our knowledge, this is the first empirical demonstration that an agent-driven hardware-design process can produce an RTL-practical prefetcher that outperforms state-of-the-art human designs on unseen workloads.
toXiv_bot_toot

@ruth_mottram@fediscience.org
2026-06-18 05:36:22

And here is the video and short summary for those wanting the TL;DR
frontiersin.org/journals/scien
fediscience.org/@Ruth_Mottram/
Ruth_Mottram - We also wrote a version for kids:
kids.frontiersin.org/articles/
fediscience.org/@Ruth_Mottram/
Ruth_Mottram - Flurry of articles, including in the Guardian on the very well funded but seriously misguided efforts to geoengineer the Arctic by growing sea ice, reminds me that it is probably time to report our critical article on the subject..
frontiersin.org/journals/scien

Mitch McConnell's Office Won't Confirm If He's Conscious
A spokesperson for Sen. Mitch McConnell (R-Ky.)
would not say Monday whether he is conscious in the hospital,
where he's been since June 14
after someone at his house was reportedly found unconscious and received CPR for cardiac arrest.

@arXiv_csHC_bot@mastoxiv.page
2026-08-12 08:22:32

Visual-to-Haptic Augmentation in XR: A Wearable Glove for Perceptual Grounding in Multimodal Interaction
Faisal Mohd, Hamdi Elsaddik, Erhan Baturay Onural, Jihong Zhang, Fedwa Laamarti, Abdulmotaleb El Saddik
arxiv.org/abs/2608.10368 arxiv.org/pdf/2608.10368 arxiv.org/html/2608.10368
arXiv:2608.10368v1 Announce Type: new
Abstract: Extended Reality (XR) systems increasingly deliver high-fidelity visual and auditory experiences, yet tactile perception remains comparatively underutilized as a modality for enriching embodied interaction. This work presents a visual-to-haptic wearable glove and a feature-based visual-to-haptic mapping algorithm that translates spatial and temporal visual features from images and videos into distributed vibrotactile patterns. The proposed method extracts motion, edge, and brightness cues and fuses them into actuator-level intensity maps aligned with a 29-actuator glove arranged in a five-by-seven layout.
The system is implemented through a modular four-layer architecture comprising the XR environment, media content handling, visual-to-haptic processing, and embedded haptic hardware. A within-subject user study (N = 20) compared visual-only interaction with visual-plus-haptic augmentation across texture-based and dynamic video scenarios. Results indicate that tactile augmentation significantly improves perceived realism in dynamic video scenarios and enhances immersion and visual-tactile correspondence across conditions, with stronger and more consistent effects observed for dynamic visual events.
While the current implementation operates in a single-user, offline-synchronized configuration, the findings demonstrate that vision-driven tactile augmentation can function as a perceptual enhancement layer within multimodal XR systems. Such a layer may provide a foundation for future socially enriched XR environments where coherent multisensory grounding supports higher-level interaction and communication.
toXiv_bot_toot