HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tomnipotent

4,303 karmajoined 12 ปีที่แล้ว

comments

tomnipotent
·8 ชั่วโมงที่ผ่านมา·discuss
> have public fights with the language maintainers

Can you point to even one such example?
tomnipotent
·เมื่อวานซืน·discuss
Andrew decided to attack the person rather than ideas and positions. It's not a reflexive revulsion, it's an appropriately sized reaction to a blog post in poor taste.

> not having any morals

You don't agree with someone so you claim they have no morals. I don't have words for how stupid this is that anyone can so casually dehumanize someone over something so trivial.
tomnipotent
·เมื่อวานซืน·discuss
What points? All I'm reading is just a collection of emotional ad-hominems.
tomnipotent
·เมื่อวานซืน·discuss
No they haven't. It's been said time and time again that their teams were struggling with large JS code bases for Bing Maps and O365 web apps.
tomnipotent
·เมื่อวานซืน·discuss
> You really should just not assume things

And yet you follow this up by making assumptions about the motivations behind TS. Anders has mentioned that TS was purely motivated by internal MS teams struggling with huge JS codebases, nothing to do with C# but clearly his work on other languages would have influenced how he approached designing the language.
tomnipotent
·4 วันที่ผ่านมา·discuss
You seem to lack a basic understanding of what a market is in the context of a monopoly, and you can't argue your way around a bad foundation.

> our argument is basically "the law says so".

That's the only argument that matters, because monopoly is a legal matter.
tomnipotent
·4 วันที่ผ่านมา·discuss
Of course not, but most folks poking at Microsoft are just borrowing their opinion from other people and regurgitating it for karma. I'm happy to crap on MS for bad decisions, but the constant "herp derp EEE" gets tired fast.
tomnipotent
·8 วันที่ผ่านมา·discuss
The Supreme Court ruled once on what they consider an aftermarket monopoly against Kodak in the 1990s, but the aftermarket angle on monopolies has been basically abandoned from a legal perspective because it was shaky at best.

Both iOS and Android both generate more in gaming revenue than Sony. The PC gaming market is only slightly smaller than the entirety of the console market. It's going to be very difficult to make an argument that customers don't have reasonable choice, and the recent case against Apple set precedent that owning the single channel of distribution to a product and platform you own isn't monopolistic unless you do shady things like Google did.

Sony's exclusive rights to distributing games on its owned platform and console will not give it pricing power (won't pass SNNIP) or exclude competition.

Sony can be called a dick for what they're doing without it also having to be monopolistic. People are right to be angry and calling them a monopoly over it is being cathartic.
tomnipotent
·8 วันที่ผ่านมา·discuss
> they now have total command of supply

They've always had control by licensing who can publish games on their platform. Now that contract with publishers has changed who can distribute. Publishers are still free to distribute on other platforms in whatever formats those platforms allow.

> that market being Playstation games

This is arbitrarily narrowing the definition of market as far as possible while ignoring reasonable (legal) thresholds. Case in point how Apple's App Store was not ruled a monopoly while Google's Play Store was - there are reasonable tests to pass, and Sony's case will land closer to Apple than Google. And a monopoly is not the only form of anti-competitive abuse.

Might as well claim Domino's has a monopoly on Domino's pizza.
tomnipotent
·8 วันที่ผ่านมา·discuss
None of your examples pass any of the checks for a monopoly unless you twist the definition of "market" to be the narrowest possible. Situational exclusivity is not the same as a monopoly, and these examples don't pass the hypothetical monopolist test or the cellophane fallacy.
tomnipotent
·8 วันที่ผ่านมา·discuss
There is no legal, economic, or dictionary definition of monopoly that supports your position. The closest example is "aftermarket" (what you call vertical) following the 90's Kodak SC case, which has long since fizzled out. Monopoly might as well not mean anything if you can define it however narrowly you want.
tomnipotent
·9 วันที่ผ่านมา·discuss
It's amazing how many people throw around the word monopoly without remotely understanding what it means.
tomnipotent
·14 วันที่ผ่านมา·discuss
Those prices don't need to bake in the training cost, since it was eaten by someone else (whomever trained the open source models). Anthropic et al. need to price in the whole lifecycle.
tomnipotent
·15 วันที่ผ่านมา·discuss
A web form assumes the input is or can be made structured, or that you have a user that is willing to fill in a form (vs. writing an email). An LLM is great at taking free-form/unstructured content and mapping it nicely to a structured surface area.
tomnipotent
·18 วันที่ผ่านมา·discuss
More than two decades, folks were grumbling about this in the SOA days.
tomnipotent
·22 วันที่ผ่านมา·discuss
Not to mention it can query across heterogeneous sources, so the same query can use a duckdb table, sqlite, csv, and parquet (including predicate pushdown).
tomnipotent
·30 วันที่ผ่านมา·discuss
It doesn't matter what Google makes money from, it matters what they pay Mozilla for. And they pay Mozilla exclusively rev share on ads, nothing else.
tomnipotent
·30 วันที่ผ่านมา·discuss
Without the ads, there would be no payments to Mozilla. It's absolutely 100% unequivocably ad money.
tomnipotent
·เดือนที่แล้ว·discuss
Apparently you don't understand what bankruptcy means. A company can run out of funds and not be able to meet payroll without declaring bankruptcy, they're different things. But by all means keep talking out of your ass.
tomnipotent
·เดือนที่แล้ว·discuss
MySQL has advocated for decades spinning up a replica with the upgraded version, waiting for it to catch up to master before promoting it to the new master. You can do the same thing with Postgres.