set -euo pipefail
Fun fact, if you’re forced to write against POSIX shell, you aren’t allowed to use these options, since they’re not a thing, which is (part of) the reason why for example Google doesn’t allow any shell language but bash, lol.
set -euo pipefail
Fun fact, if you’re forced to write against POSIX shell, you aren’t allowed to use these options, since they’re not a thing, which is (part of) the reason why for example Google doesn’t allow any shell language but bash, lol.
Then you’ll have to find the time later when this leads to bugs. If you write against bash while declaring it POSIX shell, but then a random system’s sh
doesn’t implement a certain thing, you’ll be SOL. Or what exactly do you mean by “match standards”?
Well yeah, with CSS and user interaction it’s understandable… as I’ve linked above.
The question was if this is possible for purely-HTML markup descriptions without CSS nor clicks, and it was a rhetorical one.
So where in that can I encode an arbitrary program? Like one could do in JavaScript?
Who is “it” which interprets things? Is it part of HTML/CSS?
Boy have we got the API for you!
Replace all spaces with the unicode non-breaking space that looks the same.
Although I know at least some language servers will detect this and mark it as an error, lol.
Hm, really? Curios, because it most definitely is quite fast for me… May I ask (very approximately) what region you’re living in? Maybe they lack a data center “nearby”?
Wrong. Well, at least incomplete.
You need user interaction (e.g., clicking on a button) and HTML & CSS for Turing Completeness, apparently.
You will probably be a fan of https://kagi.com/, then. I know it’s what I first noticed and what stood out to me a couple years back…
I only learned that this was a thing like literally two days ago!
C# is basically Java and from what I can tell, this looks approximately valid.
Variables can always* be named freely to your liking.
*You used to have to stick to the Latin alphabet, but that’s increasingly not the case anymore. Emoji-named variables FTW!
Thanks! I’ve only known the on-device installable Adguard apps until now (which obviously won’t work for something like roommate’s Apple TV, for example), so this is new stuff to me. Interesting!
Does Adguard work on “smart devices” like a TV?
Why does it compare against $1
for the string match? Wouldn’t kudasai
be at the end of something like $*
?
No kitty graphics protocol? 🤨😔
At this point, TOML is my favorite since it basically amounts to an attempt at standardizing the .ini
/.conf
style of config “language”/files. It’s still simple enough, but pretty powerful, and was seemingly good for the Rust and Python projects to be convinced to choose it as a default…
Ooh, you’re totally right!! I forgot about that since it’s not in the older versions.