MattMckenzy

@MattMckenzy@lemmy.ml
3 Post – 10 Comments
Joined 1 years ago

I hadn't even realized VSCodium has it's own extension marketplace, I hadn't used it myself. Thanks for prompting me on this, I went ahead and published it there too! https://open-vsx.org/extension/ctfam/btrfs-file-history

Hopefully my namespace gets verified soon and the warning will go away.

I've just added images and more descriptions about each page of the web application in the GitHub readme. It should provide a nice overview now!

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!

1 more...

That's a great suggestion!

ToothPick was more built for a set it and forget it style of yt-dlp usage, but I've definitely had to add ad-hoc pages like this before so this would be a great feature to have.

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.

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

Thanks for the info!

You could try out something I whipped up for this and see if it works for you: https://github.com/MattMckenzy/ToothPick

I haven't really distributed any binaries yet, everything I work on is just FOSS at https://github.com/MattMckenzy.

However, I did look into packaging my HomeCast project in my own debian apt repository. It's still unsigned at the moment, but when I get to it I imagine I'll just use dpkg and gnupg2 however I need to.

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...

I'm not sure I could make a transparent overlay on top of MPV with just a Firefox kiosk.

Also, I'm curious why I should avoid Electron? Do you have another framework to suggest that would let me do this?

I'm not against learning new things if they're more adequate for my project!