Thursday 17 April — !vibe_coding with Rahoul Baruah

48 views
Skip to first unread message

Tekin Süleyman

unread,
Apr 10, 2025, 6:05:16 AMApr 10
to NWRUG Group
Hi folks,

NWRUG is back again next week for another session at Colony One. 

This month we’ll be discussing all things generative AI, with a live pair-programming demonstration from Rahoul Baruah. He’ll code up a brand new Rails app using Claude agents as his pair right there in his editor. We'll see just how far the technology has come, debate the pros and cons of its use, and imagine where it might all be taking us.

To attend, all you have to do is register here, and turn up next Thursday! 

Fatsoma are once again sponsoring the event, so expect plenty tasty pizza for everyone. 

Any questions, drop me a line.

Cheers,

Tekin

Tekin Süleyman

unread,
Apr 15, 2025, 10:56:50 AMApr 15
to NWRUG Group
Hi folks, we’re just a couple of days away from this month’s NWRUG. Full details on our website. And don’t forget to register if you plan on joining us.

Cheers

Tekin

Tekin Süleyman

unread,
Apr 17, 2025, 10:04:21 AMApr 17
to nwrug-...@googlegroups.com


Final reminder for tonight’s NWRUG. 

We’re back at Colony at 1 Silk St in Ancoats from 6:30pm for pizza and chats. Rahoul’s talk will begin at 7pm. Then on to the pub for more chats if you are so inclined.

Thanks as always to Fatsoma for sponsoring both the venue hire and pizza 🎉 

Any last-minute registrations here: https://www.tickettailor.com/events/nwrug/1663446

Cheers,

Tekin


On 15 Apr 2025, at 3:56 pm, Tekin Süleyman <te...@tekin.co.uk> wrote:

Hi folks, we’re just a couple of days away from this month’s NWRUG. Full details on our website. And don’t forget to register if you plan on joining us.
--
You received this message because you are subscribed to the Google Groups "North West Ruby User Group (NWRUG)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nwrug-member...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/nwrug-members/DDFE9585-E158-4D7B-A1D7-C755FDD6FBFB%40tekin.co.uk.

Rahoul Baruah

unread,
Apr 18, 2025, 5:09:53 AMApr 18
to North West Ruby User Group (NWRUG)
Thanks all for last night - hope you found it useful  I know we didn't get much interesting built, but if you'd like to check out what Claude produced it's here: https://github.com/standard-procedure/queues/

And here's what my ~/.claude.json ended up looking like (including the command history):

