Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)YA
yacgta @infosec.pub
Posts 2
Comments 10
*Permanently Deleted*
  • I keep hearing this about Arch: could you educate a noob on what kinds of things I'd be dealing with? I'm comfortable with Linux in general but somewhat apprehensive with what I hear about Arch

  • Any good self-hosted LLM for software development?
  • Specifically on what LLM to use, I've been meaning to try Starcoder, but can't vouch for how good it is. In general I've found Vicuna-13B pretty good at generating code.

    As for general recommendations, I'd say the main determinant will be if you can afford the hardware requirements to locally host - I presume you're familiar with the fact that you'll (usually) need roughly 2x the number of parameters in VRAM (e.g. 7B parameters means 14GB of VRAM). Techniques like quantization to 8-bits halve the requirement, with the more extreme 4-bit quantization halving them again (at the expense of generation quality).

    And if you don't have enough VRAM, there's always llama.cpp - I think that list of supported models is outdated, and it supports way more than those.

    On the "what software to use for self-hosting" I've quite liked FastChat, they even have a way to run an OpenAI API compatible server, which will be useful if your tools expect OpenAI.

    Hope this is helpful!

  • Experienced engineer examines comments in a legacy codebase

    As title

    4

    How to fix Gyro in Cemu/Yuzu after latest Steam client update

    I don't claim to have discovered this, all credit to this Github post

    > As a workaround (I assume Cemu/Yuzu is run in gaming mode from Steam): > > Press STEAM button Open Controller Settings Edit layout Go to Gyro Select Gyro Behavior -> Directional Pad Choose anything for one of the positions of directional pad. Anything that won't intefere with using Cemu/Yuzu. I chose Action Sets->Cleared from Parent Now it should work.

    That was enough to get Cemu working again. For Yuzu I had to remap the motion sensor. Best way to do that is to follow this video

    4