HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brennerm

no profile record

Submissions

Show HN: Explore Prometheus /metrics endpoints from your terminal

github.com
3 points·by brennerm·قبل 7 أشهر·0 comments

Rrweb, web session recording and replaying based on DOM changes and events

github.com
1 points·by brennerm·قبل سنتين·0 comments

[untitled]

1 points·by brennerm·قبل سنتين·0 comments

Show HN: Find hosting providers best suited for your application's tech stack

wheretohostmy.app
1 points·by brennerm·قبل سنتين·4 comments

Show HN: DB to map cities to countries and states

github.com
3 points·by brennerm·قبل سنتين·0 comments

Show HN: Interactive Cheatsheet about CORS

blockedbycors.dev
5 points·by brennerm·قبل سنتين·4 comments

comments

brennerm
·قبل سنتين·discuss
Currently working solo on the MVP of https://web2ebook.com/.

It's a tool to scratch my own itch, which is converting all kinds of web content into ebooks and send them to my ereader.

Currently focusing on web pages/Atom/RSS feeds but I may extend it later e.g. into transcribing videos + extracting image highlights.

Feedback/ideas are already appreciated. :)
brennerm
·قبل سنتين·discuss
I don't think anybody said that Fly.io is/has a managed Postgres service.
brennerm
·قبل سنتين·discuss
Fly.io is covered. Here's the list of all hosting services currently supported:

https://wheretohostmy.app/services
brennerm
·قبل سنتين·discuss
Glad you like it.
brennerm
·قبل سنتين·discuss
Good point, the library I'm using just encodes the array in JSON but I may be able to switch to a comma separated list.
brennerm
·قبل سنتين·discuss
Thanks, on my list now.
brennerm
·قبل سنتين·discuss
Thanks! Will be adding.
brennerm
·قبل سنتين·discuss
This might help people when looking for an alternative.

https://wheretohostmy.app/?tech=%5B%22postgresql%22%5D

It's a side project I'm currently building so hearing some feedback is highly appreciated.
brennerm
·قبل سنتين·discuss
Thanks for letting me know! That's definitely something that I don't have an eye for (yet). Hope you are talking mainly about visuals here and not had any issues that completely prevented you from using the tool.
brennerm
·قبل سنتين·discuss
Hey HN, would love if some of you could try out the tool I have been working on over the last few weeks and provide some feedback. :)

It's still in an early phase and I'm currently trying to optimize the matching algorithm (technology -> hosting provider) as much as possible.

Here's the stack for those who are interested: - Sveltekit - TailwindCSS - MongoDB

Enjoy your day!
brennerm
·قبل سنتين·discuss
Glad you like it.

Thanks for the suggestion but I think I did. The preflight response node lists all required and optional headers. The same as in the preflight request node. Let me know if I missed something.
brennerm
·قبل سنتين·discuss
Hey HN,

this cheatsheet is the result of me building on of my recent side projects. It essentially includes everything there is to know about CORS (Cross Origin Resource Sharing).

blockedbycors.dev is my try at finding a solution to the endless stream of people being annoyed with CORS issues. So if you happen to encounter anyone that is in this situation, I'd be very glad if you could refer them to the page.

Currently the project is still in an MVP phase, but there's a lot more planned. Just trying to figure out what helps people the most at the moment. :) Cheers, Max