POV) You use Windows 11 and set up Pihole for the first time.

Praise Idleness@sh.itjust.works to Technology@lemmy.world – 1195 points –

This is AFTER debloating all the MS bs as much as I can.

The amount of MS telemetry is just mindboggling.

207

While telemetry is bad the problem here is probably that this windows service pings the server but doesn't get a response because it got stuck in your pihole. So it tries to pings again and again and again and again...

The best solution would be to disable telemetry to the capacity you are capable or is possible without breaking something and block pings as backup to when it's enabled again with updates and repeat.

Exponential backoff is baked in most libraries. So probably not.

Sure but if they're trying to send new requests while the others are still retrying, then it will result in the same thing

Is there a service whit which you can automatially send fake answers to certain events?

Teams no linger does that. It just goes to an error page if it fails to load twice

3 more...

As someone who has designed and used telemetry systems, I’ll never quite understand the strong aversion some people have to them. Telemetry is what lets me tell my boss “yes people really do use our software this way and we can’t break it” or “90% of crashes happen right after the player uses a grenade”. And despite what some conspiracy theorists would have you believe, telemetry data for software from reputable companies does not get sold or used for marketing purposes. Our lawyers make sure of it, and also make us go through privacy reviews to make sure that data isn’t leaking PII.

To me, telemetry would be like a sofa company wanting to put some cameras in your home to see if you're using the sofa the way they thought you would. It just feels... off.

“90% of crashes happen right after the player uses a grenade”.

Imo, a simple opt-in crash report gets the job done. Technically it is telemetry, but a crash report is more justified than a "where have you clicked" report.

telemetry data for software from reputable companies does not get sold

There's just no trust in companies to not sell my data. I cannot trust Microsoft nor Google nor any other company to not sell my data, having seen the shenanigans every single company is willing to pull off to get a cent more a year.

Oddly the "where you clicked" report does drive decisions for updates. We (as a developer) use that information to drive UI decisions and determine which flows are more important and should be more easily available

Yes, and it makes sense that it would, and I'd happily give such data to developers I trust to make the programs I love better.

However, that same click data (maybe with some how-long-have-you-looked-at-this data) can definitely be used to target ads at me, which in my book is not okay. And as I said in my comment before, it's really difficult (at least for me) to trust companies.

In general I agree, but users should be able to make that decision themselves. I do not understand why you can't turn off telemetry, when it would be trivial to offer that option and so few users would bother to use it.

users should be able to make that decision themselves.

Agreed

I do not understand why you can't turn off telemetry,

It should be opt-in, not opt-out.

I agree, it should be opt in. Where I disagree is with how strongly people react against it.

If you buy a car and it only comes with Bluetooth do you have a meltdown? Do you kick, scream, and cry that Big Car is going to steal your data? No that's fucking ridiculous. But grown ass man children on Lemmy act that way when Microsoft wants to know how many gigs of ram they have.

This is a terrible analogy. First of all, Bluetooth isn't sending data back to headquarters. It's a short range wireless connection between your gadgets. It couldn't even if it wanted to.

Secondly, no one is kicking, screaming, and crying. You said it yourself "that's fucking ridiculous", and you're right, because you just made it up to attack those you disagree with.

Finally, would you be upset if your car sent info on where and how you drive back to Ford? Or do you consider the places you go to be your own private information? Because despite your exaggerations, that's actually what we're talking about here. Some people would, and some people wouldn't. You're obviously in the latter group. But I don't consider what I do in my free time to be anyone's business but my own, and I'm offended that any business thinks it's entitled to it.

As a programmer: "your data is boring. I am not interested in leveraging this for anything besides getting the service you are using to work as well as possible"

Also me as a programmer: "yo, you don't need that data, stop asking for it. Ohh, your app is broken because it can't access permissions? Yeet."

It's not about what the programmers want, it's about the sales and marketing departments. They are the ones who use and abuse that data

As a UI designer, no it's not just them. We need to know how people are using features to know if we should prioritise or deprioritise work on them and what work we might want to put in them.

Thank you. I've personally not worked at a company yet that actually sold this data or moved it outside of our internal systems. It exists purely to drive business decisions

