Tootfinder

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

No exact results. Similar results found.
@arXiv_csSE_bot@mastoxiv.page
2025-10-13 09:20:10

Search-based Hyperparameter Tuning for Python Unit Test Generation
Stephan Lukasczyk, Gordon Fraser
arxiv.org/abs/2510.08716 arxiv.org/pdf/…

@arXiv_csSE_bot@mastoxiv.page
2025-10-02 10:21:31

PyTrim: A Practical Tool for Reducing Python Dependency Bloat
Konstantinos Karakatsanis, Georgios Alexopoulos, Ioannis Karyotakis, Foivos Timotheos Proestakis, Evangelos Talos, Panos Louridas, Dimitris Mitropoulos
arxiv.org/abs/2510.00674

@arXiv_nuclth_bot@mastoxiv.page
2025-09-11 09:17:33

NuLattice: Ab initio computations of atomic nuclei on lattices
M. Rothman, B. Johnson-Toth, G. Hagen, M. Heinz, T. Papenbrock
arxiv.org/abs/2509.08771

@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_csHC_bot@mastoxiv.page
2025-08-26 09:32:36

WHAR Datasets: An Open Source Library for Wearable Human Activity Recognition
Maximilian Burzer, Tobias King, Till Riedel, Michael Beigl, Tobias R\"oddiger
arxiv.org/abs/2508.16604

@arXiv_physicsaccph_bot@mastoxiv.page
2025-09-25 08:29:12

Controls Abstraction Towards Accelerator Physics: A Middle Layer Python Package for Particle Accelerator Control
M. King, A. D. Brynes, F. Jackson, K. Baker, D. J. Scott, E. Yang, T. Kabana, C. Garnier, S. Chowdhury, N. Neveu
arxiv.org/abs/2509.19794

@arXiv_eessAS_bot@mastoxiv.page
2025-09-30 11:20:21

Deep Learning-Based Prediction of Energy Decay Curves from Room Geometry and Material Properties
Imran Muhammad, Gerald Schuller
arxiv.org/abs/2509.24769