Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
2
Comments
9
Joined
3 yr. ago

  • If you're up for using Jellyfin, you can check out something I'm working on to achieve this: https://github.com/MattMckenzy/Homehook

    The main branch used to be compatible with chromecast devices, but I've stopped maintaining it in favor of the v2 branch, where HomeHook communicates directly with satellite devices through HomeCast. Working with Chromecasts were a huge pain.

    Let me know if you have any questions about it, always glad to help!

  • If you're up for using Jellyfin and have satellite devices, you can check out something I'm working on to achieve this: https://github.com/MattMckenzy/Homehook

    The main branch was compatible with chromecast devices, but I've stopped maintaining it in favor of the v2 branch, where HomeHook communicates directly with satellite devices through HomeCast.

    Let me know if you have any questions about it, always glad to help!

  • 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!

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

  • Open Source @lemmy.ml

    I created a web application as an easy way to use yt-dlp!

    github.com /MattMckenzy/ToothPick
  • 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.

  • Linux @lemmy.ml

    Created a VS Code extension to find and compare a file's BTRFS snapshot history

    marketplace.visualstudio.com /items
  • 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'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!