Spyke

Replies

Comment on

Prediction vs Reality

Reply in thread

However there is sharp growth in demand being predicted and I don't see any sign of humanity trading in some other power usage to get their data center power allocation. Even if we're are greening the grid it is all for nothing if the extra capacity has to be filled in by more fossil fuels.

Comment on

Five injured in suspected Islamophobic attacks as bare-chested man roams Edinburgh

Reply in thread

Who do you want to declare it's terrorism and how soon after the event?

The article says anti- terrorism police are involved in the investigation but I suspect the police will be saying as little as they can until they have all the facts. It's only fairly recently they have started saying anything because of how quickly rumours about incidents spread on social media.

Comment on

Starmer announces resignation as prime minister and leader of the Labour party

Reply in thread

Depends what you mean by good?

Both Thatcher and Blair - whatever your opinion of them - led governments that made lasting changes to how the country worked. Even the coalition managed to achieve some significant things while navigating multi-party government in a very resource restrained environment. I think the current malaise started with Brexit where the population watched parliament struggle to enact the will of the people and have come to the conclusion that politicians are a self serving class with no concrete ideology to form a program for government. Starmer sweept into a loveless majority with little more of than a plan of "be less shit than the Tories" I'm not surprised they want to dump that for anyone who seems like they have a plan.

linux

Comment on

Lasse Collin, the other xz maintainer, has acknowledged the backdoor

Don't be too hard on Collin. Looking back on the threads it's fairly clear he's been the victim of a social engineering attack on an overworked maintainer. People were pressuring him to hand over maintainership while expressing disappointment at the slow pace of development. The off-list contact by Jia must have seemed like a helpful enthusiastic solution to a burnt out developer.

Comment on

Live coding interviews measure stress, not coding skils

In my first interview they put me in a room with a PC with Borland C and a copy of K&R and a sheet with a simple problem to solve and some extra enhancements if I had time. They said they would be back in half an hour and left me to it. That I passed fine.

Some twenty-ish years later I was asked to write a C function to reverse a string on a white board and I failed because I'd misformatted the for loop. I don't think it was because I've become a worse C coder in the intervening years.

When I'm actually coding I'm sat with my editor configured Just So with completion, compilation and unit tests at my finger tips. My favourite coding music blasting my speakers and a handy browser window for looking up anything in unsure of. This is my most productive setting and expecting the same performance in a stressful interview setting is foolish in my opinion.

Working through problems on a white board can work well but you are looking for the problem solving approach, not an encyclopedic knowledge of regex syntax. Those same problems get immeasurably harder when explained over a phone call.

My personal preference when evaluating candidates ability to code is reading their actual production code, the break down of commits, the commit messages and the sort of unit tests they add with a feature. The interview is more focused on their soft skills, what about the work excites them and what they are looking to get out of the role.