e

  • 3 Posts
  • 125 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle





  • ollama is the usual one, they have install instructions on their GitHub i think, and a model repository, etc

    You can run something on your cpu if you don’t care about speed, or on your gpu although you can’t run any more intelligent model without a decent amount of vram

    For models to use, I recommend checking out the qwen distilled versions of deepseek r1


  • I made a little desktop app in Godot once for sorting through D&D monsters, can’t really release it tho because it requires you to have the whole official monster manual saved as jpegs for it to work

    I was able to get the layout pretty nice, but it still kinda breaks with some resolutions because I didn’t write any custom layout code









  • People make it sound like its some extreme time consuming task to learn rust. Rust actually gives helpful compiler errors tho and there’s a lot of resources online.

    I was able to start making some basic things in rust (like an ascii-rendered brute force n-body simulation) with the help of a few google searches after just like 2 days of messing around in my free time. I’m sure reading kernel stuff requires much more advanced knowledge than what I have but it’s really not a large barrier.