<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: wise0wl</title><link>https://news.ycombinator.com/user?id=wise0wl</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 01 May 2026 23:53:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wise0wl" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wise0wl in "Why AI companies want you to be afraid of them"]]></title><description><![CDATA[
<p>The outcome of this is, in my opinion, the United States Government classifying and regulating LLMs as something akin to how the ATF classifies weapons, ie. requiring a license to operate an LLM (hosting), with different classifications and determinations on the relative "power" of a particular model and framework, and outright banning most open-source models, like how DIY machine guns or suppressors are banned.<p>Think of a standard for classifying and regulating the self-hosting of open-source models similar to how an FFL works.  You can do it, but you must have all your paperwork lined up, with background checks, a valid business license, and if you forget to dot an "i" or cross a "t" the Cyber version of the ATF shows up and shoots your fucking dog.</p>
]]></description><pubDate>Wed, 29 Apr 2026 17:02:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47951204</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=47951204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47951204</guid></item><item><title><![CDATA[New comment by wise0wl in "AI Will Be Met with Violence, and Nothing Good Will Come of It"]]></title><description><![CDATA[
<p>That's like accepting burnt coffee is the average, so why try to make a good tasting cup.  Nonsense.</p>
]]></description><pubDate>Mon, 13 Apr 2026 13:32:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47751721</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=47751721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47751721</guid></item><item><title><![CDATA[New comment by wise0wl in "Breaking the console: a brief history of video game security"]]></title><description><![CDATA[
<p>So, I don't know if this is AI generated or whether the author is actually unaware, but Atari cartridges and floppies commonly had copy protections.  My uncle was active in the scene at the time, and as an electrical engineer came up with a solution.  When I inherited his Atari 800 in the 90s there was a physical button wired into the floppy drive which would force a bad sector onto the disk as it was being written.  He had notebooks about the timing for these bad sectors per game.<p>So, yeah.  The "article" is incorrect from nearly the get-go about the "wild west" Atari age.</p>
]]></description><pubDate>Tue, 07 Apr 2026 14:15:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47675749</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=47675749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47675749</guid></item><item><title><![CDATA[New comment by wise0wl in "Claude Code Down"]]></title><description><![CDATA[
<p>I've tried a few models and some are decent, including Qwens models.  I've tried a few harnesses like Roo Code in VSCode to put things together that in theory emulate the experience I get from VSCode + Claude or Copilot, but I generally find the experience extremely limited and frustrating.<p>How have you set things up to have a good experience?</p>
]]></description><pubDate>Mon, 06 Apr 2026 15:58:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47662617</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=47662617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47662617</guid></item><item><title><![CDATA[New comment by wise0wl in "Coding agents could make free software matter again"]]></title><description><![CDATA[
<p>I have to disagree.  LLMs have shown that the only way to participate in the new software ecosystem are through leveraging an extremely powerful position that is create, backed, and maintained through the exploitation of capital, labor, and power (political, legal, corpotate) at levels never really seen before.  The model of the Cathedral and the Bazaar was not broken by LLMs but instead the entire ecosystem was changed.<p>Now the software doesn't matter.  The code doesn't matter.  The hardware doesn't matter.  Anyone can generate anything for anything, as long as they pay the fee.  I think it can likely be argued that participation is now gated more than ever and will <i>require</i> usage of an LLM to keep up and maintain some kind of competition or even meager parity.  Open weight models are not really a means of crossing the moat; none of the open weight models come close to the functionality, and all of them come from the same types of corporations that are releasing their models for <i>unspecified</i> reasons.  The fact remains that the moat created by LLMs for open source software has never been larger.</p>
]]></description><pubDate>Mon, 30 Mar 2026 15:10:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47575319</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=47575319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47575319</guid></item><item><title><![CDATA[New comment by wise0wl in "OpenTelemetry for Rust Developers"]]></title><description><![CDATA[
<p>The OpenTelemetry spec is absolutely what folks have been waiting for for as long as I've been in computing (~20 years).  A single standard that is implemented in nearly every popular language with very close feature parity.  It's honestly wonderful to work with compared to the old vendor supplied frameworks.<p>I took it upon myself to write a library for my current employer (4yrs ago now?) that abstracted and standardized the way our Rust services instantiated and utilized the metrics and tracing fundamentals that OpenTelemetry provides.  I recently added OTLP logging (technically using tracing events) to allow for forwarding baggage / context / metadata with the log lines.  The `tracing` crate in rust also has a macro called `instrument` that allows you to mostly auto-instrument your functions for tracing, allowing the tracing context to be extracted and propagated into your function so the trace / span can be added to subsequent HTTP / gRPC requests.<p>We did all kinds of other stuff too, like adding a method for attaching the trace-id to our kafka messages so we can see how long the entire lifetime of the request takes (including sitting on the queue).  It's been extremely insightful.<p>Signoz is newer to the game.  I'm glad there are more competitors and vendors using OpenTelemetry natively.  We originally talked to some of the <i>big</i> vendors and they were going to gladly accept OpenTelemetry, but they marked every metric as a "custom" metric and would charge out the wazoo for each of them, far in excess of whatever was instrumented natively with their APM plugin thingamabob.<p>The more the better.  I love OpenTelemetry, and using it in Rust has been mostly great.</p>
]]></description><pubDate>Sat, 14 Mar 2026 00:17:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47371826</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=47371826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47371826</guid></item><item><title><![CDATA[New comment by wise0wl in "Occult books digitized and put online by Amsterdam’s Ritman Library"]]></title><description><![CDATA[
<p>This is your opinion.  I do not share your opinion.  The occult is a wide range of topics and practices, generally split (but not cleanly) into theurgic and thaumaturgic activities.  That is, manifestation of the three common desires (wealth, power, love / sex etc.), and then deification and approaching and sometimes joining with / uniting with God.  Occult meaning, hidden.<p>If you read many of the grimoires, there is very little NLP of any kind.  The Papyri Graecae Magicae is one of the oldest explicitly magical documents we have from Greek Egypt, and it does have some manipulation spells (as most magical documents do) but none of this has to do with coersion to join a religion or join in a war, or to "do bad stuff".  It's largely "technology" used by a practicing magician (a moonlighting Egyptian priest) to help the laity deal with their daily lives regarding helping their crops grow, animals not get sick, healing sick children, getting revenge on their neighbors and former lovers etc.<p>Magic is always a tool in the hands of the oppressed as a response to tyrannical hierarchy.</p>
]]></description><pubDate>Fri, 15 Aug 2025 20:05:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44916768</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=44916768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44916768</guid></item><item><title><![CDATA[New comment by wise0wl in "OpenTelemetry and vendor neutrality: how to build an observability strategy"]]></title><description><![CDATA[
<p>From the very beginning of my tenure at my current "start-up" I wrote a Rust bespoke implementation using the base OpenTelemetry library with lots of opinionated defaults and company specifics.  We integrated this early on in our microservice development, and it's been an absolute game changer.  All of our services include the library and use a simple boilerplate macro to include metrics and tracing into our Actix and Tonic servers, Tonic client, etc.  Logs are slurped off Kubernetes pods using promtail.<p>It was easy enough that I, as a single SRE (at the time) could write and implement across dozens of services in a few months of part-time work while handling all my other normal duties.  OpenTelemetry has proved to be worth the investment, and we have stayed within the Grafana ecosystem, now paying for Grafana Cloud (to save our time on maintaining the stack in our Kubernetes clusters).<p>I would absolutely recommend it.  I would recommend it and hopefully use it at any new future positions.</p>
]]></description><pubDate>Thu, 19 Sep 2024 15:47:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41593091</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=41593091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41593091</guid></item><item><title><![CDATA[New comment by wise0wl in "Marked by Stars – Agrippa's Occult Philosophy"]]></title><description><![CDATA[
<p>I adore Justin Sledge, despite putting me to sleep quite a few times.  If you want to learn a bit about the religious side of the esoteric (mysticism) I highly recommend Filip Holm <a href="https://www.youtube.com/@LetsTalkReligion">https://www.youtube.com/@LetsTalkReligion</a></p>
]]></description><pubDate>Fri, 20 Oct 2023 02:53:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=37951883</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=37951883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37951883</guid></item><item><title><![CDATA[New comment by wise0wl in "Marked by Stars – Agrippa's Occult Philosophy"]]></title><description><![CDATA[
<p>There are actually some fairly high quality translations of things nowadays.  Much better than even 20 years ago.  If you are still inclined to the occult, now is a better time than pretty much ever.<p>Science doesn't negate an interest in the arcane, esoteric, or occult.  You can still find this stuff fascinating, and in fact there are practitioners who are actively involved in scientific circles simultaneously. It is not always mutually exclusive.</p>
]]></description><pubDate>Thu, 19 Oct 2023 00:12:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=37936560</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=37936560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37936560</guid></item><item><title><![CDATA[New comment by wise0wl in "Sodium ascorbate treatment for sepsis moves to next phase of human trials"]]></title><description><![CDATA[
<p>I grow heirloom tomatoes in the United States, and they are <i>spectacular</i>.  The tomatoes available in the grocery store pale in comparison to anything grown in your own garden.</p>
]]></description><pubDate>Sat, 14 Oct 2023 00:17:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=37876978</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=37876978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37876978</guid></item><item><title><![CDATA[New comment by wise0wl in "Monitoring Is a Pain"]]></title><description><![CDATA[
<p>I have to completely disagree.  Application level metrics can also be emitted at the log level, but are much easier to work with as a metric.  We have total request count, average request latency per route, and per HTTP response.  This is extremely useful for finding performance regressions when new code is released.</p>
]]></description><pubDate>Tue, 27 Jun 2023 16:49:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=36495460</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=36495460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36495460</guid></item><item><title><![CDATA[New comment by wise0wl in "/r/startrek/ migrates to lemmy"]]></title><description><![CDATA[
<p>I hope that it will work.  I loved the forum days---there was a real sense of community there that does not exist on Reddit except for some very small subs.</p>
]]></description><pubDate>Fri, 16 Jun 2023 14:52:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=36357542</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=36357542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36357542</guid></item><item><title><![CDATA[New comment by wise0wl in "Show HN: Hat-syslog – Syslog Server with real time web UI"]]></title><description><![CDATA[
<p>Yeah, that's not great.  The interface seems snappier for me, but I may just be partial.  I dunno.  There is no perfect solution, but Grafana has been pretty amazing in my experiences.</p>
]]></description><pubDate>Tue, 16 May 2023 04:37:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=35957802</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=35957802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35957802</guid></item><item><title><![CDATA[New comment by wise0wl in "Show HN: Hat-syslog – Syslog Server with real time web UI"]]></title><description><![CDATA[
<p>That has not been my experience whatsoever.  At work we run our own self-hosted Grafana open-source and it's been fantastic.  I've also run it on my own Raspberry Pi 4B at home and it's worked very well.</p>
]]></description><pubDate>Tue, 16 May 2023 01:18:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=35956690</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=35956690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35956690</guid></item><item><title><![CDATA[New comment by wise0wl in "Show HN: Hat-syslog – Syslog Server with real time web UI"]]></title><description><![CDATA[
<p>Grafana has a self-hosted all-in-one docker compose for Loki, Grafana, and Promtail: <a href="https://grafana.com/docs/loki/latest/installation/docker/" rel="nofollow">https://grafana.com/docs/loki/latest/installation/docker/</a><p>I love pretty much everything these folks do.</p>
]]></description><pubDate>Tue, 16 May 2023 00:57:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=35956556</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=35956556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35956556</guid></item><item><title><![CDATA[New comment by wise0wl in "Classic fountain pens"]]></title><description><![CDATA[
<p>I have improved my handwriting.  It took a few months of consistent journaling with a fountain pen to find the "font" that worked for me.  Now, I have different writing styles depending on how much time I can take.  I use a broad nib for quick note taking because I don't have time to make it look "good", and a fine flex nib for when I'm journaling which I use to flourish things a bit.</p>
]]></description><pubDate>Tue, 02 May 2023 14:27:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=35787979</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=35787979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35787979</guid></item><item><title><![CDATA[New comment by wise0wl in "Research: The Transformative Power of Sabbaticals"]]></title><description><![CDATA[
<p>In my next life I think I will do this.  I decided to get married and have kids, so this one is mostly spoken for---but next time round I am doing the sabbatical thing.</p>
]]></description><pubDate>Tue, 28 Feb 2023 04:57:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=34965798</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=34965798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34965798</guid></item><item><title><![CDATA[New comment by wise0wl in "Fentanyl vaccine tested in rats"]]></title><description><![CDATA[
<p>Once you actually don't need it anymore, throw it far away and do not look back.  Benzos and opiates ruin lives because of that little voice.  That voice will be strong enough one day that if you have those close by you will take a few, because why not?<p>That voice is the voice of addiction.  Once it starts it never fully goes away.  It just gets less frequent.</p>
]]></description><pubDate>Mon, 23 Jan 2023 20:27:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=34494490</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=34494490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34494490</guid></item><item><title><![CDATA[New comment by wise0wl in "I rewrote in Crystal my tool to quickly create Kubernetes clusters in Hetzner"]]></title><description><![CDATA[
<p>We use Pulumi at my current workplace and love it.  Being able to use a real language (Typescript, in our case) allows us to create data structure abstractions to feed our Infrastructure-as-Code that make sense from a developer interaction point-of-view.  Our abstractions are less leaky and more in-line with a well designed interface, ready for use by a team that doesn't need to know all the details.  We can have developers write feature code and design services and just plug in simple details for new services in our stacks Yaml.<p>However there is a gotcha.  There are nearly infinite ways to setup your Pulumi codebase and there is no real prescribed structure outside of "create stacks".  This can lead to a lot of time spent in architecting / implementing / testing different structures and abstractions which are not really a thing with Terraform.  This can take time and can lead to refactors if you are not extremely intentional with your design.</p>
]]></description><pubDate>Tue, 03 Jan 2023 16:33:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=34233655</link><dc:creator>wise0wl</dc:creator><comments>https://news.ycombinator.com/item?id=34233655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34233655</guid></item></channel></rss>