8
200
farcaller

@fstab.sh

**beep ** bop.

farcaller 63 points 3 years ago

Email is the original fediverse. Just spin off your MTA of choice and suffer trying to convince everyone else you’re not in it for spam.

path: 0 747520, hotness: undefined, score: 63, children: 1
farcaller 50 points 3 years ago

iOS 17 installs on a 5 years old iPhone though. I don’t think that's an unreasonable window of deceives supported.

path: 0 3743996 3744522, hotness: undefined, score: 50, children: 6
farcaller 45 points 2 years ago

However, XAMPP didn’t just die because it opened itself up to Microsoft and got extinguished

So, we went from the somewhat imaginary “google killed xmpp” to fully fictional “Microsoft killed xampp” now? it's almost like the fedipact people literally have no clue what they are talking about.

path: 0 6288880, hotness: undefined, score: 45, children: 4
farcaller 31 points a year ago

This is the best answer. Your router protects you from the outside, but a local firewall can protect you from someone prodding your lan from a hacked camera or some other IoT device. By having a firewall locally you just minimize the attack surface further.

path: 0 15978172 15979052, hotness: undefined, score: 31, children: 0
farcaller 28 points 2 years ago

By all means, use the publicly available code within the limits its license permits. Always strive to give credit back (I oftentimes add notes to where I took config bits even in my private my-eyes-only repos to have some breadcrumbs).

Remember that licensing and copyrights are kind of separate things. People own copyright to their work (unless they explicitly give it up), and licenses are the terms on which you can use their copyrighted work.

Know the basics of the OSS licenses and know which ones you can copy things from verbatim (e.g. don’t touch AGPL code unless you also use AGPL). Generally, I just keep the original license and add a note to my license file saying that e.g. this code is licensed under Apache 2.0, but some parts are MIT.

It gets somewhat murkier when you use someone's code and base yours on that. IANAL, and that's very much the legal territory. If at all possible, just reuse the original copyright and license and then derive your work (given the license allows that).

Being on the receiving side of this a few times (people using my code verbatim in their projects I stumbled upon) it leaves a bit of a sour taste in the mouth when you see your copyright header replaced with someone else's completely. Don’t do that. All the three times it happened to me, the other party was quick to remedy the situation, though (2 added the original copyright note back, 1 removed all my code). So just don’t do that. Make a habit to read that dumb tall copyright notice at the top of the file every time and you’ll quickly learn what to expect.

path: 0 10088846, hotness: undefined, score: 28, children: 7
farcaller 27 points 5 months ago

Not an answer, but I’m curious: what's wrong with just having several ssh keys, one per device?

path: 0 22016956, hotness: undefined, score: 27, children: 8
farcaller 25 points 2 years ago

If you drop the projector, then airpods already do it better when paired with the watch. There's no point in such a device at all, then.

path: 0 10502231 10502877 10503000 10503138 10503262, hotness: undefined, score: 25, children: 10
farcaller 25 points 7 months ago

You can absolutely run your own CA and even get your friends to trust it.

path: 0 20800413 20800599, hotness: undefined, score: 25, children: 14
farcaller 25 points 2 years ago

This looks nice, but there's plenty free alternatives in this space which warrants a section in the readme with the comparison to other products.

You mention ram usage, but it’s oftentimes a product of event size. Based on your numbers, your average event size is about 800 bytes. Let’s call it 1kb. That’s one million events per day. It’s surely sounds more promising than Elastic, but not reaching Loki numbers, or, if you focus on efficiency, is way behind Victoriametrics Logs (based on peeking at their benches).

I think the important bits you need to add is how you store the logs (i.e. which indices you build) and what are your trade-offs. Grep is an efficient logs processor which barely uses any ram but incurs dramatic I/O costs, after all.

Enterprises will be looking at different numbers and they have lots of SaaS products to choose from. Homelab users are absolutely your target audience and you can have it by making a better UI than the alternative (victoriametrics logs aren’t that comfortable to work with) or making resource usage lower (people run k8s clusters on RPis, they sure wonder about every megabyte of ram lost) or making the deployment easier (fire and forget, and when you come to it, it works).

It sounds like lots of things and I don’t want to be discouraging. What you started there is really nice-looking. Good job!

path: 0 13412125, hotness: undefined, score: 25, children: 5
farcaller 22 points a year ago

Isn’t kagi's point that they store very little about you to the point there no search history and you have to pay for the service provided?

path: 0 17538113 17538506 17538898, hotness: undefined, score: 22, children: 2
farcaller 21 points 2 years ago