We need to know how people are using features to know if we should prioritise or deprioritise work on them and what work we might want to put in them.

So ask them to take the survey, instead of spying on them.

Biases data towards only users willing to do such things.

They're able to autocorrect for that, in the way they present the surveys and the type of questions they are asking, they actually have trick questions to check for those kind of things.

As a programmer: “your data is boring. I am not interested in leveraging this for anything besides getting the service you are using to work as well as possible”

Also me as a programmer: “yo, you don’t need that data, stop asking for it. Ohh, your app is broken because it can’t access permissions? Yeet.”

It's not about the programmers. It's about the company and the ability to make money off of data they get from you. You should be the one who gets money for your data. Not Microsoft, not Google etc.

Is Microsoft making money off of this particular telemetry data? Maybe not. It should always be opt-in

My company collects a ton of data, but it doesn't leave our servers. We use it purely to drive internal decisions based on how people actually use the software

My problems with telemetry:

Scope: if you provide a service which is a "wrapper" for doing other things, I do not want you to collect usage data. Example: an entire fucking operating system

Opt-out by default (or completely unable to turn it off) even if the service or software I'm using is paid: I want to have the ability to say no. Communicate properly what you collect when I get access to the service, allow me to say no and don't hide it in 300 pages long TOSes. I don't want to become your free UX tester when I already pay for the service.

Telemetry-driven development: I absolutely hate this both as a user and a developer. We see there are thousands of users using a feature, but it's a low % in general, so lead decides we need to remove it from our product. I know that those x thousand people will be annoyed, and so am I when I'm on the receiving end of this.

Another reason that is not universal but service specific is making decisions that purposefully keep you on the platform, over optimizing the interface for maximizing profit.

Me, after spending an entire day making sure we don't set any cookies until we get consent and actually need them, while fighting off managers who want to install a spyware X, Y and Z just to track the amount of sales, visiting random ass page that could've been entirely replaced by just an image, seeing half-page banner saying "we have already set cookies, serviceworker and all of the trackers because the internet does not work without them" be like: Fuck you, Artemiy, my site works fine even without javascript and no cookie header at all. It's only yours that shits itself at any mention of privacy.

I don't want you to know anything about me or my device. Simple as

How about shit breaking because everyone at some point is a bad programmer? Even Apple Music doesn’t work when I walk into the elevator until halfway through presumably because hitting play sets of a bunch of useless blocking network calls for music I have saved locally.

What those calls are, I can’t say for sure. Downloading artwork, license checks or telemetry. I’d venture to guess it’s the latter since music will play with placeholder artwork on a slow connection and license checks aren’t required if the subscription was recently validated (works offline for days).

But who really knows. I never bothered to inspect the traffic. The point is, if a company like Apple is creating such a crummy experience for a function so absurdly basic, you can imagine how easy and prevalent telemetry based user degradation is. Go browse the web with a tracker blocker and tell me it isn’t snappier.

PS: I’m also a programmer and collect error reports. So many developers will forego using connection pools, much less collect data with async api’s.

And let’s not even get into how telemetry is a shit tool that is misused 99.99% of the time and only used to surface popular features that aren’t necessarily good features only because we attach causation to every metric (x feature is highly used, therefore it must be good).

So why not ask, "hey you want to share some telemetry to help us improve the product" then?

It's what all reputable companies or projects, I am aware of, do.

Do you consider Microsoft a "reputable company?"

Yes, but maybe “reputable” isn’t the right word. Realistically, it’s anyone who would potentially face billions in a class-action lawsuit and could actually afford to pay up without going bankrupt. It’s just not worth the risk to getting a few extra $million to pull in telemetry data to the already expansive list of marketing data they collect and monetize.

For example, I would doubt that Hearthstone (Blizzard, revenue $8.7B) sells their app telemetry data. But I could definitely believe that Hill Climb Racer (Fingersoft, revenue $30M) does, or at least integrates it with ad targeting products.

Microsoft has more to lose than almost any other tech company. They also have more process, legal enforcement, and bureaucracy than most other tech companies.

