This is kind of what Django does instead and I much prefer the Rails way. Though it might just be because I started MVC-dev with Rails.
I think I find it easier to find common abstractions on the {models/views/controllers} level than the resource level and that frustrates me with Django app-based dev.
We keep finding new ways to make fission safer and reducing risk of runaway scenario but I'm pretty sure we'll never reach zero risk. Sure we might reach it on paper but human error can always happen. Chernobyl operators thought their reactor design had zero risk of exploding, current reactors are much safer but I'm pretty sure the risk isn't zero.
I'm of the mind that randomness is only an approximation of complexity, if you're omniscient then randomness doesn't exist and everything is deterministic.
However it seems to me the deterministic vs randomness debate is of the same order as the existence of god(s) : we will never be able to prove or disprove it and we aren't able to make useful predictions out of the information one way or the other so we might as well just agree to disagree and move on.
Do you grow your own food ? Where does your zero trust end ?
Science is very difficult to cheat on such high visibility issues. There is a huge scientific consensus on climate change, from experts of all countries and diverse backgrounds. For it all to be a huge conspiracy seems like a pretty big leap of faith, that they are genuine is a simpler explanation.
Your blogpost might benefit from explaining further the following line: "Special relativity says that the rocket has a different coordinate frame than the space stations. In particular the x axis, which corresponds to all the points in space at the same rocket-time, is not the same as the x-axis for the space stations."
I'm on the lookout for an explanation of why FTL=time-travel that I'll finally understand. However in your blogpost my limited knowledge of Special relativity fails to make sense of the whole argument.
Exactly ! Why don't we suppose traveling/observing through the wormhole has the same time dilation ?
I've heard of FTL=time-travel a couple of years ago for the first time and I would love to be able to argue with someone knowledgeable about it to understand. I hoped this HN thread would have answers. However all the answers here seem to have holes in same.
I'm starting to wonder if FTL=time-travel isn't like Schrödinger's cat: a hypothetical thought experiment terribly misunderstood by the masses.
Not sure if someone has an analysis about why those aren't more widespread ? It seems like the existing ones are pretty massive and in very specific spots, maybe smaller installations aren't cost-effective enough.
I think I find it easier to find common abstractions on the {models/views/controllers} level than the resource level and that frustrates me with Django app-based dev.