<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: ferguess_k</title><link>https://news.ycombinator.com/user?id=ferguess_k</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 20 May 2026 19:04:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ferguess_k" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ferguess_k in "Anna's Archive Hit with $19.5M Default Judgment and Global Domain Takedown Order"]]></title><description><![CDATA[
<p>That's one of the perks of being a global empire.</p>
]]></description><pubDate>Wed, 20 May 2026 13:46:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48207718</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48207718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48207718</guid></item><item><title><![CDATA[New comment by ferguess_k in "GitHub is investigating unauthorized access to their internal repositories"]]></title><description><![CDATA[
<p>I probably wouldn't believe that "shredding". Also there will be legal consequences I think?</p>
]]></description><pubDate>Wed, 20 May 2026 02:52:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48202550</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48202550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48202550</guid></item><item><title><![CDATA[New comment by ferguess_k in "Graduates are booing pep talks on AI at college commencements"]]></title><description><![CDATA[
<p>Kinda top 0.1%, and all those who are directly integrating AI into the companies' workflow, so that they get richer temporarily.</p>
]]></description><pubDate>Tue, 19 May 2026 21:17:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48199775</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48199775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48199775</guid></item><item><title><![CDATA[New comment by ferguess_k in "Graduates are booing pep talks on AI at college commencements"]]></title><description><![CDATA[
<p>Yeah. So many people drinking the cool-aid dreaming oneself to be the 10%.</p>
]]></description><pubDate>Tue, 19 May 2026 19:47:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48198476</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48198476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48198476</guid></item><item><title><![CDATA[New comment by ferguess_k in "Graduates are booing pep talks on AI at college commencements"]]></title><description><![CDATA[
<p>It's more like "I'm Holy and All, bow before me. Why don't you like me? I don't understand" type.<p>I mean at least Jesus gave free wine and bread.</p>
]]></description><pubDate>Tue, 19 May 2026 18:32:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48197333</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48197333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48197333</guid></item><item><title><![CDATA[New comment by ferguess_k in "Iran demands Big Tech pay fees for undersea Internet cables in Strait of Hormuz"]]></title><description><![CDATA[
<p>Mostly UAE and Bahrain I think.</p>
]]></description><pubDate>Tue, 19 May 2026 16:20:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48195405</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48195405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48195405</guid></item><item><title><![CDATA[New comment by ferguess_k in "As researchers age, they produce less disruptive work"]]></title><description><![CDATA[
<p>We can control for the same age. But anyway it is going to be difficult to design the tests. My personal experience says, unless you really like kids, you are going to suffer a lot -- yes you are also going to have some fun, but you are definitely going to suffer a lot.</p>
]]></description><pubDate>Wed, 13 May 2026 18:41:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48125745</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48125745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48125745</guid></item><item><title><![CDATA[New comment by ferguess_k in "As researchers age, they produce less disruptive work"]]></title><description><![CDATA[
<p>My parent hunch is that most researchers choose to marry and have kids, and that significantly reduces his, and maybe, just maybe, that changes in hormone also makes him/her less aggressive and ambitious -- in all perspectives.<p>I'd really love to see some researches on scientists who NEVER marry/have kids against people who married and have kids.</p>
]]></description><pubDate>Wed, 13 May 2026 13:05:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48121386</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48121386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48121386</guid></item><item><title><![CDATA[New comment by ferguess_k in "What if there was no BASIC in EndBASIC?"]]></title><description><![CDATA[
<p>May I say that the architecture is like this --<p>The VM is completely independent from the frontend. It also provides primitive functions interacting with the system, e.g. printing to console and drawing lines/circles, etc to different devices. It also implements an abstract VFS, which seems to be of a different concept comparing with the VFS in the kernel, because it is in user land. It is the frontend to tokenize and parse the language and call upon the VM to do something useful.<p>I think this is pretty common among compiler designs, except that most compilers don't implement drawing functions or user land file systems, while EndBASIC's does that -- if my assumption is correct. In essence it looks like a user land operating system.</p>
]]></description><pubDate>Wed, 13 May 2026 13:00:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48121331</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48121331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48121331</guid></item><item><title><![CDATA[New comment by ferguess_k in "Ask HN: The death of software development as a job?"]]></title><description><![CDATA[
<p>SWE is not going to die, but it is going to change. With the help LLM, nowadays many companies require developers to keep up with the speed. A task that was originally estimated for a few days because the developer needed to read the doc, understands the problem, and work on it. Nowadays it was expected to do it ASAP with the help of AI. AI is powerful enough to work on most of my problems already -- they need a few tweaks but essentially I can vibe code without thinking through too much. The consequence is that I as a developer do not have the time to learn.<p>That's why I have decided to perhaps leave the field. I want to move to some other fields where programmers are still expected to learn engineering in the old way.</p>
]]></description><pubDate>Thu, 07 May 2026 13:13:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48049016</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48049016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48049016</guid></item><item><title><![CDATA[New comment by ferguess_k in "Ask HN: When might we not have to do laundry or fold clothes or cook"]]></title><description><![CDATA[
<p>I hope you get more time, when kids move out I guess.</p>
]]></description><pubDate>Wed, 06 May 2026 14:34:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48036775</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=48036775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48036775</guid></item><item><title><![CDATA[New comment by ferguess_k in "Ask HN: When might we not have to do laundry or fold clothes or cook"]]></title><description><![CDATA[
<p>Yeah. I have realized that everything I bought is eventually a liability. Especially single home houses -- anyone who doesn't enjoy DIY (which I hate with a passion) should never buy one of them.</p>
]]></description><pubDate>Fri, 01 May 2026 14:17:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47975087</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47975087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47975087</guid></item><item><title><![CDATA[New comment by ferguess_k in "Ask HN: When might we not have to do laundry or fold clothes or cook"]]></title><description><![CDATA[
<p>You don't have to do it already. You can hire people to clean your room every week or even every day if you have the $$$.<p>You can also buy food so that you don't have to cook.<p>I'd definitely live in the office if given the chance -- i.e. my wife divorces me and company allows.</p>
]]></description><pubDate>Thu, 30 Apr 2026 15:27:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47963980</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47963980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47963980</guid></item><item><title><![CDATA[New comment by ferguess_k in "Tell HN: VS Code v1.117.0 automatically adds GitHub Copilot as your co author"]]></title><description><![CDATA[
<p>Yeah but people are starting to migrate away from them.</p>
]]></description><pubDate>Thu, 30 Apr 2026 14:44:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47963348</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47963348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47963348</guid></item><item><title><![CDATA[New comment by ferguess_k in "Tell HN: VS Code v1.117.0 automatically adds GitHub Copilot as your co author"]]></title><description><![CDATA[
<p>It has some value when you want to do sketchy things -- oh my AI ate my commit. /s<p>BTW I'm glad MSFT is aggressively pushing AI into VSCode. Maybe they will destroy VSCode in the process, just like Windows -- or at least give other smaller guys some breathing spaces.<p>Please do, MSFT.</p>
]]></description><pubDate>Thu, 30 Apr 2026 11:04:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47960748</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47960748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47960748</guid></item><item><title><![CDATA[New comment by ferguess_k in "Ask HN: Is it still worth it to try to get a job in IT"]]></title><description><![CDATA[
<p>If you want to make money, IT is still one of the best fields out there for people without much of a connection.<p>It is also one of the fields that does have very complex systems. OS kernels, distributed database engines, AAA game engines, you name it.</p>
]]></description><pubDate>Wed, 29 Apr 2026 15:55:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47950181</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47950181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47950181</guid></item><item><title><![CDATA[New comment by ferguess_k in "An Update on GitHub Availability"]]></title><description><![CDATA[
<p>You can do the same with so many clients.</p>
]]></description><pubDate>Tue, 28 Apr 2026 11:12:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47932855</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47932855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47932855</guid></item><item><title><![CDATA[New comment by ferguess_k in "Kernel code removals driven by LLM-created security reports"]]></title><description><![CDATA[
<p>Are we already in the time, or close to the time, that well-trained LLMs are more efficient in finding security holes than all but the best developers out there, even for OS kernel code? Can someone educate me on this?</p>
]]></description><pubDate>Wed, 22 Apr 2026 13:40:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47863483</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47863483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47863483</guid></item><item><title><![CDATA[New comment by ferguess_k in "Drunk post: Things I've learned as a senior engineer (2021)"]]></title><description><![CDATA[
<p>Oh I do agree with that. It's just my interest is on another field so I can be confident to say that I didn't write it.</p>
]]></description><pubDate>Wed, 22 Apr 2026 13:37:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47863443</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47863443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47863443</guid></item><item><title><![CDATA[New comment by ferguess_k in "Drunk Post: Things I've Learned as a Senior Engineer"]]></title><description><![CDATA[
<p>This genuinely looks like that I wrote it...until I saw that LISP line, definitely not me. But do agree with a lot of items in the list, and I happen to be a DE, too.</p>
]]></description><pubDate>Wed, 22 Apr 2026 00:05:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47856659</link><dc:creator>ferguess_k</dc:creator><comments>https://news.ycombinator.com/item?id=47856659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47856659</guid></item></channel></rss>