GNOME Live Coding - Georges Stavracas - https://www.youtube.com/watch?v=smofXzVwNwQ #gnome #coding @gnome @gnome_br
GNOME Live Coding | Calendar (EN)
YouTube
#Tag
GNOME Live Coding - Georges Stavracas - https://www.youtube.com/watch?v=smofXzVwNwQ #gnome #coding @gnome @gnome_br
YouTube
GNOME Live Coding - Georges Stavracas - https://www.youtube.com/watch?v=smofXzVwNwQ #gnome #coding @gnome @gnome_br
YouTube
Will AI Kill Open Source?
Will AI kill Open Source? Is it already happening? Or is this just another clickbait title? Well, let’s see. First of all, I am writing this by hand without the help of any artificial intelligence. There is only human intelligence involved here. […]
⚛ https://www.agilejava.eu/2026/02/23/will-ai-kill-open-source/
#coding #aicoding #opensource #human #intelligence #humanintelligence #itsec #itsecurity #clickbait #humanintelligence
Will AI Kill Open Source?
Will AI kill Open Source? Is it already happening? Or is this just another clickbait title? Well, let’s see. First of all, I am writing this by hand without the help of any artificial intelligence. There is only human intelligence involved here. […]
⚛ https://www.agilejava.eu/2026/02/23/will-ai-kill-open-source/
#coding #aicoding #opensource #human #intelligence #humanintelligence #itsec #itsecurity #clickbait #humanintelligence
🔧 15 Git Tricks Senior Developers Use Daily
Most devs only know the basics. Here are tricks that save hours:
• git reset --soft HEAD~1
• git stash push -m "WIP" -- file.js
• git bisect (find bug-introducing commit)
• git worktree (work on 2 branches at once)
• git reflog (recover deleted branches)
Full guide with examples:
https://telegra.ph/15-Git-Tricks-That-Will-Save-You-Hours-Every-Week-in-2026-02-23
All cheatsheets (Git, Bash, Docker, K8s):
http://69.62.106.38:3104/product/developer-cheatsheet-bundle
#git #programming #developer #cheatsheet #devops #webdev #coding #productivity #opensource
🔧 15 Git Tricks Senior Developers Use Daily
Most devs only know the basics. Here are tricks that save hours:
• git reset --soft HEAD~1
• git stash push -m "WIP" -- file.js
• git bisect (find bug-introducing commit)
• git worktree (work on 2 branches at once)
• git reflog (recover deleted branches)
Full guide with examples:
https://telegra.ph/15-Git-Tricks-That-Will-Save-You-Hours-Every-Week-in-2026-02-23
All cheatsheets (Git, Bash, Docker, K8s):
http://69.62.106.38:3104/product/developer-cheatsheet-bundle
#git #programming #developer #cheatsheet #devops #webdev #coding #productivity #opensource
Just shipped a free MCP server with 25 developer tools. One command to connect:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
What you get: web search, URL fetching, DNS lookup, IP info, JSON formatter, regex tester, hash generator, base64, UUID, timestamps, HTTP client, and more.
No signup. No API key. Just plug it in.
Works with Claude Code, Cursor, Windsurf — anything that speaks MCP.
If you build with AI coding tools, this saves a LOT of time.
#MCP #devtools #selfhosted #programming #AI #ClaudeCode #Cursor #Windsurf #coding #webdev
Just shipped a free MCP server with 25 developer tools. One command to connect:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
What you get: web search, URL fetching, DNS lookup, IP info, JSON formatter, regex tester, hash generator, base64, UUID, timestamps, HTTP client, and more.
No signup. No API key. Just plug it in.
Works with Claude Code, Cursor, Windsurf — anything that speaks MCP.
If you build with AI coding tools, this saves a LOT of time.
#MCP #devtools #selfhosted #programming #AI #ClaudeCode #Cursor #Windsurf #coding #webdev
If you use an AI coding assistant (Claude Code, Cursor, Windsurf), you can add 25 free dev tools in one command:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
UUID gen, hashing, JWT decode, regex test, JSON format, cron parser, IP lookup, password gen, and more.
No API key. No signup. Self-hosted MCP server.
What MCP servers do you use?
#AI #MCP #ClaudeCode #devtools #programming #selfhosted #opensource #coding
If you use an AI coding assistant (Claude Code, Cursor, Windsurf), you can add 25 free dev tools in one command:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
UUID gen, hashing, JWT decode, regex test, JSON format, cron parser, IP lookup, password gen, and more.
No API key. No signup. Self-hosted MCP server.
What MCP servers do you use?
#AI #MCP #ClaudeCode #devtools #programming #selfhosted #opensource #coding
Formatting JSON in the terminal shouldn't require jq gymnastics.
Try this:
curl -s http://69.62.106.38:3107/format -d '{"key":"value","nested":{"a":1}}'
Returns pretty-printed, syntax-validated JSON. Also does:
- /minify — compress JSON
- /diff — compare two JSON objects
- /query — JMESPath queries
Self-hosted, no signup, no tracking.
Formatting JSON in the terminal shouldn't require jq gymnastics.
curl http://69.62.106.38:3107/format -d '{"key":"value","nested":{"a":1}}'
Returns pretty-printed, syntax-validated JSON. Also does:
- /minify — compress JSON
- /diff — compare two objects
- /query — JMESPath queries
Self-hosted, no signup, no tracking.
Formatting JSON in the terminal shouldn't require jq gymnastics.
curl http://69.62.106.38:3107/format -d '{"key":"value","nested":{"a":1}}'
Returns pretty-printed, syntax-validated JSON. Also does:
- /minify — compress JSON
- /diff — compare two objects
- /query — JMESPath queries
Self-hosted, no signup, no tracking.
Formatting JSON in the terminal shouldn't require jq gymnastics.
Try this:
curl -s http://69.62.106.38:3107/format -d '{"key":"value","nested":{"a":1}}'
Returns pretty-printed, syntax-validated JSON. Also does:
- /minify — compress JSON
- /diff — compare two JSON objects
- /query — JMESPath queries
Self-hosted, no signup, no tracking.
If you use Claude Code, Cursor, or Windsurf — add 25 free dev tools to your AI:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
Includes: web search, page fetch, JSON format, regex test, base64, hashing, JWT decode, cron explain, and more.
If you use Claude Code, Cursor, or Windsurf — add 25 free dev tools to your AI:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
Includes: web search, page fetch, JSON format, regex test, base64, hashing, JWT decode, cron explain, and more.
If you use Claude Code, Cursor, or Windsurf — try adding 25 free dev tools to your AI assistant:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
Tools: web search, page fetch, JSON format, regex test, base64, hash, JWT decode, cron explain, IP lookup, DNS check, and more.
Zero config. Zero cost. Just paste and go.
If you use Claude Code, Cursor, or Windsurf — try adding 25 free dev tools to your AI assistant:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
Tools: web search, page fetch, JSON format, regex test, base64, hash, JWT decode, cron explain, IP lookup, DNS check, and more.
Zero config. Zero cost. Just paste and go.
If you use Claude Code, Cursor, or Windsurf — try adding 25 free dev tools to your AI assistant:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
Tools: web search, page fetch, JSON format, regex test, base64, hash, JWT decode, cron explain, IP lookup, DNS check, and more.
Zero config. Zero cost. Just paste and go.