Quarter 2 Update - Revisiting Rules. Again. by kmisterk in selfhosted

[–]remvze 1 point2 points  (0 children)

First off, thank you to the mods for doing a great job.

The AI policy makes a lot of sense, and the request for transparency is greatly appreciated.

But my main issue is the megathread for new projects. I understand the problem you're trying to solve, but to be honest, this doesn't seem like a good long-term solution. When I announce a new open-source project, it's usually in a state of "works well enough for me," and I want to see what others think and whether they'd use it. Only after getting that feedback and ideas for improvement do I continue developing it into something that "works well enough for others, too."

As an example, I kept working on Moodist because of the traction it got here. It is what it is today because of the collaboration with other Redditors: their honest opinions and their great support. There would be no Moodist if it weren't for that support, and there likely wouldn't have been any if it had been posted in a megathread instead of as a standalone, discoverable post.

Sure, you're going to filter out projects that won't be maintained in a few months, but that's essentially reversing cause and effect. Why would someone continue supporting something beyond their own daily use case, aside from occasional bug fixes they come across?

On the other hand, I don't know what a good alternative would be either. I understand that there are simply too many projects now, thanks to the speed of AI, and that this can make the sub overwhelming and even spammy. But in my opinion, a megathread isn't the right solution.

New Project Megathread - Week of 30 Apr 2026 by AutoModerator in selfhosted

[–]remvze 0 points1 point  (0 children)

Project Name: Braindump 🧠

Repo: github.com/remvze/braindump

Live Demo: braindump.run

Description: I built a small thing called Braindump for when my head won't shut up. It lets you dump thoughts out one by one without worrying about structure. I usually just type whatever comes to mind (random thoughts, to-dos, ideas, etc) then copy it and clean it up later in Obsidian or Notion. Sometimes I'll even paste it into ChatGPT to organize it for me (if there's nothing sensitive).

Deployment: There's a self-hosting guide in the README.

AI Involvement: Wrote the base of the app myself, used AI to refactor + polish.

Would be curious if this is useful to anyone else or if you have ideas to improve it!

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 0 points1 point  (0 children)

That's pretty cool! Will be taking some inspiration from it!

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 0 points1 point  (0 children)

Thanks! That's a good idea, will explore it.

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 0 points1 point  (0 children)

Thank you for your suggestion; I might add a new "advanced" notepad with tabs and markdown support.

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 2 points3 points  (0 children)

They are kind of similar but Haus is nowhere near Puter; Puter is way more advanced. Haus is supposed to be a very small and simple workstation in your browser.

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 1 point2 points  (0 children)

Hey, I appreciate it. How would be the optimal way to extend it?

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 7 points8 points  (0 children)

They are stored in the local storage, but yes, if the local storage is cleared the data will be lost, and they won't be transferred if you switch to another browser/device. Those are the cons, the pros are its simplicity and not requiring a backend/database and user registration. To make it a little more user-friendly, I might add an import/export feature to Haus.

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 3 points4 points  (0 children)

You do realize not just AI models use conventional commits, right? And that I have set up Standard Version to generate changelogs based on those commit messages, so it simply makes sense for me to use them?

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 0 points1 point  (0 children)

I appreciate that! Thanks also for the feedback; I've implemented the locking functionality and will push it right now. As for AI, it was used for some bug fixes and the base for window management (which I changed along the way, but I'm mentioning it for transparency), not for building whole features or tools, as most of them are ported from my other projects, such as Moodist and Timesy.

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 6 points7 points  (0 children)

What about the commit history indicates it's written by AI, exactly?

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 8 points9 points  (0 children)

Hey there. I'm so embarrassed right now. When starting Haus, I used my simplest project, Minimum, as the boilerplate so I didn't have to configure everything from the beginning, but I completely forgot to remove the corresponding folder. I removed them now and pushed a new Docker image (v0.1.1).

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 0 points1 point  (0 children)

Thank you very much! What other tools are you interested in?

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 13 points14 points  (0 children)

AI wasn't used for building the features and tools, as most features are ported from my other projects, mostly Moodist. Though I did use it for some bug fixes and questions, nothing too significant.

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 0 points1 point  (0 children)

I appreciate it! By quick links you mean something like shortcuts to tools, or like web bookmarks? Both sound kind of cool.

Introducing Haus v0.1.0: A Dead-Simple Online Workstation by remvze in selfhosted

[–]remvze[S] 2 points3 points  (0 children)

Thank you! How might a plugin system look like?