• 0 Posts
  • 24 Comments
Joined 2 months ago
cake
Cake day: August 16th, 2024

help-circle





  • Yes, for sure!! I hope my call for policitcal action didn’t come across as “don’t do anything and wait for politicians to sort it out!”.

    I was trying to get at the need for collective discussion and action, over the idea of a climate change fix that’s based on people’s feeling superior for their individual actions, especially because without political change, a lot of even the individual changes we need to make (more heatpumps, EVs over ICEs, etc) are only accessible to those with sufficient wealth.








  • I don’t agree they’re looking at all areas at once, solar, wind and the net zero per mw by 2030 goal only relate to energy, not things like gas heating reduction, or public transport etc. Energy is also one of the few areas where as a country we’ve already made quite a bit of progress. There are points where only 10% of the UK’s energy comes from fossil fuels.

    In fairness, I did share the wrong article, sorry! Here’s the actual opinion piece it’s referring to (which was written in the Sun, I agree it’s a shit rag, but Kier Starmer chose to publish in it, so here we are): https://www.thesun.co.uk/news/30853358/keir-starmer-great-british-industry-net-zero/

    Specifically, the bits I’m referring to are:

    This ground-breaking technology, known as Carbon Capture Usage and Storage, is a game-changer in our efforts to fulfil our legal obligations to reach Net Zero by 2050 in a sensible way, while supporting jobs and industry.

    Shifting focus onto onto bare minimum meeting of legal obligations and positioning carbon capture as a central part of that strategy.

    To those drum-banging, finger-wagging extremists I say: I will never sacrifice Great British industry.

    Said in opposition to people wanting regulation of carbon emissions over carbon capture investment.

    But this is a third way that brings industry with us on our path to Net Zero

    Again, in opposition to regulating emissions more strictly.

    To be 100% clear, this is speculation from Labours messaging that implies they’re gearing up for a massive backslide, we won’t know for sure until their budget is announced over the next few weeks. I think this is where a lot of objection comes fron though. If we see large investment in public transport and heat pumps, and regulation of emissions, then I’ll be extremely happy to be proved wrong.





  • Short answer is no, I think because what tools you need for programming change so much based on the development you’re doing. C++ developers need compiler toolchain stuff that Javascript developers would never need to look at and vice versa.

    Curveball answer is that modern extensible IDEs with the power of language servers and plugins have kind of become this. I’d massively recommend properly getting into one of the following and learning how to configure new languages and plugins:

    • VScode
    • Neovim
    • Emacs
    • Helix

    (Sure I’ve probably missed some great options, feel free to flame me on why notepad++ should be OPs first choice)