• 0 Posts
  • 14 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle
  • The biggest difference (from a fire perspective) is that firefighters can’t just throw water on an electric car in an emergency. Fires are less common for electric cars, but dealing with them when they are on fire is a lot more difficult (metal fires are nasty). There are some specialty suppressants that can be used, but they aren’t widely available - they’re expensive compared to water, you can’t just get them out of a city water hookup, and it’s difficult for a firetruck to carry them in high volume. Common practice is to just let an electric car fire burn itself out.

    This battery design sounds like it won’t self-ignite from overheating, which is good. But… crashes would be a concern. If the car were overheating or on fire (upholstery, gasoline splash from an ICE vehicle, lubricant oil, etc) it would be difficult to deal with safely. Sodium and water is… kind of spectacular: https://www.youtube.com/watch?v=X4aVueFmOHo


  • Your first concern should be your boundary firewall. You should have all ports closed except the ones that you are definitely using for external services. You should know which ports you have open and why, and what traffic, how much and how often you expect to see on those ports (8080 will have regular Internet use traffic, but your reverse proxy port should only have traffic when you’re away from home and actively using it), and you should monitor that traffic at the firewall every so often, and especially when you make changes to your network. Closed ports should be configured to drop packets rather than respond that the port is closed (stealth mode). On a home network, preventing unwanted incoming connections will protect you from the majority of malicious activity. It’s the most effective single thing you can focus on.

    The next thing would be to separate untrusted devices onto dedicated VLANs. This would be for IoT devices, gaming consoles, “smart” appliances, anything that connects to the Internet whose software you don’t have control over. They get isolated on a VLAN that only connects to the Internet and doesn’t allow local connections to devices on other VLANs, so the rest of your network doesn’t exist as far as they’re concerned. This should cut down on things like “smart” appliances taking inventory of your home network and reporting it back to the manufacturer’s servers.

    If you do these two things, and you’ve got your reverse proxy configured properly so that other people can’t break into it, you should minimize unwanted connections to your network and your server/containers should be fine with default internal firewall policies. The only reason you would need to do more is if you expect a direct/intentional attack by a motivated hacker, but in that case there’s not much you can do unless you’re an expert.

    If you want to go further, try implementing the community version of runZero:

    https://www.runzero.com/platform/community-edition/

    https://help.runzero.com/docs/self-hosting/

    https://www.cisa.gov/resources-tools/services/runzero-community-edition

    This is a network visibility tool that will discover and identify devices. To get a really complete look, you would run it from inside your network and deal with anything that you don’t think should be accessible, then run it again from outside your network to see what a potential attacker would see.




  • My impression is that it is usually a very different group of people saying carbon capture is an impractical solution to the people saying wind turbines or solar are a pipedream

    Today, yes. In the 90s, not really. Solar and wind have benefited massively from government subsidies to develop out of the prototype stage and into proven effective technologies.

    I’m not saying carbon capture is definitely effective, I’m saying there hasn’t been enough investment in the field yet to determine if it is or isn’t.

    Without some means of effective carbon capture, this synthetic fuel project has no environmental benefit.








  • The cycle starts with carbon dioxide (CO2) being removed from the biosphere or atmosphere and transformed into alcohols like methanol or ethanol.

    This part seems problematic. There’s not a lot of specifics in the article, so I assume for the research they are just using supplied CO2, it doesn’t sound like they’re actually doing any atmospheric gas capture and refining as part of this work.

    Based on this, the fuel itself won’t be any less polluting. The green side of it depends on recapturing CO2 from the environment, which will ultimately be released again when the fuel burns.

    The biggest upshot is that this possibly creates an economic motivation for carbon capture, rather than just being a dead-end cost sink, and that might be helpful. If you can make a profit pulling CO2 out of the atmosphere and reselling it as fuel, there might be actual demand for this technology.

    Two problems:

    1. The cost to implement the capture-refine-synthesize process will have to beat out the existing oil industry’s drill-pump-refine process. I doubt OPEC will be a friendly competitor.

    2. Best case scenario, this turns into net-zero carbon fuel for vehicles. It doesn’t actually reduce the average level of carbon in the atmosphere, because what is capture is constantly released again. Still, if this pushes money into the carbon capture industry that could be beneficial.