User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
Admin
Wyvern-shaped software developer and hobby vector artist. Also sometimes a fluffy werewolf alien creature (Areon) or a bird (Corveon).

Creator of the neofoxes, neocats and other emojis.
wvrnBox
Website
https://volpeon.ink/
Speaking German, English
Age 30s
Pronouns he / him
Backup Account @volpeon@goto.wyvern.rip
Bonus Content @areon@icy.wyvern.rip
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
People need to understand that asking for a donation every once in a while or advertising stuff on Etsy or whatever is not quite equal to a software recording every action, sharing your data with its polycule of 3954867324094 trusted partners and displaying ads in the most deceptive way possible so you accidentally click on it
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
Are people really shitting their pants over KDE displaying a donation popup?
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@karb Ooh, that's a nice one drgn_owo
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@Johann150 neofox_melt_sob_heart
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
wlfCry

Source:
parttimedragons.com/comics/comics/do-wolfmen-watch-movies/
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@melvian It really feels like people there are more on a grindset than here. I'm sure even I give off this impression because with the lack of custom emojis, I can't really express myself the way I want to, and longer posts are a pain to transfer so I won't wvrnFlat
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
wlfNomPizza
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@anthropy cache: "no-cache" did the trick. Thanks for your help. brdHappy Gotta whip up an issue for Astro now
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@anthropy I added the log statements right before the fetch request. I think that's as low as I can get, fetch is from Node itself. wlfThink
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@anthropy Setting cache: no-store makes no difference, unfortunately wvrnFlat
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
How is this any different from
curl -H 'If-None-Match: "H7UBMFjTCet0e+9qraEcIA=="' -H 'If-Modified-Since: Sat, 19 Jul 2025 14:25:57 GMT' -i "https://strapi.volpeon.ink/uploads/wvrn_Scream_73cbb2fcac.png"



which yields HTTP 304??????
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
I modified Astro to print the Request and Response objects. This is one of those "WHAT THE FUCK, WHY???????????????????" moments
Request {
  method: 'GET',
  url: 'https://strapi.volpeon.ink/uploads/wvrn_Scream_73cbb2fcac.png',
  headers: Headers {
    'If-None-Match': '"H7UBMFjTCet0e+9qraEcIA=="',
    'If-Modified-Since': 'Sat, 19 Jul 2025 14:25:57 GMT'
  },
  destination: '',
  referrer: 'about:client',
  referrerPolicy: '',
  mode: 'cors',
  credentials: 'same-origin',
  cache: 'default',
  redirect: 'follow',
  integrity: '',
  keepalive: false,
  isReloadNavigation: false,
  isHistoryNavigation: false,
  signal: AbortSignal { aborted: false }
} 
Response {
  status: 200,
  statusText: 'OK',
  headers: Headers {
    'accept-ranges': 'bytes',
    'access-control-allow-credentials': 'true',
    'access-control-allow-origin': '',
    'alt-svc': 'h3=":443"; ma=2592000',
    'cache-control': 'public, max-age=3600',
    'content-length': '23184',
    'content-md5': 'H7UBMFjTCet0e+9qraEcIA==',
    'content-security-policy': "connect-src 'self' https:;img-src 'self' data: blob: https://market-assets.strapi.io;media-src 'self' data: blob:;default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline'",
    'content-type': 'image/png',
    date: 'Mon, 01 Dec 2025 13:21:48 GMT',
    etag: '"H7UBMFjTCet0e+9qraEcIA=="',
    'last-modified': 'Sat, 19 Jul 2025 14:25:57 GMT',
    'referrer-policy': 'no-referrer',
    'strict-transport-security': 'max-age=31536000; includeSubDomains',
    vary: 'Origin',
    via: '1.1 Caddy',
    'x-content-type-options': 'nosniff',
    'x-dns-prefetch-control': 'off',
    'x-download-options': 'noopen',
    'x-frame-options': 'SAMEORIGIN',
    'x-permitted-cross-domain-policies': 'none',
    'x-powered-by': 'Strapi <strapi.io>'
  },
  body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true },
  bodyUsed: false,
  ok: true,
  redirected: false,
  type: 'basic',
  url: 'https://strapi.volpeon.ink/uploads/wvrn_Scream_73cbb2fcac.png'
}
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@catsalad When channeling the inner bread goes too well areonVNervous
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
What's a good music server I can run on my Raspi which also has a touch-friendly UI I can use with a very slim 1280x400 display?
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
Since when is this a thing? neofox_lul
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@yacha Weewoo day in the Netherlands drgn_mlem
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
🇳🇱 🚨 blank drgn_lurk_notice

🇳🇱 🚨
blank wvrnScream EEEEEEEEEEEEEE
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@Johann150 wvrnHug
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@echoraptor @hexaitos neofox_woozy
User avatar
privTri Volpeon areon3NSmol @volpeon@icy.wyvern.rip
5mo
@Johann150 Warm comfy Volpeon floof >>>>>>>>>>>> Warm comfy bed wvrnCute