What I find truly bizarre is how many software engineers, who are aware of how much they earn and how long it really takes to make software, are so resistant to paying anything for tools that make their job easier and faster. It blows my mind. Take the Jetbrains IDEs. I don't mean to offend any VSC fans out there but the Jetbrains IDEs are simply better and more mature in every single way. For individual use, most of…
I’m switching from VS Code to VS Codium
151–160 of 343 posts
Re: I’m switching from VS Code to VS Codium
#152Earlier quoted context omitted.
> Lastly you say "None of these things are a big ask.", you just want the world on a silver platter for no cost, sorry but that is a big ask, Silver platter? Lol. Each of these things would require *less* effort on the part of software companies, not more. Upfront payment? It's easier to charge once than to set up recurring bill pay. Open source? You already have the code, just let me see it. Tracking? Just don't tra…
Do you work in tech? Like writing code? Because I honestly can't believe that someone who works in this industry could say "Each of these things would require less effort on the part of software companies, not more." with a straight face. > Upfront payment? It's easier to charge once than to set up recurring bill pay. Monthly bill payments on a regular schedule are not hard, huge spikes are more difficult to deal wit…
Yes and yes.
Perhaps with the exception of showing the source code, these things we're discussing are things that used to be quite common place, i.e. you could buy and own a piece of software with one upfront payment and it didn't track you.
I have very hard time believing that things that were the norm a short time ago are suddenly now impossible or prohibitively difficult.
I can understand a company pursuing things like a subscription model and expansive tracking. It's potentially more profitable, just like making it very hard replace in iPhone batter is more profitable. However, it doesn't make it right and is one of reasons a lot of developers don't like to pay for modern software. Nobody likes being fleeced and developers are in the best position to call bullshit on software.
In terms of getting new features. I will (and have) pay for a new version of a piece of software a useful feature appears. Most new features in subscription based software are just fluff designed to justify the ongoing monthly charge.
Re: I’m switching from VS Code to VS Codium
#153If you're really that concerned about using propriety software why not help build the emacs or vim ecosystem instead?
As someone who has been using vim for 5 years and neovim for 2 years, what sort of learning material (books, videos) would you recommend to learn about vim internals and subsequently neovim internals? I would love to contribute but I'm mostly a webdev, but I'd love to take a year or so to learn and hopefully contribute throughout the rest of my life. It's just so hard to start or learn. The material doesn't even have…
Re: I’m switching from VS Code to VS Codium
#154Re: I’m switching from VS Code to VS Codium
#155Their main argument is “no telemetry” (or sometimes “no cemetery tracking”…), but VS Code has a setting to disable telemetry [0], and I would trust that it’s really disabled if you set it so (why would they lie about something quite trivial to check with Wireshark or such?) > I’m sure there is a small performance gain because you don’t have telemetry running in the background sending data to Microsoft. Have you profi…
VS Codium has tried, and not succeeded, to disable all telemetry[0][1]. This is with direct access to and patches to source code and all the knobs set to off. If the direction of upstream is diametrically opposed to downstream, it is nearly impossible to prevent these issues. [0] https://github.com/VSCodium/vscodium/issues/623 [1] https://github.com/VSCodium/vscodium/issues/631
Re: I’m switching from VS Code to VS Codium
#156What I find truly bizarre is how many software engineers, who are aware of how much they earn and how long it really takes to make software, are so resistant to paying anything for tools that make their job easier and faster. It blows my mind. Take the Jetbrains IDEs. I don't mean to offend any VSC fans out there but the Jetbrains IDEs are simply better and more mature in every single way. For individual use, most of…
Re: I’m switching from VS Code to VS Codium
#157Alas without ssh remote that’s a complete non starter for me
Re: I’m switching from VS Code to VS Codium
#158What I find truly bizarre is how many software engineers, who are aware of how much they earn and how long it really takes to make software, are so resistant to paying anything for tools that make their job easier and faster. It blows my mind. Take the Jetbrains IDEs. I don't mean to offend any VSC fans out there but the Jetbrains IDEs are simply better and more mature in every single way. For individual use, most of…
> but the Jetbrains IDEs are simply better and more mature in every single way That's just not true. I have access to the full Jetbrains suite for free, yet I still opt to use Neovim or VS Code/Codium for most languages. Jetbrains IDEs are great in many ways, but are objectively worse on several metrics: * slow startup times * slow initial operations until the JIT is warmed up * even once warm, you always eventually…
There was a bug around input focus of certain Windows once, it had an immediate work around, and Jetbrains fixed the bug in a reasonable time frame for the probably pretty small percentage of users on i3.
Jetbrains IDEs are not the greatest example for why free software is better; they actually a rare example of proprietary software working really well.
Re: I’m switching from VS Code to VS Codium
#159Earlier quoted context omitted.
> Lastly you say "None of these things are a big ask.", you just want the world on a silver platter for no cost, sorry but that is a big ask, Silver platter? Lol. Each of these things would require *less* effort on the part of software companies, not more. Upfront payment? It's easier to charge once than to set up recurring bill pay. Open source? You already have the code, just let me see it. Tracking? Just don't tra…
Are you ignoring the 'perpetual fallback license'? I would expect you'd welcome it if it is such a strong point for you. You can pay once for JetBrains IDE and never ever update (or even access older version) and keep using it after that.
I'm not ignoring it, I'm just not a JetBrains user for reasons outside of cost. I happen to like emacs and donate to different parts of the emacs ecosystem.
Most of my development is scripting and writing a lot of glue code which doesn't benefit tremendously from an IDE. If I found myself working on large enterprise apps or doing a lot of java programming, I'd give JetBrains a look.
Re: I’m switching from VS Code to VS Codium
#160Earlier quoted context omitted.
Any evidence to back that up?
I think Gnome / GTK is a good example. Famously, the Budgie Desktop Environment will have to be rewritten on top of Enlightenment because they don't like the GTK 4 changes. So now they're forced to go to a different widget system. [1] [1] https://joshuastrobl.com/2021/09/14/building-an-alternative-...