Míla Kuchta
Míla Kuchta
> I would go with something like `.p2p` or `.peer` instead of `dweb` For me, peer (p2p) imply some communication with specific peers, like in conferencing, but in this case,...
No, this actually doesn't have much to do with functional programming but it definitely helps to use the functions in a way that is more apropriate for the task. It's...
@zhihaoy How exactly do you do it in Rust? I'm not aware that Rust can use free functions as methods...
Still broken, even after 3 years :). Probably nothing important happens there 🙂
Regarding ` ...(rest)` vs `...(rest)` and spreading I think it should be possible to define rest command arguments in more general way that would encode varied number of arguments in...
@MitchTalmadge RSS autodiscovery is for some time under /blog path.
> Any luck on an RSS feed? Any hacks or workarounds? @MitchTalmadge That it's linked on the page react.dev/blob, not on react.dev homepage if that was the reason you had...
@MitchTalmadge @DamienCassou Well, you are right. It seems my RSS reader (Feedly) automatically found third party feed: https://rss-scraper.deno.dev/feed.xml?url=https%3A%2F%2Freact.dev%2Fblog&itemSelector=a&titleSelector=h2
@rickhanlonii Thank you Ricky ❤️ Could you please also link it to home and /blog page so that readers could auto-discover it? 🙏🏻
Yes, exactly. I suppose it's better to use fragment then query since that would send the text to the server which would undermine privacy benefits of running LLM locally. Regarding...