bugs 内の Degraine によるリンク Markdown reference style links don't work properly

[–]spladug 1ポイント2ポイント  (0子コメント)

Snudown is reddit's markdown processor. Snuownd is a third-party javascript implementation of it. From what I can tell, reference links do indeed work in Snudown. (the link in this paragraph was written that way).

modnews 内の tdohz によるリンク Moderators: markdown auto-linking for r/subreddit and u/username

[–]spladug 8ポイント9ポイント  (0子コメント)

Check out CommonMark to see if some of your issues might be fixed in the thing that we will probably move to if/when we have time to work on a project like that.

Couple of notes:

  • some of those issues aren't really bugs as much as design decisions in Markdown the language. This includes the line breaks and the numbering of lists. Some of this stuff (like list numbering) is re-decided in CommonMark.
  • reddit uses a fair number of extensions on top of base Markdown (such as superscript and obviously the subreddit/username autolinking) so you may not see those features in the plain CommonMark dingus.

(to be clear: no wholesale changes to reddit markdown are planned afaik in the near to medium term.)

modnews 内の tdohz によるリンク Moderators: markdown auto-linking for r/subreddit and u/username

[–]spladug 1ポイント2ポイント  (0子コメント)

I'll give you my hard-wrapped paragraphs when you pry them from my cold dead hands.

You're very right to think of plain text emails, in the Markdown spec John Gruber says:

While Markdown’s syntax has been influenced by several existing text-to-HTML filters, the single biggest source of inspiration for Markdown’s syntax is the format of plain text email.

modnews 内の tdohz によるリンク Moderators: markdown auto-linking for r/subreddit and u/username

[–]spladug 6ポイント7ポイント  (0子コメント)

This is fixed in CommonMark. We just need to upgrade to that at some point. :/

modnews 内の tdohz によるリンク Moderators: markdown auto-linking for r/subreddit and u/username

[–]spladug 15ポイント16ポイント  (0子コメント)

Double subdomains also don't work for reddit.com on HTTPS because we only have a single wildcard *.reddit.com certificate.

live 内の hirotoo によるリンク [Suggestion] The ability to embed a live stream onto a self-post.

[–]spladug 0ポイント1ポイント  (0子コメント)

The lack of the static "resources" section in the embed is definitely a bummer. Perhaps a way to expand the embed sideways and show the actual live content in there would help; it's kinda tough because there's not a whole lot of space to play with on many monitors.

As for stickying, I think we're planning on allowing live links to be stickied in their current form.

rust 内の burntsushi によるリンク Error Handling in Rust

[–]spladug 3ポイント4ポイント  (0子コメント)

Thank you for writing this. I was very unclear before this what map and friends were used for. The case study at the end was very helpful as well.

rust 内の greggawatt によるリンク How have you implemented rust at work?

[–]spladug 5ポイント6ポイント  (0子コメント)

I'm currently using it to write some log parsing tools for use with haproxy. Mostly just to get my feet wet with the language, but we'll likely end up using it to replace some more primitive tools I wrote a while ago in C for the same purpose.

goldbenefits 内の powerlanguage によるリンク introducing reddit themes - change the appearance of reddit

[–]spladug 1ポイント2ポイント  (0子コメント)

CSS blocks page loads (and should since you don't want a flash of unstyled content). Images can be loaded lazily after the rest of the page.

modhelp 内の rberrtus によるリンク subreddit settings

[–]spladug 1ポイント2ポイント  (0子コメント)

Translations are done by volunteers over in /r/i18n. Beats me why this string got "translated" so. :)

changelog 内の umbrae によるリンク [reddit change] A live thread for smaller and operational changes (and fun graphs)

[–]spladug 4ポイント5ポイント  (0子コメント)

reddit_herald? No, it's not intended to automatically announce every commit that goes into the code. This live thread is for us human types to post about things that are going on.

bugs 内の ksheep によるリンク All child comments are displaying posted time of initial comment in thread

[–]spladug[A] 6ポイント7ポイント  (0子コメント)

This is my bad. Working on a fix. Thank you for the excellent writeup.

EDIT: Fixed and deployed to production. For reference:

blog 内の powerlanguage によるリンク the button

[–]spladug[A] 281ポイント282ポイント  (0子コメント)

The button was blameless in the issues the site just experienced.

modnews 内の Deimorz によるリンク Moderators: AutoModerator is now built into reddit - new syntax and functionality

[–]spladug 13ポイント14ポイント  (0子コメント)

I'm really glad this is totally not an april fools joke.

videos 内の [deleted] によるリンク DMCA mass takedown request - the state of play on /r/videos

[–]spladug 14ポイント15ポイント  (0子コメント)

This thread was posted by the mods of /r/videos who are regular users (not employees of reddit). The comment by above with the red [A] was posted by an employee of reddit.

sophiepotamus 内の spladug によるリンク Sleeping in the sun

[–]spladug[S] -1ポイント0ポイント  (0子コメント)

Yeah! All better :)

bugs 内の DFGdanger によるリンク A lot of my comments in my overview are showing up as if I had removed the upvote, but I didn't.

[–]spladug[A] 2ポイント3ポイント  (0子コメント)

Thanks, probably my fault. Looking into it.

EDIT: I've reverted a change I made earlier today and will try again tomorrow with some consistency levels turned up. If you're still seeing some missing votes, they'll fill in over time. Fun times.

EDIT2: Not so much a consistency issue as just flat out a bug. Fixed it and rolled it out again. Seemingly, to great success.