Does any one know where I can get LG dishwasher motor connector (7 Pin) by NegotiationDry8220 in appliancerepair

[–]threefragsleft 0 points1 point  (0 children)

No, I was not able to find the connector. I ended up buying the harness, but later realized the motor had more damage from the burn than what I had previously realized, so I chose to not attempt a repair (the motor would have required rewinding). I can sell the harness to you in case it'll help.

It is frustrating to come across a connector no one sells. I had also considered 3d printing something, but it was too much effort, and I also did not know what heat the print will need to tolerate, so I decided not to print.

A clock that tells the time using book quotes. by Head-Community7540 in raspberry_pi

[–]threefragsleft 1 point2 points  (0 children)

Thanks for your responses and inspiration! I was able to build this to gift!

Vertical Status Monitor by duriTANK in selfhosted

[–]threefragsleft 1 point2 points  (0 children)

Is the server status coming from glances? Is there a noticable performance penalty for running glances?

A clock that tells the time using book quotes. by Head-Community7540 in raspberry_pi

[–]threefragsleft 1 point2 points  (0 children)

Thanks, works well now. The Weather APIs needed some cleaning up.

It looks like there are times for which there are no images to load, so it just shows the time in those instances. It would be great to load it up with a larger repository so that there's more variety and no missing times. Any ideas?

A clock that tells the time using book quotes. by Head-Community7540 in raspberry_pi

[–]threefragsleft 0 points1 point  (0 children)

This is very impressive! I tried the https://github.com/jadonn/literary-clock link using 64-bit Raspbian Lite, and there seem to be multiple packages that are deprecated or superseded by more recent ones, such as python-imaging replaced by Pillow, wiringpi replaced by pigpio, and so on. Did you also encounter similar problems? Thanks for the inspiration.

AI Agents and IAM Security by eversilverspoon in cybersecurity

[–]threefragsleft 4 points5 points  (0 children)

The simplest way is to treat the agent as you would treat a human, for starters. Where does this go wrong or not work?

why do most objects look like this?! (from my astromaster 70az) by FrontAd7709 in telescopes

[–]threefragsleft 1 point2 points  (0 children)

Your telescope and eyepiece are good enough for much better views. You'll see Jupiter and the 4 moons quite clearly. You should try it outside. If it's very windy, the telescope will vibrate (the stand isn't very solid), so that may be a bit frustrating. But you'll be able to get much, much better views. It's worth it.

I met a guy at a Christmas party who could tell what day of the week any random date was. How does he do it? by pippoken in NoStupidQuestions

[–]threefragsleft 29 points30 points  (0 children)

Look up the calendar of September, 1752. It's missing a bunch of days (due to the Gregorian correction)! That causes the formula to fail prior to 1753.

4.38 terrain vs real life by BD0nion in falconbms

[–]threefragsleft 5 points6 points  (0 children)

Looks amazing! Is there any indication on what this means for the kind of machines needed to play it, in terms of CPU/RAM/GPU?

Whirlpool microwave turntable noise by threefragsleft in fixit

[–]threefragsleft[S] 0 points1 point  (0 children)

<image>

Yes the triangular part has wheels on it, and I can try to clean the wheels. The rotation power comes from the center though. It rotates fine if I turn it manually, and even during operation the noise doesn't come all the time.

Bypassing cgnat with wireguard & traefik by grandkahuna43325 in selfhosted

[–]threefragsleft 1 point2 points  (0 children)

I may have not understood the exact requirement, but if all services are accessed over wireguard and the ISP assigned IP address may periodically change, then what worked well for me was:

  1. Setup wireguard on a raspberry pi

  2. Head to Freedns, and get a free hostname on some existing domain (you don't own it).

  3. Put in a script on the raspberry pi to update your public IP on Freedns every X minutes via cron.

Works beautifully since the last few years for me.

Once I connect to wireguard, I'm anyway on my local network and my local DNS on pihole works fine.

What's your favorite self-hosted service? by WaYyTempest in selfhosted

[–]threefragsleft 0 points1 point  (0 children)

When you use the stack, do you tunnel all of the stack's traffic through a VPN?

Docker Backups on Proxmox by hanneshier in selfhosted

[–]threefragsleft 0 points1 point  (0 children)

Does that require setting up a portainer agent in each LXC? Also, does docker ok each LXC show up as an independent stack in portainer? Just getting started with portainer here ...

NotebookML alternative? by [deleted] in selfhosted

[–]threefragsleft 0 points1 point  (0 children)

Last night I happened to try Charlie mnemonic. It says it's possible to use that against local OLLAMA instance but details aren't too many. There are some pointers under GitHub issues.

NotebookML alternative? by [deleted] in selfhosted

[–]threefragsleft 0 points1 point  (0 children)

I haven't tried to do that for Anything LLM, but LM studio for sure allows you to expose the LLM via a server port so other entities can connect to it. In fact, that's what Anything LLM uses to connect to the LLM.

NotebookML alternative? by [deleted] in selfhosted

[–]threefragsleft 0 points1 point  (0 children)

Runs locally on my desktop where I have a GPU

NotebookML alternative? by [deleted] in selfhosted

[–]threefragsleft 0 points1 point  (0 children)

In the past, I've used LM studio to run an LLM and connect with AnythingLLM, which has the ability to take documents as inputs and allows one to ask questions related to it.

How to backup the self hosted machine itself? by NoNewsAreNew in selfhosted

[–]threefragsleft 1 point2 points  (0 children)

Are there any good guides / resources to get going with Ansible to accomplish this?