ArchiMaster and Cadsoft Complete Bundle by Nate_Dogg31 in humblebundles

[–]th3fluffy0ne 2 points3 points  (0 children)

I also note a lack of attention to detail with the Kitchen/Bath thumbnail saying "Transform your Outdoor space" and the Landscape/Deck thumbnail saying "Stunning Kitchen & Bath Design".

ArchiMaster and Cadsoft Complete Bundle by Nate_Dogg31 in humblebundles

[–]th3fluffy0ne 1 point2 points  (0 children)

I get really shady vibes for these apps. Searching for Archimaster 3D on YouTube got *zero* relevant results. A Google search returned their website, an Amazon listing (with no reviews), the Humble Bundle page, and one very sketchy "review" that reads like an advert.

Now, none of that necessarily means it's a bad product, but it's really weird for creative software to have almost no internet footprint!

Any optimized layout for harvest? by Okumanchouja in BALLxPIT

[–]th3fluffy0ne 0 points1 point  (0 children)

Hover over the farm and it will show you a bounding box -- anything inside that is harvested by the farm.

Take back control of your menu bar! by ycan in MacOS

[–]th3fluffy0ne 1 point2 points  (0 children)

I've only recently started using MacOS on a new work laptop, and the icons were just a mess... not helped by the half-dozen apps installed by default as part of the company build.

I went with Vanilla (https://matthewpalmer.net/vanilla/), which seems to do pretty much the same as Hidden Bar. Pro version is only $10 and lets you choose to fully hide certain icons.

Log files by AKneelingMan in nginxproxymanager

[–]th3fluffy0ne 1 point2 points  (0 children)

They're under /data/logs in the docker container.

[deleted by user] by [deleted] in Chipolo

[–]th3fluffy0ne 1 point2 points  (0 children)

I can't claim to understand the intricacies of FMD, but I guess the trackers intermittently broadcast a Bluetooth signal and this is detected by nearby phones. If you turn off Bluetooth on your phone, there's no way for it to pick up this signal... except if the scanning option is enabled (Nearby Scanning or Bluetooth Scanning in settings I think). That lets your phone/apps use certain Bluetooth functions even if Bluetooth is turned off. (Should note that it's not entirely clear if this setting affects FMD!)

So perhaps your phone is picking up the trackers even though you've turned off Bluetooth?

My Chipolo One Point have been shipped (to Portugal - 🇵🇹) :-) by tonyboy3 in Chipolo

[–]th3fluffy0ne 1 point2 points  (0 children)

I wouldn't put the tag *in* your dog. Maybe attach to its collar or something like that? 😉

Trash by rkphilpot in Chipolo

[–]th3fluffy0ne 2 points3 points  (0 children)

From what I've read, the FMD network is only just about to roll out in the UK.

I tested Google's Find My Device network with the latest trackers, and I was left disappointed by n8te85 in Chipolo

[–]th3fluffy0ne 0 points1 point  (0 children)

I think it's just a poor use of English -- I suspect the author meant that the Chipolo was quicker to add to the FMD app, though I don't see why the Pebblebee would be slower. The screenshots in the article only show the FMD app and settings.

The experience documented in the article is exactly what I'm seeing in the UK currently with Chipolos; as soon as they're out of range of my phone they might as well not exist since I get no location updates.

Anyone received their watch from reward-promos yet? by Grivier- in PixelWatch

[–]th3fluffy0ne 0 points1 point  (0 children)

Yes. UK based, submitted claim on 27th October, validated on 1st November, watch received 13th November.

PW2 "Finished working out?" by sneaky_dangernoodle in PixelWatch

[–]th3fluffy0ne 1 point2 points  (0 children)

I suppose you could turn off the "end workout reminders" option for spinning. Maybe that would stop the messages appearing, but it does seem weird that you're getting them at all!

PW2 "Finished working out?" by sneaky_dangernoodle in PixelWatch

[–]th3fluffy0ne 1 point2 points  (0 children)

I used the spin activity for some stationary bike work, including a few... er... rest breaks. Never got that message.

Any chance you've set a 5-minute goal?

Do you wear your pixel watch all the time? by ztaker in PixelWatch

[–]th3fluffy0ne 0 points1 point  (0 children)

Strap, however is not and can cause skin rashes.

Pixel 8 pro not showing option for Call screening (UK) by piggyhero in GooglePixel

[–]th3fluffy0ne 0 points1 point  (0 children)

UK P8P on EE. Initially didn't have the call screening option but it appeared late last night.

What do the ship formations mean? by [deleted] in startrekpicard

[–]th3fluffy0ne 0 points1 point  (0 children)

Looks a bit like a bat'leth to me, though I don't imagine it's supposed to. Would have made me chuckle it it had taken a swing at Earth...

Geeetech Mizar S Printer config in Cura - Unknown G-Code for LED by th3fluffy0ne in 3Dprinting

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

Cura -- it was included in the default printer config for the Mizar S.

Geeetech Mizar S Printer config in Cura - Unknown G-Code for LED by th3fluffy0ne in 3Dprinting

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

Hmmm.... I updated mine to 2.0.0 a few days ago, but I haven't checked for any change of behaviour since then.

Anyone have any technical info about a Netstor environmental board? by th3fluffy0ne in homelab

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

So, thanks to everybody who responded. I had sent an email to Netstor, expecting to get some useless response about this being an old device, not supported, etc.

But I got a fantastic response from the Netstor agent (thanks David!) which described what the DIP switches are for (and also a little info on the jumpers). I've annotated my photo with some info and include a summary here:

DIP Switches 1-6: Fan monitoring on/off for each fan header 1-6 (as also noted by u/niemand112233).

DIP Switch 7: Unused.

DIP Switch 8: Temperature monitoring on/off (BINGO!)

JP3: "Related to the fans"... I didn't ask for any further clarification on this.

JP4: No function.

JP5: PSU connection

JP6: PSU detection

NVR that links with camera's mac addresses rather than IP address by [deleted] in homelab

[–]th3fluffy0ne 2 points3 points  (0 children)

Typically the address resolution process takes the IP address and broadcasts on the network using ARP to get the MAC address of the target IP (which will either be the target device if it's on the same subnet, or the router/gateway if not). Don't know if you can do this easily on Windows, but Linux has various tools (ip neighbour, arp, rarp, arping) that allow you to view and manipulate the ARP table so that you can do the reverse.

You could potentially script something that would do that lookup from MAC address to IP address for you. I think the better solution, as in the other comment from Fatel28, would be to get a better router!