@entropealabs

372 Followers
929 Following
1.8K Posts

Supposed to have a ~45° swing in temperature today, high of 72° F and low of 27° F

#Michigan

@rwg I don't drink anymore, but it's a great beer!
@cmueller Phantom FPV did a good youtube video on how he protects his lipos, worth a watch.
@bettio Just ordered some esp32 dev boards from sparkfun to start playing with, thanks for all the hard work!

@archigato GrapheneOS has an official long term partnership with Motorola and will support many of their future devices, not one. It will support multiple new Motorola devices every year. We aren't lowering our security requirements but rather their devices are being improved to meet our requirements. The reason GrapheneOS won't support their currently available devices is because those don't meet our security requirements. Currently, only Pixels meet our requirements.

https://grapheneos.social/@GrapheneOS/116159602850585685

AtomVM v0.7.0-alpha.0 is out: https://github.com/atomvm/AtomVM/releases/tag/v0.7.0-alpha.0

Biggest release yet: distributed Erlang, JIT, crypto, ETS, big integers, OTP-28/29 support, new chips, and much more.

#AtomVM #Erlang #Elixir #Gleam #LFE #ESP32 #RaspberryPi #STM32

Release v0.7.0-alpha.0 · atomvm/AtomVM

v0.7.0-alpha.0 release This is an alpha release, the first pre-release on the road to v0.7.0. It represents over two year of development and introduces several groundbreaking features. While we hav...

GitHub

If you're in the midwest and ride #MTB I highly recommend taking a trip to #RaysMTB

Here's a quick video from our visit in mid-February

https://media.entropealabs.com/video/27a2db448ee9a7a24e4fc5d60cd5eec5

Rays Indoor MTB Park | 02-14-2026

@trurl Also interested in this. I currently just use messages.google in the browser
@ramin_hal9001 @bokay I'm not aware of any libraries that do round-robin selection of your nodes for incoming requests, but I'm sure there is one. You can definitely do the TLS termination in any of the web frameworks. You could probably do something with Anycast DNS to route to multiple nodes.

@js Ok, but why do you need to know the children of the supervisor? I'm guessing the 2 services implement different functionality?

You may want to look at `pg` if you want to call processes across nodes and multiple "responders" https://www.erlang.org/doc/apps/kernel/pg.html

pg — kernel v10.6