Elektrine lite

โ† Feed

Chris Cochrun ~ >

chriscochrun@mastodon.online

<p>Just a guy who loves Jesus, family, and open source. In that order.</p><p>I am currently a <a href="https://mastodon.online/tags/youthpastor" class="mention hashtag" rel="tag">#<span>youthpastor</span></a> / <a href="https://mastodon.online/tags/youth" class="mention hashtag" rel="tag">#<span>youth</span></a> <a href="https://mastodon.online/tags/minister" class="mention hashtag" rel="tag">#<span>minister</span></a> at an organization called Teens For Christ Connection.</p><p>Tell me about your adventures in:<br /><a href="https://mastodon.online/tags/Linux" class="mention hashtag" rel="tag">#<span>Linux</span></a> <a href="https://mastodon.online/tags/Emacs" class="mention hashtag" rel="tag">#<span>Emacs</span></a> <a href="https://mastodon.online/tags/selfhosting" class="mention hasht

Posts

  • Post #3036466

    I&amp;#39;ve been using literally the worst time ever trying to package my #rust #libcosmic app on #flatpak. There are tons of examples and things, but I had to go and make things harder by depending on #mupdf-rs which are rust bindings to #mupdf which is a C library for rendering PDFs. I can&amp;#39;t get #mupdf-rs to build to save my life. ๐Ÿ™Žโ€โ™‚๏ธ

  • Post #1224168

    Been working all day on eliminating the 200+ lint issues that #clippy finds in a personal rust project. Honestly, just like the compiler, it&amp;#39;s been a useful learning experience. #rust

  • Post #1224167

    Just spent the last several days eliminating nearly 400 lint issues that clippy found in my rust project. Then built several tests that help me catch several of the bugs I found during the process and now have a CI step that denies on linting issues so that I have motivation to not let these get so bad. Holy moly tho, #clippy with pedantic, nursery, and perf lints all on sure finds a LOT of issues. #rust development sure is crazy fun though!