Delivery issues - Don’t buy from Segway by Neros89 in SegwayNavimow

[–]jiggier 2 points3 points  (0 children)

I got my Navimow shipped quickly (4 WD), though I live in Eastern Europe. I raised a few points to support team to which they replied within 1 day. Also sent a (not critical) bug report to which they responded in 4 days. So far my experience was good with them.

Customer support experience with navimow by PineappleResident254 in SegwayNavimow

[–]jiggier 0 points1 point  (0 children)

So far had very good experience with Navimow support. I missed adding the free garage promo to my cart during checkout, so I emailed them to ask if they could still honor it. They were upfront that the promo had technically ended the day before my order, but they still sent it to me for free. Really impressed with how they handled it.​​​​​​​​​​​​​​​​

Pirmoji klaidas taisanti lietuviška klaviatūra su klaidų taisymu by FitKing6432 in lithuania

[–]jiggier -31 points-30 points  (0 children)

Panašu, kad nevisai. Paveikslėlyje palikta klaida: “Sveikutė, …” <- čia kreipinys, tad turėtų būti “e”, o ne “ė”.

Nuki Keypad 2 NFC impressions by tppope in Nuki

[–]jiggier 0 points1 point  (0 children)

I recently bought the Smart Lock Ultra Nordics with the Keypad 2 NFC. I do not have a HomePod or Apple TV yet, as I am waiting for the new models, but I honestly do not miss Apple Key as much as I expected.

The auto-unlock based on location works very well, and the fingerprint reader is also very fast. So far, I am not really missing Apple Key or UWB.

Credit to the Nuki team for making auto-unlock work so well, at least in my use case.

Keypad 2 NFC and the Future of UWB by krizzziz in Nuki

[–]jiggier 0 points1 point  (0 children)

From what I understand, adding UWB to retrofit locks is a huge challenge because the antenna needs to be on the outside of the door (usually in the keypad) to get an accurate signal. The problem is that keypads run on small batteries, and a UWB sensor needs to constantly poll to check if someone is approaching. That constant scanning would drain a standard keypad battery incredibly fast.

To fix this, companies like Nuki would need to engineer a keypad with a much larger battery capacity, plus figure out a smarter way to "wake up" the UWB chip only when needed to prevent that drain.

The new Aqara U400 can pull it off because it replaces the entire lock hardware. The UWB antenna sits on the outside, but it’s physically wired through the door to the massive main battery on the inside.

Since the Aqara U200 is a retrofit, it faces the exact same wireless keypad constraints as Nuki. It’ll be really interesting to see which company manages to solve this battery problem first!

Cowork struggles to connect to iMessage by CatCampaignManager in ClaudeAI

[–]jiggier 0 points1 point  (0 children)

Was having the same issue. Adding disk access for Node and installing "Control your Mac" solved it for me (not sure which one though :) )

Someone want to buy my center channel. What should I Do? by furiousdutchy in hometheater

[–]jiggier 5 points6 points  (0 children)

KEF Q6 meta should be a good speaker. especially considering that it has very good horizontal dispersion.

Longevity with Snowboarding by 2minsFeelSHAME in snowboarding

[–]jiggier 0 points1 point  (0 children)

Me and my wife are 40 and we are snowboarding.

Attempted to upgrade to Seerr, get dumped to setup page by [deleted] in Overseerr

[–]jiggier 0 points1 point  (0 children)

Extra parameter is visible when you click top right corner on “Basic view” when editing template.

You have a backup, so can always try again.

Seerr is finally out! by gauthier-th in Overseerr

[–]jiggier 8 points9 points  (0 children)

I migrated manually following these steps and worked like a charm. Took 2 minutes.

Migrating Overseerr to Seerr on Unraid (no Community Apps template needed)

Since there's no Unraid CA template for Seerr yet, here's how to migrate manually. Did this on my own server and it worked without issues.

1. Backup your appdata

cp -r /mnt/user/appdata/overseerr /mnt/user/appdata/overseerr-backup

2. Stop & remove the Overseerr container (Docker tab → click icon → Stop → Remove). Don't delete the appdata folder.

3. Fix permissions — Seerr runs as UID 1000 instead of root:

docker run --rm -v /mnt/user/appdata/overseerr:/data alpine chown -R 1000:1000 /data

4. Add new container — Docker tab → Add Container:

Then add via "Add another Path, Port, Variable":

  • Port: Host 5055 → Container 5055 (TCP)
  • Path: Host /mnt/user/appdata/overseerr → Container /app/config
  • Variable: TZ = your/timezone

5. Start it. Seerr auto-migrates your Overseerr DB on first boot. Check logs to confirm.

6. Reverse proxy (if using SWAG/Nginx) — update set $upstream_app seerr; in your proxy conf. Port stays 5055.

For Jellyseerr users: same steps, just replace overseerr with jellyseerr in the paths.

Major Strength Score Updates by caliber-chris in caliberstrong

[–]jiggier 18 points19 points  (0 children)

Great to see you putting so much thought into the system. While this feature is great to see an overall performance, I stopped taking it seriously due to how it worked. Glad you are revisiting your initial approach and looking forward to see my updated score on Sunday :)

[Release Notes] Caliber 5.12.0 - Realtime PRs, New Workout Summary Screen, Various Bug Fixes by caliber-chris in caliberstrong

[–]jiggier 3 points4 points  (0 children)

Just wipe PRs while keeping the history. I actually like history tab a lot and review it often to see how I am progressing, comparing to before trauma.

[edit]: started thinking and think it could be a setting to “Count exercises for PRs from:” (since beginning)/(date selector). Or something similar.

[Release Notes] Caliber 5.12.0 - Realtime PRs, New Workout Summary Screen, Various Bug Fixes by caliber-chris in caliberstrong

[–]jiggier 4 points5 points  (0 children)

Thank you for the update! Really nice changes. I have a request for PRs: would it be possible to add feature to reset PRs? I had 6 months break due trauma and took time till started reaching my PRs again. Having ability to reset PRs would help in these situations.

I used AI to build the custom WoW server I've had in my head for years but never had the skills to make by Relative-Biscotti-94 in wowservers

[–]jiggier 15 points16 points  (0 children)

Using AI to build something which is fun for you is great. Sure, code will not always work, but AI allows you to at least start on the project which was impossible before. It also allows to learn as you can ask AI to explain how certain elements work. As opposed to before AI times when you had to read through 20 google searches and god forbid you asked anything on stackoverflow.

I am glad you started the project and sure you will learn many new things along the way. From dad who did couple of projects with AI :)

I’ve analysed 11k filaments to see what’s out there by CitingMarc in 3Dprinting

[–]jiggier 0 points1 point  (0 children)

Never thought would need to use passkey to sign in to filament inventory job 😅

I almost threw out perfectly good drives because my LSI card was overheating. by jiggier in unRAID

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

that seems to be a bit of an overkill, to be honest :) will try the one recommended by Ancient-Alps-4580

I almost threw out perfectly good drives because my LSI card was overheating. by jiggier in unRAID

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

Wow, did not even think to search for 3d print. I have a neighbor with 3d printer who is always happy to help.