Advertisement · 728 × 90

Posts by pauljoda

Mobile view or archived Bluesky feed for user pauljoda.com. Shows the plugins custom file render UI, making it easier to view data saved vs files on drive

Mobile view or archived Bluesky feed for user pauljoda.com. Shows the plugins custom file render UI, making it easier to view data saved vs files on drive

One thing it can do for instance is archive Bluesky posts and users (via a plugin I’ve made, there will be in app ability to add trusted). Currently supports bsky and Reddit, super handy to archive this stuff quick and easy, I use the rest api from the share sheet in iOS to share to it

1 week ago 0 0 0 0
The Archiver — Self-Hosted Web Content Archiver A self-hosted, plugin-based web content archiver. Save anything from the web to your own server with a single API call. One Docker container, one SQLite database, done.

In yet another app I’ve been working on, this time a revamp of my Archiver app, now on typescript, and with much more detailed plugins. Plugins now have registered settings, custom file browser render support, and much more to the app. Really happy with how its coming pauljoda.github.io/TheArchiver/

1 week ago 1 0 1 0
Preview
Kairos | Privacy-first sexual health tracking Kairos is a privacy-first iOS app for sexual health tracking with local-first data, dual-lane insights, and warm clinical design.

My app is now released. If you’re interested, please give it a try and let me know if you have any feedback.

kairossexualhealth.com

2 weeks ago 0 1 0 0
Preview
Leave a review for Kairos on Product Hunt Be the first to review Kairos

I’m opening TestFlight for my sexual health tracking app Kairos, if you’re interested, please take a look and let me know any feedback.

www.producthunt.com/products/kai...

3 weeks ago 0 0 0 0
Preview
Kairos | Privacy-first sexual health tracking Kairos is a privacy-first iOS app for sexual health tracking with local-first data, dual-lane insights, and warm clinical design.

This made seem out of left field given my previous projects, but I’ve created an iOS app for sexual health tracking.

It is meant to be fun, and engaging for a topic typically shunned, helping you see patterns in your desire and activities.

TestFlight open to first 100

kairossexualhealth.com

1 month ago 0 0 0 0
Preview
GitHub - pauljoda/ComfyOutputViewer Contribute to pauljoda/ComfyOutputViewer development by creating an account on GitHub.

A couple new features added, you can now import workflows, marking which node is an input, then send to ComfyUI from my UI. Very useful, and automatically imports and saves prompt info with the image, allowing quick pre fill and review.

Also created a slideshow mode

github.com/pauljoda/Com...

2 months ago 0 0 0 0

That said, I’m old school, and prefer coding myself, but I’m already doing that elsewhere. This allows me to play around with new concepts, and make stuff on the side I wouldn’t have time to otherwise.

Bonus is it has a Nix flake, so fellow NixOS users rejoice in simple deployment, fully featured

2 months ago 0 0 0 0

This was heavily vibe coded, but something I’ve learned from playing with AI recently, is sometimes for simple little apps like this, that’s the way to go. I wouldn’t have made it otherwise, and if you’re detailed, it’ll code what you would have anyway. Done right, AI coding shouldn’t be seen as bad

2 months ago 0 0 1 0
Advertisement

Previously I was using Open WebUI, as it integrates, and it’s fine, technically works, but images are part of chat threads, and require a LLM model to also be running, which can eat VRAM. There’s no easy way to have a gallery to see it all, so I built one. It’s a local node serv but can be proxied

2 months ago 0 0 1 0

The goal was to have a friendly UI to organize, view, and generate images via ComfyUI, this on its own does not do much (or anything really).

I wanted to be able to open my phone, kick off a gen, and view it later, in one place, and organize what was created.

2 months ago 0 0 1 0

ComfyUI is very powerful, and the workflow system is great, but to then use the workflow sucks.

There are some other projects out there that do some of the things this does, and they are likely better, but I wanted something exactly the way I viewed interfacing with the app

2 months ago 0 0 1 0
Preview
GitHub - pauljoda/ComfyOutputViewer Contribute to pauljoda/ComfyOutputViewer development by creating an account on GitHub.

