<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: bburns_km</title><link>https://news.ycombinator.com/user?id=bburns_km</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 21:38:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bburns_km" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bburns_km in "Show HN: Vratix – Open source API Modules that simplify backend development"]]></title><description><![CDATA[
<p>I'm fairly new to Express, so this looks like it could be helpful.<p>I read through the readme and the site/docs, but didn't see any examples of what the CLI creates.<p>But here's an example -<p><a href="https://github.com/vratix-dev/api-library/blob/main/registry/modules/uploadToS3/router/storeFileS3.ts">https://github.com/vratix-dev/api-library/blob/main/registry...</a><p>It might be good to show some code like that on the main page and readme.<p>Thanks for making this - will try it out!</p>
]]></description><pubDate>Tue, 19 Nov 2024 22:26:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42188767</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=42188767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42188767</guid></item><item><title><![CDATA[New comment by bburns_km in "Show HN: Fireproof – local-first database with Git-like encrypted sync"]]></title><description><![CDATA[
<p>Thanks, looking forward to all that - will keep an eye out.</p>
]]></description><pubDate>Tue, 19 Nov 2024 21:14:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42188156</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=42188156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42188156</guid></item><item><title><![CDATA[New comment by bburns_km in "Show HN: Fireproof – local-first database with Git-like encrypted sync"]]></title><description><![CDATA[
<p>I had recently been experimenting with pouch/couchdb, and got it working locally, then came across a post on reddit about Fireproof. I really liked how it sounded - like the evolution of pouch/couch.<p>So I set it up on a node app - it works great locally -<p><pre><code>  import { fireproof } from '@fireproof/core'

  const db = fireproof(dbname)

  db.put(doc)

  async read(id) {
    if (id) return await db.get(id)
    return await db.allDocs()
  }
</code></pre>
Then I wanted to sync the data to the cloud - just the simplest thing possible, but I got lost in all the connector options and descriptions. I tried setting up PartyKit, but got bogged down in it all and eventually went on to something else.<p>So it would be great if the home page included a simple demo with a connector - Amazon S3 or PartyKit - including setting up the cloud db.<p>Thanks, and good luck with everything - it looks amazing...<p>(side note: HackerNews doesn't let you format code with ``` ??)</p>
]]></description><pubDate>Tue, 19 Nov 2024 18:34:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42186686</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=42186686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42186686</guid></item><item><title><![CDATA[New comment by bburns_km in "MiniZork: A Functional Adventure"]]></title><description><![CDATA[
<p>Thanks for linking that - it's a nice system with clean syntax -<p><pre><code>  (location livingroom  
    (property  
      description "This appears to be the livingroom.  There is a hallway to  
                   the north and a closet to the west."   
      short-description "You are in the livingroom."   
      north hallway  
      west closet  
      south front-door-1))
</code></pre>
<a href="https://github.com/dbetz/advsys/blob/master/osample.adv" rel="nofollow">https://github.com/dbetz/advsys/blob/master/osample.adv</a><p>compared with something like MDL -<p><pre><code>  <DEFINE EAST-HOUSE ()  
      <COND (<VERB? "LOOK">  
      <TELL   
  "You are behind the white house.  In one corner of the house there  
  is a small window which is " ,LONG-TELL1 <COND (<TRNN 
  <SFIND-OBJ "WINDO"> ,OPENBIT>  
              "open.")  
            ("slightly ajar.")>>)>>
</code></pre>
<a href="https://github.com/historicalsource/zork-mdl/blob/master/act1.mud" rel="nofollow">https://github.com/historicalsource/zork-mdl/blob/master/act...</a></p>
]]></description><pubDate>Sat, 06 Feb 2021 07:13:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=26044770</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=26044770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26044770</guid></item><item><title><![CDATA[New comment by bburns_km in "Exercise, fasting shown to help cells shed defective proteins"]]></title><description><![CDATA[
<p>"I am convinced that fasting is a fad and may have placebo effect if you think it will."<p>or... different people respond differently to it.</p>
]]></description><pubDate>Tue, 26 Feb 2019 20:13:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=19257931</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=19257931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19257931</guid></item><item><title><![CDATA[New comment by bburns_km in "Show HN: Movie of Voyager's Neptune flyby from raw images"]]></title><description><![CDATA[
<p>This was made by PyVoyager [1], an attempt at automating the process of generating movies from the 70k+ images the Voyagers returned.<p>The Voyagers didn't have accurate camera position information, so the images are haphazardly centered on their targets. PyVoyager attempts to center the images on the target when they are fully in view, though there are still jitters.<p>One of these days I'd like to pick it up again and complete the movies - the filters can be combined of course to make color movies, as here [2]. There are some more movies here [3].<p>[1] <a href="https://github.com/bburns/PyVoyager" rel="nofollow">https://github.com/bburns/PyVoyager</a><p>[2] <a href="https://www.youtube.com/watch?v=1f71KSLq4s0" rel="nofollow">https://www.youtube.com/watch?v=1f71KSLq4s0</a><p>[3] <a href="https://www.youtube.com/channel/UC-xg0iQIJ_TEusVPNqre32A" rel="nofollow">https://www.youtube.com/channel/UC-xg0iQIJ_TEusVPNqre32A</a></p>
]]></description><pubDate>Wed, 02 May 2018 17:44:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=16979388</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=16979388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16979388</guid></item><item><title><![CDATA[Show HN: Movie of Voyager's Neptune flyby from raw images]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=VF3UCo2P-4Y">https://www.youtube.com/watch?v=VF3UCo2P-4Y</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16979313">https://news.ycombinator.com/item?id=16979313</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 02 May 2018 17:39:01 +0000</pubDate><link>https://www.youtube.com/watch?v=VF3UCo2P-4Y</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=16979313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16979313</guid></item><item><title><![CDATA[New comment by bburns_km in "A Mass of Copyrighted Works Will Soon Enter the Public Domain"]]></title><description><![CDATA[
<p>Great project! The books have really nice covers, and brief descriptions also - <a href="https://standardebooks.org/" rel="nofollow">https://standardebooks.org/</a></p>
]]></description><pubDate>Tue, 01 May 2018 18:03:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=16969597</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=16969597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16969597</guid></item><item><title><![CDATA[New comment by bburns_km in "Chart of the Milky Way Includes More Than 1B Stars"]]></title><description><![CDATA[
<p>Here's a video showing the discovery of 600,000 asteroids in the inner solar system - <a href="https://www.youtube.com/watch?v=2k2vkLEE4ko" rel="nofollow">https://www.youtube.com/watch?v=2k2vkLEE4ko</a></p>
]]></description><pubDate>Tue, 24 Apr 2018 17:36:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=16914715</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=16914715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16914715</guid></item><item><title><![CDATA[New comment by bburns_km in "Ask HN: How do you find mentors?"]]></title><description><![CDATA[
<p>I happened across a couple of websites recently for finding mentors, which look promising -<p><a href="https://mentorcruise.com/" rel="nofollow">https://mentorcruise.com/</a><p><a href="https://www.mentorconnect.me/" rel="nofollow">https://www.mentorconnect.me/</a></p>
]]></description><pubDate>Fri, 30 Mar 2018 12:19:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=16715490</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=16715490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16715490</guid></item><item><title><![CDATA[New comment by bburns_km in ""Sonic attack" may have been two ultrasonic signals accidentally interfering"]]></title><description><![CDATA[
<p>It exists! <a href="http://www.halfbakery.com/" rel="nofollow">http://www.halfbakery.com/</a></p>
]]></description><pubDate>Mon, 05 Mar 2018 01:36:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=16518051</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=16518051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16518051</guid></item><item><title><![CDATA[New comment by bburns_km in "Show HN: Firstusers.io – Find out how companies got their first users"]]></title><description><![CDATA[
<p>This is some great information - however clicking Back after reading some info scrolls the homepage back to the top. The categorization into separate categories is probably not too useful at this point - it might make more sense to just have a single page with all the companies and their strategies listed.<p>Anyway, great idea for a site - maybe you could add a post to Twitter or Facebook button to help spread it around.</p>
]]></description><pubDate>Fri, 14 Jul 2017 15:04:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=14770301</link><dc:creator>bburns_km</dc:creator><comments>https://news.ycombinator.com/item?id=14770301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14770301</guid></item></channel></rss>