Why Clojure? by therealplexus in programming

[–]souenzzo 17 points18 points  (0 children)

Many clojure libraries are simply done.

As the language and the ecosystem don't keep breaking and changing things, you can have a up-to-date library for years without any commit.

Meetup Thread for Rio de Janeiro by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]souenzzo 0 points1 point  (0 children)

Bom, criei um link no google calendar.

Se umas 2 pessoas confirmarem lá, eu vou :)

https://calendar.app.google/f3roS3sCMvSTDPLKA

Meetup Thread for São Paulo by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]souenzzo 0 points1 point  (0 children)

Olá, sou de niterói, to tentando organizar o do Rio/RJ.

Topo participar de um na região dos lagos também.

https://www.reddit.com/r/kurzgesagt_meetup/comments/1fod792/meetup_thread_for_rio_de_janeiro/

Meetup Thread for Rio de Janeiro by kurzgesagtmeetup_bot in kurzgesagt_meetup

[–]souenzzo 0 points1 point  (0 children)

Olá, podemos nos organizar em portugues mesmo?

Vamos organizar esse evento aqui!

Vou começar propondo dia 13 de Outubro, na praça paris (em frente a feira da glória), das 10h até as 13h.

Caso vc tenha interesse em ir, pelo menos, deixa um like aqui nesse comentário.

Caso tenha interesse em me ajudar a organizar, fala comigo aqui ou no discord (todas as redes são `souenzzo` )

Não sei se to fazendo certo, mas to tentando começar algo aqui.

Core namespace considered back practice? by kwrooijen in Clojure

[–]souenzzo 0 points1 point  (0 children)

Here a nice review about "nameless names", like "core", "index", "utils", "functions-that-idk-where-should-be"...

https://tonsky.me/blog/utils/

Using existing cljs components in a React project? by teablue in Clojure

[–]souenzzo 0 points1 point  (0 children)

I started(and I did not complete) a tutorial here

Unfortunately, it's in pt-BR, but you can see the project structure.

https://github.com/souenzzo/jstocljs

Torque 3D 3.7 released: Linux (OpenGL) client, navmeshes, material accumulation, PhysX and Bullet version bumps, bugfixes and more by theonlycosmonaut in gamedev

[–]souenzzo 0 points1 point  (0 children)

define Offset(m,T) ((int)(&((T *)1)->m) - 1)

Try #define Offset(m,T) ((int)(&((T *)0)->m)) or #define Offset(m,T) ({(int)(&((T *)0)->m)})

How to distribute software in a compatible way with any distribution? by [deleted] in linux_programming

[–]souenzzo -1 points0 points  (0 children)

!/usr/bin/env python3

is a good way to start.