Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
Posts
13
Comments
4
Joined
6 days ago

TypeScript @programming.dev

@ts-ignore is almost always the worst option

AI - Artificial intelligence @programming.dev

The Unseen Variable: Why Your LLM Gives Different Answers (and How We Can Fix It)

Neovim @programming.dev

Neovim incremental selection using Tree-sitter

  • After a bit of experimentation, I've managed to find a cleaner solution to enforcing the ticket number in the subject:

     
        
    module.exports = {
      extends: ['@commitlint/config-conventional'],
      rules: {
        // Enforce scope to match JIRA ticket format like PER-123
        'jira-ticket-rule': [2, 'always'],
        'subject-case': [0],
      },
      plugins: [
        {
          rules: {
            'jira-ticket-rule': ({ subject }) => {
              return [
                 subject && subject.match(/[A-Z]+-\d+/),
                'Your subject should contain a JIRA ticket eg PER-123',
              ];
            },
          },
        },
      ],
    };
    
      
  • Git @programming.dev

    Implementing Conventional Commits with Jira Ticket Prefix Validation

    AI - Artificial intelligence @programming.dev

    Wikimedia wants to make it easier for you and AI developers to search through its data

    Tech @programming.dev

    AI company Vercel loses hundreds of developers after CEO posts about meeting with Netanyahu

    Programming @programming.dev

    Too DRY DRY, Hush Hush

    AI - Artificial intelligence @programming.dev

    Go Experts: 'I Don't Want to Maintain AI-Generated Code'

    AI - Artificial intelligence @programming.dev

    AI is an Amplifier, Not a Silver Bullet

    Docker @programming.dev

    Docker MCP Toolkit: Run MCP Servers Securely

  • It wasn't clear what was meant by "event" which was why I was asking. Could you please tell me more about these events that only exist in the Fediverse? It's the first time I've heard of them, and I am keen to learn more.

  • Events @programming.dev

    What events can be shared here?

    Accessibility @programming.dev

    Skyscanner Empathy Lab

  • To clarify, when you say freelancer, do you mean on a part-time basis? Or do you mean having a contract and working on a full-time basis for that client? Also, where are you based? I'm happy to give advice as a UK based contractor, who does a tiny bit of freelance work

  • AI - Artificial intelligence @programming.dev

    To vibe or not to vibe