• 0 Posts
  • 1.05K Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
rss

  • @WraithGear@lemmy.worldtotumblr@lemmy.worldTruck cruelty
    link
    fedilink
    English
    4
    edit-2
    2 days ago

    sure, though the 4 foot bed was designed to handle more then you think as they were pretty clever. the hybrid is that nice middle ground where i have the long range of an ice engine, and can get 55 mpg. i also don’t have access to charging for my vehicle. as i mentioned for me it fits perfectly










  • ok so, i have large reservations with how LLM’s are used. but when used correctly they can be helpful. but where and how?

    if you were to use it as a tutor, the same way you would ask a friend what a segment of code does, it will break down the code and tell you. and it will get as nity grity, and elementary school level as you weir wish without judgement, and i in what ever manner you prefer, it will recommend best practices, and will tell you why your code may not work with the understanding that it does not have the knowledge of the project you are working on. (it’s not going to know the name of the function you are trying to load, but it will recommend checking for that in trouble shooting).

    it can rtfm and give you the parts you need for any thing with available documentation, and it will link to it so you can verify it, wich you should do often, just like you were taught to do with wikipedia articles.

    if you ask i it for code, prepare to go through each line like a worksheet from high school to point out all the problems, wile good exercise for a practicle case, being the task you are on, it would be far better to write it yourself because you should know the particulars and scope.

    also it will format your code and provide informational comments if you can’t be bothered, though it will be generic.

    again, treat it correctly for its scope, not what it’s sold as by charletons.