Live data from Hacker News

Show HN: I created Make.rs – a place where makers show what they've made

make.rs

1–10 of 25 posts

Re: Show HN: I created Make.rs – a place where makers show what they've made

#2
I made Make.rs as a place where makers show the world what they've made.

It's a different kind of profile page where it's not about the companies you worked for but what you've done.

It's also a place where you discover other makers like you. Get feedback or let others know what you think about their work.

It's where you get inspired and motivated.

It's where you learn and grow.

Thanks for checking and I'd love to hear your feedback!

Re: Show HN: I created Make.rs – a place where makers show what they've made

#3
Is this in Rust, or specific to Rust? That was my first impression because the .rs extension is in vogue within the Rust community.

It looks like an interesting page. As a site for makers, it would be nice if it had one of those peel back corner links that you can click and find out what the site was using (production stack, languages, tools, etc.).

My concern would be differentiating from code hubs like Github and Gitlab, but I suspect you have a plan for that.

Re: Show HN: I created Make.rs – a place where makers show what they've made

#4

Is this in Rust, or specific to Rust? That was my first impression because the .rs extension is in vogue within the Rust community. It looks like an interesting page. As a site for makers, it would be nice if it had one of those peel back corner links that you can click and find out what the site was using (production stack, languages, tools, etc.). My concern would be differentiating from code hubs like Github and G…

Ah ah, didn't even think of that (Rust). I did it with just React & Tailwind CSS. And thanks for the suggestion, I like it :)

Re: Show HN: I created Make.rs – a place where makers show what they've made

#5
I'm getting CORS issues when I try to submit a project (Chrome, Safari).

> Access to XMLHttpRequest at 'https://api.make.rs/projects/' from origin 'https://make.rs' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Re: Show HN: I created Make.rs – a place where makers show what they've made

#6
post #5

I'm getting CORS issues when I try to submit a project (Chrome, Safari). > Access to XMLHttpRequest at ' https://api.make.rs/projects/ ' from origin ' https://make.rs ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

This is weird, you are the second one who reports this today. I really wonder what's wrong as it works for the rest, and the CORS is configured correctly IMO (but seems it's not?). Sorry :/

Re: Show HN: I created Make.rs – a place where makers show what they've made

#7
post #6
post #5

I'm getting CORS issues when I try to submit a project (Chrome, Safari). > Access to XMLHttpRequest at ' https://api.make.rs/projects/ ' from origin ' https://make.rs ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

This is weird, you are the second one who reports this today. I really wonder what's wrong as it works for the rest, and the CORS is configured correctly IMO (but seems it's not?). Sorry :/

Do you have multiple API instances by chance? Maybe one remained with "old" code?

Re: Show HN: I created Make.rs – a place where makers show what they've made

#8
Scrolling through the list... I love the personality to this page with the visual design; don't see that too often these days.

Tempted to make a page (I suppose my hand-coded html homepage at https://www.kradeelav.com would fit, as well as various zine and illustration projects).

My only big question is a lack of understanding 'which makers' are acceptable here. Those who play with code? those who play with paper? those who play with a combination of both and with the infinity other mediums that exist?

Re: Show HN: I created Make.rs – a place where makers show what they've made

#9
Congrats to your project.

On parts of the site you should check the responsiveness. For example I was able to scroll far to the right on the project lists (android & chrome).

When I uploaded my profile picture it was very distorted.

Overall I like it and think it is a good idea!

Re: Show HN: I created Make.rs – a place where makers show what they've made

#10
post #5

I'm getting CORS issues when I try to submit a project (Chrome, Safari). > Access to XMLHttpRequest at ' https://api.make.rs/projects/ ' from origin ' https://make.rs ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

I'm getting this same problem while trying to set my profile at the welcome screen (or by going to settings). This is on Firefox Developer Edition.

I then manually disabled CORS (I overrode it with an extension), and noticed it was failing again, but this time with an HTTP 413 to the API endpoint. I changed my image to something smaller (it was 3 MB), and it worked.

Post reply on HN