Just a stranger trying things.

  • 0 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle



  • I don’t understand in what circumstances anyone would like to use link shorteners? I can only find reasons why not to use them:

    • subject visitors to surveillance
    • destination under the control of a third party (potential for ransom for the author, like we see here, and potential of ads for visitors like we see here)
    • obfuscation of the actual destination
    • how long will the redirect be valid for? It could be deemed unviable for the company to continue support of the redirect, thus rendering the destination inaccessible from all places where the shortened link is used.
    • more…?


  • One thing which I find useful is to be able to turn installation/setup instructions into ansible roles and tasks. If you’re unfamiliar, ansible is a tool for automated configuration for large scale server infrastructures. In my case I only manage two servers but it is useful to parse instructions and convert them to ansible, helping me learn and understand ansible at the same time.

    Here is an example of instructions which I find interesting: how to setup docker for alpine Linux: https://wiki.alpinelinux.org/wiki/Docker

    Results are actually quite good even for smaller 14B self-hosted models like the distilled versions of DeepSeek, though I’m sure there are other usable models too.

    To assist you in programming (both to execute and learn) I find it helpful too.

    I would not rely on it for factual information, but usually it does a decent job at pointing in the right direction. Another use i have is helpint with spell-checking in a foreign language.





  • Dude, I had been using the default keyboard from GrapheneOS since I couldn’t find a decent keyboard and gave up on swiping all together. I had heard about the futo keyboard but was unaware how mature it is. I installed it and set it up. I am very pleased! It has a lot of settings, and while the swiping isn’t perfect yet, I can actually feel like it’s learning from my usage. Very encouraging and it really brings me joy.

    The Google keyboard was the best for me, but this is really not far behind. Thank you FUTO! Will be donating <3


  • To run the full 671B sized model (404GB in size), you would need more than 404GB of combined GPU memory and standard memory (and that’s only to run it, you would most probably want it all to be GPU memory to make it run fast).

    With 24GB of GPU memory, the largest model which would fit from the R1 series would be the 32b-qwen-distill-q4_K_M (20GB in size) available at ollama (and possibly elsewhere).