<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: survirtual</title><link>https://news.ycombinator.com/user?id=survirtual</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 04:05:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=survirtual" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by survirtual in "Sam Altman's response to Molotov cocktail incident"]]></title><description><![CDATA[
<p>It's because there is not a moral counterargument.<p>The counterargument is racism, classism, nationalism, and tribalism.  These are not things people will say out loud.</p>
]]></description><pubDate>Mon, 13 Apr 2026 01:15:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47746379</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=47746379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47746379</guid></item><item><title><![CDATA[New comment by survirtual in "Sam Altman's response to Molotov cocktail incident"]]></title><description><![CDATA[
<p>Which is why this narrative of caring about his family is so absurd.<p>A defense contractor is in the business of war.  In supplying the war machine, you should be living in a fortress.  Tall walls, check your drink for poison, live in paranoia.  Every person in the business of war knows what they are getting in to, and how to protect their family.<p>How is someone that is near the face of AI this naive about such an ancient thing?<p>The business of war is fine.  It is ancient.  It is part of humanity.  Making some morality plea towards family and "violence is never the answer" while in the business of violence is NOT okay.<p>Everyone in the defense industry knows the risks.  Blood money is not free.  You sacrifice a peaceful life for the wealth.<p>To keep your family safe you have to use a meager sum of that money to have tall walls, guards, and security.  DoD contractor 101.<p>Alternatively, live in obscurity, don't talk about your work, and it is usually fine.<p>A world-wide known CEO doesn't have this luxury so again, use a small portion of unfathomable wealth to protect your family.  I have a feeling this war is just starting.<p>When in the business of death, you no longer get to live with the rules of peace.</p>
]]></description><pubDate>Sat, 11 Apr 2026 16:43:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47732001</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=47732001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47732001</guid></item><item><title><![CDATA[New comment by survirtual in "Vitalik Buterin – "My self-sovereign / local / private / secure LLM setup""]]></title><description><![CDATA[
<p>Yes, NixOS on the Strix Halo system.<p>I am using nixos unstable pkgs.  The published rocmPackages were recently updated and now include kernels for gfx1151, which I surprisingly found out this morning.  Before, you would have to set a flag to use the older kernels because they were not available.<p>My flake modules with rocm config are a bit messy, but maybe I can find time to throw a repo up with it.  It contains all necessary packages, flags, boot options, llamacpp patches, and some hacks to get pytorch working smoothly with rocm.<p>What this means: no, I do not need containers anymore for replicating working configs.  The flake configures the system with appropriate libs.  I build llamacpp with patches for rocm, and I can run comfyui for generative processes.  I have generative image and video working as of today, and next I will get generative 3d modeling working.  I'd like to have Trellis2 running this week.<p>None of this would be possible for me without NixOS, as an aside. It keeps track of configuration for me so I do not have scatter shell scripts and unpredictable deps anymore.  I used to build Zed from source with scripts, for example.  Now it is a module with patches.  Llamacpp is the same.  Very clean and requires no working memory, when something needs adjusting I just go refresh myself with the module in one place.</p>
]]></description><pubDate>Sat, 04 Apr 2026 17:14:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47641068</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=47641068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47641068</guid></item><item><title><![CDATA[New comment by survirtual in "Vitalik Buterin – "My self-sovereign / local / private / secure LLM setup""]]></title><description><![CDATA[
<p>A AMD Ryzen AI Max Pro 396 will get 50t/s with Qwen3.5 35B.<p>In addition, the these local models are very, very, very sensitive to the template used.  Make sure it is correct.  I was using the wrong template and it would answer but felt like it had a brain worm.<p>The parameters must also be what is recommended, otherwise they go off the rails.<p>I get great results now after messing with it for a while.  I prefer the 35B model because I enjoy how fast tokens appear at 50t/s, but at around 20-25t/s with the 122B model, it is also completely usable.  And that one is very smart.</p>
]]></description><pubDate>Sat, 04 Apr 2026 08:00:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47636926</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=47636926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47636926</guid></item><item><title><![CDATA[New comment by survirtual in "Vitalik Buterin – "My self-sovereign / local / private / secure LLM setup""]]></title><description><![CDATA[
<p>I have been running nearly the same experiments for the same reasons.  It has been a lot of tweaking and patching because I am on a Strix Halo system with amd gfx1191, but the LLM component is working nicely.<p>The evaluation I use is having it one shot a 3d scene using threejs.  After everything, the output was comparable to Claude Sonnet (Opus actually does worse on this task strangely).<p>For my local setup, I have settled on the qwen3.5 family after testing most of the local usable models.  Here are the models I use ranked by intelligence:<p>1.  Qwen3.5-122B Q4_K_M: ~25 t/s
2. Qwen3.5-27B Q4_K_M: ~18 t/s
3. Qwen3.5-35B Q4_K_M: ~50 t/s<p>The 122B model is actually very, very smart.  But I have found that token speed is more important, and 35B is smart enough.  At 50t/s I can get a lot more done, and I am going to build a mechanism for it to escalate intelligence if needed.<p>GPT-OSS119B failed at my evals.<p>MistralSmall4 is too buggy to use (I believe it is too new, the templating is messed up, and agentic use has too many issues).  That said I evaluated it directly via copy and paste and the results were not comparable to Qwen.  But it is very very fast.<p>I am running a patched build of llamacpp to get these results.  There are a few changes that need to be made to increase prompt processing speeds (about a 30% increase) and be able to use rocm.  It took a lot of setup but my flake in nixos is stable now.<p>Long story short, I can confirm a lot of what was shared in his blog.<p>*this was written at 4:30am on my phone when I wake up, apologies for typos.</p>
]]></description><pubDate>Sat, 04 Apr 2026 07:52:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47636875</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=47636875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47636875</guid></item><item><title><![CDATA[New comment by survirtual in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>Social engineering is destroyed with education, not with restriction and control.<p>Trading freedom for safety eliminates both.</p>
]]></description><pubDate>Fri, 20 Mar 2026 12:44:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47453757</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=47453757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47453757</guid></item><item><title><![CDATA[New comment by survirtual in "You Want to Visit the UK? You Better Have a Google Play or App Store Account"]]></title><description><![CDATA[
<p>Use of an app is not necessarily the problem.  Requiring Google Play or the App Store is.  We should be able to use apps without being in walled gardens.</p>
]]></description><pubDate>Fri, 27 Feb 2026 08:37:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47178124</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=47178124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47178124</guid></item><item><title><![CDATA[New comment by survirtual in "Talking to LLMs has improved my thinking"]]></title><description><![CDATA[
<p>Recursive self-questioning predates external tools and is already well known.  What is new is broad access to a low cost, non retaliatory dialogic interface that removes many social, sexual, and status pressures.  LLMs do not make people think. They reduce interpersonal distortions that often interfere with thinking. That reduction in specific social biases (while introducing model encoded priors) is what can materially improve cognition for reflective and exploratory tasks.<p>Simply, when thinking hits a wall, we can now consult a machine via conversation interface lacking conventional human social biases.  That is a new superpower.</p>
]]></description><pubDate>Fri, 23 Jan 2026 07:19:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46729502</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46729502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46729502</guid></item><item><title><![CDATA[New comment by survirtual in "Toll roads are spreading in America"]]></title><description><![CDATA[
<p>I am not insinuating anything.<p>Road management should be administered by federal and state agencies, including the administration of tolls when they are foolishly utilized.  It should not be a for profit venture, it is a mechanism of taxation for public logistics.<p>It should not be possible to offload management to private orgs outside of very specific subcontracting / purchasing of components.<p>Instead, often times full road management is given to private orgs.  They are not given a robust legal incentive to act in the interests of the road system, and how could they?  They are interesting in using the road to maximize their profit, at the loss of everyone needing the road.</p>
]]></description><pubDate>Sun, 28 Dec 2025 07:04:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46409081</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46409081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46409081</guid></item><item><title><![CDATA[New comment by survirtual in "Toll roads are spreading in America"]]></title><description><![CDATA[
<p>Disagree.<p>While what you're saying does seem like a direct solution (congestion), it is the wrong solution.<p>The solution to congestion is robust public transit.  Full stop.<p>If a light rail is more comfortable and a faster experience than a car, people will use that instead.  Public transit has been traditionally so atrocious, for reasoning we can attribute to many factors, that most people don't use it even if it existed.<p>If public transit was actually done right, people would be happy to use it.  It is more energy efficient, more cost efficient, less of a mental burden, and I believe can be significantly more comfortable.<p>This is the fundamental issue for me.  Society keeps taking these horrible shortcuts that cost all of us instead of just doing the right thing to begin with.</p>
]]></description><pubDate>Sun, 28 Dec 2025 06:57:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46409059</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46409059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46409059</guid></item><item><title><![CDATA[New comment by survirtual in "Toll roads are spreading in America"]]></title><description><![CDATA[
<p>Yeah nice in theory but the reality is far from this.<p>In order to implement tolls, you need several components involving middlemen.  This includes frontend software, backend, payment processing, transponder management, all the hardware involved, support staff, sometimes toll station staff, among other things.<p>These toll companies are often owned by foreign companies that are in it for the long haul, offering sweet deals up front then gradually charging more and more with no end in sight, as roads diminish in quality and rest stops fall into disarray.<p>Toll roads are a scam, a regressive tax on the working class, and downright immoral.  We should not limit the mobility of people.</p>
]]></description><pubDate>Sat, 27 Dec 2025 19:39:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46404535</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46404535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46404535</guid></item><item><title><![CDATA[New comment by survirtual in "Toll roads are spreading in America"]]></title><description><![CDATA[
<p>Correct.<p>Tolls are a regressive tax on the working class.  The rich don't even need to use the roads as much because they have other people delivering for them.  When they need the road system, the tolls are nothing to them.<p>The working class, which are generally required to be driving to survive, are left holding the bag for tolls.  In places with bad public transit, tolls are just a forced wealth transfer from working class to private firms managing the tolls.</p>
]]></description><pubDate>Sat, 27 Dec 2025 19:33:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46404466</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46404466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46404466</guid></item><item><title><![CDATA[New comment by survirtual in "Toll roads are spreading in America"]]></title><description><![CDATA[
<p>Every single lifestyle item of a modern life, whether you have a car or not, depends on the road system.<p>If you want food, products, or services, you depend on the roads.  This means it should be taxed universally and equitably.  We should all contribute our fair share to maintain the roads.<p>Tolls are a regressive tax on low-income people who do the most to make society work, and it is unfortunate that more people do not see this.  What's more, they are generally administered by corrupt and inefficient private for-profit orgs.  This creates even more overhead which then costs more money.<p>These orgs generally have slimy deals with city and state governments, while directly profiting from public works that built the road system to begin with.<p>There are much better ways to fund the road system.  Tolls are among the worst.</p>
]]></description><pubDate>Sat, 27 Dec 2025 19:30:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46404432</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46404432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46404432</guid></item><item><title><![CDATA[New comment by survirtual in "He set out to walk around the world. After 27 years, his quest is nearly over"]]></title><description><![CDATA[
<p>A group of very mentally ill, insecure people with a lot of material wealth control the internet and media.<p>They get to write the narrative.<p>We can analyze just one small tool in the belt of narrative control: censoring.  If you've been warned or banned on Reddit, you can imagine how this works.  If you've said something against the mold of what they allow, you will get censored.  With so many people commenting, some subset of people will always say what you want to see.  You censor or derank opinions you don't want, and boost opinions you want.  This is a defensible form of writing a narrative without actually having to artificially write anything.<p>Of course with AI, you can now just write anything and seed ideas.<p>Give such sick people the reigns, and you get a false reality has little connection to what's really happening.</p>
]]></description><pubDate>Fri, 12 Dec 2025 08:17:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46241978</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46241978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46241978</guid></item><item><title><![CDATA[New comment by survirtual in "He set out to walk around the world. After 27 years, his quest is nearly over"]]></title><description><![CDATA[
<p>Most people have significantly less than what we are spoon fed by media and the internet at large.<p>Just as in history we learn of emperors and kings instead of the common person, most digital content is about the modern day lords, barons, emperors, and kings.  They call them billionaires, presidents, CEOs, prime ministers, etc now, but they are the exact same as they always have been.<p>If you turn the screen off and take a walk, start talking with real people that actually provide value to society, the world is much kinder than we've all been made to believe.<p>The real people are a good people, as they long have been.  Their stories may not be written, but the Earth itself carries their memories.</p>
]]></description><pubDate>Fri, 12 Dec 2025 08:11:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46241950</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46241950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46241950</guid></item><item><title><![CDATA[New comment by survirtual in "How AI is transforming work at Anthropic"]]></title><description><![CDATA[
<p>No, it couldn't have unless these ideas were sandwiched between other ideas that it could interpolate between.<p>You have to approach genai as a high-dimensional interpolation machine.  It can perform extrapolation when you, the user, provide enough information to operate on.  It can interpolate between what you provide and what it knows as well.<p>With these constraints, it is still pretty powerful, and I am generalizing of course.  But in my experience, it is terrible at truly novel implementations of anything.  It makes countless mistakes, because it continually attempts to fit to patterns found in existing code.<p>So you can really see the weaknesses at the frontier.  I would encourage experimenting there to confirm what I am saying.</p>
]]></description><pubDate>Wed, 03 Dec 2025 09:38:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46132382</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46132382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46132382</guid></item><item><title><![CDATA[New comment by survirtual in "DMT-induced shifts in criticality correlate with self-dissolution"]]></title><description><![CDATA[
<p>No problem.<p>I was once a big proponent for people having DMT experiences but then I learned it works very differently for different people.<p>Now, I believe it is an acute intervention drug for the suicidal.<p>It behaved very differently for me in that context.  Soon after repeated treatment with it, my entire state changed.  I was lifted out of poverty into well compensated employment.  I bought my first house.  My software skills leveled up and I shifted from being fixated on game dev to more impactful fields.  I can't describe the number of changes, but I attribute it all to DMT.<p>It flipped a switch in my mind and I know that I am alive today only because of that.<p>I hope that someday, we recognize it as what it was for me: a powerful spiritual medicine.<p>Something I always say to people who claim these things are all just hallucinations:  if a hallucination teaches you how to be a better person, gives you a reason to live, and allows you to be more open and loving, was it really a hallucination?  Something to think about.</p>
]]></description><pubDate>Tue, 02 Dec 2025 10:17:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46119680</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46119680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46119680</guid></item><item><title><![CDATA[New comment by survirtual in "New bill would revive single-room occupancy apartments in NYC"]]></title><description><![CDATA[
<p>If people able to live in a home they own harms the economy, sign me up.<p>Houses are not investment instruments.  They are spaces where people can freely exist as they are.  A domain that they have full dominion in to authentically explore who they are, who they want to become, and what they want to share with others.  A place to raise a family, to rest without a mask, and to be safe as they are.<p>Notice how I didn't mention economics at all?<p>Just because you have a house / houses doesn't mean others don't.  Do you have any idea what it feels like to be homeless?  I dare you to try it.  Do you have any idea what it feels like to be a renter under the thumb of a landlord with no hope of ever having your own home?<p>My "policies" originate from empathy for real people.  The majority of people, actually.  It does not give a single shit about economics only benefiting the rich.<p>But that said, if you give most people the ability to have a true home, the economy will explode in activity.  Instead of spending money on rent, people would spend on goods and services.  They'd be happier, so they would spend money on having fun.<p>Making housing affordable is a no brainer.<p>The nice thing is, we already know what the alternative is.  The economy is collapsing right now, in no small part due to the housing crisis that has been going on for a long time.<p>Since my policies won't be occurring now or ever, let's both sit back and enjoy the lack of these policies, and see how wonderful a world that is.</p>
]]></description><pubDate>Mon, 01 Dec 2025 09:01:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46105127</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46105127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46105127</guid></item><item><title><![CDATA[New comment by survirtual in "New bill would revive single-room occupancy apartments in NYC"]]></title><description><![CDATA[
<p>Housing is expensive because of greedy landlords gobbling up all the property and turning warm homes into cold revenue sources.<p>Landlords should be an exception, not the standard.</p>
]]></description><pubDate>Sun, 30 Nov 2025 15:16:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46097278</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46097278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46097278</guid></item><item><title><![CDATA[New comment by survirtual in "New bill would revive single-room occupancy apartments in NYC"]]></title><description><![CDATA[
<p>Anti-collusion laws are ineffective.  Legislation that targets easier to enforce vectors with desirable side effects makes more sense.<p>Whether my theory on what is occurring is true or not, the proposed solution would solve it along with countless other issues, while have very little downside for anyone but a tiny group of lazy parasites.</p>
]]></description><pubDate>Sun, 30 Nov 2025 15:15:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46097266</link><dc:creator>survirtual</dc:creator><comments>https://news.ycombinator.com/item?id=46097266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46097266</guid></item></channel></rss>