• 0 Posts
  • 364 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle




  • Oh I’m 1000% in agreement with you. I think Copilot for programming is more expensive than it’s worth right now, both for my employer and for Microsoft.

    OpenAI et al have done nothing to address the fundamental issue of hallucinations. In code hallucinations are pretty quickly evident: your IDE immediately throws up error highlights whenever the code complete fucks up.

    The latest open AI model is to chain together a computational centipede to try and create reasoning structures out of stochastic processes. It takes longer and still doesn’t fix the issues. In their own demo video there are clear bugs with the “code” their 4o model writes.




  • The plagiarism engine effect is exactly what you need for a good programming tool. Most problems you’re ever going to encounter are solved and GenAI becomes a very complex code autocomplete.

    An LLM constructed only out of open source data could do an excellent job as a tool in this capacity. No theft required.

    For writing prose it’s absolutely trash, and everyone using it for that purpose should feel ashamed.


  • As a programmer my soft skills are as important as my hard skills. I’ve never worked on software alone: coordination, coherent and clear communication, collaboration. It’s all integral to the role.

    I believe it is most of what has led to me being promoted up to staff eng level. I’m very good technically but so are many other engineers.







  • Here is a short list of things that Play Services do:

    1. Scan for active malware
    2. Nearby Share
    3. App attestation (Required for banking apps)
    4. Encrypted backup of your data
    5. Autofill
    6. All push notifications
    7. Find my device
    8. Basic telemetry (talked about elsewhere in this thread but it’s telling Google who you are and where you are)

    Even if you remove all telemetry you’d need to have the services running 24/7 in the background maintaining a socket connection to push notification services.