Actual programmer
Actual programmer
I wonder if JJ anonymous branches would be something that solves this. I’ve only read about it, have not used JJ yet.
Or meet old ideological dogs like me :P
Much better integrated refactoring support. Much better source code integration support. Much better integrated debugging support. Much better integrated assistive (but not ai) support.
Vscode can do many things IntelliJ can, but not all, and many of them require fiddling with plugins.
Usually, JB is also faster (if your dev machine can run it, but in my experience most devs have beefy machines).
Zed is also lightspeed fast compared to either vscode or JetBrains’ stuff.
I would expect it to rise. I still think it’s worth it, if it’s a good tool for you. IntelliJ is really a good product, even if they do have their downsides. In a commercial environment, it’s totally worth it to buy a licence per developer, if it makes them more productive.
I don’t mind paying for tools that help me do my job. For several years I even had a personal licence for “all products pack” thing. Their IDEs do a decent job.
There are better tools for specific things, but overall as an IDE, it’s pretty good and makes you effective. And especially if you have to use Windows, it’s integrating enough tools that you don’t have to mess with the Windows crappy tooling that often.
That said, it’s still a big fat slow IDE. For a while now I’ve been using neovim my modernized Linux toolkit and for the most part, I’m happier with it then I was with IntelliJ and Goland and the rest. Happier enough to not having a licence for JetBrains any more.
And recently I’ve looked into Zed. Zed looks pretty neat so far, but it’s still under development. Once things stabilise there, I might commit to it and switch full time to Zed. It’s got a few nice things that I miss from IntelliJ, but it’s way, way more responsive.
Back on topic: I wanted to say I don’t mind paying for IDEs, if they’re good tools. But this is more of an ideological challenge and I’m always trying to keep myself from overreacting. So while I don’t agree with you in general (“don’t trust paid IDEs”), I might agree with you specifically (“don’t fall for JetBrains’ lure and Microsoft-like tactics”).
JetBrains git integration is a known mess, true.
Even this is forum-like though. It’s a forum of people talking about a topic that interests them. It just happens to be distributed.
I don’t know what happened, but since 6.2 rolled out on Fedora a week ago, I’ve had several bugs. At the very day I updated, I had two outright crashes. It happened a few more times since. My keyboard shortcuts don’t work any more. Window layout behaves…odd (haven’t pinned it down yet).
Just all-around messy upgrade. Am I the only one with problems, though?
That still doesn’t look like a very heavy workload. My older box was older then your 6700k and was fine running such stuff.
Perhaps your limit isn’t the CPU. What storage and ram setup do you have, did you look at that?
I’ll be honest and say that when I replaced my old crap with 7900x I did feel improvements on occasion, mostly when I really burden the pc. Plus I think having 64 gigs of ram helps there, at my old system I hit the limits sometimes. Not often, but sometimes. Now my new box just laughs at anything I try to do to it.
Since when do Unix tools output 3,000 word long usage info? Even GNU tools don’t even come close…
[zlatko@dilj ~/Projects/galactic-bloodshed]$ man grep | wc -w
4297
[zlatko@dilj ~/Projects/galactic-bloodshed]$ man man | wc -w
4697
[zlatko@dilj ~/Projects/galactic-bloodshed]$
The article sure mentions 💩a lot.
01.01.1970. Timestamp zero for the win.
No problem!
As an aside, I see we’re bringing the strangers thing over from Reddit. I hope more of the fun and funny stuff gets over, I miss some of the light shitposting.
Bad for whom? What’s the big O on that badness? Can you parallelize it and make it more efficient?
Tangentially, are there any jokes that can get parallelized well?
Why not just cd $XDG_DOWNLOAD_DIR
in the first place?
did you mean smuts?
XDG specifies the capital names, but to be nitpickingly technically precise, linux systems don’t do this. It mostly is done by the distribution maintainers, and the XDG specs. A base system does not usually have a notion of anything beyond your $HOME.
Try adding a user: sudo adduser basicuser
. If you ls -al ~basicuser
you will see it’s almost empty, just the .bashrc (or in my fedora, there’s some .mozilla crap in /etc/skel that also gets bootstrapped).
I mean, it is not embarrassing for you. In the browser, the CSS’s “native platform”, you add classes, via the JavaScript API, without the dot. It’s not a stupid assumption.
To have to add the dot in the CSS class name seems a bit of an oversight in the gtkrs API.