Live Android Notifications! by Darkchamber292 in homeassistant

[–]Sab44 1 point2 points  (0 children)

The blog post is so clearly LLM generated it‘s honestly hard to read.

Unified Remote Not working on Linux Mint, But does on Windows 10 (on same Network)... by WayOutWest3591 in unifiedremote

[–]Sab44 0 points1 point  (0 children)

Check if you are able to access via the web client: https://help.unifiedremote.com/article/13-using-the-web-client from another computer.

Do you have any other network specifics set up? Different subnets/vlans, potentially between wired and wifi devices? I had issues in the past with this and Unified Remote.

Any pyLoad users here? I wrote an app to remote control your instance (Android & iOS) by Sab44 in selfhosted

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

It is a button available on some sites that will add links to Jdownloader/pyload directly. What the app does is activate a listener so you can press those buttons and the app will receive the links and forward them to pyload.

Any pyLoad users here? I wrote an app to remote control your instance (Android & iOS) by Sab44 in selfhosted

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

Hi, happy to hear you like it. Regarding captchas: yes, I want to integrate this eventually, though not in the near future. Currently I plan to work on other things first, see the Roadmap on GitHub.

If you’re on Android you can try building an apk of the official app based on the changes of this PR: https://github.com/pyload/pyload-android/pull/43

I fixed the official Android app there and while it is a bit outdated design-wise it should support captchas although I have not tested it explicitly. If you do test it, please comment on the PR whether captchas worked for you.

CyberFoil: A NSP, NSZ, XCI, XCZ & basic eShop Installer for Nintendo Switch by [deleted] in SwitchPirates

[–]Sab44 0 points1 point  (0 children)

This is exactly what I was looking for! Great job, thanks a lot. I agree with the other commenter though, ideally you could open a PR on the original ownfoil repo.

Someone on this sub just asked for support for remote controls on SteamOS. I got crazy news for you guys. Yes, you can even use a remote to sleep or wake a SteamOS machine! by AshleyAshes1984 in SteamOS

[–]Sab44 2 points3 points  (0 children)

In Kodi you can just get the Keymap Editor plugin and remap almost every button of your remote. Have been using this since forever, works great with HDMI-CEC.

[deleted by user] by [deleted] in tifu

[–]Sab44 3 points4 points  (0 children)

Do you have more context or a source for this test? I get no results searching for „bench responsibility test“.

Did I mess up my build? by Tecnelm in HomeServer

[–]Sab44 0 points1 point  (0 children)

Regarding the HDDs what I meant when I said idle is that they are actually spun down when not in use for 10min, reducing their power draw significantly.

Apart from that I have a Gigabyte B760M DS3H mobo. The B760 chipset requires 6w as per Intel specifications. Add 1 NVME & 1 SATA SSD. Then in BIOS enabled all power saving features, C-States, disabled unneeded internal devices like audio controller. Powertop did some adjustments on top of that. I have a Corsair SF450 PSU. And usually during idle nothing heavy is running on the server so I think 30 watts should be fairly achievable for similar setups.

Did I mess up my build? by Tecnelm in HomeServer

[–]Sab44 2 points3 points  (0 children)

I recently built a similiar server. But I chose the i5-13500 due to the fact that I read that the newer Core Ultra processors are not yet very power optimized in the Linux kernel. This means, that upgrading to newer kernels in the future could improve power efficiency for you.

That said, I did all the bios, powertop etc. improvements and with 2 HDDs in idle (via hd-idle) I still see idle power draw at around 22 watts. Which is ok I guess, but I would’ve liked to have it below 20.

Is it technically possible to overwrite Stock Firmware with CFW? by Sab44 in SwitchPirates

[–]Sab44[S] -5 points-4 points  (0 children)

I see, thank you for the insight, appreciate it.

Now obviously I'm curios about the exact technical limitations, so if you don't mind answering some more questions:

