HN user

mjcl

1,177 karma
Posts2
Comments184
View on HN

Comcast actually implemented IPv6 10-15 years ago so that they could unify the management of all of their cable modems. Prior to that they had many regional networks using with modems assigned management IPs in overlapping private IPv4 ranges.

Not quite, they built Slack as an internal communication tool while building the game Glitch (RIP) and after the game failed they decided to productize Slack.

Fun Guideline story: I worked for a company that went bankrupt and used guideline for 401k. The first day the website allowed me I withdrew the balance for rollover. Apparently this should not have been possible before the bankruptcy was finalized. I found from court filings that the bankruptcy trustee kept telling Guideline they need to freeze withdrawals until the bankruptcy was finalized, and Guideline kept dragging their feet and acting like they didn't understand. The trustee ended up having to go to court and get a temporary restraining order to prevent more employees from withdrawing their balances before the bankruptcy was finalized.

Un-fun bankruptcy fact: All employee names & mailing addresses are part of the public record and accessible on PACER because they're potential creditors in the bankruptcy.

Not even corner cases. I worked for a fintech that launched a dda-ish product that had 16 digit account numbers, issued sequentially, with no check digits. At launch there didn't seem to be a CS process for dealing with pretty obvious "customer mistyped account number and sent their money to some else's account." problem.

Tesla Diner 12 months ago

Maybe the "wagyu" chili with a big 'ol squirt of nacho cheeze sauce?

Google was kind enough to give the AI overview a stable CSS class name (to date), so this userscript has been effective at hiding it for me:

window.addEventListener('load', function() { var things = this.document.getElementsByClassName('M8OgIe'); for (var thing of things) { thing.style.display = 'none'; } }, false);

And it was an antitrust action that unlocked a lot of that value. The consent decree required Bell Labs to license its patents (e.g. transistors) for reasonable royalties. The same consent decree also forbid AT&T from entering new industries like computing. So after they built UNIX, they sold the source code 'as-is' to universities for $200 ($20k for businesses).

I worked for a public REIT that started using YieldStar when I worked there. Once they changed to YieldStar, all pricing came out of YieldStar. Rental quotes for prospects were only generated from YieldStar. Any deviation from the YS price had to be approved by the regional VP and they were not common.

They did this because RP was able to demonstrate that accepting a bit more vacancy in the very near term meant higher rents (thus higher renewals) which more than paid for the additional vacancy.

Just a note on vacancy targets, I worked for a MF REIT (~33k units) and pre-YieldStar their average target occupancy was around 97% for properties. After YieldStar was implemented the average dropped to more like 95%. As far as I'm aware, the other large managers also targeted the mid-to-high 90s.