eksb

joined 2 years ago
[–] eksb@programming.dev 1 points 5 days ago

mailfence.com ?

[–] eksb@programming.dev 1 points 5 days ago

If you run your own mail server and set up everything correctly, including SPF, DKIM, and DMARC, most major providers will still either silently drop your messages or always mark them as spam, unless you pay money for a relay (e.g.: postmarkapp.com).

I have had my domain for 20 years and IP for years, and set up everything correctly, and Microsoft and Google rarely accepted my messages.

[–] eksb@programming.dev 14 points 6 days ago

Museums should do this with all of their stolen stuff and then keep the 3d-printed one and return the original.

[–] eksb@programming.dev 6 points 1 week ago (2 children)

Oh, I didn't see the 2nd one.

Do the cats have assigned/consistent eating places, or is it just whoever gets to the bowl first?

[–] eksb@programming.dev 6 points 1 week ago (4 children)

Why is one cat on the counter?

[–] eksb@programming.dev 3 points 1 week ago (6 children)
[–] eksb@programming.dev 3 points 1 week ago

I said probably, but actually probably not. It is a class D amplifier, so it is probably something buried in a integrated circuit.

[–] eksb@programming.dev 3 points 1 week ago (1 children)

Probably, but it should still be under warranty. I will bring it back to the store.

[–] eksb@programming.dev 4 points 1 week ago (3 children)

My headphone amplifier started making a short buzz every 20 or 30 seconds, and it is driving me crazy.

[–] eksb@programming.dev 28 points 2 weeks ago (10 children)

While his perceptions of other people's motives and meanings may be suspect, his technical analysis seems pretty spot on.

[–] eksb@programming.dev 8 points 2 weeks ago (1 children)

Kathy Hochul:

  • against congestion pricing
  • against reducing pollution
  • for giving a billion dollars to out-of-state billionaires to build a privately-owned head injury stadium where her husband has a contract to sell concessions

vote blue no matter who!

[–] eksb@programming.dev 65 points 2 weeks ago (2 children)

The problem is that there are way too many people to whom $300 is pocket change and perpetuating exploitation does not bother them.

 
 
 

I wrote a script and bound it to a key combo so I can draw a rectangle on the screen and map my drawing tablet to that area.

Future improvement: force the mapped area to the same aspect ratio as the tablet. I hope I can find a better way to programmatically get the ratio than running xinput list-devices and parsing out "Size: 160x100mm".

Bound via bindsym $mod+Shift+t exec ~/.config/sway/tablet-map. Is there a better way to reference the way config directory?

view more: next ›