There's no fear of a lone engineer moving fast and breaking things at Microsoft. If someone at Microsoft had an idea for how they'd use your data they'd have to pass it through 5 chains of command, 2 tech orgs, and Legal just to begin the process.

How many times have I heard this sort of talk about companies only to eventually learn of their unreported flagrant disregard for the rules...

Sure they probably have some bureaucracy but forgive me if I'm not so confident on their unimpeachabilty.

A few things (and I enable it usually, for the record):

  • Not really the user's job to help you with anything especially related to your boss
  • "from reputable companies does not get sold or used for marketing purposes. Our lawyers make sure of it," fuck man, this made me laugh. Good one

Policies get updated, companies are bought and sold, laws change, and most crucially of all, data gets leaked. It doesn't matter how airtight your asshole is puckered up or how many isolated networks are involved. It gets leaked. Leave the decision up to users about it and in particular maybe let them have full control of their networks.

It doesn't matter how airtight your asshole is puckered up or how many isolated networks are involved. It gets leaked.

That’s why our lawyers make us make sure that data is sufficiently anonymized before it’s even put on the wire.

Yes I'm sure the lawyer is personally running the analytics to ensure compliance.

That would be good, considered the user could actually have a choose to opt out the telemetry. Windows don't ask you about gathering data for telemetry or "other" reasons.

Don't get fooled by the insane amount of hits, when it's not reachable it will try over and over

Yup. You need more like a logger to get the actual measure of the data.

Which could in turn make their pc run worse because it'll constantly be retrying telemetry calls

Except this isn't 1982 and that computer is running Windows 11, not Multix. The CPU probably has at least 8 cores and the NIC can do at least a gigabit. A network retry is not going to matter.

The future:

"Malwarebytes has flagged your entire operating system as potential malware"

Lol....... :/

...pay 9.99 to have us do nothing

Lol. They are a shit company. (Microsoft & Malwarebytes)

First time I've heard someone say Malwarebytes sucks. Is this more of a "Recent update makes it bad" thing or "The company behind this software is horrible"? Personally I've never had a problem with them.

The company behind the software has always been a piece of shit, but their detection rate (true positives) is really good.

Okay so is anyone going to elaborate, or..?

They don't give a damn about privacy, if I'm not mistaken were once caught distributing "fake" malware to test their software, and had an episode where their database got invaded and they didn't even bother with a simple "sorry about that". Also, their service model has some stinky dark design patterns.

They develope proprietary solutions which makes them a no go in my book

Well blocking these calls obviously inflates the numbers due to retries.

I can concur. MS do not know the concept of retry limitation.

You can even know when I'm working from home just to the number of blocked MS tracking calls in my pihole log 🤣

Devil’s advocate: basically the only proper way to figure out how people are using your product and how you can tweak it to achieve its goal is by firing events and including relevant metadata such as how much time they spent on a screen or how far they scrolled. Telemetry is not necessarily “evil” by default.

The other side of that is that the telemetry data never gives you a "why" of something.

For example, users might spend a long time at a screen because they are thinking about what to do, or they are confused by the options and can't figure out which option they need.

This is why a QA team coupled with a large amount of beta testers is invaluable and necessary.

Telemetry, in the context of software development and UX design, is either a decision by the misinformed or just an excuse to save costs by axing the Windows QA department.

In reality it's likely the data is being sold off. But in either case, that's data Microsoft isn't entitled to (from a moral/privacy perspective).

For example, users might spend a long time at a screen because they are thinking about

... anything!

what am I gonna eat?

I should remember to feed the bicycle...

who stole my cat btw?

who am I to judge?

who am I?

what's the meaning of life?

what's the meaning of finding it?

what's the meaning of figuring out what the meaning is of finding it???

What is the airspeed velocity of an unladen swallow?

what does unladen swallow even mean?

Dammit! I forgot to feed my bicycle last night! No wonder it was at my bedroom door ringing its bell nonstop.

And you recently had your cat stolen because you forgot to lock it before you went into the bike shop to get more food, right?

I just couldn't get the lock looped properly. Cats do not obey the laws of physics.

