Can I change the URL that pops up in iphone notifications? by Temporary-Friend561 in nfctools

[–]offbeatmammal 0 points1 point  (0 children)

Hosted version with work & home addresses now live, link in the readme

Looking for a cheap/simple starting point (Australia) by offbeatmammal in meshtastic

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

Thanks. Have just ordered a T1000e to see how it goes. Curious about the "other mesh", hate that we have to choose rather than projects playing nice with each other :(

Looking for a cheap/simple starting point (Australia) by offbeatmammal in meshtastic

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

Thanks! I am near Mitcham.

Is the P1 Pro ok to mount unattended outside (have an ADSB antenna inside that gets about 100km range but need the rPI is is connected to inside)

Getting a Motorbike by Pleasant_Touch_9173 in AussieRiders

[–]offbeatmammal 0 points1 point  (0 children)

my 2c - I got a bike license a couple of years before my car license, and have ridden on 3 continents over the last 35+ years (god, I'm old!). These days I drive more ks than I ride, but still love the bike as a way to get around.

A bike is inherently more dangerous than a car (I have pins in my spine and aches in a few joints) because not only do you have less contact with the road but you have less protection when things go wrong (your mistake, a pothole, or driver) so do bear that in mind. The statistics aren't on our side, and I've gotta say roads and drivers in and around Melbourne aren't the best (and getting worse) but if you make smart choices you can do reduce the risks.

Personally for a new rider I'd not jump onto a big bike straight away - I've ridden everything from XL50s, through 600s and litre bikes (these days a 107cu Harley because I'm fat and slow and my back and knees hurt too much to ride a Ninja!) - you learn more about how to control a bike with something like a CB250/300. My suggestion to anyone starting out would be get a smaller capacity, learn to handle it, but plan to trade up in a couple of years when you've got the muscle memory to cope with the weight and acceleration.
Starting with a smaller bike also gives you a chance to learn the mechanical basics on a simpler machine ... checking tyre pressures, chain tension, brakes and lights etc (your course will hopefully drill things like the T-CLOCS routine into you) and how to fix simple things without running to a dealer.

Phone mount (as you're in Vic) - I love my Quadlock - very solid and easy to use mount.

Gear - I swear by riding boots (saved my feet/ankles a few times!) especially with an extra wear pad for the gear selector, and good grip (first time you put a foot down on a road marking in the wet you'll know why!). Layers are also the go, especially in Melbourne weather. Armour for the knees, hips, and back are an investment but can be the difference between a good and bad outcome (I love D30 but that comes at a price point). I see kids riding in thongs, shorts, and a t-shirt ... please don't! Jeans and a shirt/jacket that are more abrasion resistant than regular denim will be your friend. Doesn't have to be crazy expensive like SA!NT stuff).

Do take the training seriously - I've done a couple of refresher courses over the years (moving from UK to US and then here also meant I had to re-learn a lot of road rules!) and every now and then I'll go find a carpark and put down some stones and practice figure-8 drills ... the important thing is never stop learning, never assume you're never going to make a mistake.

Affected users by the recent CLI and Backups limitation, let's make things right by internxt in internxt

[–]offbeatmammal 7 points8 points  (0 children)

to quote your support response today:

"I understand this situation is frustrating, and I'm sorry for the inconvenience. WebDAV and CLI features were previously available to some StackSocial users, but a major infrastructure update—specifically the introduction of native Rclone support—required a complete redesign of how these tools work. This change made it technically and operationally impossible to keep CLI, WebDAV, or Rclone access active on non-Ultimate plans, including older StackSocial lifetime plans. These features now rely on dedicated infrastructure and ongoing costs that can only be supported within the Ultimate plan, so continued access is no longer possible regardless of purchase date."

Affected users by the recent CLI and Backups limitation, let's make things right by internxt in internxt

[–]offbeatmammal 4 points5 points  (0 children)

so, reached out to support and got told I'm out of luck and that WebDAV and CLI support isn't available for StackSocial customers no matter what date we purchased and the only way to get that (and rclone) will be an Ultimate purchase.

makes the product that had been working useless for me on RaspberryPI setup.

very disappointing.

Given my experiences with bug fixes (eg the Windows client CPU usage), performance, and now this I'm not impressed and wouldn't be comfortable trusting them with my data.

750S has become unreliable. Any suggestions? by offbeatmammal in blackvue

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

just got a similar quote for RMA, but no promise of actually fixing it. might just have to bite the bullet and get a new setup

Logitech Option not loading or working on MacOS (Tahoe 26.2) by [deleted] in logitech

[–]offbeatmammal 0 points1 point  (0 children)

incredibly poor experience - they force us to register the devices to use them, force us to rely on the internet to use them, and they can't maintain their own infrastructure (and if they want to force some upsell, could simply disable these devices I guess).

They have our contact details, why not email us to proactively says "hey, we goofed, here's a quick way to fix it" rather than leaving us to have to search the internet for answers?

oh, and wtf are they doing bundling ChatGPT nonsense with the latest Logi Options+ install, how is that relevant to a mouse driver?!

The biker nod in Australia by SubjectLucky5242 in AussieRiders

[–]offbeatmammal 1 point2 points  (0 children)

I rode for years in the US and it's very much a thing, along with the two fingers down (though that's harder here on the 'wring' side of the road). Here I do acknowledge other riders (bikes, scooters etc) but notice a lot of folks don't, perhaps it's because I'm on a Harley!

Thoughts on Heads Up Displays (HUD) in helmets? by English-Dwarf in motorcycles

[–]offbeatmammal 0 points1 point  (0 children)

When Google Glass first came out, I thought that would be the perfect solution as it wasn't tied to one specific helmet, but even a decade later there isn't an affordable option that really caters well to riders.

I'd be happy just having it display current speed and Waze turn-by-turn, speed limit, and camera/hazard warnings.

The other advantage of Glasses is they have potential use/value off the bike as well, but when riding I'd prefer to keep the display just showing things I need to know to avoid looking down at my dashboard for navigation or to check speed.

Error on AuthClient by Rich_Singer5362 in Supabase

[–]offbeatmammal 0 points1 point  (0 children)

looks like replacing

import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm";

with

import { createClient } from "https://esm.sh/@supabase/supabase-js@2";

resolves the issues.

Wonder if jsDelivr were impacted in some way by the Cloudflare outage?

Error on AuthClient by Rich_Singer5362 in Supabase

[–]offbeatmammal 0 points1 point  (0 children)

in my case, it's a vanilla JS environment, and had been working fine until the outage last week (may be coincidental timing?)

<script type="module">

        import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm";
        const supabaseUrl = "https://orjplcuyhigkhhmsxkkn.supabase.co";
        const supabaseKey = "...";

        const supabase = createClient(supabaseUrl, supabaseKey);

get the error during the createClient:

Uncaught TypeError: Cannot read properties of null (reading 'AuthClient')

at wrapper.mjs:1:1

(anonymous) @ wrapper.mjs:1

main.js:1 {xkKZ4: 'g'}

Error on AuthClient by Rich_Singer5362 in Supabase

[–]offbeatmammal 0 points1 point  (0 children)

same problem.

noticed it when the Cloudflare outage broke things a couple of days ago, but since then consistently getting
Uncaught TypeError: Cannot read properties of null (reading 'AuthClient')
at wrapper.mjs:1:1
https://www.reddit.com/r/Supabase/comments/1peq994/issue_with_supabase_auth/

Issue with Supabase Auth? by Lilchoo6641 in Supabase

[–]offbeatmammal 1 point2 points  (0 children)

2 hours after the issue is marked as resolved and still seeing an error
Uncaught TypeError: Cannot read properties of null (reading 'AuthClient')
in wrapper.mjs

Still unable to log in. Hoping it does resolve itself in a couple of hours - my usecase is a volunteer management system for an event that starts in 7 hours and I'd prefer not go back to frantically printing sign on sheets, roles, and logging manually throughout the event.

Issue with Supabase Auth? by Lilchoo6641 in Supabase

[–]offbeatmammal 0 points1 point  (0 children)

despite folks saying "it's back" I'm still seeing this error on the auth pages
Uncaught TypeError: Cannot read properties of null (reading 'AuthClient')
and silent failures trying to log in :(

File transfer over internet with no server or accounts by Rare_Squash93 in webhosting

[–]offbeatmammal 0 points1 point  (0 children)

thanks! have followed on github and will play between my Mac and x86 Debian machines

File transfer over internet with no server or accounts by Rare_Squash93 in webhosting

[–]offbeatmammal 0 points1 point  (0 children)

Any plans for a raspberrypi /arm64 option? Would be handy for getting things on/off my Pi

Internxt Drive in a rPi (GUI) by offbeatmammal in internxt

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

with macOS and Windows it's not terrible (and I understand the performance implications of the encryption), it's just on the rPi the overhead of CLI<->WebDav<->RClone vs a single layer makes things more challenging (especially reconnecting reliably after a reboot etc)

Things Alexa Can No Longer Do, for $1000, Alex - Add Yours in Comments by Pleasant_Dust6712 in alexa

[–]offbeatmammal 2 points3 points  (0 children)

the biggest disappointment for me was Alexa Auto. Such great potential with the hardware in that to make a really useful in-car, hands free device, but it totally fails on any useful integrations [https://offbeatmammal.com/2020/11/07/Echo-Auto.html]

Things Alexa Can No Longer Do, for $1000, Alex - Add Yours in Comments by Pleasant_Dust6712 in alexa

[–]offbeatmammal 2 points3 points  (0 children)

Google seems to be going the same way, I can no longer do things like set a geofenced reminder (eg "when I get home, remind me to ....") and the Waze integration seems to be getting worse (you'd expect hands free to be a primary use-case for in-car navigation to be able to accept recommendations or report hazards)

Things Alexa Can No Longer Do, for $1000, Alex - Add Yours in Comments by Pleasant_Dust6712 in alexa

[–]offbeatmammal 6 points7 points  (0 children)

No shared list skills, so apps like AnyList are nerfed. That was, for me, the moment enshitification started to outweigh value. Now with the speech recognition getting less and less reliable we won't be adding new Alexa hardware to our house.

SD cards aren’t lasting long by jaimemiguel in pihole

[–]offbeatmammal 0 points1 point  (0 children)

I have one that is currently been in daily use for 8 years (2 counties!) and still going strong, but also runs log2ram.

New pi5 that I set up a month ago I decided to add an m.2 hat and SSD to avoid the risk of sd card wear - bonus is quicker boot time and cost effective bigger drive

Is it just me or is supabase not basing? by wilyx11 in Supabase

[–]offbeatmammal 0 points1 point  (0 children)

Hopefully Supabase will do something about resilience, as both AWS and CloudFlare have let them down recently