<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: TeamDman</title><link>https://news.ycombinator.com/user?id=TeamDman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 11:42:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TeamDman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TeamDman in "Thoughts on slowing the fuck down"]]></title><description><![CDATA[
<p>I've found LLMs decrease the friction in enabling more pedantic lints and tooling. It is a quantity problem because enabling all the aggressive warnings in the compiler makes a lot of work, and its a quality outcome because presumably addressing every warning from the compiler makes the code better</p>
]]></description><pubDate>Thu, 26 Mar 2026 13:59:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47530545</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=47530545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47530545</guid></item><item><title><![CDATA[New comment by TeamDman in "My “grand vision” for Rust"]]></title><description><![CDATA[
<p>I use Rust for command line applications.<p>I find that CLI is a great way to model problems. When I find myself doing something that has graduated beyond a comfortable amount of PowerShell, Rust is there for me.<p>I have a template I've been evolving so it's super easy to get started with something new; I just copy the template and slam Copilot with some rough ideas on what I want and it works out.<p><a href="https://github.com/teamdman/teamy-rust-cli" rel="nofollow">https://github.com/teamdman/teamy-rust-cli</a><p>Just today used it to replace a GitHub stats readme svg generator thing that someone else made that was no longer working properly.<p><a href="https://github.com/TeamDman/teamy-github-readme-stats" rel="nofollow">https://github.com/TeamDman/teamy-github-readme-stats</a><p>Decomposes the problem very nicely into incrementally achievable steps<p>1. `fetch <username>` to get info from github into a cache location
2. `generate <username> <output.svg>` to load stats and write an svg
3. `serve` to run a webserver to accept GET requests containing the username to do the above<p>Means that my stuff always has `--help` and `--version` behaviours too</p>
]]></description><pubDate>Sun, 08 Mar 2026 05:58:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47294904</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=47294904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47294904</guid></item><item><title><![CDATA[New comment by TeamDman in "This time is different"]]></title><description><![CDATA[
<p>I enjoyed Dave Cridland's comment more than the article.
The article is dismissive of AI and other technologies in an unsubstantiated way.<p>New things are happening and it's exciting. "AI bad" statements without examples feel very head-in-sand.</p>
]]></description><pubDate>Thu, 26 Feb 2026 16:48:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47168538</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=47168538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47168538</guid></item><item><title><![CDATA[New comment by TeamDman in "Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres"]]></title><description><![CDATA[
<p>for 50,000 rows I'd much rather just use fzf/nucleo/tv against json files instead of dealing with database schemas. 
When it comes to dealing with embedding vectors rather than plaintext then it gets slightly more annoying but still feels like such an pain in the ass to go full database when really it could still be a bunch of flat open files.<p>More of a perspective from just trying to index crap on my own machine vs building a SaaS</p>
]]></description><pubDate>Mon, 26 Jan 2026 20:11:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46770847</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=46770847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46770847</guid></item><item><title><![CDATA[New comment by TeamDman in "LaTeX Coffee Stains (2021) [pdf]"]]></title><description><![CDATA[
<p>See also: using Mathematica for drawing the circles like in the movie Arrival<p><a href="https://youtu.be/r8nTifCIr0c" rel="nofollow">https://youtu.be/r8nTifCIr0c</a></p>
]]></description><pubDate>Thu, 08 Jan 2026 19:27:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46545312</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=46545312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46545312</guid></item><item><title><![CDATA[New comment by TeamDman in "How uv got so fast"]]></title><description><![CDATA[
<p>I found <a href="https://docs.rs/bstr/latest/bstr/#file-paths-and-os-strings" rel="nofollow">https://docs.rs/bstr/latest/bstr/#file-paths-and-os-strings</a> to be useful</p>
]]></description><pubDate>Fri, 02 Jan 2026 14:12:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46464901</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=46464901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46464901</guid></item><item><title><![CDATA[New comment by TeamDman in "Ask HN: What are you working on? (May 2025)"]]></title><description><![CDATA[
<p>Neat! Have a repo?</p>
]]></description><pubDate>Mon, 26 May 2025 02:13:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44093315</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=44093315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44093315</guid></item><item><title><![CDATA[New comment by TeamDman in "Show HN: Real-time AI Voice Chat at ~500ms Latency"]]></title><description><![CDATA[
<p>Python dependency management sucks ass. Installing pytorch with cuda enabled while dealing with issues from the pytorch index having a linux-only version of a package causing shit to fail is endlessly frustrating<p>A good ecosystem has lockfiles by default, python does not.</p>
]]></description><pubDate>Tue, 06 May 2025 16:01:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43906642</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=43906642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43906642</guid></item><item><title><![CDATA[New comment by TeamDman in "Careless People"]]></title><description><![CDATA[
<p>Neat link, thank you for sharing.</p>
]]></description><pubDate>Mon, 28 Apr 2025 16:20:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43823152</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=43823152</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43823152</guid></item><item><title><![CDATA[New comment by TeamDman in "Deterministic simulation testing for async Rust"]]></title><description><![CDATA[
<p>Neat! Must be very satisfying for this to be working now. I wonder if it's feasible to get it working on a multi threaded runtime</p>
]]></description><pubDate>Mon, 07 Apr 2025 12:52:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43610705</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=43610705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43610705</guid></item><item><title><![CDATA[New comment by TeamDman in "Ask HN: Is anyone doing anything cool with tiny language models?"]]></title><description><![CDATA[
<p>Tried it out, very cool! Fun to see it chugging on a bunch of rows. Had a weird issue where it would recompute values endlessly when I used it in a table, but I had another table it worked with so not sure what that was about</p>
]]></description><pubDate>Thu, 23 Jan 2025 16:56:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42805657</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=42805657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42805657</guid></item><item><title><![CDATA[New comment by TeamDman in "Metacognitive laziness: Effects of generative AI on learning motivation"]]></title><description><![CDATA[
<p>If incentives to stay outweighed leaving, people would stay.</p>
]]></description><pubDate>Tue, 21 Jan 2025 16:03:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42781627</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=42781627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42781627</guid></item><item><title><![CDATA[New comment by TeamDman in "The "Pfizer Boob Job": A Case of Unexplained Gigantomastia"]]></title><description><![CDATA[
<p>I was unable to find any section titled "disclaimers" other than one saying "The authors have no financial interest to declare in relation to 
the content of this article."<p>Is there something specific you are trying to point at?</p>
]]></description><pubDate>Sun, 05 Jan 2025 12:16:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42601290</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=42601290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42601290</guid></item><item><title><![CDATA[New comment by TeamDman in "The Cognitive Style of PowerPoint (2006) [pdf]"]]></title><description><![CDATA[
<p>It took much more than 24 words to achieve the final result, and also had to use emojis to convey what I wanted lol<p>Even still I couldn't quite get the result I wanted<p>Image link<p><a href="https://chatgpt.com/share/67769bef-537c-800f-90ac-35a44747f084" rel="nofollow">https://chatgpt.com/share/67769bef-537c-800f-90ac-35a44747f0...</a></p>
]]></description><pubDate>Thu, 02 Jan 2025 14:01:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42574462</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=42574462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42574462</guid></item><item><title><![CDATA[New comment by TeamDman in "App Should Have Been a Website (and Probably Your Game Too)"]]></title><description><![CDATA[
<p>I've recently been summarizing entire directories into a single chunk of text for use with Gemini, the other day I overshot and ended up pasting 28 million characters into vscode. It handled it pretty well.</p>
]]></description><pubDate>Tue, 31 Dec 2024 21:38:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=42562038</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=42562038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42562038</guid></item><item><title><![CDATA[New comment by TeamDman in "Can AI do maths yet? Thoughts from a mathematician"]]></title><description><![CDATA[
<p>Is this the AWS thing you referenced?
<a href="https://aws.amazon.com/what-is/automated-reasoning/" rel="nofollow">https://aws.amazon.com/what-is/automated-reasoning/</a></p>
]]></description><pubDate>Mon, 23 Dec 2024 16:10:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42495422</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=42495422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42495422</guid></item><item><title><![CDATA[New comment by TeamDman in "Just: Just a Command Runner"]]></title><description><![CDATA[
<p>very neat but already hitting cases where it doesn't play nice with pwsh scripts, even using the shebang. Back to using a dir full of .ps1 files I guess lol</p>
]]></description><pubDate>Mon, 09 Dec 2024 00:03:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42361872</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=42361872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42361872</guid></item><item><title><![CDATA[New comment by TeamDman in "Using Rust in non-Rust servers to improve performance"]]></title><description><![CDATA[
<p>Swift does apparently, here's an example from ChatGPT<p><pre><code>    enum Animal {
        case dog(name: String)
        case cat(name: String)
        case bird

        func sound() {
            switch self {
            case .dog(let name):
                print("\(name) says Woof!")
            case .cat(let name):
                print("\(name) says Meow!")
            case .bird:
                print("Tweet!")
            }
        }
    }
</code></pre>
and another with nesting<p><pre><code>    enum Thing {
        case first(x: Int)
        case second
    }

    enum Outer {
        case ok(Thing?)
    }

    let value: Outer = .ok(.some(.first(x: 42)))

    switch value {
    case .ok(.some(.first(let x))):
        print("Matched with x = \(x)")
    case .ok(.some(.second)):
        print("Matched .second")
    case .ok(.none):
        print("Matched .none")
    }</code></pre></p>
]]></description><pubDate>Tue, 29 Oct 2024 13:51:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=41983828</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=41983828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41983828</guid></item><item><title><![CDATA[New comment by TeamDman in "History of the Grant Matcher Puzzle – October 03, 1998"]]></title><description><![CDATA[
<p>Reading the history of the Grant Matcher puzzle has given names to some concepts that I have brushed against but haven't deeply explored.<p><a href="https://capnproto.org/rpc.html" rel="nofollow">https://capnproto.org/rpc.html</a>
led me to
<a href="http://erights.org/elib/equality/index.html" rel="nofollow">http://erights.org/elib/equality/index.html</a>
led me to
<a href="http://erights.org/elib/equality/grant-matcher/index.html" rel="nofollow">http://erights.org/elib/equality/grant-matcher/index.html</a>
led me to
(the submitted link) <a href="http://erights.org/elib/equality/grant-matcher/history.html" rel="nofollow">http://erights.org/elib/equality/grant-matcher/history.html</a></p>
]]></description><pubDate>Wed, 25 Sep 2024 05:05:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=41643868</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=41643868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41643868</guid></item><item><title><![CDATA[History of the Grant Matcher Puzzle – October 03, 1998]]></title><description><![CDATA[
<p>Article URL: <a href="http://erights.org/elib/equality/grant-matcher/history.html">http://erights.org/elib/equality/grant-matcher/history.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41643867">https://news.ycombinator.com/item?id=41643867</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 25 Sep 2024 05:05:05 +0000</pubDate><link>http://erights.org/elib/equality/grant-matcher/history.html</link><dc:creator>TeamDman</dc:creator><comments>https://news.ycombinator.com/item?id=41643867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41643867</guid></item></channel></rss>