

It’s a good article. However, it has at least one massive oversight: the NYT should have included Trump’s promise to end the Russian invasion of #Ukraine “on day one”.
A chart showing the cumulative loss of life since then would be sobering indeed.


It’s a good article. However, it has at least one massive oversight: the NYT should have included Trump’s promise to end the Russian invasion of #Ukraine “on day one”.
A chart showing the cumulative loss of life since then would be sobering indeed.


I think they should grant asylum to people with legitimate asylum claims.
Some “non-spy Russians” have legitimate asylum claims. Some do not.


it’d be like saying we should disarm Ukraine, 'cause then Russia doesn’t have a reason to invade them
Putin’s All-Russia People’s Front’s policies toward Ukraine have many similarities to Netanyahu’s Likud party’s policies toward Gaza. Both sets of policies are tragic, causing many innocent people’s deaths.
Nevertheless, Ukraine and Gaza are different enough for one to reasonably reach different conclusions about how best peace can be achieved in each place:
Those points lead me to believe Hamas should disarm.
I also believe countries giving aid to Israel should make it formally contingent on Israel withdrawing from Gaza and the West Bank, to pre-1967 borders, and recognising Palestinian statehood. However, it looks like the US is going to stop aid to Israel regardless.


Trust isn’t really the point. Everyone knows Israel and Hamas don’t trust each other. I’m more concerned with whether the violent conflict can be reduced, and a stable peace achieved.
Are Hamas’s arms doing Gaza any favours? Not that I can see.
AFAICT, if Hamas disarmed:
If you think I’m wrong, I’d be glad to know why.


Terrorism arises in defense to oppression.
Technical point: that isn’t exhaustively true. Terrorism can be, and sometimes is, committed against vulnerable parties by more privileged ones.


If it’s a server for self hosting you definitely don’t want anything that requires interaction at boot.
Depends on use-case. If you only plan to boot it when you’re physically present, it’s fine.


i believe a much better secure layer is something similar to what Novacustoms, Purism attempt to do: verify if somebody else not you try to access the laptop.
You’re thinking of Heads, which I agree is ideal for supported motherboards.


tang
Thanks. TIL about Clevis/Tang.


Yes. Here are some common self-hosting scenarios:
In all those cases, full disk encryption (FDE) is a sensible precaution to protect the data in case the server is physically stolen.
Linux is probably the most common OS kernel for self-hosting. On Linux, LUKS (Linux Unified Key Setup) is probably the best FDE system. It’s mature and reliable. But anyone self-hosting a Linux server with LUKS FDE is faced with the question of where to store the keys.
Hardware security tokens (HSTs) are widely considered a safer place for keys than SSDs, HDDs, or USB storage. They follow the smartcard principle: a private key can be written to an HST but not read from it (security vulnerabilities excepted). Instead, they implement cryptographic algorithms to prove possession of the private key. So, anyone self-hosting a Linux server with LUKS FDE should strongly consider storing their private key(s) on an HST.
However, there is more than one way to do that. Hence the question in my OP.
Sorry, I’m not sure how to bypass that. Maybe disable JavaScript or try Reading Mode?