<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: gravitronic</title><link>https://news.ycombinator.com/user?id=gravitronic</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 03:54:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gravitronic" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gravitronic in "Be intentional about how AI changes your codebase"]]></title><description><![CDATA[
<p>*adds "be intentional" to the prompt*<p>Got it, good idea.</p>
]]></description><pubDate>Thu, 19 Mar 2026 23:34:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47448007</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=47448007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47448007</guid></item><item><title><![CDATA[New comment by gravitronic in "Kazeta: An operating system that brings the console gaming experience of 90s"]]></title><description><![CDATA[
<p>Don't worry, it's actually a 4MB SD card with a fake sticker</p>
]]></description><pubDate>Tue, 02 Sep 2025 12:58:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45102530</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=45102530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45102530</guid></item><item><title><![CDATA[New comment by gravitronic in "“Secret Mall Apartment,” a Protest for Place"]]></title><description><![CDATA[
<p>Well, I watched it.  The archival footage makes it pretty clear they did it for the lulz and only in the present day interviews do they bolt a social action to it.  I prefer if they kept it purely for the lulz because then it was art.</p>
]]></description><pubDate>Fri, 23 May 2025 05:12:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44070036</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=44070036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44070036</guid></item><item><title><![CDATA[New comment by gravitronic in "“Secret Mall Apartment,” a Protest for Place"]]></title><description><![CDATA[
<p>Their act was cool.  Post-hoc bolting a protest social action on top seemed dishonest.<p>It's fine to say you did something cool because you could, in fact the coolest things are done just because.  Adding commentary that it was a protest for stolen / wasted space, spare me the minutes please</p>
]]></description><pubDate>Fri, 23 May 2025 01:31:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44068969</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=44068969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44068969</guid></item><item><title><![CDATA[New comment by gravitronic in "Cracked - method chaining/CSS-style selector web audio library"]]></title><description><![CDATA[
<p>You should check out webaudiomodules and sequencer party.</p>
]]></description><pubDate>Fri, 16 May 2025 11:28:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44004055</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=44004055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44004055</guid></item><item><title><![CDATA[New comment by gravitronic in "“A calculator app? Anyone could make that”"]]></title><description><![CDATA[
<p>That's a really cool and simple solution to a difficult problem!! I love it!</p>
]]></description><pubDate>Sun, 16 Feb 2025 21:07:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43071722</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=43071722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43071722</guid></item><item><title><![CDATA[New comment by gravitronic in "“A calculator app? Anyone could make that”"]]></title><description><![CDATA[
<p>years ago the daily wtf had a challenge for writing the worst calculator app.  my submission maintained calculation state by emitting it's own source code, recompiling and running the new executable.</p>
]]></description><pubDate>Sun, 16 Feb 2025 13:53:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=43067989</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=43067989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43067989</guid></item><item><title><![CDATA[New comment by gravitronic in "OpenDAW – a new holistic exploration of music creation inside the browser"]]></title><description><![CDATA[
<p>there is a DAW with that feature, they then extracted the multiplayer core and license that.  Forget the name, though.</p>
]]></description><pubDate>Tue, 11 Feb 2025 14:06:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43012838</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=43012838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43012838</guid></item><item><title><![CDATA[New comment by gravitronic in "OpenDAW – a new holistic exploration of music creation inside the browser"]]></title><description><![CDATA[
<p>hey, this is really nice.  Have you seen web audio modules?  <a href="https://webaudiomodules.com" rel="nofollow">https://webaudiomodules.com</a><p>It is an audio/video/midi plugin standard for the web and it is rather mature.<p>During covid I worked on a collaborative browser-based DAW, <a href="https://sequencer.party" rel="nofollow">https://sequencer.party</a>.  I definitely bit off more than I could chew, but you can wire up plugin chains at least.<p>I would strongly suggest you consider adding webaudiomodule support and instantly get ~50 plugins supported in the DAW.  I also packaged up a bunch of them ready for consumption here: <a href="https://github.com/boourns/wam-community">https://github.com/boourns/wam-community</a></p>
]]></description><pubDate>Tue, 11 Feb 2025 13:56:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43012743</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=43012743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43012743</guid></item><item><title><![CDATA[New comment by gravitronic in "Blackcandy: Self hosted music streaming server"]]></title><description><![CDATA[
<p>Yes, that is what I'm talking about!  I had once dreamed of building a service you could ask questions like "what other artists recorded in the same city in the same year as artist xyz" and have it figure it out via the discogs dataset.</p>
]]></description><pubDate>Fri, 27 Dec 2024 00:45:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42519060</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=42519060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42519060</guid></item><item><title><![CDATA[New comment by gravitronic in "Blackcandy: Self hosted music streaming server"]]></title><description><![CDATA[
<p>If you haven't seen it, discogs releases a huge dataset for free that I feel like is ripe for powering a cool music recommendation engine</p>
]]></description><pubDate>Thu, 26 Dec 2024 05:05:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42513238</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=42513238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42513238</guid></item><item><title><![CDATA[New comment by gravitronic in "Assisted dying now accounts for one in 20 Canada deaths"]]></title><description><![CDATA[
<p>slippery slope fallacy that giving people control of their own deaths will turn into the state euthanized anybody against their will</p>
]]></description><pubDate>Thu, 12 Dec 2024 19:24:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42402405</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=42402405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42402405</guid></item><item><title><![CDATA[New comment by gravitronic in "A ChatGPT clone, in 3000 bytes of C, backed by GPT-2 (2023)"]]></title><description><![CDATA[
<p>Well my kids are already convinced 1+1=window</p>
]]></description><pubDate>Thu, 12 Dec 2024 12:49:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=42398713</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=42398713</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42398713</guid></item><item><title><![CDATA[New comment by gravitronic in "Malware can turn off webcam LED and record video, demonstrated on ThinkPad X230"]]></title><description><![CDATA[
<p>Reminds me of the chrome bug I filed years ago that is still unfixed.  An extension with access to all browsing tabs can open a hidden iframe to a website that commonly would have mic and camera permission  (like hangouts.google.com), and then inject its own JavaScript into that hidden iframe to capture mic or camera.<p>For this to work hangouts.google.com had to not include the HTTP header to block iframing but thankfully if you make up a URL the 404 page served on that domain does not include that http header.</p>
]]></description><pubDate>Thu, 28 Nov 2024 15:39:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42265994</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=42265994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42265994</guid></item><item><title><![CDATA[New comment by gravitronic in "Denmark will plant 1B trees and convert 10% of farmland into forest"]]></title><description><![CDATA[
<p>give the carbon tax revenue to consumers to offset that the price of food now reflects it's true cost.  people can still afford to eat and food producers would actually be incentivized to reduce emissions.</p>
]]></description><pubDate>Thu, 28 Nov 2024 15:30:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42265919</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=42265919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42265919</guid></item><item><title><![CDATA[New comment by gravitronic in "Amazon S3 Adds Put-If-Match (Compare-and-Swap)"]]></title><description><![CDATA[
<p>First thing I thought when I saw the headline was "oh!  I should tell Sirupsen"</p>
]]></description><pubDate>Mon, 25 Nov 2024 23:56:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=42241335</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=42241335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42241335</guid></item><item><title><![CDATA[New comment by gravitronic in "Mom jailed for letting 10-year-old walk alone to town"]]></title><description><![CDATA[
<p>My 10 year old walks home from school with a few friends regularly and stops in at the local library.  I haven't been arrested yet.</p>
]]></description><pubDate>Tue, 12 Nov 2024 20:40:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42119496</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=42119496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42119496</guid></item><item><title><![CDATA[New comment by gravitronic in "Reflections on Palantir"]]></title><description><![CDATA[
<p>In 2012 I was at a conference in Montreal for CS students that had Maciej Ceglowski (Pinboard, bed bug registry) do the closing talk, and he was giving advice to students about what to work on.  He said it out loud, "or if you want to work for evil go into the hallway and talk to the Palentir booth".  It was a great moment of one man speaking truth to power in a packed room of their target audience.</p>
]]></description><pubDate>Thu, 17 Oct 2024 13:49:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=41869654</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=41869654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41869654</guid></item><item><title><![CDATA[New comment by gravitronic in "Microplastics in the olfactory bulb of the human brain"]]></title><description><![CDATA[
<p>Starting to eye my dryer lint as a toxic substance</p>
]]></description><pubDate>Wed, 18 Sep 2024 20:05:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41584807</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=41584807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41584807</guid></item><item><title><![CDATA[New comment by gravitronic in "Ask HN: Does anyone use sound effects in their dev environment?"]]></title><description><![CDATA[
<p>Yes, and if I remember correctly at least one girlfriend for a few months</p>
]]></description><pubDate>Tue, 17 Sep 2024 00:47:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41562804</link><dc:creator>gravitronic</dc:creator><comments>https://news.ycombinator.com/item?id=41562804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41562804</guid></item></channel></rss>