I’ve created a new app, a web page to manage your ComfyUI from a more user friendly interface.

Key Features:
- View ComfyUI outputs
- Rate and Favorite
- Gallery view with detail page and navigation
- Run workflows via API export
- Edit values of workflows in UI


github.com/pauljoda/Com...

2 months ago 1 0 1 0

The benefits of my tool are already happening. My daughter loves blues clues, but it’s hard to find all of them in one place. I was able to spin up a plugin for archive.org and now I can shoot urls for archives right to it and it’ll pull all the files. I love how expandable I made this system

1 year ago 0 0 0 0

Seems like that’s the case, for now I’ve just got the tool downloading the video and audio, this app runs in docker containers so I’d have to setup the environment, and aspire has been giving me trouble doing so. Then, a tiny app on the host finds the two parts and merges them, temp fix

1 year ago 1 0 0 0

I’ve been playing around with that. Interesting thing is with .net aspire I can take the background task and convert it to use a dockerfile, that builds fine. But if I use the app host it will not build. It sees the file, but bugs out accessing the dependency projects. Might be a bug with aspire

1 year ago 0 0 1 0

Essentially I have a plugin that I’d like to use it in, and since it’s in a plugin I can’t setup the environment to install the library and dependencies. Might just be out of luck though, or need to change my structure a bit

1 year ago 0 0 2 0

Anybody know a way to use ffmpeg from a dotnet project without having it installed on the host? Seems the only way to use it is installed on the host and then invoked via the system

1 year ago 0 1 1 0
Advertisement
Preview
GitHub - pauljoda/TheArchiver: .NET Aspire Project to download content from the web. The project itself contains no web scraping content, download handlers are added via plugins .NET Aspire Project to download content from the web. The project itself contains no web scraping content, download handlers are added via plugins - pauljoda/TheArchiver

I’ve put the core app in a repo, on its own it won’t download anything and will need plugins created to handle urls. Feel free to take a look and ask if you have any questions github.com/pauljoda/The...

1 year ago 1 0 0 0

Dotnet containers and all the bits of this are not new, but being able to orchestrate it and pull everything together simply, and make running locally for dev simple is really well done in aspire

1 year ago 6 1 0 0

I love how aspire lets you define a db, and it’ll create it in a container and share the connection string to all other containers consuming it automatically. This lets me move the app anywhere I need it, just spin up a new docker instance

1 year ago 2 0 1 0

Then, a download worker project checks the database, and sees if there’s a registered handler for that website. Handlers are added via dotnets plugin ability so you can develop a plugin, and drop the dll to a directory. Lets me keep things separate and if I ever release the code people can expand it

1 year ago 1 0 1 0

First component is a webapi, bound to local host but using a reverse proxy to give me a public endpoint with certs. The api simply has a post endpoint for urls so I can post from my phone using the shortcuts app on iOS. This puts the url in a database for the rest of the suite

1 year ago 1 0 1 0

I’ve been playing around with .net aspire, and it’s been really fun. My current project is a tool to scrape data and archive it locally. Being able to configure each service from an orchestrator, and then deploy to docker compose has been great. I’ll detail the app in this thread

1 year ago 4 0 1 0
Preview
pauljoda - Overview pauljoda has 12 repositories available. Follow their code on GitHub.

If you’re interested, all my mods are open source. Anybody to contribute gets added to the reward shares on all places posted

github.com/pauljoda

1 year ago 1 0 0 0

To explain a bit on why I haven’t been able to mod much these last few years, I’ve been lucky enough to become the Chief Information Officer for a major state agency, I’ve also had a child so between those two alone I have very little free time. 10 years ago I could mod all day, not so much anymore

1 year ago 0 0 0 0

Seeing so many mod developers here is encouraging, makes me want to get back into it and update my stuff

1 year ago 6 0 0 0
Advertisement

I will be giving updates on my mods here from now on.

While I may not be able to spend much time working on the mods, I do take cracks at it in my spare time.

1 year ago 0 0 0 0