<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: skgough</title><link>https://news.ycombinator.com/user?id=skgough</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 10:29:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=skgough" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by skgough in "BMW Group to deploy humanoid robots in production in Germany for the first time"]]></title><description><![CDATA[
<p>Hexagon is very prominent in precision manufacturing through their dimensional measurement robots (CMM Coordinate Measurement Machine) and other metrology software/hardware. This is most likely why they were chosen by BMW, as I imagine they already have a working relationship together, although the EU aspect could have contributed as well.<p>I wonder if this is a newly acquired subsidiary producing these robots (they've been doing a lot of acquisitions recently), or if these have been in development in-house for a while.</p>
]]></description><pubDate>Wed, 04 Mar 2026 23:28:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47255467</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=47255467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47255467</guid></item><item><title><![CDATA[New comment by skgough in "Plumbing vs. Internet, Revisited"]]></title><description><![CDATA[
<p>One counterpoint I can think of: most forms of electronic payment require the Internet now. Credit card transactions, Venmo et al. You could transition back to cash but there would be enormous switching costs and short-term chaos, and I could imagine paper-based transactions are also way less efficient in terms of transaction fees and literal loss of the cash.</p>
]]></description><pubDate>Mon, 03 Nov 2025 00:27:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45794693</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=45794693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45794693</guid></item><item><title><![CDATA[New comment by skgough in "Fluid Glass"]]></title><description><![CDATA[
<p>it's interesting that the drops tend to collect in straight lines. I wonder what's happening in the sim code to keep them from collecting into round droplets?</p>
]]></description><pubDate>Fri, 03 Oct 2025 23:45:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45469078</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=45469078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45469078</guid></item><item><title><![CDATA[New comment by skgough in "Cloudflare is sponsoring Ladybird and Omarchy"]]></title><description><![CDATA[
<p>It is strange to me that omarchy took off and not Regolith Desktop [1], which is a very similar project, and has been around a lot longer. I suppose the DHH effect is real. There is definitely a critical mass accumulating around the hyprland ecosystem. They seem to be forming their own culture separate from the wider FOSS community that I find concerning.<p>[1] <a href="https://regolith-desktop.com/" rel="nofollow">https://regolith-desktop.com/</a></p>
]]></description><pubDate>Mon, 22 Sep 2025 23:15:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45340802</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=45340802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45340802</guid></item><item><title><![CDATA[New comment by skgough in "AWS European Sovereign Cloud to be operated by EU citizens"]]></title><description><![CDATA[
<p>It sounds like a natural expansion of AWS GovCloud offerings to me. Servicing the US government and it's contractors has been very lucrative for AWS. Taking that successful model into new markets makes sense.</p>
]]></description><pubDate>Mon, 04 Aug 2025 22:51:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44792225</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=44792225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44792225</guid></item><item><title><![CDATA[New comment by skgough in "Show HN: Windows 7 GUI for the web"]]></title><description><![CDATA[
<p>I don't think you could 100% nail the Win7 glass or Win11 mica material without having transparency effects that have access to the compositor pipeline. But that doesn't mean we shouldn't try to get close enough!</p>
]]></description><pubDate>Sun, 27 Jul 2025 18:58:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44703639</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=44703639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44703639</guid></item><item><title><![CDATA[New comment by skgough in "My Lights Run on Bash"]]></title><description><![CDATA[
<p>HomeAssistant's dependency requirements are so complex as to make a deployment of it essentially read-only. Trying to mod it with HACS is so hard that I gave up even though I write python for a living. I can't recommend it to anyone that doesn't know how to use linux at an expert level. This detracts from it's mission IMO; I would like to tell my family to use it instead of Google Home or Amazon whatever but it is so fragile that I can't do that in good conscience.</p>
]]></description><pubDate>Fri, 27 Jun 2025 21:32:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44400434</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=44400434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44400434</guid></item><item><title><![CDATA[New comment by skgough in "Selfish reasons for building accessible UIs"]]></title><description><![CDATA[
<p>Another selfish reason: web pages just work a lot better when you use the actual HTML elements, especially when you compose them together. React projects often mix several component libraries together to make a comprehensive UI. All of these libraries behave differently in subtle ways. When you compose them together, the differences compound: focus is not restored to the button that opened a dialog when it is dismissed, there are 4 different blues used on the page, the date input doesn't use your country's date format.<p>When you use HTML primitives like inputs with associated  labels, the new popover API, dialogs, details + summary elements, their behaviors are all made by the browser vendor and are designed to compose with each other. It really is a difference of night and day, and for free. We don't take advantage of the amazingly powerful tools we have been given.</p>
]]></description><pubDate>Tue, 17 Jun 2025 05:26:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44295985</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=44295985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44295985</guid></item><item><title><![CDATA[New comment by skgough in "Show HN: Most users won't report bugs unless you make it stupidly easy"]]></title><description><![CDATA[
<p>factorio needs to be studied in general for the quality of the software, it's performance, and the UI.<p>The UI has the best productivity-focused design I've ever seen in any GUI application. And its a game. Absolutely incredible.</p>
]]></description><pubDate>Tue, 10 Jun 2025 00:02:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44231033</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=44231033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44231033</guid></item><item><title><![CDATA[New comment by skgough in "Show HN: Windows 98 themed website in 1 HTML file for my post punk band"]]></title><description><![CDATA[
<p>loving the decapitation queue in the console</p>
]]></description><pubDate>Mon, 19 May 2025 20:58:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44034775</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=44034775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44034775</guid></item><item><title><![CDATA[New comment by skgough in "The Subjective Charms of Objective-C"]]></title><description><![CDATA[
<p>Very cool that you can use the XCode interface builder to build the UI.<p>I wonder why this type of style hasn't caught on with React and friends? It would be really nice to be able to have an AppKit-quality UI programmable in React or Svelte.<p>I know I know mobile blah blah. But lots of web apps are complicated enough to only be useful on a large screen, like Figma.</p>
]]></description><pubDate>Fri, 18 Apr 2025 15:09:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43728798</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=43728798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43728798</guid></item><item><title><![CDATA[New comment by skgough in "The Frontend Treadmill"]]></title><description><![CDATA[
<p>HTML: <a href="https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Structuring_content" rel="nofollow">https://developer.mozilla.org/en-US/docs/Learn_web_developme...</a><p>CSS: <a href="https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics" rel="nofollow">https://developer.mozilla.org/en-US/docs/Learn_web_developme...</a><p>JS: <a href="https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting" rel="nofollow">https://developer.mozilla.org/en-US/docs/Learn_web_developme...</a><p>They even have courses for frameworks.<p>React: <a href="https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Frameworks_libraries/React_getting_started" rel="nofollow">https://developer.mozilla.org/en-US/docs/Learn_web_developme...</a><p>Svelte: <a href="https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Frameworks_libraries/Svelte_getting_started" rel="nofollow">https://developer.mozilla.org/en-US/docs/Learn_web_developme...</a><p>Vue: <a href="https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Frameworks_libraries/Vue_getting_started" rel="nofollow">https://developer.mozilla.org/en-US/docs/Learn_web_developme...</a></p>
]]></description><pubDate>Fri, 21 Mar 2025 03:25:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43431539</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=43431539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43431539</guid></item><item><title><![CDATA[New comment by skgough in "AI cracks superbug problem in two days that took scientists years"]]></title><description><![CDATA[
<p>I'm getting the impression that this worked becaused the LLM had hoovered up all the previous research on this topic and found a reasonable string of words that could be a hypothesis based on what it found?<p>I think we are starting to get to the root of the utility of LLMs as a technology. They are the next generation of search engines.<p>But it makes me wonder, if we had thrown more resources towards using "traditional" search techniques on scientific papers, if we could have gotten here without gigawatts of GPU work spent on it, and a few years earlier?</p>
]]></description><pubDate>Mon, 24 Feb 2025 18:10:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43162802</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=43162802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43162802</guid></item><item><title><![CDATA[New comment by skgough in "Undergraduate shows that searches within hash tables can be much faster"]]></title><description><![CDATA[
<p>Maybe the best way to have the best of both worlds is to ensure well-established areas of research are open to “outsider art” submissions on the topic?</p>
]]></description><pubDate>Tue, 11 Feb 2025 01:14:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=43007728</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=43007728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43007728</guid></item><item><title><![CDATA[New comment by skgough in "Boom XB-1 First Supersonic Flight [video]"]]></title><description><![CDATA[
<p>this plane doesn't look like it was made to produce a low boom. It has a very distinct von Karman ogive [1] fuselage and typical delta wings. I would guess that it's shape is primarily optimized for fuel efficiency at 1.5 mach or above.<p>If you take a look at NASA's low boom demonstrator [2], you can see that it's much skinnier and the nose is crazy elongated. This is intended to break up the bow shock into multiple parts, thereby decreasing the amount of energy each one has.<p>[1] <a href="https://en.wikipedia.org/wiki/Nose_cone_design#Von_K%C3%A1rm%C3%A1n" rel="nofollow">https://en.wikipedia.org/wiki/Nose_cone_design#Von_K%C3%A1rm...</a>
[2] <a href="https://en.wikipedia.org/wiki/Lockheed_Martin_X-59_Quesst" rel="nofollow">https://en.wikipedia.org/wiki/Lockheed_Martin_X-59_Quesst</a></p>
]]></description><pubDate>Wed, 29 Jan 2025 01:18:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42860286</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=42860286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42860286</guid></item><item><title><![CDATA[New comment by skgough in "Blue Origin New Glenn Mission NG-1 (video)"]]></title><description><![CDATA[
<p>Could you elaborate on that? Why would the exhaust reflecting off the shock wave cause damage to the nozzle?</p>
]]></description><pubDate>Thu, 16 Jan 2025 08:12:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42722704</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=42722704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42722704</guid></item><item><title><![CDATA[New comment by skgough in "A couple CSS tricks for HTML Dialog elements"]]></title><description><![CDATA[
<p>this is most likely due to the absolute positioning. position: absolute will use the top-left corner of the closest ancestor that is "positioned" as the origin for it's layout [1]. If you want that origin to be the top-left corner of the viewport, use position: fixed.<p>[1] <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_...</a></p>
]]></description><pubDate>Tue, 14 Jan 2025 18:25:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=42701535</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=42701535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42701535</guid></item><item><title><![CDATA[New comment by skgough in "Show HN: Mizu.js – Lightweight HTML templating library for any-side rendering"]]></title><description><![CDATA[
<p>Can you talk about why separation of concerns is useful? I like it too, but I have a hard time trying to articulate why I prefer it over keeping everything in the same file. I've started working in a project that uses react and tailwind, and I've gotten pretty comfortable, but (ideological purity aside) it just isn't very enjoyable to use.</p>
]]></description><pubDate>Thu, 19 Dec 2024 20:43:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=42465522</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=42465522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42465522</guid></item><item><title><![CDATA[New comment by skgough in "Android XR"]]></title><description><![CDATA[
<p>It would super cool if they eventually make this a part of the phone OS and all you would need to do is buy a headset and plug it in over USB-C. Same idea as Dex, different display form factor, but same computer.<p>Then with Android Auto, Dex, and XR, you would just need a single computer you can carry with you.<p>Seems like the end state for personal computing. Instead of buying separate computers, you buy human interface devices and plug them in over USB-C.</p>
]]></description><pubDate>Thu, 12 Dec 2024 18:52:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=42402092</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=42402092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42402092</guid></item><item><title><![CDATA[New comment by skgough in "Linux: We need tiling desktop environments"]]></title><description><![CDATA[
<p>One feature of i3 and friends that I really relied on when I was using a laptop as my main computer was the tab mode. Being able to tab between windows on half of your screen while keeping your browser open in the other half was extremely useful.<p>I know BeOS had tabbed windows in the 90s in a floating window manager; it makes me wonder why this idea didn't catch on in the early 2000s.<p>Windows has started to add tabs to individual programs incrementally as part of their rewrites of core applications in the new GUI frameworks. Notepad got tabs and so did Explorer. So they see the utility.<p>Why hasn't tabbing been included as a core feature of the window manager outside of these niche tiling window managers for Linux?</p>
]]></description><pubDate>Mon, 26 Aug 2024 16:14:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41358693</link><dc:creator>skgough</dc:creator><comments>https://news.ycombinator.com/item?id=41358693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41358693</guid></item></channel></rss>