home.social

#codium — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codium, aggregated by home.social.

  1. I have been writing some for a plugin using the plugin for and .

    I find it very helpful. It will create boilerplate code in seconds that would take me multiple minutes to create. It is mostly the right code and sometimes it phrases things slightly better than I would have done.

    I sometimes hear AI described as sophisticated autocomplete, which it turns out is something I find very helpful.

  2. I have been using the plugin with and IDE’s for a while now
    sourcegraph.com/
    For my development
    I have found it very, useful. A Typical scenario is that I start to type in a command and it offers me the possibility of a completion. Sometimes it is exactly what I want, frequently it is close and I tweak it.
    However the ultimate specific development tool is

    mdlcode.dev

  3. @rafetoots This thread made me think: besides learning a programming language in depth, I wonder about your knowledge of version control (#git, #github), editors/IDE's (#codium), operating systems (#windows, #linux, #wsl), embedded (#arduino, #pi), hardware (#kicad, #freecad), processor design (#fpga, #vlsi, nand2tetris.org/ maybe), sub-atomic-physics (joking), and so much more!

    It's often the ancillary stuff, or foundational stuff that gets in the way of learning programming.

  4. AI Generated Moodle Code

    I have been working on a plugin to add Assisted feedback to the module. I had the skeleton and created a textarea for adding the prompt.

    I was about to create an upload dialog for files with a prompt when I thought, perhaps an , could to do that using the Continue plugin for ( without the telemetry). It turns out you can, as illustrated in the attached animation. It is using via Groq.
    console.groq.com/playground