talkingpumpkin

joined 2 years ago
[–] talkingpumpkin@lemmy.world 2 points 4 days ago

Good. Let's copy that

[–] talkingpumpkin@lemmy.world 1 points 4 days ago

It feels like 50% of the noise coming from there is flat-out lies, and the other 50% is bullshit instead.

[–] talkingpumpkin@lemmy.world 3 points 4 days ago (1 children)

One thing I didn't get: besides the boring "witch hunt" narrative, is her stance that those people didn't do work for RN or that it's fine to use EU-paid personnel for her party in France?

[–] talkingpumpkin@lemmy.world 1 points 4 days ago (1 children)

Nah - let's just use English and distort it to annoy UKers and USers(*) instead! :)

(*) those who notice

[–] talkingpumpkin@lemmy.world 14 points 4 days ago (1 children)

Will he appear like beetlejuice? Because I could go the The Hague and summon him.

[–] talkingpumpkin@lemmy.world 7 points 2 weeks ago (4 children)
[–] talkingpumpkin@lemmy.world 15 points 2 weeks ago* (last edited 2 weeks ago)

This has nothing to do with war or peace: the whole thing (back from when the phone call was announced last week) is propaganda.

Here's what's worth IMHO:

  1. Putin can continue his war, but today nobody wrote that he is cold towards the peace process.
  2. Trump can triumphally (trumpally?) announce that he is making great progress (the best progress) towards "peace".
[–] talkingpumpkin@lemmy.world 3 points 2 weeks ago

This one is on me: now that I re-read what I wrote, my wording could have been better/clearer. Sorry about that.

[–] talkingpumpkin@lemmy.world 12 points 2 weeks ago (4 children)

I don't know whether to downvote or upvote this... on the one hand it contains some interesting insights and we need to talk more about what Putin is trying to do to us, but on the other hand the video is very US-centric and oversimplifies everything to seemingly arbitrary bullet-points.

For example, the video divides Russian propaganda in "for Russians" and "for West" as if the Kremlin didn't have a specific strategy for each and every western nation and ignored non-western states altogether (but of course "for West" really means "for the US" and the rest of the world doesn't matter).

 

A lot of selfhosted containers instructions contain volume mounts like:

docker run ...
  -v /etc/timezone:/etc/timezone:ro \
  -v /etc/localtime:/etc/localtime:ro \
  ...

but all the times I tried to skip those mounts everything seemed to work perfectly.

Are those mounts only necessary in specific cases?

PS:

Bonus question: other containers instructions say to define the TZ variable. Is that only needed when one wants a container to use a different timezone than the host?

 

Prometheus-alertmanager and graphana (especially graphana!) seem a bit too involved for monitoring my homelab (prometheus itself is fine: it does collect a lot of statistics I don't care about, but it doesn't require configuration so it doesn't bother me).

Do you know of simpler alternatives?

My goals are relatively simple:

  1. get a notification when any systemd service fails
  2. get a notification if there is not much space left on a disk
  3. get a notification if one of the above can't be determined (eg. server down, config error, ...)

Seeing graphs with basic system metrics (eg. cpu/ram usage) would be nice, but it's not super-important.

I am a dev so writing a script that checks for whatever I need is way simpler than learning/writing/testing yaml configuration (in fact, I was about to write a script to send heartbeats to something like Uptime Kuma or Tianji before I thought of asking you for a nicer solution).

view more: next ›