Tootfinder

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

No exact results. Similar results found.
@arXiv_eessIV_bot@mastoxiv.page
2025-06-23 11:39:20

PET Tracer Separation Using Conditional Diffusion Transformer with Multi-latent Space Learning
Bin Huang, Feihong Xu, Xinchong Shi, Shan Huang, Binxuan Li, Fei Li, Qiegen Liu
arxiv.org/abs/2506.16934

@rasterweb@mastodon.social
2025-06-05 15:33:07

Okay, spent a little time with Python's Matplotlib to get this graph of miles biked so far this year...
At some point I should be able to pull the data from Run Gap's SQLite database to automate this more, and get more granular.
I still need to figure out how to space the bars and some other formatting stuff but it's a good start!
#python

A bar graph showing miles I've ridden my bike this year (by month).

“Siloviki” is perhaps the most borrowed word in Russian studies
— probably because it explains so much about Putin’s Russia.
Its members are the police, the border control, the army, the security services, the spies.
For their service to the regime, they are rewarded with early pensions,
plenty of cash and almost total immunity from investigation for corruption or brutality.
In truth, the American security state, with its qualified immunity, surveillance appar…

@servelan@newsie.social
2025-06-08 00:40:47

"As the West debates red lines and escalation risks, Ukraine’s spies are doing what no NATO agency dared: hunting Russian war criminals across three continents, from Moscow’s suburbs to Mali’s deserts — the very territories where Russia projected power unopposed for years.
Russia’s failed blitzkrieg birthed something far more dangerous than Ukrainian resistance — Ukrainian revenge."
CIA forged Ukraine's spy service into Mossad for Putin— now it can't make them stop
euromaidanpress.com/2025/06/08

@memeorandum@universeodon.com
2025-06-08 03:56:05

Russia's Spy Hunters Are Suspicious as Putin Moves Closer to China (New York Times)
nytimes.com/2025/06/07/world/e
memeorandum.com/250607/p68#a25

@mgorny@social.treehouse.systems
2025-06-12 10:40:33

> Polish "patriot"
Look inside.
> fascinated by the USA
> dependent on corporations from the USA
> dependent on wares from China
> dependent on immigrant workers
> speaks a mix of Polish with English loan words
> can't handle Polish spelling
> weak with Polish history
> Putin's puppet

@lysander07@sigmoid.social
2025-06-03 07:18:19

ESWC 2025 has just started with the presentation of the submission numbers to the individual tracks:
research track: 98 papers
resource track: 36 papers
in-use track: 22 papers
Looking forward to great presentations and discussions!
#eswc2025 #semweb

The image shows a presentation slide titled "Research Track in Numbers" displayed on a projector screen. The slide details the statistics of a research track, including the number of abstracts and full paper submissions, the acceptance rate, and the reviewing team's performance. It states that there were 125 abstracts and 98 full paper submissions, with 5 desk rejects and 26 accepted papers, representing a 26.5% acceptance rate. The reviewing team consisted of 23 Senior Program Committee (SPC) …
The image shows a presentation slide titled "In-Use Track in Numbers" displayed on a large screen. The slide contains bullet points with statistical information about the track. The first bullet point states that there were 22 abstracts and 22 full submissions, with 0 desk rejects and 8 accepted papers, which is 36.3% of the submissions, indicating a very competitive track. The second bullet point highlights the "Great reviewing team!" with 25 reviewers, 71 reviews in total, and an average of 3…
The image shows a presentation slide titled "Resource Track in Numbers" displayed on a large screen. The slide contains bullet points with numerical data. The first bullet point states "41 abstracts / 36 full submissions," with sub-points indicating "1 desk reject" and "11 accepted papers (30.6%)." The second bullet point is labeled "Reviewing" and includes "131 reviews," "10 SPC," and "52 reviewers." A person is standing at a podium to the left of the screen, wearing a green shirt and a lanyar…
@mgorny@social.treehouse.systems
2025-06-16 10:22:27

Some fun facts about #Python limited API / stable ABI.
1. #CPython supports "limited API". When you use it, you get extensions that are compatible with the specified CPython version and versions newer than that. To indicate this compatibility, such extensions use `.abi3.so` suffix (or equivalent) rather than the usual `.cpython-313-x86_64-linux-gnu.so` or alike.
2. The actual support is split between CPython itself and #PEP517 build systems. For example, if you use #setuptools and specify `py_limited_api=` argument to the extension, setuptools will pass appropriate C compiler flags and swap extension suffix. There's a similar support in #meson, and probably other build systems.
3. Except that CPython freethreading builds don't support stable ABI right now, so building with "limited API" triggers an explicit error from the headers. Setuptools have opted for building explicit about this: it emits an error if you try to use `py_limited_api` on a freethreading interpreter. Meson currently just gives the compile error. This implies that package authors need to actively special-case freethreading builds and enable "limited API" conditionally.
4. A some future versions of CPython will support "limited API" in freethreading builds. I haven't been following the discussions closely, but I suspect that it will only be possible when you target that version or newer. So I guess people will need to be building two stable ABI wheels for a time — one targeting older Python versions, and one targeting newer versions plus freethreading. On top of that, all these projects will need to update their "no 'limited API' on freethreading" conditions.
5. And then there's #PyPy. PyPy does not feature a stable ABI, but it allows you to build extensions using "limited API". So setuptools and meson just detect that there is no `.abi3.so` on PyPy, and use regular suffix for the extensions built with "limited API".

@BugWarp@wikis.world
2025-05-29 19:55:24

On the rejection of Argentina and Poland (among others) proposals for a moon treaty by the USA and the USSR.
#SpacePolicy

A black-and-white cartoon depicts a group of sea creatures underwater, including a shark at a podium labeled "Land Treaty Rally," a starfish, a fish, and an amphibian. The shark, with an angry expression, imagines an amphibian walking on land with palm trees in the background. Bubbles surround the scene, indicating an underwater setting. Below the cartoon, text reads: "Permitting the developing world to dictate the pace and quality of space exploration, the L-5 analogized, made 'about as much s…
@arXiv_eessAS_bot@mastoxiv.page
2025-06-03 07:41:24

PARROT: Synergizing Mamba and Attention-based SSL Pre-Trained Models via Parallel Branch Hadamard Optimal Transport for Speech Emotion Recognition
Orchid Chetia Phukan, Mohd Mujtaba Akhtar, Girish, Swarup Ranjan Behera, Jaya Sai Kiran Patibandla, Arun Balaji Buduru, Rajesh Sharma
arxiv.org/abs/2506.01138