Hacker News new | past | comments | ask | show | jobs | submit | mikesickler's comments login

This is a really out of touch take.


You haven't explained why but I can preemptively say it isn't. Go outside the confines of American suburbia/countryside and you will see how out of touch these vehicles are to sustainable and healthy living.


Sure, but that applies just as well to driving any car, eating any meat, etc. Very little of modern human living is particularly sustainable or healthy.


It doesn't apply just as well because there's unique challenges. For example, SUVs and trucks being over an order of magnitude more dangerous for pedestrians.

We have got to stop hand-waving things as "well other stuff!"

You're 100% right, car dependency as a whole is a big problem. One that we need to move away from and towards more sustainable modes of transportation. However, that is a big task. One part of that task is deconstructing the American obsession with ego-boosting via motor vehicle.

That means you, trucks and SUVs.


“if you don’t like trucks having 8-foot-tall grilles maybe you should just go back to living in the woods!”

what a thought-provoking and non-inflammatory prompt you provided us


It's difficult to convey nuance in a simple text post on the Internet, but in good faith I will assume you are intending to be ironic.


Just what places exactly are you referring to? I travel all over the US and short of NYC and downtown Chicago, trucks and SUVs are everywhere.

Maybe outside the US, but inside the US…these are the norm in my experience.


Fun to learn that the hotel and phone number inspired the movie Transylvania 6-5000!


Sorry if dumb question, but is LSP similar to what Steve Yegge talked about years ago, I think on a StackOverflow podcast, whereby a language would declare its capabilities to tooling?


I haven't listened to the podcast you mention, but the answer to your question is yes. Quoting the langserver.org homepage[0]:

> The Language Server protocol is used between a tool (the client) and a language smartness provider (the server) to integrate features like auto complete, go to definition, find all references and alike into the tool

In LSP terms, these are called "capabilities". The relevant section in the LSP spec is here [1].

There's some variation across editors in exactly how the config works - or, at least, part of it. Some config is done in native files that form part of the plugin. Those are largely editor-specific. The protocol itself defines messages for the server to indicate which facilities it supports. Those are (mostly) editor neutral from my experience thus far (mostly VSCode, a little Emacs).

--

EDIT: added link to capabilities section in the LSP spec.

[0]: https://langserver.org/

[1]: https://microsoft.github.io/language-server-protocol/specifi...


Yes, the genius of LSP is that it doesn't attempt to define common semantic operations across languages, which would be (and has been) an endless impossible task to get right. It operates at the level of editor UI. So you don’t ask LSP “what are the members of this struct”, you ask it “what are the autocompletions of this code fragment”. It leaves the decisions about what would be appropriate in the language to the language server written by the experts in the language.


Sort of, except not really. It’s largely the other way around: LSP gives the editor a way to declare its capabilities to the language.

The key insight with LSP is that languages are _way_ too different to have that notion of language capabilities. Instead, the LSP defines functionality that the editor wants to use (syntax highlighting, refactoring, autocomplete, etc) and the language server tells the editor what to display.

When you trigger autocomplete in VSCode, the editor has no clue whether it’s autocompleting a method, a class name, or a variable. It’s just telling the language server “hey the user asked for autocomplete in file X, offset Y” and the language server tells the editor what completion options to offer.


> The key insight with LSP is that languages are _way_ too different to have that notion of language capabilities.

And yet the very opposite of this is the source of JetBrains success.


Haven’t seen the podcast Lsp doesn’t declare language capability, the editor asks it what the editor should do and the LSP responds


The $8 plan is such an obvious unforced error that you have to wonder if Elon has anybody pushing back on him. This entire debacle also draws into relief the difference between a product company like Tesla, or Apple, for that matter, and Twitter. Musk can establish a vision for Tesla or SpaceX, and then it’s all about the execution. With Twitter, there’s the vision, then the execution, then the unintentional side-effects. And the personnel who have the crucial seasoning needed to anticipate the side-effects are mostly gone.


He is too arrogant to listen to anyone at Twitter who knows. He's been redpilled into believing the employees are all idiots; it's a major Chesterton's fence moment. Now he's paranoid and untrusting of the remaining engineers, with a company-wide code freeze requiring his personal sign off on any changes. I'll be surprised if the company still exists a year from now.


> you have to wonder if Elon has anybody pushing back on him

Pretty sure he fired anyone who would, or those who left won't because they don't want to get fired, too.


  you have to wonder if Elon has anybody pushing back on him. 
If there was anyone around to contain him, Musk probably wouldn't be publicly celebrating Nazis.

https://www.msn.com/en-us/news/technology/twitter-reacts-to-...


I hope you've disabled call-waiting on your phone line :)


It appears that they have decided to roll this back: https://bugs.chromium.org/p/chromium/issues/detail?id=115816...


I learned to play chess with the help of this game on an Atari ST.


He works for the New York Times. They have editors. He's not some lone wolf journalist/activist


He's a journalist with a particular opinion about the company. The tech reporting at NYTimes isn't necessarily as neutral as the general reporting.


Are they reporting things that are factually incorrect?


If you consistently and knowingly omit information that contradicts the agenda, that may be factory correct in letter but not in spirit.

There is zero chance someone digs in as deeply as he has and doesn't find anything to contrary to their foregone conclusion.


yes! tokenization and problems with word boundaries alone would be great to dive into!


* Math with Bad Drawings

* The Perfectionists: How Precision Engineers Created the Modern World

* Bad Blood


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: