HN user

colvasaur

19 karma
Posts0
Comments13
View on HN
No posts found.

I used to be irritated by middle-click paste as well. That stopped when I had someone explain it to me as follows:

It’s just another clipboard. One clipboard is interfaced via the keyboard. One clipboard is interfaced via the mouse.

Perhaps that’s common knowledge, but that understanding made me instantly fall in love with middle-click paste.

In most terminal emulators, Ctrl-C deviates from normal behavior in favor of sending SIGINT. However, some terminal emulators (e.g. the one in elementary OS) makes the simple decision that if text is highlighted, copy it. Otherwise, send SIGINT. That closes all loose ends for me.

3.5 years if you consider my MSc a personal project. There were three hallmark technical failures that are summarized as follows: (a) a computational failure -- at one point I needed to iteratively generate a 3 TB matrix, (b) a mathematical failure -- I made a math mistake, and (c) a software failure -- I tried to use a falsely advertised library to solve the above two problems.

By the end I was knee deep in source code written by mathematicians (read: an absolute mess) trying to fix bugs in code that was not even used in the library, not sleeping, and not eating. I had completely lost my mind.

The taste of failure was bitter on my tongue after the first two failures, but by the last I was truly a shadow of myself. The only lesson I learned from the last failure is that my mind has a breaking point, which is very valuable to know and sense.

My two cents: learn from your failures even if the only lesson to be learned is https://en.wikipedia.org/wiki/Escalation_of_commitment.

I'm at a transition point in my career and have been really thinking about doing this. Salary and career trajectory are my primary concerns. Do you feel comfortable with your pay and future opportunities? The only portfolio I have is documentation for my GitHub projects. Any advice on building it up if necessary?