I replied elsewhere but YES! Telemetry is notorious for causing devs to hyperfocus on shit features due to their high usage. Just because a user is clicking X over Y doesn’t mean Y sucks and X is better. Maybe Y is in their periphery, or camouflaged by the background artwork or worded badly. But hey, since X gets a lot of clicks, it must be good, right?

Telemetry, in the context of software development and UX design, is either a decision by the misinformed or just an excuse to save costs by axing the Windows QA department.

That's very silly. That's actually such a ridiculous opinion I'm pretty sure you've left out some assumption that would make it make sense.

Telemetry is useful, but there is no accountability on how it's being used, so ultimately it could be used in bad faith and the average user wouldn't ever know.

The other side of that is that the telemetry data never gives you a “why” of something.

Focus groups and customer surveys work really well for knowing the "why" of something

I totally agree, but where I have a problem (and I imagine a lot of other users here) is that you can't fully opt out. You can only set "minimal" tracking but not none.

Also, Firefox, lemmys beloved browser, sends telemetry by default. You have to dig through menus you didn't know existed to even find out, and then disable.

Not only to Mozilla, but third parties as well.

Sure it's scummy, but it's definitely not hidden. When you open the settings page Data Collection is a top level option

It's hidden in the fact it's not presented upon first startup, it never mentions it, and it's at the very bottom of the settings page.

You have to discover it. And who knows how long you had it enabled before you find it.

It's interesting. I always get a pop-up asking about opting in for sending telemetry when installing Firefox. It was never hidden or the option selected for me. I opt out and it stays opted out.

Firefox is the lesser of two evils. It turned to shit the moment they took Google's poisoned money. The money also made the Mozilla org put on airs and think they're some world-changing UN body or some shit and lose focus on their core business of making web browsers.

Not sure about this. When I installed Firefox, it asked me if I allowed it to collect data and run studies (I answered yes). Also, as far as I remember, I never changed the Marketing Data setting and it was off.

Mozilla is also HIGHLY political, paying large sums of money to hardcore anti-white organizations.

Are these the "anti-white" supporters you're talking about? https://www.mozilla.org/en-US/about/leadership/

Seems odd that these anti-white warriors would be overwhelmingly white themselves. I'm guessing you think the only competent people they could find to hire were white?

Devil’s advocate: basically the only proper way to figure out how people are using your product

Focus groups and customer surveys work really well.

Not in the slightest unfortunately. Often customers don't even know what customers want, and the subgroup that actually responds to these aren't necessarily "average"

Not in the slightest unfortunately. Often customers don’t even know what customers want, and the subgroup that actually responds to these aren’t necessarily “average”

That seems like one hell of a hand waving away the opinion.

You do realize that was used for decades before computer's and the Internet was a thing, right?

And they do things like blind tests so they get audiences that are average.

10 more...
10 more...

Those events are used by all of these services:

https://learn.microsoft.com/en-us/windows/privacy/windows-11-endpoints-non-enterprise-editions

Literally everything, from Windows to Office to OneDrive to Cortana to diagnostics.

All of them(except for Cortana) I use, but barely. Hadn't had real issue so far so Imma just keep it.

I think it's horrible and has no place at all in a operating system.

Something is seriously wrong with your Windows 11 install. I have two Windows 11 devices on my network and a Surface Duo 2.

Conviva is "video streaming analytics." Any site with video content is trying to track who uses it, how long they watch, etc.

It freaks me out that it's sending what users are watching in real time, that's exactly Spyware.

I read about some smart tvs computing a hash of what's on screen to phone home about, in attempt with figuring out what content a user is watching when that content is 3rd party controlled.

We need some privacy laws up in this mother fucker.

Wow, do you have a lot of Amazon devices? That's a lot of calls to Amazon.

Where are the Conviva calls coming from?

Maybe op is a dev who works with AWS?

I reckon "Device metrics" is more likely to be from Alexa devices; source; am AWS Dev and don't see many of these

This would be correct. We have at least 7 amazon alexa/fireTV devices and a bunch of other IoT devices with Alexa capability and each of them get used regularly.

