<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: matnosner</title><link>https://news.ycombinator.com/user?id=matnosner</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 11 Aug 2026 15:27:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=matnosner" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by matnosner in "Ask HN: What are you working on? (August 2026)"]]></title><description><![CDATA[
<p>neely (<a href="https://neely.app" rel="nofollow">https://neely.app</a>) - club & team management for amateur sports clubs in the DACH region, starting with youth handball. I coach youth handball myself. The incumbent here is SpielerPlus - practically every handball team in Germany uses it, and I've yet to meet a coach who's happy with it. That gap is the whole opportunity.<p>Most inventions are just better versions of things that already exist - I'm building the Google Workspace for clubs.</p>
]]></description><pubDate>Sun, 09 Aug 2026 19:01:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49234531</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=49234531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49234531</guid></item><item><title><![CDATA[New comment by matnosner in "Ask HN: Show me your half baked project"]]></title><description><![CDATA[
<p>We are creating a place to deal with the messy business of product reviews. The idea is to create a overview to spot the most valuable reviews around. Doesn't matter if it comes from a professional tester or reviewed by a user.<p>Here is the first iteration. 
<a href="https://revulu.de" rel="nofollow noreferrer">https://revulu.de</a><p>Sorry, website is in german.</p>
]]></description><pubDate>Fri, 20 Oct 2023 11:27:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37954749</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=37954749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37954749</guid></item><item><title><![CDATA[New comment by matnosner in "[dead]"]]></title><description><![CDATA[
<p>We have been hard at work adding remote caching capabilities to the Bob build tool, which is now accessible as an Open Beta, allowing you to build repositories fast and efficiently across machines and CI pipelines.</p>
]]></description><pubDate>Thu, 17 Nov 2022 14:42:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=33639489</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=33639489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33639489</guid></item><item><title><![CDATA[New comment by matnosner in "When to use Bazel?"]]></title><description><![CDATA[
<p>The concept of explicitly declared inputs and  outputs is awesome. Though it's closed build and the necessity to define the builds down to the compiler level makes Bazel complex and breaks some developer workflows.<p>For this reason we are building a Bazel competitor with a less restrictive build environment which can also be applied to projects with lower than 1M line of code.<p><a href="https://bob.build" rel="nofollow">https://bob.build</a></p>
]]></description><pubDate>Wed, 14 Sep 2022 10:32:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=32835293</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32835293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32835293</guid></item><item><title><![CDATA[New comment by matnosner in "Bob 0.6.0: Blazing fast DAG execution"]]></title><description><![CDATA[
<p>Lot's of optimizations going into this release. Now being able to execute tasks in parallel.</p>
]]></description><pubDate>Tue, 13 Sep 2022 09:19:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=32822119</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32822119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32822119</guid></item><item><title><![CDATA[Bob 0.6.0: Blazing fast DAG execution]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/benchkram/bob/releases/tag/0.6.0">https://github.com/benchkram/bob/releases/tag/0.6.0</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32822118">https://news.ycombinator.com/item?id=32822118</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 13 Sep 2022 09:19:47 +0000</pubDate><link>https://github.com/benchkram/bob/releases/tag/0.6.0</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32822118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32822118</guid></item><item><title><![CDATA[New comment by matnosner in "Show HN: Devbox – Easy, predictable shells and containers"]]></title><description><![CDATA[
<p>If you like the concept you might also be interested in bob[1]. Same idea for build isolation crafted into a build system/task runner. (I'm the author).<p>[1] <a href="https://github.com/benchkram/bob" rel="nofollow">https://github.com/benchkram/bob</a></p>
]]></description><pubDate>Fri, 26 Aug 2022 13:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=32607623</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32607623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32607623</guid></item><item><title><![CDATA[New comment by matnosner in "Bob: A build system for microservices powered by Nix"]]></title><description><![CDATA[
<p>Bazel felt complex (aborted a migration after 2 months), building in Docker was slow and needed maintanance, nix syntax was not familiar enough. We wanted something different. Took us one year. Here it is!</p>
]]></description><pubDate>Fri, 26 Aug 2022 11:02:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=32605774</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32605774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32605774</guid></item><item><title><![CDATA[Bob: A build system for microservices powered by Nix]]></title><description><![CDATA[
<p>Article URL: <a href="https://bob.build/">https://bob.build/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32605590">https://news.ycombinator.com/item?id=32605590</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 26 Aug 2022 10:39:00 +0000</pubDate><link>https://bob.build/</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32605590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32605590</guid></item><item><title><![CDATA[Dagger vs. Bob]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/benchkram/dagger-vs-bob-2e917cd185d3">https://medium.com/benchkram/dagger-vs-bob-2e917cd185d3</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32563451">https://news.ycombinator.com/item?id=32563451</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 23 Aug 2022 11:51:56 +0000</pubDate><link>https://medium.com/benchkram/dagger-vs-bob-2e917cd185d3</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32563451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32563451</guid></item><item><title><![CDATA[New comment by matnosner in "Bob v0.5.0 – Sandboxed build environments"]]></title><description><![CDATA[
<p>Wasn't aware of that, though multiple other name clashes exists. Thx for pointing it out.</p>
]]></description><pubDate>Sat, 06 Aug 2022 07:02:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=32365687</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32365687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32365687</guid></item><item><title><![CDATA[Bob v0.5.0 – Sandboxed build environments]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/benchkram/bob/releases/tag/0.5.0">https://github.com/benchkram/bob/releases/tag/0.5.0</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32360884">https://news.ycombinator.com/item?id=32360884</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 05 Aug 2022 19:33:31 +0000</pubDate><link>https://github.com/benchkram/bob/releases/tag/0.5.0</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32360884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32360884</guid></item><item><title><![CDATA[New comment by matnosner in "Non-Obvious Docker Uses"]]></title><description><![CDATA[
<p>We had the some learning and decided to go down the path "Use docker for running, not building". That's why we decided to build <a href="https://bob.build" rel="nofollow">https://bob.build</a> on top of the nix package-manager. This allows reproducible builds on your system without touching docker.</p>
]]></description><pubDate>Mon, 25 Jul 2022 06:55:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=32221314</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=32221314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32221314</guid></item><item><title><![CDATA[Search Engine for Vaccination Appointments in Germany]]></title><description><![CDATA[
<p>Article URL: <a href="https://impfterminradar.de/">https://impfterminradar.de/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=26927664">https://news.ycombinator.com/item?id=26927664</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 24 Apr 2021 19:35:21 +0000</pubDate><link>https://impfterminradar.de/</link><dc:creator>matnosner</dc:creator><comments>https://news.ycombinator.com/item?id=26927664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26927664</guid></item></channel></rss>