

I guess I don’t know. Whenever something tempts me to R, I quickly find that Python’s got a good-enough solution.
I guess I don’t know. Whenever something tempts me to R, I quickly find that Python’s got a good-enough solution.
Best scientific packages in the open source by far, a library for everything, everybody knows it. Works on all kinds of systems. Available by default in many OSs.
You might not like it, but you can’t leave.
but why would you want to?
I visited a company that outsourced its IT to India. We were delayed 24 hours because the guy who could whitelist our computer on their network was asleep. It was the middle of the night where he lived.
Me: <starts a heredoc>
jetbrains: This heredoc goes on FOREVER!
Me: I’m going to close it…
jetbrains: <dies>
In an interview, Douglas Adams said after lengthy consideration John Cleese picked 42 as the least interesting number.
If you work at the same place long enough, you’re forced to remember over and over again.
Merge. One of the values of a VCS is to preserve history in detail, and merge is the only method that does that. Also, it’s easy to foul a remote branch with the other methods if someone has already pushed changes to branch 1.
“git merge” is for more than merging with the base branch.
Yeah, there’s no reason it should take an hour no matter how long the tape is.
PHP is a sturdy club. You aren’t going to take over the world with it but you can reliably put a dent in something.
[flips safety off[
Last bits are: “Would you like to see files on”
“1. Secret moon base”
“2. Captured alien space craft”
“3. ELE asteroid headed for earth”
The program has to figure that out before it can say it.
Pretty broad statement from a charcoal-brain.
I’m in this meme right now.
I just made a tiny change that somehow broke a major feature in testing. The disbelief is real.
Notepad++ is the only thing I miss from Windows.
FIRMware is just SOFTware that’s HARD to INSTALL.
If you don’t use a vertical monitor I don’t consider you a real programmer.
Rust crates have the second and third problems.
Rust at least has type annotation.
The type has private fields. There’s no constructor. There’s no implementation of the From trait except on itself. You can’t find a function anywhere that returns the type.