<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: ttctciyf</title><link>https://news.ycombinator.com/user?id=ttctciyf</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 12:39:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ttctciyf" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ttctciyf in "DOJ confirms FBI Director Kash Patel's personal email was hacked"]]></title><description><![CDATA[
<p>See also: <a href="https://ddosecrets.org/article/kash-patel-emails" rel="nofollow">https://ddosecrets.org/article/kash-patel-emails</a></p>
]]></description><pubDate>Sat, 28 Mar 2026 04:40:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47551682</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=47551682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47551682</guid></item><item><title><![CDATA[New comment by ttctciyf in "PC Gamer recommends RSS readers in a 37mb article that just keeps downloading"]]></title><description><![CDATA[
<p>noscript, ublock origin, reader view: the referenced page loads in 2s on a bad connection and downloads no ads while remaining perfectly readable.<p>Browsing and not using these tools nowadays is volunteering for a bad time, IMO.</p>
]]></description><pubDate>Mon, 23 Mar 2026 11:59:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47488258</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=47488258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47488258</guid></item><item><title><![CDATA[New comment by ttctciyf in "Google AI Overviews cite YouTube more than any medical site for health queries"]]></title><description><![CDATA[
<p>Probably asked an llm</p>
]]></description><pubDate>Mon, 26 Jan 2026 16:41:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46767855</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46767855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46767855</guid></item><item><title><![CDATA[New comment by ttctciyf in "Erdos 281 solved with ChatGPT 5.2 Pro"]]></title><description><![CDATA[
<p>Those are not mutually exclusive in this instance, it seems.</p>
]]></description><pubDate>Sun, 18 Jan 2026 17:15:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46669742</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46669742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46669742</guid></item><item><title><![CDATA[New comment by ttctciyf in "Erdos 281 solved with ChatGPT 5.2 Pro"]]></title><description><![CDATA[
<p>Maybe it's intended to avoid legal liability resulting from reproducing copyright material not licensed for training?</p>
]]></description><pubDate>Sun, 18 Jan 2026 17:13:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46669730</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46669730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46669730</guid></item><item><title><![CDATA[New comment by ttctciyf in "[dead]"]]></title><description><![CDATA[
<p>The agnotologists[1] have never had it so good!<p>The production of ignorance is booming as its trajectory takes it from  roots in advertising, then lobbying, then political campaigns to center stage in political strategy and official government business.<p>I suspect the academics who study culturally cultivated ignorance will be playing catchup for at least a decade after this administration!<p>(Assuming they are still around, of course.)<p>1: <a href="https://en.wikipedia.org/wiki/Agnotology" rel="nofollow">https://en.wikipedia.org/wiki/Agnotology</a></p>
]]></description><pubDate>Sat, 27 Dec 2025 21:50:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46405630</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46405630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46405630</guid></item><item><title><![CDATA[New comment by ttctciyf in "Some Junk Theorems in Lean"]]></title><description><![CDATA[
<p>> Perhaps you can tell me what use "3 ∩ 4 = 3" has.<p>As I said:<p>> a handy set theoretic implementation of the min() function.<p>i.e. if you wanted (for whatever reason) to define min(a, b) directly and briefly in your set theoretic reconstruction of the natural numbers, you can just use intersect operator and define it as "a ∩ b".<p>Perhaps because in terms of the interesting distinction you introduce:<p>>  you have to distinguish things that are true of natural numbers as an algebraic structure, from things that just happen to be the case because you picked some specific representation to use for natural numbers<p>this particular operation seems to be part of the former rather than of the latter.</p>
]]></description><pubDate>Sat, 27 Dec 2025 21:37:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46405495</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46405495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46405495</guid></item><item><title><![CDATA[New comment by ttctciyf in "Some Junk Theorems in Lean"]]></title><description><![CDATA[
<p>Maybe I'm too familiar with the set theoretic construction of the natural numbers (0 is the empty set, 1 = {0}, ..., 5 = {0,1,2,3,4}, etc.) but their example of "3 ∩ 4 = 3" or "4 intersect 3 is 3" doesn't seem weird, problematic or even useless to me, it just looks like a handy set theoretic implementation of the min() function.</p>
]]></description><pubDate>Sat, 27 Dec 2025 14:17:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46402007</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46402007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46402007</guid></item><item><title><![CDATA[New comment by ttctciyf in "Some Epstein file redactions are being undone"]]></title><description><![CDATA[
<p>From TFA:<p>> [Indyke] was hired by the Parlatore Law Group in 2022, before the justice department settled the Epstein case. That firm represents the defense secretary, Pete Hegseth, and previously represented Donald Trump in his defense against charges stemming from the discovery of classified government documents stored at Trump’s Florida estate.<p>So I don't know about "not a Washington person", but clearly connections exist to the current administration.</p>
]]></description><pubDate>Wed, 24 Dec 2025 07:54:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46373442</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46373442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46373442</guid></item><item><title><![CDATA[New comment by ttctciyf in "Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers"]]></title><description><![CDATA[
<p>No, it's not. It has various functionality, as shown by the built-in help:<p>> Example output of the SysRq+h command:<p>> sysrq: HELP : loglevel(0-9) reboot(b) crash(c) terminate-all-tasks(e) memory-full-oom-kill(f) kill-all-tasks(i) thaw-filesystems(j) sak(k) show-backtrace-all-active-cpus(l) show-memory-usage(m) nice-all-RT-tasks(n) poweroff(o) show-registers(p) show-all-timers(q) unraw(r) sync(s) show-task-states(t) unmount(u) force-fb(v) show-blocked-tasks(w) dump-ftrace-buffer(z) dump-sched-ext(D) replay-kernel-logs(R) reset-sched-ext(S)<p>But note "sak (k)".</p>
]]></description><pubDate>Wed, 24 Dec 2025 00:11:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46371025</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46371025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46371025</guid></item><item><title><![CDATA[New comment by ttctciyf in "Meta is using the Linux scheduler designed for Valve's Steam Deck on its servers"]]></title><description><![CDATA[
<p>Well, there is: <a href="https://en.wikipedia.org/wiki/Magic_SysRq_key" rel="nofollow">https://en.wikipedia.org/wiki/Magic_SysRq_key</a></p>
]]></description><pubDate>Tue, 23 Dec 2025 21:27:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46369662</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46369662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46369662</guid></item><item><title><![CDATA[New comment by ttctciyf in "Show HN: Kinkora – A creative playground for experimenting with video models"]]></title><description><![CDATA[
<p>Also unfortunately reminiscent of <a href="https://en.wikipedia.org/wiki/Kincora_Boys%27_Home" rel="nofollow">https://en.wikipedia.org/wiki/Kincora_Boys%27_Home</a></p>
]]></description><pubDate>Sat, 13 Dec 2025 17:03:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46256015</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46256015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46256015</guid></item><item><title><![CDATA[New comment by ttctciyf in "What will enter the public domain in 2026?"]]></title><description><![CDATA[
<p>> Why though? Do we really need that many more commercial attempts at Star Wars and Harry Potter?<p>This kind of baby and bathwater argument could as well be used to ban writing altogether!</p>
]]></description><pubDate>Tue, 02 Dec 2025 10:40:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46119817</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=46119817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46119817</guid></item><item><title><![CDATA[New comment by ttctciyf in "Be Worried"]]></title><description><![CDATA[
<p>At risk of Godwinisation, there's a very obvious example.</p>
]]></description><pubDate>Fri, 03 Oct 2025 17:45:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45465609</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=45465609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45465609</guid></item><item><title><![CDATA[New comment by ttctciyf in "Ishkur's Guide to Electronic Music"]]></title><description><![CDATA[
<p>>  you nonce. Who was it that said, "every accusation is confession in disguise."<p>Hmm.</p>
]]></description><pubDate>Sun, 28 Sep 2025 00:15:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45400567</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=45400567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45400567</guid></item><item><title><![CDATA[New comment by ttctciyf in "The death of east London's most radical bookshop"]]></title><description><![CDATA[
<p>Thought it was going to be about Freedom Bookshop in Angel Alley,  Whitechapel, but thankfully that seems to be alive and well[0]!<p>Being "the oldest and largest specialist anarchist bookshop in Britain" without succumbing to internecine bickering and factionalisation is pretty darn radical, I would have thought.<p>0: <a href="https://freedompress.org.uk/about-freedom/" rel="nofollow">https://freedompress.org.uk/about-freedom/</a></p>
]]></description><pubDate>Sat, 27 Sep 2025 23:53:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45400394</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=45400394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45400394</guid></item><item><title><![CDATA[New comment by ttctciyf in "Why language models hallucinate"]]></title><description><![CDATA[
<p>"Hallucination" is a euphemism at best, and the implication it carries that LLMs correctly perceive (meaning) when they are not hallucinating is fallacious and disinforming.<p>The reification of counterfactual outputs which are otherwise indistinguishable from the remainder of LLM production etiologically is a better candidate for the label "hallucination" IMO.</p>
]]></description><pubDate>Sun, 07 Sep 2025 07:33:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45156170</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=45156170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45156170</guid></item><item><title><![CDATA[New comment by ttctciyf in "AI note takers are flooding Zoom calls as workers opt to skip meetings"]]></title><description><![CDATA[
<p>Then they should host the meetings on irc! (not completely kidding.)<p>Or maybe there's an opportunity for someone to create an "interop environment" where AIs representing diverse persons' agendas within an organisation can come together and agree on outcomes and goals on behalf of their sponsors (maybe not completely serious, but ...)<p>Yeah, I know TFA is just notetaking but that shouldn't stop us from thinking ahead, right? The possibilities for cost-cutting in middle management are spectacular!</p>
]]></description><pubDate>Thu, 03 Jul 2025 12:39:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44454405</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=44454405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44454405</guid></item><item><title><![CDATA[New comment by ttctciyf in "'Explosive increase' in ticks that cause meat allergy due to climate change"]]></title><description><![CDATA[
<p>Conspiracists were already on to this in 2023[0]. It's such ripe pickings that if the tick explosion pans out a concomitant explosion in info pollution seems inevitable.<p>0: <a href="https://americanfaith.com/bill-gates-funded-research-into-genetically-engineered-cattle-ticks-now-450000-americans-have-red-meat-allergies-from-alpha-gal-syndrome-caused-by-tick-bites/" rel="nofollow">https://americanfaith.com/bill-gates-funded-research-into-ge...</a></p>
]]></description><pubDate>Thu, 03 Jul 2025 06:43:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=44452312</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=44452312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44452312</guid></item><item><title><![CDATA[New comment by ttctciyf in "An Analysis of Links from the White House's "Wire" Website"]]></title><description><![CDATA[
<p>> top 10 domains that the White House Wire links to (by occurrence), from May 8 to June 24, 2025:<p><pre><code>    youtube.com (133)
    foxnews.com (72)
    thepostmillennial.com (67)
    foxbusiness.com (66)
    breitbart.com (64)
    x.com (63)
    reuters.com (51)
    truthsocial.com (48)
    nypost.com (47)
    dailywire.com (36)
</code></pre>
jfc.</p>
]]></description><pubDate>Thu, 03 Jul 2025 05:49:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44452021</link><dc:creator>ttctciyf</dc:creator><comments>https://news.ycombinator.com/item?id=44452021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44452021</guid></item></channel></rss>