Tootfinder

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

@erikdelareguera@mastodon.nu
2025-08-22 14:55:39

Den allra värsta fasen av svält råder i Gaza stad och kringliggande områden, slår FN-stödda IPC fast.
Staden har runt 500 000 invånare – som med akut brist på mat tvingas fly undan Israels markinvasion. dn.se/varlden/fn-stodda-ipc-ka

@servelan@newsie.social
2025-08-22 15:05:52

Famine confirmed in Gaza region, expected to expand, global body says - The Washington Post
washingtonpost.com/world/2025/

@Simone21@mastodon.social
2025-08-22 12:00:05

11.23 Uhr:
Die IPC-Initiative verkündet: Die notwendigen Kriterien für die Ausrufung einer Hungersnot in Gaza sind erfüllt.
12.40 Uhr:
Die Regierung Netanjahu behauptet:
Es gibt keine Hungersnot in Israel, das ist alles Propaganda.
Derweil verzweifeln die Menschen über die Angriffe und den Hunger und die Sorge um ihre Angehörigen,
welche die Hamas
und Netanjahu über sie gebracht haben.
Ein Spiel, das nur Verlierer hervorbringt.
Ausser

@arXiv_csGR_bot@mastoxiv.page
2025-08-20 07:41:59

Sparse, Geometry- and Material-Aware Bases for Multilevel Elastodynamic Simulation
Ty Trusty, David I. W. Levin, Danny M. Kaufman
arxiv.org/abs/2508.13386

@pygospa@social.linux.pizza
2025-09-20 10:00:18

Me and my new #yubikey5 part 2:
Now we get to the nitty-gritty parts. I'm using #mbsync to sync multiple #imap accounts to local

Screenshot of a terminal in background showing a manual triggering of mbsync with one of my mail addresses, and a GTK window in foreground (pinentry-gtk) prompting me to insert the PIN to unlock my Yubikey to decript the passwords provided by the GPG encrypted password store from pass.
Full-screen terminal window showing the output from `journalctl -n0 -f` when I plug in the youbikey and wait while for the automatic mailsync service to trigger.

The output shows that while the Yubikey is inserted and properly recognized, when mbsyncer starts it asks for the PIN, but directly gets a `PIN callback returned error: IPC call has been cancelled` message, which in turn makes the decription fail, which leads to a skipping of the account in mbsync. And this will continue for the next …
Termial showing the bat output from the udev rule I wrote:

`ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="1050", ATTR{idProduct}=="0407", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}="yubikey-unlock.service"`

This file lives under: `/etc/udev/rules.d/99-yubikey-unlock.rules`
Console with vim showing the content of the new `systemd` service I wrote, which lives in my home dir under: `.config/systemd/user/yubikey-unlock.service`

Content:

```
[Unit]
Description=Yubikey GPG Unlock
After=graphical-session.target

[Service]
Type=oneshot
ExecStart=/bin/bash -c 'TEMP_FILE=$(/usr/bin/mktemp); echo "unlock test" | /usr/bin/gpg --encrypt -r FEE1636BFD47D3E8 > "$TEMP_FILE"; /usr/bin/gpg --quiet --decrypt "$TEMP_FILE" >/dev/null 2>&1; /usr/bin/rm "$TEMP_FILE"'
Environmen…
@arXiv_csDS_bot@mastoxiv.page
2025-09-19 08:08:31

Fast and Optimal Incremental Parametric Procedure for the Densest Subgraph Problem: An Experimental Study
Dorit S. Hochbaum, Ayleen Irribarra-Cort\'es, Olivier Goldschmidt, Roberto As\'in-Ach\'a
arxiv.org/abs/2509.14993

@arXiv_physicsinsdet_bot@mastoxiv.page
2025-09-11 09:12:53

Euclid: Methodology for derivation of IPC-corrected conversion gain of nonlinear CMOS APS
J. Le Graet, A. Secroun, M. Tourneur-Silvain, W. Gillard, N. Fourmanoit, S. Escoffier, E. Kajfasz, S. Kermiche, B. Kubik, J. Zoubian, S. Andreon, M. Baldi, S. Bardelli, P. Battaglia, D. Bonino, E. Branchini, M. Brescia, J. Brinchmann, A. Caillat, S. Camera, V. Capobianco, C. Carbone, J. Carretero, S. Casas, M. Castellano, G. Castignani, S. Cavuoti, A. Cimatti, C. Colodro-Conde, G. Congedo, C. J. C…

@arXiv_mathLO_bot@mastoxiv.page
2025-08-11 07:53:39

Structural Completeness in bi-IPC
Rodrigo Nicolau Almeida, Nick Bezhanishvili
arxiv.org/abs/2508.05682 arxiv.org/pdf/2508.05682

@trochee@dair-community.social
2025-09-11 18:41:27

listening to colleagues try to talk through the logic of "agentic" systems feels like they're just now discovering/reinventing multithreading, message-passing, and IPC
...except that every single component is stochastically noisy and fundamentally not unit-testable

@benb@osintua.eu
2025-09-27 18:24:36

Ukraine warns against raising Russian flag at 2026 Paralympics after IPC reinstates Moscow, Minsk: benborges.xyz/2025/09/27/ukrai

@joxean@mastodon.social
2025-07-29 08:47:28

‘Worst-case scenario of famine’ now unfolding in Gaza: Global hunger monitoring system.
aljazeera.com/news/liveblog/20

News extract in Al-Jazeera:

‘Worst-case scenario of famine’ now unfolding in Gaza: Global hunger monitoring system

The Integrated Food Security Phase Classification (IPC), a global hunger monitoring system, has warned that the “worst-case scenario of famine” is now unfolding in Gaza.

“Latest data indicates that famine thresholds have been reached for food consumption in most of the Gaza Strip and for acute malnutrition in Gaza City,” it said in a new report.

“Amid relentless conflict, mass …
@azonenberg@ioc.exchange
2025-07-24 20:27:54

@… wanted to sanity check something here.
The H7 series UFBGA176 25 package is 0.65mm pitch, 0.29mm diameter solder balls. Their recommended pad diameter is 0.3mm which is odd, per IPC I think you'd normally want an 0.25mm land.
But where things get weird is the 0.8mm TFBGA240 25. It's 0.4mm diameter balls, so I would expect 0.3mm lands but…

@arXiv_csSE_bot@mastoxiv.page
2025-07-29 09:38:41

CrossPL: Evaluating Large Language Models on Cross Programming Language Code Generation
Zhanhang Xiong, Dongxia Wang, Yuekang Li, Xinyuan An, Wenhai Wang
arxiv.org/abs/2507.19904

@erikdelareguera@mastodon.nu
2025-08-22 20:08:48

”Vi behöver 500 till 600 lastbilar med nödhjälp varje dag. I dag talar vi om några dussin lastbilar. Inte i närheten av tillräckligt” dn.se/varlden/tess-fran-unicef