• 1 Post
  • 14 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2023

help-circle


  • I thought about that too. A lot of people are too eager to blame this or that power generation when what I think failed was the network as a whole because it’s such a massive system and a monolith. I really thought it was more modular than that.

    Also in that day anyone with their own solar panels at least had some energy. So like you said, smaller systems are more resilient.

    For me, it’s a consideration for the future, making sure that if I have to, I have some power generating capacity, maybe even some storage.


  • What? Is the server Portugal based? I’m surprised to see fellow Portuguese people around here. Always assumed it was american or danish or something. Good to know!

    About the blackout I would stay away from jumping to theories right now since the investigation is still on going and way too much was made up in that afternoon with no power. I think the latest theory is related to instability caused maybe by too much solar power suddenly injected into the network in Spain, which caused the network to crash which in turn crashed the Portuguese one. But, as far as I read this is the latest theory not a definite one so take it with a grain of salt.





  • My clothes last me an unusual amount of time when compared with most people I think (15 year old tshirts) and don’t really buy clothes at all unless something is at the limit of repairability or looking very bad.

    I want to ride my bike more. I work from home so I use it mostly to go the gym but I want to use for more things. Like shopping and stuff like that. I’m thinking of buying an electric one to help out since I live in a city with steep hills and an electric one would make it more likely to use.


  • I agree with you. They are good principles. I was just saying not every commit is merged into main and that doesn’t make it less useful in the local context even if you don’t adhere to those principles. Am I crazy to assume that people tend to avoid merging things into main that don’t work? 😅 Git is more than a project sharing tool. I use for projects I do alone. I use it even when I don’t sync it to anywhere because it’s good to have save points


  • Good analysis, there are a few things that I think area bit opinionated and there is nothing wrong with that, I just don’t agree with a few things out of context. For example I agree that code on main should be buildable and testable. Code in your own branch should be for yourself and should still have commits. Also lazygit really abstracts a huge chunk of git logic while making it easier to understand.