BlueKey
BlueKey@fedia.io
<p>Moin</p>
Posts
-
Post #412901
H..How can someone come even close to think it is a smart move to stand behind someone, invading personal space (at minimum with their arm), grabbing and taking away ones belongings aka the headphones and then expecting that person will be happy to have a nice chat with you which results in a date?
-
Post #403677
Is there space left on the hill? I want to join you.
-
Post #403674
JSON5 my beloved
-
Post #225284
A good question, as I like it and don't like it. It is without a doubt better than dynamic types. On the pro side it removes redundant writing the type again and again. On the con side it is almost impossible to see what type with what functions the variable in front of you has without an IDE (which you don't have without cloning the repo) or without an already deep knowledge of the code. Same with extension functions (free functions which can be added to a type almost anywhere in th...
-
Post #194344
Just a guess honestly
-
Post #194334
Good to know, thx.
-
Post #194330
Huh, didn't know about that. I should try the application again.
-
Post #188074
Not every applications runs in Wine. For example I didn't get USB devices (not storage, connection to a special device) running in Wine. And I can imagine that old serial connections and so are even more tricky.
-
Post #180619
Signal: https://github.com/signalapp/Signal-Android/blob/main/reproducible-builds/README.md Proton: didn't find anything (but I just did a quick lookup)
-
Post #177016
I opened this post to mention the charginglevel. Good that I'm not the only one.
-
Post #173251
This is called reproducible builds. With this all builds of a version will be binary-identical. So you can build from the repo and the compare it with the appstore binary and see if the owner was honest.