Recent content by StrangeWill

  1. StrangeWill

    AI-Assisted Builds - Share Your Projects!

    Share what you've built, models used, lessons learned, or just something you had fun with. I got two to throw into the stack, both open-sourced today: Pteroupnp A docker container that adds UPNP support to https://pterodactyl.io/, deploy it to your wings servers, give it a token to talk to...
  2. StrangeWill

    Test

    This is a test reply
  3. StrangeWill

    Post Your Ride

    Helped with the Chattanooga Marathon providing radio support today, quick hop down to the turnaround where I just keep an eye on things, testing out the new bike rack and trailer I just built the night before (on top of an old kid carrier my wife picked up at a thrift store for dirt cheap)...
  4. StrangeWill

    Thread Updates Now Cross-Post!

    So, was thinking about how some long-lived threads (like Post Your Ride) doesn't really inform people of new updates, so we've implemented that -- if a new post is made we will cross-post to Slack, there is however a 30 minute cooldown so it doesn't spam Slack. Annoyingly, even though we link...
  5. StrangeWill

    Test

    test2
  6. StrangeWill

    Test

    Test
  7. StrangeWill

    Named Query Filters Coming to EF 10!

    https://www.milanjovanovic.tech/blog/named-query-filters-in-ef-10-multiple-query-filters-per-entity?utm_source=X&utm_medium=social&utm_campaign=15.12.2025 public static class OrderFilters { public const string SoftDelete = nameof(SoftDelete); public const string Tenant = nameof(Tenant)...
  8. StrangeWill

    Bikeventure - Making a mobile VHF/UHF bicycle setup

    Oh a pic of Gran Fondo Hincapie
  9. StrangeWill

    Mastodon Is Back!

    Mastodon bridge was having fun and spamming us for off-server activity (for say users you've followed), we've blocked that unless you're reblogging someone off-server.
  10. StrangeWill

    Forum Bridge -- Post Thread Updates?

    Nope, just a little bit more code, the webhooks are easy and tied into Devanooga's bot code -- it's basically just out here to see if there is interest in it (yeah the forums are pretty quiet these days), we may revisit if the forums get more activity. I'm trying to move some of my long-form...
  11. StrangeWill

    Container Orchestration and Device Mapping

    If I had to wager a guess -- they use their own agents instead of Docker Swarm -- similar to what Pterodactyl does.
  12. StrangeWill

    Devanooga's Cloudlog Instance

    We've had one up and running for awhile here: https://cloudlog.devanooga.com/index.php/visitor/W3UWU (links to my logbook), by design CloudLog requires invites, so drop a reply here or ping me on Slack and I can get you an invite.
  13. StrangeWill

    Container Orchestration and Device Mapping

    So some background: I've been a fan of using Docker Swarm for smaller deployments, I'd argue it fits a massively needed niche where Kubes is way overkill or less accessible for a long list of reasons. So I recently moved a project that uses as a bunch of Raspberry Pis to handle a bunch of...
  14. StrangeWill

    Forum Bridge -- Post Thread Updates?

    Here's something I've been pondering, do we care to post about thread updates in Slack? Generally I don't, activity around here allows me to swing by occasionally (even if it's mostly my announcements recently or long-term content archival like pictures of projects). but those that use Slack...
  15. StrangeWill

    Mastodon Is Back!

    Minor updates: Our Slack bridge for Mastodon now properly displays boosts instead of posting the ActivityPub URL (and being awful): https://github.com/StrangeWill/mastodon-to-slack/commit/255e1e6d47fa8c35162ee5850ef4f2ed31dfda18 Fixed a configuration issue on our side that was causing all IP...
Back
Top