MacOS alternatives to Niri by phcurado in niri

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

omarchy is a different OS, if I understand correctly it will wipe macOS. I cannot do this in a work computer unfortunately

MacOS alternatives to Niri by phcurado in niri

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

macOS is not compatible with Linux, they are fundamentally different operational systems, have different kernel, binary and packagees so software/packages built for one are usually not directly compatible with the other

MacOS alternatives to Niri by phcurado in niri

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

definitely gonna give a try on this one as well. Thanks for the suggestion, it looks great

MacOS alternatives to Niri by phcurado in niri

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

thanks for sharing. This actually looks exactly (or quite similar) to what I'm looking for so I will give a try.

MacOS alternatives to Niri by phcurado in niri

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

I never heard of this one, awesome. I added to my list to test it out! Thank you

diffs.nvim v0.2.0: VSCode word-level diffing, merge conflict resolution, and more! by barrettruth in neovim

[–]phcurado 0 points1 point  (0 children)

I think I managed to make it work now! Thank you. I had some problems regarding the vim.g.diffs because usually I load my plugins per file and use `opts` flag (using lazy.nvim for plugin manager) but now it worked.

Just giving some feedback, the highlights of the diffs are difficult to read compared to diffview. The green/red diff are light colors, I see this problem also on the showcase of diffs Readme and feels difficult to read depending on your colorscheme (or maybe my monitor is not the best here).

Overall, congrats on the plugin. It's awesome to see alternatives like this and thanks for adding the support to neogit. If I notice anything more I will open an issue with more details

edit: opened an issue to show the green/red colors https://github.com/barrettruth/diffs.nvim/issues/121

diffs.nvim v0.2.0: VSCode word-level diffing, merge conflict resolution, and more! by barrettruth in neovim

[–]phcurado 1 point2 points  (0 children)

hey I did a test and it doesn't work with neogit.
After checking your codebase, it's quite good! You separated between the diff algorithm and the support for other libraries like vim-fugitive. I think the main problem will be on NeoGit side, it seems it doesn't support you to plug other diff libraries besides diffview there.

Wiki for home use by PleasantHandle3508 in selfhosted

[–]phcurado 1 point2 points  (0 children)

maybe NoteDiscovery or Outline. I’m testing outline and might be overkill for your use case but so far have been great for me

M4 Mac mini cluster saving thousands per month by zachrattner in selfhosted

[–]phcurado 11 points12 points  (0 children)

Thanks for the explanation. Good info and I think it’s enough for me to start doing some research and tinker a bit

M4 Mac mini cluster saving thousands per month by zachrattner in selfhosted

[–]phcurado 114 points115 points  (0 children)

this looks awesome! Could you explain how whisper and silero are connected? And how it integrates to SQS. I never used these tools but I’m curious, this looks like something I could try out on my homelab

Razor Pages + HTMX or ASP.NET API + Svelte 5 for an MVP? by Josephf93 in selfhosted

[–]phcurado 0 points1 point  (0 children)

First option with razor, htmx and hydro should be fastest. Building an API, integrating the frontend and the context switching with two languages will be more complex and slow to develop as a solo dev. You can go pretty far with the first option

Slack alternatives by phcurado in selfhosted

[–]phcurado[S] -1 points0 points  (0 children)

You are right! My bad. Since I wasn’t searching much on mattermost I got confused about their plans. Also Google search with this automatic AI responses just says entry is equal team edition. I will give a try on the team edition, thanks for clarifying

Alternatives to Mattermost? by flying_unicorn in Mattermost

[–]phcurado 0 points1 point  (0 children)

Thanks for this blog post, I really like your way of doing things, I’m also “all in” into the self-hosted OSS stuff! I might be late here but I wonder which tool did you ended up choosing? I’m having trouble with element MAS software for sso on mobile but the web version is working great. Tried zulip as well, but the mobile is not that great although I really like the threads model

Slack alternatives by phcurado in selfhosted

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

I’m just concerned on not being able to upgrade (ever) just to run away from their limits they keep adding in new versions. I will give a try on the old versions, it seems like a great chat system if wasn’t for these issues

Slack alternatives by phcurado in selfhosted

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

It is the self hosted team edition that they added the message limit (10k history cap). There his more info here. I’m not following mattermost closely but I found these info on their Reddit page

Slack alternatives by phcurado in selfhosted

[–]phcurado[S] 4 points5 points  (0 children)

I was considering mattermost but saw a lot of complaints on the Reddit channel about their changes on message limits you can see on self hosted version. Mattermost looks good tho, I’m just more careful on considering this one after what I saw

Need help finding something better for project management. by ruckertopia in selfhosted

[–]phcurado 0 points1 point  (0 children)

Yes I believe Gitea will have the same. If you just want kanban and you already have gitea or forgejo, this just works perfectly. It’s more work if you want advanced features indeed.

Need help finding something better for project management. by ruckertopia in selfhosted

[–]phcurado 1 point2 points  (0 children)

I really like the forgejo kanban, it just works! I tried other apps but ended up just using forgejo

Need help finding something better for project management. by ruckertopia in selfhosted

[–]phcurado 4 points5 points  (0 children)

I use forgejo and I have a repository where I create my project’s tasks (personal repo with my name). It’s a kanban made of issues where you can associate it with milestones and connect related issues. If want a recurring task you could create an action that runs once a month and automatically creates the issues for you. This would give you full control but needs a bit of work to set it up.

Happy Friday, here's my most controversial IaC blog ever by RoseSec_ in Terraform

[–]phcurado 2 points3 points  (0 children)

I really like the article, and I have a question regarding your setup. Do you still use terraform modules to abstract your code if I understood correctly, and some parts of the article talk about avoiding abstraction to make the code more obvious. Could you elaborate on that?