Oh, no, I actually misunderstood cobby's complaint: the field names, yes, those still have to be unique. Which is also a bit annoying, though I've seen discussions about changing it.
if you can make a /etc/fstab entry for your filesystem, then you can configure pam_mount using the same options as the fstab entry and it should work.
for the actual encrypted filestore, i’m using gocryptfs. it’s a more actively developed alternative to eCryptfs: mostly a drop-in replacement. there’s a lot of options here: dm-crypt over a dedicated partition is probably what a cryptographer would recommend, everything else is making tradeoffs (e.g. leaking metadata like file size/directory entry count) for better UX elsewhere. read the wiki to pick the best for your needs :)
on the off-chance you’re using NixOS, i configure these parts here:
First, they were looking if the person is subscribed to specific Telegram channels. It is quite easy to quickly scan list of channels looking for specific logos.
Second, it is supposed to intimidate others and force the to unsubscribe from telegram channels that post alternative view on current events. Hence, effectively blocking people from getting info.
> It’s the regular folks who could wake up from their comfy lethargy and actually protest their government.
The problem is that many of those who use namecheap are already against the regime because they know English, have access to another point of view on actions taken by the regime in Ukraine.
Fucking them up may turn some of them back to the regime because current narrative of the propaganda is "West companies do not care about you and they will do everything in their power to screw you".
> Isn't this going to have some serious economic repercussions for Russia?
Russian economy is in decline since 2014. COVID-19 pandemic has increased its decline even further.
So it seems that the upcoming EU + US economic sanctions will be used by propaganda as the ultimate explanation of the decline. I mean Kremlin actually looks forward to more sanctions in order to have plausible explanation ("we are at war and our enemies made your life worse; we need to stay strong around our leader mr. Putin" shit).
The vast, vast majority of the growth in US and EU economies since 2014 (really, much earlier than that, though) has been in fundamentally non-productive sectors like finance, real estate, entertainment, social media, and hospitality.
This is all well and good in peacetime, but the GDP calculation changes dramatically when you're on a war footing and need to produce actual tangible things. Russia looks much, much, much better economically than GDP suggests in the context of its ability to produce theater materiel, power that materiel, and man that materiel.
It's going to be a fun day for us when our pathetic "service-based economy" workforce of ad spent optimizers, real estate agents, attorneys, starbucks baristas, ReactJS programmers, UI designers, Buffalo Wild Wings servers, twitch streamers, instagram influencers, and "hustlers" of all kinds get drafted to fight hardened alcoholic roughnecks who've spent the last 20 years actually building things, backed up by Chinese rangefinders, optics, and target acquisition systems.
> How is the bank or Upwork the bad guy here when it is Robin who doesn't want to pay?
Upwork takes:
* 3% fee on each payment on the client side;
* 20% fee of first $500 earnings with the client;
* 10% fee of $500-$10k earnings with the client;
* 5% fee of earnings over $10k with the client.
So in this case Upwork took at least 8% of this $12.5k or 1000 USD but I think they took even more. If they don't take risks of fraudulent payments then why do they continue to take a cut in each time?
I personally still use Python because I miss list and dict comprehensions.
I know there is a `collect` macro in `sugar` module but it is nowhere close to the python comprehensions. The code is too verbose and basically is just the same multiline for loop :-(