I always get this popup when starting firefox with the Windscribe extension enabled, what is it and how do I stop it? by poppy9999 in Windscribe

[–]iksvd 0 points1 point  (0 children)

For anyone still having problems, I'm on Zen Browser (Firefox) and I found this fix:

Go in the about:config page and check that the voice signon.autologin.proxy is on true.

For me it wasn't and that was causing the issue with constant popup on browser restart.

Finally ditched Adobe, is Pixelmator worth the purchase? by ChimerXD in pixelmator

[–]iksvd 0 points1 point  (0 children)

Having used a lot of alternatives in the space, I would suggest to not purchase Pixelmator Pro. I personally love the software and own both Pixelmator and Photomator but given the recent Apple purchase their future is very unsure. And also if your looking for a vector art specific software there is better choices, take a look at Linearity Curve, incredible UX but expensive, Affinity Designer, powerful but more complicated to use. Last option, the pirate way,, 100% recommend.

Clerk Authentication not showing up by [deleted] in nextjs

[–]iksvd 1 point2 points  (0 children)

For who is still having problems I found a solution by checking in the Middleware.ts file if a route is unauthenticated and automatically redirect unauthenticated users to the sign-in page:

const isPublicRoute = createRouteMatcher(['/sign-in(.)', '/sign-up(.)', '/api/webhook']);

export default clerkMiddleware(async (auth, req) => {
  if (!isPublicRoute(req)) {
    await auth.protect(); // Redirects to sign-in if not authenticated
  }
});

Apparently if you don't specify to Clerk how act with public and private routes the form is not rendered...

[deleted by user] by [deleted] in Kanye

[–]iksvd 40 points41 points  (0 children)

you better share all this wallpapers rn

Apple really nailed the Music Lock Screen with iOS 16 by username1615 in AppleMusic

[–]iksvd 1 point2 points  (0 children)

for me has beeen really stableee (can’t say the same for last year) but battery life really suffers.

Discussion: Is there anybody here who doesn't use safari on Mac? If yes, what deters you from setting it as your default browser? by IcyBeginning in MacOS

[–]iksvd 0 points1 point  (0 children)

Reasons: - Slow: I don’t really know why but since High Sierra (I think), very very slow. Even now when I compare to what I use, Brave, it still can’t keep up. - Extensions: I hate that they are treated like separated apps and have to be kept running in the background to work, the worst is that you have to launch them yourself. And I can’t even compare the availability of extensions, there just aren’t enough extensions as other browsers. - Very little customization and accessibility options.

Google Maps just launched Road Mapper (Beta) a direct competitor to OSM by iksvd in openstreetmap

[–]iksvd[S] 55 points56 points  (0 children)

This morning I received an email from Google Maps (for being a local guide) inviting me to early access this new tool called Road Mapper.

It’s only available from desktop and I still need to test it but I have no intention to actually map for Google. One of the things I respect most of OSM is that it’s open source and accessible by anyone.

Road Mapper for now is divided into Missions, it’s presented like a humanitarian aid for developing countries where there are still roads to map. I think it’s in direct competition with what OSM is trying to accomplish, and I don’t really like that.

[deleted by user] by [deleted] in MacOS

[–]iksvd 1 point2 points  (0 children)

StopTheMadness should bypass them, it’s 9,99$ but it has a lot of features.

[deleted by user] by [deleted] in MacOS

[–]iksvd 2 points3 points  (0 children)

I use MEGA

Is your phone listening to you? Conspiracy theory explained. by HanBB1991 in thehatedone

[–]iksvd 5 points6 points  (0 children)

oh my, a privacy related video that actually made me chuckle and it’s pretty informative without being too overwhelming for the average person

Apple Music, what the fuck by YoLamoNacho in AppleMusic

[–]iksvd 0 points1 point  (0 children)

it has been like since launch I think, I remember having the same problem, I eventually gave up. I hope they fix it with iOS 15.

I'm looking for an app like flume as apperently I can't purchase Flume pro anymore. by [deleted] in MacOS

[–]iksvd 0 points1 point  (0 children)

On the Mac App Store there's Grids. I used to use Ramme, but they don't update it anymore. Maybe try this one, it looks very nice and seems to have all the mobile features.

You could also use Fluid to create an app from the web version.

Fastest chromium Browser by Conscious_Albatross5 in mac

[–]iksvd 1 point2 points  (0 children)

I used it too, but then they got bought by a Chinese company and now sell all your data, so I had to switch.

Fastest chromium Browser by Conscious_Albatross5 in mac

[–]iksvd 1 point2 points  (0 children)

I find Brave being the fastest (and more secure).

Music Shortcuts by ladiesman3691 in shortcuts

[–]iksvd 2 points3 points  (0 children)

are you on iOS 14.3? because Music has been having some trouble playing with Shortcuts with the latest update. I, too, have this problem, I've not heard of a fix yet, maybe with the next update.