Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mloning/website
Browse files Browse the repository at this point in the history
  • Loading branch information
mloning committed Jan 16, 2025
2 parents bf93d6d + a3955d1 commit 4cd6e50
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/posts/job-interviewing.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,8 @@ Better to not give the first number, but if unavoidable, appeal to an objective

I know that the average software engineer in Silicon Valley makes roughly 120K a year salary. So I think that’s a good place to start.

For reference salaries, see e.g. https://www.levels.fyi

### How to ask for more

Always state a reason why you’re asking for more (see above)
Expand Down
17 changes: 17 additions & 0 deletions content/posts/signing-git-commits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Signing git commits"
date: 2025-01-14T20:50:10+01:00
last_modified: .Lastmod
draft: true
---

https://withblue.ink/2020/05/17/how-and-why-to-sign-git-commits.html

If a key expires, you can update the expiration date as follows:

- `gpg --list-secret-keys` to list the secret keys and look up the key ID, alternatively `gpg --list-keys`
- `gpg --edit-key <key-id>` to open the gpg console
- run `expire` in the gpg console and follow the prompts to update the expiration date
- finally `save` and `quit`

You can type `help` in the console for other available commands.

0 comments on commit 4cd6e50

Please sign in to comment.