HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ppseafield

no profile record

comments

ppseafield
·पिछला माह·discuss
> Under the terms of the deal, Google will pay SpaceX $920 million per month from October 2026 through June 2029 for access to “approximately 110,000 NVIDIA GPUs, CPUs, memory, and other related components.”

That part is not equity - that's revenue for services rendered. But a commitment for nearly $1B/mo in revenue will likely increase SpaceX's share price, and Google owns some of those shares, so their holdings will increase in value.

Additionally:

> In Comments

> Be kind. Don't be snarky. Converse curiously; don't cross-examine. Edit out swipes.

https://news.ycombinator.com/newsguidelines.html
ppseafield
·पिछला माह·discuss
This is not just free speech, it's commerce, and the government has the ability to regulate commerce. Warranties and lemon laws are not regulating speech - they're regulating sales and the legal requirements for those sales. Providing a method for playing a game a customer purchased after the company decides to abandon it is putting a legal requirement on the sale of goods.
ppseafield
·3 माह पहले·discuss
I would guess that the big reason is Microsoft is the owner of Typescript. Apple, Google, and Mozilla probably don't want to be tied to the whims of someone else's language specification. It's the same reason Dart isn't a browser language, NaCl doesn't exist anymore, ASM.js development wasn't widely adopted but sowed the seeds for WASM.

Web standards get worked on by committee where those four companies each have some pull, and standards are voted on.

Node's typescript support is by default just stripping all of the type information out of the source text. There is experimental support for some transformations behind a flag.

https://nodejs.org/api/typescript.html#full-typescript-suppo...
ppseafield
·3 माह पहले·discuss
She had serious debilitating medical issues from pregnancy where she lost a ton of blood and was in a coma for several days and nearly died. Of course she's going to take her severance to help care for her family given the atrocious state of our healthcare system.
ppseafield
·5 माह पहले·discuss
The argument Socrates is making is specifically that writing isn't a substitute for thinking, but it will be used as such. People will read things "without instruction" and claim to understand those things, even if they do not. This is a trade-off of writing. And the same thing is happening with LLMs in a widespread manner throughout society: people are having ChatGPT generate essays, exams, legal briefs and filings, analyses, etc., and submitting them as their own work. And many of these people don't understand what they have generated.

Writing's invention is presented as an "elixir of memory", but it doesn't transfer memory and understanding directly - the reader must still think to understand and internalize information. Socrates renames it an "elixir of reminding", that writing only tells readers what other people have thought or said. It can facilitate understanding, but it can also enable people to take shortcuts around thinking.

I feel that this is an apt comparison, for example, for someone who has only ever vibe-coded to an experienced software engineer. The skill of reading (in Socrates's argument) is not equivalent to the skill of understanding what is read. Which is why, I presume, the GP posted it in response to a comment regarding fear of skill atrophy - they are practicing code generation but are spending less time thinking about what all of the produced code is doing.
ppseafield
·6 माह पहले·discuss
I saw myself years ago that Verizon injected marketing tracking headers into http traffic. My ISP was the MITM.

https://www.eff.org/deeplinks/2014/11/verizon-x-uidh
ppseafield
·8 माह पहले·discuss
I don't think it was explicitly to compete with Microsoft. Gabe explicitly said when the Windows 8 App Store was announced that Valve was going to ensure Microsoft couldn't lock them out of the desktop market. He said Valve benefitted for PC's openness (up until it was threatened).

Microsoft also had Games for Windows Live at the time, which provided similar functionality to parts of Steam (friends, multiplayer, voice chat, achievements), so with that plus the App Store, one could easily see it as Microsoft coming for their market.

> Mr Newell, who worked for Microsoft for 13 years on Windows, said his company had embraced the open-source software Linux as a "hedging strategy" designed to offset some of the damage Windows 8 was likely to do.

> He said the success of Valve, known for its Half Life, Left4Dead and Portal titles, had been down to the open nature of the PC.

> "We've been a free rider, and we've been able to benefit from everything that went into PCs and the internet," he told the conference. "And we have to continue to figure out how there will be open platforms."

> "There's a strong temptation to close the platform," he said, "because they look at what they can accomplish when they limit the competitors' access to the platform, and they say, 'That's really exciting.'"

> https://www.bbc.com/news/technology-18996377
ppseafield
·9 माह पहले·discuss
Chrome's engine was WebKit originally, which they then forked. Not an acquisition, but benefitted greatly from prior work.
ppseafield
·4 वर्ष पहले·discuss
Reminds me of the chapter "Plan to Throw One Away" from The Mythical Man Month.

> In most projects, the first system built is barely usable. It may be too slow, too big, awkward to use, or all three. There is no alternative but to start again, smarting but smarter, and build a redesigned version in which these problems are solved. The discard and redesign may be done in one lump, or it may be done piece-by-piece. But all large-system experience shows that it will be done. Where a new system concept or new technology is used, one has to build a system to throw away, for even the best planning is not so omniscient as to get it right the first time.