<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: westoque</title><link>https://news.ycombinator.com/user?id=westoque</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 01 Jun 2026 17:39:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=westoque" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by westoque in "NPM packages from Red Hat have been compromised"]]></title><description><![CDATA[
<p>i've been thinking about this as well. but having built a startup, i've learned that users don't care as long as they are given the value and most convenience. they don't really care much at security as much as we do. just look at openclaw? but maybe it's our job to make sure it is taken care of vs assuming the user cares and just make it look seamless.</p>
]]></description><pubDate>Mon, 01 Jun 2026 15:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48357720</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=48357720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48357720</guid></item><item><title><![CDATA[New comment by westoque in "Tell HN: Litellm 1.82.7 and 1.82.8 on PyPI are compromised"]]></title><description><![CDATA[
<p>my takeaway from this is that it should now be MANDATORY to have an LLM do a scan on the entire codebase prior to release or artifact creation. do NOT use third party plugins for this. it's so easy to create your own github action to digest the whole codebase and inspect third party code. it costs tokens yes but it's also cached and should be negligible spend for the security it brings.</p>
]]></description><pubDate>Tue, 24 Mar 2026 17:57:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47506618</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=47506618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47506618</guid></item><item><title><![CDATA[New comment by westoque in "OpenCode – Open source AI coding agent"]]></title><description><![CDATA[
<p>> The problem for me is that the development practices of the people that are working on it are suboptimal at best; they're constantly releasing at an extremely high cadence, where they don't even spend the time to test or fix things (or even build a proper list of changes for each release), and they add, remove, refine, change, fix, and break features constantly at that accelerated pace.<p>this is what i notice with openclaw as well. there have been releases where they break production features. unfortunately this is what happens when code becomes a commidity, everyone thinks that shipping fast is the moat but at the expense of suboptimality since they know a fix can be implemented quickly on the next release.</p>
]]></description><pubDate>Fri, 20 Mar 2026 23:32:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47462288</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=47462288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47462288</guid></item><item><title><![CDATA[New comment by westoque in "AI has fixed my productivity"]]></title><description><![CDATA[
<p>one thing it did massively for me was save me time from questions like should i go with X or Y option questions. before i used to just think longer about tradeoffs but with AI it became a lot faster. no more procrastination due to decision fatigue.</p>
]]></description><pubDate>Wed, 18 Feb 2026 14:52:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47061568</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=47061568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47061568</guid></item><item><title><![CDATA[New comment by westoque in "Show HN: isometric.nyc – giant isometric pixel art map of NYC"]]></title><description><![CDATA[
<p>> I simply booted up a VM with an H100, ssh’d into it with Cursor, and prompted the agent to set up an inference server that I could ping from my web generation app. What used to take hours or days of painful, slow debugging now takes literally minutes.<p>an awesome takeaway from this is that self-hosted models are the future! can't wait for hardware to catch up and we can do much more experiments on our laptops!</p>
]]></description><pubDate>Fri, 23 Jan 2026 18:08:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46735648</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=46735648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46735648</guid></item><item><title><![CDATA[New comment by westoque in "Anthropic acquires Bun"]]></title><description><![CDATA[
<p>i really think this is part of the pitch deck for bun's funding. that a bigger company would acquire it for the technology. the only reason an AI company or any company for that matter would acquire it would be to:<p>1. acquire talent.<p>2. control the future roadmap of bun.<p>i think it's really 1.</p>
]]></description><pubDate>Tue, 02 Dec 2025 20:14:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46126218</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=46126218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46126218</guid></item><item><title><![CDATA[New comment by westoque in "Show HN: Fixing Google Nano Banana Pixel Art with Rust"]]></title><description><![CDATA[
<p>> Current AI image models can't understand grid-based pixel art.<p>sounds like a good use case to fix this problem from the model layer. an image gen model that is trained to make pixel perfect art.</p>
]]></description><pubDate>Sun, 30 Nov 2025 22:20:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46101005</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=46101005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46101005</guid></item><item><title><![CDATA[New comment by westoque in "Google Antigravity exfiltrates data via indirect prompt injection attack"]]></title><description><![CDATA[
<p>i like how claude code currently does it. it asks permission for every command to be ran before doing so. now having a local model with this behavior will certainly mitigate this behavior. imagine before the AI hits the webhook.site it asks you<p>AI will visit site webhook.site..... allow this command?
1. Yes
2. No</p>
]]></description><pubDate>Tue, 25 Nov 2025 20:51:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46050623</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=46050623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46050623</guid></item><item><title><![CDATA[New comment by westoque in "Shai-Hulud Returns: Over 300 NPM Packages Infected"]]></title><description><![CDATA[
<p>a concern i have is that it's only a matter of time before a similar attack is done to electron based apps (which also have packages installed using npm). probably worse because it's installed in your computer and can potentially get any information especially given admin privileges.</p>
]]></description><pubDate>Mon, 24 Nov 2025 11:01:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46032683</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=46032683</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46032683</guid></item><item><title><![CDATA[New comment by westoque in "Ask HN: What Are You Working On? (Nov 2025)"]]></title><description><![CDATA[
<p>Recently launched an AI cafe ordering app <a href="https://www.hellocafe.ai" rel="nofollow">https://www.hellocafe.ai</a> using chat and voice.<p>We wanted to make concept for an app using all local models for chat (llama 3.1 8B) and voice (whisper). Deployed using kubernetes and easily scalable not to mention fully open source!</p>
]]></description><pubDate>Mon, 10 Nov 2025 11:39:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45874950</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=45874950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45874950</guid></item><item><title><![CDATA[Show HN: Hellocafe.ai – open-source voice and chat enabled AI ordering system]]></title><description><![CDATA[
<p>we wanted to experiment on how feasible it is to build a cafe ordering system using chat and voice with 100% local models.<p>we were able to build this demo using llama 8B for the llm and whisper for tts/stt. it's deployed using kubernetes and could be used a base for any AI enabled application.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45847697">https://news.ycombinator.com/item?id=45847697</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 07 Nov 2025 15:57:09 +0000</pubDate><link>https://www.hellocafe.ai</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=45847697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45847697</guid></item><item><title><![CDATA[New comment by westoque in "Fluid Glass"]]></title><description><![CDATA[
<p>Refreshing that it's built using the vue framework vs the typical react.</p>
]]></description><pubDate>Sat, 04 Oct 2025 05:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45470648</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=45470648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45470648</guid></item><item><title><![CDATA[New comment by westoque in "Cognition (Devin AI) to Acquire Windsurf"]]></title><description><![CDATA[
<p>> They're getting my $200 a month and it's easily the best money I spend<p>Can you explain? I don't see how $200 makes that much difference than what I get from paying $20/month with OpenAI? What's the use case?</p>
]]></description><pubDate>Tue, 15 Jul 2025 02:50:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44567425</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=44567425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44567425</guid></item><item><title><![CDATA[New comment by westoque in "LLMs and Elixir: Windfall or Deathblow?"]]></title><description><![CDATA[
<p>Came here to say this. What makes a great general purpose language is not only in the programming part but also in transportability. I think Go takes the cake here. If only Elixir apps could be compiled and transported as a binary to similar systems and it works, then it would make it a great general purpose language. Until then, it's really only a good client/server language as it was intended to be.</p>
]]></description><pubDate>Thu, 05 Jun 2025 14:44:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44192186</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=44192186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44192186</guid></item><item><title><![CDATA[New comment by westoque in "The Myth of Developer Obsolescence"]]></title><description><![CDATA[
<p>Such a great quote. Mostly true if viewed especially from a business standpoint. I for one also see code as creative expression, a form of art. I like coding because I can express a solution in a way that is elegant and nice to read for myself and others. A bit shallow but If you've read code that is written elegantly, you'll know that immediately.</p>
]]></description><pubDate>Tue, 27 May 2025 11:48:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44105974</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=44105974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44105974</guid></item><item><title><![CDATA[New comment by westoque in "Writing an LLM from scratch, part 13 – attention heads are dumb"]]></title><description><![CDATA[
<p>Must be my ignorance but everytime I see explainers for LLMs similar to the post, it’s hard to believe that AGI is upon us. It just doesn’t feel that “intelligent” but again might just be my ignorance.</p>
]]></description><pubDate>Sun, 11 May 2025 20:09:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43956728</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=43956728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43956728</guid></item><item><title><![CDATA[New comment by westoque in "Ask HN: What are you working on? (April 2025)"]]></title><description><![CDATA[
<p>> This weekend I’m working on mobile app that allows you to upload photos and it turns everything into a stitched anime (ghibli or not) with movements and eventually sound and script. Great to make mini animes from your day or travels or anything.<p>I vibe coded the above including everything: code, design, logos. Just did it solo. It has all error handling, video generation notifications (it takes a while) and credit system. I myself can't believe it's been done in a month with AI. It's already in closed beta in iOS and android app stores. Let me know if you want to try it out before public release.<p>My quoted comment above was 28 days ago. This is working on this part time and with a family.<p>EDIT: Added context.</p>
]]></description><pubDate>Mon, 28 Apr 2025 10:49:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43819783</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=43819783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43819783</guid></item><item><title><![CDATA[New comment by westoque in "Ask HN: What are you working on? (March 2025)"]]></title><description><![CDATA[
<p>This weekend I’m working on mobile app that allows you to upload photos and it turns everything into a stitched anime (ghibli or not) with movements and eventually sound and script. Great to make mini animes from your day or travels or anything.</p>
]]></description><pubDate>Sun, 30 Mar 2025 21:13:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43527712</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=43527712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43527712</guid></item><item><title><![CDATA[New comment by westoque in "Project Aardvark: reimagining AI weather prediction"]]></title><description><![CDATA[
<p>not to hijack this thread but my dad did extensive research in sea breeze and rainfall modeling and he would have loved to see these AI and machine learning advancements in weather prediction.<p>[0]: <a href="https://www.revistascca.unam.mx/atm/index.php/atm/article/download/8375/7845/8245" rel="nofollow">https://www.revistascca.unam.mx/atm/index.php/atm/article/do...</a><p>[1]: <a href="https://wmo.int/about-wmo/awards/international-meteorological-organization-imo-prize" rel="nofollow">https://wmo.int/about-wmo/awards/international-meteorologica...</a></p>
]]></description><pubDate>Mon, 24 Mar 2025 06:23:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43458156</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=43458156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43458156</guid></item><item><title><![CDATA[New comment by westoque in "Ask HN: What are you working on? (February 2025)"]]></title><description><![CDATA[
<p>working on cursor for desktop. why rely on AI agent that’s self-contained when it’s limited, can’t access the browser, can’t open apps or click around.<p>i simply want mine to be able to fill in forms in preview with a passport image as context. also to be able to do recurring tasks as if i was the desktop user. e.g., i’m going to bed keep working on this spreadsheet.<p>it’s working and built but very slow and buggy atm. uses multimodal LLMS and OCR but lots more optimizations needed. need to make it a lot faster. can demo it and need help if anyone is interested.</p>
]]></description><pubDate>Mon, 24 Feb 2025 07:43:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=43156802</link><dc:creator>westoque</dc:creator><comments>https://news.ycombinator.com/item?id=43156802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43156802</guid></item></channel></rss>