HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jasir

no profile record

Submissions

Show HN: Seefood – The Shazam for Food [15MB]

zaeem.dev
2 points·by jasir·năm ngoái·0 comments

comments

jasir
·năm ngoái·discuss
It's the gTLD for Moldova, seems to have limited registrar availability[0] but there's no residency/association restriction like some countries impose so anyone can get one. I've seen markdown related projects use it here and there like obsidian.md

[0] https://tld-list.com/tld/md
jasir
·năm ngoái·discuss
The current one looks quite nice to me, of course that's subjective :D The lighter lines on the home page are a bit harder to read, but if you consider it as a canvas to explore (i.e. click on random things) instead of an toc/index to find a specific page from, it's fun and serves the purpose.

I liked the heading fonts on the pages, "Austin News" according to Firefox. But then I looked it up for future use but it starts at 350$, so a bit steep for me :D

I used to have https://zaeem.dev/eye/ as my homepage for years, no text at all. Until I remade the site this year.
jasir
·năm ngoái·discuss
There's Aider, Plandex and Goose, all of which let you chose various providers and models. Aider also has a well known benchmark[0] that you can check out to help select models.

- Aider - https://aider.chat/ | https://github.com/Aider-AI/aider

- Plandex - https://plandex.ai/ | https://github.com/plandex-ai/plandex

- Goose - https://block.github.io/goose/ | https://github.com/block/goose

[0] https://aider.chat/docs/leaderboards/
jasir
·năm ngoái·discuss
Even for commands that use the subset of cURL features that fetch supports, most requests to other domains (cross origin requests) wouldn't work anyway because the responses won't have the CORS[0] headers to allow being accessed from arbitrary websites. So running it client side would be infeasible for most requests.

[0]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/COR...