talkingpumpkin

joined 2 years ago
[–] talkingpumpkin@lemmy.world 2 points 7 hours ago (3 children)

No. It seems you posted this as a photo

[–] talkingpumpkin@lemmy.world 3 points 7 hours ago

No, it was to pin everybody's attention on this possible meeting while he refused the Tomahawks.

Honestly, Putin must have some dirt on Trump... I mean, there must be some reason why Putin is the only person getting the white-glove treatement from Trump.

[–] talkingpumpkin@lemmy.world 8 points 3 days ago

TBH being poor and a foreigner is far worse in these people's eyes. And god forbid if on top of that you are fleeing a country where war or persecution threaten your existence.

[–] talkingpumpkin@lemmy.world 9 points 5 days ago

Surely we can trust Hungary to do the right thing. I'll even go so far as to say they are gonna do the far right thing.

[–] talkingpumpkin@lemmy.world 13 points 5 days ago (2 children)

This looks a lot like Anchorage II: a celebration of Putin managing to play Trump for a fool, and the beginning of more months of the same.

[–] talkingpumpkin@lemmy.world 6 points 1 week ago* (last edited 5 days ago)

Ok, but is it AI assisted?

[–] talkingpumpkin@lemmy.world 3 points 1 week ago* (last edited 1 week ago)

I mean... TBH even if they were "intelligence" in the same way us humans are, one should expect them to discriminate against pretty much everyone.

[–] talkingpumpkin@lemmy.world 20 points 1 week ago (2 children)

Surely this time it's gonna work, right?

[–] talkingpumpkin@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

IDK what they would do in that regard (if we are talking Meloni's government, nothing), but it would be sensible to stop pro-Israel protests that were likely to become pro-genocide ones.

Anyway, we are talking about this specific day and this specific protest; drawing arbitrary generalizations (that also happen to be very convenient for your cause) is a sophism that does not help discussion to progress. Let's strive to be better than the right-wing idiots.

edit: by "right-wing idiots" I mean "right-wing people who also happen to be idiots", I'm not implying here and not that all right-wing people be idiots.

[–] talkingpumpkin@lemmy.world 7 points 1 week ago (1 children)

Killing civilians that just happen to be at a location is not called an uprising, it's called a massacre.

I understand being enraged towards Israel (I am enraged myself), but let's not allow that to make us as idiotic as those who believe Netanyahu's BS.

[–] talkingpumpkin@lemmy.world 3 points 2 weeks ago (6 children)

I detest the current Italian government and their attitude towards propal protesters (and dissenters in general), but October 7th is the one day when manifesting for Palestine should be put on hold.

[–] talkingpumpkin@lemmy.world 15 points 2 weeks ago

We seem to sacrifice all the principles that brought us where we are in exchange for a vague sense of security from made-up dangers, and cower in fear of the future. It was better when we had a spine and looked forwards with confidence.

19
submitted 4 weeks ago* (last edited 4 weeks ago) by talkingpumpkin@lemmy.world to c/europe@feddit.org
 

Delusional.

 

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 ›