But then you’d be missing out on the greats, like Party Cannon
But then you’d be missing out on the greats, like Party Cannon
Strong agree. It’s also the absolute best at expressing really long documents of configuration/data.
Hmm, doctype declarations are sort of like the markup equivalent of headers. Usually parsers read them to know what flavor to expect and then go parse the rest of the page separately. You shouldn’t have to do this, but if you chop off that first line and run it through a standard HTML parser it might work fine.
I would try another HTML 5 parser. HTML 5 is somewhat of a unification of HTML and XHTML, getting into syntax-specifics between the two with XML parsing is probably going to be an uphill battle. That said, I’m curious what the first line is, it could just be malformed entirely.
In case anyone else was wondering what got OP’s knickers in a knot: https://lemmy.world/post/19294770
Yeah, lemmy.ml has a kinda of special place in the fediverse. Tolerance of intolerance is how civility dies, no wonder people are eager to space away from that instance.
The fuck’s wrong with you?
Interesting that Squidward is only happy as a Teenage Mutant Ninja Turtle
It’s a pretty popular meme format, it’s not serious
Oof, and there’s only ten lines of code, too. And they look very purposefully written out.
Are… are you simping for North Korea?
deleted by creator
Oh, it’s all still Kubernetes YAML. The difference is in how it’s represented. Helm Charts are packaged Golang templates of Kubernetes YAML, and as such have a whole lot of limitation since the only logic you can put into them is Golang template logic.
This is still Kubernetes YAML, but instead you write any program you want to return the YAML, as long as it fits in the sandbox, so it’s pretty open-ended. For example, as a stretch goal, I might add an engine to it that could recompile Helm Charts into Mistletoe Modules.
So Helm never fell short for me as an end user. As far as that goes, it’s near-perfect.
Where it does fall short is as a package writer. A package in Helm is just Kubernetes YAML that’s templated in Golang templates. As such, it gets very hard to any logic beyond the most basic, and projects that get larger get very unwieldy.
Hmm, what’s your idea for the OCI image format, e.g., how would it work? That might be worth looking into, too.
That’s factually false. Its main mechanism of action is adenosine antagonism, but it does cause a rise of blood adrenaline, as well as a release dopamine and norepinephrine to a handful of systems in the brain.
It’s true that it doesn’t improve mental acuity, and can leave you in an exhausted-but-anxious state, but saying it doesn’t actually stimulate you or wake you up is incorrect.
Luckily my boss does, bless him. If I ever leave the company, his attitude is one of the things I’ll miss the most.
Oh god, I feel this in my soul. I feel so fortunate that most people only see the running average of my work output and not a live feed of what I’m actually spending my time doing.
To be fair, there are a lot of “XYZ” problems on Stack Overflow where someone’s missing the point with the problem they’re trying to solve.
“I need my script to delete my file, but I can’t figure out the pathing so I delete random files until the correct one is gone. However, it’s slow – how do I speed my script up when deleting random files?”