• 0 Posts
  • 267 Comments
Joined 3 years ago
cake
Cake day: July 20th, 2023

help-circle

  • verify with every output it produces.

    I agree that you can get quality output using these tools, but if you actually take the time to validate and fix everything they’ve output then you spend more time than if you’d just written it, rob yourself of experience, and melt glaciers for no reason in the process.

    prompt to restrict it from auto committing, auto pushing, and auto editing without explicit verification

    Anything in the prompt is a suggestion, not a restriction. You are correct you should restrict those actions, but it must be done outside of the chatbot layer. This is part of the problem with this stuff. People using it don’t understand what it is or how it works at all and are being ridiculously irresponsible.

    repetitive sections

    Repetitive sections that are logic can be factored down and should be for maintainability. Those that can’t be can be written with tons of methods. A list of words can be expanded into whatever repetitive boilerplate with sed, awk, a python script etc and you’ll know nothing was hallucinated because it was deterministic in the first place.

    user tests.

    Tests are just as important as the rest of the code and should be given the same amount of attention instead of being treated as fine as long as you check the box.









  • Arch Linux for desktop. Whatever for servers, usually ubuntu, though I’ve been tempted to use arch then too when dealing with out of date software.

    1. Software is always up to date
      • instead of old with security backports which have always kind of skeeved me out
      • so upstream issue systems are relevant
      • so I get new features without having to wait
    2. When I have to turn a wrench the wiki and forums are amazing
    3. I feel like I control my system






  • if you build a standard and no one follows it. then it’s wasted time and money. Meta, Google and Microsoft

    Google, Microsoft, and Apple also already account for the vast majority of desktop OS installations

    the issue is, VPNs hide your ISPs assigned IP. till now there has been a higher difficulty in differentiating traffic from the same IP with similar metadata. the more user specific metadata that’s added, the easier it is to differentiate devices and users.

    And you think that the data they get being “is an adult” or “is a child we’re not allowed to collect data on”, per the API part of the specification is useful for that?

    If Microsoft and Google are also angling for this why is it only meta lobbying?

    I think meta has some scheme to profit from this stuff, possibly also at the expense of Google, Microsoft, Apple in addition to consumers.




  • The puzzle didn’t disappear; it moved to a higher level of abstraction.

    LLMs aren’t a layer of abstraction. An abstraction allows you to pretend there is nothing under it (except when it leaks). LLM coding is more like having a pair of hands that you control indirectly and aren’t innately aware of what was been produced.

    LLM coding assistants produce faster results whether anyone is being paid or not,

    This is still not true when you account for externalities such as that the “faster” people haven’t taken the time to actually understand what they’ve submitted and have produced more tech debt.