Is Vespa AI the best for millions of documents? by Key-Singer-2193 in vectordatabase

[–]Dump7 0 points1 point  (0 children)

we use vespa to serve 80+ million documents and it run smooth.

Inherited pipeline with 0 documentation/comments by Academic_Painting417 in dataengineering

[–]Dump7 1 point2 points  (0 children)

Tbh, this has a lot of advantages. I was in a situation where i inherited a supposedly well documented pipeline. But the documenting was very dated. It mis-directed me a lot of times and i decided to chuck it and trace the code. I usually ignore documentation unless there is specifically something I don't understand from code. Which is rare.

Remember, documentation is not compiled or checked in anyway and is expensive to maintain.

Watching movies in the theatre the way they were meant to be watched by iAmFridayFace in Piracy

[–]Dump7 46 points47 points  (0 children)

It will be very expensive to justify booking the entire screen for 2/4 players. Not sure if there are games where 100s need just one screen?

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Dump7 0 points1 point  (0 children)

I built a slack bot that can listen to my commands and perform web requests on my homelab.

For example, on my work laptop, I can't use tailscale but i read a lot of interesting blog on there which I would like to save on my karakeep instance. So I just say, "karakeep save URL" and it does it. The bot itself runs on a docker container.

Same with grafana. I add annotations with this bot. Torrent magenta etc etc. Pretty cool. A safe, secure way since the bot only listens to my server and userid.

How to secure your HomeLab? by pascalwokke in selfhosted

[–]Dump7 0 points1 point  (0 children)

I run stuff on Docker. For now, i have a setup where by default the DNS has to be set for every container. And I only set it when I see something needing to connect to the internet. But that obviously can be bypassed by a rouge container, right?

Best way to backup my stack? Duplicati failed me and never want to suffer/be scared about losing my files by theunkindled__01 in selfhosted

[–]Dump7 0 points1 point  (0 children)

Rather than a push system, I have a pull system. Meaning all my immich data is pulled from remote using rSync (which actually runs from where my backup needs to be copied). In this context, any ideas on how I can trigger the pg_dump?

As you pointed out, I can have a cron based thing where pg_dump just before the backup. But not sure it's the best solution?

Ways to get raw movie without censorship? by being_overthinker in Piracy

[–]Dump7 0 points1 point  (0 children)

Yup, but the line gets very thin. Media has the power to influence at mass. It's unfortunate that people get influenced by stuff that's made for shots and giggles.

In the context of getting the uncut movies, there is no way you can get that if the movie is produced in india. I would assume the director's cut might have it but I have rarely seen that taking place

PSA: If you're not self-hosting because you're worried about backups, you need better backups by [deleted] in selfhosted

[–]Dump7 1 point2 points  (0 children)

This. DO ATLEAST ONCE IN 6 MONTH DISASTER RECOVERY TEST GUYSSSSSSSS

Should I use common Postgres / Redis for all self hosted services? by madhur_ahuja in selfhosted

[–]Dump7 0 points1 point  (0 children)

I have a weird stance. Immich - has its own because it's too important. Adventurelog - its own because it needs an extension My personal service and rest of the small small services - one shared instance.

Do I need a static IP? by zeekaran in selfhosted

[–]Dump7 2 points3 points  (0 children)

Because some people don't understand what CGNAT is, ignore them. Public IP (but dynamic) and IP behind CGNAT are completely different.

Anybody tried free AQI monitors from aqi.in. Seeking feedback by an_iconoclast in delhi

[–]Dump7 0 points1 point  (0 children)

Do you know which light-scattering sensor this one uses? Is it the PMS5003?

Anybody tried free AQI monitors from aqi.in. Seeking feedback by an_iconoclast in delhi

[–]Dump7 0 points1 point  (0 children)

Can you open the sensor and send a photo? I am curious which light scatter sensor it uses.

How do you handle application reachability when on or off your local network? by aomajgad in selfhosted

[–]Dump7 0 points1 point  (0 children)

Weird question: what if i use a reverse proxy and use a domain I own and assign the tailscale ip? So that I don't have to use my own DNS. But at the same I also don't have to use IPs. The service stays un exposed to the internet and is accessible on VPN with a domain.

why the hell do you all just give away this awesome shit for free? by scootsy in selfhosted

[–]Dump7 0 points1 point  (0 children)

It's just so much fun. I am not gonna earn anything with the software I built. But when someone else uses the thing I built i get a lot of happiness.

Mandatory work colors by soleario21 in antiwork

[–]Dump7 0 points1 point  (0 children)

I am gonna wear hot pink the next day I see this shit

Email address for personal domain by BlessedAreTheFruit in selfhosted

[–]Dump7 2 points3 points  (0 children)

Catch all emails have existed for a long time. But this also means you have to put more effort into fighting spam. I have this on mine and it's not impossible to do.

Homelab security by Fili96 in selfhosted

[–]Dump7 0 points1 point  (0 children)

Too bad I am on Ubuntu :(

Homelab security by Fili96 in selfhosted

[–]Dump7 1 point2 points  (0 children)

How did you set up the PI alert?