HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rigoleto

no profile record

comments

rigoleto
·2 года назад·discuss
Disappointing to see it with tires this big, translating into lower efficiency and less usable interior space
rigoleto
·3 года назад·discuss
> I’m going to skip the drama and just use htmx for the client-side. Render Django templates server-side, include a single JS script, thrown in some HTML attributes, distinguish between full page requests vs. requests for a partial with updated data, and call it a day.

More of a side comment, but I'm skeptical of the way HTMX encourages partial renders like this. It feels like a premature optimization that adds more complexity on the back end. `hx-select` takes care of it, but to me it feels like it should be the default (it's what Unpoly does).
rigoleto
·3 года назад·discuss
> Do you think on average Latin American Spanish is spoken at the same speed as Spain?

Faster in the Caribbean, slower in the Andes
rigoleto
·3 года назад·discuss
As I understand it, the server is being switched over to Erlang https://github.com/sonic-pi-net/sonic-pi/tree/dev/app/server...
rigoleto
·3 года назад·discuss
Unpoly (https://unpoly.com/) should be mentioned as well. Much like htmx but with more features.
rigoleto
·4 года назад·discuss
I wish OCaml had something like F#'s lightweight syntax: https://learn.microsoft.com/en-us/dotnet/fsharp/language-ref...