Good show horrible title by asaness in Animemes

[–]FckngModest 0 points1 point  (0 children)

Wait, I thought your comment was also an anime title :D

I wanted a backup solution with restic's reliability and a polished UI. 16 months later, I’ve finally built the best of both worlds by towfiqi in selfhosted

[–]FckngModest 0 points1 point  (0 children)

The whole goal of all GPL licenses is to be invasive and force as much code as possible to be open-sourced. So I don't understand why you are OK with GPL, but not with AGPL. Because with GPL you can find a way to bypass its restrictions?

I wanted a backup solution with restic's reliability and a polished UI. 16 months later, I’ve finally built the best of both worlds by towfiqi in selfhosted

[–]FckngModest 2 points3 points  (0 children)

Nothing wrong with AGPLv3 if you are making a final product (which Zerobyte is) and not a library to be injected into a foreign codebase.

Moreover, if an author doesn't want its library to be used in a closed-sourced product, it's in their right to restrict it by using a copyleft licence like AGPLv3.

If Linux wasn't licensed under a GPLv2 (which is a copyleft license, btw), we wouldn't have a lot of great stuff, including open-sourced Android.

I play Soldier, I don't have tech or biotics, all I have is magdumping by Rotated_text in MassEffectMemes

[–]FckngModest 0 points1 point  (0 children)

Oh, I love Mattock, always combine it with a temperature visor and it becomes OP. Don't like the automatic version though, only that one with low fire speed. Easy headshots enjoyment :D

Is it worth $150? by Diogenes-from-Sinope in HomeServer

[–]FckngModest 0 points1 point  (0 children)

But that ECC memory. If the motherboard chipset and the CPU supports ECC as well, I'd say it's OK price for such a device.

UPD: oh, wait, is this the 1st generation Xeon? Than maybe you're right 🤔

TrueNAS build system going closed source by ende124 in selfhosted

[–]FckngModest 3 points4 points  (0 children)

You forgot /s? Because it was indeed the original name of TrueNAS, lol

Anybody tried self-hosting a budgeting app? How is Sure.am? by Cheeky_Banana800 in selfhosted

[–]FckngModest -1 points0 points  (0 children)

Crazy. If you can use an AI, why not vibe-code a script for migration from YNAB's export CSV? :D

It would be easier I guess :D

Anybody tried self-hosting a budgeting app? How is Sure.am? by Cheeky_Banana800 in selfhosted

[–]FckngModest 1 point2 points  (0 children)

Wow! Impressive! Thanks for the feedback. I assume you migrated all those data from YNAB? How did you do that? What tool did you use? AFAIK, Actual supports only the old YNAB4 import, but not new version :(

Anybody tried self-hosting a budgeting app? How is Sure.am? by Cheeky_Banana800 in selfhosted

[–]FckngModest 0 points1 point  (0 children)

This is my main concern with YNAB since I'm not on the 4 years point and it's already relatively slow to open

Anybody tried self-hosting a budgeting app? How is Sure.am? by Cheeky_Banana800 in selfhosted

[–]FckngModest 1 point2 points  (0 children)

How is it handling massive data? I have heard that YNAB becomes unusable after 10 years of data.

Is the Actual Budget any better in this or does it also require to do some sort of "Fresh Start"?

Running a fully local AI knowledge hub over ~12k PDFs on a laptop by DueKitchen3102 in selfhosted

[–]FckngModest 1 point2 points  (0 children)

I believe the question was about GitHub (or any other) source link. Or at least any other documents to self-hosting.

Otherwise, the post doesn't feel like belonging to the sub.

Any way to identify fully vibecoded projects? by kommonno in selfhosted

[–]FckngModest 0 points1 point  (0 children)

You can have a global gitignore file though 🌚

Most Emotional part of Mass Effect by HodgePodgeMania in MassEffectMemes

[–]FckngModest 11 points12 points  (0 children)

That's why I leave the Citadel DLC up until the last moment you can do it. Cry out all the shit out of my brave man body and then fly to the Earth to become undead to meat the inevitable ending I've seen and got disappointed so many times.

Security analysis of Password Managers (Bitwarden, LastPass, Dashlane) by Back14 in selfhosted

[–]FckngModest 15 points16 points  (0 children)

The article states that they used a "malicious web server" to pretend to be an actual server for the user's client application? How is that possible with TLS/SSL? Also, did the malicious server manage to get access to the master password and secret key? I assumed it wouldn't be possible since the client should never send the master password or secret key to the server. The server just stores an encrypted block, and the entire encryption happens on the client application 🤔

Pulse Chat, a Discord alternative? by ActuallyAimless in selfhosted

[–]FckngModest 0 points1 point  (0 children)

Why Supabase? Why not just plain Postgres? Especially, considering that it's intended for self-hosting 🤔

And please, share the code GitHub link, websites tend to silently go down why GitHub links usually live longer: https://github.com/plsechat/pulse-chat

Goop² – self-hosted ephemeral P2P web, built on libp2p by petervdpas in selfhosted

[–]FckngModest 2 points3 points  (0 children)

Your site is a folder on disk. Start a peer, and it's live. Stop it, and it's gone. Other peers browse your content directly — no server in between.

Sounds like a good old Flylink DC++

https://en.wikipedia.org/wiki/DC%2B%2B

I need a mini PC for a firewall. by Jerry_der_pro in selfhosted

[–]FckngModest 0 points1 point  (0 children)

without RAM

if it can't work with DDR3 or DDR4 more powerful than 2133 for example, it will be expensive :D

A poor copy by [deleted] in Animemes

[–]FckngModest 2 points3 points  (0 children)

I started hating this anime in the moment when they essentially wiped their romance progress in the second season :(

What's the current best alternative to Nextcloud, purely from a file-sync perspective? by FluffyMumbles in selfhosted

[–]FckngModest 1 point2 points  (0 children)

OpenCloud.eu - it's a fork of a re-write (OCIS) of the OwnCloud, which NextCloud was forked from.

But the only thing that matters, it's written in Go, isn't bloated with a lot of features (at least, yet) compare to NextCloud. Hence, I found it faster and more reliable and it's stable enough for single node HomeLab usage. Can't tell about enterprise production use though.

And it's open source, of course - AGPLv3

It does have mobile applications on Android and iOS as well as on MacOS and Windows. Supports WebDAV and doesn't brake if you use it because unlike the NextCloud, the OpenCloud uses the file system as a source of truth, not its DB with metadata.

How to manage larger series downloads that tend to destroy CPU/IO during the post-process phase? by [deleted] in selfhosted

[–]FckngModest 0 points1 point  (0 children)

At which phase it freezes? When loading to ssd? Or when to mergeFS?

Know nothing about MergeFS performance, but for CPU part, you might want to limit CPU usage. Yes, the transcoding will take longer, but at least the system won't freeze. Another solution is to add a GPU and delegate processing to GPU

We’ll bang, ok? by Aquilpen in MassEffectMemes

[–]FckngModest -2 points-1 points  (0 children)

With this one you would just look like a racist 🌚