e

  • 3 Posts
  • 255 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





  • for anyone wondering: hsl(38, 79%, 51%) for orange and hsl(136, 64%, 42%) for green, that’s oklch(0.7471 0.151 74.06) for orange and oklch(0.664 0.181 147.42) for green. interestingly the normal digital color model shows orange as more saturated, while a perceptual color space shows them as a little bit less

    (not trying to be the sort of person the comic is making fun of, I just like color lol)









  • AdrianTheFrog@lemmy.worldtoLemmy Shitpost@lemmy.worldMy latest hyperfixation
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 months ago

    ldk, avif looks really good at the really high compression ratios. My problem with it is that usually it includes lots of details, except those details weren’t the actual details of the original image. It just kinda hallucinates them

    Also ofc the unlimited layers, great lossless mode, and high color depth etc would still make jxl a better universal choice, but avif just looks better at the ultra low end


  • 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.