<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: binocarlos</title><link>https://news.ycombinator.com/user?id=binocarlos</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 04:47:43 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=binocarlos" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by binocarlos in "Claude Code Unpacked : A visual guide"]]></title><description><![CDATA[
<p>I find Claude Code features fall into 2 categories, "hmmmm that could be actually useful" vs "there is more kool aid where that came from"</p>
]]></description><pubDate>Wed, 01 Apr 2026 07:10:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47597825</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=47597825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47597825</guid></item><item><title><![CDATA[New comment by binocarlos in "We replaced H.264 streaming with JPEG screenshots (and it worked better)"]]></title><description><![CDATA[
<p>> I mashed F5 like a degenerate.<p>I love the style of this blog-post, you can really tell that Luke has been deep down in the rabbit hole, encountered the Balrog and lived to tell the tale.</p>
]]></description><pubDate>Tue, 23 Dec 2025 18:43:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46367971</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=46367971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46367971</guid></item><item><title><![CDATA[New comment by binocarlos in "Ask HN: How can I get better at using AI for programming?"]]></title><description><![CDATA[
<p>I use <a href="https://github.com/braden-w/whispering" rel="nofollow">https://github.com/braden-w/whispering</a> with an OpenAI api key.<p>I use a keyboard shortcut to start and stop recording and it will put the transcription into the clipboard so I can paste into any app.<p>It's a huge productivity boost - OP is correct about not overthinking trying to be that coherent - the models are very good at knowing what you mean (Opus 4.5 with Claude Code in my case)</p>
]]></description><pubDate>Sat, 13 Dec 2025 17:57:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46256459</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=46256459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46256459</guid></item><item><title><![CDATA[New comment by binocarlos in "Supabase raises $200M Series D at $2B valuation"]]></title><description><![CDATA[
<p>I agree with this - I hear a lot of hate towards vibe coding but my experience with voice dictation and using 20 years experience in the trenches and so being very specific telling the model what to do has been, well, refreshing to say the least.<p>I used to pride myself of knowing all the little ins and outs of the tech stack, especially when it comes to ops type stuff.  This is still required, the difference is you don't need to spend 4 hours writing code - you can use the experience to get to the same result in 4 minutes.<p>I can see how "ask it for what you want and hope for the best" might not end well but personally - I am very much enjoying the process of distilling what I know we need to do next into a voice dictated prompt and then watching the AI just solve it based on what I said.</p>
]]></description><pubDate>Tue, 22 Apr 2025 17:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=43764569</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=43764569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43764569</guid></item><item><title><![CDATA[New comment by binocarlos in "TSMC execs allegedly dismissed OpenAI CEO Sam Altman as 'podcasting bro'"]]></title><description><![CDATA[
<p>I would pay hundreds of dollars per month for the combination of cursor and claude - I could not get my head around it when my beginner lever colleague said "I just coded this whole thing using cursor".<p>It was an entire web app, with search filters, tree based drag and drop GUIs, the backend api server, database migrations, auth and everything else.<p>Not once did he need to ask me a question.  When I asked him "how long did this take" and expected him to say "a few weeks" (it would have taken me - a far more experienced engineer - 2 months minimum).<p>His answer was "a few days".<p>What I'm not saying is "AGI is close" but I've seen tangible evidence (only in the last 2 months), that my 20 year software engineering career is about to change and massively for the upside.  Everyone is going to be so much more productive using these tools is how I see this.</p>
]]></description><pubDate>Fri, 27 Sep 2024 12:00:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41669355</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=41669355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41669355</guid></item><item><title><![CDATA[New comment by binocarlos in "Show HN: Smart website search powered by open models"]]></title><description><![CDATA[
<p>I helped work on the RAG part of this :-)<p>We used <a href="https://github.com/pgvector/pgvector">https://github.com/pgvector/pgvector</a> under the hood and found it extremely easy to integrate with our database schema - being able to just specify the structure of a table and have metadata fields alongside the embeddings made the code very easy to reason about.</p>
]]></description><pubDate>Wed, 15 May 2024 19:16:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=40371140</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=40371140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40371140</guid></item><item><title><![CDATA[New comment by binocarlos in "How we got fine-tuning Mistral-7B to not suck"]]></title><description><![CDATA[
<p>Excellent link thank you - I will make sure we check this out because as the README says:<p>> Finetune Mistral, Llama 2-5x faster with 70% less memory!<p>Could be very useful for us!<p>Disclaimer: I work on Helix</p>
]]></description><pubDate>Thu, 08 Feb 2024 16:46:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=39304198</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=39304198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39304198</guid></item><item><title><![CDATA[New comment by binocarlos in "How we got fine-tuning Mistral-7B to not suck"]]></title><description><![CDATA[
<p>Great question! scheduling workloads onto GPUs in a way where VRAM is being utilised efficiently was quite the challenge.<p>What we found was the IO latency for loading model weights into VRAM will kill responsiveness if you don't "re-use" sessions (i.e. where the model weights remain loaded and you run multiple inference sessions over the same loaded weights).<p>Obviously projects like <a href="https://github.com/vllm-project/vllm">https://github.com/vllm-project/vllm</a> exist but we needed to build out a scheduler that can run a fleet of GPUs for a matrix of text/image vs inference/finetune sessions.<p>disclaimer: I work on Helix</p>
]]></description><pubDate>Thu, 08 Feb 2024 16:44:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39304177</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=39304177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39304177</guid></item><item><title><![CDATA[New comment by binocarlos in "How we got fine-tuning Mistral-7B to not suck"]]></title><description><![CDATA[
<p>We are finding that fine tuning is very good at setting the style and tone of responses.  A potential use case we are thinking about is what if your star sales person leaves the company? Could you fine tune an LLM on their conversations with customers and then do inference where it would write text in the style of your star sales person.<p>We are also adding function calling so the model would know to reach out to an external API to fetch some data before generating a response.<p>disclaimer: I work on Helix</p>
]]></description><pubDate>Thu, 08 Feb 2024 16:41:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39304121</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=39304121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39304121</guid></item><item><title><![CDATA[New comment by binocarlos in "How we got fine-tuning Mistral-7B to not suck"]]></title><description><![CDATA[
<p>Thanks for the feedback - I agree that fine tuning a) has potential and b) is not easy :-)<p>> Also, I don’t get the comparison of rag vs finetuning in articles like this - why not do both<p>It's interesting you say this because we are very close to adding RAG support to Helix sessions and it will be "both at the same time" not an "either or" setup. 
 You can choose to do either or but we are interested in seeing if doing both at the same time yields better results than either or - watch this space!<p>disclaimer: I work on Helix</p>
]]></description><pubDate>Thu, 08 Feb 2024 16:38:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=39304077</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=39304077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39304077</guid></item><item><title><![CDATA[New comment by binocarlos in "How we got fine-tuning Mistral-7B to not suck"]]></title><description><![CDATA[
<p>This is spot on, the thing we've not yet done is make it easy to import a repo(s) code and the associated metadata into a fine tuning session easily.<p>> I often wonder how you'd go about organizing training data for a full historic github repo in a way that makes sense for training (or RAG)?<p>This is the hard part :-) But you are right - it would be intriguing to see what the output of a fune-tuned & RAG model would look like for this use-case.  We are currently experimenting with adding RAG alongside the fine tuned model (so it's both, not either or) to see if it produces better results.<p>I will make sure we take a look at the gihub repo use case because it feels like that would be an interesting experiment to do!<p>disclaimer: I work on Helix</p>
]]></description><pubDate>Thu, 08 Feb 2024 15:01:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39302690</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=39302690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39302690</guid></item><item><title><![CDATA[New comment by binocarlos in "How we got fine-tuning Mistral-7B to not suck"]]></title><description><![CDATA[
<p>Fine tuning on your documents will really help to answer questions in the style and tone of those documents, so in that way, yes it helps.<p>It would be possible to include some parts of the new documents in the prompt so you can answer questions about new facts in the style and tone of your old documents, which we feel is useful.  We are also experimenting with adding Retrieval Augmented Generation alongside fine tuning to see if the results are better than either or.<p>disclaimer: I work on Helix</p>
]]></description><pubDate>Thu, 08 Feb 2024 14:58:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39302647</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=39302647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39302647</guid></item><item><title><![CDATA[New comment by binocarlos in "HN website is/was down. I'm curious why?"]]></title><description><![CDATA[
<p>I use hacker news as my "is my Internet working" test - it's fast and always up (kudos)<p>So yes, I also thought my Internet was broken :-)</p>
]]></description><pubDate>Tue, 12 Dec 2023 11:48:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=38611002</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=38611002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38611002</guid></item><item><title><![CDATA[New comment by binocarlos in "Understanding classifier-free guidance for style transfer"]]></title><description><![CDATA[
<p>This is a really cool blogpost - that you can influence a model with guidance towards a desired outcome feels like a really valuable feature.  I'm currently working on a project that is generating stable diffusion images and this kind of technique would be so useful ;-)</p>
]]></description><pubDate>Tue, 07 Mar 2023 20:24:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=35060674</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=35060674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35060674</guid></item><item><title><![CDATA[New comment by binocarlos in "We wrote an image of David Bowie to Ethereum"]]></title><description><![CDATA[
<p>thanks! we were stuck with exactly that problem and decided "it's David Bowie" let's try something different :-)</p>
]]></description><pubDate>Thu, 08 Jul 2021 12:54:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=27771297</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=27771297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27771297</guid></item><item><title><![CDATA[We wrote an image of David Bowie to Ethereum]]></title><description><![CDATA[
<p>Article URL: <a href="https://pannft.com">https://pannft.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27771257">https://news.ycombinator.com/item?id=27771257</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 08 Jul 2021 12:49:54 +0000</pubDate><link>https://pannft.com</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=27771257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27771257</guid></item><item><title><![CDATA[New comment by binocarlos in "My blog is now generated by Google Docs"]]></title><description><![CDATA[
<p>We are thinking for people writing documentation, blogs or Intranets where there are many different pages and there is a more polished sense of branding.<p>You are quite right that if you want to quickly publish a single page - using Google docs directly would be faster :-)<p>Thanks for giving it a test!</p>
]]></description><pubDate>Mon, 11 May 2020 15:25:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=23143155</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=23143155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23143155</guid></item><item><title><![CDATA[New comment by binocarlos in "My blog is now generated by Google Docs"]]></title><description><![CDATA[
<p>Thanks for the feedback!<p>Yes - dealing with access to a users entire drive is something we are looking at to try and get working for exactly that reason - the words `this app can delete all your files` is scary :-)<p>There isn't an option to remove the footer but should be +1 added to backlog - thanks again!</p>
]]></description><pubDate>Mon, 11 May 2020 08:31:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=23140031</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=23140031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23140031</guid></item><item><title><![CDATA[New comment by binocarlos in "My blog is now generated by Google Docs"]]></title><description><![CDATA[
<p>We've been working hard on <a href="https://nocode.works" rel="nofollow">https://nocode.works</a> - which turns Google docs into nice looking websites - it's not pluggable yet but it doesn't require any setup on behalf of the user.<p>We do have a template system though so it would be possible for a frontend dev to design their own wrapper for the content.</p>
]]></description><pubDate>Mon, 11 May 2020 07:38:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=23139752</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=23139752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23139752</guid></item><item><title><![CDATA[New comment by binocarlos in "My blog is now generated by Google Docs"]]></title><description><![CDATA[
<p>Shameless plug: We've been working hard on <a href="https://nocode.works" rel="nofollow">https://nocode.works</a> - which turns Google docs into nice looking websites.<p>We think it's perfect for documentation for non-technical companies who don't know what Markdown is.</p>
]]></description><pubDate>Mon, 11 May 2020 07:35:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=23139736</link><dc:creator>binocarlos</dc:creator><comments>https://news.ycombinator.com/item?id=23139736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23139736</guid></item></channel></rss>