Tootfinder

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

@cowboys@darktundra.xyz
2026-06-21 12:46:50

Dak Prescott on Cowboys’ $27M wildcard: ‘That guy’s ready’ cowboyswire.usatoday.com/story

23-time Grand Slam champion
Serina Williams will be the most anticipated factor in the women’s draw
as she makes her return to Wimbledon as a
44-year-old wildcard.
Williams last played competitive singles at the 2022 U.S. Open, when she lost to Ajla Tomljanović in the third round, and said she was “evolving” away from tennis.
When she takes the court at Wimbledon,
which runs June 29-July 12,
it will have been over 1,400 days since she last competed i…

@ripienaar@devco.social
2026-07-18 10:38:38

I want like a pastebin but for static sites.
You point a CLI at a directory and you get random.example.com afterwards.
Should support wildcard certs from LE
Ideally self hosted - and S3 backed so the service can run ephemeraly with just a SQLite index to site maybe
This seems like a thing they should exist yet can’t find it?

@theodric@social.linux.pizza
2026-05-16 22:25:48

Looking like a return to tradition: the European core votes for its neighbors, and the outer fringes vote for their diasporic concentrations. Australia is, of course, a huge wildcard. I wonder what the popular vote will look like! #eurovision2026 #eurovision

@cowboys@darktundra.xyz
2026-07-15 20:46:20

Under-the-radar free agent signing a wildcard in Cowboys safety room cowboyswire.usatoday.com/story

@mgorny@social.treehouse.systems
2026-06-05 18:16:58

I've just released mgorny-dev-scripts 77, with a major revamp of pkgbump, integrating the trick from bump-boto and extending it.
Now you can pass a version increment as the second argument:
pkgbump foo-1.2.3.ebuild 1 (gives 1.2.4)
You can also increment a higher version by specifying the, then subsequent components:
pkgbump foo-1.2.3.ebuild 1.0 (gives 1.3.0)
(Yeah, sorry, that doesn't catch all possible variations but it's a side feature anyway.)
You can also pass a wildcard as the source, so that the newest (non-live) version is picked:
pkgbump 'django-5.2*.ebuild' 1
Or you can skip arguments and just do:
pkgbump 2 # the newest version 2
pkgbump # the newest version 1
Now I just need to use that to make bumping kernels much more pleasant.
#Gentoo

@luana@wetdry.world
2026-06-25 17:10:14

Say I want to have an specific subdomain pointing somewhere, but a wildcard for other subdomains pointing somewhere else
Does having records like these cause any problems?

  1. *.a.example.com -> an ip
  2. b.a.example.com -> somewhere else