<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: alzoid</title><link>https://news.ycombinator.com/user?id=alzoid</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 16 Jun 2026 15:09:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alzoid" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alzoid in "The local LLM ecosystem doesn’t need Ollama"]]></title><description><![CDATA[
<p>Especially when the solid core now ships with a web ui and API compatibility with OpenAI and Antropic.  In my test of ai clients, Ollama was the only one I deleted.</p>
]]></description><pubDate>Thu, 16 Apr 2026 14:02:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47793122</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=47793122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47793122</guid></item><item><title><![CDATA[New comment by alzoid in "The local LLM ecosystem doesn’t need Ollama"]]></title><description><![CDATA[
<p>This was my issue with current client ecosystem.  I get a .guff file.  I should be able to open my AI Client of choice and File -> Open and select a .guff.  Same as opening a .txt file.  Alternatively, I have cloned a HF model, all AI Clients should automatically check for the HF cache folder.<p>The current offering have interfaces to HuggingFace or some model repo.  They get you the model based on what they think your hardware can handle and save it to %user%/App Data/Local/%app name%/...   (on windows).  When I evaluated running locally I ended up with 3 different folders containing copies of the same model in different directory structures.<p>It seems like HuggingFace uses %user%/.cache/.. however, some of the apps still get the HF models and save them to their own directories.<p>Those features are 'fine' for a casual user who sticks with one program.  It seems designed from the start to lock you into their wrapper. In the end they are all using llama cpp, comfy ui, openvino etc to abstract away the backed.  Again this is fine but hiding the files from the user seems strange to me.  If you're leaning on HF then why now use their own .cache?<p>In the end I get the latest llama.cpp releases for CUDA and SYCL and run llama-server.  My best UX has been with LM Studio and AI Playground.  I want to try Local AI and vLLM next.  I just want control over the damn files.</p>
]]></description><pubDate>Thu, 16 Apr 2026 13:44:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47792854</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=47792854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47792854</guid></item><item><title><![CDATA[New comment by alzoid in "Canada Announces Divorce from America"]]></title><description><![CDATA[
<p>Did you even listen to the speech?  <a href="https://www.youtube.com/watch?v=kDMyeGQm3NA" rel="nofollow">https://www.youtube.com/watch?v=kDMyeGQm3NA</a><p>He never trashed the US, he simply stated the facts and how middle powers should respond.  Not by isolating but by working together.  He directly addresses how everyone is dependant on the great powers.  When the great powers stop honouring the systems and structures that are in place then the 'old way' is gone.  Which it is.  Relying on US commitments to NORAD, NATO, Trade Agreements etc is useless.<p>As far as leverage goes, we will see.  But we are not divorcing we are simply responding to the US giving up its global power.  The negotiating table in Washington is not reliable.  It's not theatre, its risk management.<p>Don't feel sorry for us we will prosper.</p>
]]></description><pubDate>Wed, 21 Jan 2026 14:35:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46706279</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=46706279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46706279</guid></item><item><title><![CDATA[New comment by alzoid in "Canada Announces Divorce from America"]]></title><description><![CDATA[
<p>If you watch his speech and the follow up interview you he answers that directly (<a href="https://www.youtube.com/watch?v=kDMyeGQm3NA" rel="nofollow">https://www.youtube.com/watch?v=kDMyeGQm3NA</a>  @ 17:50).  It's a good watch, better than the past 10 years of daily coverage by American media of what their dumb president and ex president is ranting about.<p>I am in the start up community in Canada.  I can tell you that after the first threat from Trump every federal program to help tech start ups immediately pivoted to Asia and the EU.  Before he started yapping, we were connected to Canadian representatives in the US, meeting about markets and opportunities. Now all programs are directed at forming partnerships elsewhere.</p>
]]></description><pubDate>Wed, 21 Jan 2026 14:16:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46706009</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=46706009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46706009</guid></item><item><title><![CDATA[New comment by alzoid in "Memory Safety"]]></title><description><![CDATA[
<p>Java introduced Optional to remove nulls.  It also introduced a bunch of things to make it behave like functional languages.  You can use records for immutable data, sealed interfaces for domain states, you can switch on the sealed interface for pattern matching,  use the sealed interfaces + consumers or a command pattern to remove exception handling and have errors as values.</p>
]]></description><pubDate>Fri, 26 Dec 2025 19:30:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46395319</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=46395319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46395319</guid></item><item><title><![CDATA[New comment by alzoid in "Critical vulnerability in LangChain – CVE-2025-68664"]]></title><description><![CDATA[
<p>I went through evaluating a bunch of frameworks.  There was Langchain, AG2, Firebase Gen AI / Vertex / whatever Google eventually lands on, Crew AI, Microsoft's stuff etc.<p>It was so early in the game none of those frame works are ready. What they do under the hood when I looked wasn't a lot.  I just wanted some sort of abstraction over the model apis and the ability to use the native api if the abstraction wasn't good enough.  I ended up using Spring AI.  Its working well for me at the moment.  I dipped into the native APIS when I needed a new feature (web search).<p>Out of all the others Crew AI was my second choice.  All of those frameworks seem parasitic.  One your on the platform you are locked in.  Some were open source but if you wanted to do anything useful you needed an API key and you could see that features were going to be locked behind some sort of payment.<p>Honestly I think you could get a lot done with one of the CLI's like Claude Code running in a VM.</p>
]]></description><pubDate>Fri, 26 Dec 2025 16:38:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46393633</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=46393633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46393633</guid></item><item><title><![CDATA[New comment by alzoid in "Google Antigravity exfiltrates data via indirect prompt injection attack"]]></title><description><![CDATA[
<p>I had this issue today.  Gemini CLI would not read files from my directory called .stuff/ because it was in .gitignore.  It then suggested running a command to read the file ....</p>
]]></description><pubDate>Tue, 25 Nov 2025 19:05:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46049421</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=46049421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46049421</guid></item><item><title><![CDATA[New comment by alzoid in "Two things LLM coding agents are still bad at"]]></title><description><![CDATA[
<p>I will also add checks to make sure the data that I get is there even though I checked 8 times already and provide loads of logging statements and error handling.  Then I will go to every client that calls this API and add the same checks and error handling with the same messaging. Oh also with all those checks I'm just going to swallow the error at the entry point so you don't even know it happened at runtime unless you check the logs.  That will be $1.25 please.</p>
]]></description><pubDate>Thu, 09 Oct 2025 15:15:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45528860</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=45528860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45528860</guid></item><item><title><![CDATA[New comment by alzoid in "A competitor crippled a $23.5M bootcamp by becoming a Reddit moderator"]]></title><description><![CDATA[
<p>I feel like it was this way 10 years ago.  Once r/TheDonald successfully gamed the system everyday I think people with interest took notice.  Now you can be in a niche sub reddit that averages  40 comments on a post.  Then a post that could be adjacent to some hot U.S. political wedge topic gets mentioned and there are 300 comments from users who never take part in the discussion.  Even something very general like "students are protesting tuition hikes" the small city I live in gets posted and it gets flooded by people who never comment.  If you hit a hot topic like Israel / Palestine, the Ukraine war you see it as well.<p>Reddit, Fackbook, Twitter, TikTok etc are the places where people get their information and form their options.  That why the the wealthy and powerful are buying them outright, or paying to push their influence into every aspect of the conversation.  Poisoning the well or "Flooding the zone with shit".<p>Reddit became what Digg was with MrBabyMan.  Or actually something worse.</p>
]]></description><pubDate>Thu, 09 Oct 2025 13:52:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45527727</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=45527727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45527727</guid></item><item><title><![CDATA[New comment by alzoid in "Two things LLM coding agents are still bad at"]]></title><description><![CDATA[
<p>I asked Claude to add a debug endpoint to my hardware device that just gave memory information.  It wrote 2600 lines of C that gave information about every single aspect of the system.  On the one hand kind of cool. It looked at the MQTT code and the update code, the platform (esp) and generated all kinds of code.  It recommended platform settings that could enable more detailed information that checked out when I looked at the docs.  I ran it and it worked. On the other hand, most of the code was just duplicated over and over again ex: 3 different endpoints that gave overlapping information. About half of the code generated fake data rather than actually do anything with the system.<p>I rolled back and re-prompted and got something that looked good and worked. The LLMs are magic when they work well but they can throw a wrench into your system that will cost you more if you don't catch it.<p>I also just had a 'senior' developer tell me that a feature in one of our platforms was deprecated.  This was after I saw their code which did some wonky hacky like stuff to achieve something simple.  I checked the docs and said feature (URL Rewriting) was obviously not deprecated.  When I asked how they knew it was deprecated they said Chat GPT told them. So now they are fixing the fix chat gpt provided.</p>
]]></description><pubDate>Thu, 09 Oct 2025 13:18:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45527304</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=45527304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45527304</guid></item><item><title><![CDATA[New comment by alzoid in "Vibe code is legacy code"]]></title><description><![CDATA[
<p>I ran into an AI coded bug recently the generated code had a hard coded path that resolved another bug.  My assumption is the coder was too lazy to find the root cause of the bug and asked the LLM to "make it like this".  The LLM basically set a flag to true so the business logic seems to work.  It shouldn't have got past the test but whatever.<p>In another code base, all the code was written with this pattern.  Its like the new code changed what the old code did.  I think that 'coder' kept a big context window and didn't know how to properly ask for something.  There was 150 line function that only needed to be 3 lines, a 300 line function that could be done in 10 etc.  There were several a sections where the LLM moved the values of a list to another list and then looped through the new list to make sure the values were in the new list.  It did this over and over again.</p>
]]></description><pubDate>Thu, 31 Jul 2025 12:32:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=44744987</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=44744987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44744987</guid></item><item><title><![CDATA[New comment by alzoid in "AI agent startups at Y Combinator’s Spring ’25 Demo Day"]]></title><description><![CDATA[
<p>The future is already here.  Look at how companies behave today, AI will not change their behaviour.  AI will not make them 'nicer'. People talk about the massive productivity change and how we need to think about Universal Basic Income.  They don't realize that in the US and other western nations they are already living in abundance (even excess). How do we treat the unemployed and "Unskilled" workforce? Do they have UBI? When they complain about rent and food prices do the wealthy step in to help?  Or are they told they should have went to school or acquired a better skill to deserve a better life.  What will happen when AI makes while collar workers "unskilled"?  The same thing that happens today.</p>
]]></description><pubDate>Sat, 14 Jun 2025 13:09:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44276236</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=44276236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44276236</guid></item><item><title><![CDATA[New comment by alzoid in "Apache NetBeans 25"]]></title><description><![CDATA[
<p>It was my go to back when I was doing Java Desktop / Servelets / Java EE. I found it easier to use than Eclipse, which most people I knew were using.  I recently did a Google AppEngine project to collect and display weather data and used Netbeans for dev and Spring for the framework.  It still works well, integrates with the package managers and build tools easily enough.<p>Before Netbeans I was using Textpad with shortcuts mapped to javac.  What I liked about Netbeans at that time (2005ish) was that you could press the Run button and your application just ran, weather it was a desktop app or a servelet web app.  It reminded me of Visual Studio and the VB6 IDEs.</p>
]]></description><pubDate>Mon, 24 Feb 2025 13:03:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=43159065</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=43159065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43159065</guid></item><item><title><![CDATA[New comment by alzoid in "Unpkg CDN down causing dependent website outages"]]></title><description><![CDATA[
<p>When the server is behind a pipe of limited size.  When most of your new visits happen all at once over a short period of time.  When you can't rely on a mobile phones cache like a desktop because 90% of your visitors are using one.  A CDN is a easy win to off load resources, even if they are small.</p>
]]></description><pubDate>Fri, 12 Apr 2024 17:27:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=40015396</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=40015396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40015396</guid></item><item><title><![CDATA[New comment by alzoid in "Unpkg CDN down causing dependent website outages"]]></title><description><![CDATA[
<p>1) Yes, the other benefit at the time was a browser would only do X number of requests per domain, using the CDN allowed more requests.  Also it was a bandwidth issue from the server.<p>2) Yes.  I should also mention at the time mobile browser cache was not consistent/reliable.<p>3) The "loader script" is a basic if(!lib.func) { do the magic }.  Its one extra thing I suppose.  For the overall page load there are lower hanging fruit.</p>
]]></description><pubDate>Fri, 12 Apr 2024 17:21:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40015328</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=40015328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40015328</guid></item><item><title><![CDATA[New comment by alzoid in "Unpkg CDN down causing dependent website outages"]]></title><description><![CDATA[
<p>In this situation server bandwidth was an issue.  Using an available CDN with the fall back was what we decided to do.  It's not that complicated, from the client check if the object you expect to exist in the library exists, if not load it from your server.</p>
]]></description><pubDate>Fri, 12 Apr 2024 13:30:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=40012558</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=40012558</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40012558</guid></item><item><title><![CDATA[New comment by alzoid in "Unpkg CDN down causing dependent website outages"]]></title><description><![CDATA[
<p>I do both. If you are loading a JS lib then check for its existence on the client.  If it's not found load the resource from your server.  You could also achieve this on the server side.</p>
]]></description><pubDate>Fri, 12 Apr 2024 13:16:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=40012352</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=40012352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40012352</guid></item><item><title><![CDATA[New comment by alzoid in "Spotify is first music streaming service to surpass 200M paid subscribers"]]></title><description><![CDATA[
<p>I switched to YT music and like it better than Spotify.  The main thing I find is YT recommends better related music to what I am currently listening to.  I found Spotify was playing the exact same songs all the time. Plus you get ad free YouTube which is a nice bonus.</p>
]]></description><pubDate>Tue, 31 Jan 2023 17:33:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=34598356</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=34598356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34598356</guid></item><item><title><![CDATA[New comment by alzoid in "You Don't Need the Cloud"]]></title><description><![CDATA[
<p>I find the costs and use cases take up time to try and figure out.  I wanted to prototype a IOT device pushing data to the cloud.  I used Google IOT Core.   After reading a bunch of tutorials I streamed the data to Big Query.  I used a device to send about 1000 readings and it cost me around $150 USD.  I have no idea why it cost so much.  It used 1000 hours of cpu time.  I find that so confusing.  Why was that much CPU required for so little data?  It was 5 JSON fields into a table.  Did I choose the wrong thing to ingest the data?  Should I use functions?<p>So I am going back and seeing what else is possible.  I tried setting up a PostgreSQL Compute VM but then I needed another specialized instance to act as a go between for allowing access for serverless vpc access.  I get charged a bit for everything.  I just want to build a product and see if people want it.  I have no idea what to charge because I don't understand the costs.  Do I spend time figuring out the costs of every little thing that is touched or do I install something on a hosted server?<p>I feel like there should be out of the box setups for this stuff in Google cloud.  They have so much to offer, I think tying it together in easy to use and price packages would get a lot of people using it who need to rapidly get something made.</p>
]]></description><pubDate>Mon, 24 Jan 2022 19:00:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=30062245</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=30062245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30062245</guid></item><item><title><![CDATA[New comment by alzoid in "We set up an offshore company in a tax haven"]]></title><description><![CDATA[
<p>Hire a local accountant and tax lawyer and they will tell you how.  When I set up my business I had the accountant and lawyer discuss set up options.  They were going through share structure etc and providing examples of how to take advantage of things to lower my taxes.  I made an offhand joke about setting something up off shore and the lawyer flatly said "You need to make $xxx in revenue before that is worth while".  It was somewhere around 2 - 3 Mil.<p>I'm not rich, that meeting cost me $1200 and the outcome was a legal document incorporating my company with all the different things we discussed.<p>I can not imagine  what is available once you hit the 3 million mark and beyond.</p>
]]></description><pubDate>Fri, 08 Oct 2021 16:12:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=28800893</link><dc:creator>alzoid</dc:creator><comments>https://news.ycombinator.com/item?id=28800893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28800893</guid></item></channel></rss>