Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

82% Positive

Analyzed from 655 words in the discussion.

Trending Topics

#candidate#don#codebase#code#candidates#care#read#control#doesn#repo

Discussion (19 Comments)Read Original on HackerNews

vmspabout 3 hours ago
Some companies do this and pay the candidate for their time, regardless of outcome. I don't think there's much to comment there. Some don't pay the candidate. In that case, it's just a predatory practice to take advantage of the tough job market.
heisenbitabout 2 hours ago
> every keystroke, with millisecond timestamps

Finally someone has figured out how to hire accurately.

xeyowntabout 2 hours ago
Funniest comment in this thread :-D
pmg10133 minutes ago
> If you're the kind of engineer who reads the implementation instead of trusting the function name, we'd like to talk.

Functional decomposition, combined with good naming, is what allows engineers to raise the level of abstraction and localise understanding of a large codebase.

Without it, if your only option is "read the implementation" for every line of code, you've lost control of the codebase.

happytoexplain22 minutes ago
What you're saying touches on a real problem, but in this context it doesn't make sense. It's very normal to read implementations you're not already familiar with. Nobody has "lost control" in that scenario. It doesn't have to be the first thing you do - you should just trust the names and documentation when getting a big-picture view of the codebase, but eventually you should read the implementations.

It's healthy to not trust function names - it doesn't mean the whole codebase is out of control.

DerArzt2 days ago
They are asking candidates to do work in their repo and taking it to prod? That feels odd.
asimov42 days ago
The repo in question is for the take home exercise that candidates go through.
zeafoamrunabout 2 hours ago
Aren't there tons of scam interviews these days where there is malware in the build script of their repo of the take home exam?
schnitzelstoatabout 1 hour ago
Damn, I knew there was a risk of spam and identity fraud but I hadn't even considered this.
stuaxoabout 4 hours ago
26 years since I started being in this game - how I hate the "take home exercise".
jaspangliaabout 3 hours ago
This is a much better signal of real engineering skills than memorizing whiteboard patterns. Reviewing actual pull requests shows how candidates think, communicate, test, and ship production-ready code.
sublimefireabout 3 hours ago
There are “a few odd” things here. It is not entirely clear if this is sort of a rage bait blog post as well. What looks to me they do not even care if you are good “engineer” rather look for prompters and then use their contributions to improve their own platform; many of us have automation templates for that which would be difficult to replicate. I am not even talking about the mention of JS to do that, like sure it is easier because your platform does not need to compile, but if they move huge amounts of money and JS is actually used for it, you’d expect someone to understand how VM interprets that code etc. IMO it is possible (such interview practice) purely because it is a tough job market now.
nilirlabout 2 hours ago
I don't buy it.

How can an engineering team say they have a good process if they don't measure the results of the process?

Sure, you can make a lot of logical leaps, but what does it actually produce?

How does this compare to hiring by randomly picking a sufficiently good-looking resume?

cess11about 4 hours ago
'We are extracting free labour from employment candidates, it is great for us'.

Why not go a step further, and add a fee to become a candidate? Or perhaps just to skirt the queue and get to the front of the line?

Edit: Then there's the industrial espionage aspect but I don't really care about that, it's probably for the best if competitors and curious folks interview with them to learn what they have and how it works and undermine their business.

pjc50about 3 hours ago
The "work an unpaid shift" interview is a common tactic of low-rent bars. It's very scummy.

In software, how much can you really get out of a human with a very small context who has no long term view or investment in the quality of the codebase? If you care that little, you'd just punt it off to vibe agents.

cess11about 2 hours ago
In the article they spend a lot of time explaining how they surveil and supposedly evaluate interactions with LLM bots, so I gather that's what they care about rather than inherent skill and personality of the candidate.

I've been interviewing some lately, mainly with organisations that have tight restrictions on non-EU-services. It has been nice, we've been able to talk about what they need, what I can do and how their team works together and interfaces with the rest of the organisation.

Eventually I settled on an offer from an organisation that handles a lot of sensitive information and runs a kind of 'factory' style process, so there'll be requirements reminiscent of old fashioned industrial engineering and exactly zero vibing at work, at least if the Security Service says my reputation is good enough.

Ekarosabout 3 hours ago
"All rights reserved." "Use or linking of code to other code leads to the usual unrevocable and perpetual full rights to redistribute and relicense and so on and on..."

Would be the most fair ground rules to set as candidate.

GrinningFoolabout 1 hour ago
I miss reading things written by humans.
Hnrobert42about 1 hour ago