HackerTrans
トップ新着トレンドコメント過去質問紹介求人

brennerm

no profile record

投稿

Show HN: Explore Prometheus /metrics endpoints from your terminal

github.com
3 ポイント·投稿者 brennerm·7 か月前·0 コメント

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

github.com
1 ポイント·投稿者 brennerm·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 brennerm·2 年前·0 コメント

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

wheretohostmy.app
1 ポイント·投稿者 brennerm·2 年前·4 コメント

Show HN: DB to map cities to countries and states

github.com
3 ポイント·投稿者 brennerm·2 年前·0 コメント

Show HN: Interactive Cheatsheet about CORS

blockedbycors.dev
5 ポイント·投稿者 brennerm·2 年前·4 コメント

コメント

brennerm
·2 年前·議論
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 年前·議論
I don't think anybody said that Fly.io is/has a managed Postgres service.
brennerm
·2 年前·議論
Fly.io is covered. Here's the list of all hosting services currently supported:

https://wheretohostmy.app/services
brennerm
·2 年前·議論
Glad you like it.
brennerm
·2 年前·議論
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 年前·議論
Thanks, on my list now.
brennerm
·2 年前·議論
Thanks! Will be adding.
brennerm
·2 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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