<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: wakeless</title><link>https://news.ycombinator.com/user?id=wakeless</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 11:06:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wakeless" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wakeless in "AGENTS.md outperforms skills in our agent evals"]]></title><description><![CDATA[
<p>I did a similar set of evals myself utilising the baseline capabilities that Phoenix (elixir) ships with and then skillified them.<p>Regularly the skills were not being loaded and thus not utilised. The outputs themselves were fine. This suggested that at some stage through the improvements of the models that baseline AGENTS.md had become redundant.</p>
]]></description><pubDate>Fri, 30 Jan 2026 04:27:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46820519</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=46820519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46820519</guid></item><item><title><![CDATA[New comment by wakeless in "Show HN: Agent-of-empires: OpenCode and Claude Code session manager"]]></title><description><![CDATA[
<p>So I built a thing that looks _very_ similar to this a while back: <a href="http://pipie.io/agent-tracker" rel="nofollow">http://pipie.io/agent-tracker</a> (it doesn't orchestrate)<p>And what's really fascinating isn't that multiple people have built the same thing is just how convergent all the ideas are. This makes a heap of sense given that they are all vibe-coded and using similar libraries. It's just very real when you see it right in front of your face like this.<p>I think there's a heap of really interesting stuff when you start linking into hooks which can also create tmux splits and really make the agent the center of an ide which seems like this is on the way to.</p>
]]></description><pubDate>Tue, 13 Jan 2026 03:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46597114</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=46597114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46597114</guid></item><item><title><![CDATA[New comment by wakeless in "Petrichor"]]></title><description><![CDATA[
<p>Don't forget the Paul Kelly song of the same name.</p>
]]></description><pubDate>Wed, 28 Dec 2022 10:41:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=34159585</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=34159585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34159585</guid></item><item><title><![CDATA[New comment by wakeless in "Phelia – React for Slack Apps"]]></title><description><![CDATA[
<p>A very cool approach, well done.</p>
]]></description><pubDate>Tue, 21 Apr 2020 01:10:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=22930800</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=22930800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22930800</guid></item><item><title><![CDATA[New comment by wakeless in "Apple acquires Dark Sky"]]></title><description><![CDATA[
<p>There is a great episode of 99 percent invisible about this.<p><a href="https://99percentinvisible.org/episode/the-weather-machine/" rel="nofollow">https://99percentinvisible.org/episode/the-weather-machine/</a></p>
]]></description><pubDate>Wed, 01 Apr 2020 08:22:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=22746750</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=22746750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22746750</guid></item><item><title><![CDATA[Ask HN: Google Meet needs Brady Bunch mode]]></title><description><![CDATA[
<p>I have never heard so many feature requests for something in such a short time. My team is fully remote, happy with Google Meet (or Hangouts) except for the Brady Bunch mode. People are advocating to change to Zoom for this 1 feature. I'm sure remote teams all around the world are having the same conversations.<p>So ask HN, can we make sure someone on that Google Videos team knows how much it would be loved. It feels like a feature that people would eat up even if it was rushed out.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22645104">https://news.ycombinator.com/item?id=22645104</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 21 Mar 2020 07:10:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=22645104</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=22645104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22645104</guid></item><item><title><![CDATA[New comment by wakeless in "Migrating to React’s New Context API"]]></title><description><![CDATA[
<p>Fair enough, I suppose. I still think the additional complexity of having to bring in the context for the save of passing 1 variable through the whole tree is overkill though.</p>
]]></description><pubDate>Tue, 24 Apr 2018 08:17:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=16910825</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=16910825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16910825</guid></item><item><title><![CDATA[New comment by wakeless in "Migrating to React’s New Context API"]]></title><description><![CDATA[
<p>This is actually a really weird example of using the Context API. I have no idea why you would want to use it to manage a single switch of state.<p>The far better examples are providing a "theme" across multiple disparate components, and each of them being able to access the colours, or styles. (You could also just use CSS)<p>The other good example is being able to set the logged in user into a context and then being able to consume the context if you need access to the logged in user.</p>
]]></description><pubDate>Tue, 24 Apr 2018 07:20:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=16910589</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=16910589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16910589</guid></item><item><title><![CDATA[New comment by wakeless in "Stripe Billing"]]></title><description><![CDATA[
<p>How does this work in the case where the majority of your customers currently pay by direct-debit/cheque? This is certainly the case for us, but we have long been looking for a affordable solution to have them managed with some sort of managed subscription engine</p>
]]></description><pubDate>Fri, 06 Apr 2018 02:26:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=16770465</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=16770465</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16770465</guid></item><item><title><![CDATA[New comment by wakeless in "Japanese Vending Machines at Night Juxtaposed with a Wintry Hokkaido Landscape"]]></title><description><![CDATA[
<p>Beer isn't in 'publicly' accessible vending machines any more as far as I can tell. It is however often available in the foyer of a place that normally sells beer (that might be currently shut.)<p>Ski resorts are my main source of vending-machine beer. Nothing better than cracking a can of Sapporo Classic in your first gondola ride of the day.</p>
]]></description><pubDate>Thu, 05 Oct 2017 22:20:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=15413000</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=15413000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15413000</guid></item><item><title><![CDATA[New comment by wakeless in "GitHub down"]]></title><description><![CDATA[
<p>My favourite part of this is the "All systems operational" in green at the top. Yet, all systems are clearly not operational.</p>
]]></description><pubDate>Fri, 20 May 2016 07:54:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=11736145</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=11736145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11736145</guid></item><item><title><![CDATA[New comment by wakeless in "Y Combinator's Altman: What I Worry About in Business [video]"]]></title><description><![CDATA[
<p>No [video] ?</p>
]]></description><pubDate>Tue, 06 Oct 2015 00:48:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=10336090</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=10336090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10336090</guid></item><item><title><![CDATA[New comment by wakeless in "The MUD Connector"]]></title><description><![CDATA[
<p>Gee I spent far too much time on Astaria in the late 90s. I'm sure there's a few people around here that are in the same boat.</p>
]]></description><pubDate>Wed, 26 Aug 2015 08:26:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=10121763</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=10121763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10121763</guid></item><item><title><![CDATA[New comment by wakeless in "Hammer.js: Add touch gestures to your page"]]></title><description><![CDATA[
<p>We've been using this for a while, documentation isn't great, but it seems it's the best library for what it does.<p>We had particular trouble with double tap recognition early on but I believe V2 improved this substantially.</p>
]]></description><pubDate>Wed, 03 Jun 2015 10:48:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=9651692</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=9651692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9651692</guid></item><item><title><![CDATA[New comment by wakeless in "Paper Now: Create, edit and display a journal article entirely in GitHub"]]></title><description><![CDATA[
<p>There is significant friction from changing to anything that isn't Word (PDF/Latex to a lesser extent) in this space. I wonder what it is going to take for that monopoly to be broken</p>
]]></description><pubDate>Tue, 07 Apr 2015 16:44:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=9335283</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=9335283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9335283</guid></item><item><title><![CDATA[New comment by wakeless in "In conversation with Marc Andreessen"]]></title><description><![CDATA[
<p>You are right in a sense. I think people are demanding more flexible, realistic and more consumer favourable laws. Rather than the rigid structures that are in currently in place.</p>
]]></description><pubDate>Mon, 20 Oct 2014 06:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=8480914</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=8480914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8480914</guid></item><item><title><![CDATA[New comment by wakeless in "Announcing UberPool"]]></title><description><![CDATA[
<p>Here in Queenstown, NZ there's spa (jacuzzi) as a service.</p>
]]></description><pubDate>Wed, 06 Aug 2014 11:51:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=8141987</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=8141987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8141987</guid></item><item><title><![CDATA[New comment by wakeless in "Passwords for JetBlue accounts cannot contain a Q or a Z"]]></title><description><![CDATA[
<p>But my cat's name is quizzical.</p>
]]></description><pubDate>Wed, 14 May 2014 08:40:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=7742771</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=7742771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7742771</guid></item><item><title><![CDATA[New comment by wakeless in "Stripe: Bitcoin Sign-up"]]></title><description><![CDATA[
<p>Credit cards have little wire antenna in them. If you basically cut it in down near the chip, the chip still works when inserted into the machine but the NFC doesn't work.<p>I did this accidentally and have been using my phone with chip and pin for about a year.<p>Personally I'd prefer to swipe.</p>
]]></description><pubDate>Fri, 28 Mar 2014 08:36:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=7485960</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=7485960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7485960</guid></item><item><title><![CDATA[New comment by wakeless in "How we restarted our company in two weeks during Y Combinator"]]></title><description><![CDATA[
<p>In a lot of ways it's tricky, but easy at the same time. We end up trying to build strong concepts that can be mapped onto a few different problems within the event. A lot like an online store product, but with a better grounding in events.<p>We then try and provide the right management/reporting/organising tools so that they can work with it better.</p>
]]></description><pubDate>Thu, 13 Mar 2014 05:53:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=7390230</link><dc:creator>wakeless</dc:creator><comments>https://news.ycombinator.com/item?id=7390230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7390230</guid></item></channel></rss>