<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: cloud_line</title><link>https://news.ycombinator.com/user?id=cloud_line</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 11:19:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cloud_line" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cloud_line in "Sam Altman may control our future – can he be trusted?"]]></title><description><![CDATA[
<p>You could buy a physical copy (and this isn't meant to sound sarcastic).</p>
]]></description><pubDate>Mon, 06 Apr 2026 22:12:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47667996</link><dc:creator>cloud_line</dc:creator><comments>https://news.ycombinator.com/item?id=47667996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47667996</guid></item><item><title><![CDATA[New comment by cloud_line in "You can now verify Google AI-generated videos in the Gemini app"]]></title><description><![CDATA[
<p>This is very good to hear. I've been thinking for awhile now that AI tools need some sort of cryptographic signature in their content to identify the source. This will help protect people in the event of fake images or videos that could be compromising to them, particularly as these tools become more powerful. I guess the next question is how will attackers attempt to fake the watermark.<p>I just wish that something similar could be done with text content.</p>
]]></description><pubDate>Thu, 18 Dec 2025 17:17:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46315610</link><dc:creator>cloud_line</dc:creator><comments>https://news.ycombinator.com/item?id=46315610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46315610</guid></item><item><title><![CDATA[New comment by cloud_line in "Ask HN: As a junior, how do I deal with a lack of guidance from my boss?"]]></title><description><![CDATA[
<p>Thank you for this. I guess to add something, I moved to a different city to take this job. I don't have friends or family where I live. I do have one friend at work. He works on the front-end team and we meet outside of work sometimes for lunch. So I'm sure the isolation wouldn't be as bad if I had more of a social group outside of work. But I appreciate you mentioning that it's not that uncommon for devs to feel alone and isolated.</p>
]]></description><pubDate>Sat, 16 Nov 2024 18:42:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42158206</link><dc:creator>cloud_line</dc:creator><comments>https://news.ycombinator.com/item?id=42158206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42158206</guid></item><item><title><![CDATA[New comment by cloud_line in "Ask HN: As a junior, how do I deal with a lack of guidance from my boss?"]]></title><description><![CDATA[
<p>I ran out of space at the end, but the last paragraph was: "Thank you for taking the time to read this. I'm really just looking for guidance. I hope some of the more experienced programmers might be able to shed some light on this situation in ways that aren't clear to me right now."<p>EDIT<p>There was one other paragraph I deleted due to space limitations. On the topic of struggling with being completely alone at my job for the large majority of my workweek:<p>"I'm considering taking my back-end skills and re-training to learn cloud. I think this could (possibly) put me in a position where I can build on my coding skills while also working with other people throughout the day, i.e. clients, other IT people, developers, and so on."</p>
]]></description><pubDate>Sat, 16 Nov 2024 18:24:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42158052</link><dc:creator>cloud_line</dc:creator><comments>https://news.ycombinator.com/item?id=42158052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42158052</guid></item><item><title><![CDATA[Ask HN: As a junior, how do I deal with a lack of guidance from my boss?]]></title><description><![CDATA[
<p>Background:<p>I started as a back-end dev apprentice a year ago. I moved up to junior six months later. My primary job is to build REST and SOAP APIs. I report directly to my boss who is the head of all three dev teams. For a while, it was just my boss and myself writing the back-end code, until a few months ago when he hired two more back-end apprentices.<p>Issue 1: Feeling Isolated<p>This is an in-office position where I spend nearly the entire work week alone. It's not unusual for two weeks to go by without me seeing my boss. Before I became a programmer, I thought I would love that. It turns out, I'm really struggling with it. I find the lack of human interaction actually leaves me feeling isolated in a negative sense. It's gotten to the point where I'm questioning if programming was the correct career transition.<p>Issue 2: Lack of Guidance<p>I feel like there's a severe lack of guidance on our team. For instance, when I interviewed for the position, we discussed that code reviews were mandatory. In the past year, I had one or two in-person code reviews, and one or two via email. All the rest of my projects have been pushed to remote, without any code review. Granted, we have separate "development" and "production" branches, and many of those projects are not yet in production. So it's possible we will review the code eventually. But given how busy my boss' schedule is, I find it unlikely.<p>The company's codebase lacks organization. For example, most of our APIs have controllers with sometimes several thousand lines of code. Although my experience is minimal I've managed to self-teach myself a little bit about the repository design pattern and the service-layer approach. I recently convinced my boss that we should strive for better separation of concerns. He agreed, and we're now starting to move some of our database logic into a separate database access layer (DAL). Also, I've taken it upon myself to find YouTube videos for our back-end team to watch for group training. We'll be watching those videos next week and having a group discussion on how to better implement our APIs.<p>Why is this an issue? It isn't, per se. I feel as if I'm pushing the back-end team in the right direction. It's a good feeling. I want our codebase to be better than it is, and I want our team to be in the 21st century as far as coding practices are concerned.<p>I think the issue here is the small bit of stress I'm feeling toward taking on a role that isn't necessarily something I'm qualified for. I think at a bigger company, the design patterns and training videos would come from someone above me, whereas I'm a junior who has mostly self-taught everything I know. My boss isn't the traditional "senior" developer. He's a former server admin who over the years learned enough about programming and SQL to build out a back-end for the company. Now, we have hundreds of APIs and a team of over 10 devs that he's managing.<p>I've also become a mentor to one of the apprentices on our team. At lunch, he asks me questions about SQL, git, databases, HTTP requests, and so on. I'm glad that I can help him out. Again, it feels good to have a positive impact. But at the same time, I'm mostly teaching him things that I've taught myself using the web. What if what I've taught myself is incorrect?<p>Lastly, and relating back to the feeling "isolated," I organized a group code review for myself and the two other apprentices recently when my boss was out of town. A large part of why I organized this relates back to my struggle with being alone throughout the majority of my workweek. This isn't something that I thought would be such a struggle, but that entire week was spent by myself at my computer until I went so stir-crazy that I decided to organize a code review with the other two back-end devs. I think it had a positive impact. I looked at our git history and saw one of the devs had committed some of the changes we discussed.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42158038">https://news.ycombinator.com/item?id=42158038</a></p>
<p>Points: 4</p>
<p># Comments: 6</p>
]]></description><pubDate>Sat, 16 Nov 2024 18:23:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42158038</link><dc:creator>cloud_line</dc:creator><comments>https://news.ycombinator.com/item?id=42158038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42158038</guid></item><item><title><![CDATA[New comment by cloud_line in "Ask HN: Is there no escape from working 9-5?"]]></title><description><![CDATA[
<p>It sounds like the crux of your question is, "How do I work less and still support my family?" I've not read the type of books you described. I also don't work 4 hours a week. I work a 9-5 with a 1 hour lunch, 5 days a week, building APIs for a small-to-medium sized credit union. So although I don't have an answer to your question, I do have some thoughts to share.<p>I've slowly become comfortable with the idea that as a backend web developer, I'm really just one of many. So no wonder I haven't landed that cushy remote job yet. There are many others who can do what I do, and at my current career level, most have more experience than I do. (Of course that will change over time).<p>So how do I get the dream job that I want? Obviously I can't get there by following this trajectory. I've been telling myself that I need to stand out from the crowd in some substantial way. The only way I can imagine doing that is to develop a niche skillset that is more sought after than the one I currently have. A lot of people can build APIs. So I need to make myself more valuable to bigger companies if I'm going to ever get the sweet remote position that I dream of having.<p>On an unrelated note, one of my best friends has almost the exact job you described. He's not a software engineer. He works in quality assurance, helping companies self-audit themselves so they're prepared if the FDA shows up to audit them. He makes over 6 figures, works from home for 2-3 hours in the morning. As long as he's available to answer emails and teams messages, he does whatever he wants on most days. Anytime I've asked him for his advice, he always tells me that he just "followed the money."<p>One more thought. I think as developers we get obsessed with building our technical skills. When in the longterm I think it's the people skills that matter. Also, there are a lot of jobs in tech and for big companies that don't involve traditional software development. Maybe the solution is to look elsewhere for opportunities. I'm saying this to myself as much as I am to you.</p>
]]></description><pubDate>Wed, 09 Oct 2024 16:10:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41789541</link><dc:creator>cloud_line</dc:creator><comments>https://news.ycombinator.com/item?id=41789541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41789541</guid></item><item><title><![CDATA[New comment by cloud_line in "“Attention assault” on Fandom"]]></title><description><![CDATA[
<p>>"I'd love to see a world where more companies self-host the wiki for their game/TV show/etc, especially given the relatively low cost of deploying and hosting..."<p>I think the next best thing is when a company hosts their own forums where the community and in some cases the devs are active in answering questions. As long as forums are well-moderated then they naturally evolve into an knowledge base. X3:Terran Conflict comes to mind, along with IL-2 Sturmovik, which has good official forums and some excellent unofficial forums.</p>
]]></description><pubDate>Tue, 18 Jun 2024 01:55:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=40713334</link><dc:creator>cloud_line</dc:creator><comments>https://news.ycombinator.com/item?id=40713334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40713334</guid></item><item><title><![CDATA[New comment by cloud_line in "Both pilots of an A320 fell asleep in the cockpit for 28 minutes"]]></title><description><![CDATA[
<p>I recall reading that certain aircraft manufacturers do offer more robust security features if the airlines are willing to pay for them. I don't have a link or source handy, but it's entirely possible that these features have been discussed, but through the lens of how much more would it cost to implement them.</p>
]]></description><pubDate>Sun, 10 Mar 2024 02:07:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39656188</link><dc:creator>cloud_line</dc:creator><comments>https://news.ycombinator.com/item?id=39656188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39656188</guid></item></channel></rss>