Because “the underlying Git nukes them right away, so why shouldn’t we perma-delete the files, too?”
Anything else’d be effort…
Because “the underlying Git nukes them right away, so why shouldn’t we perma-delete the files, too?”
Anything else’d be effort…
This is why Kagi is a great company.
Nobody is getting LLM functionality shoved in their faces unless they wanted to.
You cannot make a safe yet universal cutting tool.
I’m neither language designer or crustacean advocate, but from what can be read, Rust seems to have managed just fine. The trick is probably to allow removing the cover of the sharp edge when needed (execute unsafe).
Nice find, thanks for sharing.
For Macs (only Macs, I believe), there is StopTheMadness, which, uh well, stops the madness (test page here for some examples it can re-enable).
JS doesn’t have any standards
ECMAScript would like to have a word with you.
If however by “doesn’t have any standards” you meant it’s willing to sink to new low grounds every day, you would be correct.
Private concerts is a good one! And then hire overpriced organizers for those events, too :D
That’s equity. Not spent money, just less-directly-available cash… But if that doesn’t count, real estate technically doesn’t either… Really tough question, depending on the circumstance
zshenv
’s selling point isn’t necessarily that your typical functions are available across scripts (though that can be neat, too – I source aliasrc
as well as an utils
script file in my shell config) – it’s that it’s there for non-interactive shells too, whereas zprofile
is only applied for login shells (and zshrc
only for interactive ones).
So for example, I could open a command in my editor of choice (Helix’s :sh
for me), and if I define stuff using the zshenv
, all of my aliases etc. are right there. I just have to avoid naming conflicts for script function names if it’s the default shell, but that’s pretty easily done.
Yup. Read this and you will forever be against brain-uploading:
But it’s true.
Coding is, like, the smallest aspect out of all of programming. And unfortunately the part that’s the most fun.
But if you’re a coder, I assume you don’t know how to design complex systems, just (maybe) implement them or parts of them. That’s not what defines programming.
(Disclaimer, in all fairness: that’s in my personal, layman opinion as someone who doesn’t know much theory. I might just be very very in the wrong here, lol.)
Thank you for those two links!! I don’t necessarily have the time right now, but from first glance, those seem super interesting!
<span>© echo date("Y"); echo $companyName </span>
Sorta, but sorta no.
It was actually addressed in https://github.com/microsoft/vscode/issues/32459 – the GUI implied a different git command than what actually got executed!