

Once you need performance
If you need more performance. Many things just don’t.
Once you need performance
If you need more performance. Many things just don’t.
I think that’s a slightly different animal. AFAIK it’s doesn’t switch config depending on the current focused window. E.g. for some programs I don’t want remapping.
I use a key remapper to give me the readline keys everywhere. Though I’ve used XKeysnail and xremap and they’re both a bit flakey, so if anyone has better recommendations that work on X11 and Wayland, I’m all ears.
I have decades as a SWE, including deep (but now out-of-date) C++ experience, a lot more recently in serious Python systems, and a fair amount of web UI dev on the side.
Now I have 1 year with Go. I came to it with an open mind having heard people sing its praises I thought it would be broadening to spend some time with a language new to me.
My advice now is do anything you can to avoid working in golang. Almost daily, I seriously contemplate whether it’d be worth quitting and being unemployed, even in this economy (US). It is a better C, but that’s a low, low bar at least for the project domains I ever work in. Where it’s an even plausible answer, Rust is probably a better one (I think? - haven’t used Rust for anything real).
That seems to be the Go way. Why put it in a library when everyone can just re-implement it themselves (and test and document it too, right? Right?).
E.g. There isn’t even a standard set object, everyone just implements it as a map pointing to empty structs, and you get familiar with that and just accept it and learn to understand what it means when someone added an empty struct to a map. And then people try to paint this as a virtue of the language.
That’s ironic. Few countries have less readable plates.
Excellent description of the zeitgeist.
Your portrait of before generative AI is a bit hard to square with the ad driven internet, but fits ever better the further back you go.
Yeah, we’re turning it all to shit in so many ways simultaneously, it’s truly something awful to behold. Maybe there is a singularity coming after all, but it’s not one like the credulous tech worshippers imagined.
To be fair though only some are ok with Palantir. They made some useful generic developer tools and quite a few refused to use them.
And there is a lot of free software ethos was born out of MIT. Free as in libre, not free as in beer. This may all have been a mistake, but quite a few people in our are ok.
Also depends on your variant of English, because North American Biscuits are very different from the rest of the anglophone world’s biscuits. Many of them are unleavened, just as most gods don’t have a strong position on whether you should use leavening at any time of the year, let alone now.
deleted by creator
Windows will never come close to replacing Linux! There’s way more Linux out there than there is Windows.
Presumably you mean on the personal desktop. In which case I still disagree in the very long term. I think at some point Windows will be replaced by *nix based systems in the vein of OSX and Chrome OS.
Wow. .08 is ridiculously lax IMO. I agree punishments should scale by inebriation level but I never expected people to think .08 was too strict.
Coupling is a fucking gem. I’ve still never been able to bring myself to watch the final season that has no Geoff though.
ironically, I think whining about anticipated downvotes for expressing the most mainstream sentiment is worthy of downvotes
Git’s unconventional and decentralized design—nowadays ubiquitous and seemingly obvious—was revolutionary at the time,
Of course, there’s more innovation in git than being DVC but the decentralized nature wasn’t revolutionary.
It was funny when I started using bzr and then git, I kept being told “it’s a DVC, which is a different way to work that takes some getting used to”, and I was puzzled as it felt very familiar to me. Then I looked up DVCs and found out that Sun’s Teamware that I’d used for a decade was also a DVC. It was actually a return to familiar and comfortable workflows after a brief period using abominations like Perforce and Clearcase. I’m so glad they’ve been largely replaced. Git may not be perfect, but it’s better than those in any use cases I have had.
Meh, sure she was wrong on that, but that doesn’t justify taking her into custody and refusing to allow her to go home.
But then you have to eat Tillamook cheese… I has no idea cheese could be so bland before I moved to the NW USA. And orange, for some reason.
Dynamic typing is shit. But type annotation plus CI checkers can give you the same benefits in most cases.