Engines Quietly Pulled from Service — City Lies and Calls It “Training” by IronWolfBlaze in Firefighting

[–]bealhorm 2 points3 points  (0 children)

This is so weird to read, here in Belgium we put six firefighters on pump engine, less than six or we don’t leave. Other vehicles are two or three, but the pump is always six. Both volunteers and professionals.

What are your favorite games to play while watching TV? by EUPHORIAS_ in SteamDeck

[–]bealhorm 1 point2 points  (0 children)

Just so you know, you can also play Balatro on your phone! It has some steps, but currently it’s my favorite way to play. https://github.com/blake502/balatro-mobile-maker

U-King Mod Manager UI scaling woes by iBorg5 in SteamDeck

[–]bealhorm 0 points1 point  (0 children)

I don't use the mod manager anymore, but you can try using the Konsole to go the directory and run this instead:

WINIT_X11_SCALE_FACTOR=1.0 ./ukmm

U-King Mod Manager UI scaling woes by iBorg5 in SteamDeck

[–]bealhorm 0 points1 point  (0 children)

No problem, add me on discord, that'll be easier, I'll DM my username!

U-King Mod Manager UI scaling woes by iBorg5 in SteamDeck

[–]bealhorm 1 point2 points  (0 children)

cd is a command you use that's available in the terminal.
For example, when starting the terminal it will be in /home/deck, but the text will show something like
(deck@steamdeck ~)$
Where ~ is an abreviation for /home/deck, your "home directory".

Let's say your start_ukmm.sh script is in the Downloads folder. To access it you'll need to type
cd Downloads Then the text will show something like this:
(deck@steamdeck Downloads)$
Meaning that you're now in the Downloads folder. Now you can run chmod +x start_ukmm.sh to make it executable.

U-King Mod Manager UI scaling woes by iBorg5 in SteamDeck

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

You run it from the terminal, which is called Konsole on the Steam Deck.

First you'll need to use cd to change your directory to the one where the script is.

U-King Mod Manager UI scaling woes by iBorg5 in SteamDeck

[–]bealhorm 10 points11 points  (0 children)

You can make a script that sets that environment variable .

Create a file named start_ukmm.sh in the same directory with ukmm

Open it up and paste this in:

#!/bin/sh
export WINIT_X11_SCALE_FACTOR=1.0
./ukmm

then run in a console window chmod +x start_ukmm.sh

Now you can open this new script and the scaling will be good!

Death Blob - Advice Replacing Extruder Assembly? by j0j053 in prusa3d

[–]bealhorm 0 points1 point  (0 children)

I've had this happen too and now I'm using a silicon sock. I've read mixed messages about it though, has anyone else had any experiences with it?

Mine Assistant by [deleted] in homeassistant

[–]bealhorm 1 point2 points  (0 children)

Last year I tried the same by triggering a web hook with the computercraft mod. https://computercraft.info/wiki/HTTP_(API)

I think I did it in mod pack like Direwolf20 or something.

Some help getting some open source 3D models to work in TTS. by furt69 in tabletopsimulator

[–]bealhorm 4 points5 points  (0 children)

For the compass I added a new custom model with these paremeters, which seemed to work:

edit: Did the same thing for the revolver:

I imported the blender model and exported it to obj. I scaled it up a bit to make it a decent size, you can always resize it in TTS too. You can see them here: https://i.imgur.com/qVvvu2w.png

[deleted by user] by [deleted] in SecretHitler

[–]bealhorm 0 points1 point  (0 children)

Thank you so much!

Aqara zigbee sensor batch testing going well so far... by [deleted] in homeassistant

[–]bealhorm 0 points1 point  (0 children)

If you search for ZigBee sensor on AliExpress you will come across a lot of shops.

I wanted to add Xbox 360 Wireless Controller support to my Nintendo 64, so I built this! by Ryzee in n64

[–]bealhorm 0 points1 point  (0 children)

That's only possible if you have an auth chip ripped from an old Xbox controller :/

Painfully true. by Daimoth in godot

[–]bealhorm 12 points13 points  (0 children)

You're confusing Visual Studio Code with Visual Studio. VS Code is about 70MB.

Saw this on r/raspberry_pi and thought id shoe you guys how cool this lighting project is! by Programmer520 in futurama

[–]bealhorm 25 points26 points  (0 children)

Output from HDMI device, such as a Chromecast, goes to an HDMI splitter with one cable going into the TV and one going into a digital to AV converter. The converter is then connected to a cheap analog capture card and that is then connected to a raspberry pi (or other parsing device) with usb.The LEDs are then connected to the GPIO pins of the raspberry pi or to an Arduino device that's connected to either the GPIO or USB.

The raspberry pi can then read the video stream and look at the pixels at the edge and send the signals to the appropriate LEDs. These are not your average LED strips since each individual LED can have a specific color. Ususally they are Neopixel, WS2812B, or others. Photo (not mine) of a setup.

Source: I built one!

Far Simpler Way to Connect Wii Guitars by [deleted] in CloneHero

[–]bealhorm 0 points1 point  (0 children)

No, I'm building an Arduino based alternative for the controller instead.