HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rigoleto

no profile record

comments

rigoleto
·2 jaar geleden·discuss
Disappointing to see it with tires this big, translating into lower efficiency and less usable interior space
rigoleto
·3 jaar geleden·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 jaar geleden·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 jaar geleden·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 jaar geleden·discuss
Unpoly (https://unpoly.com/) should be mentioned as well. Much like htmx but with more features.
rigoleto
·4 jaar geleden·discuss
I wish OCaml had something like F#'s lightweight syntax: https://learn.microsoft.com/en-us/dotnet/fsharp/language-ref...