Non-native speaker here. I hadn't noticed there are two words for what seems like the same thing. Is there a difference between a water boiler and a water cooker?
oh, no that wasn't a correction - it was a pun because "cooked" in American slang means "broken / destroyed / over". In parent's context, "boiling" is correct.
"Boiling" does have a few meanings in English. As a verb, it can either mean "cook in boiling liquid", or it can mean "heat a liquid to its boiling-point". As an adjective, it means "heated to boiling-point". Also "boiling angry" means very, very angry.
That's around 100k/year if used at the same rate for every workday. So the question becomes: does it make your engineer X% more productive, where X is some multiplier based on their salary? There are some software engineers out for sure who are expensive enough that this is worth it.
I don't see this happening any time in the near future. The extra hardware cost is nontrivial, and there's a software support burden. Cellular bandwidth also isn't free, and probably wouldn't be covered by the value of any ads/telemetry that it carried.
> Somebody will be left holding the bag eventually.
I think so too. I also thought that about Facebook: IPO around 40, swiftly down to 20 - I was laughing about stupid retail getting wrecked. Now it's around 600...
Maybe you are right, maybe not.. However Facebook as an example seems entirely irrelevant, though? It was valued 15 P/S ratio at IPO and went down to 10 a year after the IPO. You'd have a point if Facebook IPO at $400 instead of $40. But it took it 10 years to reach that.
SpaceX IPO price already has many years of extremely high growth priced in. Comparing it to Facebook's or Google's IPOs is like apples to oranges.
> Children are expensive, but highly subsidized, and just not expensive enough to explain the whole picture.
Highly subsidized? I have to assume you're not talking about America. I pay $3200/mo to send my kids to a very middle-of-the-road preschool. That's almost $40k/year just in childcare costs so that my wife and I can go to work. The difference between a 1-bedroom apartment and a 3-bedroom apartment is an extra $20k/yr or so in my area. Then there's health care premiums, taking them out for activities sometimes, etc.
I can ballpark the cost of having preschoolers in my area as $30k/yr each. And I don't know about you, but I don't exactly see any government subsidies helping me carry that burden.
Get poorer, or get in a better location. Preschool is covered free here, with a pittance for after-school care (which is covered if your income is below something like 3x the poverty line).
Having kids is wildly subsidized for the poor - plot all the bennies available to a family at 2x the poverty line.
Jesus Christ! I don't have children, but if that is what it would cost, then I would definitely never have a child. It would feel like sacrificing my entire life, just to produce another generation. No, then I'd much rather just enjoy life, and melancholically look at the families who have to struggle every day to make ends meet due to their children. It is really quite sad. But I guess nature in its wisdom, transforms a person who has a child, so that that child becomes the only meaning in life for that person. If not, there simply would be no children and we would not be able to write this.
Something I'd observe here: without expressing an opinion about PEGs vs regexes, I'd note that regexes are much more widely used. They're also completely sufficient for an awful lot of text processing tasks. PCRE regexes would be a great inclusion to the stdlib, and would probably be popular.
PEGs are a great replacement for a complicated regex, and can express a lot of things that are hard to do with a regex. But they're also more verbose, and fewer developers are familiar with their usage. PCRE regex is kind of the lingua franca of text-matching, and making it available would be helpful for newcomers imo.
Tcl is pretty good at functional-programming type stuff, and it can absolutely do anything that you could do with a macro. It isn't Algol-like at all imo, maybe beyond some superficial syntax. It feels a lot more like if LISP and Bash had a baby out of wedlock.
(I've written a lot of Tcl over the years and it'll always have a spot in my heart)