pezhore

joined 2 years ago
[–] pezhore@infosec.pub 2 points 1 day ago (1 children)

A standard Blue Bird bus weighs around 10-15 tons (10,000 - 15,000 kg), depending on the model and configuration. Let's assume an average weight of 12.5 tons (12,500 kg) for this calculation.

Now, let's divide the total weight by the weight of a single bus:

273 billion metric tons ÷ 12,500 kg/bus ≈ 21,800,000 buses

So, approximately 21.8 million Blue Bird school buses would weigh around 273 billion metric tons.

Keep in mind that this is another purely theoretical calculation for entertainment purposes only.

[–] pezhore@infosec.pub 2 points 2 days ago (3 children)

For you and @Stalinwolf@lemmy.ca, from llama3.2:

So, approximately 8,144,000 football fields would weigh around 273 billion metric tons.

[–] pezhore@infosec.pub 19 points 4 days ago (1 children)

But the prices will come down if tariffs are removed, right? Right!?

[–] pezhore@infosec.pub 1 points 5 days ago (1 children)

Does it offer alternative routes if there's an accident/congestion?

[–] pezhore@infosec.pub 3 points 5 days ago

Thanks for the heads up. I intend to terminate the Cat6A myself after successfully wiring the rest of the main house. (I overbought a giant spool and have been looking for ways to use it). I have a cable snake that I've used in the past - but it's quite annoying to deal with - sometimes the snake comes loose, it's a fiberglass/plastic rolled snake so it is hard to get going in a straight line, etc.

That's where I'm hoping the conduit will make things easier - it's a straight line where there shouldn't be much room for torquing or bending the cable snake.

[–] pezhore@infosec.pub 1 points 5 days ago

I'm doing that with docker compose in my homelab, it's pretty neat!

services:
  ollama:
    volumes:
      - /etc/ollama-docker/ollama:/root/.ollama
    container_name: ollama
    pull_policy: always
    tty: true
    restart: unless-stopped
    image: ollama/ollama
    ports:
      - 11434:11434
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              device_ids: ['0']
              capabilities:
                - gpu

  open-webui:
    build:
      context: .
      args:
        OLLAMA_BASE_URL: '/ollama'
      dockerfile: Dockerfile
    image: ghcr.io/open-webui/open-webui:main
    container_name: open-webui
    volumes:
      - /etc/ollama-docker/open-webui:/app/backend/data
    depends_on:
      - ollama
    ports:
      - 3000:8080
    environment:
      - 'OLLAMA_BASE_URL=http://ollama:11434/'
      - 'WEBUI_SECRET_KEY='
    extra_hosts:
      - host.docker.internal:host-gateway
    restart: unless-stopped

volumes:
  ollama: {}
  open-webui: {}
[–] pezhore@infosec.pub 2 points 5 days ago

Sure! I mostly followed this random youtuber's video for getting Wyoming protocols offloaded (Whisper/Piper), but he didn't get Ollama to use his GPU: https://youtu.be/XvbVePuP7NY.

For getting the Nvidia/Docker passthrough, I used this guide: https://www.bittenbypython.com/en/posts/install_ollama_openwebui_ubuntu_nvidia/.

It's working fairly great at this point!

[–] pezhore@infosec.pub 6 points 5 days ago (2 children)

It's probably not required, but wouldn't it be easier for future runs to just go down a pipe vs blind feeding it/using a snake through a wall?

[–] pezhore@infosec.pub 3 points 5 days ago (3 children)

I know it goes against privacy concerns, but I miss the traffic/congestion capabilities of Google maps. Sure, taking the interstate may be the fastest/most direct route normally, but today there's an accident that's blocking the two left lanes and everything is fucked.

 

I live in a one-story ranch with an unfinished basement and attic, in the middle of a project where I'll have access to a bare, un-drywalled wall. I know that eventually I'll want to run low voltage/Ethernet cable from the basement out to my attached garage, probably through the attic as the garage is only separated from the rest of the attic by Sheetrock.

I just don't know how much Ethernet cable I'll be wanting to run.

I think conduit would probably be the best for traversal/future proofing this, but I have no clue what kind to get.

Any suggestions? Things I should look out for?

[–] pezhore@infosec.pub 22 points 6 days ago

Feel like drawing my dearly departed dog Murphy?

[–] pezhore@infosec.pub 10 points 1 week ago (2 children)

I spun up a new Plex server with a decent GPU - and decided to try offloading Home Assistant's Preview Voice Assistant TTS/STT to it. That's all working as of yesterday, including an Ollama LLM for processing.

Last on my list is figuring out how to get Home Assistant to help me find my phone.

 

It's my first house and I was hesitant to drill holes in it, but things came out okay.

Not only is the faceplate level, but it's also pretty much level with the existing electric outlet faceplate!

 

I felt productive and decided to clean literally everything in my coffee station, including doing a long over-due descale and group head flush.

That Basha Bekele is from CxffeeBlack as part of their coffee subscription from December.

view more: next ›