[-] houseofleft@slrpnk.net 1 points 43 minutes ago

Think you're confusing the French Revolution (violent uprising of the French against their aristocratic rulers during the Enlightenment) with the French Resistance (Underground movement during WW2 that resisted Nazi occupation)

[-] houseofleft@slrpnk.net 1 points 1 day ago

I think his politics are pretty far right, at least based on this video: https://youtu.be/nvQ-ZY460WQ

[-] houseofleft@slrpnk.net 16 points 2 days ago

Here's my hot tip! (ok maybe luke warm)

Write as much of your CICD in a scripting language like bash/python/whatever. You'll be able to test it locally and then the testing phase of your CICD will just be setting up the environment so it has the right git branches coined, permissions, etc.

You won't need to do 30 commits now, only like 7! And you'll cry for only like 20 minutes instead of a whole afternoon!

[-] houseofleft@slrpnk.net 20 points 2 weeks ago

Man, I sure wish cybertrucks had been around to deflect when I spent 7 years driving a Fiat Panda.

[-] houseofleft@slrpnk.net 26 points 3 weeks ago

This is the dumbest bet you can make and more or less the definition of lose/lose- if we fail to move off greenhouse gasses, what kind of mad max style future are you hoping to be rich in?

58

I'm looking to purchase a bike (probably second hand) and I want to make sure that it'll be easily repairable in the future for at least standard maintenance stuff.

Thing is, I don't know anything about bikes- I've heard people say off hand that modern bikes might perform better but are less maintanable, is this a thing? What qualities/features in a bike tell me that it'll be easier to maintain in the long run?

[-] houseofleft@slrpnk.net 35 points 3 weeks ago

By the power invested in me by, well, nobody whatsoever, can I just take a minute to say, let's all cool down a little in the comments!

There's a lot of arguing against:

  • The idea that acknowledging the tragic reality of climate change makes you defeatist
  • The idea that because we have had some great advantages in green tech we can sit back and let climate change fix itself

I don't see anyone making those arguments here though! Just lots of people concerned about climate change with different skews of how positive/negative we should feel.

Personally, I swing between powerful optimism and waking in terror at 3:00am for the future we're hurtling towards. I'm sure other people are the same, so let's just be friendly to the fact that other people are in different vibes to us.

There are some people working together very well right now to dismantle the climate, so let's all remember that when we're talking with each other.

Peace and love!

[-] houseofleft@slrpnk.net 26 points 1 month ago

It doesn't split, but I'd guess 99.9% of those online meets are dating apps (rather than other ways of meeting online).

That's kind of sad, not because there's any one way people should meet, but because meeting people is now mostly mediated through for profit companies.

[-] houseofleft@slrpnk.net 20 points 1 month ago

AI: "Have you tried funding public transport and regulating the carbon industry?"

Ok, now we need to make a new AI so that AI can solve global warming but without using an existing solution that might marginally inconvenience the mega rich.

[-] houseofleft@slrpnk.net 28 points 1 month ago* (last edited 1 month ago)

Public transport would be a much more effective and cheaper solution, but we're all looking at EVs because it means not having to change anything about the status quo.

2
Fun with Hy and Pandas (benrutter.github.io)

cross-posted from: https://slrpnk.net/post/13881784

Hy (a lisp built on top of Python similar to how Clojure is built on top of Java) released v1 recently. I couldn't resist playing with it and found it worked sooo nicely. Thanks all the maintainers for creating a great language!

4
Fun with Hy and Pandas (benrutter.github.io)

Hy (a lisp built on top of Python similar to how Clojure is built on top of Java) released v1 recently. I couldn't resist playing with it and found it worked sooo nicely. Thanks all the maintainers for creating a great language!

[-] houseofleft@slrpnk.net 20 points 1 month ago

I work in the UK energy sector, and that's definitely not true! About 1/3 of our energy comes from wind which is somewhat but mostly not stored.

Fossil fuels end up doing the work of balancing the grid during times when wind and solar are low. That's not ideal, but a world where fossil fuels are used to balance renewable provision is much better than a world where they're the primary energy source.

We're running out of time to prevent the worst effects of global warming, and any increase in renewables provides some mitigation to the impact. Very few, if any, countries are at the point where current battery tech should stop them increasing their renewables.

[-] houseofleft@slrpnk.net 16 points 2 months ago

This is a cool diagram, but I think it makes it look like you can't combine stuff. Obviously solar and wind in a lot of cases just plugged straight into batteries for storage.

On the flippy floppy, hydropower can do both, but in completely different ways. If you build a dam, you can't generate electricity, and if you build a turbine, you can't store it.

I don't know what my point overall is. I guess just that energy is complicated, and there probably isn't a "one size fits all" fix.

40

Hey folks, appologies if this has been asked before (although surprisingly I couldn't find a similar post) - what solarpunk book, film, game, tv, etc recommendations does every have?

I'm only just discovering the genre, looking for some good starting points!

[-] houseofleft@slrpnk.net 23 points 2 months ago* (last edited 2 months ago)

I'm a data engineer, and have seen an ungodly ammount of 200-but-actually-no-stuff-is-broken errors and it's the bane of my life!

We have generic code to handle pulling in api data, and transforming it. It's obviously check the status code, but any time an API implements this we have to choose between:

  • having code fail wierdly further down the line because can't parse the status
  • adding in some kind of insane if not response.ok or "actually no there's an error really" in response.content logic

Every time you ignore protocols and invent your own, you are making everyone sad.

Will take recommendations of support groups I can join for victims of terrible apis.

view more: next ›

houseofleft

joined 3 months ago