Yep, I’ve had times where the debugger was hiding the race condition that was the actual cause of my problem.
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.
Honestly, even with VSCode, devcontainers are kind of just ok, at best.
They are very fiddly. The containers keep running when you close VSCode (which makes sense, and sure the resource usage is minimal, but it’s damned annoying) and you have to stop them manually. Meanwhile the commands in VSCode to work with/activate the containers are not super clear in terms of what they actually do.
Oh, what’s that? Need a shell inside the container you’re working in for testing things out, installing dependencies, etc.? Well, I hope you pick the right one of VSCode’s crappy built in terminals! Because if you want to use a real terminal, you are stuck with the crappy devcontainer CLI to exec into the container. A CLI that is NOT up to date with, or even includes, all the commands for devcontainers in the editor (which is what makes working with them in other IDE/editors such a pain in the butt…).
And this gets me…. What? A container I can share with other developers, sure, but it’s very likely NOT the container we are actually going to deploy in. So…
Yeah, I’ve also had a lot of frustrations with devcontainers in Bluefin. I really like what the Bluefin project is doing. The reasoning behind it makes a lot of sense to me. But devcontainers are kind of pushed as the way you “should” be writing code on Bluefin and it’s…. not great.
They do have Homebrew and Distrobox though, which helps a lot. I have ended up doing most of my development work on Bluefin on the host system with tools installed via brew, which is kept separate enough from the rest of the file system to still keep things tidy.
Overall, I think Bluefin is great and it, or something like it, may very well be the future of Linux… but the future isn’t here just yet and there are some growing pains, for sure.
Star Trek interfaces are great…. If the tech is there to back them up.
In this case… not so much.