<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: clord</title><link>https://news.ycombinator.com/user?id=clord</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Jul 2026 23:13:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=clord" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by clord in "Olympic Committee bars transgender athletes from women’s events"]]></title><description><![CDATA[
<p>It’s not even a level thing[0]. I think the physical advantages that come with male puberty are significant even at 14-15.<p><a href="https://www.cbssports.com/soccer/news/a-dallas-fc-under-15-boys-squad-beat-the-u-s-womens-national-team-in-a-scrimmage/" rel="nofollow">https://www.cbssports.com/soccer/news/a-dallas-fc-under-15-b...</a></p>
]]></description><pubDate>Thu, 26 Mar 2026 20:01:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47534988</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=47534988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47534988</guid></item><item><title><![CDATA[New comment by clord in "New information extracted from Snowden PDFs through metadata version analysis"]]></title><description><![CDATA[
<p>The intention is to make editing easy and quick on slow and memory deficient computers. This is how for example editing a pdf with form field values can be so fast. It’s just appending new values for those nodes. If you need to omit edits you’d have to regenerate a fresh pdf from the root.</p>
]]></description><pubDate>Sat, 10 Jan 2026 16:16:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46566936</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=46566936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46566936</guid></item><item><title><![CDATA[New comment by clord in "Why LLMs Can't Write Q/Kdb+: Writing Code Right-to-Left"]]></title><description><![CDATA[
<p>There is something deep in this observation. When I reflect on how I write code, sometimes it’s backwards. Sometimes I start with the data and work back through to the outer functions, unnesting as I go. Sometimes I start with the final return and work back to the inputs. I notice sometimes LLMs should work this way, but can’t. So they end up rewriting from the start.<p>Makes me wonder if future llms will be composing nonlinear things and be able to work in non-token-order spaces temporarily, or will have a way to map their output back to linear token order. I know nonlinear thinking is common while writing code though.  current llms might be hiding a deficit by having a large and perfect context window.</p>
]]></description><pubDate>Wed, 09 Jul 2025 14:19:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44510382</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=44510382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44510382</guid></item><item><title><![CDATA[New comment by clord in "You Need Subtyping"]]></title><description><![CDATA[
<p>I think that whole section of the post was "For example, in Kotlin," presumably these are true in that language.</p>
]]></description><pubDate>Sat, 29 Mar 2025 15:49:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43516429</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=43516429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43516429</guid></item><item><title><![CDATA[New comment by clord in "Federal workers ordered to return to offices without desks, Wi-Fi and lights"]]></title><description><![CDATA[
<p>I was under the impression these offices closed during the pandemic and the return to office order is bringing people back into those places. If that’s the case I don’t think this is some sort of planned disruption but rather poor planning. Incompetence vs malice right?</p>
]]></description><pubDate>Tue, 04 Mar 2025 15:26:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43255881</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=43255881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43255881</guid></item><item><title><![CDATA[New comment by clord in "93-year-old YouTuber back in business after being kicked off platform"]]></title><description><![CDATA[
<p>The automation should be setting flags on videos. Users should have preferences for opting in or out of flags with reasonable defaults. If there is a jurisdictional requirement in a users location YouTube sets the preference to disabled according to the law and shows a link to the regional law so users understand.<p>Hence abuse is a local thing too. One can be getting flagged in one region but not in another. ‘Abuse’ amounts to getting certain flags auto-applied in some locations or whatever. Should not affect the account itself though.</p>
]]></description><pubDate>Wed, 04 Dec 2024 15:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=42318261</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=42318261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42318261</guid></item><item><title><![CDATA[New comment by clord in "Show HN: Stretch My Time Off – An Algorithm to Optimize Your Vacation Days"]]></title><description><![CDATA[
<p>I have a planned trip to work around. I want to make sure those are booked, and allocate the rest optimally. I suppose this is the same problem as having extra days to allocate.</p>
]]></description><pubDate>Wed, 13 Nov 2024 00:44:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42121706</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=42121706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42121706</guid></item><item><title><![CDATA[New comment by clord in "Automated Test-Case Reduction"]]></title><description><![CDATA[
<p>I used to do something like this all the time with C/C++ compiler tests. I tried lots of fancy tools and stuff, but I kept going back to: expand all macros and retokenize to one token per line (I made a custom build of the preprocessor that had this built in). Then, have a shell script randomly remove lines, and use another script to check that the resulting test case behaves consistently with the failure. It would run for a few hours (or days, for boost problems), then usually you'd get a really minimal testcase that shows the problem. Often I would use this to find regressions. Just have the shell script check one is good, the other has the problem.  The resulting output would then usually point exactly at the regressed feature, and make an amazing unit test.<p>Before leaving compiler team, I wanted to find a way to do this one the AST level (so parens always go in pairs, etc), but that could also complect with the bug.<p>I wonder if LLMs could accelerate this by more intelligently removing stuff first, iteratively?</p>
]]></description><pubDate>Tue, 16 Jul 2024 17:11:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=40978346</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=40978346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40978346</guid></item><item><title><![CDATA[New comment by clord in "Show HN: Parallel DOM – Upgrade your DOM to be multithreaded"]]></title><description><![CDATA[
<p>I used chrome to confirm whether my DOM was upgraded, and saw the same result. The graphs were very synched up.</p>
]]></description><pubDate>Tue, 09 Jul 2024 23:06:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=40922205</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=40922205</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40922205</guid></item><item><title><![CDATA[New comment by clord in "Show HN: From dotenv to dotenvx – better config management"]]></title><description><![CDATA[
<p>Env vars over-share and files depend on local permissions. We should have a capabilities -like way to send secrets between processes. e.g., decrypt and expose on a Unix socket with a sha filename that can only be read from once, and then gets torn down. Share the file name, target can read it and immediately the secret is now at-rest encrypted. 
Encryption based on config containing a whitelist of ssh public keys and what they can access, sort of like age.</p>
]]></description><pubDate>Wed, 26 Jun 2024 01:14:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=40795484</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=40795484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40795484</guid></item><item><title><![CDATA[New comment by clord in "New material looks like frosted glass but lets in more light than a window"]]></title><description><![CDATA[
<p>I wonder if this coating would help solar cells avoid issues with small shadows causing the array to sag, by dispersing the shadow.</p>
]]></description><pubDate>Mon, 03 Jun 2024 03:34:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=40559099</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=40559099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40559099</guid></item><item><title><![CDATA[New comment by clord in "Show HN: React for Circuits"]]></title><description><![CDATA[
<p>I like the idea of autolayout like flex for routing wires. There needs to be things like busses etc., feels like there is something there that could be flexed. Problem is the multiple dimensions of connections, so maybe something inspired by grid layout and grid template area?</p>
]]></description><pubDate>Sat, 27 Apr 2024 14:18:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=40180140</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=40180140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40180140</guid></item><item><title><![CDATA[New comment by clord in "Prolog language for PostgreSQL proof of concept"]]></title><description><![CDATA[
<p>This reminds me of an old idea I’ve toyed with. In a logic class in university we talked about how some logic is time dependent, like A is true 2 hours after B becomes true. I was inspired to try to think through a language like prolog that could model and solve these relations through time. Didn’t get far with it since it’s a hard problem and I had too many classes that term. I was thinking it would be useful for clockless chips.</p>
]]></description><pubDate>Sat, 30 Mar 2024 16:10:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=39876163</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=39876163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39876163</guid></item><item><title><![CDATA[New comment by clord in "Indexing iCloud Photos with AI Using LLaVA and Pgvector"]]></title><description><![CDATA[
<p>Is anyone aware of a model that is trained to give photos a quality rating?  I have decades of RAW files sitting on my server that I would love to pass over and tag those that are worth developing more. Would be nice to make a short list.</p>
]]></description><pubDate>Mon, 22 Jan 2024 16:34:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=39091440</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=39091440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39091440</guid></item><item><title><![CDATA[New comment by clord in "We have used too many levels of abstractions"]]></title><description><![CDATA[
<p>I’ve seen what happens many times when the abstraction fails, and people don’t understand the guts. The people who know the abstraction replace it with something based in the concrete, but without the middle layer, and which resembles the abstraction.<p>The abstraction becomes real.</p>
]]></description><pubDate>Sat, 21 Oct 2023 14:23:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37967004</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=37967004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37967004</guid></item><item><title><![CDATA[New comment by clord in "Where does my computer get the time from?"]]></title><description><![CDATA[
<p>I suspect in cases like this the dog is hearing something you don't in the environment and has associated it with treat time, creating the expectation. If you reconfigure NTP to use her intuition, you risk biasing whatever the source is, creating a feedback loop that will create drift.</p>
]]></description><pubDate>Thu, 05 Oct 2023 18:50:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=37782518</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=37782518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37782518</guid></item><item><title><![CDATA[New comment by clord in "iPhone 15 and iPhone 15 Plus"]]></title><description><![CDATA[
<p>The land with cattle on are the most productive, as they get quite a compliment of natural fertilizer from the cattle. I would say cattle do not spoil the land, but improve it. This can't help but be the case, given the way grass responds to being eaten.<p>Additionally, once the grazers improve grass life, the water-table improves. The worst lakes in our area are surrounded by fertilized annual crops. Their water is polluted with nitrogen fertilizers and are very poor quality, with blue-green algae blooms, and as a result are not swimmable. My friend lost a dog to such a lake.<p>The land with active grazers in contrast, is very good at preventing this problem. The best lake for 200km around me is surrounded by grass-fed cattle operations, and there is absolutely no problem with algae blooms.<p>I think a central problem of our time is that educated elites are detached from reality, not seeing things like what I mention above, and so are acting upon their false perceptions, causing great harms as a result.  The Apple announcement today about leather acts to confirm my suspicions about this.</p>
]]></description><pubDate>Tue, 12 Sep 2023 22:55:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=37489743</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=37489743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37489743</guid></item><item><title><![CDATA[New comment by clord in "iPhone 15 and iPhone 15 Plus"]]></title><description><![CDATA[
<p>Two things:<p>- Grazers improve the capacity of grass to carbon capture<p>- Some land is ONLY able to grow grass. The alternative is desertification, and so livestock is the only option to produce food. edit: unless you bring in fossil fertilizers.</p>
]]></description><pubDate>Tue, 12 Sep 2023 22:34:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37489507</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=37489507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37489507</guid></item><item><title><![CDATA[New comment by clord in "iPhone 15 and iPhone 15 Plus"]]></title><description><![CDATA[
<p>I suspect that because of conservation of energy, methane is a highly reactive over the short term, but ultimately an insignificant element in the big picture IF you ignore the massive oil inputs humans are adding to the system. That is to say, methane on its own is not a reason to discourage digging up oil to make grain, which is used to feed cattle.</p>
]]></description><pubDate>Tue, 12 Sep 2023 22:30:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=37489466</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=37489466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37489466</guid></item><item><title><![CDATA[New comment by clord in "iPhone 15 and iPhone 15 Plus"]]></title><description><![CDATA[
<p>The water cycle is a great example because it is filtering the water as it goes, rapidly producing fresh water that rains on the land. Methane, likewise, is a short-lived byproduct of excess animal activity, and in a steady state sustainable mode, we have equality. The problem is the finger of oil on the scale, not the grass-raised beef, just like how excess bovines produce excess methane.</p>
]]></description><pubDate>Tue, 12 Sep 2023 22:22:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=37489385</link><dc:creator>clord</dc:creator><comments>https://news.ycombinator.com/item?id=37489385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37489385</guid></item></channel></rss>