HN user

soaringmonchi

30 karma

Founder of Kickstage. Power systems and data center enthusiast.

Posts3
Comments11
View on HN

This is an assumption of course, but I think a combination of ease of access (no install, you can just play around, share your results, ask for advice) and seeing the visual flow of energy through the grid. You see how power being generated on one bus is consumed at another. Add a line in between, you see losses. Add a long line, you see the effects of capacitance on voltage and reactive power requirements.

One of my favourite features is the visualization of the admittance matrix and being able to interactively explore how the buses interact with each other.

Thanks for the kind words! Yes it's really meant as an educational tool that helps refreshing or teaching some context!

When you try to run power flow, make sure to either mark a generator as a slack or add an external grid element.

We published a basic tutorial here: https://kickstage.com/blog/modeling-and-simulating-power-gri...

Or you check out this super simple example: https://bamboo.kickstage.com/?s=ccnlYeEB

I couldn't agree more. I am doing a lot of nodejs development these days and it's usually a pain to verify that the code works the way it should. Writing a quick bunch of unit tests is very superior to loading your code in an interactive console and manually fiddling with inputs / outputs. These unit tests often break at the first refactoring and we rewrite them at that point. I'm a bit surprised that people argue that unit tests facilitate "aggressive" refactorings. Aggressive refactoring to me means architecture changes and unit tests almost never survive those. Integration testing is what ensures proper functioning in those situations for me.

Have already sent an email, but no reply, yet. I am super excited about this and would love to test it out. Docker ID: threerabbits

Sorry, but this sounds a bit short-sighted. While nobody should be sentenced to suffer severe pain for the rest of his life, just because your body isn't as capable as it used to be doesn't necessarily mean that you want to end your life. Often there will be people that you will leave behind and you certainly don't want to explain them that it's your decision to do just that.

On top of that, this is also dangerous from a social perspective where people could get a feeling that they are supposed to go once there is nothing they can contribute to society anymore.

We should rather focus on allowing making "regular" dying more dignified rather than promoting euthanasia.

The only thing that annoys me with this (and many other popular posts in our field recently) is that the author talks about "magic". I believe this started with the advent of Rails where some things seemed "magical" at first due to Ruby's meta-programming features. Many writers and speakers have adopted it since.

However, there is nothing occult about software development and we shouldn't use "magic" as an excuse for not understanding or describing things thoroughly. Just imagine your doctor explaining you a surgery in these terms.

Otherwise, a very good and refreshing read.