Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "make up your mind ffs"
-
this is ridiculous...
I have to use a tool that only works on IE browser. (yes, I know, sucks. Regardless...)
1. open up the IE. Navigate to https://google.com
2. google is opened in Edge instead
3. Edge insists on setting Edge as default
4. google.com loads up and insists on installing and using Chrome as default.
... I just wanted to search for stuff and instead, I got 2 offers to change my browser....8 -
No commits?!? Well, maybe you should fucking make up your mind about what the fuck you actually want! I don't give a flying fuck about your pathetic excuses. If you don't get me a final spec, then don't try to skin my back about not delivering updates and "not showing active progress"!!! FFS!2
-
I wanted to develop a programming language since all programming languages have some shortcoming of their owns so as I walk further along in developing custom parser generator and so forth, I get to the point where I have to consider implementing the Language Server Protocol for the programming language only to realize that while ironically LSP was supposed to make it easy to to have autocompletion features and other stuff made available to other editors, you still end up requiring to make plugins/extensions for such editor like Visual Studio and Visual Studio Codes anyway despise the fact that LSP was meant to solve that. Meanwhile over at Linux Land, we have Kate editor that can be configured to simply connect to LSP server and require no plugin/extension to do so, you just specify it in json config and that's that.
Microsoft... you created LSP protocol and yet you want Plugin/Extensions still for VSCode/Visual Studio even though LSP was made to address that... Make up your mind, ffs. P.S. I have no interest in writing 100,000 LOC of extension/plugin for your editor if it can't get it's $#!^ together.19