Tootfinder

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

No exact results. Similar results found.
@kurtsh@mastodon.social
2025-08-21 22:00:02

Secure Boot certificates for some Windows systems will start expiring in June 2026. Find out which devices will be impacted and get guidance on the steps you can take to help ensure that your Windows devices stay secure and continue to receive updates:
☑️ Act now: Secure Boot certificates expire in June 2026 - Windows IT Pro Blog

@kurtsh@mastodon.social
2025-08-22 08:02:47

Universal Print anywhere, a feature that enables users to print securely from any location & retrieve their documents at any printer (aka "pull print") has reached general availability.

✅ Pull print is now available in Universal Print

@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…
@gwire@mastodon.social
2025-08-19 09:13:39

> "Like banks, the agency should focus on behavioural insights, monitoring device use, behavioural patterns, and anomalies across the lifecycle of a company, to detect suspicious activity without adding friction for genuine users."
Suggestion here that Companies House should be monitoring "device use"?

@idbrii@mastodon.gamedev.place
2025-10-19 07:52:04

Watching Ball x Pit and its auto selected stat upgrades makes me wonder is there a game where you pick up items that feed into the next chosen stat upgrade? Like you're picking up votes and if you want to lean into Agility you need to avoid Strength?
Maybe the number of total votes you pickup doesn't matter so there's no incentive to get them all and it becomes a bit bullet hell to avoid stats you're not maxing?

@metacurity@infosec.exchange
2025-09-04 10:39:28

Hackers are using security reports to translate technical problems into “partial malicious code” as part of the “vibe coding” trend.

@kexpmusicbot@mastodonapp.uk
2025-08-06 13:02:39

🇺🇦 #NowPlaying on KEXP's #Early
Nirvana:
🎵 Negative Creep
#Nirvana
vacancyuk.bandcamp.com/track/n
open.spotify.com/track/5IeTFRy

@kurtsh@mastodon.social
2025-10-14 23:21:06

Faster patch downloads, faster patch installs, 10x smaller patch disk footprint.
Windows 11 hotpatching rocks!
✅ Hotpatch efficiency unlocked: Smaller update size - Windows IT Pro Blog
techcommunity.microsoft.com/bl

@idbrii@mastodon.gamedev.place
2025-08-18 17:42:48

Woah, amazing! Valve is changing reviews so bombs in one region don't tank it everywhere.
> When there are enough reviews written in a particular language, Steam will calculate a review score for that language. The Review Score displayed to users will be based on their primary language. What this means is that some languages may show more positive review scores, while others may show more negative ones, for the same game.

@idbrii@mastodon.gamedev.place
2025-09-17 16:41:37

PSA: If you are annoyed with Steam showing you porn games instead of what you want to play (ie, you want The Witcher without seeing Wank Witches), then check out these content options:
store.steampowered.com/account
Or if you find Steam shows you games …

The content categories for mature, violence, nudity, lots of nudity, and adult nudity on the linked page.

Example mostly SFW settings enabled that show games with nudity and exclude games about nudity.