• 15 Posts
  • 79 Comments
Joined 8 months ago
cake
Cake day: March 17th, 2025

help-circle


  • Cloud. Windows is going to be sold as remotely accessible virtual machine hosted on Azure. The change will first take place in government offices, then in companies, and finally (after people get used to it at work) among consumers.

    Why would gov and enterprise like it? Because of:

    • safety - all enterprise data will be stored on Azure servers and won’t ever leave it. It makes preventing data leakage so much easier
    • maintenance - software updates can be applied even outside of working hours, Microsoft could launch VMs and update at any time
    • ease of upgrade - need better specs? you don’t need to buy better hardware anymore, you just buy better subscription. Hardware won’t become obsolete anymore that quickly

    Consumers will also like it. No need to pay hundreds of dollars for new GPU when you just want to play newly released game. Also, all your data accessible from anywhere in the world.

    And why Microsoft would like it? Kinda obvious, it would be even harder for users to quit a subscription, they will be tied to ecosystem even more






  • One of the reason I hated JS ecosystem is because how quickly it has been changing. You mastered one way of creating website called X and 3 years later cool kids are already using completely different stack of tools. Constant re-learning of how to do the same thing you’ve been always doing.

    Is it bad that we finally settle on one framework? Can we finally recognise web as mature platform and focus on creating useful stuff instead of reinventing a wheel?


  • I believe the same thing was said about the Internet in the ’90s: “It speeds up communication, but how would anyone earn money from it?”

    Although I don’t think we’re anywhere close to AGI or anything like that, current AI development fundamentally changes a few things in our lives: how we find and process information (information retrieval works very well), how we interact with computers (using natural language instead of clicking through interfaces), and how productive we are.

    Video generation models are going to bring entertainment to a whole new level. A single person can now create an entire movie without even buying a camera. Entire game development studios can build worlds larger than ever before. Text generation makes disinformation and propaganda insanely cheap and effective. Surveillance will be much easier now, as owning a communication platform not only allows you to search for messages by phrase but also by meaning. Ads will be far more personalized, as AI chat platforms now know us much better than Google — the current leader in this field.

    So:

    there isn’t anything real there?

    I really don’t think so.


  • So how dangerous is that really? I assume one day we’ll finally see investors saying, “Nah, that’s a bubble. I’m not gonna see any returns from those companies - I’m selling.” Then stock prices will fall, and some investors will lose money by selling for less than they bought. After that, AI unicorns will start to lose funding and close their businesses, laying off people.

    But will I - a person who does not work in the AI industry and has not invested in AI companies - be affected by this?








  • You need to understand a few things. In order to keep email service usable, Proton need to fight any malicious activity. If they didn’t do it, ProtonMail would be quickly blacklisted by other mail providers as it will be interpreted as source of spam. At the same time, they have very limited capabilities to verify this activity by themselves as they cannot read contents of their user’s emails (it is encrypted) and they keep limited logs.

    As an article states, here is what happened:

    Proton’s official account replied the following day, stating that Proton had been “alerted by a CERT that certain accounts were being misused by hackers in violation of Proton’s Terms of Service. This led to a cluster of accounts being disabled. Our team is now reviewing these cases individually to determine if any can be restored.” Proton then stated that they “stand with journalists” but “cannot see the content of accounts and therefore cannot always know when anti-abuse measures may inadvertently affect legitimate activism.”





  • vermaterc@lemmy.mltoProgramming@programming.devAI Coding
    link
    fedilink
    arrow-up
    2
    arrow-down
    7
    ·
    2 months ago

    AI is just an even higher level of abstraction. Just like we’ve replaced assembly with C (so we won’t need to know how processors work internally), and then C with some higher-level languages (so we could stop care about allocating memory that much), now we are replacing those higher-level languages with natural language (to stop wasting time on learning syntax of frameworks).

    Does it mean programming jobs are obsolete? Of course not. Because programming was never about writing code. It has always been about translating requirements into actual software solutions.