HackerTrans
TopNewTrendsCommentsPastAskShowJobs

drewp

no profile record

comments

drewp
·2 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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
·tahun lalu·discuss
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
·tahun lalu·discuss
Also see https://checkvist.com/
drewp
·tahun lalu·discuss
Tried justwatch.com for this?

What notes do you want to add to a movie?
drewp
·tahun lalu·discuss
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...