Orzech 🪐

15 Followers
31 Following
147 Posts

➡ Software engineer and engineering manager.

💻 High availability / integrity software is the way to go.

🚀 Space travel is the future.

#Linux #FLOSS #Ada #SPARK #Elixir #Rust

🇵🇱 🇪🇺

@EU_Commission

We will only live in a truly fair and equal Union when #women and girls no longer live in fear of violence.

Yikes. You can’t talk about equality and then proceed to ignore #men and boys as if they were not living “in fear of violence” - or even worse, possibly imply that the perpetrators are only males. It would be much better to write

We will only live in a truly fair and equal Union when #adults and children no longer live in fear of violence.

and for the Istanbul Convention to be written that way too.

Akkoma

ElixirConf 2023 - José Valim - The foundations of the Elixir type system

YouTube

We passed the €30,000 threshold on the Godot Development Fund today! 🎉

Thanks everyone for your support! 💙

Our current goal is to reach 50k as soon as possible, to secure the current payroll, and enable us to add a couple more developers to the team.

https://fund.godotengine.org/

Godot Development Fund

Join the Development Fund and support the Godot Foundation to work on Godot Engine.

Godot Development Fund
AdaCore at FOSDEM 2023

by Fabien Chouteau – Feb 02, 2023.

The AdaCore Blog
Ada stand at FOSDEM 2023

Reminder: FOSDEM 2023 takes places this weekend, Sat 4 and Sun 5, in Brussels, Belgium. See www.fosdem.org. The AdaFOSDEM team has an Ada stand in the “Education” group on level 2 of building K, with theme “It’s time to learn Ada!”. Looking forward to meet many Adaists!

Ada Forum

I will be at #FOSDEM this weekend.

If you can find me there you will receive minidisc.tokyo or cdrom.tokyo stickers.

Akkoma

Open-source hardware smartwatch based on @NordicTweets nRF52833 (and soon nRF5340) and running @ZephyrIoT RTOS. #wearables #oshw #opensource
https://www.cnx-software.com/2023/01/21/zswatch-open-source-hardware-nrf52833-smartwatch-runs-zephyr-rtos/

Original tweet : https://twitter.com/cnxsoft/status/1616659795112775681

ZSWatch open-source hardware nRF52833 smartwatch runs Zephyr RTOS - CNX Software

ZSWatch is an open-source hardware smartwatch based on an u-Blox ANNA-B402 module with Nordic Semi nRF52833 Bluetooth 5.1 SoC and running Zephyr real-time

CNX Software - Embedded Systems News

Crazy how no other language I know of other than #Ada use a second stack to return “indefinite objects” (arrays without a statically known size, etc.). In the whole body of Ada code I've seen, it easily removes 60–70% of cases where you'd normally dynamically allocate. It has all the benefits of the stack where everything is nicely scoped, and it even works on real-time and/or embedded systems!

In most Ada code the only reason you'd need to do dynamic allocation is if you need a data structure that contains indefinite objects (e.g. an array of strings) or you're interfacing with some C API. And in the former case there's a good variety of data structures in the stdlib that abstract away the fact they allocate stuff so you don't even have to worry about it then.

Computers used to scream out in pain when we connected them to the Internet.

This was a clue and we just didn't listen.