# poem

Published articles for poem.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Vim

DevFeed: [Vim](<https://devfeed.tech/articles/vim-37455.md>)

Original publisher: [Read original article](<https://iridakos.com/programming/2019/12/20/thy-vim>)

Author: Lazarus Lazaridis

Published: 2019-12-20T07:00:00Z

Content type: article

Language: en

Sources: [Lazarus Lazaridis](<https://devfeed.tech/sources/lazarus-lazaridis.md>)

Topics: [Vim](<https://devfeed.tech/topics/vim.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [devhumor](<https://devfeed.tech/tags/devhumor.md>), [file](<https://devfeed.tech/tags/file.md>), [humor](<https://devfeed.tech/tags/humor.md>), [i](<https://devfeed.tech/tags/i.md>), [linux](<https://devfeed.tech/tags/linux.md>), [poem](<https://devfeed.tech/tags/poem.md>), [process](<https://devfeed.tech/tags/process.md>), [programming](<https://devfeed.tech/tags/programming.md>), [shell](<https://devfeed.tech/tags/shell.md>), [vim](<https://devfeed.tech/tags/vim.md>)

### AI overview

A humorous poem about learning Vim describes editing files, encountering read-only behavior, and struggling with shell commands and processes.

### Source excerpt

Roses are red Violets are blue I have stuck in vim And so have you. Vim ain't for newbies But I'm a curious soul So I went down That shell rabbit hole. I tried to edit hosts Everything went wrong The file remained open For two hours long. When I found the magic Semicolon double-u q The file was readonly You've been there too. The bells started ringing As I controlled + c What was I thinking I WANT TO BE FREE I had to stop the panic Said it'll all be fine I will just kill the process Using minus nine. -- iridakos

## Introduction and guide to installing and using DuckRails for dynamically mocking API endpoints

DevFeed: [Introduction and guide to installing and using DuckRails for dynamically mocking API endpoints](<https://devfeed.tech/articles/i-37449.md>)

Original publisher: [Read original article](<https://iridakos.com/programming/2019/11/22/i>)

Author: Lazarus Lazaridis

Published: 2019-11-22T15:00:00Z

Content type: tutorial

Language: en

Sources: [Lazarus Lazaridis](<https://devfeed.tech/sources/lazarus-lazaridis.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [API](<https://devfeed.tech/topics/api.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Docker Image](<https://devfeed.tech/topics/docker-image.md>), [Mocking](<https://devfeed.tech/topics/mocking.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [development](<https://devfeed.tech/tags/development.md>), [devhumor](<https://devfeed.tech/tags/devhumor.md>), [docker](<https://devfeed.tech/tags/docker.md>), [docker-image](<https://devfeed.tech/tags/docker-image.md>), [guide](<https://devfeed.tech/tags/guide.md>), [humor](<https://devfeed.tech/tags/humor.md>), [introduction](<https://devfeed.tech/tags/introduction.md>), [mocking](<https://devfeed.tech/tags/mocking.md>), [poem](<https://devfeed.tech/tags/poem.md>), [programming](<https://devfeed.tech/tags/programming.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

An introduction and guide to installing and using DuckRails, a development tool for mocking API endpoints dynamically. The document also notes that a Docker image is available.

### Source excerpt

Roses are red Violets are blue I was looping forever And then I found you. i was your name I think j was next to you Born inside a for Died in there too. I saw you getting bigger Loop over loop over loop And j was getting smaller You were a great group. And then you just vanished You left me there alone Condition wasn't true At least nothing was thrown.