Tootfinder

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

@arXiv_csCR_bot@mastoxiv.page
2025-07-11 09:11:11

May I have your Attention? Breaking Fine-Tuning based Prompt Injection Defenses using Architecture-Aware Attacks
Nishit V. Pandya, Andrey Labunets, Sicun Gao, Earlence Fernandes
arxiv.org/abs/2507.07417

@blakes7bot@mas.torpidity.net
2025-06-09 18:26:03

Series B, Episode 05 - Pressure Point
TRAVIS: Come on, come on. Where were you to rendezvous with Blake?
KASABI: You can rot, Travis. I'll tell you nothing, nothing. [Kasabi spits on Travis. Travis crosses to Servalan.]
blake.torpidity.net/m/205/170 B7B5

Claude Sonnet 4.0 describes the image as: "I can see this is a black and white scene showing two characters in what appears to be a dramatic confrontation. One figure wears an ornate, metallic costume with distinctive armor-like detailing, while the other is dressed in white with a wide-brimmed hat. The setting appears to be an interior space with clean, futuristic architecture typical of science fiction productions. The composition and lighting suggest this is a pivotal dramatic moment between…
@arXiv_astrophCO_bot@mastoxiv.page
2025-07-11 08:28:41

Design and optimization of neural networks for multifidelity cosmological emulation
Yanhui Yang, Simeon Bird, Ming-Feng Ho, Mahdi Qezlou
arxiv.org/abs/2507.07184

@arXiv_csLG_bot@mastoxiv.page
2025-07-09 10:18:22

Jigsaw: Training Multi-Billion-Parameter AI Weather Models with Optimized Model Parallelism
Deifilia Kieckhefen, Markus G\"otz, Lars H. Heyen, Achim Streit, Charlotte Debus
arxiv.org/abs/2507.05753

@arXiv_astrophEP_bot@mastoxiv.page
2025-08-11 09:34:30

One-third of Sun-like stars are born with misaligned planet-forming disks
Lauren I. Biddle (The University of Texas at Austin), Brendan P. Bowler (University of California Santa Barbara), Marvin Morgan (The University of Texas at Austin, University of California Santa Barbara), Quang H. Tran (Yale University), Ya-Lin Wu (Taiwan Normal University)

@frankel@mastodon.top
2025-06-03 08:22:02

Residuality Theory: A Rebellious Take on Building Systems That Actually Survive
#resiliency

@arXiv_csPL_bot@mastoxiv.page
2025-08-08 07:39:12

Consistent Updates for Scalable Microservices
Devora Chait-Roth, Kedar S. Namjoshi, Thomas Wies
arxiv.org/abs/2508.04829 arxiv.org/pdf/2508…

@stevefoerster@social.fossdle.org
2025-06-26 16:38:57

I actually really like neoclassical #architecture, but I enjoyed this interesting essay by Jeffery Tyler Syck in favor of diversity of style.
lawliberty.org/the-promise-of-

@hikingdude@mastodon.social
2025-07-08 20:44:57

I didn't want to let the day go without posting a photo ;-) So I just grabbed one from last year when we visited #vienna in autumn.
A bit of context can be found on the blog:

A black and white image of a group of people walking on a road. The image is set in a city environment, with tall trees lining the sides of the road. The sky above is overcast with clouds, creating a moody atmosphere. Street lights can be seen in the distance, casting a soft glow on the foggy street. The winter setting adds to the cold and quiet feeling of the scene. The dominant colors in the image are grey, white, and black, giving it a monochrome aesthetic. The people in the image are walkin…
@arXiv_csOS_bot@mastoxiv.page
2025-08-06 08:14:10

MaLV-OS: Rethinking the Operating System Architecture for Machine Learning in Virtualized Clouds
Stella Bitchebe, Oana Balmau
arxiv.org/abs/2508.03676

@aardrian@toot.cafe
2025-06-30 14:33:11

I had an architecture class where the professor spent an entire class discussing doorknobs. It was one of my favorite classes.
So the headline was all I needed to click this link:
“On the Architectural Hostility of Doorknobs”
sightlessscribbles.com/writing

@arXiv_csIR_bot@mastoxiv.page
2025-06-05 09:40:54

This arxiv.org/abs/2503.09492 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@blakes7bot@mas.torpidity.net
2025-08-09 18:29:36

Series B, Episode 05 - Pressure Point
VERON: No!
GAN: It's all right, it's all right. We won't hurt you. [Hands her pill he has taken from a container.] Take this.
VERON: No.
GAN: Please.
VERON: [Swallows pill] Who are you?
blake.torpidity.net/m/205/255

