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.
Are people really calling this specific model of git branching THE Gitflow model ? For me this was a gitflow amongst others, a gitflow being a git workflow.
In the original article "A successful Git branching model" I don't see a single mention telling people they should call this specific model Gitflow.
For me the word gitflow has the useful meaning of a git branching model, am I in the minority ? Using it as a noun for a specific model seems like a waste of the word.
In regards to the article, sure this gitflow is one of the most shared images on the subject. However I recommend that every team use whatever gitflow makes the most sense for them and their project. I was not aware that our industry had a problem with teams cargo culting that specific git workflow.
> There’s absolutely no use case out there, where I search for something, and then I say, hey, I believe my search result will be item #3175 in the current sort order.
I actually have a use case. When the search filtering functionality is lacking or overly complicated to use. For example with Gmail if I can't be bothered to look up how date filtering works, since I receive emails at a fairly constant rate I can sort of guess that item #3175 might be around the date I'm looking for.
I strongly disagree with anyone that thinks Facebook "got it right" with their timeline. As far as my experience goes it's very easy to see something interesting on the Facebook timeline only for it to refresh and lose it forever. It can be very frustrating not to be able to get a consistent timeline.
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.