• 21 Posts
  • 250 Comments
Joined 2 years ago
cake
Cake day: December 8th, 2024

help-circle



  • Even if AI will turn out to be great method for programming, it will replace humans in programming. There will be no place left for human programmers.

    Otherwise, and when AI turn out to be a massive hype, it will lead to huge bubble burst which will take lots of tech companies with it. There will be no demand for software for a while, as we did not need much in the first place.

    Either way, programming as a career is fucked.

    EDIT: Wow, it’s both funny and tragic to see the butthurt reaction. Poor folks who chose programming as a career…






  • someacnt@sh.itjust.workstoScience Memes@mander.xyzs p h e r e
    link
    fedilink
    English
    arrow-up
    19
    ·
    edit-2
    2 months ago

    I am not a topologist, but I can try…

    A space (shape) is contractible if you can “contract” (shrink) it to a point without cutting, pinching or punching through holes. For example, a mattress is contractible, since you can shrink it to the center - each point can follow the line to the center, continuously. Meanwhile, a doughnut, a circle or a hollow sphere are not contractible, you can never remove the inner “hole” to shrink to a point without cutting.

    In general, any dimensional sphere is not contractible… Until it is - infinite dimensional sphere is contractible. Somehow, it loses the “hollow space” inside.











  • someacnt@sh.itjust.workstoLemmy Shitpost@lemmy.worldThanks 🙏🏻
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    5 months ago

    Security by obscurity does not work, because people are only so creative up to a point. Hence, there are only handful of configurations for the attacker to try out.

    This contrasts to e.g. 128-bit secure encryption, which involves trying 2^128 times to break it - which is a number with whopping 38 zeros. It takes 10^22 years to break it with trying at 1GHz rate. It is simply incomparable, and adding a few bits of security by obscure combination is simply not worth it.

    Yet, so many people and organizations seem to prefer obscurity to actual security.