HackerTrans
トップ新着トレンドコメント過去質問紹介求人

drewp

no profile record

コメント

drewp
·2 か月前·議論
I accept mail from the wild and reject bad SPF or bad DKIM.

It seems like something happened around 2026-05-01 (https://bigasterisk.com/post/delivered-email-rate-2026.png) where it became easier for spammers to make technically legitimately deliverable mails. Or my postfix is setup wrong.

Note "spf=pass" and "dkim=pass" in these headers:

  Return-Path: <[email protected]>
  X-Original-To: [email protected]
  Delivered-To: [email protected]
  Authentication-Results: prime; spf=pass (sender SPF authorized)
     smtp.mailfrom=liftstores.com (client-ip=103.176.193.110;
     helo=atompoint.bikerspage.com;
     [email protected]; receiver=<UNKNOWN>)
  Authentication-Results: bigasterisk.com;
      dkim=pass (2048-bit key; unprotected) header.d=liftstores.com [email protected] header.a=rsa-sha256 header.s=mtacsacc60r7j header.b=Ntcr2+R1;
      dkim-atps=neutral
  Received: from send1.liftstores.com (atompoint.bikerspage.com [103.176.193.110])
      by bigasterisk.com (Postfix) with ESMTP id D58B21A209B
      for <[email protected]>; Fri, 15 May 2026 17:44:55 -0700 (PDT)
  DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=mtacsacc60r7j; d=liftstores.com;
   h=To:Reply-To:MIME-Version:From:Content-Type:List-Unsubscribe:Subject:
   Message-ID:Date; [email protected];
   bh=2MNA1dmylVOMnvzWVYrwOi/6KCaFtBhIq3AtC5UbTrQ=;
   b=Ntcr2+R1Rvjce4/DYtKkfN6xtaBdKWawc/vcWU72jUBePh...
drewp
·6 か月前·議論
A variation of that one with month names: https://bigasterisk.com/post/2026%20Calendar%20-%20Print%20-...

Note that you can align the weeks (or not) by adjusting the width at print time.
drewp
·10 か月前·議論
https://en.wikipedia.org/wiki/Flattr figured out some parts of this. Notably, you picked your own total monthly donation, and then clicked a button on participating sites to allocate a fraction of your total to them. AFAICT it worked as advertised, but raised new issues with donation behavior. E.g. I obviously like curl every month, so should I click its button monthly? Twice monthly? If I am a developer of some other useful OSS software, should I click curl's button and the curl devs click my button? Does the money just slosh around between merchant-customers? Is that good?
drewp
·昨年·議論
https://www.modd3d.com/articles/item/waterworld-show-control...

The document is sadly 404 now, but this was an awesome nerdy writeup of the conversion of the Universal Studios Waterworld from Amigas in 2007.
drewp
·昨年·議論
Also see https://checkvist.com/
drewp
·昨年·議論
Tried justwatch.com for this?

What notes do you want to add to a movie?
drewp
·昨年·議論
It's also a recommendation in Material Design:

"Cut off grid tiles in the view’s initial scroll position to communicate the scroll direction for content overflow."

https://m1.material.io/components/grid-lists.html#grid-lists...