<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: bohdanstefaniuk</title><link>https://news.ycombinator.com/user?id=bohdanstefaniuk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 08 Jun 2026 15:36:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bohdanstefaniuk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: How do you stay focused while working from home?"]]></title><description><![CDATA[
<p>I use interesting trick - I dress to work. Basically when I start working I put on one of my favorite tshirt and shorts. So I have this feeling like I'm on the work.<p>Also I use intervals, I have basic analog timer, but I don't use pomorodo technique. If I'm in the flow state I can work much longer then originally intended without interruptions</p>
]]></description><pubDate>Mon, 08 Jun 2026 13:54:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48445382</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48445382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48445382</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: What is the AI setup for an experienced dev starting on a new project?"]]></title><description><![CDATA[
<p>My approach to work on new project<p>- Setup proper CLAUDE.md or AGENTS.md<p>- Use cmux or conductor to manage multiple instances of Claude Code<p>When working of some business feature I always ask AI to summarize every conversation in following format: problem, brief solution, where change were made. And I store it in the repo under "journal" folder where each file has "2026-06-08-add-offile-firts-support.md"<p>Also for me personally having separate repository with some boilerplate code become a huge booster of productivity.<p>Usually inside this boilerplate repo I have:<p>- Descriptions of desired project structure, so every project follows the same structure I personally like<p>- Some CI/CD templates, in my case: build docker container, push into github registry, deploy to my bare bone VM<p>- Authentication + third parties integration<p>- Custom exceptions and middleware to handle those exceptions<p>- And more</p>
]]></description><pubDate>Mon, 08 Jun 2026 13:50:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48445327</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48445327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48445327</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Show HN: Markdown Editor and Reader for Mac"]]></title><description><![CDATA[
<p>Looks awesome! I like it! It would be nice to have windows version too, because sometimes I need to do some AI and not only work on Windows machine.<p>Also quick question - what tool did you use to create such nice video/gif on your "hero" slide?</p>
]]></description><pubDate>Sun, 07 Jun 2026 17:45:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48437062</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48437062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48437062</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: Is Everyone an Engineer Now?"]]></title><description><![CDATA[
<p>> To me, engineers are people who build things and take full responsibility for them<p>But you can apply the same logic for the software engineer, you take responsibility for the project you develop and lead. You take responsibility to make it work properly in different environments and load. What about software engineers who build software for the planes or rockets?</p>
]]></description><pubDate>Sun, 07 Jun 2026 17:40:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48437025</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48437025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48437025</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: Do you know any company that's making money with LLMs?"]]></title><description><![CDATA[
<p>As I know Cursor finally has some gross margin profitability after they introduces their own Composer model.<p>I think the biggest reason why most products and LLM provides still in negative because they are in the inception phase and trying to extend their market share.<p>Kind of similar to Uber when they spent huge amount of money to conquer new markets and increase their market share.<p>I think in the near future we will see significant increase of prices for tokens</p>
]]></description><pubDate>Sat, 06 Jun 2026 15:56:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48426210</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48426210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48426210</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: Were CS profs right to look down on programming in light of modern AI?"]]></title><description><![CDATA[
<p>I think in the era of AI knowing and understanding concepts of the computer science, know how to properly build an application, understand all supporting harness like logging, devops and other stuff become much more important that knowing some implementation details of each language.<p>Don't get me wrong, it still important, but I think understanding concepts and principles behind each application become more important<p>You still need to understand how database works and how to analyze performance, how to avoid N+1 problem. You still need to understand how to run your application in the cloud or some bare-bone vm. You still need to understand security concepts</p>
]]></description><pubDate>Sat, 06 Jun 2026 15:41:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48426069</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48426069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48426069</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: What is your (AI) dev tech stack / workflow?"]]></title><description><![CDATA[
<p>Genuine question, I'm trying to adopt specs and AI DLC in my team so we can use it as an enhancement and improve our development and the biggest pain right now for us is managing all those md artifacts.<p>I'm curious how do you manage them? Do you preserve them for the future or delete as soon as task was accomplished? If you're deleting those artifacts after job being done - do you summarize those specs into the Jira ticket or whatever system you use.</p>
]]></description><pubDate>Fri, 05 Jun 2026 19:28:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48417051</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48417051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48417051</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: How do you stay up to date without information overload?"]]></title><description><![CDATA[
<p>I use this approach with worlds news. I've noticed if I don't read any political news, I will eventually know the most important once which affects me.</p>
]]></description><pubDate>Fri, 05 Jun 2026 17:48:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48415915</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48415915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48415915</guid></item><item><title><![CDATA[Ask HN: How do you stay up to date without information overload?]]></title><description><![CDATA[
<p>I'm a backend developer, but I'm interested in a lot of other areas too: frontend, AI, infrastructure, architecture, and system design. I want to keep up with new ideas and advances in all of these.<p>My problem is that most changelogs and news sources throw too much raw information at me. I spend a lot of effort going through it all just to figure out what actually matters. After a while I get overloaded, and then I give up and unsubscribe from everything.<p>So now I'm looking for more curated stuff. Maybe a newsletter, or some people who have a good point of view on software engineering and specific technologies. I want to follow people who filter the noise and explain the interesting parts well.<p>Right now my list is pretty short:
- Hacker Newsletter
- Platformer
- The Pragmatic Engineer<p>What do you read? What newspapers are you subscribe to?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48414812">https://news.ycombinator.com/item?id=48414812</a></p>
<p>Points: 5</p>
<p># Comments: 4</p>
]]></description><pubDate>Fri, 05 Jun 2026 16:29:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48414812</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48414812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48414812</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: How do you find deep technical content?"]]></title><description><![CDATA[
<p>In most cases documentation is enough for me when I need some help with my current day to day tasks.<p>If I want do dig deeper - textbooks, white papers are still a good source.</p>
]]></description><pubDate>Fri, 05 Jun 2026 16:11:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48414545</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48414545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48414545</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "I'm Done Using AI"]]></title><description><![CDATA[
<p>I've found a middle ground where I sketch architecture by myself or using AI as an advisor. Document all my decisions and key points and then use AI coding to extend foundation and add features.<p>Basically what I do:<p>- I have an idea of some architecture solution for the current task<p>- I try to sketch it myself and use AI to find some flaws I missing or try to find alternative approaches<p>- Review comments from AI and summarize into final decision<p>- Implement foundational layer myself or using AI to help me<p>- Document all crucial points like module boundaries, dependencies, key strutural elements<p>- Use AI to add features on top of newly built architecture</p>
]]></description><pubDate>Thu, 04 Jun 2026 12:57:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48398015</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48398015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48398015</guid></item><item><title><![CDATA[New comment by bohdanstefaniuk in "Ask HN: Heavy coding-agent users what's your context plumbing? Where it fails?"]]></title><description><![CDATA[
<p>From my team experience repo level documentation, skills and agents are enough to share similar approach of using AI among the team. We also trying to adopt journals for AI. Basically generate a single md file after each conversation to have a context of what was done.<p>For me the biggest pain right now is to have some kind of central place where other team can post skills they use, prompts and other things. Right now we are thinking about creating a separate repo to store custom skills and other stuff so each team can contribute and use others team work.</p>
]]></description><pubDate>Thu, 04 Jun 2026 12:50:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48397937</link><dc:creator>bohdanstefaniuk</dc:creator><comments>https://news.ycombinator.com/item?id=48397937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48397937</guid></item></channel></rss>