MattMckenzy

joined 1 year ago
[–] [email protected] 9 points 7 months ago (2 children)

I'm a professional and hobbyist C# .NET dev and I recently made the switch to a full Linux environment at home. I've gotten a great workflow setup with just VSCode and some extensions. I've actually found some ways to improve my workflow with VSCode vs Visual Studio and I'm glad I made the switch. The only thing I really miss is the phenomenal diagnostics and profiling I would get with a full Visual Studio install, but I'm getting used to using cli dotnet tools to replace that as well.

If you're going the VSCode route, feel free to ask me more questions on useful extensions or workflow tweaks!

[–] [email protected] 2 points 9 months ago

I made a service for this a while back:

https://github.com/MattMckenzy/Homehook

However, development of it has stopped in favor of v2, where I drop Chromecast support and instead focused on making a companion player service running on an htpc or rPi.

Let me know if you have any questions, I can try to help!

[–] [email protected] 5 points 9 months ago (1 children)

I managed to get the game's textures working well through Lutris with this script I found!

https://gist.github.com/baryluk/1041204eff4cc4fad6f1508afe67b562

It'll compile and install latest mesa, just make sure you add the wrapper script to the command in the lutris config for the launcher and it should work great.

Managed to make it work first try with this script on my KDE plasma/debian testing setup after wrestling with the textures issue for several days.

[–] [email protected] 1 points 10 months ago (1 children)

I have a bit of a prototype software package and service to serve jellyfin content on satellite devices, if you want to have a look: https://github.com/MattMckenzy/Homehook/tree/v2

It's actually mostly complete and fully functional, just in need of some serious documentation and installation instructions hahah.

If you're interested in trying it out, feel free to send me a PM and I'd be happy to help!

[–] [email protected] 2 points 10 months ago

For a second I thought I had made the perfect solution for this, but then I realized my problem was the opposite. I was looking for a way to receive notifications from systems that can only send emails. So I quickly made the Mail2Gotify service and have been using it for the past while.

I'll post it here anyway in case you want to switch from emails to Gotify in the future!

https://github.com/MattMckenzy/Mail2Gotify

[–] [email protected] 3 points 11 months ago

Definitely the way to go, yt-dlp makes it so easy to automate too!

[–] [email protected] 5 points 1 year ago

If you ever decide to move away from Chromecast to something a bit more DIY, I'm almost done making a decent casting replacement! Currently working on default and changing subtitles.

https://github.com/MattMckenzy/Homehook/tree/v2

Send me a message if you ever find yourself interested in setting it up!

[–] [email protected] 12 points 1 year ago

I'm currently working hard on something to fill this void! I've made HomeHook v2 as a web app and HomeCast as an mpv interface installed on my HTPC and some Pis I have around the house!

I still need to document the installation procedure but if you're interested in playing stuff from Jellyfin and YouTube, feel free to send me a message and I'll see if I can help out!

[–] [email protected] 6 points 1 year ago

I feel like I can't be the only immature one here...

My NAS is called AY-NAS.

I've got a bunch of Rpis named things like DANK-SBC, WONK-SBC and RAW-SBC.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

I made a simple budgeting web app: https://github.com/MattMckenzy/Casheesh

My wife and have used it almost every day for the past couple of years to give ourselves and track fun budget money. It's been working really well!

[–] [email protected] 4 points 1 year ago

Figuring out and emulating how the steam deck handles it is a great idea, I'll do some research.

Thanks for the info!

[–] [email protected] 1 points 1 year ago

I was looking at Cage yesterday, but it seems like it wouldn't support a transparent always on top application, in a way to give control to any application underneath. Maybe I could experiment with it and see what I can do...

view more: ‹ prev next ›