```json
{
"numStartups": 2,
"customApiKeyResponses": {
"approved": [
""
],
"rejected": []
},
"tipsHistory": {
"terminal-setup": 1
},
"userID": "",
"oauthAccount": {
"accountUuid": "",
"emailAddress": "rah...@echodek.co",
"organizationUuid": "",
"organizationRole": "admin",
"workspaceRole": "workspace_developer"
},
"primaryApiKey": "",
"hasCompletedOnboarding": true,
"lastOnboardingVersion": "0.2.70",
"projects": {
"/workspaces/queues": {
"allowedTools": [
"Bash(bundle exec rspec:*)",
"Bash(standardrb:*)"
],
"history": [
"/cost ",
"Now add in a UI to create a new card for this project",
"On projects controller #show action - can you list the current cards in the backlog",
"That regex in the user model is not great - why not use the regex already built into the URI Mailto class in the ruby standard library",
"Can you add a spec and implementation to validate the format of the email address for a user model?",
"I've added two pending specs to spec/models/card_spec - can you implement those specs to prove that the positioning works correctly",
"OK - thanks for that - can you add specs for the models project and card",
"Can you write an RSpec for the user model",
"/init "
],
"dontCrawlDirectory": false,
"mcpContextUris": [],
"mcpServers": {},
"enabledMcpjsonServers": [],
"disabledMcpjsonServers": [],
"enableAllProjectMcpServers": false,
"hasTrustDialogAccepted": true,
"ignorePatterns": [],
"exampleFiles": [
"app/models/project.rb",
"spec/models/project_spec.rb",
"db/seeds.rb",
"config/routes.rb",
"spec/models/card_spec.rb"
],
"exampleFilesGeneratedAt": 1744886005021,
"lastCost": 1.4399654499999999,
"lastAPIDuration": 654671,
"lastDuration": 3761716,
"lastLinesAdded": 519,
"lastLinesRemoved": 98,
"lastSessionId": ""
}
},
"cachedChangelog": "# Changelog\n\n## 0.2.70\n\n- Network commands like curl are now available for Claude to use\n- Claude can now run multiple web queries in parallel\n- Pressing ESC once immediately interrupts Claude in Auto-accept mode\n\n## 0.2.69\n\n- Fixed UI glitches with improved Select component behavior\n- Enhanced terminal output display with better text truncation logic\n\n## 0.2.67\n\n- Shared project permission rules can be saved in .claude/settings.json\n\n## 0.2.66\n\n- Print mode (-p) now supports streaming output via --output-format --stream-json\n- Fixed issue where pasting could trigger memory or bash mode unexpectedly\n\n## 0.2.63\n\n- Fixed an issue where MCP tools were loaded twice, which caused tool call errors\n\n## 0.2.61\n\n- Navigate menus with vim-style keys (j/k) or bash/emacs shortcuts (Ctrl+n/p) for faster interaction\n- Enhanced image detection for more reliable clipboard paste functionality\n- Fixed an issue where ESC key could crash the conversation history selector\n\n## 0.2.59\n\n- Copy+paste images directly into your prompt\n- Improved progress indicators for bash and fetch tools\n- Bugfixes for non-interactive mode (-p)\n\n## 0.2.54\n\n- Quickly add to Memory by starting your message with '#'\n- Press ctrl+r to see full output for long tool results\n- Added support for MCP SSE transport\n\n## 0.2.53\n\n- New web fetch tool lets Claude view URLs that you paste in\n- Fixed a bug with JPEG detection\n\n## 0.2.50\n\n- New MCP \"project\" scope now allows you to add MCP servers to .mcp.json files and commit them to your repository\n\n## 0.2.49\n\n- Previous MCP server scopes have been renamed: previous \"project\" scope is now \"local\" and \"global\" scope is now \"user\"\n\n## 0.2.47\n\n- Press Tab to auto-complete file and folder names\n- Press Shift + Tab to toggle auto-accept for file edits\n- Automatic conversation compaction for infinite conversation length (toggle with /config)\n\n## 0.2.44\n\n- Ask Claude to make a plan with thinking mode: just say 'think' or 'think harder' or even 'ultrathink'\n\n## 0.2.41\n\n- MCP server startup timeout can now be configured via MCP_TIMEOUT environment variable\n- MCP server startup no longer blocks the app from starting up\n\n## 0.2.37\n\n- New /release-notes command lets you view release notes at any time\n- `claude config add/remove` commands now accept multiple values separated by commas or spaces\n\n## 0.2.36\n\n- Import MCP servers from Claude Desktop with `claude mcp add-from-claude-desktop`\n- Add MCP servers as JSON strings with `claude mcp add-json <n> <json>`\n\n## 0.2.34\n\n- Vim bindings for text input - enable with /vim or /config\n\n## 0.2.32\n\n- Interactive MCP setup wizard: Run \"claude mcp add\" to add MCP servers with a step-by-step interface\n- Fix for some PersistentShell issues\n\n## 0.2.31\n\n- Custom slash commands: Markdown files in .claude/commands/ directories now appear as custom slash commands to insert prompts into your conversation\n- MCP debug mode: Run with --mcp-debug flag to get more information about MCP server errors\n\n## 0.2.30\n\n- Added ANSI color theme for better terminal compatibility\n- Fixed issue where slash command arguments weren't being sent properly\n- (Mac-only) API keys are now stored in macOS Keychain\n\n## 0.2.26\n\n- New /approved-tools command for managing tool permissions\n- Word-level diff display for improved code readability\n- Fuzzy matching for slash commands\n\n## 0.2.21\n\n- Fuzzy matching for /commands",
"changelogLastFetched": 1744913429478
}
```

Cheers
B
Reply all
Reply to author
Forward
0 new messages