[-] psmt@lemmy.pcft.eu 7 points 1 year ago

The bitwarden client caches the database locally, so you can still access your credentials even if your server is down.

[-] psmt@lemmy.pcft.eu 8 points 1 year ago

To setup proxmox, you could install it on top of your current debian install : https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye

Docker in a lxc container is also used quite a lot with proxmox and would allow you to keep some resources without allocating everything for a docker VM.

[-] psmt@lemmy.pcft.eu 5 points 1 year ago

More server oriented than a classical desktop: https://cockpit-project.org/

[-] psmt@lemmy.pcft.eu 10 points 1 year ago

Great post, thanks for sharing 👍

I would suggest to give Ansible a try, it would make it really easy to deploy a new service with all required users and config.

[-] psmt@lemmy.pcft.eu 13 points 1 year ago

Good news, DNS over TCP in musl has been fixed since v1.2.4 released in May https://www.openwall.com/lists/musl/2023/05/02/1

So if you use alpine >= 3.18 you should no longer have this issue.

[-] psmt@lemmy.pcft.eu 7 points 1 year ago

It looks like you are trying to reinvent parts of kubernetes.

I would recommend to give it a try, it's easy to spin up with k3s, even on a single node!

Set imagePullPolicy to Always in your deployments (this is more or less k8s version of compose) and latest tag, then every time you restart a deployment, you get the latest version, with auto rollback. Set the tag to a static version and it doesn't update as long as you don't change it.

For gitops, add fluxcd.io and you're set, it doesn't even require a CI workflow.

For the data copy, k8s provides Volume Snapshots https://kubernetes.io/docs/concepts/storage/volume-snapshots/

[-] psmt@lemmy.pcft.eu 7 points 1 year ago

Got the same printer, it's also great if you don't print a lot. I'm still on the same third party toner from 7+ years ago. Never again will I buy an inkjets printer.

[-] psmt@lemmy.pcft.eu 8 points 1 year ago

Syncthing is also an option.

[-] psmt@lemmy.pcft.eu 2 points 1 year ago* (last edited 1 year ago)

10w is +- 87kwh/year. Depending on your electricity cost, it would take 1 to 5 years to gain anything from switching to a picopsu, that's it if you even manage to gain 10w, which is not a certainty.

If you really care about those 10w watts, selling the optiplex and getting a second G3 would be a better option I think.

[-] psmt@lemmy.pcft.eu 14 points 1 year ago* (last edited 1 year ago)

The documentation clearly states that idle vms on free tier could be reclaimed: https://docs.oracle.com/en-us/iaas/Content/FreeTier/freetier_topic-Always_Free_Resources.htm#freetier_topic_Always_Free_Resources_Infrastructure

Idle Always Free compute instances may be reclaimed by Oracle. Oracle will deem virtual machine and bare metal compute instances as idle if, during a 7-day period, the following are true: CPU utilization for the 95th percentile is less than 15% Network utilization is less than 15% Memory utilization is less than 15% (applies to A1 shapes only)

So don't create a 4 core 32gb ram vm to run a vpn, and you should be fine :)

[-] psmt@lemmy.pcft.eu 7 points 1 year ago

In plugins.lua, you've commented the line loading the null-ls config, which was setting clang-format as a null-ls source, maybe that's your culprit?

[-] psmt@lemmy.pcft.eu 3 points 1 year ago

The openai cookbook, while mostly focused on openai llms, provides lots of useful information about how to improve result reliability by tweaking your prompt and a lot more such as code samples: https://github.com/openai/openai-cookbook

About langchain, I'll go a bit against the flow and would suggest against it if you want to actually understand what is happening. It provides too much abstraction that hides the prompts and prevents you to easily adapt it's behavior. This discussion on hackernews talks more about it: https://news.ycombinator.com/item?id=36645575 Having recently dived into this topic and having been bitten by langchain shortcomings, I cannot but agree with the comments.

view more: next ›

psmt

joined 1 year ago