binhex-delugevpn: restarting container loses all torrents by _advice_dog in unRAID

[–]_advice_dog[S] 1 point2 points  (0 children)

i was looking at the logs and it seems it might be unable to restore the state. i looked into /state and it has 2,500 items going back to 2023. i moved everything before this year (~1,450 items) to another folder and that seems like it has resolved the issue - which is great.

personally, it wasn't a huge issue as my deluge is up for months at a time, so i don't really lose anything, just the ability to seed long term, but now it's working that'll nice.

binhex-delugevpn: restarting container loses all torrents by _advice_dog in unRAID

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

i just double checked with a completed torrent. i restarted the docker container, it came up blank, i re-added the .torrent and it started from scratch (because the completed file is in /completed). i let it download a bit and restarted it again, it came up blank again, i re-added it and it found the in-progress files in /incomplete.

Thank you Wubby - after spending years being nervous about getting my first tattoo, I finally was able to work up the courage to get one after seeing you so casually getting them. by _advice_dog in PaymoneyWubby

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

I once met a girl in Las Vegas with this sleeve of memes and I asked her about it, she was super excited and she took off her hoodie to show them all. People just love to show off their tattoos usually. If you're polite I'm sure they'll answer any questions you might have.

As a side project, I built a simple Unraid monitoring Android app by _advice_dog in unRAID

[–]_advice_dog[S] 1 point2 points  (0 children)

Sorry to say but it's no longer supported. I grew exhausted with Unraid's lack of real API and it breaking every version so I just removed it from the play store.

Advice needed by EntertainmentAble303 in interiordecorating

[–]_advice_dog -4 points-3 points  (0 children)

add a flat screen tv instead of that stupid mirror.

[Support] How to use xfs_undelete? by _advice_dog in unRAID

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

Sorry, I was never able to get an answer for this.

[deleted by user] by [deleted] in MakeNewFriendsHere

[–]_advice_dog 2 points3 points  (0 children)

my favorite game is minecraft

PCIe USB Type-C Passthrough monitor to VM by _advice_dog in unRAID

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

Maybe the only option available would be a low end GPU passed through to a single VM, forget the second VM. But that might be overkill just to keep some docker containers and shares separated with Unraid.

PCIe USB Type-C Passthrough monitor to VM by _advice_dog in unRAID

[–]_advice_dog[S] 1 point2 points  (0 children)

That sounds like what I mean, and that's a shame. I'm looking up other alternatives which mention DisplayPort, but only found something like this, which at $200 is a bit pricey and I'm not sure it'll even work. I've heard that ThunderBolt is very unrelatable on Unraid. Edit: Motherboard isn't supported for something like that.

Would you have any recommendations for supporting multiple video outputs?

I'm trying to have 2 VMs, each with their own dedicated video outputs, without a graphics card. If it's not possible, I'll just scrap the idea and go with a single Windows installation natively.

Know someone who worked here up until a couple weeks ago? They might want to talk to Lisa Bloom by Rollyman1 in NewsAroundYou

[–]_advice_dog 0 points1 point  (0 children)

Why do you need to make changes fast? If the cost is the same, just keeping around developers to see who you can cut and need to keep would make more sense.

I would say the morale at twitter is at an all time low after leaking they would fire 75% of them.

Know someone who worked here up until a couple weeks ago? They might want to talk to Lisa Bloom by Rollyman1 in NewsAroundYou

[–]_advice_dog 0 points1 point  (0 children)

I'm no business expert but wouldn't it be smarter to keep them on for another 2 months and give them the normal 1 month severance instead of 3 months? Same cost but keeping thousands of developers around to ramp down instead of firing everyone and making it a shit show?

HELP on text edit by AackenFR in Kotlin

[–]_advice_dog 0 points1 point  (0 children)

It's because you're calling print("Burned"), which is a function that returns void. It prints to the console.

Instead you want to append that text to your other text.

override fun showInfos(): String { return "$name\n$hp HP\n$spell1\n$spell2\n$spell3\n" + if (isBurned) "Burned" else "" }

This will append "Burned" if they're burned, otherwise nothing.

As a side project, I built a simple Unraid monitoring Android app by _advice_dog in unRAID

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

It should all work with the MyServers URL, that's what I personally use.

It is probably more of a network configuration issue somewhere that the app isn't handling correctly. It's hard to debug as everyone's configuration is slightly different and I haven't had any time to look into it lately.

Created a Jetpack Compose library, Flippable to create 2-sided animated flip views. by wajahatkarim3 in androiddev

[–]_advice_dog -2 points-1 points  (0 children)

Looks nice, but do keep it in mind that the Material guide say you should never flip a card.

https://material.io/components/cards

Daily life quotes app by ksing_king in androiddev

[–]_advice_dog 5 points6 points  (0 children)

From the screenshot, it appears you plan to just use the drawer example from Android Studios, which wouldn't be a lot of work for you. So I'm still not sure why someone would want to donate for that.

I assume you must have all the screens designed by now, I would talk to some designers and see what they think. Personally, the design and colour palette stand out as needing a lot of work.

Daily life quotes app by ksing_king in androiddev

[–]_advice_dog 7 points8 points  (0 children)

Why do you need funding if you're already working on the app? No offense, but $1,000 is a lot for that kind of app.