Expire / Detain / All Wave / Losing Sight

Bands: Expire Detain All Wave Losing Sight Venue: The DAAC 115 S. Division Grand Rapids, MI $7.00 / 7 P.M. Doors

https://grpunkflyers.notopia.dev/flyers/1164/

Inspire?

It’s better to inspire than to expire!

#AucklandComedy #Comedy #DEATH #Expire #Inspire #NZComedy
Want to Stop ICE? Go After Its Corporate Collaborators

ICE can’t function without help from the private sector. So we should force the private sector to stop helping.

Labor Politics

DebtBomb – Make TODOs expire and automatically create Jira tickets

https://github.com/jobin-404/debtbomb

#HackerNews #DebtBomb #Jira #TODOs #expire #automation #project

GitHub - jobin-404/debtbomb: DebtBomb lets teams ship temporary hacks safely by attaching an expiry date to them. When the date passes, the bomb explodes and your CI fails — forcing the code to be cleaned up instead of rotting forever.

DebtBomb lets teams ship temporary hacks safely by attaching an expiry date to them. When the date passes, the bomb explodes and your CI fails — forcing the code to be cleaned up instead of rotting...

GitHub

More than 1.3 million Kiwis passports due to expire by 2027 as minister urges early renewal

Minister of Internal Affairs Brooke van Velden is urging New Zealanders to prepare for the pile-up a…
#NewsBeep #News #Headlines #13 #2027 #as #avoid #by #call #delays #due #early #expire #expiring #Government #kiwis #lengthy #logjam #million #minister #more #NewZealand #next #NZ #passports #potential #prompting #renew #renewal #than #them #to #urges #will #years #zealand
https://www.newsbeep.com/312122/

We Won't Expire

Darwin - song - 2025

Deezer

“When you aspire to inspire before you expire, you conspire to inspire even after you pause to respire. Keep pushing it!”
― Israelmore Ayivor

#Bot #Quote #Aspiration #Aspire #AspiringAchiever #Conspire #Dead #Death #Die #Expire #Extra #ExtraMile #FoodForThought #High #Inspiration #Inspire #Inspiring #IsraelmoreAyivor #Pause #Push #Pushing #Respiration #Respire

It’s better to #inspire than to #expire!

🐘 Mastodon Account Archives 🐘

TL;DR Sometimes mastodon account backup archive downloads fail to download via browser, but will do so via fetch with some flags in the terminal. YMMV.

the following are notes from recent efforts to get around browser errors while downloading an account archive link.

yes, surely most will not encounter this issue, and that's fine. there's no need to add a "works fine for me", so this does not apply to your situation, and that's fine too. however, if one does encounter browser errors (there were several unique ones and I don't feel like finding them in the logs).

moving on... some experimentation with discarding the majority of the URL's dynamic parameters, I have it working on the cli as follows:

» \fetch -4 -A -a -F -R -r --buffer-size=512384 --no-tlsv1 -v ${URL_PRE_QMARK}?X-Amz-Algorithm=AWS4-HMAC-SHA256

the primary download URL (everything before the query initiator "?" has been substituted as ${URL_PRE_QMARK}, and then I only included Amazon's algo params, the rest of the URL (especially including the "expire" tag) seems to be unnecessary.

IIRC the reasoning there is about the CDN's method for defaulting to a computationally inexpensive front-line cache management, where the expire aspects are embedded in the URL instead of internal (to the CDN clusters) metrics lookups for cache expiration.

shorter version: dropping all of the params except the hash algo will initiate a fresh zero-cached hit at the edge, though likely that has been cached on second/non-edge layer due to my incessent requests after giving up on the browser downloads.

increasing the buffer size and forcing ipv4 are helpful for some manner of firewall rules that are on my router side, which may or may not be of benefit to others.

- Archive directory aspect of URL: https://${SERVER}/${MASTO_DIR}/backups/dumps/${TRIPLE_LAYER_SUBDIRS}/original/
- Archive filename: archive-${FILE_DATE}-{SHA384_HASH}.zip

Command:

» \fetch -4 -A -a -F -R -r --buffer-size=512384 --no-tlsv1 -v ${URL_PRE_QMARK}?X-Amz-Algorithm=AWS4-HMAC-SHA256

Verbose output:

resolving server address: ${SERVER}:443
SSL options: 86004850
Peer verification enabled
Using OpenSSL default CA cert file and path
Verify hostname
TLSv1.3 connection established using TLS_AES_256_GCM_SHA384
Certificate subject: /CN=${SEVER}
Certificate issuer: /C=US/O=Let's Encrypt/CN=E5
requesting ${URL_PRE_QMARK}?X-Amz-Algorithm=AWS4-HMAC-SHA256
remote size / mtime: ${FILE_SIZE} / 1742465117
archive-${FILE_DATE}-{SHA384_HASH}.zip 96 MB 2518 kBps 40s

@stefano looks to be working now :)

#mastodon #freebsd #terminal #cli #cdn #cache #expire

Let's Encrypt 終止 e-mail 通知到期的服務

之前如果在申請 Let's Encrypt 時有將 e-mail 填寫進去的話 (大多數人應該沒填),Let's Encrypt 會在快要到期的時候寄信給你。而 Let's Encrypt 打算終止這個服務:「Endin

https://blog.gslin.org/archives/2025/02/01/12238/lets-encrypt-%e7%b5%82%e6%ad%a2-e-mail-%e9%80%9a%e7%9f%a5%e5%88%b0%e6%9c%9f%e7%9a%84%e6%9c%8d%e5%8b%99/

#Computer #Mail #Murmuring #Network #Security #Service #certificate #email #email #end #expiration #expire #letsencrypt #mail #notification #of #security #ssl #support #tls

Let's Encrypt 終止 e-mail 通知到期的服務

之前如果在申請 Let's Encrypt 時有將 e-mail 填寫進去的話 (大多數人應該沒填),Let's Encrypt 會在快要到期的時候寄信給你。而 Let's Encrypt 打算終止這個服務:「Ending Support for Expiration Notification Emails」。 從自動化的角度來看,本來就...

Gea-Suan Lin's BLOG