HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Vogtinator

no profile record

コメント

Vogtinator
·3 か月前·議論
> If, for example, a company wants to issue fleet computers to workers or school to students, you want to have secure boot on those devices to prevent tampering. Secure boot makes it so that physical access is not the end all of security.

Measured boot is actually better for that: You can still boot whatever you want however you want, but hashes are different which can be used for e.g. remote attestation. Secure boot has to prevent that "unauthorized" code (whatever that means for each setup) can ever run. If it does, game over. That means less freedom and flexibility.
Vogtinator
·4 か月前·議論
AFAIK that's just when plugging in a USB 3 device into a USB 2 port or using a USB 2 cable.
Vogtinator
·4 か月前·議論
With https://github.com/thkukuk/account-utils (not the default yet), it's meanwhile possible to run openSUSE Tumbleweed (package based) with NoNewPrivileges= as usual.
Vogtinator
·10 か月前·議論
> For example, Aeon (of openSUSE MicroOS vintage) looks like all KDE Linux is aiming for, just with Gnome as DE.

And Kalpa is that just with Plasma as DE.
Vogtinator
·3 年前·議論
In (open)SUSE we also use delta RPMs. They work in a slightly odd way: The CPIO archive of the installed RPM is is rebuilt based on the installed files, then a binary diff is applied to create the new RPM. That is then installed. (ref: https://github.com/rpm-software-management/deltarpm)

It saves a lot of bandwidth, but takes a huge amount of local resources to install them so I just disable deltas everywhere.
Vogtinator
·3 年前·議論
Object files are compiled code with the API and ABI already baked in.

This approach effectively combines the downsides of static and dynamic linking.
Vogtinator
·4 年前·議論
Do you have sources for such rulings? I'm only aware of the very similar https://en.wikipedia.org/wiki/Sega_v._Accolade.
Vogtinator
·7 年前·議論
> I used KDE for many year but it is a resource ho

Not really. It uses barely more memory than Xfce.
Vogtinator
·7 年前·議論
> Manjaro comes OOTB with MS Office 365

Huh?
Vogtinator
·7 年前·議論
There's a really interesting video about character generation on HP 264x series terminals: https://www.youtube.com/watch?v=QikO0WOAGWI
Vogtinator
·8 年前·議論
That's not really comparable. Facebook needs much more computation while reddit is basically just a database full of text.