Live data from Hacker News

Show HN: Ray.so – Create images of your code

ray.so

41–50 of 129 posts

Re: Show HN: Ray.so – Create images of your code

#41
post #32

Would be awesome if this supported SVG for better accessibility/making code copyable!

Seems like a lot of folks wanna have SVG support. We’ll take a look on how to support it. Do I understand it correctly that this is better to add it to a README?

Or to a website - scales much better!

Re: Show HN: Ray.so – Create images of your code

#43
post #23

Similar website: https://carbon.now.sh/ . They probably have more themes but I like this conciseness.

Carbon is awesome, works offline, and can be integrated with any decent editor, so you can just select code and press a keybind to get the image on your clipboard.

I didn't know there's an editor integration to Carbon. Is there a specific extension for VScode?

Re: Show HN: Ray.so – Create images of your code

#44
I may be rather opinionated on this, but there are literally community efforts to transcribe memes and other pictures containing text so visually impaired people get access to content, and meanwhile about every 3-4 weeks HN features yet another web app that basically takes human readable text and stores it in one of the most inefficient and inaccessible ways possible. It becomes invisible to screenreaders, impossible to copy-paste like you'd otherwise expect from text based content.

I don't want to come across as all too negative, but it somehow feels really strange to have so many websites that basically just take a fancy screenshot of text. To me it kind of comes across like a developer version of those Instagram pictures of meals at restaurants.

Re: Show HN: Ray.so – Create images of your code

#46

I may be rather opinionated on this, but there are literally community efforts to transcribe memes and other pictures containing text so visually impaired people get access to content, and meanwhile about every 3-4 weeks HN features yet another web app that basically takes human readable text and stores it in one of the most inefficient and inaccessible ways possible. It becomes invisible to screenreaders, impossible…

I think one of the problems here is that people wanna share code snippets on social media, where generally, the other approaches mean linking to an external github gist or similar, which isn't as visible. I'm not sure if I see a good solution, other than suggesting that the "link previews" for social media sites display the code snippet inline, if it's a link to a pastebin/github gists page.

Edit: Perhaps something can be done by somehow embedding the content into the image (EXIF?) Metadata?

Re: Show HN: Ray.so – Create images of your code

#48

I may be rather opinionated on this, but there are literally community efforts to transcribe memes and other pictures containing text so visually impaired people get access to content, and meanwhile about every 3-4 weeks HN features yet another web app that basically takes human readable text and stores it in one of the most inefficient and inaccessible ways possible. It becomes invisible to screenreaders, impossible…

I think one of the problems here is that people wanna share code snippets on social media, where generally, the other approaches mean linking to an external github gist or similar, which isn't as visible. I'm not sure if I see a good solution, other than suggesting that the "link previews" for social media sites display the code snippet inline, if it's a link to a pastebin/github gists page. Edit: Perhaps something c…

Is there way to keep it as text, but make it uneditable? Ohh.. wait!

Re: Show HN: Ray.so – Create images of your code

#49

I may be rather opinionated on this, but there are literally community efforts to transcribe memes and other pictures containing text so visually impaired people get access to content, and meanwhile about every 3-4 weeks HN features yet another web app that basically takes human readable text and stores it in one of the most inefficient and inaccessible ways possible. It becomes invisible to screenreaders, impossible…

Some people love the text from an aesthetic view. I don't think we should be against that but rather to advocate the improvement of accessible technology.

Re: Show HN: Ray.so – Create images of your code

#50

I may be rather opinionated on this, but there are literally community efforts to transcribe memes and other pictures containing text so visually impaired people get access to content, and meanwhile about every 3-4 weeks HN features yet another web app that basically takes human readable text and stores it in one of the most inefficient and inaccessible ways possible. It becomes invisible to screenreaders, impossible…

What would be great is if it generated an SVG with the screen-reader accessible title and description built in.

[title] [long description] ...

Post reply on HN