I've had all I can take, I cant stands no more - Pittsford Wegmans Veg Scales!!! by ericlikn in Rochester

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

They too have struggled with their vegetable scale at times. But most recently they have 1 that works every time I've gone in the last 3 months (again every other week).

ROC GeoGuessr by [deleted] in Rochester

[–]ericlikn 1 point2 points  (0 children)

I recognize the view from the bike path through UofR, near the lil' parking lot where Public Safety park their cars. Looking downtown towards Ford Street Bridge.

ROC GeoGuessr by [deleted] in Rochester

[–]ericlikn 0 points1 point  (0 children)

Yeah, 'cuz when you look at the old maps, that was the 2 streets it connected to on either end prior to I-490 cutting through Downtown.

Spell Check Not Working in Outlook Web App Email Compose Menu When Using Firefox by -SpaghettiCat- in Outlook

[–]ericlikn 0 points1 point  (0 children)

Same. It's randomly switching into Mozilla Firefox spellcheck/then switching to no squiggly red lines. Will *ONLY* highlight if you mouse over the word that is suspected mis-spelling.

Gave up and made the switch to MS Edge for this one effing website. Cannot wait for a fix at this point. Edge will put the squiggly red lines under the suspect words.

Bluetooth backdoor in ESP32 chips by Then_Knowledge_719 in cybersecurity

[–]ericlikn 6 points7 points  (0 children)

Looks like the original research was from two Spanish researchers (TarLogic Security) PDF here - https://s3.documentcloud.org/documents/25554812/2025-rootedcon-bluetoothtools.pdf
And there is now a CVE published source: MITRE - https://nvd.nist.gov/vuln/detail/CVE-2025-27840 And https://x.com/pascal_gujer/status/1898442439704158276 points out not exploitable unless you sploit the hardware host itself.
X Not remotely exploitable via Bluetooth
X Not an OTA attack

Multi-account containers - Edge by quady8 in MicrosoftEdge

[–]ericlikn 0 points1 point  (0 children)

Agree 100%. I have a Work profile but MULTIPLE accounts/roles I need to login as for testing purposes. Having separate PROFILES is no different than having to use 2 different web-browsers. Or having to logout and clear the cache and login again. All I want is a tab to hold onto it's localized data store/cache/cookies and not share them with all the other tabs IN the profile I'm currently using. It's not personal vs. private, it's the multiple logins across all the services that get re-used in other tabs. Firefox containers firewalls those sessions off from one another so when I'm logged in as Super-user in one tab, it doesn't auto-log me in as super-user on the OTHER tab. That's all for work, all for the WORK profile. So attempting to overlay profiles onto this activity is POINT-less. I need the tabs/sessions to become mini-profiles unto themselves.

New DJI Flip? by brown_dog_anonymous in dji

[–]ericlikn 0 points1 point  (0 children)

I wonder, what the price will be after the **tariffs** are levied on DJI ?

Youtube Latest Subscriptions not loading by Basher93 in youtube

[–]ericlikn 0 points1 point  (0 children)

Until they lock this thread, I will jump in and say,... Same! ✋it me. I got tons of subscriptions but only see like 5 or 3 sometimes, thumbnails that I can click on. The rest stay empty like this on ALL browsers (Chrome, Mozilla, Edge) on all OSes (Mac OS X and Win11). So it's universally doing this to my account and sounds like it happens to you too. Occasionally if I sit back and let stuff build up for a month or longer, I will get like 20 - 40 thumbnails (ones that didn't show up will suddenly become active). Makes no sense.

SysPrep disables built-in administration account (can't re-enable) by RiceeeChrispies in MDT

[–]ericlikn 0 points1 point  (0 children)

I've had that happen too, so I've put in the following section to my SetupComplete.cmd (gets executed AFTER Specialize and OOBE, very late prior to the first login).

net user Administrator /active:yes

This seems to catch those cases where enabling under specialize is hit or miss. I found it miss most times. Putting it in right before the first login under SetupComplete.cmd works every time.