• 1 Post
  • 614 Comments
Joined 7 months ago
cake
Cake day: June 9th, 2024

help-circle

  • There’s other use cases for that.

    The immediate one, and applies to my own living room, is that there’s one switch for the lights and it’s in the far back corner by the front door, and like 15 feet and around behind the couch from where you’d enter the living room from the rest of the house.

    The smart switch lets me turn the light on and off from the inside of the house without having to navigate the room and cats in the dark either via a voice command, mobile app, and ESP32 button.

    Though, and this is the next use case, I really don’t have to do any of those. The smart switch facilitates lots of fun things, and in this case that room has a mmWave occupancy detector that’ll turn the light on and off based on the time of the day and if there’s a human in the room or not. (mmWave stuff is super accurate compared to the older motion detection crap you’ll find in use in that you don’t have to actually be moving, because it’s good enough to determine if a human is in the room motion or not.)

    And, of course, since this is the living room and the TV is in there, it’s also tied into the media playback status of the TV to dim the lights when you turn the TV on, turn them off when you start playing a movie, and then turn them back on dimly after you pause, and then slowly increase the brightness over the next 5 minutes if you don’t resume playing the movie (unless everyone leaves the room, at which point it’ll turn the TV and lights off based on the occupancy sensor.)

    Also it’s useful for setting a timer: the backyard and front porch lights go on at sunset and off at sunrise, and the controller is smart enough to grab when this is on the internet so it stays accurate and timely year-round.

    So yeah, it’s maybe not life-changing by itself, but it’s seriously the backbone of a lot of automation I’ve got in place that simplifies having to even think about or do anything to adjust light levels based on where I am in the house and what I’m doing in the room.

    Disclaimer: this was not trivial to setup, the components required to make it are not off-the-shelf and require electronics and soldering knowledge and you have to understand the ESP32 ecosystem and how to modify code and deploy them to do what you want. It also then requires you to configure all of this in HomeAssistant, and in my case, requires yet another piece of software (NodeRed) and a ton of webhooks to make everything cooperate and work. It’s not trivial, it’s not for everyone, and it’s not a product most people could build on their own, so I don’t entirely disagree that a switch by itself is life-changing, but if there was a proper ecosystem around them where you could do this shit I think more than a few people would hop in.





  • Hopefully the Mastodon devs are paying attention to the features that bsky has that they don’t, and actually copy them rather than sit there and tell everyone that no, they’re wrong they don’t want that feature.

    I want to like Mastodon (or any platforms that are federated with them and trying very hard to be them) but they’re utter and total lack of interest in and development of features the community keeps asking for is going to keep it a niche option for weirdos while people keep hopping into corpo social platform after corpo social platform.


  • The biggest problem for smart homes for people who aren’t enormous nerds is that nothing works together with each other in a simple, coordinated way.

    And, of course, one of Apple’s biggest strengths is that they’ve built a cohesive ecosystem that, usually, works just fine with limited fiddling.

    Right now you’ve either got 14 apps for different shit, or you’ve built something like Home Assistant to try to glue together all this garbage into a coherent solution. I’ve gone that route, and it works mostly, usually, typically, fine-ish.

    It’s a shit experience, still, because it’s a pile of random plugins and code from random people glued into something that can’t stop fucking with existing and working features and thus is perpetually in need of updates and maintenance and fiddling.

    I wouldn’t bet against Apple being able to make a doorbell, security cameras, light switches, and a thermostat and then turning that into something that actually works properly in homekit, is kept updated, and is easy to configure and use and secure.

    That’s really the missing piece that nobody seems to have been interested or willing to go after.


  • You can share your wisdom and be of great value to the public without being in public office.

    At some point, though, you’ve gone from useful adult into honored elder, and while I’m not suggesting we put them all on ice floes, they shouldn’t be running the country, especially since more than a few of them clearly don’t even know which country they’re in, let alone how to run it.

    If you can’t walk, are having strokes, have developed dementia, and generally just sit around staring at the wall like my cat, perhaps it’s time to gracefully retire and go spend the rest of your life doing conferences and speaking engagements and whatever the hell else you want, not trying to legislate.



  • It is mostly professional/office use where this make sense. I’ve implemented this (well, a similar thing that does the same thing) for clients that want versioning and compliance.

    I’ve worked with/for a lot of places that keep everything because disks are cheap enough that they’ve decided it’s better to have a copy of every git version than not have one and need it some day.

    Or places that have compliance reasons to have to keep copies of every email, document, spreadsheet, picture and so on. You’ll almost never touch “old” data, but you have to hold on to it for a decade somewhere.

    It’s basically cold storage that can immediately pull the data into a fast cache if/when someone needs the older data, but otherwise it just sits there forever on a slow drive.





  • …depends what your use pattern is, but I doubt you’d enjoy it.

    The problem is the cached data will be fast, but the uncached will, well, be on a hard drive.

    If you have enough cached space to keep your OS and your used data on it, it’s great, but if you have enough disk space to keep your OS and used data on it, why are you doing this in the first place?

    If you don’t have enough cache drive to keep your commonly used data on it, then it’s going to absolutely perform worse than just buying another SSD.

    So I guess if this is ‘I keep my whole steam library installed, but only play 3 games at a time’ kinda usecase, it’ll probably work fine.

    For everything else, eh, I probably wouldn’t.

    Edit: a good usecase for this is more the ‘I have 800TB of data, but 99% of it is historical and the daily working set of it is just a couple hundred gigs’ on a NAS type thing.



  • One thing you probably need to figure out first: how are the dgpu and igpu connected to each other, and then which ports are connected to which gpu.

    Everyone does funky shit with this, and you’ll sometimes have dgpus that require the igpu to do anything, or cases where the internal panel is only hooked up to the igpu (or only the dgpu), and the hdmi and display port and so on can be any damn thing.

    So uh, before you get too deep in planning what gets which gpu, you probably need to see if the outputs you need support what you want to do.




  • underestimate how much work Mozilla does in standards and low-level shared API’s via w3c

    Oh, I didn’t mean to disparage the work they do: I know it’s important and extensive. I’ve been a Firefox user since, well, it was called Netscape. It’s a critical piece of software.

    I was mostly just rolling my eyes at the sheer panic they’re having with the only funding source they’ve bothered to cultivate going away, along with the fact that a good portion of that money is spent on things that aren’t the browser, and frankly, don’t bring a lot of value to the table or matter in the slightest.

    Dumping the Corporation baggage and making the Foundation strongly independent makes a lot more sense than begging to let Google keep paying them, which seems to be their approach, at least based on that open letter.