HackerTrans
TopNewTrendsCommentsPastAskShowJobs

__s__

no profile record

Submissions

Show HN: Alexa Skill for HIIT and Tabata Timer

amazon.com
2 points·by __s__·w zeszłym roku·0 comments

Show HN: A simple echo server for testing HTTP clients

echoserver.dev
59 points·by __s__·3 lata temu·36 comments

Show HN: AI Title Generator Using ChatGPT

ai-title-generator.onrender.com
1 points·by __s__·3 lata temu·0 comments

Show HN: Search tweets like Google without distractions

twigle.page
1 points·by __s__·3 lata temu·1 comments

Show HN: Search YouTube videos like Google without distractions

yougle.page
10 points·by __s__·5 lat temu·5 comments

Show HN: JSON to CSV Converter – Intuitive and Powerful

jsontocsvconv.com
1 points·by __s__·5 lat temu·1 comments

comments

__s__
·3 lata temu·discuss
That's true. Although it will make the URL longer, I have decided to use encodeURIComponent to escape characters and avoid potential bugs.
__s__
·3 lata temu·discuss
Thank you for your comment! I plan to add it in the next implementation.
__s__
·3 lata temu·discuss
Thank you for your comment! I appreciate your constructive advice. I will take it into consideration for the next implementation.
__s__
·3 lata temu·discuss
I didn't test it with curl because I was assuming it would be used on the frontend, but as afn mentioned, I think it should work correctly if you add -g as shown below: curl -g -v 'https://echoserver.dev/server?query={"headers":[["foo","bar"...}'

Also, I am using render.com for hosting, and render.com uses Cloudflare internally, so it seems that related headers are also included. However, I believe this should not be a problem for testing purposes.
__s__
·3 lata temu·discuss
I'm sorry. English is not my native language, and I lack confidence in it, so I used ChatGPT.
__s__
·5 lat temu·discuss
Hi everyone, I am S, a freelance web developer.

I needed to use a JSON to CSV Converter in graduate school, but there was no intuitive converter application. That's why I developed this app.