<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: newcrobuzon</title><link>https://news.ycombinator.com/user?id=newcrobuzon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 24 Sep 2026 17:33:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=newcrobuzon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Nanosamur.ai – Ollama for Voice Models (STT)]]></title><description><![CDATA[
<p>nanosamur.ai is a speech-to-tech platform that supports different models for realtime, semi-realtime, and batch transcription and provides a unified stack for robust speech processing, agentic workflows, and webhooks.<p>You can run it locally on your computer via electron app + docker compose, but you can take the same stack and run it in cloud/k8s and/or on prem as it is built with scale in mind (it also has an observability stack built in). So in that sense it is more like Ollama + Ollama Cloud :)<p>Currently it supports whisper, qwen asr, nemotron asr and parakeet tdt and I am adding other models. I am also adding Kserve+Triton integration for the batch transcriptions so as the MLOps can be abstracted away.<p>Last couple of years I have been consulting for some organizations that work with sensitive data and have to keep them in air gapped environments and based on those experiences I built and open-sourced nanosamur.ai<p>The easiest place to start is the main repo: <a href="https://github.com/nanosamurai/nanosamurai" rel="nofollow">https://github.com/nanosamurai/nanosamurai</a><p>It is a docker compose starter setup, there are couple of services it uses, all are linked in the documentation; I used python for the voice ai services (see the xamurai monorepo) and java / clojure / clojurescript for the UI/BFF and some other services (yes, it is pg's fault i love lisps).<p>Appreciate any feedback! Esp. from people working with speech infrastructure, self hosted AI etc. Also it currently sits at 6 stars, so feel free to star the repos if you like them :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49787614">https://news.ycombinator.com/item?id=49787614</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 21 Sep 2026 14:17:22 +0000</pubDate><link>https://github.com/nanosamurai/nanosamurai</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=49787614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49787614</guid></item><item><title><![CDATA[Model Arena: Qwen3-ASR vs. faster-whisper in real time (the WER is not enough)]]></title><description><![CDATA[
<p>Article URL: <a href="https://nanosamur.ai/blog/posts/qwen-vs-whisper/">https://nanosamur.ai/blog/posts/qwen-vs-whisper/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49522166">https://news.ycombinator.com/item?id=49522166</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 01 Sep 2026 14:02:32 +0000</pubDate><link>https://nanosamur.ai/blog/posts/qwen-vs-whisper/</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=49522166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49522166</guid></item><item><title><![CDATA[Show HN: Nanosamur.ai – open-source private speech AI platform]]></title><description><![CDATA[
<p>nanosamur.ai is an open-source speech AI platform for organizations that cannot send sensitive conversations to a third party.<p>It lets you capture, transcribe, refine, and process speech entirely inside infrastructure you control.<p>Last couple of years I have been consulting for some organizations that work with sensitive data and have to keep them in air gapped environments and based on those experiences I built and open-sourced nanosamur.ai<p>I wanted a speech-to-text stack that could run completely inside customer-controlled infrastructure, and that would not be just a local app you install to transcribe your conf. calls - but an enterprise grade platform that would be model agnostic, could scale and would have multitenancy, observability, webhooks & workflows etc. (basically all the stuff you as an enterprise architect would expect from a solution like this).<p>The easiest place to start is the main repo:
<a href="https://github.com/nanosamurai/nanosamurai" rel="nofollow">https://github.com/nanosamurai/nanosamurai</a><p>It is a docker compose starter setup, there are couple of services it uses, all are linked in the documentation; I used python for the voice ai services (see the xamurai monorepo) and java / clojure / clojurescript for the UI/BFF and some other services (yes, it is pg's fault i love lisps).<p>Appreciate any feedback! Esp. from people working with speech infrastructure, self hosted AI etc. 
Also it currently sits at 0 stars, so feel free to star the repos if you like them :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49287266">https://news.ycombinator.com/item?id=49287266</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 13 Aug 2026 15:13:51 +0000</pubDate><link>https://github.com/nanosamurai/nanosamurai</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=49287266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49287266</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Google admits Kubernetes container tech is too complex"]]></title><description><![CDATA[
<p>K8s is amazing piece of tech, but still there is a big cost and complexity inherent in adopting & managing it.<p>I enjoy using it and playing with it, but so many use cases can be addressed with something simpler - either just Docker / Swarm / AWS ECS etc. alternatives or just going for VMs with well defined CI/CD processes that let you tear down the infrastructure and set it up again easily.<p>What very interests me are the concepts K8s build on that are not usually recognized - to me K8s seems a lot like a JVM, just that it operates on infrastructural (and not runtime) level.<p>I enjoy experimenting with these concepts when applied back in the runtime world - it is for instance interesting to run 100s of servers with JVM and let them load/execute new dependencies and code at runtime (JVM is very well suited for that).<p>This is area that is not yet explored and would probably deserve more attention as it allows for distributed rapid computing that is infrastructure/platform independent (the downside is that it requires (just) JVM and the isolation is not perfect).</p>
]]></description><pubDate>Fri, 26 Feb 2021 12:05:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=26273957</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=26273957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26273957</guid></item><item><title><![CDATA[New comment by newcrobuzon in "How to Lose Money"]]></title><description><![CDATA[
<p>Options should be used as intended: as a hedge.<p>E.g. If I am net long in my portfolio and I fear some headwinds I can buy a put or two for the peace of mind. Now those puts should be always considered as worthless, and it is just the price to pay for the peace of mind.<p>Similarly you sell options. Trading options on the other hand is just pure gambling. Even if you get the direction right you likely won't get the timing right (or the volatility).<p>edit: typo</p>
]]></description><pubDate>Wed, 03 Feb 2021 10:09:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=26012252</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=26012252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26012252</guid></item><item><title><![CDATA[Distributed Systems, Microservices and Interstellar Travel]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=IRrh4VUHhNY">https://www.youtube.com/watch?v=IRrh4VUHhNY</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25466810">https://news.ycombinator.com/item?id=25466810</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 18 Dec 2020 13:26:34 +0000</pubDate><link>https://www.youtube.com/watch?v=IRrh4VUHhNY</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=25466810</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25466810</guid></item><item><title><![CDATA[New comment by newcrobuzon in "The Future of Clojure"]]></title><description><![CDATA[
<p>Many people don't know this, but you can still commit code that does not compile :D</p>
]]></description><pubDate>Thu, 10 Dec 2020 19:42:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=25377637</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=25377637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25377637</guid></item><item><title><![CDATA[New comment by newcrobuzon in "The Future of Clojure"]]></title><description><![CDATA[
<p>> Sun spent like a billion dollars marketing Java<p>I guess now the question is if Nubank could/will also promote Clojure and to what extent (or if they will support Cognitect enough to do that). I would wonder if they went through that thought process and what RoIs for that are from their perspective.<p>It might even take much lesser investment than equivalent of $1bil from 90s... The Java/JVM market is huge so it might need just a little nudge :)<p>Within the JVM ecosystems it seems that basically Kotlin (as nice as it is) has been stealing some market share that might have belonged to Clojure. And all that just by selling some cheap cut syntax sugar on the corner.<p>There definitely is a huge desire within Java/JVM community to innovate and if approached correctly Clojure could actually shine - there are just few misconceptions and fears that could be put to sleep by some smart marketing strategy. Nubank is great first step in that direction, because it gives an example of a mature large yet innovative company relying on Clojure in production.</p>
]]></description><pubDate>Thu, 10 Dec 2020 19:38:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=25377572</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=25377572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25377572</guid></item><item><title><![CDATA[If Microservices Were Interstellar Travel (ReClojure Conference, 2020)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=EN_TkvmUDwc">https://www.youtube.com/watch?v=EN_TkvmUDwc</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=25331621">https://news.ycombinator.com/item?id=25331621</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 07 Dec 2020 12:49:35 +0000</pubDate><link>https://www.youtube.com/watch?v=EN_TkvmUDwc</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=25331621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25331621</guid></item><item><title><![CDATA[New comment by newcrobuzon in "One in five Covid-19 patients develop mental illness within 90 days – study"]]></title><description><![CDATA[
<p>Cancer survivor of 20 years here. You sir seem to understand exactly how things are. This is how it is, not bad, not good, just the nature of life i guess.</p>
]]></description><pubDate>Tue, 10 Nov 2020 16:18:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=25047635</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=25047635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25047635</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>Really appreciate your time looking into this and apologies, missed your original post. You got the answeres right. Re 2 - it shouldn't be that hard to add, since everything is just data. It is however partially covered by the retry property on each step.
Will read through your additional comments and will respond tomorrow (busy day, plus it's midnight here in Europe)!
Cheers
Miro</p>
]]></description><pubDate>Sat, 12 Sep 2020 22:08:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=24456298</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24456298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24456298</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>Thanks ramon! Appreciate your kind words! Feel free to shoot me an email or reach me on twitter and let's stay in touch!</p>
]]></description><pubDate>Wed, 09 Sep 2020 07:13:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=24418200</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24418200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24418200</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>Thanks for the kind words!<p>Yes, I would still be careful with passwords in the public beta.<p>It goes via SSL and you get a unique UUID URL so all-in-all it is kinda secured (plus time-to-live of the instance is only 3 hours which limits any time to hack it) but still this is not 100% secure and I would not recommend it for any kind of production use (including any use of passwords you dont want exposed).<p>The free instances are not (yet) password protected (other then the UUID) - this on the other hand is useful if you want to share the envrionment with somebody, just send them the link... 
This is just a beginning of the public hosting so I will need to think through further improvements that would go into the hosting, security-wise and other aspects as well.<p>My main objective at this stage for the free hosted instances was to give people way to play with Titnaoboa or quickly test something, especially if something is not working in their local environment (say dependencies) and they want quickly re-test in vanilla environment.<p>If you want to add aws secrets or what not I would suggest to just download/install your local version, it is super easy: <a href="https://github.com/mikub/titanoboa#installation" rel="nofollow">https://github.com/mikub/titanoboa#installation</a><p>Or if you need a public IP to integration just grab the docker instance and spin it in your AWS ECS or something.</p>
]]></description><pubDate>Wed, 09 Sep 2020 07:09:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=24418164</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24418164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24418164</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>Thanks Neelesh for the link, I like the way of thinking with the focus on data.<p>It is similar with what I am seeing - i.e. lots of older integration systems are terrible with data simply because they force you to use some way of data modeling (e.g. their OOP data models, WSDLs/XSDs etc.) while the newer ones just rely on json which is good but can lack the (sometimes necessary) complexity. To do some data cleansing on the way then seems like an unachievable task (there is certainly such a thing as overdose on XSLT ;) ).<p>I also like the approach you took with centralized data dictionary - it certainly is something the industry might need, I would wonder how it impacts change management though (especially in bigger companies).<p>Wishing you good luck!</p>
]]></description><pubDate>Wed, 09 Sep 2020 06:50:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=24418023</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24418023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24418023</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>Ooops, good catch, I will fix that :)</p>
]]></description><pubDate>Wed, 09 Sep 2020 06:08:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=24417751</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24417751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24417751</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>Oh really? Wasn't aware of that. Thanks for the link!</p>
]]></description><pubDate>Tue, 08 Sep 2020 20:29:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=24412923</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24412923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24412923</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>Do you have any links to some blog posts discussing it (the "doing it right" approach)?
I would agree that it definitely depends on the use case.<p>I will definitely check out Syncari - just opened the landing page and it looks great!</p>
]]></description><pubDate>Tue, 08 Sep 2020 20:28:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=24412906</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24412906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24412906</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>Thanks, wasn't aware of them!</p>
]]></description><pubDate>Tue, 08 Sep 2020 19:20:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=24411961</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24411961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24411961</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>If anybody's curious about this "public beta hosting - HN bear hug" performance load test:<p>I just (sequentially) restarted all 4 servers behind my 2 load balancers - seems that by reaching 100 containers in each geography the provisioning threads may have died after many (unsuccessful) retries, so need to restart the thread pools.<p>That is one more error I need to handle (or increasing my limit in AWS).</p>
]]></description><pubDate>Tue, 08 Sep 2020 18:57:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=24411671</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24411671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24411671</guid></item><item><title><![CDATA[New comment by newcrobuzon in "Show HN: Free hosted open-source alternative to Zapier/Airflow"]]></title><description><![CDATA[
<p>That is a fair criticism, I am aware of the AGPL license shortcomings.<p>I just picked up the more restrictive license at the beginning - being a sole funder and not working on this full time etc. I simply did not want somebody (e.g. a big company with a big team) grabbing my code along the way and running away with it.<p>Since now Titanoboa got to the shape I envisioned it to be in I am starting to focus more on adoption, so yes I am definitely thinking about switching to less restrictive license since it will probably help.<p>Also at the beginning I was not aware how badly AGPL is perceived (I always thought if it was good for Mongo it could work for me, but I may have been wrong).</p>
]]></description><pubDate>Tue, 08 Sep 2020 18:30:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=24411346</link><dc:creator>newcrobuzon</dc:creator><comments>https://news.ycombinator.com/item?id=24411346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24411346</guid></item></channel></rss>