HackerTrans
TopNewTrendsCommentsPastAskShowJobs

evanreichard

no profile record

comments

evanreichard
·vor 5 Monaten·discuss
Not sure if it was the same bug, but I had a storage issue where System Data ballooned to like 200GB.

It had the most bizarre solution; airplane mode, set time to one year in the future, reboot, wait a few minutes, set time to 6mo in the future, reboot, wait a few minutes, set time to now, reboot. Went from 200GB to like 15GB. Was ridiculous.

(For anyone looking at this and considering doing it, you also need to ensure iMessage retention is forever, otherwise the iPhone will think it's a year old and delete the messages)
evanreichard
·vor 6 Monaten·discuss
There's also https://github.com/ggml-org/llama.vim

Which I've been using with Qwen3 Coder. As long as infill is supported, that should work. I'll try later today.
evanreichard
·vor 6 Monaten·discuss
How did you qualify a project as vibe coded?
evanreichard
·vor 6 Monaten·discuss
It's an homage to MITRE ATT&CK.
evanreichard
·vor 7 Monaten·discuss
Have you tried llama.vscode [0]? I use the vim equivalent, llama.vim [1] with Qwen3 Coder 30B and personally feel that it's better than Copilot. I have hot keys that allow me to quickly switch between the two and find myself always going back to local.

[0] https://github.com/ggml-org/llama.vscode

[1] https://github.com/ggml-org/llama.vim
evanreichard
·vor 7 Monaten·discuss
At the end of the day it still has to open and close when you press a button. You can just wire a relay to complete the circuit on one of the remotes.

It's what I did when I got a new opener. Works fine in HomeAssistant.
evanreichard
·vor 8 Monaten·discuss
It's wild. I bought 64GB (2x32) DDR4 SODIMM (CT2K32G4SFD832A) for $100 this April. Cheapest I can find it today is $270.

I picked up 32GB (2x16GB) DDR4 (CMK32GX4M2E3200C16) last September for $55. Now it's $155.
evanreichard
·vor 8 Monaten·discuss
The video shows both directions.
evanreichard
·vor 9 Monaten·discuss
This year I redid my whole lab as well and prioritized declarative everything so it'd be easy to go from scratch if needed. So I've got nix to create RKE2 images with cloud-init for XCP-ng templates, Terraform with XenOrchestra provider, and ArgoCD for the K8s cluster.

I've got two R640's so I can live migrate, and an R720XD with TrueNAS (democratic-csi for K8s persistence). QSFP (40Gb) for TrueNAS / R720XD, and SFP+ (10Gb) for R640's linked to a Brocade ICX 6610.

So I can update the hosts, and K8 nodes with 0 downtime. Do I need it? No, but I learned a lot and had / have fun deploying and maintaining it.
evanreichard
·vor 9 Monaten·discuss
I love Garage. It just works. I have Garage running on a few older Odroid HC2's, primarily for k8s Velero backup, and it's just set and forget.
evanreichard
·vor 2 Jahren·discuss
Yeah - I usually watch the network tab in debugging tools to figure out whats being blocked, then whitelist and try again.

I also realize that you shouldn't expect most people to do that, let alone know how to.

I am someone who is very aggressively anti-ad.
evanreichard
·vor 2 Jahren·discuss
I can empathize with the sometimes aggressive blocking, and as you pointed out can be pretty block list dependent.

I generally will go in and whitelist things if a site breaks due to a DNS block, but of course putting your partner on the same VLAN can be problematic. I "got around" that by having a button in Home Assistant that will completely turn off Pi-hole (and now AdGuard). So my partner will go in and toggle that if there's a problem.

AdGuard Home does also have the ability to completely disable blocking for specific clients.
evanreichard
·vor 2 Jahren·discuss
I use the bare WireGuard app on iOS. I just statically set the DNS server to the AdGuard Home IP (or Pi-hole IP) on my local network in the app.
evanreichard
·vor 2 Jahren·discuss
I'm curious what issues you ran into with Pi-hole? I was running my instance for years without a single hiccup. I ended up moving to AdGuard Home about a year ago though because I wanted to run it on my OPNSense box.

I have an automatic WireGuard VPN set up on my devices to VPN into my home network when I'm not connected to my SSID, so my local DNS still works remotely.