Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment We will avoid it late and suddenly, or not at all (Score 1) 176

I don't think we should expect to see steady progress toward a climate solution, I think it's going to happen quite suddenly after some combination of the technology to do it getting cheap enough and the climate producing enough "shit's getting real" moments for a large fraction of the first-world population. At that point either we'll get our asses in gear and set up oceanic and atmospheric carbon sequestration megastructures all over the planet with maybe a little SRM sprinkled on top, or we'll be too distracted or impoverished to do anything about it for some silly reason or another and all the disastrous predictions will come true because this is a problem we're collectively too stupid as a species to solve. That's a real possibility.

Comment Re:That dog won't bring home Huntsman's Rewards (t (Score 2) 158

it will also hopefully change the whole "Business Class" airline travel landscape

currently, Business has become exorbitantly expensive. Recently United wanted $10K for a ticket from Buenos Aires to Tokyo. It's ridiculous, but this keeps happening due to rewards cards. I know very well that most people in those flights have NOT paid 10K out of pocket. Most are just upper-middle class with thousands of miles in CC rewards, or a company is paying for it.

I expect once those seats keep going empty, airlines will lower prices to a more sane level.

Comment Re:Offline Appliances (Score 1) 155

I just run Home Assistant with a ZigBee network. ZigBee is just completely offline and it works great. It's a mesh network too.

For other things, I run ESPHome which is a platform built on top of ESP8266/ESP32 MCUs to make "smart devices" very easily. my "smart floodlights" are just cheap floodlights with a ESP8266 and a relay. They're connected to wi-fi and I can turn them off and on remotely, for example, to turn the outside lights when i hear a noise at night

My camera system is ESP32-CAM boards. Under $5 will give you XGA resolution at around 15fps. Wi-Fi only but it's good enough for my needs. Any camera system I get has to support offline mode. Ideally with RTSP.

Comment Re:Wrong angle? (Score 1) 68

Banning this type of filling from being used in the first place is also a good idea, but banning the cremation of these fillings is more effective and important. If they just ban these fillings from being put in, then the problem will persist unabated until at least after the death of the last person who already has one.

I suspect they're a lot more careful with the corpses of people who have nuclear-powered pacemakers etc...

Comment Re:Typescript is great (Score 1) 38

Why would anyone use "bare javascript" instead of TS is beyond me.

A couple years ago some high profile libraries ditched TS and moved to bare JS because it was "holding them back". But then again, idiots developing JS libraries love to break API compatibility completely in every major release. And not like "yeah let's rename this argument because my OCD prevents me from being productive if i see this name).

No like, "let's completely rewrite the codebase and make a fundamentally different product, but call it a new version".

I'm looking at you, "React Router"

Slashdot Top Deals

All laws are simulations of reality. -- John C. Lilly

Working...