net00

joined 11 months ago
[–] [email protected] 3 points 3 weeks ago (1 children)

I'm definitely trying to figure out how to control my PC's RGB. On Windows obviously I got the manufacturer's utility, (gigabyte mobo) but this isn't on Linux. Found this OpenRGB app but doesn't have my mobo or ram in its supported list.

[–] [email protected] 16 points 4 weeks ago (10 children)

I usually find reasons to keep using microsoft products, but right now it's the first time I'm seriously considering ditching all my microsoft services for FOSS and move to linux.

It's gonna take a lot of effort and time migrating everything I use, but taking literal screenshots of your PC sounds fucking creepy, no matter how they sugar coat it. It's like someone else literally watching all you do.

Usually you know they get your data, but now they want exactly what you are seeing and exactly what you are doing, taking it right out of your screen. It's literal and plain spyware.

I have degoogled for a few years already, now I guess it's microsoft's turn.

[–] [email protected] 50 points 1 month ago* (last edited 1 month ago) (2 children)

I recommend Okular for PDF reading. No ads, no upsells, no BS. It also has native dark mode

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

I guess these results count for something, however Madison's allegations have been really consistent and more importantly, were quietly published months before without any drama.

Believing the big corporation with drastically more leverage on this situation would be stupid, so they aren't 100% cleared for me. Something definitely happened with Madison, but likely for lack of records and evidence it wasn't confirmed.

We're not gonna ever know what really happened.

[–] [email protected] 1 points 1 month ago

You can just use crypto for its intended purpose and not give a shit about the whole culture around it. I frequently use it to buy gift cards not available in my country, a VPN, and pay securely without giving away all my data.

The real issue is people coming and bastardizing the concept by trying to get rich, and treating it as some kind of gambling machine.

He didn't say "i don't believe in crypto because it's a scam" he said "I don't believe in crypto, except on its use as a scam" so it'd be great to hear why.

[–] [email protected] 21 points 1 month ago* (last edited 1 month ago) (1 children)

Strange, for me Tineye has not a single time been able to identify ANY of the images I ever tried. Yandex has worked best for me

[–] [email protected] 2 points 2 months ago (1 children)

Youtube is one of those things you can't avoid in practice. So if you don't like it what do you do? do you just miss out on most existing video content?

[–] [email protected] 4 points 2 months ago

Same, I'd take it any day over VLC because of native dark mode. VLC's themes are janky and weird-looking.

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago) (1 children)

I opened a fraud report too detailing as best as I could in 1000 characters (maximum limit of the complaint text box) how this scam went down, but I don't think anything will come of it. Apple just said "thanks, we'll check it, but won't reply"

How easy this scam was pulled off pisses me off the most, not the 30 bucks I wasted. A dev can build hype with promises, release a half-cooked app, get people to buy it with some sale tactics, and then disappear.

You logically give devs time to work on the stuff, so by the time you start getting worried of being scammed, the refund window is out.

I'm ranting more about Apple here than the bean devs. You often see other storefronts step up in similar situations to do right by their users.

I've been using Arctic for a few months now, and it's very impressive.

[–] [email protected] 2 points 2 months ago

Reminds me when foldable smartphones first came out. If you touched them wrong the screen got fucked.

[–] [email protected] 36 points 2 months ago

This is a common pattern in content creators. As they grow their goals shift into running a production machine that maximizes earnings, throwing away any values or standards they started with.

Just look at LTT/LMG. It's not gonna get better, so you could watch someone else who still values things other than money.

[–] [email protected] 3 points 2 months ago

The same Linus who can't be arsed to spend $500 of various people's time to properly test a product is now telling us what to do?

1
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/voyagerapp
 

I have been able to backport some flutter iOS apps to 32bit legacy devices. This is only in some cases where all their dependencies are compatible + some tweaking of build scripts.

I wonder if Voyager can be backported, as it's crossplatform (react native?) app. Before I dig does anyone know if this is possible?

EDIT: I'm not asking the devs to do anything, I'm asking anyone familiar with the code if they know whether this is feasible before I start digging

 

If you stumble into this post, chances are you have scoured the internet for solutions to this issue. The few mentions of it out there are answered with completely worthless "turn it off an on again" answers.

Well after spending a few evenings picking apart this issue I finally was able to add an Outlook account using the settings app on my iPad 4 running iOS 10.3.4.

TL:DR

  • Install version .12 of ssl-kill-switch2 from their repo
  • Add your account :)
  • Remove ssl-kill-switch2

Background

Without the above steps, if you try to add an Outlook.com account to your device within the settings app, you would only see a blank WebView splash for half a second, and then it closes. This leaves you with a null account that doesn't work. As you can see, there's not much to go on, and the internet won't be of any help as stated.

Up until a few days ago a workaround was to add your Outlook account under the Microsoft Exchange option (using an app password). However this began failing recently. Currently this approach will yield intermittent "Incorrect Password" popups (even on current iOS versions). I suspect a recent change from Microsoft broke this workaround.

Unfortunately, iOS 10 forces you to use OAuth flow to add Outlook accounts. On earlier versions, there's no issue as you can simply provide an app password to the iOS login form and be on your way.

With these conditions, the only other way to add an Outlook Account is as a manually configured IMAP email. This will provide mail, but does not include Contacts or Calendar sync. It also doesn't support Push syncing.

Investigating the issue

Without much to go on with, I suspected Microsoft was rejecting the request (as the Google & Yahoo options did not immediately close). Therefore I started sniffing HTTPS requests from iOS through mitmproxy. This revealed that iOS first makes a CONNECT request to newaccountredirectdomain.apple.com when you try adding an Outlook account. This is the only request I saw, so my iPad was not even reaching Microsoft at all before kicking me out of the authentication flow. Other account options (Gmail, Yahoo) make a call to gil.apple.com and do continue afterwards with requests to google or yahoo.

I started reading up on similar issues, and they all pointed to certificate pinning being the culprit. This eventually led me to installing ssl-kill-switch2. It appears the Settings app implements some certificate pinning. Basically the settings App has defined certificates it expects the remote servers to present, any other certificate means the connection will be dropped.

I was then led to a bunch of time waste and headaches, because the latest version of ssl-kill-switch does not properly work on iOS 10, and there's no mention of this anywhere. Ssl-kill-switch2 has hardly been properly maintained, and through some open issues I started to suspect the latest version didn't actually work (on iOS 10 at least).

Therefore I installed v.12, did a respring, and tried adding an Outlook account. I could see that the WebView started and finally presented the Microsoft login web form. It accepted my credentials and a few seconds later I had my account added.

That's about it, hopefully someone with the same issue stumbles upon this post, and saves all the time I spent on this lmao.

 

Decided to check back on things after a coming across a comment saying a month had already gone by. Completely unsurprisingly everything was swept under the rug. The promise to "release findings" seems now nothing but a tactic to shut up anyone calling them out and now they just act like nothing happened.

Who woulda thunk?.

On the quality issues they still manage to fuck up even with all the "new processes" Won't surprise me if sooner rather than later they just go back to the regular shitshow.

 

I'm reading up on self-hosting Lemmy, and I was planning on creating my own private instance for individual use on some spare Azure ASP I use to host private FreshRSS (not rich to host a public service).

This basically shuts my idea down, because I wanted to simply host my account myself and browse all of Lemmy as I please.

So is everyone hosting individual instances dealing with them being public? is there a workaround to avoid having a public service that anyone can see?

view more: next ›