

Star Trek interfaces are great…. If the tech is there to back them up.
In this case… not so much.


Star Trek interfaces are great…. If the tech is there to back them up.
In this case… not so much.
Yep, I’ve had times where the debugger was hiding the race condition that was the actual cause of my problem.


Ugh…. And I was thinking about giving Rider a try too.
Neovim it is!
Edit - after reading some more… it looks like you can easily opt out? Opt in would be better, of course.


I agree. This whole project deserves a good bit of skepticism, on political, social, and technical grounds.


Bluefin-dx user here. This is the way.


Subtitle: An Autobiography


Not only that, but raw horsepower and battery life are always in a delicate balance in any portable device.
There are practical limitations when it comes to current battery technology. Not to mention heat generation and dissipation that comes with more powerful hardware.


If only there were some easily identifiable common denominator…


Only like 3 plugins are necessary on VSCode for C#/.NET. I use it every day at work. I use just as many plugins, if not more when I write JS/TS.
I’ve heard Rider is a good experience but I’ve never tried it.
What I really want is better support for the language in Neovim plugins….


The real question is…. WHY DOES AZURE DEVOPS STILL EXIST?!?!?
Personally, I use the very technical method of listening for the buzzer to go off…
I hate that everything has WiFi for no reason…


“Kirk to Enterprise…”
That’s kind of what the ublue project is doing. Bazzite is a part of that, of course. But it also has more “normal” versions like Bluefin (gnome) and Aurora (plasma).


You know all those Cyberpunk books and movies?
Apparently we thought those were a suggestion instead of a warning…


Amen


We must do these things so that the deep lore does not become legend and is, in time, forgotten…


Thank you!
Almost everything the author complains about has nothing to do with JS. The author is complaining about corporate, SaaS, ad-driven web design. It just so happens that web browsers run JavaScript.
In an alternate universe, where web browsers were designed to use Python, all of these same problems would exist.
But no, it’s fun to bag on JS because it has some quirks (as if no other languages do…), so people will use the word in the title of their article as nerd clickbait. Honestly, it gets a little old after a while.
Personally, I think JS and TS are great. JS isn’t perfect, but I’ve written in 5 programming languages professionally, at this point, and I haven’t used one that is.
I write a lot of back end services and web servers in Node.js (and Express) and it’s a great experience.
So… yeah, the modern web kind of sucks. But it’s not really the fault of JS as a language.


I assume you mean fascist propaganda over and above the right wing rabbit holes that already exist on YouTube….
Ugh, this is terrible.
Yes! This what I usually do. I will develop on the host using tools installed via Homebrew, then package/build/test via docker.
And to be clear, I really love the ideas behind Bluefin and use it every day. I’ve just kind of given up on devcontainers, specifically.
You probably already know this, but most IDEs have a setting to enable Vim keybinds or you can easily install an extension to add them.
I really like Neovim but my job often requires some stuff that it doesn’t easily do. So, VSCode is what I use a lot of the time… with the Vim extension.
Just something to consider if your stack isn’t super well supported in Vim/Neovim or you need tools it doesn’t have for your work.