HackerTrans
TopNewTrendsCommentsPastAskShowJobs

meter

no profile record

Submissions

Ask HN: Freelance Billing in the Age of LLMs?

6 points·by meter·hace 2 meses·1 comments

Ask HN: Product vs. Platform, which has better job security?

1 points·by meter·hace 10 meses·0 comments

comments

meter
·el año pasado·discuss
Thinking out loud, here’s one idea for an LLM-assisted interview:

- Spin up a Digital Ocean droplet

- Add the candidate’s SSH key

- Have them implement a basic API. It must be publicly accessible.

- Connect the API to a database. Add more features.

- Set up a basic deployment pipeline. Could be as simple as script that copies the code from your local machine to the server.

Anything would be fair game. The goal would be to see how the candidate converses with the LLM, how they handle unexpected changes, and how they make decisions.

Just a thought.
meter
·el año pasado·discuss
For the time being, I’ve banned LLMs in my interviews.

I want to see how the candidate reasons about code. So I try to ask practical questions and treat them like pairing sessions.

- Given a broke piece of code, can you find the bug and get it working?

- Implement a basic password generator, similar to 1Password (with optional characters and symbols)

If you can reason about code without an LLM, then you’ll do even better with an LLM. At least, that’s my theory.

I never ask trick questions. I never pull from Leetcode. I hardly care about time complexity. Just show me you can reason about code. And if you make some mistakes, I won’t judge you.

I’m trying to be as fair as possible.

I do understand that LLMs are part of our lives now. So I’m trying to explore ways to integrate them into the interview. But I need more time to ponder.
meter
·el año pasado·discuss
In middle school we had a “computer” class where we’d learn how to type, as well as navigate a computer. This was Windows 2000 days.

As a prank, my friends and I would do the following:

* Hide all the icons on the desktop

* Trigger an error message

* Take a screenshot of the whole screen

* Open the screenshot in MS Paint

* Carefully paint over the error message to say “You’ve been hacked.”

* Change the desktop background to be the screenshot above

* Restore all the icons.

You’d end up with a convincing looking error message that wouldn’t close, obviously.

The next class, the teacher lectured us for 45 minutes on the definition of “script kiddy” vs. “real hacker” and how we should be embarrassed.

This made the whole thing even funnier.

It’s true though, I was a script kiddie.
meter
·hace 2 años·discuss
His book, Rebuilding Rails, had a huge impact on me, especially early in my career (when I started learning Rails). Such a great teacher. He encouraged me to be curious, dig deeply, and to understand my tools.

Such a badass developer. And such a kind and genuine person.

He’ll always be one of my role models.