

IT-Tools is kind of fun: a web page full of common tools, converters, references, cheat sheets, etc.
IT-Tools is kind of fun: a web page full of common tools, converters, references, cheat sheets, etc.
As others said, Searxng is a search proxy. Any given instance can be configured to return results from vary many sources. Why would the results vary with repeated identical search? Not sure, but perhaps a bit of randomness is in the algorithm of which sites yo return results from, or which order to display them in. Also possible: latency may vary and so for each search a different result set is retrieved first.
Googled earned about $325B in 2024. $30M is about .009% of that. If you earn $50K per year, it would be like you had to pay $4.50 for committing a crime.
It’s been a few weeks, @just_another_person@lemmy.world … Did you release anything? Any hints as to what may be coming?
I also like/use CryptPad. FYI, it’s self-hostable.
Cryptpad is also self-hostable, if that’s your bag.
I use Tesseract, which is fantastic. Be wary, though: the developer recently put the project in maintenance mode and swore off the fediverse, then i guess changed his mind and continues to develop it - it’s certainly possible it could happen again.
Thanks for the explanations, @Scrubbles@poptalk.scrubbles.tech.
I introduced myself to tools/functions in Open-WebUI: there is a community library of tools/functions and you can essentially copy/paste them into Open-WebUI and then they’re available there. If I understand correctly, tools add functionality to models and functions add functionality to Open-WebUI.
I’m still confused, though: if I add a web search tool to Open-WebUI (some do exist), I would guess that it could only ever add functionality to the model if I access the model through Open-WebUI - but HA is accessing the model directly through Ollama.
Thanks for the reply and the assistance, @just_another_person@lemmy.world.
I’m not using any add-ons in Home Assistant for this integration, just the Ollama integration (but I suspect that’s what you meant).
Its docs say that it doesn’t integrate with sentence triggers, so I think this suggestion won’t work. :(
This is interesting. Thanks for sharing your test results.
Do I understand correctly that if your computer shares a fingerprint with fewer computers, it’s more distinguishable/identifiable?
When I last checked, it didn’t seem difficult to flash my Dreametech L10s Ultra, but there was a step where if you didn’t get it done within X seconds, you brick your vacuum. No idea if that’s accurate, but didn’t want to risk a $1000 vacuum on it, so I sadly still use it connected to cloud (because I want to use mapping functionality).
I selfhost Cryptpad, but it sounds like it may be more than you’re looking for.
Ah. Thanks for the explanation .
Is it not possible to use thunderbird (or any email client) wirh tutu (or any email provider)? I thought you could plug in your email provider’s smtp and imap/pop information and your account credentials into any app.
Did…did you start a lemmy community for people to talk about not talking on lemmy…on lemmy?
I have a numebr of backup systems going on, but if i take “cloud” to mean “offsite” then my sution to that is a proxmox backup server set up in my home (great for proxmox PVEs but you can back up anything to them) and my friend 3000 miles away also has one in his home. We each set up sync jobs so our local backups are also stored on the remote proxmox backup server.
Well, no I’m not. You’re right. I miscalculated how much data was needed for video streaming. Even multiple simultaneous hi-res streams should stream fine with 1GbE.
But as an abstracted idea, you might want high throughput within your LAN for some reaosn, even if an ISP doesn’t offer 10Gbps to your house.
E.g., NAS on my LAN, especially for streaming high res video to devices in my house.
I’m not familiar with Caddy at all - I use Traefik for a reverse proxy, and my knowledge there isn’t huge either. But I think that your reverse proxy terminates TLS (HTTPS) from the world and then forwards traffic to the appropriate service on your local network using HTTP by default - but if your local service can handle TLS, I think you can configure your reverse proxy to forward the traffic to it using TLS.