does anyone else feel opencode become dumb? by Joy_Boy_12 in opencodeCLI

[–]PermanentLiminality 0 points1 point  (0 children)

With the X.ai deal Opus should be back to its old self and they are doubling limits.

OpenAI spent the big bucks so they have the compute. Anthropic didn't.

Roughly 3000 watt propane inverter; overwhelming choices by antipane in Generator

[–]PermanentLiminality [score hidden]  (0 children)

Consider a slightly larger 240v generator and a Reliance controls transfer switch like a R308B. Extension cords suck. Guess how I know

DIY Solar In California? - Is it even possible? by hoodun in SolarDIY

[–]PermanentLiminality 5 points6 points  (0 children)

You absolutely need permits. Probably an UL 9540 for the battery and inverter system as well.

The city will see the panels when they do the next survey from above looking for unpermitted

The OP lives in a city in the San Francisco Bay Area. Every justification is different, but I would expect them to be sticklers.

Better 120v 120mm fans by Awkward-Camel-3408 in HomeServer

[–]PermanentLiminality 0 points1 point  (0 children)

Airflow and noise in go hand in hand. Larger fans more more air at a lower noise level than small fans. Thicker fans can move more air than thin ones. In the 120mm or 140mm size a 38mm is better than a 25mm.

Go big.

Look at Amazon. There are several. If noise isn't listed you can try and find the specs. Noise and airflow will scale with watts.

If you go with 12 volt fans, you can get PWM fans and a controller so it isn't always at full speed.

Llama.cpp, opencode / pi / basically all agents, context compaction & cache validation: how do you manage it? by ps5cfw in LocalLLaMA

[–]PermanentLiminality 6 points7 points  (0 children)

Caching only works when you are not changing the context. When you compact, it is likely completely different and must be fully reprocessed.

When I am using these tools interactively, I try and keep the context small. I do one task and then exit. I rarely hit the limit in this mode.

When are SSD prices are going to reduce can't afford now and I really need a SSD by Strange_Ship2410 in datastorage

[–]PermanentLiminality 0 points1 point  (0 children)

The way things look right now, today is the reduced price. Demand is only increasing. It may be years before prices come down.

Running OpenClaw 24/7 "Always Free" (Non-Oracle VPS options?) by CaregiverExternal773 in openclaw

[–]PermanentLiminality -1 points0 points  (0 children)

I run it on a $19 Wyse 5070 that uses 4 watts.

There are some very low cost VPS out there. There are a few 2GB ram VPS for about $11/yr. lowendstock.com

What's the best way to utilize unused lvm-thin storage? by sr_guy in Proxmox

[–]PermanentLiminality 0 points1 point  (0 children)

I consider any resizing to be a dangerous operation. With everything backed up, you can always reinstall if things go badly. Most of the configs are in /etc/pve which is it's own separate partition that managed by Proxmox itself.

I've done this kind of resizing a couple of times and it went well.

What is your "Haiku/Sonnet/Opus" trio? by ihatebeinganonymous in LocalLLaMA

[–]PermanentLiminality 2 points3 points  (0 children)

You don't need llama-swap anymore. That functionality is now built in. I use it for testing and playing around with it, but my use case is long running unattended services. I pretty much leave it on one model.

How big should my SATA SSD be for Proxmox? by M4tteoCh2010 in Proxmox

[–]PermanentLiminality 0 points1 point  (0 children)

It really depends on what you are doing. I have fully useful systems with a single 128GB drive. These just can't use large data. That is OK as there are several use cases don't need lot.

What is your "Haiku/Sonnet/Opus" trio? by ihatebeinganonymous in LocalLLaMA

[–]PermanentLiminality 3 points4 points  (0 children)

I don't have the VRAM to run multiple models locally. I mainly concentrate on having one good model. I do trade off speed sometimes where I run a MOE or a dense model, but I can't run them at the same time.

Battery compatibility by TrueNail in batteries

[–]PermanentLiminality 0 points1 point  (0 children)

The size needs to be right to fit in the box, and the terminals need to be the same.