The IoT devices are on their own subnet which doesn't have access to the other subnets. I live with my mom and Alexa devices just make her life way easier. I put in the work to make sure the alexa and IoT devices are as restricted as possible without losing functionality so she can live a bit easier.

Yeah I figured. I can't(don't have the will power to) point out the reason for this extremely unusual behavior. I just let it be because no devices are visibly suffering from it though.

It has become really nasty for sure...

But I can't really blame them. Who wouldn't want to know? And who doesn't do it? It's just always MS who gets shit on for doing it. Everything and everyone tracks our every movement and click. If ET had been an android-phone he had been long called home before the intro started.

Don't get me wrong, i effing abhor these things from the depths of my nerdy heart and do everything to block them all. But we just can't avoid it anymore. We can just hope to get it all blocked or that it at least only sends anonymous usage-data and nothing else.

And who doesn't do it?

OSS operating systems. The more proprietary software you run, the less and less you actually own your computer and the more it becomes a tool to advance the interests of megacorps.

Not all. Ubuntu does phone home too. But sure, most don't. But OSS is not for mainstream-users. I am protected (and just pissed), i was speaking more on behalf of the clueless mass and in general.

And btw. Your argument fails at phonee. Android and apple suck in regards to privacy. I could use privacy-os' on my pixel but they all lack boldly. So the moment i leave my perfect private pc, I'm screwed with mobiles again... I doubt there ever will be a viable linux-phone.

How does GrapheneOS "lack boldly"?

Last time i tested it, it was kinda just a barebone/PoC. Camera worked like shit and basically everything else too. Granted it was a long time ago. Might've changed by now, if that's what you're suggesting by that?

But even if it'd be great, it will never touch mainstream. It's nerd-stuff, even the work necessary to get it onto non-pixel-phones suck hairy monkeyballs.

Not to make fun of it or anything. I love that these exist.

Since the sandboxed Google Play Services were developed a year or two ago it's been excellent, there are only one or two very Googley things (like Google Pay and Android Auto) which you can't run without issue.

That sounds nice. Sadly i rely on android auto as my headunit has no internal navigation. Biggest downer for me was the camera. The FOSS-cams just couldn't compete with the stupid gcam. Or only with constant fiddling and tweaking.

Guess I'll try it again to see. My early-adopter-experience was just very unsatisfying 😁

Surely gcam can be installed, i'm using gcam on a oneplus.

I had many phones with customs and some with graphene. Gcam often did its job (with lots of tweaking) until the next update. Then i was fed up with the constant maintenance. But sure. When it works, it works until you change something. Have a phone with an old lineage and gcam and it's working like a charm (no uodates in many years). But that was rare. Sadly so.

But to play devil's (angel's?) advocate for a minute, Microsoft can't fix vulnerabilities in Windows without telemetry data. There's a practically infinite combination of hardware components Windows runs on, and that makes it impossible for Microsoft to find and fix vulnerabilities and bugs in house. Older versions of Windows were so insecure in-part because Microsoft made telemetry reports opt-in, and we all know how likely the average user is to do so.

Now that's not to say that everything Microsoft collects is appropriate; I'm only saying there is a valid case for collecting some data from users.

If they only used it for that people wouldn't have a problem with it. The problem is due to their shit business practices no one trusts them (or should trust them). They've proved they don't have their users best interests at heart.

They’ve proved they don’t have their users best interests at heart.

This is true for any for-profit business. They exist strictly to make profit for the shareholders. In fact, the executives can be held legally responsible should they not act in the best interests of the shareholders. By their very nature, no for-profit organizations will EVER have the users best interests at heart.

Not true for "any for-profit business", but true for "any publicly-traded company".

Private corporations are beholden only to the laws of the land.

That's why all enshittification usually starts because of publicy-traded companies, or companies trying to go there. We're mostly here because Reddit wanted to go public.

Right so don't give these companies free reign on your data.

free *rein (like not holding the reins on a horse, not like a king reigns)

Oh i didn't mean to say that telemetry is inherently bad. If it really would just be totally anonymous stats the devs would need, yeah sure. Just tell me WHAT EXACTLY it is. Or gimme a preview-option before sending. But it's mostly stuff that's none of their beeswax.

