<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: mttpwll</title><link>https://news.ycombinator.com/user?id=mttpwll</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 13 May 2026 17:44:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mttpwll" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mttpwll in "Restore full BambuNetwork support for Bambu Lab printers"]]></title><description><![CDATA[
<p>No, it is with you -- the legislators are doing "fine" (and, again, are heading in a fine direction wrt RTR and software ToS).<p>I have no idea why you think copyright violations apply here? You seem to be throwing legal terms around without regard for their actual meaning. It's clear you're here to argue for the sake of argument, but I'd really encourage you to reflect and think about why you're so loyal to a corporate entity instead of your fellow consumers (of which there are many in the parent and sibling comments... hint: you may be on the wrong side).<p>Just for fun, pretend you bought a propane grill for cooking on Monday. On Tuesday, you cooked some bbq chicken and some corn. Later on Thursday, and without your knowledge or authorization, the grill no longer allowed you to use the propane apparatus for cooking non-meats unless you call a special telephone number and said a magic word whenever the call was answered. As a minimum, I feel, it'd be very confusing because, even though you're doing the exact same thing as Tuesday, the outcome is not the same.<p>Your freedoms have been restricted by someone else; if you are okay with that, then have fun licking boots. The rest of us will still be here advocating for your freedoms.</p>
]]></description><pubDate>Wed, 13 May 2026 05:19:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48118138</link><dc:creator>mttpwll</dc:creator><comments>https://news.ycombinator.com/item?id=48118138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48118138</guid></item><item><title><![CDATA[New comment by mttpwll in "Restore full BambuNetwork support for Bambu Lab printers"]]></title><description><![CDATA[
<p>No, it’s not creative at all, it’s what happened — I have first hand experience to corroborate this.<p>Regardless, at least in the US, not only are software-based ToS becoming unenforceable, but there’s a large upswing towards “right to repair” legislation, which, I think, is what you’re arguing against here… and I really think you’re going to be on the wrong side of history with your current line of thinking (despite what Bambu Labs does).</p>
]]></description><pubDate>Wed, 13 May 2026 04:14:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48117745</link><dc:creator>mttpwll</dc:creator><comments>https://news.ycombinator.com/item?id=48117745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48117745</guid></item><item><title><![CDATA[New comment by mttpwll in "GenosDB (GDB) – Decentralized P2P Graph Database"]]></title><description><![CDATA[
<p>This seems like an impressive amount of work and an interesting way to combine RBAC + [realtime] Sync/Conflict Resolution + [local] Document Storage/Querying (and I'm personally interested in the geo module and am intrigued by the AI module to help with some async data pipelines); however, I'm having trouble seeing how this is graph database? Maybe I'm misunderstanding, but I don't see ways for traversing the graph.<p>I understand that you can create and store a node and then link that node to another node, but how could I query for nodes based on that link/relationship?<p>E.g.,<p>```<p><pre><code>  const alice = await db.put({ name: "Alice", age: 30 });
  const bob = await db.put({ name: "Bob", age: 31 });
  const cooper = await db.put({ name: "Cooper", age: 29 });
  const dwight = await db.put({ name: "Dwight", age: 33 });
  
  await db.link(alice, bob);
  await db.link(alice, cooper);
  await db.link(cooper, dwight);
  
  const { results } = await db.map({
    query: {
      'edges.age': { $gt: 30 } // pseudo code
    },
  });
  
  console.log(results[0].name); // 'Alice'
</code></pre>
```<p>I see that an `edges` property is added on result nodes from one of the examples[1] and I'm not familiar with Mongo-style queries[2] to know if there's a better operator, but the query above is meant to find nodes that have connected/edge nodes that have an age greater than 30 (e.g., Bob).<p>(Also, I'm not sure what it'd look like to check against direct AND indirect edges? e.g., Bob and Dwight)<p>Anyways, my question/point is, is there support (or plans to support) querying and traverse a directed graph?<p>[1] <a href="https://github.com/estebanrfp/gdb/wiki/.map()#b-query-language">https://github.com/estebanrfp/gdb/wiki/.map()#b-query-langua...</a>
[2] <a href="https://estebanrfp.github.io/gdb/examples/testlinks.html" rel="nofollow">https://estebanrfp.github.io/gdb/examples/testlinks.html</a></p>
]]></description><pubDate>Thu, 31 Jul 2025 16:32:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44747288</link><dc:creator>mttpwll</dc:creator><comments>https://news.ycombinator.com/item?id=44747288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44747288</guid></item><item><title><![CDATA[New comment by mttpwll in "Show HN: Isaiah – open-source and self-hosted app to manage everything Docker"]]></title><description><![CDATA[
<p>I took a crack at something like this a couple of weeks ago[0] except using ttyd. It’s been working pretty well since then and I actually really enjoy the setup.<p>[0] <a href="https://github.com/mattpowell/lazydocker-web">https://github.com/mattpowell/lazydocker-web</a></p>
]]></description><pubDate>Thu, 22 Aug 2024 19:17:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=41323537</link><dc:creator>mttpwll</dc:creator><comments>https://news.ycombinator.com/item?id=41323537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41323537</guid></item></channel></rss>