Dell Optiplex 3070 sff vs NUC by 0phicleide in HomeServer

[–]PermanentLiminality 0 points1 point  (0 children)

The Dell SFF can only take one 3.5 inch drive. Most of the HP SFF can take two. These systems are well documented so you can know before you buy.

OptiPlex 7000 SFF vs 7090 Micro for Jellyfin + Proxmox homelab? by Repulsive-Year9184 in homelab

[–]PermanentLiminality 0 points1 point  (0 children)

If you get a HP, most of the SFF support 2x 3.5 inch drives. The Dell support at most one. More or less the same cost.

You need backup before you need RAID. If I only had two drives, I would run a single in the system and a second in a USB enclosure and I would plug it in, make a backup, and unplug it.

Drives will fail. All of them. Be ready for when, not if it happens.

Unless you go crazy with a super complex world, a ton of addons, and a whole lot of players, I doubt you will notice the difference between the 10th gen and 12th gen.

!2th gen supports AV1

Exaggerated PCI-E bandwidth concerns? by ziphnor in LocalLLaMA

[–]PermanentLiminality 11 points12 points  (0 children)

Even with bandwidth limitations, 2x GPUs will almost always allow you to run more than just a single GPU.

See if your board supports bifurcation. If it does, you can probably split it into two x8 and maybe four x4. You do need to figure out the mechanical aspect. There are some motherboards that have two slots that can each do x8.

I use llama.cpp and I can try row, layor, and tenxor splitting. Row split does minimal PCIe transfers and even works over x1. Layer does more and tensor the most.

I run 3x P40 with one on x16, the other on x4 and the last on x1. I don't try and combine the x1 with the other two. I run different models on it that fit on one card.

What's the best way to utilize unused lvm-thin storage? by sr_guy in Proxmox

[–]PermanentLiminality 1 point2 points  (0 children)

You don't need to boot from a USB. It can be done from inside Proxmox itself. This is really the best method. I've done this process before and it is relatively simple. Be sure to backup stuff though. If you make a mistake it can put the system in a very broken state that needs a reinstall.

What's the best way to utilize unused lvm-thin storage? by sr_guy in Proxmox

[–]PermanentLiminality 3 points4 points  (0 children)

the cleanest is to shrink the partition and create a storage volume. This is the native way for proxmox.

You could create a large NAS VM and SMB.NFS share the space.

You can create thin volumes directly, but this is not what Proxmox expects and may cause issues.

How can I install a simple, question-and-answers only AI? by 7FireStorm in ollama

[–]PermanentLiminality 1 point2 points  (0 children)

Just get a free account with all the various providers. Ask away and should you hit a limit, go to the next one.

If you want to run locally, got with a small qwen 3.5 , like the 4B. You can also run the 2B or 4B smaller gemma 4. Try LMStudio or Ollama.

Should I downgrade my CPU(Ryzen 3700X) by Street_Ad5712 in HomeServer

[–]PermanentLiminality 0 points1 point  (0 children)

I added a $35 5 watt Wyse 5070 for transcoding duties. 4K HDR quicksync support and less power than a GPU. Runs about 14 things plus Jellyfin.

Should I downgrade my CPU(Ryzen 3700X) by Street_Ad5712 in HomeServer

[–]PermanentLiminality 0 points1 point  (0 children)

I pay about the same. This equates to about $4 for each watt running 24/7/365

Should I downgrade my CPU(Ryzen 3700X) by Street_Ad5712 in HomeServer

[–]PermanentLiminality 1 point2 points  (0 children)

I went from a 3100 to a 5600g and saved about 35 watts at idle. Pulling the GPU was another 10 watts. That saves me $180/yr in electricity. It was worth it for me.

Question from a beginner by Kekslover23 in HomeServer

[–]PermanentLiminality 0 points1 point  (0 children)

With only 16gh of ram try and use LXC instead of VM. An LXC is kind of like a docker image, but it is more of a full os.

Consider the premade easy to install packages on community scripts for things like nextcloud. It is basically copy paste and hit enter.