< 1631405415 569593 :arseniiv!~arseniiv@136.169.204.31 QUIT :Ping timeout: 260 seconds < 1631406169 899297 :normsaa!~normsaa@101.175.64.73 JOIN #esolangs * :[https://web.libera.chat] normsaa < 1631406955 562398 :src!~src@user/src QUIT :Ping timeout: 260 seconds < 1631408418 528457 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Is Tom7 interested in Free Hero Mesh now that bizarro is implemented? Someone told me that it is, but I don't really know. (Maybe, should also be implemented changing execution order of objects (like, I think, Tom7 did), but that might be difficult to know how to do it properly) < 1631408583 624897 :keegan!~beehive@li521-214.members.linode.com PRIVMSG #esolangs :what is bizarro < 1631408634 540024 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :The bizarro world is another grid of objects which is normally invisible and intangible, but is still affected by most turn-based actions < 1631408855 457225 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :dunno, you'll have to ask him. he has an email. < 1631408867 760675 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :and a blog with comment forms. < 1631408879 393351 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :OK. I looked and I found two different email addresses. < 1631409032 894209 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :But, I will try. < 1631412275 80695 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :in git, how do you list the refs of a remote repo? < 1631412367 281240 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :b_jonas: does "git branch -v --remote" do what you want? < 1631413051 170012 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: no, that only shows the local tags created that follow the remote tags. but (git ls-remote) does work. < 1631413138 652175 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: the context is that I was trying to pull from a git repo that renamed its master branch to main, and didn't leave master even as a synonym, but I still have a local remotes/origin/main reference. so I wanted git to list remote refs to make sure that indeed, master doesn't exist on the remote. < 1631413151 131339 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :*sigh* < 1631413392 93960 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :the "master" nonsense started out sanely, with only the fancy web interface on github localizing "master" to "main", and using "main" as the branch name in repos if you create one with their fancy GUI tool. they don't need to touch actual branch names, because that would break compatibility, and the kind of people who don't understand that won't see the real branch names because they don't type (git < 1631413398 582457 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :lsref) or anything in the command-line, they just look at the github frontpage or something. < 1631413416 29121 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :but no, at least one repository actually has the existing branch name deleted now. how did we get to this? < 1631413494 374449 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :immibis: ok, you were right < 1631413496 352071 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :um < 1631413498 702217 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :int-e: you were right < 1631413520 891248 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :and it sounds like it's from one of those puzzle/contest sites, not from coursework homework < 1631413536 943018 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :fwiw, I think it makes the most sense to name the primary branch after the project < 1631413597 254647 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :I don't care what you name the branch, I only care when it's renamed in an existing public repo with no synonym left < 1631413801 978862 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :(I also found another repo that did a non-fastforward change to their master < 1631413956 766901 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :What I read is that git doesn't care about the branch name (except that it creates the "master" branch by default). But, you might want to use other branch names in any system, one reason being due to converting it, e.g. fossil<->git, since fossil uses name "trunk" by default, but again it doesn't care the branch name you can use other names. < 1631414040 790745 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :(Fossil also has propagating tags too, so you can reference a range of commits using a name of any tag and you can have more than one. The branch name is also a tag, so that can also be used.) < 1631414133 462590 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :what I don't know is how git knows which branch is the default? when I clone a repo, I don't explicitly tell it to check out the master branch, it decides that on its own. < 1631414141 973467 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :is there something in the config that tells that? < 1631414261 340130 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Does anything but Subversion use that model where you just have one big tree, and it's just a convention that you create top-level directories "trunk", "tags" and "branches" under the root, and make copies of all your code in them? < 1631414287 357460 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :hmm... I think git checks out the HEAD of the remote < 1631414340 258293 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :fizzie: no idea, ask someone who uses mercurial, they have like three or four different branch mechanisms so perhaps one of them is that < 1631414351 482156 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs ::-/ < 1631414359 315868 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :git clone "-- creates and checks out an initial branch that is forked from the cloned repository’s currently active branch." < 1631414410 750222 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I guess a bare repository has an active branch as well? < 1631414449 876092 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :fizzie: apparently < 1631414455 169523 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :And we use Mercurial at work, though weirdly. < 1631414522 328199 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :fizzie: aren't you using git at work? < 1631414574 68900 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :No. Well, except for a lot of open-source things of course. < 1631414602 593109 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Chromium and Android and such. < 1631414639 912278 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :well yeah, everyone has a lot of version control systems installed on their machine these days just to be able to check out third party repositories < 1631414677 662080 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :that's why I have cvs, mercurial, darcs, fossil, bazaar installed < 1631414698 944184 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :(svn and git I have used for actual work or hobby) < 1631414880 79315 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :I think we moved from Subversion to git for the "big" (not that big) shared ASR codebase at the university when I was there doing research. < 1631414976 262764 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Hey, that fox is back. < 1631415014 392265 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Well, okay, it might be an entirely different fox, I think there's many of them. < 1631415097 388367 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Hadn't seen any for a while, but before that I frequently saw one of two at night out there crossing the (pretty quiet) side street or just walking on the sidewalk. < 1631415157 542370 :earendel!uid498179@user/earendel JOIN #esolangs earendel :Amore Fuenfter Stock < 1631415932 328723 :earendel!uid498179@user/earendel PRIVMSG #esolangs :new connection would also mean new secure socket layer handshake roundtrips overhead..no? this sucks hard on gprs connections, when scripts demand preflight check for modifications before it serves from cache. a page like irccloud easily make 30-40 https requests. it is a pain. not sure what keepAlive even does. probably additional overhead ping pongs. it in some ways stays open. via stream end < 1631416331 67255 :earendel!uid498179@user/earendel PRIVMSG #esolangs :a better protocol would put all requests in a single one. and fetch the whole package deflated, encypted.. vice versa.. and then evaluated "in time". and the user/webdeveloper would only notice when inspecting the network tab. good software never jumps in your way demanding your attention. < 1631416421 427011 :Corbin!~Corbin@c-73-67-140-116.hsd1.or.comcast.net PRIVMSG #esolangs :Sure, computers suck. < 1631416444 884995 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :earendel: what is the context for this? and yes, we've been doing multiple HTTP requests per TCP connection long ago, regardless of SSL or not < 1631416458 296478 :earendel!uid498179@user/earendel PRIVMSG #esolangs :yes, but not pleasently < 1631416487 415431 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :well yes, HTTP 2 is trying to improve on that a bit I think < 1631416507 919257 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :in that it allows you to abort a request without breaking the TCP stream < 1631416521 445744 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :but the basics work well enough, and routinely used for downloading several small files < 1631416526 456867 :earendel!uid498179@user/earendel PRIVMSG #esolangs :[ardon.. a few thoughts. context is my mobile connecion here :/ < 1631416567 934407 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :HTTP/3 uses UDP and has a 0-RTT encrypted handshake to known servers. Or at least QUIC did. < 1631416594 943661 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :I mean I have an old custom HTTP downloader program (I really should make a new one soon because it sucks), it has a delay mode where it downloads things slowly, and in that delay more I batch multiple requests together and longer delays between just so that I can take advantage of HTTP keepalive connections < 1631416619 496179 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :and indeed I've done a debug output to verify that that works, it does not start a new TCP connection within the batches usually < 1631416629 933080 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :(And TCP keepalive is pretty much just redundant 0-size frames + their acks.) < 1631416647 765063 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :fizzie: this is a different keepalive < 1631416650 732546 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :not TCP keepalive < 1631416696 446826 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Oh, I got confused, because that was talked about earlier. < 1631416707 125454 :earendel!uid498179@user/earendel PRIVMSG #esolangs :i am afraid all of this is crappy om plicated and just doesn't work. or solve the problem it was invented for. obviously. so http is ok. one as well use bundlers. and just.. test a webapp in low bandwith. < 1631416723 220750 :earendel!uid498179@user/earendel PRIVMSG #esolangs :right keepalive we were. < 1631416739 657347 :fizzie!irc@selene.zem.fi PRIVMSG #esolangs :Yeah, the HTTP "keepalive" is almost a different meaning of the word. < 1631416754 88095 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :it's just some stuff in the request and response headers where the server and client negotiate that you can reuse the TCP connection for another request, for which both parties have to make sure that if a request/response has a body, it uses either Content-Length or chunked encoding so the other party can tell where the body ends < 1631416785 900598 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :but earendel might have asked about something else and I jumped to a conclusion < 1631416786 475510 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :it has crossed my mind recently that many web pages have heavy JavaScript for doing things like replacing small portions of the page so that there's no need to redownload the whole thing < 1631416796 780532 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :I don't know the context that earendel was trying to ask about < 1631416799 178176 :earendel!uid498179@user/earendel PRIVMSG #esolangs :i was a bit off as i said. 1st sgt logbook entry. i understand we talked about tcp. < 1631416799 947600 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :when in fact, you could just do it all as plain HTML and it'd be faster due to the smaller download sizes < 1631416841 2878 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :there are complicated javascript-based web forums which have things like fake scrollbars because the real one wouldn't work properly, because the page isn't loaded all at once < 1631416851 198520 :earendel!uid498179@user/earendel PRIVMSG #esolangs :yup. < 1631416855 555583 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :but, if it weren't for images (which you may be able to use placeholders for), you probably *could* just load the page all at once < 1631416867 616007 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :and it might well be lighter < 1631416888 534747 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: and websites that put on a blur filter and an overlay popup that says you have to buy a payed subscription to view the article, on client side < 1631416912 845093 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :or similarly a blur filter and an overlay popup saying that you have to claim to be at least 18 years old to view the content < 1631416920 917452 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :usually also disabling the scrolling behind it < 1631416932 644768 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :b_jonas: I've discovered that surprisingly many of those, the filter, overlay, etc. just don't load if you have JavaScript off < 1631416954 17044 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: nah, on some sites nothing loads if you have Javascript off < 1631416957 390098 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :my "default" for browsing the web is JS-off (I have ways to turn it on if I need to), and it's actually much more usable that way, surprisingly < 1631416967 701763 :earendel!uid498179@user/earendel PRIVMSG #esolangs :yes. images can, and were put into sprite bitmaps to keep conn low. < 1631416980 341818 :earendel!uid498179@user/earendel PRIVMSG #esolangs :but images are not used much as back then. < 1631416995 473437 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: but sure that happens too < 1631417017 647564 :earendel!uid498179@user/earendel PRIVMSG #esolangs :usully u can do a lot with that minimal symbols that are fashinable and minimal (which i like too) < 1631417050 654735 :earendel!uid498179@user/earendel PRIVMSG #esolangs :it helps indeed sometimes. < 1631417070 682442 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: there's at least one site where I enable javascript just to download the content, AND have a client-side CSS rule to remove the overlay and reenable scrolling < 1631417081 685429 :earendel!uid498179@user/earendel PRIVMSG #esolangs :btw. gitter is lynx compatible. < 1631417139 974775 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: oh, and you need to accept at least some cookies for it to load too < 1631417153 420859 :earendel!uid498179@user/earendel PRIVMSG #esolangs :i think most websites are mining coins when i use their interface in the background. and keeps machine learning my type style. and metriics more terrifying. :> < 1631417405 231637 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :earendel: probably not very fast, because I'd hear the fan spinning < 1631417471 704120 :earendel!uid498179@user/earendel PRIVMSG #esolangs :or contribute to SETI < 1631417497 89334 :earendel!uid498179@user/earendel PRIVMSG #esolangs :which i would cancel severly. < 1631417500 570243 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :ais523: I agree; it does usually work better. < 1631417526 274873 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Sometimes, even though nothing is displayed if JS is disabled, you can disable CSS as well and then it will be displayed. However, sometimes this does not work. < 1631417595 65801 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :(Sometimes by viewing the source you can still find a link to the data, though.) < 1631417616 541635 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :I discovered recently that Firefox has a built-in way to disable CSS on the page you're viewing < 1631417633 113980 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :alt-v, y, n < 1631417644 468474 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :this also lets you change between stylesheets, if the site defined more than one < 1631417647 900373 :earendel!uid498179@user/earendel PRIVMSG #esolangs :about:config? < 1631417657 773489 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :no, in the menus for one page, rather than globally < 1631417667 262336 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :it's probably got a global CSS disable too, but I doubt it's a good idea to use it < 1631417759 646640 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I use that command a lot actually < 1631417835 212798 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: yes, that's very old. the alternate stylesheets too, though mostly your readers won't guess they exist unless you include a built-in interface, whether client-side script to change which stylesheets are active < 1631417865 204539 :earendel!uid498179@user/earendel PRIVMSG #esolangs :that matrix addon was quite powerful. usually its a bit too much work, but it could pay on 56KBit ~ < 1631417870 952776 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :b_jonas: still, it means that you could combine the JS stylesheet change, with the browser stylesheet change < 1631417875 321222 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :and have a page that works for non-JS viewers < 1631417879 450518 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :also I think different browsers implement the alternate stylesheets a bit differently so you have to be careful, to tell if they're disabled when loading the page, some look at one attribute, some look at another < 1631417911 664178 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :one attribute tells if it's a normal or alternate stylesheet; the other gives the name of the alternat stylesheet that the menu or scripts can reference to enable/disable it < 1631417939 720735 :earendel!uid498179@user/earendel PRIVMSG #esolangs :aaand. markdown would be totally sufficient for informational pages. articles. < 1631417984 256651 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :I wouldn't like Markdown specifically for that because it has a few annoying corner cases < 1631417988 937570 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :like in the escaping rules < 1631417997 314508 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Another alternative is the simpler gemini format < 1631417998 32983 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :but, the sort of page that can be generated from a markdown-ish input, yes < 1631418004 565155 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :or even POD < 1631418046 224992 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :(Although gemini doesn't have inline formatting; there is no emphasis, strong, fixpitch (except for blocks), or inline links (links on lines by themself are possible).) < 1631418056 897561 :earendel!uid498179@user/earendel PRIVMSG #esolangs :there can still be app vr world integrated within toaster and fridge. also rss has to somehow be spun together. then we can drop social media tech monopolies if we want. (we could keep the, if they behave nicely :) < 1631418066 663188 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :I actually really like POD's feature set, except for the non-semantic I<> and B<> < 1631418091 877066 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: yes. but the menu only allows the reader to enable one alt stylesheet and disable all others, or enable no alt stylesheet. if you want multiple orthogonal axis by stylesheet, such as colors and font sizes, you need more than the menu. < 1631418108 834753 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :I also don't like markdown. it's harder to use than HTML. < 1631418113 592572 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :well, browsers have a built-in for variable font sizes nowadays too, but yes < 1631418131 604316 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :I was working on my own markdown-alike, but never finished, there were some things I couldn't decide how they should work < 1631418135 256015 :earendel!uid498179@user/earendel PRIVMSG #esolangs :some p2p indexing distributed queryable node mastermind < 1631418141 897131 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :you'd THINK it's hard to make a markup language that's worse than HTML with all its historical baggage, yet a lot of wiki or forum sites manage exactly that < 1631418145 484281 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :I /did/ decide that
was worthy of having a tag-equivalent, though < 1631418158 823719 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :and find an escaping syntax I was happy with < 1631418159 3545 :earendel!uid498179@user/earendel PRIVMSG #esolangs :so. i hope u have noted this. :p < 1631418160 479835 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :it'd be quite marvelous if I didn't want to post on some of those sites < 1631418166 12340 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I think plain HTML without CSS or scripts, and with some commands omitted and also some more things such as footnotes, can be good, perhaps. < 1631418184 324338 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :I think there are three goals for a markdown-alike, in some amount of competition: a) be readable as plaintext, b) be easy to write, c) round-trip well with HTML-alikes < 1631418193 583876 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :I was primarily focusing on a) and c), but other combinations also make sense < 1631418205 744109 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :Markdown is moderately bad in all three areas < 1631418225 666933 :b_jonas!~x@catv-176-63-3-104.catv.broadband.hu PRIVMSG #esolangs :ais523: yeah, if I make a custom markup language, it will be HTML plus a lot of custom pseudo-tags that are rewritten on the server < 1631418230 844307 :earendel!uid498179@user/earendel PRIVMSG #esolangs :hihi < 1631418232 120768 :ais523!~ais523@213.205.242.171 PRIVMSG #esolangs :MediaWiki markup is good at c) and moderately good at b), less good at a) < 1631418239 554278 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :I also had idea of markdown-alike too, with goals a) and b), and without the ability to embed HTML. Also some other differences, such as <...@...> for message IDs, and using ^H and ^W to represent strike-out < 1631418323 979970 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :But regardless, I should think that a) is important < 1631418433 538939 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :When writing a web page, ensure working without scripts if possible. Include a proper