<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: mox111</title><link>https://news.ycombinator.com/user?id=mox111</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 05 Apr 2026 20:37:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mox111" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: I made a PWA that serves as a throwaway push notification inbox]]></title><description><![CDATA[
<p>This tool began as an experiment to try and understand the capabilities of Progressive Web Apps (PWAs).<p>Visiting the link below generates and takes you to a personalized inbox to which you can POST content from any source. It includes instructions for “installation” on mobile devices so as to benefit from push notifications (which, from a web app, will be a novelty for some, particularly those on iOS).<p>Building this out, I was pretty impressed at how close one can get to native app capabilities, even to the point of displaying an “unread notification count” on the app icon.<p>The app is similar to “throwaway” email services except that you can land items in your inbox using a simple http request. This versatility means that you can plug it into a variety of information sources to serve as a dedicated feed. Create and install as many such “feeds” as you like.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47047170">https://news.ycombinator.com/item?id=47047170</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Feb 2026 13:15:58 +0000</pubDate><link>https://pwainbox.com/PoqoVtxOtff13M</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=47047170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47047170</guid></item><item><title><![CDATA[New comment by mox111 in "Applications where agents are first-class citizens"]]></title><description><![CDATA[
<p>I get that the whole "co-authored by Claude" thing is supposed to be future-facing. But it's a bit cringe, for want of a better word.</p>
]]></description><pubDate>Mon, 02 Feb 2026 12:47:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46855392</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=46855392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46855392</guid></item><item><title><![CDATA[Show HN: WeekInPapers – A Modern ArXiv Reader]]></title><description><![CDATA[
<p>Hello,<p>I built weekinpapers.com to address what I saw as a "discoverability" problem for arXiv papers in Computer Science.<p>As the course of the calendar week progresses, the homepage will update to show newly-published papers as they come in. The process will start again the following week.<p>Each entry features a AI-generated "ELI5" summary, in an attempt to demystify, and make explicit, any keywords or assumed knowledge. I see this as a valid use-case for LLMs. The hope is, that cutting edge research becomes accessible to a broader audience.<p>Matt</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46288480">https://news.ycombinator.com/item?id=46288480</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 16 Dec 2025 13:52:06 +0000</pubDate><link>https://www.weekinpapers.com/</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=46288480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46288480</guid></item><item><title><![CDATA[Implementing WebSockets with AWS]]></title><description><![CDATA[
<p>Article URL: <a href="https://tailbits.com/blog/setting-up-websockets-with-aws-api-gateway-(in-go)">https://tailbits.com/blog/setting-up-websockets-with-aws-api-gateway-(in-go)</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45371512">https://news.ycombinator.com/item?id=45371512</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Sep 2025 11:12:09 +0000</pubDate><link>https://tailbits.com/blog/setting-up-websockets-with-aws-api-gateway-(in-go)</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=45371512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45371512</guid></item><item><title><![CDATA[New comment by mox111 in "Claude says “You're absolutely right!” about everything"]]></title><description><![CDATA[
<p>GPT-5 has used the phrase "heck yes!" a handful of times to me so far. I quite enjoy the enthusiasm but its not a phrase you hear very often.</p>
]]></description><pubDate>Wed, 13 Aug 2025 11:46:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44887291</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=44887291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44887291</guid></item><item><title><![CDATA[New comment by mox111 in "Hyrum's Law in Golang"]]></title><description><![CDATA[
<p>Perhaps some package authors are more accepting of this than others. I stumbled upon this comment in the `json` package the other day:<p>// isValidNumber reports whether s is a valid JSON number literal.
//
// isValidNumber should be an internal detail,
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
//   - github.com/bytedance/sonic</p>
]]></description><pubDate>Thu, 21 Nov 2024 15:22:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=42205162</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=42205162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42205162</guid></item><item><title><![CDATA[Glossary for the Working Software Developer]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/moxley01/phrases">https://github.com/moxley01/phrases</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41122641">https://news.ycombinator.com/item?id=41122641</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 31 Jul 2024 19:35:32 +0000</pubDate><link>https://github.com/moxley01/phrases</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=41122641</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41122641</guid></item><item><title><![CDATA[Wag the AI Dog]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mattoxley.com/blog/wag-the-ai-dog">https://www.mattoxley.com/blog/wag-the-ai-dog</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38982711">https://news.ycombinator.com/item?id=38982711</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 13 Jan 2024 18:07:37 +0000</pubDate><link>https://www.mattoxley.com/blog/wag-the-ai-dog</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=38982711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38982711</guid></item><item><title><![CDATA[New comment by mox111 in "Happy New Year HN!"]]></title><description><![CDATA[
<p>Happy new years you crazy people. Hear’s to many failed ideas, to many outrageous schemes, to many goals gone amiss. I love you lot xx</p>
]]></description><pubDate>Mon, 01 Jan 2024 01:05:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=38828884</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=38828884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38828884</guid></item><item><title><![CDATA[Show HN: Create-multi-lib – Write UI code once, compile to multiple frameworks]]></title><description><![CDATA[
<p>Mitosis (<a href="https://github.com/BuilderIO/mitosis">https://github.com/BuilderIO/mitosis</a>) is a fantastic project, but is still in its early stages, and in need of some build tooling. It allows you to "write once, run everywhere" in the sense that you can write a UI component and have it compiled to a React component for use in a React project, a Svelte component for use in a Svelte project, and so on. It does not, however, support bundling.<p>create-multi-lib (run like so `npx create-multi-lib <your-lib-name>) is my attempt to contribute a much needed bundling-layer on top of Mitosis.<p>It also comes with E2E testing included, and your resulting packages include type-declarations.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37622366">https://news.ycombinator.com/item?id=37622366</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 23 Sep 2023 11:42:50 +0000</pubDate><link>https://twitter.com/Matt0xley/status/1705545672676585830</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=37622366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37622366</guid></item><item><title><![CDATA[New comment by mox111 in "Show HN: Learn a language quickly by practising speaking with AI"]]></title><description><![CDATA[
<p>This is great.<p>One thing that could be improved: sometimes when the AI gives a "fill in the missing word" task i.e a sentence with a "______" in it, the text-to-speech literally says out loud "underscore, underscore, underscore..."</p>
]]></description><pubDate>Thu, 03 Aug 2023 09:58:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=36983650</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=36983650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36983650</guid></item><item><title><![CDATA[New comment by mox111 in "Schizoid Personality Disorder"]]></title><description><![CDATA[
<p>"The Divided Self" by RD Laing is interesting on this</p>
]]></description><pubDate>Wed, 12 Jul 2023 19:32:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=36700415</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=36700415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36700415</guid></item><item><title><![CDATA[iOS now supports web push notifications (and why you should care)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.magicbell.com/blog/ios-now-supports-web-push-notifications-and-why-you-should-care">https://www.magicbell.com/blog/ios-now-supports-web-push-notifications-and-why-you-should-care</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36585234">https://news.ycombinator.com/item?id=36585234</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 04 Jul 2023 11:29:34 +0000</pubDate><link>https://www.magicbell.com/blog/ios-now-supports-web-push-notifications-and-why-you-should-care</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=36585234</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36585234</guid></item><item><title><![CDATA[Show HN: WebPushTest – iOS notifications from a “non-native” app]]></title><description><![CDATA[
<p>Note: this demo is only notable on iOS, for which this is relatively new tech.<p>Serves as proof that you don’t necessarily need to build a native app and distribute it on the App Store in order to utilise push notifications.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36533090">https://news.ycombinator.com/item?id=36533090</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 30 Jun 2023 11:30:52 +0000</pubDate><link>https://webpushtest.com/?v=1</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=36533090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36533090</guid></item><item><title><![CDATA[Show HN: iOS Safari web push notifications demo]]></title><description><![CDATA[
<p>iOS launched web push notifications a month ago with 16.5, but there has been a surprising lack of examples to try out. We built [WebPushTest.com](<a href="https://WebPushTest.com" rel="nofollow noreferrer">https://WebPushTest.com</a>) and made the code open source so more web devs can try it out and share it with their coworkers.<p>It used to be the case that an iPhone app needed to be “native” and downloaded from the App Store to utilize push notifications, but you will see that this is no longer true :)<p>As long-time HN users, we also included an option to subscribe to a feed of top Hacker News posts delivered to you via push every six hours. It makes it a fun little app instead of a boring demo!<p>Worth noting that we don't track any personal info (random UUIDs for user IDs, so not even device IDs).</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36432187">https://news.ycombinator.com/item?id=36432187</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 22 Jun 2023 13:53:18 +0000</pubDate><link>https://webpushtest.com/</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=36432187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36432187</guid></item><item><title><![CDATA[The Surprising Addition of Web Push in iOS 16.5 (how to get started)]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/Matt0xley/status/1668912123702030336">https://twitter.com/Matt0xley/status/1668912123702030336</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36324940">https://news.ycombinator.com/item?id=36324940</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 14 Jun 2023 12:35:21 +0000</pubDate><link>https://twitter.com/Matt0xley/status/1668912123702030336</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=36324940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36324940</guid></item><item><title><![CDATA[New comment by mox111 in "Why I'm no longer writing stories with AI"]]></title><description><![CDATA[
<p>So much of this discourse is like:
Act 1: Person builds a brand partly based on AI
Act 2: Person achieves moderate success
Finale: "I created a monster!!!"</p>
]]></description><pubDate>Fri, 28 Apr 2023 20:57:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=35747018</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=35747018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35747018</guid></item><item><title><![CDATA[Status will be all that's left]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mattoxley.com/blog/status-will-be-all-thats-left">https://www.mattoxley.com/blog/status-will-be-all-thats-left</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35652441">https://news.ycombinator.com/item?id=35652441</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 21 Apr 2023 11:58:01 +0000</pubDate><link>https://www.mattoxley.com/blog/status-will-be-all-thats-left</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=35652441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35652441</guid></item><item><title><![CDATA[Show HN: SpacySee – a dependency parsing explorer for Jupyter notebooks]]></title><description><![CDATA[
<p>I use Spacy quite a lot these days, but often find it quite hard to figure out what the various outputs mean. For example, what is an "advmod"? What does "adpType=Prep" mean?<p>This is a PyPi package that can be used to visualize a Spacy document. You can scroll up and down to see details and tags for each token. Each attribute is clickable and brings you to the relevant docs for that Spacy model.<p>It runs in all Jupyter notebooks</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35459527">https://news.ycombinator.com/item?id=35459527</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Apr 2023 19:50:53 +0000</pubDate><link>https://github.com/moxley01/spacysee</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=35459527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35459527</guid></item><item><title><![CDATA[New comment by mox111 in "Circuit.js – Electronic circuit simulator on the web"]]></title><description><![CDATA[
<p>The source code has the following comment:<p>For information about the theory behind this, see Electronic Circuit & System Simulation Methods by Pillage</p>
]]></description><pubDate>Tue, 04 Apr 2023 22:38:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=35446801</link><dc:creator>mox111</dc:creator><comments>https://news.ycombinator.com/item?id=35446801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35446801</guid></item></channel></rss>