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·2 года назад·0 comments

[untitled]

1 points·by brennerm·2 года назад·0 comments

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

wheretohostmy.app
1 points·by brennerm·2 года назад·4 comments

Show HN: DB to map cities to countries and states

github.com
3 points·by brennerm·2 года назад·0 comments

Show HN: Interactive Cheatsheet about CORS

blockedbycors.dev
5 points·by brennerm·2 года назад·4 comments

comments

brennerm
·2 года назад·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
·2 года назад·discuss
I don't think anybody said that Fly.io is/has a managed Postgres service.
brennerm
·2 года назад·discuss
Fly.io is covered. Here's the list of all hosting services currently supported:

https://wheretohostmy.app/services
brennerm
·2 года назад·discuss
Glad you like it.
brennerm
·2 года назад·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
·2 года назад·discuss
Thanks, on my list now.
brennerm
·2 года назад·discuss
Thanks! Will be adding.
brennerm
·2 года назад·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
·2 года назад·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
·2 года назад·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
·2 года назад·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
·2 года назад·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