<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: mrhat</title><link>https://news.ycombinator.com/user?id=mrhat</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 08:50:32 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mrhat" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mrhat in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://spaccapeli.com/" rel="nofollow noreferrer">https://spaccapeli.com/</a><p>I've been trying to write more consistently (2x month) since the beginning of the year about startup and tech topics in general. I like to share experiences and perspective over organisational, hiring and product topics.<p>I always liked to do it and had a old Wordpress website, but now I decided to code it from scratch to make the blogging experience simpler. Allowing me to drag and drop Word files over the page to create articles. I also blogged about that!<p>Some of my favorite articles:
David and Goliath (big company v. startup) - <a href="https://spaccapeli.com/david-and-goliath" rel="nofollow noreferrer">https://spaccapeli.com/david-and-goliath</a>
Finding the One (how to hire) - <a href="https://spaccapeli.com/finding-the-one" rel="nofollow noreferrer">https://spaccapeli.com/finding-the-one</a>
I remastered Facebook Little Red Book (project about remaking in high-quality the best culture startup book out there) - <a href="https://spaccapeli.com/i-remastered-facebooks-little-red-book" rel="nofollow noreferrer">https://spaccapeli.com/i-remastered-facebooks-little-red-boo...</a></p>
]]></description><pubDate>Wed, 05 Jul 2023 08:33:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=36597472</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=36597472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36597472</guid></item><item><title><![CDATA[New comment by mrhat in "Show HN: HWT, an open-source alternative to GitHub Copilot CLI"]]></title><description><![CDATA[
<p>Thank you Tuchsen, will take a look on the crash if I can replicate it somehow!<p>Regarding the --init in the beginning, my idea was to guide the user step-by-step. That way the input can be checked in "real-time". But fair point that it is a bit odd, especially for the copy flag.</p>
]]></description><pubDate>Wed, 19 Apr 2023 19:29:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=35632269</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=35632269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35632269</guid></item><item><title><![CDATA[New comment by mrhat in "Show HN: HWT, an open-source alternative to GitHub Copilot CLI"]]></title><description><![CDATA[
<p>Fair point, I used the term too loosely and thought just of publishing on GitHub. Will add a license! Any feedback on HWT?</p>
]]></description><pubDate>Tue, 18 Apr 2023 19:27:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=35618819</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=35618819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35618819</guid></item><item><title><![CDATA[Show HN: HWT, an open-source alternative to GitHub Copilot CLI]]></title><description><![CDATA[
<p>HWT is an open-source tool with which you can generate terminal commands using natural language.<p>It is based on GPT-3 (so you need an OpenAI API key) and can generate commands with the user typing `hwt list all the hidden files`. (it works for more complex queries as well)<p>I started working on this a while ago in a slightly different format (i.e., using a backend and with more languages). Then Github announced Copilot CLI and I put it on hold. After a while, I thought: why not share HWT as an open-source alternative? This way people can have another option with more control.<p>HWT is the first time I built a more "complex" terminal user interface (TUI). It was surprising how much you can do nowadays with terminal applications in terms of interactivity and "design". It uses Ink.js and runs over Node. It was quite a smooth experience.<p>Let me know what you think and if have some feedback!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35612707">https://news.ycombinator.com/item?id=35612707</a></p>
<p>Points: 3</p>
<p># Comments: 4</p>
]]></description><pubDate>Tue, 18 Apr 2023 11:48:18 +0000</pubDate><link>https://hwt.dev/</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=35612707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35612707</guid></item><item><title><![CDATA[Culture Is a Snowball]]></title><description><![CDATA[
<p>Article URL: <a href="https://spaccapeli.com/culture-is-a-snowball">https://spaccapeli.com/culture-is-a-snowball</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35209584">https://news.ycombinator.com/item?id=35209584</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 18 Mar 2023 14:56:23 +0000</pubDate><link>https://spaccapeli.com/culture-is-a-snowball</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=35209584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35209584</guid></item><item><title><![CDATA[Show HN: I built a blog where I drag-and-drop doc files to upload articles]]></title><description><![CDATA[
<p>Hi HN, this is my first time sharing something I built after "lurking" here for a long time!<p>I wanted to build a simple blog where I can publish some thoughts and ideas. And I thought it would be nice not to rebuild an online editor. I wanted to work on articles on a desktop editor (e.g., Word/Pages) and just drag-and-drop the file on the website to upload it. I am quite happy about the results.<p>Let me know what you think! I added a video demo/explainer to the page as well :)<p>Happy Wednesday and happy hacking everyone!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35070847">https://news.ycombinator.com/item?id=35070847</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 08 Mar 2023 16:16:33 +0000</pubDate><link>https://spaccapeli.com/hello-world-i-made-this</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=35070847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35070847</guid></item><item><title><![CDATA[New comment by mrhat in "Weekend Wednesday"]]></title><description><![CDATA[
<p>With all the "recent" talks about 4 day workweeks, I looked for alternatives and stumbled upon this "CGP Grey" video. What do you think about Weekend Wednesday?</p>
]]></description><pubDate>Mon, 20 Feb 2023 21:21:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=34873089</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=34873089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34873089</guid></item><item><title><![CDATA[Weekend Wednesday]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=ALaTm6VzTBw">https://www.youtube.com/watch?v=ALaTm6VzTBw</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34873087">https://news.ycombinator.com/item?id=34873087</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 20 Feb 2023 21:21:33 +0000</pubDate><link>https://www.youtube.com/watch?v=ALaTm6VzTBw</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=34873087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34873087</guid></item><item><title><![CDATA[Now, Next, Later, Never (Improving MoSCoW)]]></title><description><![CDATA[
<p>Article URL: <a href="https://alisterbscott.com/2019/10/14/now-next-later-never-improving-moscow/">https://alisterbscott.com/2019/10/14/now-next-later-never-improving-moscow/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34868263">https://news.ycombinator.com/item?id=34868263</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 20 Feb 2023 14:17:37 +0000</pubDate><link>https://alisterbscott.com/2019/10/14/now-next-later-never-improving-moscow/</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=34868263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34868263</guid></item><item><title><![CDATA[AI Is Making Computers More Human, and It’s Bad for the Computers]]></title><description><![CDATA[
<p>Article URL: <a href="https://thelog.farm/2023/01/20/ai-is-making-computers-more-human-and-its-bad-for-the-computers/">https://thelog.farm/2023/01/20/ai-is-making-computers-more-human-and-its-bad-for-the-computers/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34868108">https://news.ycombinator.com/item?id=34868108</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Feb 2023 13:59:23 +0000</pubDate><link>https://thelog.farm/2023/01/20/ai-is-making-computers-more-human-and-its-bad-for-the-computers/</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=34868108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34868108</guid></item><item><title><![CDATA[On “On the Measure of Intelligence” by F. Chollet (2019)]]></title><description><![CDATA[
<p>Article URL: <a href="https://roberttlange.github.io/posts/2020/02/on-the-measure-of-intelligence/">https://roberttlange.github.io/posts/2020/02/on-the-measure-of-intelligence/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34867530">https://news.ycombinator.com/item?id=34867530</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Feb 2023 12:37:59 +0000</pubDate><link>https://roberttlange.github.io/posts/2020/02/on-the-measure-of-intelligence/</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=34867530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34867530</guid></item><item><title><![CDATA[The Glass Half Full of Layoffs]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.spaccapeli.com/the-glass-half-full-of-layoffs">https://www.spaccapeli.com/the-glass-half-full-of-layoffs</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34857718">https://news.ycombinator.com/item?id=34857718</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 19 Feb 2023 14:14:27 +0000</pubDate><link>https://www.spaccapeli.com/the-glass-half-full-of-layoffs</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=34857718</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34857718</guid></item><item><title><![CDATA[New comment by mrhat in "Pitch: Collaborative presentation software for teams"]]></title><description><![CDATA[
<p>Fyi on slide 6 you've a typo "Op<i>p</i>ortunity". Congrats on the product btw!</p>
]]></description><pubDate>Tue, 20 Oct 2020 14:14:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=24837508</link><dc:creator>mrhat</dc:creator><comments>https://news.ycombinator.com/item?id=24837508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24837508</guid></item></channel></rss>