talkingpumpkin

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

Don't try to fool me: that's a small scale prototype for the death star superlaser

[–] talkingpumpkin@lemmy.world 16 points 1 day ago

100% powered by renewable energy

Is the supercomputer off the grid and powered by an independent renewable source?

The EU says that JUPITER “runs entirely on renewable energy” to limit its impact on the environment. Lippert says that this is achieved by paying to use only renewable energy from Germany’s national grid.

Oh, so it's greenwashing nonsense and the computer uses the same grid everybody uses, which is only in part powered by renewables. Go figure.

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

Russia has used the widely-banned weapons "extensively"

It must be said that neither Russia nor Ukraine signed the Convention on Cluster Munitions (nor did the US or China or Israel, in case you are wondering... basically, they are banned in roughly half the world - including western Europe, the Commonwealth, and Japan - and perfectly legal in the other half).

Of course, this is not to say that Ukraine used cluster munitions in the same amount or in the same way as the Russians did: the differences in doctrine between the two armies are great and go well beyond cluster munition (see War crimes in the Russian invasion of Ukraine on wikipedia - yes, of course crimes have been reported on the Ukrainian side too, to a much lesser scale).

[–] talkingpumpkin@lemmy.world 10 points 2 days ago

I've long been torn whether we should just ignore this kind of nonsense or call it out.

For a while I believed in ignoring it but, seeing as people seem unable to learn by themselves (at least, in the small world of my acquaintances), I'm now trying calling it out. If nothing else, this will serve to make me feel like I've done something (not much more I can do, honestly).

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

After the inverse defense of Russia from Ukraine aggression (the kind of defense where you invade another country that is aggressing you by opposing your invasion), Putin now issues an inverse declaration of war (the kind of declaration of war where you declare someone else is at war with you). What a total buffoon.

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

A/C is nice, but you can live without it.

That depends on where you live.

It's now 29°C where I am (feels like 32°), and if you don't find a parking spot in the shade (quite likey, given how coveted they are) entering your car will feel like entering an oven.

Yes, I could survive without A/C (we used to in the olden days), but I am not more likely to buy a car without proper A/C than a Dane is to buy one without heating.

those moped cars [...] are too slow to not even impede the relatively slow traffic in cities

They go 45km/h... how fast do you drive inside the city? (I agree that they are slow and a PITA to encounter outside cities)

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

Those aren’t real cars, they have no A/C (yes, I live down south)

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

I had a call with Putin and he says he's really intimidated by the European response and that he will surely stop being a naughty boy from now on (BTW I talked with Nethanyahu the other day and he said the same).

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

Can we get a group discount if we deport ministers from other countries together with him?

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

It's the usual theatrical play of the Italian far right; the recipe is the same as everywhere else: victimism and fearmongering mixed together with revanchism.

The US-style flabby macho fascists (FMF, let's make this a thing) would probably not have said they were moved to the point of crying like Salvini did... he must have heard that sensitive men are more popular than machos in Italy (Salvini is generally very deliberate in his acting).

That said, don't get me wrong: one must be concerned about the growing political violence in the US (and elsewhere), take it very seriously, and treat it with extreme care.

Specifically, exploiting political assassinations for partisan propaganda campaigns can only exacerbate the political climate, and likely lead to more violence (which of course is welcome if one plans to exploit the new violence as well).

[–] talkingpumpkin@lemmy.world 18 points 6 days ago (2 children)

IIUC so far it's Iceland, Ireland, Slovenia and Spain.

It's really sad that the list isn't longer and, personally, I am ashamed that my country is not in there (not that I have much hope, given how Italy's broadcaster is controlled by Meloni's government and that she's a vassal of Trump)

[–] talkingpumpkin@lemmy.world 13 points 6 days ago

I fear that Germany too is in turn just the tip of the iceberg.

We have been infiltrated much more thoroughly than we think.

 

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 ›