How does that help? All this does is establish a local PAT; you can still only bind one application to port 80 on on the host. If you have more than one service that needs to listen to port 80 and be reached by clients, you're still out of luck.
This is a pretty easy solve...haproxy + consul + consul-template allows you to spin up a new container, register it with consul and have the consul-template watcher regenerate the haproxy config to route to the new port.
It's a little overkill if you're running it on a single machine, but in a real production environment, it's a pretty lightweight solution.
I'm curious how much equity founders have after such investment with so many investors? I know there's no standard rule here, but I don't know anything about investors, raising money etc., could someone give me few examples with real life numbers?
Planet Labs has raised a total of $160.1 million in funding across 4 disclosed rounds.[1] I'm going to assume there was also an angel round. Here is some (super) rough math:
| Round | $ in MM | post-$ | non-VC % |
|-----------|----------|----------|----------|
| Founding | - | - | 100 |
| Angel | 1 | 10 | 90 |
| Series A | 13.1 | 50 | 75 |
| Series B | 52 | 225 | 58 |
| Series C | 118 | 550 | 45 |
Note this announcement is the "second closing" of the 95MM Series C from January[2], which means the terms are very likely identical. The WSJ reported the Series C valuation as "materially above" 500 million.[3]
I picked these valuations out of thin air. The only "standard" thing I've seen is that most VC funds are structured for 20% minimum stake in Series A rounds. Later-stage rounds often target less ownership.
The above calculation doesn't take into account any stock for employees. With that, I'd estimate the founders still collectively own about 30-35% of the company.
This could also be totally wrong, since I have no idea what the real numbers are. But as an exercise, you get the idea. :)
If we forget about the percentages they own and focus on the value of their stock we see that their stock goes likes this:
$0
$9m
$37.5m
$130.5m
$247.5m
I suspect that the founder ownership percentages are actually lower than you've suggested and that right now they own somewhere around 20 to 30% which is still valued at $110m to $165m.
Maybe percentage determines voting power but there are plenty of mechanisms that can and are used to retain control at the equity percentages we are talking about.
I track the books I've read and want to read on Goodreads (https://www.goodreads.com). I currently have about 200 books on my "to read list". I find interesting books suggestions everywhere - on the HN (special topics for books but quite often in the random commments), articles, blogs etc. I don't blindly add new books, I first research it for a few minutes (table of content, reviews, similar books).
Wow, release notes look great. I'm so impressed with the whole Django ecosystem - I'm yet to find a problem without a good answer on SO, there's a package for most of the repetitive stuff when building a web app. I tried to follow the development process on GitHub for some time and while it was a valuable experience [1], it can be like a side project on its own, just to keep up with all the issues and bigger commits.
Anyway, I'm incredibly thankful for all the contributors. Learning and using Django let me meet great people, experience new things and had quite an impact on my life. Yay Open Source! ;).
[1] In general, I think that watching big project on GitHub for just a few weeks can be better lesson than reading a book on the topic (it depends, of course, but it's a great learning experience nonetheless)
Don't know why somebody downvoted you, I've upvoted your post. I also use notebooks, mostly when I'm away from computer but as you, I'm using it for sketching and brainstorming sessions.
Do you regularly review things in your Safari's reading list or it keeps growing? Because that's the problem in my case.
My reading list is pretty big. I keep articles there until I get around to reading them, if they seem like something I want to keep around I clip them to Evernote and remove them from the list. In some cases I'll just move them into bookmarks which are mostly unsorted, as I use them primarily as a durable form of browsing history.
I agree on living simply, everyday I'm trying to do this better.
I also try to use my memory as often as possible and I think it's pretty good (I'm learning mnemonic techniques which are really fun to implement in everyday life). Yes, mind itself is reaaaallly good system, but (at least for me) not all my insights, ideas, notes etc. about particular topic are available on demand, but only some part of them. And if I don't think about one thing very often it can be lost forever. Nevertheless, thank you for taking time to write about your system and giving different perspective.