[-] nitrolife@rekabu.ru 7 points 1 month ago* (last edited 1 month ago)

News about how soldiers are called up for military service every year. I remind you that in the Russian Federation, every man, unless he is disabled, is obliged to undergo military training. literally every man has a military ID and a postscript to the military enlistment office. Well, like all 30 years before, people were called up at the autumn draft this year...

[-] nitrolife@rekabu.ru 6 points 11 months ago

Eh, the era when it was possible to throw the interface through an SSH session is over. Sadly. Or maybe I'm just too old. XD

[-] nitrolife@rekabu.ru 5 points 1 year ago

The full map of the Russian-Chinese border appeared only 15 years ago. I mean, approved by both sides. Surprisingly that claims were limited to just one island. the neighboring island has already been given to China just at the signing of the border. if China asks hard, I think this one will be given.

[-] nitrolife@rekabu.ru 6 points 1 year ago

You can use crontab -e from user. That set user environment to usual state. Or you can use systems timers instead crontab.

Or you can set all environment variables inside cron file.

[-] nitrolife@rekabu.ru 4 points 1 year ago

So. This is a Russian soda. Developer name call like "goodness" on bottles. That is directly Coca-Cola, Fanta and Sprite in another bootles.

P.S. By the way they do juices too.

[-] nitrolife@rekabu.ru 4 points 1 year ago

By the way, this was corrected in the amendments to the constitution 6 years ago. Just when Putin went for a new term "because the constitution was changed, which means it's like zeroing out the terms". If you interesting.

[-] nitrolife@rekabu.ru 6 points 1 year ago* (last edited 1 year ago)

Show all instances subscribers technically impossible. Or all instanses must go to all another instances (with banned too) and calculate total number. See local subscribers better then nothing.

[-] nitrolife@rekabu.ru 7 points 1 year ago* (last edited 1 year ago)

the Russian army has never been well trained. Almost the entire composition of the army below the officers are forcibly conscripted civilians. the number of contractors is ridiculously small.

the Russian army has never been contracted. And a year of training of a forcibly conscripted person always gives approximately the same result.

UPD: if we lived in the world of starcraft, Russia would undoubtedly be Zerg. In general, the command and tactics are applied accordingly - a swarm of Zerg. I am generally surprised that conscripts are at least given weapons.

when I served in the army on universal conscription for 2.5 years of compulsory conscription many, years ago, I fired from a machine gun about 2 times. This is the average level of training of a Russian soldier.

[-] nitrolife@rekabu.ru 6 points 1 year ago* (last edited 1 year ago)

Unfortunately, everyone's choice of one server will lead to centralization again. Therefore, it is much better to sort at least the top 5 servers and select them randomly in applications by default.

UPD: In addition, it will distribute the load on several nodes, which will have a good effect on performance.

[-] nitrolife@rekabu.ru 4 points 1 year ago

Or none at all and Lemmy could just allow for exporting your private key to use elsewhere.

That mean that user AND server administrator will control user wallet. You think that a great idea when anyone, anywhere can create instance? I think this will lead to centralization.

Cryptocurrency, like any financial transactions, requires serious security. Much more serious than the servers deployed for posting memes can provide. There is no need to combine incompatible things.

[-] nitrolife@rekabu.ru 5 points 1 year ago

In fact, this is a difficult question.

In Linux, it is usually customary to use the K.I.S.S. methodology, In any case, it was once customary to use it. This in some way meant that there were a huge number of applications performing exactly one task. For example, chron only started timers, ntpd only adjusted the time, grub only loaded the system and nothing else. It also allowed you to change the components at your discretion. With systemd this principle was somewhat lost, since one service with a huge number of its own daemons absorbs more and more functions. This is what causes concern. In some sense, if systemd at some point becomes even more monolithic, it will no longer be possible to change only part of its functionality. For example, I'm not sure if it's possible to disable journald and leave only rsyslog.

On the other hand, the now-forgotten init.V fully adhered to the principle of K.I.S.S. since he was literally the initiator of a set of scripts that could contain anything. If you want, change the user at startup via exec, if you want via su. Isolate the application with any available program. It was as flexible as possible, but on the other hand, the entry threshold was quite high. The complexity of writing scripts for init.V was much higher than systemd.

Therefore, there is no single answer. On the one hand, init.V have maximum modularity, on the other hand, systemd have ease of use.

[-] nitrolife@rekabu.ru 5 points 1 year ago

As service manager systemd nice, but look all services:

systemd + systemd/journal + systemd/Timers
systemd-boot
systemd-creds
systemd-cryptenroll
systemd-firstboot
systemd-home
systemd-logind
systemd-networkd
systemd-nspawn
systemd-resolved
systemd-stub
systemd-sysusers
systemd-timesyncd

That's look as overkill. I use only systemd, journald, systemd-boot, systemd-networkd, systemd-resolved and systemd-timesyncd, but that a lot systemd. Feel like system make monolith.

systemd-nspawn for example. Systems manager for containers. Seriously. Why than exists? I don't understand. Really, someone use that daemon?

view more: ‹ prev next ›

nitrolife

joined 1 year ago