HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rigoleto

no profile record

comments

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