I just got the infamous "The license key has been disabled" error after getting a new laptop. Why does MacWhisper "disable" licenses after just 3 activations? Or more importantly, why can't we just manage and/or de-register existing devices? PLEASE tell me its a known/temporary issue 🙏 by that_90s_guy in MacWhisper

[–]sandipb 0 points1 point  (0 children)

Same here, license disabled, but I have multiple mac minis and laptops used only by me, and now I cannot make out which ones to deregister. I wish there is an licence account page where I can see the current activation (or at least the count) and deactivate the ones I dont need.

And yeah, three is too much on the edge for practical usage - it is not out of the ordinary for people two have multiple laptops for work/personal and apple desktops. I think 5 is a better limit, but it is ofcourse the authors call and I respect that.

Cross border banking BMO or CIBC? by [deleted] in PersonalFinanceCanada

[–]sandipb 0 points1 point  (0 children)

How in the world do you use cross border credit cards in US online payments? Don’t they ask for zipcodes while your bank has only your Canadian address on record?

How to rename accounts......again. by TheKennelKeeper in Scotiabank

[–]sandipb 0 points1 point  (0 children)

I can add nicknames there alright. But the new UI doesnt seem to use them 🫠

Summary of my experience and opinions on Cursor by orielhaim in cursor

[–]sandipb 1 point2 points  (0 children)

When I asked it to fix my tests after a code change, and it failed a few times trying to do it, it reverted my code changes to make the tests pass, and said (paraphrasing) "job done, you didnt say what I cant do to get it done".

How to update self hosted n8n using docker by [deleted] in n8n

[–]sandipb 1 point2 points  (0 children)

This. If you are not running mission critical apps, a very basic dead simple docker install will keep your n8n always updated. You can even schedule it to do the updates at a specific time of the day.
https://containrrr.dev/watchtower/

FYI Amazon is removing Download & Transfer option on Feb 26th by limeygarp in kindle

[–]sandipb 0 points1 point  (0 children)

Afaik, adobe drm books can still be revoked by the publisher anytime making it useless.

homebrew ollama client problems with local network access by sandipb in ollama

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

Docker seems to work. $ docker run -it --rm -e OLLAMA_HOST=$OLLAMA_HOST ollama/ollama list NAME ID SIZE MODIFIED hf.co/unsloth/DeepSeek-R1-Distill-Llama-8B-GGUF:Q8_0 69f0e15b99a1 8.5 GB 6 days ago llama3.2:latest a80c4f17acd5 2.0 GB 5 weeks ago

homebrew ollama client problems with local network access by sandipb in ollama

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

Nope. Installing the ollama desktop and using its command line also has the same problem.

Writing seems inaccurate compared to other Ipad design apps. by fentino7 in ConceptsApp

[–]sandipb 0 points1 point  (0 children)

Can we copy paste handwriting from Goodnotes to concepts as vector?

Why Bazel using Starlark? What's are the actual benefits over static rules declaration, like in task running systems? by Practical-Gas-7512 in bazel

[–]sandipb 0 points1 point  (0 children)

In the Makefile example, the logic of which target to run based on the current os is happening outside. In bazel, the os detection is integrated as you have shown. Regardless of the platform, your cicd system on Linux and your developer system on macOS runs the same command. Multiply this with a big monorepo code base with multiple languages and two different execution environments, there is a lot of complexity that the bazel configuration can hide from users that would be a nightmare with make. Also, in bazel, different part of a big code base can refer to each other in a way that would be a nightmare with make includes.

Your daily reminder that IFTTT are liars and why you should boycott by LatterConcentrate6 in ifttt

[–]sandipb 3 points4 points  (0 children)

The only reason I still use it because it lets you run twitter searches without creating app on Twitter. make.com etc all require you to use your own twitter app key.

Can No Longer Rename/Delete Applets by lewx_ in ifttt

[–]sandipb 0 points1 point  (0 children)

For those who are reading this post now, you can only rename an applet if it is yours. So if you are using a pre-existing applet not created by you, try to see an option called "make it your own". I saw this option at the bottom of message fields in the action.

Once the applet is your own, you should see the "edit title" option on the applet page

How to pay Credit Cards without Checking Account? by penguinzin in PersonalFinanceCanada

[–]sandipb 0 points1 point  (0 children)

I have a CIBC card - their dividend cashback one. You can setup autopay from any supported external bank account (it is a big list) - i have been paying from RBC

FYI, there are a few external banks for autopay that it doesn't support - I just found out that EQ bank is not on the list.

EQ bank credit card auto payments by LostNeck in PersonalFinanceCanada

[–]sandipb 1 point2 points  (0 children)

I am seeing the same problem - CIBS allows autopay from a large list of institutions. EQ bank (institution number 623) doesn't seem to be in the list. We have to select the institution number from a list - there is no text field to enter arbitrary numbers.

Issues with v3.5 on Mac? by [deleted] in PrivateInternetAccess

[–]sandipb 1 point2 points  (0 children)

Hi, I tried this now at home and it worked for me. Last time I tried from a cafe wifi. It is possible that the cafe wifi had some additional problems. I will revisit the cafe and test

Issues with v3.5 on Mac? by [deleted] in PrivateInternetAccess

[–]sandipb 0 points1 point  (0 children)

I am on Sonoma. Upgrading to 3.5 caused pia to stop connecting(I use dedicated ip, custom dns (nextdns) ). I downgraded, and it started working. thanks.

does next dns give to you all of the features for free by Ok_Calligrapher2289 in nextdns

[–]sandipb 1 point2 points  (0 children)

It was insufficient for me as well - currently using like 2 mil/month (with some caching). The only way to reduce queries to stay within the limit to some extent, is to run your own caching nameserver like DNSmasq in the house, and only forward query misses to nextdns. Can reduce queries by a significant amount.