nick

joined 2 years ago
MODERATOR OF
[–] nick@campfyre.nickwebster.dev 25 points 6 months ago

We had a four week (incredibly strict) lockdown in 2020 and then life returned to normal because we eliminated the virus. In late 2021 the delta variant ruined all that and the government attempted a half-assed lockdown which didn't do much and that's where a lot of the anger came from.

[–] nick@campfyre.nickwebster.dev 1 points 6 months ago

That could be a malita filter, which has a flat bottom.

[–] nick@campfyre.nickwebster.dev 4 points 6 months ago

mmm delicious 😋

[–] nick@campfyre.nickwebster.dev 5 points 6 months ago (6 children)

What's wrong with a paper filter for a pour over?

[–] nick@campfyre.nickwebster.dev 13 points 9 months ago

It uses other signals too, like what other sites you've visited with that checkbox on it, what CloudFlare has seen your IP address doing in the past, etc.

The google one is able to see if you're logged into a google account and take that into account.

There's even a new variant of the Google captcha that is invisible and doesn't even bother to show a checkbox.

[–] nick@campfyre.nickwebster.dev 4 points 9 months ago

This reminds me of a great video about this sort of principle in reverse: https://youtu.be/wBBnfu8N_J0

[–] nick@campfyre.nickwebster.dev 1 points 10 months ago

It's different in different markets. In Australia and New Zealand it's usually a reasonably well made medium-dark blend.

You'll get much better at any dedicated café, but it's also miles better than sbux (who don't even use real espresso machines).

[–] nick@campfyre.nickwebster.dev 2 points 11 months ago

I enjoy OpenMW and I'm happy to host if you want, although my instance is basically just me and a few friends right now.

[–] nick@campfyre.nickwebster.dev 1 points 1 year ago* (last edited 1 year ago)

I've used a number of different Linux distros (including Debian) on laptops over the years. Although most recently my XPS 15 was running Arch.

[–] nick@campfyre.nickwebster.dev 7 points 1 year ago (3 children)

It's falsifying business records, which becomes a felony when combined with it being a campaign finance violation.

Not as strong of a case as the docs one but it is a crime.

[–] nick@campfyre.nickwebster.dev 5 points 1 year ago (1 children)

*rate, comment, and subscribe

Gotta get those five stars

 
 

The modlog page can break if anyone has been banned with an expiry too far into the future, I grabbed this query to fix it from the github issue a while back and refined it a little if it's useful to anyone:

BEGIN;
-- The modlog UI breaks for bans too far in the future
SELECT * FROM mod_ban WHERE expires > now() + INTERVAL '10 years';
-- Lets just make them permanent as an easy fix lol
UPDATE mod_ban SET expires = NULL WHERE expires > now() + INTERVAL '10 years';
-- See our changes
SELECT * FROM mod_ban WHERE expires > now() + INTERVAL '10 years';
ROLLBACK;
-- replace ROLBACK; with COMMIT; if you're happy

This will make any ban with an expiry >10 years into the future permanent and fix your modlog. If this happens a lot it might be worth making this a trigger in your lemmy db.

 
 
 
 

Links

/c/truestl@campfyre.nickwebster.dev
!truestl@campfyre.nickwebster.dev
https://campfyre.nickwebster.dev/c/truestl

About

(not officially affiliated with /r/TrueSTL)

Do you often find yourself wondering about the true nature of Ogrim nipple-piercings? Does the mythology of Space Pirate Captain Harlock make your head spin? Do you want to learn more about the metaphysics of Sword Art Online, your favorite Cambodian Silent Film? Do you find your questions, concerns, and philosophical quandaries unaddressed by Final Fantasy: Online?

Worry not. !TrueSTL@campfyre.nickwebster.dev is a place that encourages discussion on any and all facets of CHIM, Dragon Breaks and the Hist, the greater bodies of Elder Scrolls fiction, without judgement or prejudice.

Here at !TrueSTL@campfyre.nickwebster.dev, every Muatra is big enough to achieve CHIM.

 
 
 
 
 
view more: ‹ prev next ›