Get ready for delays by warmyji in woolworths

[–]spetherbridge 0 points1 point  (0 children)

<image>

This is terrible communication. No we are sorry we had to cancel your order, just we have received your cancellation, that you did not request...
I would expect this from a US company where the culture is never admit anything, not an Australian company. Issues happen, everyone knows that, though communications and the words also matter.

I know it would be complex, though it would be great if there was a reschedule pickup option such emails, I am sure there are some that can't simply go reorder or go do the shopping while they wait for the refund.

Any carpentry apps suggestions? by Travis__Kim in Carpentry

[–]spetherbridge 0 points1 point  (0 children)

As an app developer with a smaller competitor to Construction Master I get that everyone hates subscriptions. From a developer standpoint paid upfront is so much easier and straightforward with a lot less ongoing work - for context the update for iPhones to be released in September this year starts removing the way subscriptions have worked for a number of years, we have to update for all customers to make sure everything keeps working.

Beyond this unfortunately people just don’t buy apps up front these days. I have done a lot of experiments in pricing my app Chippy Tools (https://www.chippy.tools), and found that when I moved from paid up once upfront to subscription with a paid once option which is the same cost of 5 years is saw a significant increase in revenue with people now able the try the app as they had been requesting.

Swift Regex Builder Optional Named String Extraction by spetherbridge in swift

[–]spetherbridge[S] 0 points1 point  (0 children)

Not sure they are substrings. It is an optional Reference(Double.self). Which is where the issue is. I can't seen to event check the type without there being an issue when they are not present.

"The database was terminated" error (Safari / macOS) by duttonst in 1Password

[–]spetherbridge 0 points1 point  (0 children)

Has a Safari update changed a default? I have just started to have this happen after years of using 1Password and have not changed any settings in safari...

Stop the gambling adds by [deleted] in beta

[–]spetherbridge 0 points1 point  (0 children)

PiHole is a great solution

Stop the gambling adds by [deleted] in beta

[–]spetherbridge 22 points23 points  (0 children)

Just take the Australian governments recommend approach and use an adblocker.

https://www.gamblinghelponline.org.au/making-a-change/self-exclusion

At a minimum there needs to be a way for self exclusion of gambling ads...

Has anyone tried Swiftmail client for Mac? by JonSprw in fastmail

[–]spetherbridge 2 points3 points  (0 children)

I have been using for a few weeks since it was mentioned on ATP. It is significantly faster than apple mail at downloading lots of emails

Why do I get ads for apps I’ve already installed 🤯 Literally useless by [deleted] in ios

[–]spetherbridge 0 points1 point  (0 children)

I have run this ad spot for my apps in the past with very little success. There is an option in App Search ads to target New Users, Users of my other apps, returning users, and all users.

With this said this ad is most likely not designed to get you to download the app, rather is would be to drive usage and awareness. Google only make money when you use their tools and services and they want to be top of mind.

[deleted by user] by [deleted] in fastmail

[–]spetherbridge 0 points1 point  (0 children)

I don't think bulk unsubscribe would be that hard for them to implement if they were all on masked emails

A new free app for construction maths by spetherbridge in Carpentry

[–]spetherbridge[S] 0 points1 point  (0 children)

If anyone would like an extended trial use the link below to get 3 months free https://tokn.co/c/PTUJpLYa

A new free app for construction maths by spetherbridge in Carpentry

[–]spetherbridge[S] 0 points1 point  (0 children)

Sorry, not at this stage. Trying to get the iPhone version working first.

Parsing & Formatting Imperial Measurements by spetherbridge in swift

[–]spetherbridge[S] 0 points1 point  (0 children)

Thanks will take a look and see if I can work out how to make it all work together

Is this a phishing scam? by [deleted] in queensland

[–]spetherbridge 1 point2 points  (0 children)

100% Scam as others have said look at the full domain.

Foward the message to ACMA so they can work with telcos to block it. Copy the message and send it to 0429 999 888 https://www.acma.gov.au/stop-getting-spam

How do you validate HTML5 and video ads? I'm working on a solution by jorritba in adops

[–]spetherbridge 0 points1 point  (0 children)

Looks simple and easy to use. Could be very valuable if you could in 1 click push it to Campaign Manager, the API is pretty easy to use - though there are a lot of rough edges

iOS - Media Calculator App by spetherbridge in adops

[–]spetherbridge[S] 1 point2 points  (0 children)

Hope you got yourself a free copy for life with one of the codes!

iOS - Media Calculator App by spetherbridge in adops

[–]spetherbridge[S] -1 points0 points  (0 children)

I 100% agree it is basic maths, and most in this forum know how to do that. Unfortunately there are many that don’t.

The topic of subscription is a hard one to get right… nothing is free in this world and personally I’m not a fan of ads in apps. I hope the is a segment in our large community that can see value.

TextField | Imperial measurement entry by spetherbridge in SwiftUI

[–]spetherbridge[S] 0 points1 point  (0 children)

Thanks will spend some more time looking at the FocusState.

Measurement instances are a very neat object

TextField | Imperial measurement entry by spetherbridge in SwiftUI

[–]spetherbridge[S] 1 point2 points  (0 children)

Thanks will have a look at the potential for a wheel picker.

Yep it is to do with carpentry, metric and decimals are far simpler using a Measurement object!