It’s brave individuals like yourself who are doing the lord’s work 🫡
- 4 Posts
- 32 Comments
Yeah, I’m actually kinda curious to see what it would do, since the command is pretty nonsensical. Probably just an immediate failure along the lines of “/ is a directory”?
I too cried like that at first.
You’re really throwing out every dishonest rhetorical tactic in the book. Reading this exchange is disgusting.
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?”
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.
gsfraley@lemmy.worldto Programmer Humor@programming.dev•I am a software developer at PornHub41·1 year agoThe 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.
gsfraley@lemmy.worldto World News@lemmy.ml•North Korea says it tested solid-fuel hypersonic missile186·1 year agoAre… are you simping for North Korea?
gsfraley@lemmy.worldOPto Programming@programming.dev•Mistletoe Package Manager (WIP) -- Run WASM, Get Kubernetes YAML1·2 years agodeleted by creator
gsfraley@lemmy.worldOPto Programming@programming.dev•Mistletoe Package Manager (WIP) -- Run WASM, Get Kubernetes YAML61·2 years agoOh, 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.
gsfraley@lemmy.worldOPto Programming@programming.dev•Mistletoe Package Manager (WIP) -- Run WASM, Get Kubernetes YAML3·2 years agoSo 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.
Haha considering just how much irrelevant third-party training data you’d be looping into a format conversion, this metaphor really is spot-on.