<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: swatson741</title><link>https://news.ycombinator.com/user?id=swatson741</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 10 May 2026 08:45:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=swatson741" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by swatson741 in "Canvas online again as ShinyHunters threatens to leak schools’ data"]]></title><description><![CDATA[
<p>I saw this happen to my Canvas account today. At first I thought it was a prank from the school or Instructure. The message was sent to students which makes no sense. Second, the message that was sent basically implies that ShinyHunter is actively getting patched out, and no one is ever going to give into their demands. They're basically saying that they're done and desperate. It's a strange message for ShinyHunter to send, but I think they were trying to pull off a psyop / FUD.<p>Looking into the payload they sent me this is how they hijacked the screen. Everything in the payload is unchanged except for one line of code:<p><link rel="stylesheet" href="<a href="https://instructure-uploads.s3.amazonaws.com/account_93630000000000001/attachments/90359187/canvas-override.css" rel="nofollow">https://instructure-uploads.s3.amazonaws.com/account_9363000...</a>" media="all"/><p>This links to the following styling sheet:<p>@import url('<a href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&family=Rajdhani:wght@600&family=Fira+Code:wght@400;600&family=Share+Tech+Mono&display=swap" rel="nofollow">https://fonts.googleapis.com/css2?family=Orbitron:wght@500;7...</a>');<p>html, body {
    height: 100% !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}<p>body > * {
    display: none !important;
}<p>body {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #07080c !important;
}<p>body::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 999998 !important;
    background:
        radial-gradient(ellipse at 50% 20%, rgba(255,59,59,.06), transparent 55%),
        radial-gradient(ellipse at 50% 85%, rgba(125,70,152,.04), transparent 45%),
        repeating-linear-gradient(0deg, rgba(255,255,255,.035), rgba(255,255,255,.035) 1px, transparent 1px, transparent 3px),
        #07080c !important;
    pointer-events: none !important;
}<p>body::after {
    content:
        "\A\A"
        "S H I N Y H U N T E R S"
        "\A"
        "rooting your systems since '19 ;)"
        "\A\A\A"
        "ShinyHunters has breached Instructure (again)."
        "\A"
        "Instead of contacting us to resolve it they"
        "\A"
        "ignored us and did some \201Csecurity patches\201D."
        "\A\A"
        "\26A0 W A R N I N G"
        "\A\A"
        "If any of the schools in the affected list are"
        "\A"
        "interested in preventing the release of their"
        "\A"
        "data, please consult with a cyber advisory firm"
        "\A"
        "and contact us privately at TOX to negotiate a"
        "\A"
        "settlement. You have till the end of the day by"
        "\A"
        "12 May 2026 before everything is leaked."
        "\A\A"
        "Instructure still has until EOD 12 May 2026"
        "\A"
        "to contact us."
        "\A\A"
        " \25BC DOWNLOAD AFFECTED_SCHOOLS.TXT \25BC"
        "\A"
        "91.215.85.103/pay_or_leak/"
        "\A"
        "instructure_affected_schools_list.txt"
        "\A\A"
        "visit us: shnyhntww34phqoa6dcgnvps2yu7dlwzmy5"
        "\A"
        "lkvejwjdo6z7bmgshzayd.onion" !important;<p><pre><code>    position: fixed !important;
    z-index: 999999 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    white-space: pre !important;
    text-align: center !important;
    font-family: 'Fira Code', 'Share Tech Mono', monospace !important;
    font-size: clamp(10px, 1.4vw, 14px) !important;
    line-height: 1.55 !important;
    color: #c8dce8 !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.01) 3.2%, transparent 3.2%) !important;
    background-color: #0d0f16 !important;
    border: 2px solid #ff3b3b !important;
    border-radius: 14px !important;
    padding: 16px 32px !important;
    overflow: hidden !important;
    box-shadow:
        0 0 35px rgba(255,59,59,.2),
        0 40px 90px rgba(0,0,0,.65),
        inset 0 0 0 1px rgba(255,255,255,.06),
        inset 0 0 50px rgba(255,59,59,.03) !important;
    animation: pulseWarn 2.5s infinite ease-in-out !important;
    max-width: 94vw !important;
    text-shadow: 0 0 6px rgba(200,220,232,.15) !important;</code></pre>
}<p>@keyframes pulseWarn {
    0% { box-shadow: 0 0 20px rgba(255,59,59,.15), 0 40px 90px rgba(0,0,0,.65), inset 0 0 0 1px rgba(255,255,255,.06); }
    50% { box-shadow: 0 0 55px rgba(255,59,59,.4), 0 40px 90px rgba(0,0,0,.65), inset 0 0 0 1px rgba(255,255,255,.06); }
    100% { box-shadow: 0 0 20px rgba(255,59,59,.15), 0 40px 90px rgba(0,0,0,.65), inset 0 0 0 1px rgba(255,255,255,.06); }
}<p>The hack is crude, and it seems unlikely that they have any access to Instructure's developer tools.</p>
]]></description><pubDate>Fri, 08 May 2026 01:50:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48057532</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=48057532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48057532</guid></item><item><title><![CDATA[Lisp Coding Standards v1.0]]></title><description><![CDATA[
<p>Article URL: <a href="https://franz.com/~jkf/coding_standards.html">https://franz.com/~jkf/coding_standards.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46725247">https://news.ycombinator.com/item?id=46725247</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 22 Jan 2026 21:19:20 +0000</pubDate><link>https://franz.com/~jkf/coding_standards.html</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46725247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46725247</guid></item><item><title><![CDATA[New comment by swatson741 in "Eat Real Food"]]></title><description><![CDATA[
<p>I dunno about this. The problem mainly affects low-income families and residents of food deserts, and now the government is trying to put everyone on a keto diet. It just seems like they're not fixing the problems where they happen.</p>
]]></description><pubDate>Thu, 08 Jan 2026 14:18:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46541244</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46541244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46541244</guid></item><item><title><![CDATA[Computer Science Illustrated (2009) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-79.pdf">https://www2.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-79.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46526027">https://news.ycombinator.com/item?id=46526027</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 07 Jan 2026 13:15:03 +0000</pubDate><link>https://www2.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-79.pdf</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46526027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46526027</guid></item><item><title><![CDATA[The Sparsely-Gated Mixture-of-Experts Layer (2017) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/1701.06538">https://arxiv.org/abs/1701.06538</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46431883">https://news.ycombinator.com/item?id=46431883</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Dec 2025 10:47:56 +0000</pubDate><link>https://arxiv.org/abs/1701.06538</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46431883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46431883</guid></item><item><title><![CDATA[Y Combinator Store]]></title><description><![CDATA[
<p>Article URL: <a href="https://ycalumni.store/">https://ycalumni.store/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46418782">https://news.ycombinator.com/item?id=46418782</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 29 Dec 2025 09:03:46 +0000</pubDate><link>https://ycalumni.store/</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46418782</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46418782</guid></item><item><title><![CDATA[CYC: A large-scale investment in knowledge infrastructure (1995) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://dl.acm.org/doi/pdf/10.1145/219717.219745">https://dl.acm.org/doi/pdf/10.1145/219717.219745</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46383231">https://news.ycombinator.com/item?id=46383231</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Dec 2025 09:18:10 +0000</pubDate><link>https://dl.acm.org/doi/pdf/10.1145/219717.219745</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46383231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46383231</guid></item><item><title><![CDATA[Grok's Phone Number]]></title><description><![CDATA[
<p>Article URL: <a href="https://x.ai/legal/faq#can-i-phone-text-or-message-grok">https://x.ai/legal/faq#can-i-phone-text-or-message-grok</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46362807">https://news.ycombinator.com/item?id=46362807</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 23 Dec 2025 05:54:30 +0000</pubDate><link>https://x.ai/legal/faq#can-i-phone-text-or-message-grok</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46362807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46362807</guid></item><item><title><![CDATA[Waymo Safety Impact]]></title><description><![CDATA[
<p>Article URL: <a href="https://waymo.com/safety/impact/">https://waymo.com/safety/impact/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46357606">https://news.ycombinator.com/item?id=46357606</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 22 Dec 2025 19:11:18 +0000</pubDate><link>https://waymo.com/safety/impact/</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46357606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46357606</guid></item><item><title><![CDATA[Wearing the hair shirt: a retrospective on Haskell (2003)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.microsoft.com/en-us/research/publication/wearing-hair-shirt-retrospective-haskell-2003/">https://www.microsoft.com/en-us/research/publication/wearing-hair-shirt-retrospective-haskell-2003/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46349608">https://news.ycombinator.com/item?id=46349608</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 21 Dec 2025 23:13:42 +0000</pubDate><link>https://www.microsoft.com/en-us/research/publication/wearing-hair-shirt-retrospective-haskell-2003/</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46349608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46349608</guid></item><item><title><![CDATA[OpenCyc 4.0]]></title><description><![CDATA[
<p>Article URL: <a href="https://sourceforge.net/projects/opencyc/">https://sourceforge.net/projects/opencyc/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46334122">https://news.ycombinator.com/item?id=46334122</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 20 Dec 2025 06:46:54 +0000</pubDate><link>https://sourceforge.net/projects/opencyc/</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46334122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46334122</guid></item><item><title><![CDATA[Introduction to Artificial Intelligence]]></title><description><![CDATA[
<p>Article URL: <a href="https://inst.eecs.berkeley.edu/~cs188/textbook/">https://inst.eecs.berkeley.edu/~cs188/textbook/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46333669">https://news.ycombinator.com/item?id=46333669</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 20 Dec 2025 04:40:53 +0000</pubDate><link>https://inst.eecs.berkeley.edu/~cs188/textbook/</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46333669</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46333669</guid></item><item><title><![CDATA[New comment by swatson741 in "Purrtran – ᓚᘏᗢ – A Programming Language for Cat People"]]></title><description><![CDATA[
<p>this is really quite interesting to read through after nearly going catatonic thinking about catamorphisms in the Tiger language.</p>
]]></description><pubDate>Tue, 16 Dec 2025 23:13:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46296037</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46296037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46296037</guid></item><item><title><![CDATA[New comment by swatson741 in "Liskell – Haskell Semantics with Lisp Syntax [pdf]"]]></title><description><![CDATA[
<p>Date of publication is from 2007.</p>
]]></description><pubDate>Tue, 16 Dec 2025 21:36:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46294867</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46294867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46294867</guid></item><item><title><![CDATA[GitHub Copilot CLI]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/features/copilot/cli">https://github.com/features/copilot/cli</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46292400">https://news.ycombinator.com/item?id=46292400</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 16 Dec 2025 18:35:16 +0000</pubDate><link>https://github.com/features/copilot/cli</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46292400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46292400</guid></item><item><title><![CDATA[Arduino UNO Q]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.arduino.cc/product-uno-q">https://www.arduino.cc/product-uno-q</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46250198">https://news.ycombinator.com/item?id=46250198</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 12 Dec 2025 23:13:51 +0000</pubDate><link>https://www.arduino.cc/product-uno-q</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46250198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46250198</guid></item><item><title><![CDATA[New comment by swatson741 in "Richard Stallman on ChatGPT"]]></title><description><![CDATA[
<p>I never really considered this too deeply, because I've never studied "Agentic AI" before (except for natural language processing). Stallman is making a really good point. ChatGPT doesn't solve the intelligence problem. If ChatGPT was actually able to do that it would be able to make ChatGPT 2.0 on request.</p>
]]></description><pubDate>Tue, 09 Dec 2025 11:43:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46203815</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46203815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46203815</guid></item><item><title><![CDATA[60 Years of Artificial Intelligence at Stanford (2023) [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=Cn6nmWlu1EA">https://www.youtube.com/watch?v=Cn6nmWlu1EA</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46203681">https://news.ycombinator.com/item?id=46203681</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 09 Dec 2025 11:26:04 +0000</pubDate><link>https://www.youtube.com/watch?v=Cn6nmWlu1EA</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46203681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46203681</guid></item><item><title><![CDATA[New comment by swatson741 in "GitHub Shop"]]></title><description><![CDATA[
<p><a href="https://thegithubshop.com/collections/lifestyle/products/1550751-00-0agithub-skateboard-deck-2-0" rel="nofollow">https://thegithubshop.com/collections/lifestyle/products/155...</a><p>> Rise and grind with the latest GitHub skateboard deck (it also looks great on your office wall).<p>There's a lot of great gift ideas here for someone you care about. Merry Christmas everyone!</p>
]]></description><pubDate>Sun, 07 Dec 2025 12:00:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46181132</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46181132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46181132</guid></item><item><title><![CDATA[GitHub Shop]]></title><description><![CDATA[
<p>Article URL: <a href="https://thegithubshop.com/">https://thegithubshop.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46180271">https://news.ycombinator.com/item?id=46180271</a></p>
<p>Points: 2</p>
<p># Comments: 4</p>
]]></description><pubDate>Sun, 07 Dec 2025 09:02:15 +0000</pubDate><link>https://thegithubshop.com/</link><dc:creator>swatson741</dc:creator><comments>https://news.ycombinator.com/item?id=46180271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46180271</guid></item></channel></rss>