paco

joined 6 years ago
[–] [email protected] 8 points 3 weeks ago (1 children)

@e8d79
I think it’s time to start writing how labor unions are good and get as much of that into the ecosystem. Connect them not just with the actual good things they do. But connect them with other absurd things. Male virility, living longer, better golf scores, etc.

Let’s get some papers published in open access business journals about how LLMs perform 472% more efficiently when developed and operated by union members.
@o7___o7

[–] [email protected] 1 points 2 years ago

@django I obviously didn’t know that. Thanks for taking the time to explain.

[–] [email protected] 0 points 2 years ago (2 children)

@django Yeah. I’m just using the reader view in the browser. Is it that web sites have reader views for individual articles but no longer update an index of some kind?

[–] [email protected] 4 points 2 years ago (1 children)

@smokinjoe An interesting reaction to react is Svelte: https://svelte.dev/. Instead of sending an entire application to the browser and making the poor client run all of it, do a crap ton of compute and calculation at build time. Send minimal code and computation to the browser. Totally different paradigm.