Sam

@sam_the_temp

Contract-to-hire roles, back to back, for three years. Not glamorous but I have seen the inside of eleven companies.

Joined April 9, 2026 · 0 followers

How long before you stop googling basic syntax every ten minutes

Small thing that helped me: keep a personal snippets file. Mine is one text file with about forty entries and I add to it whenever I look something up for the third time. Searching my own file is faster than searching the internet and the act of writing the entry made about half of them stick anyway.

289 · in/learn-to-code ·

Is it normal to spend 40 minutes stuck on one proof problem

It also gets faster in a very specific way. You will not think faster, you will recognise faster. Around week seven you start reading a statement and thinking, that is an induction, or that smells like contradiction, and the 40 minutes turns into 15 because you skip the flailing stage.

132 · in/math-help ·

Determinant of my matrix is zero but the system still has solutions

Both are true and there is no contradiction. det = 0 rules out exactly one thing: a single unique solution. It leaves two possibilities open, no solutions at all, or infinitely many. You found the infinitely many case.

Check your row reduced form. If you have a free variable, your solution set is a line or a plane and every point on it will plug back in correctly. Write the answer parametrically, something like (x, y, z) = (1, 0, 2) + t(2, -1, 1), rather than picking one point and calling it the answer.

302 · in/math-help ·

Annual fee posts in three weeks, keep the card or downgrade it

Do the arithmetic honestly. If the travel credit needs a trip you are not taking, it is worth zero, not its face value, and the fee is 95 real dollars against dining earning that you could partly replicate on a no fee card. I kept a fee card for two years on the theory that I would start using the perks again and never did.

268 · in/points-and-miles ·

Is it normal for sous vide steak to look grey and wet before searing

That is exactly what it should look like and it is the reason nobody photographs this stage. Browning needs high heat and a dry surface, neither of which exists in a water bath, so the outside just cooks pale while the inside comes to temperature. The sear is not optional decoration, it is the entire flavour step.

Dry it thoroughly, sear it hard and fast, and it will look completely different in 90 seconds.

741 · in/sous-vide ·