The amount my pihole blocks is titanic. If I'd be paying for traffic that would make a substantial difference.

Oh no worries- I didn't think you were. Just so many people jump on the "ALL DATA COLLECTION IS SPYING!" bandwagon they don't realize there can be a perfectly rational reason for doing so that doesn't reduce down to "The Deep State is watching everything you do!"

Besides, they do that at your telecom anyway.

Lol. Yep. Unless you do vpn. As a dev myself I know the need for telemetry in ever more complex things nowadays. Without a ton of data how should you improve or fix your thing. But i would never collect data that would not be my beeswax. But i also understand how tempting it might be 😔

Microsoft can’t fix vulnerabilities in Windows without telemetry data.

They did so before Telemetry was a thing.

we just can’t avoid it anymore

Speak for yourself. Besides, all-or-nothing privacy is a false dichotomy. Giving out less personal data is still better than giving out everything, and you don't need 100% privacy to be unprofitable to advertisers.

You misread. It IS unavoidable nowadays or most of the surface-web is non-functional if you block anything that isn't content. Besides the amount of work it takes to just not be tracked rises and rises.

Doesn't mean I don't do whatever i can do avoid it. To every techy it should be more than obvious that there is no binary approach. You can only do more or less to avoid more or less but never eliminate it.

So yeah, the less the better. And one might even partially reach a state where one is unprofitable to advertisers. Yet that can change tomorrow or on the next site or when you use some phone-app or or or...

That's what i meant with "unavoidable". You can't avoid a persistent ever-evolving problem.

If ET had been an android-phone he had been long called home before the intro started

That's a good one! But to be fair, Apple calls home just as much. They just don't sell that data (yet).

As does Android. I'm not sure why we would give MS a by for this. They're all as bad as each other and all deserve to be blocked as comprehensively as possible.

If you think they don’t use that data to try and sell apple products, I’ve got a bridge to sell.

They may not have an advertising network, yet, but they use your data for their interests. Currently, it serves their interests to pretend they are more private and secure, but they are not.

They may not have an advertising network, yet

That's what I meant. Of course they use that data and don't let it sit on their servers not knowing what to do with it...

Totally. Wasn't an apple-fanboy-comment. Apple even suck more. At least i COULD (and may!) change my pixel's os to some privacy-focused one.

Desktop linux doesn't have any of this. And one day we'll get real linux on phones too (with full featured support).

Canonical Ubuntu does or at least did though. Caused a shitstorm years ago despite it being opt-in back then. I don't know how they do it nowadays.

KDE also has opt-in usage tracking but I trust that project enough to believe it's really only for improving the software.

I think most software like this grows to a certain size and then they need the telemetry to identify issues. There's so many hardware configurations and most people don't submit bug reports or opt into their configuration being shared. It's not an inherently bad thing, just some companies are taking more than they need.

Windows telemetry started with Windows 10. Windows 7 was the most stable Windows ever and hardware configurations were just as plentiful. Sure, the data helps but it's hardly mandatory.

Nah, we will never have a GOOD Linux-phone. And if, it's most likely NOT without tracking and whatnot. Why should any company put money into a thing they can't control after sale? Sadly so, i might add.

You mean like the Linux kernel?

You understand that it's not just about the software, right? Don't you think there's a reason there still isn't any?

Are you aware oft open source CPU cores?

Great. And the rest of the phone? And the adaption of the OS? The dev of all needed apps? And the marketing? And the legal stuff? And the tech-support? And the overall financing? And how shall it be able to compete with being OSS as its only distinctive feature?

I'd love to have one but it won't happen.

Basically the same approach

If it's that simple, where is it? Where's a prototype? A PoC at least?

Why do you call the approach simple? Have you done open source development? Maybe touch some grass.

https://hackaday.com/2022/09/10/the-open-source-rotary-cell-phone-two-years-later/

https://en.m.wikipedia.org/wiki/List_of_open-source_mobile_phones

Is this your first talk with people? Ever read what they say before? It wasn't me who painted it simple. Quite the contrary. Hence why we still don't have one and will never have one.