Claude Sonnet 4.0 describes the image as: "I can see this is a dark, atmospheric scene set in what appears to be an underground or dungeon-like environment with stone walls. The lighting is dim and moody, creating shadows throughout the space. There are figures visible in the scene - some standing and positioned in different areas of this stone chamber or corridor. The setting has a gritty, oppressive feel typical of a prison or underground facility. The stone architecture and low lighting cont…
@arXiv_csDC_bot@mastoxiv.page
2025-07-03 07:59:10

FLARE: A Dataflow-Aware and Scalable Hardware Architecture for Neural-Hybrid Scientific Lossy Compression
Wenqi Jia, Ying Huang, Jian Xu, Zhewen Hu, Sian Jin, Jiannan Tian, Yuede Ji, Miao Yin
arxiv.org/abs/2507.01224

@mgorny@social.treehouse.systems
2025-07-05 15:24:22

A while ago, I've followed the example given by #Fedora and unbundled ensurepip wheels from #Python in #Gentoo (just checked — "a while ago" was 3 years ago). This had the important advantage that it enabled us to update these wheels along with the actual pip and setuptools packages, meaning new virtual environments would get fresh versions rather than whatever CPython happened to bundle at the time of release.
I had considered using our system packages to prepare these wheels, but since we were already unbundling dependencies back then, that couldn't work. So I just went with fetching upstream wheels from PyPI. Why not build them from source instead? Well, besides feeling unnecessary (it's not like the PyPI wheels are actually binary packages), we probably didn't have the right kind of eclass support for that at the time.
Inspired by @…, today I've tried preparing new revisions of ensurepip packages that actually do build everything from source. So what changed, and why should building from source matter now? Firstly, as part of the wheel reuse patches, we do have a reasonably clean architecture to grab the wheels created as part of the PEP517 build. Secondly, since we're unbundling dependencies from pip and setuptools, we're effectively testing different packages than these installed as ensurepip wheels — and so it would be meaningful to test both variants. Thirdly, building from source is going to make patching easier, and at the very least enable user patching.
While at it, I've refreshed the test suite runs in all three regular packages (pip, setuptools and wheel — we need an "ensurepip" wheel for the last because of test suites). And of course, I hit some test failures in testing the versions with bundled dependencies, and I've discovered a random bug in #PyPy.
github.com/gentoo/gentoo/pull/ (yes, we haven't moved yet)
github.com/pypy/pypy/issues/53

@arXiv_csNE_bot@mastoxiv.page
2025-07-22 07:40:40

APTx Neuron: A Unified Trainable Neuron Architecture Integrating Activation and Computation
Ravin Kumar
arxiv.org/abs/2507.14270

@arXiv_csCY_bot@mastoxiv.page
2025-07-02 07:36:19

Ken Utilization Layer: Hebbian Replay Within a Student's Ken for Adaptive Knowledge Tracing
Grey Kuling, Marinka Zitnik
arxiv.org/abs/2507.00032

@arXiv_csCL_bot@mastoxiv.page
2025-06-27 09:56:19

Domain Knowledge-Enhanced LLMs for Fraud and Concept Drift Detection
Ali \c{S}enol, Garima Agrawal, Huan Liu
arxiv.org/abs/2506.21443 arxiv.org/pdf/2506.21443 arxiv.org/html/2506.21443
arXiv:2506.21443v1 Announce Type: new
Abstract: Detecting deceptive conversations on dynamic platforms is increasingly difficult due to evolving language patterns and Concept Drift (CD)\-i.e., semantic or topical shifts that alter the context or intent of interactions over time. These shifts can obscure malicious intent or mimic normal dialogue, making accurate classification challenging. While Large Language Models (LLMs) show strong performance in natural language tasks, they often struggle with contextual ambiguity and hallucinations in risk\-sensitive scenarios. To address these challenges, we present a Domain Knowledge (DK)\-Enhanced LLM framework that integrates pretrained LLMs with structured, task\-specific insights to perform fraud and concept drift detection. The proposed architecture consists of three main components: (1) a DK\-LLM module to detect fake or deceptive conversations; (2) a drift detection unit (OCDD) to determine whether a semantic shift has occurred; and (3) a second DK\-LLM module to classify the drift as either benign or fraudulent. We first validate the value of domain knowledge using a fake review dataset and then apply our full framework to SEConvo, a multiturn dialogue dataset that includes various types of fraud and spam attacks. Results show that our system detects fake conversations with high accuracy and effectively classifies the nature of drift. Guided by structured prompts, the LLaMA\-based implementation achieves 98\% classification accuracy. Comparative studies against zero\-shot baselines demonstrate that incorporating domain knowledge and drift awareness significantly improves performance, interpretability, and robustness in high\-stakes NLP applications.
toXiv_bot_toot

@Techmeme@techhub.social
2025-06-23 20:45:44

Salesforce launches Agentforce 3 with an observability tool called Command Center and MCP support, and says 8,000 customers have signed up to deploy Agentforce (Larry Dignan/Constellation Research)
constellationr.com/blog-news/i

@pbloem@sigmoid.social
2025-05-24 14:06:41

I think we will soon see an AlphaGo moment somewhere in embodiment. Maybe in robot football?
pi_0 is the Atari moment: physicalintelligence.company/b We now know that training at scale works and generalizes remarkably well.
This is the trigge…

@arXiv_csPL_bot@mastoxiv.page
2025-07-01 08:11:03

A Denotational Semantics for Quantum Loops
Nicola Assolini, Alessandra Di Pierro
arxiv.org/abs/2506.23320 arxiv.org/p…

@arXiv_csSE_bot@mastoxiv.page
2025-07-17 07:49:50

Decision Models for Selecting Architecture Patterns and Strategies in Quantum Software Systems
Mst Shamima Aktar, Peng Liang, Muhammad Waseem, Amjed Tahir, Mojtaba Shahin, Muhammad Azeem Akbar, Arif Ali Khan, Aakash Ahmad, Musengamana Jean de Dieu, Ruiyin Li
arxiv.org/abs/2507.11671

@arXiv_csIR_bot@mastoxiv.page
2025-08-06 08:45:10

KBest: Efficient Vector Search on Kunpeng CPU
Kaihao MA, Meiling Wang, Senkevich Oleg, Zijian LI, Daihao Xue, Dmitriy Malyshev, Yangming Lv, Shihai Xiao, Xiao Yan, Radionov Alexander, Weidi Zeng, Yuanzhan Gao, Zhiyu Zou, Yao xin, Liu Lin, Junhao Wu, Yiding Liu, Yaoyao Fu, Gongyi Wang, Gong Zhang, Fei Yi, Yingfan Liu
arxiv.org/abs/2…

@arXiv_eessSY_bot@mastoxiv.page
2025-07-24 08:12:49

Transient Stability-Driven Planning for the Optimal Sizing of Resilient AC/DC Hybrid Microgrids
Yi Wang, Goran Strbac
arxiv.org/abs/2507.17110

@arXiv_csNI_bot@mastoxiv.page
2025-06-12 07:53:11

Virtualizing RAN: Science, Strategy, and Architecture of Software-Defined Mobile Networks
Ryan Barker
arxiv.org/abs/2506.09878

@blakes7bot@mas.torpidity.net
2025-05-26 12:22:04

Series C, Episode 05 - The Harvest of Kairos
VILA: We got it, we got it!
TARRANT: Yes, I know, only I was saving that trick for when they both attacked at once.
VILA: There's only two left now; no trouble.
blake.torpidity.net/m/305/300 B7B3

Claude Sonnet 4.0 describes the image as: "This appears to be a scene set aboard a spacecraft, showing the characteristic futuristic interior design with metallic surfaces and angular architecture typical of the series. The setting has a multi-level bridge or control room layout with various crew positions. Four characters are visible in the scene, positioned at different levels of the ship's interior. The lighting creates a dramatic atmosphere with warm tones in the background contrasting with…
@arXiv_csPL_bot@mastoxiv.page
2025-06-25 07:36:29

Mix-of-Language-Experts Architecture for Multilingual Programming
Yifan Zong, Yuntian Deng, Pengyu Nie
arxiv.org/abs/2506.18923

@arXiv_csDC_bot@mastoxiv.page
2025-07-25 07:32:31

Incentivised Orchestrated Training Architecture (IOTA): A Technical Primer for Release
Felix Quinque, Alan Aboudib, Szymon Fonau, Rodrigo Lopez Portillo Alcocer, Brian McCrindle, Steffen Cruz
arxiv.org/abs/2507.17766

@arXiv_csLG_bot@mastoxiv.page
2025-07-24 09:30:59

Causal Graph Fuzzy LLMs: A First Introduction and Applications in Time Series Forecasting
Omid Orang, Patricia O. Lucas, Gabriel I. F. Paiva, Petronio C. L. Silva, Felipe Augusto Rocha da Silva, Adriano Alonso Veloso, Frederico Gadelha Guimaraes
arxiv.org/abs/2507.17016

@arXiv_csIR_bot@mastoxiv.page
2025-06-30 09:41:30

DCN^2: Interplay of Implicit Collision Weights and Explicit Cross Layers for Large-Scale Recommendation
Bla\v{z} \v{S}krlj, Yonatan Karni, Grega Ga\v{s}per\v{s}i\v{c}, Bla\v{z} Mramor, Yulia Stolin, Martin Jakomin, Jasna Urban\v{c}i\v{c}, Yuval Dishi, Natalia Silberstein, Ophir Friedler, Assaf Klein
arxiv.org/abs/2506.21…

@arXiv_astrophEP_bot@mastoxiv.page
2025-07-24 08:02:29

Secular Resonances in Planet-Hosting Binary Stars. I. General Theory
Nader Haghighipour, Michael Andrew
arxiv.org/abs/2507.17092

@blakes7bot@mas.torpidity.net
2025-05-26 12:22:04

Series C, Episode 05 - The Harvest of Kairos
VILA: We got it, we got it!
TARRANT: Yes, I know, only I was saving that trick for when they both attacked at once.
VILA: There's only two left now; no trouble.
blake.torpidity.net/m/305/300 B7B3

Claude Sonnet 4.0 describes the image as: "This appears to be a scene set aboard a spacecraft, showing the characteristic futuristic interior design with metallic surfaces and angular architecture typical of the series. The setting has a multi-level bridge or control room layout with various crew positions. Four characters are visible in the scene, positioned at different levels of the ship's interior. The lighting creates a dramatic atmosphere with warm tones in the background contrasting with…
@arXiv_csAR_bot@mastoxiv.page
2025-06-17 09:16:55

FPGA & VPU Co-Processing in Space Applications: Development and Testing with DSP/AI Benchmarks
Vasileios Leon, Charalampos Bezaitis, George Lentaris, Dimitrios Soudris, Dionysios Reisis, Elissaios-Alexios Papatheofanous, Angelos Kyriakos, Aubrey Dunne, Arne Samuelsson, David Steenari
arxiv.org/abs/2506.12968

@arXiv_csIR_bot@mastoxiv.page
2025-05-30 09:54:04

This arxiv.org/abs/2503.09492 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_csDC_bot@mastoxiv.page
2025-06-27 09:19:29

Portable High-Performance Kernel Generation for a Computational Fluid Dynamics Code with DaCe
M{\aa}ns I. Andersson, Martin Karp, Niclas Jansson, Stefano Markidis
arxiv.org/abs/2506.20994

@arXiv_csOS_bot@mastoxiv.page
2025-05-16 07:20:18

Enabling Syscall Intercept for RISC-V
Petar Andri\'c, Aaron Call, Ramon Nou
arxiv.org/abs/2505.10217 arxiv.org/pd…

@arXiv_csIR_bot@mastoxiv.page
2025-08-01 08:46:41

KLAN: Kuaishou Landing-page Adaptive Navigator
Fan Li, Chang Meng, Jiaqi Fu, Shuchang Liu, Jiashuo Zhang, Tianke Zhang, Xueliang Wang, Xiaoqiang Feng
arxiv.org/abs/2507.23459

@arXiv_csNI_bot@mastoxiv.page
2025-07-14 07:48:01

Towards AI-Native RAN: An Operator's Perspective of 6G Day 1 Standardization
Nan Li, Qi Sun, Lehan Wang, Xiaofei Xu, Jinri Huang, Chunhui Liu, Jing Gao, Yuhong Huang, Chih-Lin I
arxiv.org/abs/2507.08403

@blakes7bot@mas.torpidity.net
2025-07-15 06:17:26

#Blakes7 Series B, Episode 03 - Weapon
JENNA: We're below horizon now.
GAN: Then she's lost!
AVON: Only us. She got what she really wanted.
VILA: I thought that was us.
blake.torpidity.net/m/203/510…

Claude Sonnet 4.0 describes the image as: "This appears to be a scene set aboard the Liberator, the advanced alien spacecraft that serves as the crew's base of operations. The setting shows the ship's distinctive flight deck with its characteristic hexagonal viewports and sleek, futuristic interior design. The scene captures what appears to be a tense moment during their ongoing struggle against the totalitarian Federation. The high-tech control panels and the ship's sophisticated architecture …
@blakes7bot@mas.torpidity.net
2025-06-17 06:18:40

#Blakes7 Series B, Episode 02 - Shadow
ZEN: Information. Main visual is available. [displays Space City on screen.]
VILA: So?
ZEN: You expressed a desire to see what it is like.
blake.torpidity.net/m/202…

Claude Sonnet 4.0 describes the image as: "I can see this is a scene showing someone in white clothing examining what appears to be a complex technological device or control panel with a transparent casing. The device contains intricate circuitry, wiring, and small lights, suggesting it's some kind of advanced computer or navigation system. The setting appears to be inside a spaceship or advanced facility, with sleek metallic surfaces and futuristic architecture visible in the background. The p…