<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: illright</title><link>https://news.ycombinator.com/user?id=illright</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 09:05:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=illright" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by illright in "RF hacking my cloud-controlled ceiling fan"]]></title><description><![CDATA[
<p>Thanks for the write-up, I've been interested in connecting RF-controlled devices to Home Assistant myself lately! Your experience will definitely come in handy :)<p>Are you following HA's latest push towards proxy devices? A few months back, they have been improving support for RF and infrared controlled devices through proxy hardware — as far as I understand, it lets you have just one RF transmitter in the home and have several integrations use it for sending their chosen commands on their chosen frequency, a sort of transport/logic decoupling. It's new, so there's not a lot of stuff that uses these proxies, but I want to play around with them and wanted to get them on your radar as well!</p>
]]></description><pubDate>Wed, 01 Jul 2026 07:32:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48743393</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=48743393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743393</guid></item><item><title><![CDATA[New comment by illright in "Lumo 2.0"]]></title><description><![CDATA[
<p>I'm glad that Lumo has image editing capabilities now, if it's half as good as ChatGPT, that means I no longer have to upload photos of my room to OpenAI to try a new paint color.<p>However, I trust Lumo only marginally more than ChatGPT, they really don't do themselves any favours by claiming it's all open-source when only the frontend is</p>
]]></description><pubDate>Tue, 30 Jun 2026 11:32:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48731182</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=48731182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48731182</guid></item><item><title><![CDATA[New comment by illright in "The circus freaks of open source"]]></title><description><![CDATA[
<p>I didn't read the title of the article in that way, and I believe it to be a bad-faith reading.<p>I understood the title to mean "the people in FOSS whom we treat with the same morbid curiosity and provokation as the mentally ill people and other deviants who used to be displayed in circuses for other people's entertainment".<p>It's also clear to me from the text of the article that Drew does not hold contempt for neither of the two individuals he talks about, and the postscript demonstrates that he approaches this difficult topic with due diligence and respect for the people</p>
]]></description><pubDate>Sun, 07 Jun 2026 09:41:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48433293</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=48433293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48433293</guid></item><item><title><![CDATA[New comment by illright in "The circus freaks of open source"]]></title><description><![CDATA[
<p>It's a good thing I found his personal statement about this report before I found the report itself — <a href="https://drewdevault.com/blog/Addressing-harassment/" rel="nofollow">https://drewdevault.com/blog/Addressing-harassment/</a><p>Having read both now, I'm willing to take him at his word and accept his apology for the heinous things he has said in the past. I encourage people to read his statement to get a perspective for both sides and make up their mind<p>That said, I still find the original comment I responded to inappropriate, I believe it derails a genuine conversation about how we treat problematic people with mental illnesses</p>
]]></description><pubDate>Sun, 07 Jun 2026 09:16:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48433183</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=48433183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48433183</guid></item><item><title><![CDATA[New comment by illright in "The circus freaks of open source"]]></title><description><![CDATA[
<p>I don't find it appropriate to make these kinds of assumptions about the author. It's okay to disagree, but it would help the conversation if you elaborated why you didn't enjoy the article</p>
]]></description><pubDate>Sun, 07 Jun 2026 08:46:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48433042</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=48433042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48433042</guid></item><item><title><![CDATA[New comment by illright in "The .env File Nobody Needs"]]></title><description><![CDATA[
<p>Nice article, it does a good job of conveying just how simple it is to use the OS primitives for secure-ish* delivery of secrets.<p>I think it falls short in meeting people where they are when they use env files. I appreciate the section at the end that says "if you must use dotenv files", but surely there's gotta be a middle ground where you can still leverage the OS and not lose out on convenience.<p>I think it could even look like an npm package that helps you set up the service correctly for local development, accounting for the reality that there is likely several projects on a developer's machine and some of these projects are there temporarily.<p>* of course, there's still all that stuff about environment variables being visible to other processes, so we still need decent runtime infrastructure for envvars like `DATABASE_URL_FILE`, a temporary file where the application can read the secret at runtime. I'd love to see that in Node instead of the `env-file`</p>
]]></description><pubDate>Wed, 01 Apr 2026 11:55:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47599635</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=47599635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47599635</guid></item><item><title><![CDATA[New comment by illright in "Show HN: JavaScript-first, open-source WYSIWYG DOCX editor"]]></title><description><![CDATA[
<p>I disagree that this submission has no value at all or that it should be auto-banned — there is a difference between thoughtless vibe-coding and spec-driven coding, guarded by tests. It seems from the next thread that this project is hopelessly outmatched by the sheer complexity of taking on something as the Docx spec, but this project has value, and for someone, it may be all that they need.<p>However, I do agree with your point about live debugging. In light of that, I prefer to treat this submission as a curiosity about current model capabilities, and let the authors keep improving this project if they find it worth their time.<p>Let's be more respectful to the differing goals of people</p>
]]></description><pubDate>Wed, 11 Feb 2026 16:54:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46977393</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=46977393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46977393</guid></item><item><title><![CDATA[New comment by illright in "Pebble Round 2"]]></title><description><![CDATA[
<p>You can see the dimensions in the full spec table on the preorder page<p><a href="https://repebble.com/watch" rel="nofollow">https://repebble.com/watch</a></p>
]]></description><pubDate>Fri, 02 Jan 2026 22:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46469969</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=46469969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46469969</guid></item><item><title><![CDATA[New comment by illright in "Pebble Round 2"]]></title><description><![CDATA[
<p>Dang, I really liked that there were screws on the Time 2. Does that at least mean waterproofing will be better? :p For instance, would it be a good idea to swim with the Round 2 on?</p>
]]></description><pubDate>Fri, 02 Jan 2026 16:19:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46466313</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=46466313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46466313</guid></item><item><title><![CDATA[New comment by illright in "Pebble Round 2"]]></title><description><![CDATA[
<p>Is the Round 2 also going to have screws to potentially replace the battery, like Time 2 does?<p>Also, while watching the announcement video, I noticed that the pixels are quite a bit more visible on the Round 2 on the same watchface, when compared to Time 2 — on the Time 2, the image is a lot more crisp. Is that a matter of adapting the watchfaces to the bigger screen?</p>
]]></description><pubDate>Fri, 02 Jan 2026 15:43:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46465841</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=46465841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46465841</guid></item><item><title><![CDATA[New comment by illright in "Ask HN: What API or software are people using for transcription?"]]></title><description><![CDATA[
<p>I don't even go past their monthly allowance :) I don't have that much audio to process</p>
]]></description><pubDate>Sun, 15 Jun 2025 22:41:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44285443</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=44285443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44285443</guid></item><item><title><![CDATA[New comment by illright in "Ask HN: What API or software are people using for transcription?"]]></title><description><![CDATA[
<p>A very worthwhile mention is also Stable-TS: <a href="https://github.com/jianfch/stable-ts">https://github.com/jianfch/stable-ts</a><p>Out of the box it can transcribe with Whisper or Faster-Whisper, but it can also align audio with an existing human-written transcript, providing time information without losing accuracy. This last feature was something I really needed, and my attempt at building it myself ended up much worse, so I'm glad I found this<p>I self-host it using Modal.com, as do some other commenters</p>
]]></description><pubDate>Mon, 09 Jun 2025 17:00:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=44226526</link><dc:creator>illright</dc:creator><comments>https://news.ycombinator.com/item?id=44226526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44226526</guid></item></channel></rss>