<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: menssen</title><link>https://news.ycombinator.com/user?id=menssen</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 24 Aug 2026 03:23:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=menssen" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by menssen in "Microsoft builds MacBook Pro rival with NVIDIA-powered Surface Laptop Ultra"]]></title><description><![CDATA[
<p>I had a CalDigit TB dock -- maybe 2021-ish? -- that every time I unplugged my MacBook would take my internet offline. I thought I was insane. How is that even possible? But I finally gave up and returned it.<p>Thanks for finally answering this mystery for me.</p>
]]></description><pubDate>Mon, 01 Jun 2026 21:58:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48363208</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=48363208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48363208</guid></item><item><title><![CDATA[New comment by menssen in "The Persistent Myth That Most Americans Are Miserable at Work"]]></title><description><![CDATA[
<p>Off-topic rant: to read this article, I:<p>1. Clicked on the link.<p>2. Got pay-walled.<p>3. Remembered that I had access to the Atlantic through Apple News+.<p>4. Opened the News App on my phone.<p>5. Went to Magazines.<p>6. Found the latest issue of The Atlantic.<p>7. Found the hidden link to go to the magazine's "channel," since this article was not actually in the magazine.<p>8. Thankfully, this article was the most recent thing posted.<p>9. Read the article hunched over my phone while the still-paywalled version was looming over my head on my computer screen.<p>Somebody has to figure out how to fix this.</p>
]]></description><pubDate>Fri, 01 Dec 2023 16:15:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=38488388</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=38488388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38488388</guid></item><item><title><![CDATA[New comment by menssen in "Large language models lack deep insights or a theory of mind"]]></title><description><![CDATA[
<p>For what it's worth, I don't take that framing of intelligence seriously either. It's useful to have a word to describe the far-future state of the increasing capabilities of Computers.<p>I'm just saying that I don't think there's any point on that line where we will be comfortable admitting that the machine is "intelligent" or "conscious" or "AGI," or whatever, and that I appreciate attempts to quantify (or at least qualify) what we MEAN when we say that, rather than just goalpost-moving.</p>
]]></description><pubDate>Thu, 30 Nov 2023 18:08:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=38476784</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=38476784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38476784</guid></item><item><title><![CDATA[New comment by menssen in "Large language models lack deep insights or a theory of mind"]]></title><description><![CDATA[
<p>I appreciate this paper for relatively clearly stating what "human-like" might entail, which in this case involves "reasoning about the causes behind other people's behavior" which is "critical to navigate the social world" as outlined in this citation:<p><a href="https://www.sciencedirect.com/science/article/abs/pii/S0010028520300633?via%3Dihub" rel="nofollow noreferrer">https://www.sciencedirect.com/science/article/abs/pii/S00100...</a><p>I get frustrated often when people argue "well, it isn't really intelligent" and then give examples that are clearly dependent on our brain's chemical state and our bodies' existence in-the-physical-world.<p>I get the feeling that when/if we are all enslaved by a super-intelligent AI that we do not understand its motives, we will still argue that it is not intelligent because it doesn't get hungry and it can't prove to us that it has Qualia.<p>This paper argues that gpts are bad at understanding human risk/reward functions, which seems like a much more explicit way to talk about this, and also casts it in a way that could help reframe the debate about how human evolution and our physical beings might be significantly responsible for the structure of our rational minds.</p>
]]></description><pubDate>Thu, 30 Nov 2023 16:28:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=38475447</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=38475447</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38475447</guid></item><item><title><![CDATA[New comment by menssen in "Web Components Eliminate JavaScript Framework Lock-In"]]></title><description><![CDATA[
<p>There is always space for options for "fast and easy" vs "robust and maintainable."<p>Nothing will <i>ever</i> beat the following as tech demo for how easy it is to make interactive UIs, but anybody who ever tried to reason through a large Angular 1 application would seriously hesitate to want to use it for something much more complicated.<p><script src="angular.js" />
<input ng-model="inputValue">
<div>{{ inputValue }}</div></p>
]]></description><pubDate>Mon, 27 Nov 2023 17:52:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=38435563</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=38435563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38435563</guid></item><item><title><![CDATA[New comment by menssen in "Web Components Eliminate JavaScript Framework Lock-In"]]></title><description><![CDATA[
<p>It is <i>possible</i> with React to write an application where components have no internal state, every component is "read only," and all UI changes are state transitions in (something like) a redux store.<p>This is rarely done, because there are pragmatic reasons (e.g., animations) not to, but it is possible.<p>The other mistake alternatives make is to try to make components having internal state "easier." It should not be easier! Every single useX() is a statement that "I am violating the proper design pattern of this application," and it's a feature not a bug of React that you have to be obvious and intentional about it.</p>
]]></description><pubDate>Mon, 27 Nov 2023 17:48:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=38435497</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=38435497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38435497</guid></item><item><title><![CDATA[New comment by menssen in "Web Components Eliminate JavaScript Framework Lock-In"]]></title><description><![CDATA[
<p>"Lots of people are still using it, but nobody can quite remember why."<p>I can remember why. This, and every other article I've ever read arguing to replace React with Web Components, completely misunderstands the point of React. It isn't about JSX. It isn't about encapsulation. It isn't about reusability.<p>It is about enabling a design pattern where *the user interface is a pure functional transformation of the application state.*<p>I kind of feel like people get tripped up by the fact that "virtual DOM" and "shadow DOM" sort of sound similar. They have literally nothing to do with each other. The React "virtual DOM" allows you to *completely re-output the entire user interface* on every state change, which is not possible with any other design pattern, and is not possible without a framework, because actually re-rendering the entire tree on every state change isn't performative (or usable).<p>Anybody who is advocating an alternative to React needs to do one of two things:<p>(A) Make a convincing argument that a <i>different</i> design pattern is better. Some things we've tried, which most people think are worse:<p>1. Using the DOM as your data model (jQuery)<p>2. Manually writing virtual representations of every view (Backbone)<p>3. Auto-magically two-way binding some data structure with the DOM (Angular 1)<p>4. Observables (Ember, maybe Angular 2+?)<p>(B) Advocate a framework other than React that uses the same pattern as React, but improves the usability. I think the two places there is the <i>most</i> room for improvements are:<p>1. Animations<p>2. useEffect() in general<p>I have not seen anybody successfully do either A or B.<p>Recommended reading: <a href="https://acko.net/blog/get-in-zoomer-we-re-saving-react/" rel="nofollow noreferrer">https://acko.net/blog/get-in-zoomer-we-re-saving-react/</a></p>
]]></description><pubDate>Mon, 27 Nov 2023 17:37:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=38435324</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=38435324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38435324</guid></item><item><title><![CDATA[New comment by menssen in "How to cook ground meat perfectly without vision"]]></title><description><![CDATA[
<p>Just take the whole compressed, square, package-shaped "patty" of ground meat from the plastic and drop it into a ripping hot pan intact, and <i>don't touch it</i> until it browns pretty darkly on the bottom, then proceed to break it up and cook as normal. This gets you quite a lot of Maillard flavor without having to cook crumbled meat within an inch of its life. (As with most good ideas, this one came from Kenji.)<p>This relates to my biggest objection to this article, which is that the best cooking tip for ground meat (blind or not) is that it's really easy to <i>hear</i> the difference between the "hiss" of water evaporating as steam and the "sizzle" of it frying/browning, and the two things do not happen at the same time. Alternative title: "how to slowly steam ground meat flavorlessly without vision."</p>
]]></description><pubDate>Sat, 14 Oct 2023 14:36:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=37880793</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=37880793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37880793</guid></item><item><title><![CDATA[New comment by menssen in "My Lifetime Reading Plan"]]></title><description><![CDATA[
<p>Ted's booklist/review websites have been my go-to for "I need something to read" for years now. He appears to not be maintaining them and some of the domains have expired, but here's "The New Canon" (fiction since 1985):<p><a href="https://www.thenewcanon.com" rel="nofollow noreferrer">https://www.thenewcanon.com</a><p>And here's an archive snapshot of the Conceptual Fiction (sci fi) one, which is now dead:<p><a href="https://web.archive.org/web/20160305124258/http://conceptualfiction.com/" rel="nofollow noreferrer">https://web.archive.org/web/20160305124258/http://conceptual...</a><p>The top comment here is about him giving the impression of being "massively up his own arse." Maybe -- but I think his attempts to create something useful for others, which I have found genuinely useful, outweighs that. What does it say that he's letting those attempts link-rot and writing on substack instead now?<p>I don't know. I just know he has good taste in literature.</p>
]]></description><pubDate>Fri, 11 Aug 2023 14:39:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=37089196</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=37089196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37089196</guid></item><item><title><![CDATA[New comment by menssen in "Largest island in a lake on an island in a lake on an island (2007)"]]></title><description><![CDATA[
<p>I thought this was going to be about "Moose Boulder," whose existence was (rather unconvincingly, I think) "disproven" a couple years ago, and which begs the interesting question about how we define "Largest Lake."<p><a href="https://www.atlasobscura.com/articles/moose-boulder-debunked" rel="nofollow">https://www.atlasobscura.com/articles/moose-boulder-debunked</a></p>
]]></description><pubDate>Fri, 14 Apr 2023 13:03:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=35569125</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=35569125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35569125</guid></item><item><title><![CDATA[New comment by menssen in "Pandemic Villains: Robinhood"]]></title><description><![CDATA[
<p>Sports, shows, movies, and games are all essentially free (or already paid for via a handful of subscription services).<p>Travel, concert tickets, expensive restaurants, and wine are not free, and are all currently cancelled.<p>Most high-income millennials I know (including myself) spend a lot more on airline tickets than movie tickets.<p>So it may not be an entertainment vacuum but it is an entertainment <i>spending</i> vacuum.<p>Your point that most investors still are not individuals is fair, but that doesn't explain <i>Robinhood's</i> growth specifically.</p>
]]></description><pubDate>Thu, 10 Dec 2020 01:52:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=25368560</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=25368560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25368560</guid></item><item><title><![CDATA[New comment by menssen in "Elon Musk moves to Texas"]]></title><description><![CDATA[
<p>Finance YouTuber Graham Stephen recently made a big deal out of moving from Los Angeles to Vegas because the tax savings more-or-less paid for a giant mansion in Vegas. (And because of some slightly cringey comments about not wanting to see so many homeless people, but that's not the editorial comment I'm trying to make right now.)<p>But, he's keeping his house in CA (for "weekends and vacations"), and he's building his studio in Vegas to be an exact replica of the old one.<p>So, yeah, charitably, "moving" for the highly wealthy does not really look anything like "moving" for anybody else.<p>Less charitably, it seems like a scam. In GS' case, nobody can tell where he's doing his work from, so "oh we spent too long at the beach on this 'vacation day,'" better stay here and film tomorrow's episode from CA, nobody will ever know." In EM's case, I suspect he spends more time business-traveling than at home anyway, so it would be pretty difficult to prove which of his houses he "lives" in.<p>And if anybody balks, there's a huge amount of PR content proving that they "moved."<p>This wouldn't bug me so much if it weren't for the arrogant, selfish, hubristic political comments they always make on the way out.</p>
]]></description><pubDate>Wed, 09 Dec 2020 16:05:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=25360043</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=25360043</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25360043</guid></item><item><title><![CDATA[New comment by menssen in "Ask HN: Learning about philosophy"]]></title><description><![CDATA[
<p>Well, but we <i>are</i> all philosophers -- lovers of wisdom -- or at least all who begin to ask about it are. Sure, it would be idiotic to say that such a book is the <i>end</i> of philosophy, but actually such a book as the <i>beginning</i> of philosophy seems pretty valuable. You need a comprehensive starting point to tell you give you some Wikipedia (or SEP) rabbit holes to go down.<p>Here is one very specific recommendation for a place to start: Richard Rorty, and in particular, his book "Philosophy and the Mirror of Nature."<p>I've suffered through the tension between the Continental and Anglican worlds, and I think that Rorty is extremely valuable as a bridge between the two, and potentially an entry point to the one you're not familiar with (or both if you're familiar with neither).<p>Given the original question (about "mental models"), the Philosophy of the Mind is one of the more universal topics, that tends to be less controversial across the different schools of Philosophy. That Rorty book is a decent entry point to it, which will lead to things like...<p>A debate between Rorty and John Searle about consciousness (Searle is a mind-is-not-the-brain person):<p><a href="https://muse.jhu.edu/article/425883" rel="nofollow">https://muse.jhu.edu/article/425883</a><p>Correspondence between Searle and Dan Dennet about the mind (Dennet is a brain-is-a-computer person):<p><a href="https://www.nybooks.com/articles/1995/12/21/the-mystery-of-consciousness-an-exchange/" rel="nofollow">https://www.nybooks.com/articles/1995/12/21/the-mystery-of-c...</a></p>
]]></description><pubDate>Sun, 06 Dec 2020 05:43:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=25321402</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=25321402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25321402</guid></item><item><title><![CDATA[New comment by menssen in "New MacBook Air"]]></title><description><![CDATA[
<p>It's almost impressive that Docker-on-macOS works so seamlessly that people are downvoting this comment. Yes, Docker containers run in a Linux VM on macOS. It's just one though, and generally seems fine on low resource workstations, unlike Vagrant setups from a few years ago that tried to run a VM for every application.</p>
]]></description><pubDate>Wed, 18 Mar 2020 14:38:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=22617100</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=22617100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22617100</guid></item><item><title><![CDATA[New comment by menssen in "New airplane seat design to make it easier to sleep in economy"]]></title><description><![CDATA[
<p>It's okay... to advocate for a major economic recession to make flying more comfortable for those of us with somewhat recession-proof skills?</p>
]]></description><pubDate>Tue, 10 Dec 2019 17:09:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=21754341</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=21754341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21754341</guid></item><item><title><![CDATA[New comment by menssen in "Ask HN: What do you self-host?"]]></title><description><![CDATA[
<p>Nothing. I self-host nothing. My entire home networking infrastructure consists of a more powerful WiFi router than the one built into the modem that the cable company provides so that it reaches to the back of my apartment. I pay money for GitHub, Dropbox, iCloud, Apple Music, Netflix, Hulu, HBO, Amazon Prime, a VPN to spoof my location occasionally, and Google Apps (or I would, if I were not grandfathered into the free tier). When I want to spin up a personal project, I do it on Heroku.<p>I live in a stable first-world democracy. Or, since it seems to be getting less stable recently, maybe a better way to put it is: I participate in a stable global economy. If "the cloud" catastrophically fails to the point where I lose all of the above without warning, I will likely have bigger problems than never being able to watch a favorite tv show again.<p>I wonder if this exposes two kinds of people: those who value mobility, and are more comfortable limiting the things that are important to them to a laptop and a bug-out bag, and those who value stability, and are inclined to build self-sufficient infrastructure in their castles.</p>
]]></description><pubDate>Sun, 13 Oct 2019 15:00:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=21240708</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=21240708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21240708</guid></item><item><title><![CDATA[New comment by menssen in "When Your 11-Year-Old Says No to a Smartphone"]]></title><description><![CDATA[
<p>"Kid who has eschewed the internet gets exploited by mom for vogue.com clicks"</p>
]]></description><pubDate>Fri, 20 Sep 2019 07:15:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=21023982</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=21023982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21023982</guid></item><item><title><![CDATA[New comment by menssen in "Metronomes in JavaScript"]]></title><description><![CDATA[
<p>I don't know the answer to this, but I've always been genuinely curious: how accurate is the Date object?<p>setInterval's minimum interval is ~15ms [1], so shouldn't something like...<p>setInterval(() => (new Date()).valueOf() % DESIRED_TICK_INTERVAL < 15 && tickTheMetronome(), 15)<p>...get you within 15ms accuracy, and it can probably be reduced in Chrome et al?<p>[1] <a href="http://www.adequatelygood.com/Minimum-Timer-Intervals-in-JavaScript.html" rel="nofollow">http://www.adequatelygood.com/Minimum-Timer-Intervals-in-Jav...</a></p>
]]></description><pubDate>Wed, 11 Sep 2019 06:41:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=20937198</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=20937198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20937198</guid></item><item><title><![CDATA[New comment by menssen in "Pock: Display macOS Dock in Touch Bar"]]></title><description><![CDATA[
<p>BetterTouchTool is well worth the money.<p>Recommended setup (mine):<p>One giant button in the left corner that says "escape escape escape escape escape" (what it does should be obvious), and one tiny button in the right corner that brings back the normal touch bar. (And nothing else.)<p>Also, make those buttons white text on black. At least it's an OLED display, so parts of it you want "off" are actually dark.<p>Even just the lack of a bunch of distracting flashes as it changes when you switch apps is a relief.</p>
]]></description><pubDate>Thu, 20 Jun 2019 04:55:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=20230004</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=20230004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20230004</guid></item><item><title><![CDATA[New comment by menssen in "We Can Do Better Than SQL"]]></title><description><![CDATA[
<p>> you just need to parse incoming sql to sanitize it and make sure there is no role escalation<p>"Just"? I guess I'm skeptical of a statement that begins "you just have to parse sql".<p>Is this actually easier than I'm imagining it? I'd be curious to hear more about the security and authorization model of this approach.</p>
]]></description><pubDate>Fri, 10 May 2019 03:43:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=19874869</link><dc:creator>menssen</dc:creator><comments>https://news.ycombinator.com/item?id=19874869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19874869</guid></item></channel></rss>