this post was submitted on 24 Aug 2024
25 points (93.1% liked)

Privacy

31182 readers
543 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

I just went to use nvcc for the first time and this nonsense hit my firewall. Make won't compile but it has to do with my unwillingness to use the proprietary toolkit. This network activity only happened once on startup.

you are viewing a single comment's thread
view the rest of the comments
[–] lemann@lemmy.dbzer0.com 6 points 2 weeks ago (3 children)

Nothing concerning for me here personally. However, if you have an issue with Firefox's 'QoL' features dependent on Mozilla infrastructure, you could consider Librewolf instead as an alternative.

As for the reverse lookup requests, those are targeting local multicast addresses on your internal network, except the last one which is for the Fastly CDN service

[–] j4k3@lemmy.world 1 points 2 weeks ago (1 children)

Does that sound like legitimate behavior for a compiler. I don't consider such stalkerware data theft acceptable.

Both Librewolf and Firefox both have the QoL junk. Even after turning booth booleans off for Detect Portal, they still spam the messages constantly to let the host server know I'm still present and trackable, or whatever spin they try and put on that feature.

[–] lemann@lemmy.dbzer0.com 5 points 2 weeks ago (1 children)

I have to admit I'm not entirely convinced these requests are coming from a compiler...

Is it possible for you to virtualize an non-networked system with your GPU passed through? That seems like the best option IMO. Next best thing would be to set up an airgapped machine just for this, but not everyone has a 2nd machine.

Personally when I was trying out local LLMs I used a virtual machine, mainly due to the known code execution vulnerability related to Tensorflow model data being saved in python's Pickle format. I believe the recommended save method changed twice since those days though.

With the Firefox stuff I'm assuming you've also checked their enterprise config options too (which are admittedly difficult to find and piece together online), so not too sure what else you could do except aside from continuing to block them. Librewolf however provides documentation on how to disable the extra requests sent from their browser in their FAQ, and covers some preferences on the subsequent page linked at the bottom

[–] j4k3@lemmy.world 2 points 2 weeks ago

Normally, I would be quite skeptical of what could be involved, and indeed my ability to diagnose the cause is limited. It is somewhat speculative to draw a conclusion. However, the machine is always behind this whitelist firewall, the only new software on the system was the llama.cpp repo and nvcc, and I've never encountered a similar connection anomaly.

I tried to somewhat containerize AI at first, but the software like Oobabooga Textgen defeated this in their build scripts. I had trouble with some kind of weird issue related to text generation and alignment. I think it is due to sampling but could be due to some kind of caching persistence from pytorch? I've never been able to track down a changing file so the latter is unlikely.

I typically only use regular FF for a couple of things, including Lemmy occasionally. Most of the extra nonsense on the log is from regular FF. Librewolf is setup to flush everything and store nothing. It only does a few portal checks an hour for whatever reason. I should look into stopping it. With regular FF I just don't care or use it for much of anything. I just haven't blocked it in DNF.

load more comments (1 replies)