• 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: March 22nd, 2025

help-circle


  • yes, that’s why it’s called fingerprinting:

    it’s a kind of mathematical function that takes the entire code as input and outputs a unique result.

    the result is just some string of symbols (which really just represent a unique string of 1’s and 0’s).

    this unique string of characters is, as mentioned, unique for any given input.

    this string can then be compared to any arbitrary other string, and if they match, then you know it’s the same code.

    so in the case of signal anybody can download the source, compile it, and verify that it matches the fingerprint of the compiled code on their own device.

    that’s why it can’t be faked: you compare the already compiled code.

    if even a single digit of the code is out of place, it’s not going to result in the same string, and thus immediately get flagged as a mismatch.

    it’s mathematically impossible to fake.



  • sure, and that works at small scales and as long as no change is required.

    when either of those two change (large projects where interdependent components become inevitable and frequent updates are necessary) it becomes impossible to use AI for basically anything.

    any change you make then has to be carefully considered and weighed against it’s consequences, which AIs can’t do, because they can’t absorb the context of the entire project.

    look, I’m not saying you can’t use AI, or that AI is entirely useless.

    I’m saying that using AI is the same as any other tool; use it deliberately and for the right job at the right time.

    the big problem, especially in commercial contexts, is people using AI without realizing these limitations, thinking it’s some magical genie that can everything.



  • yeah, no… that’s not at all what i said.

    i didn’t say “AI doesn’t work”, i said it works exactly as expected: producing bullshit.

    i understand perfectly well how to get it to spit out useful information, because i know what i can and cannot ask it about.

    I’d much rather not use it, but it’s pretty much unavoidable now, because of how trash search results have become, specifically for technical subjects.

    what absolutely doesn’t work is asking AI to perform highly specific, production critical configurations on live systems.

    you CAN use it to get general answers to general questions.

    “what’s a common way to do this configuration?” works well enough.

    “fix this config file for me!” doesn’t work, because it has no concept of what that means in your specific context. and no amount of increasingly specific prompts will ever get you there. …unless “there” is an utter clusterfuck, see the OP top of chain (should have been more specific here…) for proof…


  • no, AI just sucks ass with any highly customized environment, like network infrastructure, because it has exactly ZERO capacity for on-the-fly learning.

    it can somewhat pretend to remember something, but most of the time it doesn’t work, and then people are so, so surprised when it spits out the most ridiculous config for a router, because all it did was string together the top answers on stack overflow from a decade ago, stripping out any and all context that makes it make sense, and presents it as a solution that seems plausible, but absolutely isn’t.

    LLMs are literally design to trick people into thinking what they write makes sense.

    they have no concept of actually making sense.

    this is not an exception, or an improper use of the tech.

    it’s an inherent, fundamental flaw.










  • are you dumb?

    none of the links you posted talk about restrictions on certain materials within libraries, e.g. all of them allow you access any information at any time.

    ALL of the links you posted talk about restrictions on the membership registration process, not what you can and can’t borrow from the library.

    this isn’t about censorship, it’s just about establishing who you call when a kid misbehaves on library grounds or damages something the library owns.

    that’s why a guardian is required to co-sign memberships: kids break shit. like, all the time!



  • what a ridiculous idea. that’s not how anything works:

    copyright applies to the intellectual property, not the exact file.

    so the code itself is the copyrighted thing, not the file you download.

    it doesn’t matter whether you download the gpl version, you type out the gpl version by hand, or delete all new code until only gpl code is left.

    all you would need to proof is that the code is identical to the gpl code. how you got to that code is completely irrelevant.

    you have some fundamental misunderstandings about copyrighted material, intellectual property, and fair use.

    most importantly: copyright applies to intellectual property. the idea of a thing, not the physical thing.

    so in the case of this emulator, the file and where you got it from is completely irrelevant; only the content of the file, the code, has any meaning. which means any files that contain the same code are identical in the eyes of the law, regardless of how you got them.

    copyright is not a contract, but a license. and a license is a manual that explains how intellectual property (the idea of a thing, not the physical thing) is allowed to be used by someone. it’s not specific to an individual, which is why contracts have to be signed by both parties. so no, you don’t have a contract and no obligation to adhere to the new one at all. you can choose to use the old license, as long as you don’t use any of the new code.

    unless you want to modify and/or distribute the new code, the license (CC-BY-NC-ND) is irrelevant for the user.

    and you can modify your own private copy as much as you want, you just can’t distribute it, or modify and use it in a way that is illegal in some other way. but that’s about it.

    and all of this applies to both US and german law.

    and none of this is remotely relevant, because the gpl version is still available for download!

    nothing got replaced, so the gpl license is very much still applicable to that version of the software!

    “new” does not mean that the old version went anywhere; it’s still around. and you can still use, modify, and distribute it under the gpl.