[-] xcjs@programming.dev 2 points 11 months ago

Same here - I heavily rely on drawer tabs, and it's a very under-implemented feature across all of the competition.

[-] xcjs@programming.dev 2 points 1 year ago

A fair point, but you misrepresented the nature of the link all the same.

[-] xcjs@programming.dev 2 points 1 year ago

That's not how distillation works if I understand what you're trying to explain.

If you distill model A to a smaller model, you just get a smaller version of model A with the same approximate distribution curve of parameters, but fewer of them. You can't distill Llama into Deepseek R1.

I've been able to run distillations of Deepseek R1 up to 70B, and they're all censored still. There is a version of Deepseek R1 "patched" with western values called R1-1776 that will answer topics censored by the Chinese government, however.

[-] xcjs@programming.dev 2 points 2 years ago

CSV only exports data, not formulas. I don't really consider it a proper spreadsheet interchange format.

[-] xcjs@programming.dev 2 points 2 years ago* (last edited 2 years ago)

The default Android animation transition length is 300 milliseconds. The gesture based navigation uses this delay.

The task switch button, for whatever reason, can interrupt this delay, making it as fast as I can tap, which is a lot faster than 300 milliseconds. In fact, this is what triggers the bug. I had to set the animation scale to 0 on my device just so it can keep up with me.

Speed, time, and duration are not subjective measurements. I will accept that it's more comfortable for you, however.

When your navigation preference breaks the Android animation duration because you're using it so quickly, get back to me.

[-] xcjs@programming.dev 2 points 2 years ago

That's the funny thing about UI/UX - sometimes changing non-functional colors can hurt things.

[-] xcjs@programming.dev 2 points 2 years ago

My go-to solution for this is the Android FolderSync app with an SFTP connection.

[-] xcjs@programming.dev 2 points 2 years ago* (last edited 2 years ago)

The Docker client communicates over a UNIX socket. If you mount that socket in a container with a Docker client, it can communicate with the host's Docker instance.

It's entirely optional.

[-] xcjs@programming.dev 2 points 2 years ago

There's a container web UI called Portainer, but I've never used it. It may be what you're looking for.

I also use a container called Watchtower to automatically update my services. Granted there's some risk there, but I wrote a script for backup snapshots in case I need to revert, and Docker makes that easy with image tags.

There's another container called Autoheal that will restart containers with failed healthchecks. (Not every container has a built in healthcheck, but they're easy to add with a custom Dockerfile or a docker-compose.)

[-] xcjs@programming.dev 2 points 2 years ago

It's really not! I migrated rapidly from orchestrating services with Vagrant and virtual machines to Docker just because of how much more efficient it is.

Granted, it's a different tool to learn and takes time, but I feel like the tradeoff was well worth it in my case.

I also further orchestrate my containers using Ansible, but that's not entirely necessary for everyone.

[-] xcjs@programming.dev 2 points 2 years ago

Is that the official distribution link or a personal mirror?

[-] xcjs@programming.dev 2 points 2 years ago

The stupid sidebar on the right is reason enough for me, but I also want an adblocker that's not crippled.

view more: ‹ prev next ›

xcjs

0 post score
0 comment score
joined 3 years ago