<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[It's not a bug]]></title><description><![CDATA[Its not a bug]]></description><link>https://www.itsnotabug.net/blog</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 06:42:46 GMT</lastBuildDate><atom:link href="https://www.itsnotabug.net/blog-feed.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[IT is mostly about solving puzzles]]></title><description><![CDATA[Praca w IT to w większości proces detektywistyczny, obalający mit „magika od komputerów”. Polega ona na rozwiązywaniu zagadek, zgadywaniu intencji autora kodu (nawet własnego), projektowaniu elastycznej architektury systemów bez instrukcji oraz na tłumaczeniu problemów użytkowników z „ludzkiego” na język techniczny. Samo pisanie w klawiaturę jest jedynie końcowym etapem – zapisaniem rozwikłanej intelektualnej bitwy.]]></description><link>https://www.itsnotabug.net/en/post/it-is-mostly-about-solving-puzzles</link><guid isPermaLink="false">69e99c50a00d70315cc693d3</guid><pubDate>Thu, 23 Apr 2026 04:15:02 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/92dc87_5539a7a0664947f6b6274bdfb7fcfa01~mv2.png/v1/fit/w_640,h_349,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Jędrzej Dec</dc:creator></item><item><title><![CDATA[IT to głównie rozwiązywanie zagadek]]></title><description><![CDATA[Praca w IT to w większości proces detektywistyczny, obalający mit „magika od komputerów”. Polega ona na rozwiązywaniu zagadek, zgadywaniu intencji autora kodu (nawet własnego), projektowaniu elastycznej architektury systemów bez instrukcji oraz na tłumaczeniu problemów użytkowników z „ludzkiego” na język techniczny. Samo pisanie w klawiaturę jest jedynie końcowym etapem – zapisaniem rozwikłanej intelektualnej bitwy.]]></description><link>https://www.itsnotabug.net/post/dlaczego-it-to-g%C5%82%C3%B3wnie-rozwi%C4%85zywanie-zagadek</link><guid isPermaLink="false">69e995fabbc0f3ff74479e81</guid><pubDate>Thu, 23 Apr 2026 03:58:20 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/92dc87_5539a7a0664947f6b6274bdfb7fcfa01~mv2.png/v1/fit/w_640,h_349,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Jędrzej Dec</dc:creator></item><item><title><![CDATA[Copying a website]]></title><description><![CDATA[Have you ever wondered how to quickly backup your website? If you use Linux, you have the powerful WGET tool at your disposal. It also works on MacOS, but you must have the HomeBrew package installed first. If you have a Mac, skip to the next step. Linux In the terminal, type wget --mirror --convert-links --adjust-extension --page-requisites --no-parent   http://example.org The individual parameters mean: --mirror Enables "mirror" mode—that is, combining several options: recursive...]]></description><link>https://www.itsnotabug.net/en/post/kopiowanie-strony-internetowej-1</link><guid isPermaLink="false">69d09b032bb8d025123e6116</guid><pubDate>Wed, 11 Mar 2026 06:02:39 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/92dc87_7368896707fc48aab1f2b2fa2b274811~mv2.png/v1/fit/w_940,h_705,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Jędrzej Dec</dc:creator></item><item><title><![CDATA[Kopiowanie strony internetowej]]></title><description><![CDATA[Zastanawialiście się kiedyś jak szybko wykonać kopię zapasową swojej strony internetowej? Jeśli używacie Linuxa, to macie do dyspozycji potężne narzędzie WGET. Działa też w MacOS, ale musicie najpierw mieć zainstalowany pakiet HomeBrew. Jeśli masz Maca, przejdź do kolejnego punktu. Linux W terminalu wpisz wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org Poszczególne parametry oznaczają: --mirror Włącza tryb “mirror” — czyli łączy kilka opcji:...]]></description><link>https://www.itsnotabug.net/post/kopiowanie-strony-internetowej</link><guid isPermaLink="false">69cfed9270c127bc4edf3261</guid><pubDate>Tue, 10 Mar 2026 23:00:00 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/92dc87_7368896707fc48aab1f2b2fa2b274811~mv2.png/v1/fit/w_940,h_705,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Jędrzej Dec</dc:creator></item><item><title><![CDATA[Vibe coding]]></title><description><![CDATA[Czym jest vibe coding? Cytując Wikipedię [2]: Vibe coding to podejście do tworzenia oprogramowania oparte na chatbotach, w którym programista opisuje projekt lub zadanie dużemu modelowi językowemu (LLM), który generuje kod na podstawie podpowiedzi. Programista nie weryfikuje ani nie edytuje kodu, lecz korzysta wyłącznie z narzędzi i wyników podanych przez LLM, aby go ocenić i prosi LLM o wprowadzenie ulepszeń. W przeciwieństwie do tradycyjnego kodowania wspomaganego sztuczną inteligencją,...]]></description><link>https://www.itsnotabug.net/post/vibe-coding</link><guid isPermaLink="false">69cfed0540e74dbec401163b</guid><pubDate>Tue, 10 Feb 2026 23:00:00 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/92dc87_1ef485b0c6a24ea787c305361a42df62~mv2.png/v1/fit/w_1000,h_644,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Jędrzej Dec</dc:creator></item><item><title><![CDATA[Vibe coding]]></title><description><![CDATA[What is vibe coding? To quote Wikipedia [2]: Vibe coding is a chatbot-based software development approach in which a developer describes a project or task to a large language model (LLM), which generates code based on suggestions. The developer does not verify or edit the code; instead, the developer uses only the tools and results provided by the LLM to evaluate it and asks the LLM for improvements. Unlike traditional AI-assisted coding, the developer avoids code analysis, accepts...]]></description><link>https://www.itsnotabug.net/en/post/vibe-coding-1</link><guid isPermaLink="false">69d099ae27c295717d54f4ed</guid><pubDate>Tue, 10 Feb 2026 23:00:00 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/92dc87_1ef485b0c6a24ea787c305361a42df62~mv2.png/v1/fit/w_1000,h_644,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Jędrzej Dec</dc:creator></item><item><title><![CDATA[Hello World: It’s Not a Bug, It's a Life Philosophy.]]></title><description><![CDATA[It’s official. The domain is registered, the server is live, and the first git commit  has hit production. Welcome to itsnotabug.net . Why this name? If you’ve been in IT for more than 15 minutes, you definitely know the phrase. It’s the ultimate developer’s excuse when the system starts acting... creatively. But to me, it’s more than just an inside joke. It's not a bug, it's a feature. In the world of code (and life), the line between a bug and a feature is thin. Often, it’s the bugs that...]]></description><link>https://www.itsnotabug.net/en/post/hello-world-it-s-not-a-bug-it-s-a-life-philosophy</link><guid isPermaLink="false">69d094242bb8d025123e5cbe</guid><pubDate>Sun, 11 Jan 2026 05:34:55 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/92dc87_a0dbb90c975044f489bed549e4d17dc4~mv2.jpeg/v1/fit/w_1000,h_699,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Jędrzej Dec</dc:creator></item><item><title><![CDATA[Hello World: It’s Not a Bug, to filozofia życia]]></title><description><![CDATA[Stało się. Domena kupiona, serwer postawiony, a pierwszy git commit  poszedł na produkcję. Witaj na itsnotabug.net . Skąd ta nazwa? Jeśli pracujesz w IT dłużej niż 15 minut, na pewno znasz to zdanie. It's not a bug, it's a feature. To uniwersalne usprawiedliwienie każdego programisty, gdy system zachowuje się... no powiedzmy kreatywnie. Dla mnie jednak to coś więcej niż branżowy żart. W świecie kodu (i w życiu) granica między błędem a nową funkcjonalnością jest cienka. Często to właśnie błędy...]]></description><link>https://www.itsnotabug.net/post/hello-world-it-s-not-a-bug-to-filozofia-%C5%BCycia</link><guid isPermaLink="false">69cf3cda40e74dbec4ffc9e0</guid><pubDate>Sun, 11 Jan 2026 05:19:26 GMT</pubDate><enclosure url="https://static.wixstatic.com/media/92dc87_a0dbb90c975044f489bed549e4d17dc4~mv2.jpeg/v1/fit/w_1000,h_699,al_c,q_80/file.png" length="0" type="image/png"/><dc:creator>Jędrzej Dec</dc:creator></item></channel></rss>