• 0 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle












  • Hawk@lemmynsfw.comtoProgrammer Humor@programming.devTradeoffs
    link
    fedilink
    arrow-up
    18
    arrow-down
    1
    ·
    4 months ago

    The key is identifying how to use these tools and when.

    Local models like Qwen are a good example of how these can be used, privately, to automate a bunch of repetitive non-determistic tasks. However, they can spot out some crap when used mindlessly.

    They are great for skett hing out software ideas though, ie try a 20 prompts for 4 versions, get some ideas and then move over to implementation.







  • A lot of mathematical languages start from 1: R, Julia, Mathematica (and also Lua and Fish).

    I don’t know why, but in, e.g. R, it doesn’t bother me, I get caught by it in Lua all the time.

    I suppose it’s a function of how far the array is abstracted from being pointers to an address that makes it easier to mentally switch.