Live data from Hacker News

Bongo Cat

bongo.cat

161–170 of 208 posts

Re: Bongo Cat

#161
post #119

Earlier quoted context omitted.

Also HN, please add "`" for inline monospace text.

what? why? backtick code comments/snippets from source text are. really not widely standardized, I don't think it makes sense to encourage them without an accompanying web standard, or at least some kind of standard

CommonMark is some kind of standard, and HN’s current syntax is a subset of it.

Re: Bongo Cat

#162

Earlier quoted context omitted.

> I’m not sure what the go/C equivalent of “Ugh, you’re using jQuery? Time for a rewrite” is. Observed "in the wild": C » C++ C++ » C++ w. STL C++ » C# VB » VB.NET WinForms » WPF » Silverlight » UWP Edited to add: Java EJBs » Java Servlets » Java Spring C++ » Java » C#

You're describing switching to a different language. There's plenty of that going around no matter what language you're using. But I don't recall once seeing anyone decide to rewrite something in the equivalent of a different C "framework". There's certainly a lot less of that outside of frontend development.

[deleted]

Re: Bongo Cat

#164
post #160

Earlier quoted context omitted.

what? why? backtick code comments/snippets from source text are. really not widely standardized, I don't think it makes sense to encourage them without an accompanying web standard, or at least some kind of standard

I'd say that CommonMark is a pretty widely-utilized standard defining formatting including `inline code` snippets.

Gotcha, didn't realize it was standardized. I feel like I heard about CommonMark when it first was announced and I more or less wrote it off as another markup format, but thanks for the clarification.

My poor little internet points <\3 sorry HN for the unforgivable offense of asking a benign question

Re: Bongo Cat

#166

Earlier quoted context omitted.

what? why? backtick code comments/snippets from source text are. really not widely standardized, I don't think it makes sense to encourage them without an accompanying web standard, or at least some kind of standard

HN isn’t a web standard.

The markup that it uses for comments should use one though - and apparently it does! Others have mentioned that it uses a subset of CommonMark as mentioned in your post's sibling comments.

Thanks

Re: Bongo Cat

#167
post #7

It uses jQuery extensively. The frontend developer in me wants to make a fork written in typescript using react and redux toolkit to manage keystrokes. Then I realize it is just a fun toy.

[deleted]

Re: Bongo Cat

#170

Earlier quoted context omitted.

> I’m not sure what the go/C equivalent of “Ugh, you’re using jQuery? Time for a rewrite” is. Observed "in the wild": C » C++ C++ » C++ w. STL C++ » C# VB » VB.NET WinForms » WPF » Silverlight » UWP Edited to add: Java EJBs » Java Servlets » Java Spring C++ » Java » C#

You're describing switching to a different language. There's plenty of that going around no matter what language you're using. But I don't recall once seeing anyone decide to rewrite something in the equivalent of a different C "framework". There's certainly a lot less of that outside of frontend development.

Several of the examples I listed are frameworks or the equivalent.
Post reply on HN