<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: WBrentWilliams</title><link>https://news.ycombinator.com/user?id=WBrentWilliams</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 01:54:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=WBrentWilliams" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by WBrentWilliams in "Molotov Cocktail Is Hurled at Home of OpenAI CEO Sam Altman"]]></title><description><![CDATA[
<p>Interesting idea. I cannot say that I can answer affirmatively nor negatively. There are also human elements to be considered. Humans are status-seeking social creatures. There will always be a stain of humanoid-delivered care, no matter how high-quality, as being not as high quality of all-human delivered care. This is, status accounts for a lot.<p>I can also draw pictures of how dangerous humanoid care can be, as there is a possibility in a break in the chain of responsibility. If a human medical professional messes up, you (or your survivors) can sue and seek damages directly, as well as sue the hospital and insurance system (with mixed results).<p>With humanoids? Currently, the bar is higher as the entity being sued is not the hospital, nor a person, or even a team. The only entities that can be addressed are the corporation the runs the hospital and the corporation that produced the humanoid. These two entities have an incredible out-sized advantage in terms of sheer delaying tactics, not to mention arbitration clauses and other legal innovations. Most injured will simply give up, which is a legal win for the two entities.<p>In my opinion, humanoid care will take a large amount of time, damage, and treasure to lower the costs. No actor will willingly give up their cash flow. My view may be too strong.</p>
]]></description><pubDate>Fri, 10 Apr 2026 19:50:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47722828</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=47722828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47722828</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Molotov cocktail is hurled at home of Sam Altman"]]></title><description><![CDATA[
<p>The quickest way to rile up an existing mob is to make them fear their livelihood is being reduced or removed. The _robot_ is not taking away healthcare, but the effect of the robot existing hit directly at the livelihood of the masses.<p>In the US, health insurance is largely tied to employment. Health insurance, in a personal economic sense, reduces to being able to pay for healthcare. This policy is largely a left-over of World War II era employment policies. No one is taking healthcare _away_ from anyone (strictly speaking), but the ability to be able to _pay_ for healthcare is reduced to zero when employment ceases. Accessing the safety net is a separate skillset. This skill set becomes more difficult to achieve because the political class does not want to provide healthcare for everyone, only the worthy (their loyal voters).<p>I grew up in and am still a member of the precariat. I am educated and doing well, but I wear a well-polished pair of golden handcuffs due to how my ability to afford healthcare for myself, and my family, is tied to employment. Politically, I _do not_ like being tied to my employer by such a chain, but my arguments to change the system have been met with quite firm push-back.</p>
]]></description><pubDate>Fri, 10 Apr 2026 19:39:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47722692</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=47722692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47722692</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "The effects of caffeine consumption do not decay with a ~5 hour half-life"]]></title><description><![CDATA[
<p>Quick Wikipedia search: <a href="https://en.wikipedia.org/wiki/Zizians" rel="nofollow">https://en.wikipedia.org/wiki/Zizians</a><p>Like any group of humans, there are power structures and edge cases that can lead to horrific outcomes. Giving the person that posted the warning the benefit of the doubt, I think what they are saying is that "Rationalist does not necessarily mean positive for humanity, nor even no harm for humanity". This holds for all religions and religion-like movements, of which Rationalism, in this sense, is one.</p>
]]></description><pubDate>Fri, 10 Apr 2026 14:22:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47718613</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=47718613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47718613</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Put the zip code first"]]></title><description><![CDATA[
<p>Ehh... US-centric. Better to use significance order: Country, then postal (most countries have postal), then region, city, and street address. Best, however, is to _not_ separate the address into fields. Instead, allow a free text field for the person doing data entry to put in the address in _their_ format and then parse it on the backend. This gets you the most flexibility and allows you to encounter and handle corner cases by using (my favorite test data) public addresses from all over the world. _I_ routinely test my address entry by Googling McDonald's locations and feeding them into my system. Handle an inscrutable address like any other bad data and say, politely, that your system does not understand the data.<p>All that said, free-form entry is a hard sell. My _customers_ expect field data entry, so I implement field data entry. I just re-order my checks to be more forgiving until the data entry is complete.<p>I was implementing a customer service address entry using significance order 25 years ago. As I already _knew_ that I had a US-centric customer base (we sold long distance to sorority and fraternity members), entering US ZIP first saved a lot of time and more highly leveraged the US postal address cleaner that we had already purchased for our mass marketing mailers. The people working the call center _loved_ it, as they could focus more on their call turn-over than on data entry.</p>
]]></description><pubDate>Sun, 08 Mar 2026 01:39:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47293433</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=47293433</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47293433</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Some software bloat is OK"]]></title><description><![CDATA[
<p>I'm old.<p>My boss (and mentor) from 25 years ago told me to think of the problems I was solving with a 3-step path:<p>1. Get a solution working<p>2. Make the solution correct<p>3. Make the solution efficient<p>Most importantly, he emphasizes that the work must be done in that order. I've taken that everywhere with me.<p>I think one of the problems is that quite often, due to business pressure to ship, step 3 is simply skipped. Often, software is shipped half-way through step 2 -- software that is at best partially correct.<p>The pushes the problem down to the user, who might be building a system around the shipped code. This compounds the problem of software bloat, as all the gaps have to be bridged.</p>
]]></description><pubDate>Tue, 04 Nov 2025 14:51:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45811654</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=45811654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45811654</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "How to Scale Proteomics"]]></title><description><![CDATA[
<p>As noted above, I was working out of an academic lab developing new equipment. We had current-level commercial equipment at the time to use in comparisons. I matched data to the data dictionary, recovered backups, scripted backups, sent alerts to grad students that their results were done, maintained and expanded the visualization software, consulted and contributed code to a Monte Carlo simulation to demonstrate that data collected was better than random and by how much... Great little projects for a budding software developer. I had to learn just enough Chemistry and Physics beyond what I already knew to be dangerous (and also understand the what and why of what I was doing and be able to ask clarifying questions). It was fun.</p>
]]></description><pubDate>Wed, 06 Aug 2025 19:03:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44816224</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=44816224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44816224</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "How to Scale Proteomics"]]></title><description><![CDATA[
<p>I'll admit, my perspective is now 16, almost 17 years out-of-date, but my read of this article is that nothing much has advanced beyond what I was doing in the field back then.<p>My job? Data plumber and analyst, same as now. I scripted the nuts-and-bolts of matching the mass/time/time data off the instrument being developed by much more qualified PhD candidates and their advisor while I finished up my own degree. They did the heavy lifting. I was paid for by F&A funds to do the boring work. Great job for a student.<p>The job lead to a failed business venture. Water under the bridge. My last foray in data analysis was Principal Component Analysis of the data, trying to cluster detected proteins for visual analysis. I got the plots working outside of Matlab, and then my position was eliminated.<p>I have a rag-mag credit I could chase down to support my war story. To be honest, I read the article looking for familiar names and faces.<p>None found.</p>
]]></description><pubDate>Wed, 06 Aug 2025 17:59:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44815431</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=44815431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44815431</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "State capacity and eight parking spaces"]]></title><description><![CDATA[
<p>Writ-large, isn't what the article is referring to the plot of 生きる(Ikiru, <a href="https://en.wikipedia.org/wiki/Ikiru" rel="nofollow">https://en.wikipedia.org/wiki/Ikiru</a>)? My suspicion is that the solution to lack of ability for government to enable building in the US will be the same, writ-large, as in the movie. That is, it will happen, but (I'll stop here, least I spoil the movie for you).</p>
]]></description><pubDate>Wed, 30 Jul 2025 12:56:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44733624</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=44733624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44733624</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Ask HN: Any active COBOL devs here? What are you working on?"]]></title><description><![CDATA[
<p>For my sins, I work in Education supporting PeopleSoft. That means that I do work in COBOL on occasion. I am not tasked with writing anything new in COBOL, but I so quite a bit of analysis and support. That is: I _read_ COBOL more than I write it.<p>There are three flavors of COBOL that I deal with: PeopleSoft delivered, Vendor delivered, and University modified. Most of the work I do in COBOL breaks down to reading the code to determine why a given behavior is observed. Only once (in University modified code) have I needed to make an actual edit. The rest of the times I either modify the flow of information into the COBOL code or I modify the resultant after the code has run.</p>
]]></description><pubDate>Fri, 18 Jul 2025 16:42:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44606813</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=44606813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44606813</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "What Is miniKanren?"]]></title><description><![CDATA[
<p>Humble brag:<p>This brought back shades of 20 years ago to me. I went back to school to add a credential after my name to make myself employable. My experience running the back office for a long-distance reseller (FoxPro 2.6 database: application support, running customer service, billing, reporting, and being the networking yeoman) didn't look impressive on my resume without some additional alphabet soup.<p>This was my programming languages -- interpreters class. Dr Daniel Friedman ran a teach-along that culminated in implementing miniKanren in scheme. First day of class, the front row was empty. I was ten years older than every other student in the room (with the exception of Will Byrd). I sheepishly shrugged and took one of the offered seats in the row. For the next hour, the sheer force of scheme being written on the whiteboard blew my mind open. That continued for 16 weeks, three days a week. I highly recommend the experience.<p>I (probably) still have a pre-press copy of The Reasoned Schemer in a box in my attic. It was one of the goodies handed out on the last day of class.</p>
]]></description><pubDate>Fri, 03 Jan 2025 00:38:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=42580760</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=42580760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42580760</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "MIT study explains why laws are written in an incomprehensible style"]]></title><description><![CDATA[
<p>I'm not certain is if this is because I live in a city with a well-known law school, or if Lawrence Lessig dropped the idea into my thoughts first.<p>The idea: The first duty of any court of law is to defend its own existence.<p>My thesis is that this first duty colors in the rest of the legal profession, including why laws, orders, and proclamations are written in a certain way.<p>Minor point: The article calls out in-place definitions. Useful, if unwieldly, when footnote and endnote conventions have yet to have been defined and practiced.</p>
]]></description><pubDate>Tue, 17 Dec 2024 16:17:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42442614</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=42442614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42442614</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Canada Competition Bureau sues Google for anti-competitive conduct in online ads"]]></title><description><![CDATA[
<p>The argument you and the other poster are having has been useful to me. Thank you.<p>For context, my family and I just returned from a lap around Lake Huron. I invite you and yours to take a similar trip in the US, just to see the differences. Earlier in the year, my family and I went to Wyoming. Once we got off the freeways, we saw what I call The Real America.<p>What does it look like? It looks like a place that has been repeatedly punched in the face by big corporations for 50 years. The two trips showed quite the contrast: Middle Ontario, while rural, looked quite hopeful in comparison.<p>Here to your South, simple solutions won again. Mostly because the losing party did not make The Vast Middle feel like their problems were seen and heard.</p>
]]></description><pubDate>Fri, 29 Nov 2024 14:48:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42274218</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=42274218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42274218</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "We can now fix McDonald's ice cream machines"]]></title><description><![CDATA[
<p>The machine from 30+ years ago that I regularly took apart and put back together had about 35 user-cleanable parts for the milkshake side and 12 for the ice cream side. The worst part of the ordeal was removing the rubber o-rings They went on easily enough, but removing took quite a bit of patience. The whole process took about 30 minutes, start-to-finish, including soaking the washed parts in bleach -- no dishwasher as the blades used to cut the frozen ice cream base from the inside of the machine would dull and ding causing damage to the machine.<p>The new machines came in long after I moved on to other jobs. In ideal situations, they re-pasteurize the mix overnight, leading to a drop in 1-2 person-hours of labor.</p>
]]></description><pubDate>Sun, 27 Oct 2024 02:24:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41959381</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=41959381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41959381</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Dead Internet (2023)"]]></title><description><![CDATA[
<p>A jaundiced, if not cataract-hazed view:<p>This thing we call The Internet has always been "funny smelling" if not a bit crap. Dead? Not really. Just more and more obvious about the nature of the creation.<p>It is the ultimate duality. Correct use requires holding two can-be-seen-as-divergent ideas in your head at once and then making a decision as to which better applies to the current situation. It simultaneously holds a lot of information -- asymptotically approaching the sum of all human knowledge. It is also a dark mirror, containing all the assorted sins and vagaries of humankind.<p>To say The Internet is Dead is, in a way, to say that Humanity is Dead. Maybe, in the minority, it is. Maybe that minority is encroaching on the majority and will reach parity. Or even surpass it.<p>This view is an easy path towards Nihilism. It is a struggle to acknowledge the negative and push back against it anyway.</p>
]]></description><pubDate>Tue, 01 Oct 2024 15:24:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=41709638</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=41709638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41709638</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "The big lie about sleep"]]></title><description><![CDATA[
<p>Try the classic from 1976 to get an idea of what thinking on this was at the time funding for sleep science started: Some Must Watch While Some Must Sleep (Dement, 1976, 1978): <a href="https://archive.org/details/somemustwatchwhi00dem_3n2" rel="nofollow">https://archive.org/details/somemustwatchwhi00dem_3n2</a> (1978 edition)</p>
]]></description><pubDate>Sat, 01 Jun 2024 19:33:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=40548442</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=40548442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40548442</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "I'm a Former Surgeon General and I Couldn't Believe My $10k Medical Bill"]]></title><description><![CDATA[
<p>My sympathies and commiseration. I am on a different infused medication and survived a couple of years of CVS Caremark acting as a Pharmacy Benefits Manager for "specialty drugs" before my insurance and the hospital system I work with negotiated a different delivery and fee structure. Not before, of course, my own higher-than-expected bill.<p>I am on an HDHP and arrange my finances and budget with the expectation that I will reach my out-of-pocket maximum. I am thankful that I am in a position to do that. The backside being that I am under enormous constraint in terms of my employer. They literally own my health, as while I am skilled and valued, I doubt that I am skilled and valued enough for another employer to keep me after poaching me away. I would expect something in the off-the-record review comments of "...health care costs are how much!?!?" followed by quiet PIP-and-dismissal or dismissal outright under the laws of my state-of-residence in the United States. Yes, I live in a right-to-work state, meaning that my employment can be terminated at any time, by either party, for any reason, or no reason given at all.</p>
]]></description><pubDate>Mon, 20 May 2024 00:26:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40410846</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=40410846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40410846</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Ban on same-sex marriage unconstitutional, Sapporo High Court rules"]]></title><description><![CDATA[
<p>Here are three reasons:<p>1. Rhetorical. They _want_ to be _married_.<p>2. In many places in the world, a "domestic partnership" is not recognized by everyone and requires quite a bit more legal paperwork (and associated fees) than a simple marriage license and filing. (In the US, typically $2000-$20,000+ vs $20).<p>3. A simple demand for recognition. By being _married_, there is a legal recognition that a "domestic partnership" lacks.</p>
]]></description><pubDate>Fri, 15 Mar 2024 00:30:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39710719</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=39710719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39710719</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Understanding the world science fiction convention"]]></title><description><![CDATA[
<p>I've seen more than a few of these kerfuffle happen now. Other commenters have mentioned other times in other directions that the voting has come out weird.<p>All I can say is that while yes, these awards do matter, they don't have to matter as much as you think. At best, all the outcome tells you is what someone else thinks is worth reading. Consider it a starting point. It follows that any given list of nominees is way more important, in terms of gathering a list of books with neat ideas and execution, than a list of winners.</p>
]]></description><pubDate>Sat, 27 Jan 2024 22:29:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=39160539</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=39160539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39160539</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "What Happened to David Graeber?"]]></title><description><![CDATA[
<p>Just a thought, based on a loose synthesis:<p>I think the book Caste: The Origins of Our Discontents by Isabel Wilkerson offers a lens to look at why "anarchism" is betrayed. There is something about being human that creates hierarchies. There is also something about being human that takes these hierarchies and pushes them to any given horizon. My idea being that any given utilitarian hierarchy, over time, becomes a differentiation to create class divisions. I think this lens can be used to resolve the focus of Graeber's criticism of "anarchism" and what it means to remove inequality from a human system.<p>My own thesis is that when you remove any given inequality from a human system, a power vacuum is created; some other inequality expands to take the place of the removal. This happens when an inequality is reduced, as well. I am unclear as to why and the mechanisms of how.<p>This does not mean that inequality should not be addressed. It simply means that cognition of the effect of removing or reducing the inequality needs to occur and any action taken be adjusted to address it. The only system, so far, that seems to be dynamic enough to handle this is "small-d" democracy in its various forms. These approaches are not without their criticisms.</p>
]]></description><pubDate>Sun, 21 Jan 2024 14:46:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39078871</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=39078871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39078871</guid></item><item><title><![CDATA[New comment by WBrentWilliams in "Molly White: Migrating from Substack to self-hosted Ghost: the details"]]></title><description><![CDATA[
<p>I offer a reflection on your idea of a strange irony: This is a question of attention and money flow. Molly White claimed ownership of Molly's work and took on providing the infrastructure to self-host. This means that _Molly_ does not have to contribute directly to a network effect that amplifies voices Molly does not agree with.<p>In effect, Molly took the argument that voices that Molly does not agree with can always self-host to get their message out and embraced it. Molly's voice is now self-hosted. Molly, in effect, embraced full libre, rather than be silent and accept that Molly had to agree with whatever the hosting provider decides to do.<p>Myself, I'm really more interested in what happens next to Molly. I wish Molly all the best luck as Molly grows the endeavor.</p>
]]></description><pubDate>Tue, 16 Jan 2024 23:55:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39020965</link><dc:creator>WBrentWilliams</dc:creator><comments>https://news.ycombinator.com/item?id=39020965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39020965</guid></item></channel></rss>