chagall
@chagall@lemmy.world
- Comment on Please suggest some good self-hostable RAG for my LLM. 1 month ago:
You should ask @brucethemoose@lemmy.world. He seems to know all about this stuff.
- Submitted 1 month ago to selfhosted@lemmy.world | 3 comments
- Comment on Deep Discounts 2 months ago:
There’s a spambot posting referral links so I made it a shitpost.
- Submitted 2 months ago to [deleted] | 45 comments
- Comment on Self-Hosted AI is pretty darn cool 3 months ago:
Open WebUI now has a docker environment variable so you can, by default, turn off the login page. You just declare it when you’re spinning up the container and you’re good to go.
- Comment on Self-Hosted AI is pretty darn cool 3 months ago:
That’s really smart. I just found out about fabric yesterday and it is helping me with things like what you stated. Prompt engineering is a huge thing.
- Comment on Self-Hosted AI is pretty darn cool 3 months ago:
I’m sorry if I offended. I can’t code or understand existing code and have always felt that technical people code. I guess I should expand my definition. Again, sorry that my words felt like a punch in the gut… wasn’t my intention at all.
- Comment on Self-Hosted AI is pretty darn cool 3 months ago:
I use my phone all the time, but I just use a wireguard VPN to tunnel into my home container of Open WebUI. Then I can interact with my desktop machine using a NVIDIA gpu. I’m currently testing mistral-nemo. It’s pretty great but it gets a bit verbose sometimes.
- Comment on Self-Hosted AI is pretty darn cool 3 months ago:
This made me smile. Thank you. The grass is always greener and I sometimes daydream of working in IT instead of healthcare. Maybe someday.
- Comment on Self-Hosted AI is pretty darn cool 3 months ago:
Yeah, I have an NVDIA GPU and it is magic. The best part is if you are using it, open a second terminal window and enter the command,
watch -n 0.5 nvidia-smi
and you can see your GPU usage go up and down in real-time as you ask the GPT questions. Pretty cool.Hopefully they get the ARC folks up and running soon.
- Submitted 3 months ago to selfhosted@lemmy.world | 55 comments
- Comment on DAS filepath autoincrements up each time I reboot [HELP] 3 months ago:
Got it. Thanks. I’ll try that. It won’t wipe my existing data, right?
- Comment on DAS filepath autoincrements up each time I reboot [HELP] 3 months ago:
I don’t do anything special. When I connect the device to my machine by USB, it is recognized and mounts itself. Once that happens, it becomes connectable via CLI and GUI. Very much like what happens in a windows or mac environment.
- Submitted 3 months ago to selfhosted@lemmy.world | 6 comments
- Comment on How come it shows that I have 7 messages? Then when I click on it it shows nothing? 3 months ago:
You sound like my dad
- Comment on The taste of 🦅🇺🇲 Freedom 🇺🇸🦅 3 months ago:
Tums
- Comment on If I live in a red state, would it be better to vote for rfk to take votes away from trump? 3 months ago:
It depends on the state. If it’s a purple state or a state where they do a ranked-choice voting, then this is right and a vote for Biden is helpful.
If OP is in a solid red state, he can vote for any alternative candidate and it won’t matter which alt candidate he chooses since Trump will already have it locked up.
The only asterisk is if abortion is on the ballot. That can take a red state (like Kentucky) and turn out enough voters to temporarily make it blue.
- Comment on To all you outside of the US... 4 months ago:
It was just…. ugh. 😞
- Comment on That's just what happens. It's life. 4 months ago:
Did Russell Crowe gain weight for a movie role, bc of health issues or because he discovered the all you can eat buffet on Carnival Cruises?
- Comment on Just got texted a job offer. You guys think it's legit? 6 months ago:
Love job offers that begin with, “I apologize”
- Comment on An Opensubsonic server in Rust 7 months ago:
Mildly racist
- Comment on How much do you guys tip your landlord? 10 months ago:
I like to zero out my bank accounts each year so I tip my landlord whatever the total combined balance is.
- Comment on Flipboard Starts a PeerTube Instance 11 months ago:
This is a troll account. Look at the acct history.
- Comment on Samsung and Google challenge Dolby Atmos with new IAMF 3D spatial audio technology 1 year ago:
- Comment on I finally figured out how to virtualize my OPNsense firewall. Suck it, Roku. 1 year ago:
Pihole blocks the basics for Roku. Things like logs ads etc. but there’s a lot more telemetry that they’re collecting. Here’s a hackernews thread about the topic and the associated article it references.
- Comment on Addressing Changes to pfSense Plus Home+Lab 1 year ago:
I did end up setting up my new Protectli appliance today. As i said below, I ended up with OPNsense and I have been able to replicate 97% of pfBlockerNG’s functionality on OPNsense. I’ve been able to load all of my previous DNS blocklists (including my own personal blocklists on Github), set up cron jobs (in the GUI) to update these lists every week and and whitelisted some sites too. The only thing that sucks is that regex isn’t supported. Instead they do wildcard domains (
*.ampproject.org
). Not nearly as good as regex but it’s better than nothing.I also used pfBlockerNG for hardcoded ip address blocks (like Roku hard-coding 8.8.8.8). For that, I used the alias function in the firewall and just set up floating rules for that. Definitely not as convenient as a list, but they don’t change very much. Also, for IP addresses for security, OPNsense has a whole IDS section that pfBlockerNG used to handle.
pfBlockerNG made everything clean and easy but I’ve been able to get 97% of the functionality in pfBlockerNG in OPNsense. The 3% deficit is lack of regex support.
- Comment on Addressing Changes to pfSense Plus Home+Lab 1 year ago:
I bought a netgate box a couple of years back and it was total garbage. My new 2.5gb Protectli came in yesterday. Looks like I’ll be putting OPNsense on it.