HN user

onel

62 karma

Building an OS for self-hosting

https://github.com/malmoos/malmo

Posts24
Comments121
View on HN
www.forbes.com 1mo ago

SpaceX Will Buy AI Coding Firm Cursor for $60B

onel
5pts1
www.theverge.com 1mo ago

Microsoft's Project Solara is an OS for AI agent gadgets

onel
3pts0
www.brockovichdatacenter.com 1mo ago

U.S. AI Data Center Awareness and Issue Map

onel
4pts1
newsletter.pragmaticengineer.com 2mo ago

Designing Data-Intensive Applications: The Cloud and Doing the Right Thing

onel
3pts0
askmanu-acorn.hf.space 4mo ago

HN production check – acorn demo

onel
1pts1
github.com 4mo ago

Show HN: acorn – LLM framework for long running agents

onel
5pts0
www.dbreunig.com 1y ago

Eval Is More Important Than the Model

onel
4pts0
anonel.substack.com 1y ago

Documentation is more important than tests

onel
4pts5
medium.com 1y ago

The AI Coding Race: Why Success Lies in the Interface, Not the Model

onel
4pts0
medium.com 2y ago

Rumors of the Death of Software Are Greatly Exaggerated

onel
4pts1
arstechnica.com 2y ago

Music industry giants allege mass copyright violation by AI firms

onel
5pts1
wattenberger.com 2y ago

Putting Knowledge in Its Place

onel
2pts0
alexalbert.beehiiv.com 2y ago

The Future of LLM Wrappers

onel
2pts0
www.cognition.ai 2y ago

Devin June '24 Product Update

onel
1pts0
arxiv.org 2y ago

An Economic Solution to Copyright Challenges of Generative AI

onel
1pts0
www.politico.com 2y ago

Liz Shuler Wants AI to Reinvigorate the Labor Movement

onel
1pts0
www.foreignaffairs.com 2y ago

The End of Secular India

onel
3pts0
www.nytimes.com 2y ago

Microsoft Makes High-Stakes Play in Tech Cold War with Emirati A.I. Deal

onel
3pts1
www.nytimes.com 2y ago

German Business Is Tangled in Red Tape

onel
5pts0
www.nytimes.com 2y ago

Italian Province Invested in Babies

onel
7pts1
github.com 2y ago

Show HN: Keyboard Cat Defense System

onel
3pts2
anonel.substack.com 2y ago

Case-study: sharing home-cooked dinners

onel
2pts1
github.com 2y ago

Show HN: Self-hosted free geoip service

onel
5pts0
www.protocol.com 3y ago

The Palantir Pack: Startups Founded by Palantir Alumni

onel
2pts0

That's exactly the problem that I tried to solve with the OS I'm working on. You can have a shared jellyfin instance if you want everyone to access the same library. But you can also create OS users, with their own jellyfin instance, and within that you can set access or only to certain folders. That only have the contents that you want them to access.

It's not as efficient as granting access within jellyfin, but it's pretty close to what you're trying to do.

That was a good read.

But this is the kind of experience that makes technical people fall in love with self-hosting, but also keeps the majority of the population away.

Most of the people don't want the hassle of managing a self-hosting box.

I think a middle ground option might where someone hosts it for you, but you can also move to your own hardware at any time might be best

I think your comments might be overly negative. Would you expect the first model from an organization to top the chart? It's a process, I think they did pretty good. They have enough resources to continue improving on it

I was looking at something similar a couple of days ago. I think a physical key like a yubi key is a great way to fight bot traffic. And apparently cloudflare already ran project to test this out, and found some small drawbacks. So they proposed CAP together with other orgs https://developers.cloudflare.com/fundamentals/reference/cry...

This might be an extreme case of that, but I can see us going in that direction

An operating system for self-hosting

https://github.com/malmoos/malmo

I saw the options out there were not fully open source, or had other limitations so I started working on this better one. Based on Debian, apps are docker containers.

I do work to adapt current open source apps, but it's so great to make them available as one click install.

I want to make it easy to run on a cloud VM or an old PC kept in the pantry. There are so many cases for self-hosting now that we need to make it easier to do

The problem I see is that git commit meaaages are not as flexible at storing context information as files. Or easier to retrieve. We do have --grep to search them but it's definitely not as poweful as all the tools we have to handle files at the OS level. As verbose as storing specs in files is, I also prefer it

If you need to just offer free access to your open source repo, gitea is a nice alternative and super easy to self host. Github also has the community, which you lose, true, but it depends on what matters more to you. I can help you setup gitea really fast if you're interested

I think there is an explosion of new apps, the problem is still distribution in marketing. If I develop a new vibe coded app, it will still take some time for it to be known. And also get good.

Also, what another commenter said that most of new apps are in-house, fully agree with that.

Immich 3.0 19 days ago

Valid points. But I see self-hosting even as renting a VPS from someone and running the service there. Which solves most of the dev ops problems that I dont wanna bother with. Maybe it's not "actual" self-hosting, but concenient enough to use it

Immich 3.0 20 days ago

Great app! Great to see the progress with it.

The biggest complaint has always been how hard it is to self-host it, but that's not true anymore. If you have a good underlying system that handles all the boring stuff, you can actually have a pretty good experience.

I'm biased because I'm building an OS for this, and it makes spinning up imich so easy.

Immich 3.0 20 days ago

There are simpler options now to self-host these kinds of apps. It's not that hard anymore

Immich 3.0 20 days ago

This. I think encryption is the job of the underlying operating system not the app running on top of it

I actually think this is a really good concept. There is no perfect solution for what they're trying to do, but I think they have most of the things covered.

Offering one free per person is nice, it can be tricky to enforce but I think doable. Regarding privacy, even right now ICANN rules require a real name and address for the domain.

This project comes at the right time when because I see a lot of interest growing towards self-hosting.

I am biased though, I've been working on on OS for self-hosting , fully open source, Debian based, no restrictions https://github.com/malmoos/malmo

Even if you go with an open source AI model, it will still make a lot more financial sense to pay a provider then actually invest in the hardware to self-host it.

It's definitely worth investing in self-hosting the agent infrastructure around the model though: all the documents, knowledge base, all the connectors, the agent itself to run on your hardware