Honestly really great work, this looks so nice
Little bit of everything!
Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )
Gaming (Mass Effect, Witcher, and too much Satisfactory)
Sci-fi
I live for 90s TV sitcoms
Honestly really great work, this looks so nice
Say you have a production that takes 100 ingots /min. If you choose your largest lines you could split each off, 4 productions with the remainder 76.7 left out. You could merge those together. Then the 450s you do the same, and merge all those 50s in. Then you have one (or two lost count) belts of just those remainders left that you could then maximize production with.
1 art, please!
Situation - You run a discord server for alt right and weirdly obsessed about the military dudes. You have a secret clearance. Do you -
[ ] Share secret intel with people who have no need to see or know about it
[ ] Do nothing
Note: There are no political or military reasons to share this info, only ego boosting yourself. 30 seconds on the clock.
Oh my friend, let me introduce you to Batocera
oh freaking awesome, this looks amazing! Thank you so much for this!
Time to start self hosting these for my friends
For most of you suggesting hosting a repository - yes but,
Host forgejo. Just host the git mirror. It comes with a package repo out of the box. Then you have the source code and the docker images
Generally there are not LLMs that do this, but you start building up a workflow. You speak, one service reads in the audio and translates it to text. Then you feed that into an LLM, it responds in text, and you have another service translate that into audio.
Home Assistant is the easiest way to get them all put together.
https://www.home-assistant.io/integrations/assist_pipeline
Edit agree with others below. Use the apps that are made for it.
This post is written as if there’s only one “community”. Why does there need to be a primary? I’m here and I’m happy. If I have questions I search online or ask here, same as any other community
Could you at least change the title so we know what it’s about, like “my develops suggestions”
Seconded with Matrix. All I’m wanting for it is for someone to make a Discord/Revolt UI frontend for Matrix 2.0 and it’ll be a drop in replacement
That is weird, so you’ve tried the exact same setup with a different TV and it worked?
I wonder if it’s the resolution, or maybe HDR settings? What is different about the other TV if it works there? 1080p only? I’m just spitballing trying to get gears moving
Oh yeah, critical component. And vram, in fact I would only consider LLMs on a 3000+ card right now, they require quite a bit of vram
NVidia is great in a server, drivers are a pain but do-able. I have a 3000 series that I use regularly and pass into my kubernetes cluster. NVidia on a gaming rig linux is fine, but there is more overhead with the drivers.
AMD is great in gaming servers, but doesn’t have CUDA, so it’s not as useful in a server environment in my experience - if you’re thinking of doing CUDA workloads like hosting LLMs.
1060 will be a noticeable step in Jellyfin
DNS is of course the preferred approach
I wouldn’t worry about mounting your nfs shares directly to those host unless you need to. Compose has an operator similar to k8s that lets docker itself manage the shares, which is insanely useful if you lose your host. Then you don’t have to have piles of scripts to mount them.
version: "3.2"
services:
rsyslog:
image: jumanjiman/rsyslog
ports:
- "514:514"
- "514:514/udp"
volumes:
- type: volume
source: example
target: /nfs
volume:
nocopy: true
volumes:
example:
driver_opts:
type: "nfs"
o: "addr=10.40.0.199,nolock,soft,rw"
device: ":/docker/example"
So early game these trains mostly run empty. A good example is steel production. Out in Dune Desert it starts with Steel beams, Steel Pipes, and Encased Steel Beams. Each one gets a train car by default (makes sorting soooo much easier, and you don’t limit yourself to belts). However I stick with 10 because those grow. As steel grows, each one needs 2 train cars, then beams and pipes may need 3. Then all of a sudden you realize you might actually need two separate trains running around. Sure you can add another train on, but that only temporarily solves the problem. When you get into the thousands of beams/pipes per minute you start getting into needing longer trains.
Oh yeah! It looks different from the side, my brain went right to AT-AT lol
Oh man I can’t tell. But, deductive reasoning. Remove half, see if that works. If it does, dive into the other half, otherwise dive into this one. Keep removing half until you found the problem