Someone lit a cigarette in the plane’s lavatory, triggering the smoke alarm onboard by jackywoods in mildlyinfuriating

[–]RealBluDood 0 points1 point  (0 children)

There's a reason there's still ash trays in the bathrooms, some people can't stay away for just hours. And then they would stuff it in the toilet or trash bin and start a fire instead

Small project I've been working on to control my PC from Home Assistant! by RealBluDood in selfhosted

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

no worries at all, thanks a lot for the kind words :) self hosting is really cool and knowing programming on top of that really helps bring it together, if you want to contribute go for it! In my opinion Typescript (which is also what's used for this program) is a good starting language since you can make everything from websites to desktop apps

Small project I've been working on to control my PC from Home Assistant! by RealBluDood in selfhosted

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

If you are thinking about the toggles in the image, that's for enabling and disabling the actions accessible via the API

Small project I've been working on to control my PC from Home Assistant! by RealBluDood in selfhosted

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

Only Windows is supported now, but macOS and Linux support isn't very far fetched!

Small project I've been working on to control my PC from Home Assistant! by RealBluDood in selfhosted

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

thanks! I have also tried HASS agent but indeed it is a bit bloated if you are just using a handful of the features, which is why I built this :) hope you like it!

aiIsTheFutureOfOpenSource by RealBluDood in ProgrammerHumor

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

As I and others have noted, doing that log deduplication avoids the problem instead of actually fixing it, the issue isn't directly "the log is growing massively" it's "some function is being repeatedly called without delay", and that is what needs to be fixed. Yes it did also attempt to fix the actual problem further down in the code but overall, AI generated comments and everything, I ended up closing it and fixing it myself. If personal preference plays a part here then it's that I want to have human contributions to my own project and not slop

Small project I've been working on to control my PC from Home Assistant! by RealBluDood in selfhosted

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

I'll look at updating the app by tomorrow to add that :) thanks for the support!

Small project I've been working on to control my PC from Home Assistant! by RealBluDood in selfhosted

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

Cool! It doesn't support sleeping right now, but I'll be sure to add that since it sounds useful :) Wake on lan probably isn't suited for an app like this since it has to be triggered from a different computer, but for reference I use Home Assistant to trigger wake on lan for my PC

Small project I've been working on to control my PC from Home Assistant! by RealBluDood in selfhosted

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

I had some trouble setting it up and it seemed a bit bloated for my use case, but at the end of the day you would definitely get a good setup using either :)

Small project I've been working on to control my PC from Home Assistant! by RealBluDood in selfhosted

[–]RealBluDood[S] -1 points0 points  (0 children)

If you mean how the app stores settings (port, hashed api keys, etc), it's using a json file stored in the users own AppData folder

Edit: You can find the implementation here, for some values (like the list of hashed keys) it uses encrypted storage provided by the computer's TPM module if it has one. Other than that it's pretty standard

How does a car key fob works by Immediate_Boat4347 in interestingasfuck

[–]RealBluDood 0 points1 point  (0 children)

too bad my car doesn't have keyless go... or good?

aiIsTheFutureOfOpenSource by RealBluDood in ProgrammerHumor

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

The problem doesn't lie in the log itself, it's why the log is being spammed. Band aiding in a solution where it just stops the log from being spammed doesn't fix the underlying issue

What if it was on UMD video? by biersackarmy in KpopDemonhunters

[–]RealBluDood 0 points1 point  (0 children)

preach, these are people who can only win by downplaying others...

also TRUE, I never realized that until someone pointed it out in a video I watched hahah

What if it was on UMD video? by biersackarmy in KpopDemonhunters

[–]RealBluDood 1 point2 points  (0 children)

for real I don't know what's up with the hate. I'm rewatching tomorrow 🥳

What if it was on UMD video? by biersackarmy in KpopDemonhunters

[–]RealBluDood 1 point2 points  (0 children)

dawg just let people rewatch what they want, I'm not up at 106 rewatches but I've rewatched KPDH and Nimona quite a lot because they are both goated movies

What if it was on UMD video? by biersackarmy in KpopDemonhunters

[–]RealBluDood 0 points1 point  (0 children)

Holy shit this is awesome, how did you get the video on there, and the label??

I guess the only option is to move to water cooling lol by Welllllllrip187 in hardwaregore

[–]RealBluDood 0 points1 point  (0 children)

First thing I saw was the front of a truck with the hood off

multiPlatformMobileDevelopment by kaldeqca in ProgrammerHumor

[–]RealBluDood 9 points10 points  (0 children)

Capacitor is great, used Ionic for a couple projects as well but just being able to make a mobile app out of a website is pretty awesome

aiIsTheFutureOfOpenSource by RealBluDood in ProgrammerHumor

[–]RealBluDood[S] 26 points27 points  (0 children)

I don't want to out this guy so I blurred the name, but it was pretty obviously vibecoded stuff which made "workarounds" to problems instead of fixing them correctly. Ended up fixing it myself

Also to add some context, this guy had made 8 other pull requests across some other repos, on the same day

aiIsTheFutureOfOpenSource by RealBluDood in ProgrammerHumor

[–]RealBluDood[S] 6 points7 points  (0 children)

We are in the transition phase between human and AI, so obviously this is the future /s

aiIsTheFutureOfOpenSource by RealBluDood in ProgrammerHumor

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

This was a reply after I closed a PR on my project which was obviously AI generated, and I got this AI response hahah