But I like to use Btrfs on top of LUKS and more often than not it’s not an option.
But I like to use Btrfs on top of LUKS and more often than not it’s not an option.
Does it have to be an overlay or would a regular notification that pops up suffice? Those may be quite easy to write fir your chosen DE.
This is pretty verbatim.
Your btrfs snapshots are possibly counted separately by all the regular tools. They simply go into every directory they can find and add up the size of the files they see. They do not care if they are looking at an identical snapshot of the folder next to them, they simply add it all up.
Use sudo btrfs filesystem show
(and maybe add a path behind it, I am not sure). That will give you the true usage.
That site is a gold mine!
It’s probably also highly automated and the staff’s job is just to watch for irregularities and alert the necessary teams.
But it has had networking capabilities for like… ever? RTSP, HTTP, …
Changes are looking good, great to see it is still very active!
Please actually read the post.
How would they earn money on this? It’s still a FOSS project. They are simply revamping their GUI and adding support for one more protocol.
Plex is NOT FOSS! Plex is a private company’s cash cow.
Maybe read more than the headline.
Dude, they are not starting their own ad supported streaming service. They are merely adding dupport for one more streaming protocol that happens to be used for that. If these services were using RTSP for their streams, they’d already be supported. This is absolutely in line with VLC’s swiss army knife-approach.
Otherwise, new GUI sounds good to me. The old one is proven but a bit clunky.
Well, it uses the spotify service. The least thing spotify can ask for is an offical account if you’re going to use their API.
Yes, they do! You can even look up additional information about songs like the bpm, gebre, etc., I am tempted to do some project with it.
Two reasons.
First, Telegram messages are only “transport-encrypted”, meaning that the messages are safe while in transport from you to Telegram and from Telegram to the recipient of your message. Very importantly, these messages are not encrypted while Telegram has them! Even WhatsApp has better and more encryption than that (Called End-to-End encryption, only sender and recipient can read a message).
Therefore, you have to trust Telegram not to look at your messages (they certainly do) while other services simply can’t.
Second, at least here in Germany Telegram has become the main platform for conspiracy nuts and antidemocratic organizations. Someone who is “very active” on Telegram is most certainly an idiot.
Having friends that refuse to have anything to do with Telegram is a God’s Send nowadays!
Coming from Rust I am toying around with Lua at the moment. Lua is a small, simple and I would say a very neat language. But for big projects like an entire game I would personally much prefer a “traditional” compiled language like C/C++, Java/C# or Rust. Scripting langs are great for small scopes, but they quickly become a burden for bigger things in my opinion.