<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: aesthesia</title><link>https://news.ycombinator.com/user?id=aesthesia</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 20 Apr 2026 22:25:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aesthesia" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aesthesia in "Changes in the system prompt between Claude Opus 4.6 and 4.7"]]></title><description><![CDATA[
<p>Leaked/extracted system prompts for other chat models, particularly ChatGPT, are often around this size. Here's GPT-5.4: <a href="https://github.com/asgeirtj/system_prompts_leaks/blob/main/OpenAI/gpt-5.4-thinking.md" rel="nofollow">https://github.com/asgeirtj/system_prompts_leaks/blob/main/O...</a></p>
]]></description><pubDate>Mon, 20 Apr 2026 02:04:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47829559</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=47829559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47829559</guid></item><item><title><![CDATA[New comment by aesthesia in "Slop Cop"]]></title><description><![CDATA[
<p>I think this would come off a lot better if the recommendations weren't so absolute. I like the effect of a multicolored slab of highlights calling out every LLM cliche in a passage. Yes, the slop style is not just the sum of these individual patterns, but they're definitely significant contributors to the effect, and they're worth being aware of in your own writing regardless of their association with LLMs. You just can't treat it as a list of must-resolve errors (same as with any writing feedback, really).</p>
]]></description><pubDate>Fri, 17 Apr 2026 23:56:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47811889</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=47811889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47811889</guid></item><item><title><![CDATA[New comment by aesthesia in "Playdate’s handheld changed how Duke University teaches game design"]]></title><description><![CDATA[
<p>At least in some fields, advanced courses are the most likely to have lower cost textbooks. Real analysis textbooks are usually cheaper than calculus textbooks. It's the introductory courses that tend to have $200 behemoths attached to online homework platforms optimized for ease of grading rather than student learning.</p>
]]></description><pubDate>Fri, 17 Apr 2026 16:23:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47807620</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=47807620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47807620</guid></item><item><title><![CDATA[New comment by aesthesia in "Claude Opus 4.7"]]></title><description><![CDATA[
<p>The new tokenizer is interesting, but it definitely is possible to adapt a base model to a new tokenizer without too much additional training, especially if you're distilling from a model that uses the new tokenizer. (see, e.g., <a href="https://openreview.net/pdf?id=DxKP2E0xK2" rel="nofollow">https://openreview.net/pdf?id=DxKP2E0xK2</a>).</p>
]]></description><pubDate>Thu, 16 Apr 2026 15:51:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47795150</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=47795150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47795150</guid></item><item><title><![CDATA[New comment by aesthesia in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>> Anthropic has also admitted that the bugs found by Mythos had not been found by using a prompt like "find the bugs", but by running many times Mythos on each file with increasingly more specific prompts, until the final run that requested only a confirmation of the bug, not searching for it.<p>Unless there's been more information since their original post (<a href="https://red.anthropic.com/2026/mythos-preview/" rel="nofollow">https://red.anthropic.com/2026/mythos-preview/</a>), this is a misleading description of the scaffold. The process was:<p>- provide a container with running software and its source code<p>- prompt Mythos to prioritize source files based on the likelihood they contain vulnerabilities<p>- use this prioritization to prompt parallel agents to look for and verify vulnerabilities, focusing on but not limited to a single seed file<p>- as a final validation step, have another instance evaluate the validity and interestingness of the resulting bug reports<p>This amounts to at most three invocations of the model for each file, once for prioritization, once for the main vulnerability run, and once for the final check. The prompts only became more specific as a result of information the model itself produced, not any external process injecting additional information.</p>
]]></description><pubDate>Thu, 16 Apr 2026 15:32:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47794796</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=47794796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47794796</guid></item><item><title><![CDATA[New comment by aesthesia in "Good conversations have lots of doorknobs"]]></title><description><![CDATA[
<p>This reminds me of the “no hello” proposal for workplace chat messages (e.g. <a href="https://nohello.net/" rel="nofollow">https://nohello.net/</a>). It’s much less of a big deal for personal communication, but I can understand wanting someone to just say what they want to say without a manual SYN/ACK first.</p>
]]></description><pubDate>Sun, 21 Aug 2022 19:09:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=32543383</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=32543383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32543383</guid></item><item><title><![CDATA[New comment by aesthesia in "The Secretary Problem"]]></title><description><![CDATA[
<p>Interestingly, the traditional algorithmic solution is inherently asymmetric: it gives better outcomes to one gender than the other.</p>
]]></description><pubDate>Fri, 19 Aug 2022 12:57:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=32520398</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=32520398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32520398</guid></item><item><title><![CDATA[New comment by aesthesia in "The Secretary Problem"]]></title><description><![CDATA[
<p>Crucially, the optimal solution depends on the specific constraints. So you can’t just take a solution derived under one set of assumptions and use it in another situation without losing whatever guarantees it made in the original case.</p>
]]></description><pubDate>Fri, 19 Aug 2022 12:51:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=32520342</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=32520342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32520342</guid></item><item><title><![CDATA[New comment by aesthesia in "Your price at the pump went up. So did Saudi Aramco's profits – to a new record"]]></title><description><![CDATA[
<p>How is the market rate determined in those places? If no one can lower prices unilaterally, it seems like price discovery just can’t happen.</p>
]]></description><pubDate>Mon, 15 Aug 2022 00:34:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=32464533</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=32464533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32464533</guid></item><item><title><![CDATA[New comment by aesthesia in "The mitochondrial NAD+ transporter SLC25A51 is a fasting-induced gene"]]></title><description><![CDATA[
<p>In mice, of course. What are the broader implications of this supposed to be?</p>
]]></description><pubDate>Mon, 08 Aug 2022 00:20:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=32381251</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=32381251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32381251</guid></item><item><title><![CDATA[A Mormon housewife turned a fake diary into an enormous best-seller]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.newyorker.com/magazine/2022/08/01/how-a-mormon-housewife-turned-a-fake-diary-into-an-enormous-best-seller">https://www.newyorker.com/magazine/2022/08/01/how-a-mormon-housewife-turned-a-fake-diary-into-an-enormous-best-seller</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32300864">https://news.ycombinator.com/item?id=32300864</a></p>
<p>Points: 94</p>
<p># Comments: 89</p>
]]></description><pubDate>Mon, 01 Aug 2022 01:37:43 +0000</pubDate><link>https://www.newyorker.com/magazine/2022/08/01/how-a-mormon-housewife-turned-a-fake-diary-into-an-enormous-best-seller</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=32300864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32300864</guid></item><item><title><![CDATA[New comment by aesthesia in "As TikTok grows, so does suspicion"]]></title><description><![CDATA[
<p>Authoritarianism and military aggression are not the same thing.</p>
]]></description><pubDate>Sun, 10 Jul 2022 17:35:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=32046836</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=32046836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32046836</guid></item><item><title><![CDATA[New comment by aesthesia in "No Refrigerant Left Behind"]]></title><description><![CDATA[
<p>> So long as we are burning natural gas for energy, it's better to use it directly in your home, vs have someone else burn it, make electricity, then use that.<p>Only if you're using resistive heating. Heat pumps run on natural-gas-produced electricity can be at least as efficient as direct natural gas combustion for heating, and they automatically transition to cleaner sources of energy as the grid does.<p>> you would have to use reusable ones hundreds of times, and never wash them - ever, for them to be better<p>I understand that this is the case for cotton bags, IIRC due to high water use in cotton production, but for other types of reusable bags the threshold is lower.<p>> people reuse around half of them for garbage bags<p>This estimate seems like it's significantly too high. I do most of my grocery shopping at places that don't provide free plastic bags, and yet I still end up with far more single-use plastic bags than I could ever use for garbage. I would guess that no more than 10% of single-use bags actually get reused for trash.</p>
]]></description><pubDate>Fri, 01 Jul 2022 20:26:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=31952351</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=31952351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31952351</guid></item><item><title><![CDATA[New comment by aesthesia in "Twitter board adopts poison pill after Musk’s $43B bid to buy company"]]></title><description><![CDATA[
<p>Uh, wouldn't spammers just...stop using lots of hashtags? Part of what makes the problem difficult is that spammers are agents who respond to the techniques you use to stop them.</p>
]]></description><pubDate>Sat, 16 Apr 2022 14:00:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=31052380</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=31052380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31052380</guid></item><item><title><![CDATA[New comment by aesthesia in "Why Does Windows Use Backslash as Path Separator? (2019)"]]></title><description><![CDATA[
<p>Cutler’s Wikipedia page puts his move to Microsoft in 1988, not 98, which makes the timeline clearer. He was directly involved with the creation of the Windows NT project, which started well before 1998.</p>
]]></description><pubDate>Tue, 01 Mar 2022 04:42:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=30509686</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=30509686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30509686</guid></item><item><title><![CDATA[New comment by aesthesia in "Graph Theory and Linear Algebra [pdf]"]]></title><description><![CDATA[
<p>I don't think that follows. Since the adjacency matrix contains O(n^2) _bits_ of information, the number of adjacency matrices of graphs is O(2^(n^2)). This makes sense: graphs with vertex labels {1,...,n} are in bijection with symmetric n x n binary matrices with zero diagonal. It's difficult to quantify how much information is lost when we reduce this matrix to its spectrum, since the eigenvalues are real numbers, but there are O(n) degrees of freedom, and in principle plenty of room to distinguish any two graphs.<p>Of course, as a sibling comment notes, unlabeled graphs are often more interesting, for which one has to look at equivalence classes of adjacency matrices. The spectrum is nice here because it is automatically invariant to vertex permutations and hence a graph isomorphism invariant. The existence of nonisomorphic cospectral graphs is not immediately obvious, although there are simple examples, and that there are infinite families of cospectral pairs is even less obvious. So at the very least, it's interesting that the spectrum is not a complete invariant, and that it does work well for certain classes of graphs.</p>
]]></description><pubDate>Thu, 24 Feb 2022 23:24:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=30461746</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=30461746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30461746</guid></item><item><title><![CDATA[New comment by aesthesia in "Swiss back further restrictions on tobacco advertising"]]></title><description><![CDATA[
<p>Yes, you should drink when you’re thirsty, and forcing yourself to drink some arbitrary quantity of water every day is probably pointless. But water without any dissolved minerals is also bad for you, and many bottled brands add other salts (eg calcium chloride) to filtered water for flavor. I’ve also never experienced the phenomenon you describe where water with sodium fluoride fails to satisfy my thirst. While I certainly prefer the flavor of filtered water, drinking tap water doesn’t make me crave any other drink. Has there been any research done on this topic?</p>
]]></description><pubDate>Mon, 14 Feb 2022 04:19:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=30328330</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=30328330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30328330</guid></item><item><title><![CDATA[New comment by aesthesia in "What kind of Apple Mac did Arthur Dent have?"]]></title><description><![CDATA[
<p>Not quite: at one point there's a reference to a non-wizard character having a PlayStation, which I found kind of jarring to read at the time, precisely because it pinned the story down to a very particular point in time.</p>
]]></description><pubDate>Sat, 12 Feb 2022 15:54:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=30313688</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=30313688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30313688</guid></item><item><title><![CDATA[New comment by aesthesia in "Theses on Sleep"]]></title><description><![CDATA[
<p>Connect an LED directly to a battery (as in many cheap flashlights) and there will be no flicker.</p>
]]></description><pubDate>Thu, 10 Feb 2022 23:57:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=30294669</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=30294669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30294669</guid></item><item><title><![CDATA[New comment by aesthesia in "Can a biologist fix a radio?–Or, what I learned while studying apoptosis (2002) [pdf]"]]></title><description><![CDATA[
<p>This paper inspired another fun followup: "Could a Neuroscientist Understand a Microprocessor?" [0] The authors investigated a 6502 running Atari games using popular neuroscience methods, finding things like transistors that are uniquely necessary to run Space Invaders, but, of course, never getting close to an actual understanding of how the processor functions. It really highlights how even with the huge amounts of data we are able to get from biological systems now, there's still a lot of information we paradigmatically can't understand.<p>[0]: <a href="https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005268" rel="nofollow">https://journals.plos.org/ploscompbiol/article?id=10.1371/jo...</a></p>
]]></description><pubDate>Fri, 28 Jan 2022 23:55:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=30122177</link><dc:creator>aesthesia</dc:creator><comments>https://news.ycombinator.com/item?id=30122177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30122177</guid></item></channel></rss>