Enkimaru
@Enkimaru@lemmy.world
- Comment on ICEBlock climbs to the top of the App Store charts after officials slam it 1 week ago:
Well, who knows what is true and what not. I never knew that Push Notifications go via Apple, and not via the network operator. Definitely wrong is GraphenOS’s claim that Android does not allow access to the device id. Of course it does. For what reason would the ID exist if it does not? No idea if you need it for a FB message/notification though.
- Comment on ICEBlock climbs to the top of the App Store charts after officials slam it 1 week ago:
Facepalm. If the App does not store the data in a 5 mile radius … how do you at least see the latest status when the power and internet is down?
- Comment on ICEBlock climbs to the top of the App Store charts after officials slam it 1 week ago:
It is definitely not constitutional protected free speech. Because constitution has nothing to say in this matter. On the other hand there is no law restricting such speech either. Making a law against it, that is valid under the constitution, would be tricky however.
- Comment on ICEBlock climbs to the top of the App Store charts after officials slam it 1 week ago:
And how would they know that? That would mean push notifications would go via an Apple Server. Wich a) makes no sense b) can be masquerade so that the server does not know who talks to whom c) the meta information and the notification can be deleted timely
On the other hand, I guess most Android “low level” peer to peer apps go via FireBase?
- Comment on ICEBlock climbs to the top of the App Store charts after officials slam it 1 week ago:
You got that “tracked to their identity” opposite around. The reason why there is no Android App is, if the phone gets “found” the data about the user/owner is an open book.
- Comment on Judge Rules Training AI on Authors' Books Is Legal But Pirating Them Is Not 3 weeks ago:
The LLM is not repeating the same book. The owner of the LLM has the exact same rights to do with what his LLM is reading, as you have to do with what ever YOU are reading.
As long as it is not a verbatim recitation, it is completely okay.
According to story telling theory: there are only roughly 15 different story types anyway.
- Comment on Judge Rules Training AI on Authors' Books Is Legal But Pirating Them Is Not 3 weeks ago:
You are obviously not educated on this.
It did not “learn” anymore than a downloaded video ran through a compression algorithm. Just: LoLz.
- Comment on Judge Rules Training AI on Authors' Books Is Legal But Pirating Them Is Not 3 weeks ago:
You can digitize the books you own. You do not need a license for that. And of course you could put that digital format into a database. As databases are explicit exceptions from copyright law. If you want to go to the extreme: delete first copy. Then you have only in the database. However: AIs/LLMs are not based on data bases. But on neural networks. The original data gets lost when “learned”.
- Comment on Judge Rules Training AI on Authors' Books Is Legal But Pirating Them Is Not 3 weeks ago:
Why would it be plagiarism if you use the knowledge you gain from a book?
- Comment on Most American headline 5 weeks ago:
They need them to breed the other terrorists they like to bomb.
- Comment on Kid gave a reasonable answer without all the math bullshit 1 month ago:
No. The teacher did not have it wrong. Does not mean the student is right … Marty and Luis both had their own pizza. Marty had a big pizza and “only” managed to eat 4/6th of it. Luis had a small pizza, and “only” managed to eat 5/6th of his. If you want to give a nitpicking correct answer: a single pizza does not have (4 + 5)/6th pieces. x/6th implies the pizza(s) were divided into 6 parts … so: it can only be 2 pizzas.
- Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse 1 month ago:
JIT compiling and byte code morphing and instrumentation. For instance data base persistence is usually done by instrumentation tools, that add instructions to keep track about transactions and modified objects, or new objects that need persisting. And endless more things.
- Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse 1 month ago:
Rather Dart and Flutter.
- Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse 1 month ago:
Oracle has nearly nothing to do with Java. OpenSDK is developed by the Apache Foundation.
- Comment on Java at 30: How a language designed for a failed gadget became a global powerhouse 1 month ago:
Try ‘Nim’. It is Pythonic language with static typing.
- Comment on What are some FOSS programs that are objectively better than their proprietary counterparts? 2 months ago:
There is Eclipse … and I guess if you google around you will find quite a few IDEs … but VSCode, IntelliJ and Eclipse are the standards.