HN user

JayPalm

22 karma
Posts1
Comments22
View on HN

After seeing this post, I went over to the ATS subreddit to see how they’re tracking the news. The denial is palpable.

A phone is just a computer. Why should they not be allowed to sell a computer that is locked down? There are lots of other computers for sale, some of which are locked down some of which are not. There’s nothing inherently or obviously anti-competitive about selling a computer that has lots of guardrails, and, in fact, that’s how they have distinguished their product from others.

Fig is sunsetting 2 years ago

Is Hyper next? Makes me a bit worried about Pydantic too, and a several other open source dev tools (like ruff, and all HTTP GUI clients) that have taken VC money.

Reddit S1 2 years ago

They should have just bought the entire business for $3B. Would be chump change for them.

Perhaps you haven’t heard of the Uyghur genocide by the CCP in Xinjiang. The local population very much does care about their local time zone (and language and culture, other things the Chinese government has stripped away from them). It may be one of the few places where you’ll get a different answer to the question “what time is it” depending on the ethnicity of the person you ask, and, if asked, you might get arrested for answering with the “wrong” time.

https://en.m.wikipedia.org/wiki/Xinjiang_Time

This is a good point that I didn't think of until now. Bi-directional "connections" in the style of Facebook and LinkedIn feel very antiquated now.

It cannot. This is its result: ```svg Copy code <svg width="100" height="100"> <defs> <pattern id="rope-texture" patternUnits="userSpaceOnUse" width="10" height="10"> <rect x="0" y="0" width="5" height="10" fill="#333" /> <circle cx="7.5" cy="5" r="2.5" fill="#333" /> </pattern> </defs> <path d="M20,50 C20,30 50,30 50,50 C50,70 20,70 20,50" fill="url(#rope-texture)" /> </svg> ```