So two different RGB LED down lights: on the left is an Atom rubbing the Wiz IoT platform and costs A$43. I’ve run 2 of these for a couple of weeks and they’re “ok”, painful to connect to @home_assistant and needed a custom integration manually installed idealelectrical.com/aie/category/L…
On the right is what looks like a generic brand from @OzSmartThings (who have *awesome* service!) at A$35 and works with Tuya which has a nice integration already with @home_assistant and I'm presently using it for a bunch of other devices ozsmartthings.com.au/collections/fe…
Most obvious visual things about the second (cheaper) lights are a wider light surface area (80mm v 70mm), flush fit to the ceiling and all circuitry built into the light unit rather than the inline box. Promising, let's chuck one in the roof and see how it goes...
The issue of the old square plates from the previous lights leaving an outline aside, visually they’re much of a muchness and I don’t care too much for one over the other. Maybe the newer flusher unit just because it’s a little neater.
So how do you pair the new ones? Let’s start with the TROUBLE SHOOING guide and go from there 🤣
Let’s add a ceiling light - oh, they’re “coming” soon. No biggy, let’s pretend it’s an LED strip and that works just fine and it’s now a “smart bulb” 🤷♂️
An in-place back-to-back:
Interesting delay in the different lights too, definitely want to end up having the same brand in one one room
• • •
Missing some Tweet in this thread? You can try to
force a refresh
The Pornhub story regarding age verification shows just how hard privacy-preserving identifying verification is. Even when everyone agrees on the sentiment (nobody is saying kids should have access to porn), there’s no consensus on the execution. 404media.co/pornhub-is-now…
It took me a few seconds to VPN into Texas and capture these screens. It takes someone in Texas a few seconds to VPN into California and *not* see these screens! It costs a few bucks a month for a good VPN with loads of exit nodes around the world, placing you where you want.
I suspect that factored into Pornhub’s decision - the knowledge that they can satisfy a state law whilst not posing any real barrier to paying customers. If someone is willing to pay for porn, surely they’re willing to pay a lot less for a VPN to access it?
Was confused whilst doing my live stream just now why there was a sudden spike in DB usage on @haveibeenpwned. Turns out it was related to *dropping* this constraint:
ALTER TABLE [dbo].[Domain] ADD CONSTRAINT [CHK_DomainName_Pattern] CHECK (([dbo].[IsDomainValid]([DomainName])=(1)))
We'd decided a constraint that calls a function on every insert of a new domain was unnecessary; all it did was validate that the string adhered to the correct pattern, but because we controlled the upstream code, we could do that before it even hit the DB.
Hi folks, yes, I'm aware of this. I've been in communication with the Internet Archive over the last few days re the data breach, didn't know the site was defaced until people started flagging it with me just now. More soon.
This was a very uncomfortable breach to process for reasons that should be obvious from @josephfcox's article. Let me add some more "colour" based on what I found:
Ostensibly, the service enables you to create an AI "companion" (which, based on the data, is almost always a "girlfriend"), by describing how you'd like them to appear and behave:
Another cool little @Cloudflare thing that snuck out recently is this very simple security.txt creator:
It's a simple form-based configuration that takes the basics of a security.txt file in the following interface:
Because @cloudflare sits in the middle of the traffic, they can then intercept requests to the appropriate path and serve up the file. Here's one I just created: troyhuntsucks.com/.well-known/se…