You can delegate to isolated nameservers with DNS-01, there's no need to have control over the primary zone: https://www.eff.org/...

path: 0 12914567 12914910 12915405, hotness: undefined, score: 21, children: 5
farcaller 20 points 7 months ago

My fear is, that if i don't document well or not use ansible, I will be hating my life once my server dies and I have to restore my data and also set um my services again in a few years.

I’ve been there plenty of times, you’re not alone. There are two solutions to that problem, really, and it boils down to the classic pet vs cattle.

  1. Everything is a pet

Pets mean you care about every server. If it breaks, it's cheaper for you to fix it than redeploy. The overwhelming majority of your setup will be pets. Why? It's simpler. Things don’t break that often, and when they do, it's okay to be low-effort in fixing them.

Write docs for yourself, even if it's just notes on the sequences of commands to run to redeploy things. You will thank yourself when the server finally dies in two years and you have notes on how to bring everything back.

  1. Everything is a cattle

Cattle means there's no difference between server A and B. Everything is replaceable. Ultimately, whatever you run can run to the same extent in AWS, your basement NAS, or on your desk PC.

Cattle is also a lot of work. You will learn an excruciating amount of things about storage, networking, visualisation, workload scheduling, and such. And it's easy to be demotivated because of how much there is to learn.

So take it easy. Concur that your hobby world is full of pets, but learn how to do the cattle approach at your leisure. You’ll realise that in every practical cattle setup, there are still pets, and that automating yourself from complexity only means you add layers of it somewhere else.

path: 0 20760699, hotness: undefined, score: 20, children: 1
farcaller 18 points 2 years ago

I'd be curious to see comparison with Logseq. As it's rightly mentioned, there are thousands of note taking apps and I’m not quite sure I see the selling point of SB. I really love the idea of notes as a database, but the query langauage seems subpar, more akin to obsidian's dataview than the overwhelming power of tiddlywiki's filters or Logseq's queries.

I went from evernote to tiddlywiki to Obsidian to Logseq and somewhat stuck here now because I got the powerful queries in a very neat UI. With the market oversaturated as it is, I'd be nice to see what Silverbullet brings to the game that others don’t, what are the distinguishing features.

path: 0 7433946 7434176 7435551, hotness: undefined, score: 18, children: 3
farcaller 18 points 2 years ago

Garage is trivial to get up and running and it’s more lightweight than minio nowadays.

path: 0 12358476, hotness: undefined, score: 18, children: 3
farcaller 17 points 2 years ago

I remember when minio just started and it was small and easy to run. Nowadays, it's a full-blown enterprise product, though, full of features you’ll never care about in a homelab eating on your cpu and ram.

Garage is small and easy to run. I’ve been toying with it for several months and I’m more than happy with its simple API and tiny footprint. I even run my (static html) blog off it because it's just easier to deploy it to a S3-compatible API.

path: 0 11198417 11199816, hotness: undefined, score: 17, children: 15
farcaller 16 points 2 years ago

Looking at the resource usage of mine, a tiny cheap VPS for $4/mo would be enough, sans the image store. But it's not a hard requirement unless you expect to have lots of local communities posting pictures.

Lemmy's issue is that it's non-trivial to deploy and oftentimes painful to upgrade.

path: 0 10545678 10545772 10546219, hotness: undefined, score: 16, children: 5
farcaller 16 points 3 years ago

The codebase is actually vastly more readable. I’m going to take it for a spin tomorrow and see how well it behaves, but so far it sounds like a much better deal deployment-wide for small instances.

path: 0 1682348, hotness: undefined, score: 16, children: 1
farcaller 15 points 6 months ago path: 0 20992489 20992747, hotness: undefined, score: 15, children: 2
farcaller 15 points 3 years ago

On one side of the spectrum you have the likes of Synology: you pay premium for the software that does what it says in a nice compact enclosure. Good documentation, easy UI, potentially limiting flexibility.

On the other side, you can make a linux box and declare it a NAS. Run whatever storage you want with whatever filesystem. Any enclosure and form factor you can imagine. Infinitely scalable, but also you’re absolutely on your own in configuring and managing it.

I'd suggest figuring a budget first, and then figuring how much of a hands-on approach you want to have.

path: 0 1639709, hotness: undefined, score: 15, children: 1
farcaller 14 points 3 years ago

Just a nit: swift is opensource and there is a swift ecosystem outside of apple UI things. Here's a swift http server that you can totally run on linux.

path: 0 2869733 2870090, hotness: undefined, score: 14, children: 6

thanks for using Leebra!

go to feed...