

I started noticing it around February or March or so.
I feel like it’s displacing Corporate Memphis, at the very least in terms of how much I hate it.
I started noticing it around February or March or so.
I feel like it’s displacing Corporate Memphis, at the very least in terms of how much I hate it.
I don’t have experience with Jujutsu, but I always have the same problem with these alternative frontends, which is that I’d still want to be proficient with the original. If you need to look up how to fix something or you want to help others in your team or you want to script something, then the language to speak is simply the Git CLI.
And I don’t feel like I even use the Git CLI enough where a different tool could be so much better that it’s worth learning both.
Obviously, your priorities may differ, but yeah, that’s just always the reason for me why I prefer the Git CLI, even if it were objectively more difficult to use.
It’s mainly horrid, because it means you have to code extremely defensively (or I guess, use a different API).
You can’t rely on new Date("not a date")
aborting execution of your function by throwing an error. Instead, you have to know that it can produce an Invalid Date
object and check for that. Otherwise a random NaN
shows up during execution, which is gonna be extremely fun to try to find the source of.
I understand that it’s implemented like that partially for historical reasons, partially because it’s often better to display “NaN” rather than nothing, but it’s still the sort of behavior that puts me in a cold sweat, because I should be memorizing all kinds of Best Practices™ before trying to code JavaScript.
(saying something more realistic like “2015” or whatever your inexperience or AI told you to)
User input is probably the big one where this API is gonna get stress-tested…
Hmm, I can believe that it was based on java.util.Date
, but I don’t remember that being as unpredictable. I guess, a different API to begin with, would have avoided a lot of problems, though…
“Elmer’s” is a glue manufacturer, for others wondering: https://en.wikipedia.org/wiki/Elmer’s_Products
For testing new speakers, this song: http://dig.ccmixter.org/files/Robbero/59698
I’ll let the hivemind know that we’re supposed to have only one opinion.
On a definitely related note, I’ve recently been thinking it’s wild how we build foot paths out of rocks and then put on rubber socks for actually walking on them.
In other words, asphalt is a scam by Big Foot to sell more shoes.
I imagine, they can still get inflamed gums or similar, if something gets stuck in there…
I believe, you have to take turns pushing down individual teeth. By random chance, it will close the mouth when you do that. So, you lose when you get bitten.
I believe, you can basically turn it off in Firefox, by telling it to open new windows instead of tabs.
Might need to hide the tab bar via userChrome.css
, though…
Maybe something like this?
The devs have access to the source code. Why would they put something like this two layers deep into the documentation? It’s like those people that think Mozilla is evil, because Mozilla openly talks about what they’re doing. If they wanted to be evil, you would know jackshit about it.
I mean, for what it’s worth, I’m a seasoned dev and just did a run where I tried to answer everything as it makes sense to me (which is “throws an error” or “invalid date” for all of them) and I also got a score of 4/28.
…and two of those points were given to me, because the quiz interpreted my answer differently than I meant it.
In other words, this quiz exists to highlight that JavaScript’s Date functions make no sense.
My interpretation is that they’re bad at smalltalk and will forget basic facts about themselves. It would fit in with them needing a list of smalltalk topics to choose/avoid…
I feel like it’s just capitalism doing a capitalism. People are self-conscious about their skin, so you can sell them all kinds of crap.
Even a basic washcloth does a decent job with exfoliating, if you use it regularly. Rub your face dry with a scruffy towel, if you need more than that.
But of course, there’s hardly any money to be made with reasonably priced products, so you won’t see TV ads for them.
Should be noted that Ctrl+[Shift+]Tab behaves as you describe by default, but there’s a checkbox in the settings to make it go through tabs left-to-right, so it’s possible OP changed that behaviour…
A few years ago, all the languages I would use started to have automatic unused variable warnings built-in. And yeah, by now when I hear of people that don’t have that, it’s very much a feeling of “Man, you live like this?”.
If you search for “find duplicate files <your OS>” there seem to be some options…