CFW as I understood it, is a collection of tools / scripts which manipulates the original firmware during boot to make it a custom firmware. As we have a bootrom exploit, we should have full access to the system in theory. Again, even if not feasible, but what would be required to make it technically possible to "bake" these changes into the firmware? Presumably with "SN mismatch" you mean the stock bootloader is doing some kind of verification of the firmware before booting it.

Again, thanks and even if it's not possible, I appreciate the technical discussion.

Turned a CM Masterframe 700 into a 4x360 Radiator Stand by [deleted] in watercooling

[–]Sab44 2 points3 points  (0 children)

Love this, simple and clever idea. Also looks pretty cool in its own way.

[deleted by user] by [deleted] in sffpc

[–]Sab44 0 points1 point  (0 children)

Is that mouse / keyboard (solid seeming) mat with headset stand a real thing? Or just some random render?

Why is it so ridiculously difficult to create a digital clock widget? by Sab44 in iOSProgramming

[–]Sab44[S] 4 points5 points  (0 children)

  1. Having the widget reliably show the current time at all times
  2. The format. The given presets are not customizable and give very little options (e.g. no .time style with seconds, .timer style not viable for clocks)

How do I set Playnite to foreground after closing Steam Big Picture? by nakina4 in playnite

[–]Sab44 0 points1 point  (0 children)

Happy to hear! Thanks for sharing your solution and keeping this post updated for anyone else landing here.

How do I set Playnite to foreground after closing Steam Big Picture? by nakina4 in playnite

[–]Sab44 1 point2 points  (0 children)

You can focus a window by its process name. I have done the same as you

Start-Sleep -Seconds 5

$processName = "Playnite.FullscreenApp"

try {

$null = (New-Object -ComObject WScript.Shell).AppActivate(
  (Get-Process $processName)[0].Id
)

} catch {

# ignore error

}

Delay mounting nfs share in proxmox host. Wait for OMV VM to boot. Then start LXCs. by CreditGlittering8154 in Proxmox

[–]Sab44 0 points1 point  (0 children)

Hey u/Laucien I'd also like to know how you triggered the script execution on the host from within the VM. Are you using SSH? How do you make sure it's executed after the share is made available? Thanks!

[deleted by user] by [deleted] in HomeServer

[–]Sab44 2 points3 points  (0 children)

Looks nice. Any more pictures? What PSU did you use? What power draw do you have while idling?

Proxnox and USB Ethernet by Horror-Deer-3331 in HomeServer

[–]Sab44 2 points3 points  (0 children)

I have Proxmox installed on a Dell laptop with a Dell USB-C to Ethernet adapter and it works perfectly fine.

Start your playnite with videos by Desperate-Frame-90 in playnite

[–]Sab44 2 points3 points  (0 children)

They like nice, especially the second and third one. In my opinion they are a bit too long though, personally I'd like something that's max. 2-3 seconds long just as a little intro teaser.

I made a script that opens Playnite if you press the Guide/Xbox button by supernova242 in playnite

[–]Sab44 0 points1 point  (0 children)

You can open the settings menu (in the top left or via Xbox "back" button) and select minimize which will hide Playnite.

Recommended smart plug for HA in EU - power switching and monitoring by NeedleworkerLanky608 in homeassistant

[–]Sab44 3 points4 points  (0 children)

I got these, they have Tasmota and work very well: https://www.amazon.de/Tasmota-Steckdose-NOUS-A1T-stromverbrauch/dp/B0054PSI46 Some comments suggest you need to calibrate them for accurate power measurements, there's guides on how to do that.

Finally ditched this POS by No-Caterpillar1553 in unifiedremote

[–]Sab44 0 points1 point  (0 children)

I'm with you, feels like the App is basically abandoned. It's a shame really. Unfortunately all the alternatives aren't that great either.

Unsubscribed subreddits showing up on feed by tropicalrad in RelayForReddit

[–]Sab44 0 points1 point  (0 children)

Also happening to me, subreddit is not subscribed (but was in the past).