Rotary? Lol. Ubuntu? Lol. Initially it was about not-phoning-home. Ubuntu does. And they also have to use propietary drivers a lot. Which maybe also do.

But with your approach to ad-hominem i retreat from this "discussion" anyway.

It's always MS who has people on the internet defending them when they do it, to the point that it looks like MS social media presence is being carefully managed, like Apple. I saw it happen on Reddit too, and it happened less and less the more they got called out. The same "$70 a year for Office 365 is so worth it" is a talking point when I was on Reddit. Apparently, people here say the same thing.

I'm not defending them. I just dislike the silly MS-hate train. As if they were the only ones doing it. If apple does it, it's a feature. MS is evil. That's as boring and old like IE-jokes that are still around. I have more Linux-machines than win-machines in my home lab.

And every major crap has its fanboys and marketing-workforce defending their shit.

Join us.... become Linux nerd, never look back. Hate that the one or two software you use that has no viable equivalent is either super janky or doesn't work on wine even though tons of games outperform windows... with the windows build.

Or battle telemetry for several years until you get forced to subscribe to win 12.

Only reason I use Win 11 is a single proprietary DRM software I have to deal with on a daily basis. I find almost everything more comfortable in Linux than Windows. I also don't play games so it's honestly painless.

single proprietary DRM software

Which one?

Doesn't matter, in the end, because it's the same story for tons of us out there. The company I work at now makes a product that only works on Windows. It's in most of the power plants in the country. You've never heard of us unless you are one of half a dozen people at each power plant. There are thousands and thousands of companies just like mine, cranking out software that only works on Windows.

I think the only thing that will change this trend is the raspberry pi and machines like it. Make it so cheap to equip your employees with a Linux machine that it's impossible to ignore.

Even then, though, 10 hours of lost productivity a month makes the windows machine the more valuable buy for even a low paid employee.

Doesn’t matter, in the end, because it’s the same story for tons of us out there.

Yeah, actually, kind of does. It helps us determine if you just bsing and/or shilling, or if there's really a product out there that does what you say, which in that case I would like to know so I can stay away from it.

Also I do get that there's defined vertical markets that have a small customer base of sales, and they could target a single OS in the development for the product for that vertical market, but then to use that as an example of a problem that the majority has to deal with is not intellectually honest.

I live in South Korea and the software I use is a video drm software strictly only for domestic usage. It's very intrusive software, even killing all the processes it thinks to have a screen capturing(sharing) ability(discord, teams, obs..) Circumventing these measures will also get me banned which is very bad. There is no way they're making Linux version too. The market is stupendously small in here.

It's something that a lot of people have to go through here. AntiDRM/FOSS is just not a thing here at all.

Wow, okay, good to know. I had no idea South Korea was that strict on DRM and such. Learned something new.

Wait till you plug in your cell phone to charge they start calling home like crazy

Get a device that is supported by degoogled android systems and get rid of all the garbage. My recommendation is always GrapheneOS on a pixel, just because you can reinstall google play services if you really need to and preserve usability, while massively boosting privacy and security.

Unfortunately the majority of devices supported by degoogled android distros are straight garbage. LIke the pixel line. Best device i've seen would be Fairphone 3+, or Volla Phone 22

If you say that you must have never used one. Pixels are objectively good phones by every measure except having an SD card slot, which they don't.

No microsd, no jack, no dualsim. So basically noone of the features i need. You know what i don't need from my phone? A lot of processing power. Wtf would i even use that for, "Advanced Calendar"?

That's fine to prefer those features, but it's not accurate to call those phones bad. Mine came with a USB-C to 3.5mm headphone jack and USB-C to USB-A adapter and plenty of storage, so all my needs are met with it.

I used blokada on my phone and it blocked around 10k calls per day. I've since moved to use Mullvad as an always on VPN and turned all of the blockers on. Haven't setup a pihole for my home yet because I didn't have access to the router.

You can put it on the network anyway, you just have to set it as the DNS for each device.

Better to set the DHCP server to hand out the dns rather then set it device by device

Dude said he couldn't access the router, which I assume is handling his DHCP in this scenario. I could be wrong, but that would be unusual.

10k calls per day...

More than 1 every 10 minutes. Seems legit.

Do you have a number that's 1 digit away from Dominos Pizza or something?

Yeah, I recently did it for a lab and it was... interesting.

My Ubuntu VM wasn't particularly great either but it was the one that my uni provided

Ubuntu lost me years ago. I still use the server version for.. servers. If you want something rawk sawlid for servers, go Ubuntu. Otherwise, go Pop. Or Elementary. Or Mint.

Don’t like your hand held? Fedora.

Hate yourself? Arch.

Draw your entire personality from knowing what a transistor is? Gentoo.

Like the concept of arch but only slightly hate useself manjaro.

Are paranoid about securiy use qubes

I have other ways of disabling those telemetry reports.

O&O shutup 10 and adguard for desktop allow the user to turn off a lot of bullshit.

I stopped using my Pihole because it kept eating SD cards. If that wasn't an issue would love to be using it still.

I can recommend Log2Ram for that. It logs to RAM and only writes to the SD card once a day (or more/less, if you choose).

It's a must while using PiHole imo.

Link to guide

You formatted your links as images. Markdown uses ![...](...) for images, [...](...) for links.

I've recently read about how to fix corrupted SD-cards in Raspberry Pis. Corruption can happen when the Pi is unexpectedly losing power during a write to the SD card.

To avoid corruption, you can change the (boot partition of the) SD to read-only, requiring either USB storage (flash/HDD/SSD) or a writable secondary partition on the SD card) if you need to save anything locally. The system itself will run fine without write access. Only your files could be at risk if you lose power mid-write.

You can also configure your system to boot from USB storage instead of SD card. Keeping the system partition read-only is probably still a good idea, if possible in your setup.

Modern versions of raspi-config offer a similar read-only overlayFS functionality out of the box! sudo raspi-config, go to Advanced Options, then enable the Overlay FS: Enable/Disable read-only filesystem feature.

Source: Shane S. @ https://raspberrypi.stackexchange.com/questions/7978/how-can-i-prevent-my-pis-sd-card-from-getting-corrupted-so-often

It wasn't ever an issue of power or corruption. It was hitting the rewrite limit of the SD card itself. I had it on a UPS with my other network equipment and maintained a 100% uptime other than intentional outages with clean reboots. Literally wrote so much log info the card would die. You could still read the card but writing would no longer function.

The suggestion to do a read-only setup would be optimal, I'd prefer it be ram based though as I wouldn't have such dire need of logs that losing them during a power cycle would cause me any grief.

I had that issue too. Had to switch to running it on my NAS.

I'm wondering what could have caused that. Uneven power supply maybe? My pihole has been chugging away for years without much more than the occasional update when I remember.

SD cards have a write limit. I don't know what to tell you other than I probably had more shit being written.

High endurance rated cards are good for that. Don't risk using the cheap SD cards

I recently switched my main desktop from windows to linux, and now my download speeds are much faster. I guess now I know why. 😬

I use O&O ShutUp 10/11 for this , its super easy to use too

I've seen similar with Win 10. Just much less. Care to share what adlists you used? I'm also new to Pi-hole and always up for learning more.

How much of that is Windows update processes?

Unless windows update needs to check for something every few seconds... It's not that. This is behaving more like real time streaming of events, constantly sending to Microsoft, to a domain called events.

Probably sends what the user is doing all the time.

Apparently self.events.data.microsoft.com has something to do with Office 365 apps; calendar, mail, etc.

Does Pihole use RPZ's? I don't have any experience with it. Been using Infoblox with RPZ's at home.

Mine is a docker container on a Linux server in the hall closet.

That's literally Office356. If you use outlook or any part of the office suite, you will have tons of traffic to there. If you drop it, it will stop working.

Nah it works flawlessly.

How certain are you of that?

  • The software doesn't complain certain?

  • You see nothing wrong certain?

  • Someone on the internet told you certain?

  • Microsoft validated the claim certain?

  • You wrote the software certain?

Hehe yeah it's fun to run pihole and see a windows machine gets turned on... Looots of attempted Spyware communication.